/* ============================================================
   FÝGORA — landing PAE · estilo pintado / editorial vintage
   ============================================================ */
:root {
	--paper: #F9E1C1;
	--paper-2: #efe3c9;
	--cream: #fbf5e6;
	--ink: #3a2230;
	--ink-soft: #6d5560;
	--plum: #47293c;
	--plum-2: #5c3a4d;
	--sage: #7d8a56;
	--sage-deep: #6a7547;
	--terra: #cf6b3c;
	--gold: #e0a93f;
	--fig: #bc314c;
	--line: rgba(71, 41, 60, .14);
	--line-2: rgba(71, 41, 60, .22);
	--font-head: "Archivo", system-ui, sans-serif;
	--font-body: "IBM Plex Sans", system-ui, sans-serif;
	--font-mono: "IBM Plex Mono", ui-monospace, monospace;
	--radius: 16px;
	--container: 1200px;
	--nav-h: 74px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 14px); }
body {
	background: var(--paper); color: var(--ink-soft);
	font-family: var(--font-body); font-size: 16.5px; line-height: 1.65;
	-webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.mono { font-family: var(--font-mono); }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.08; letter-spacing: -.01em; }

/* reveal */
.rv { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.65,.25,1) var(--d, 0s), transform .7s cubic-bezier(.2,.65,.25,1) var(--d, 0s); }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } }

/* ===================== BUTTONS ===================== */
.btn {
	display: inline-flex; align-items: center; gap: 9px;
	font-family: var(--font-head); font-weight: 600; font-size: 15px;
	padding: 14px 26px; border-radius: 11px; border: 1.6px solid transparent;
	cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
	white-space: nowrap;
}
.btn svg { transition: transform .2s ease; }
.btn:hover svg { transform: translateX(2px); }
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-lg { padding: 17px 34px; font-size: 16.5px; }
.btn-primary { background: var(--sage); color: #f7f2e3; border-color: var(--sage); }
.btn-primary:hover { background: var(--sage-deep); border-color: var(--sage-deep); transform: translateY(-2px); }
.btn-ghost { color: var(--ink); border-color: var(--line-2); background: transparent; }
.btn-ghost:hover { border-color: var(--ink); background: rgba(71,41,60,.05); transform: translateY(-2px); }

/* ===================== NAV ===================== */
.nav { position: sticky; top: 0; z-index: 100; height: var(--nav-h); display: flex; align-items: center;
	background: rgba(249, 225, 193, .9); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
	border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.nav.scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px rgba(71,41,60,.05); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; }
.nav-logo img { height: 34px; width: auto; }
.nav-links { display: flex; gap: 30px; margin-left: auto; }
.nav-links a { font-family: var(--font-head); font-size: 15px; font-weight: 500; color: var(--ink); opacity: .82; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-burger span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 99; background: rgba(249,225,193,.98); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
	display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .35s ease; }
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 26px; text-align: center; }
.mobile-menu a { font-family: var(--font-head); font-size: 22px; font-weight: 600; color: var(--ink); }

/* ===================== HERO ===================== */
.hero { position: relative; overflow: hidden; min-height: 1024px; display: flex; align-items: center; }
.hero-art { position: absolute; right: 0; bottom: 0; z-index: 0; line-height: 0; }
.hero-art img { width: 1536px; height: 1024px; max-width: none; display: block; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, var(--paper) 4%, rgba(249,225,193,.62) 26%, rgba(249,225,193,0) 48%); }
.hero .container { position: relative; z-index: 2; width: 100%; }
.hero-foliage { position: absolute; left: -6px; bottom: 0; width: clamp(110px, 10vw, 140px); height: auto; z-index: 2; pointer-events: none; }
.hero-copy { max-width: 540px; padding: clamp(40px, 5vw, 72px) 0; }
.hero h1 { font-size: clamp(40px, 6vw, 76px); font-weight: 800; text-transform: uppercase; letter-spacing: -.02em; line-height: .96; color: var(--ink); }
.hero h1 .hl { color: var(--sage-deep); }
.hero-sub { font-size: clamp(16.5px, 1.5vw, 18.5px); color: var(--ink-soft); max-width: 470px; margin: 22px 0 30px; }
.hero-sub strong { color: var(--ink); font-weight: 600; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-trust { list-style: none; display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.hero-trust li { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 500; color: var(--ink); font-family: var(--font-head); }
.hero-trust svg { width: 18px; height: 18px; color: #f7f2e3; padding: 7px; background: var(--sage); border-radius: 50%; box-sizing: content-box; }

/* ===================== FEATURE STRIP ===================== */
.strip { background: var(--plum); }
.strip-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.strip-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 13px; padding: 38px 20px; color: #f0e6d2; }
.strip-item + .strip-item { border-left: 1px solid rgba(240,230,210,.13); }
.strip-item img { width: 58px; height: 58px; flex: none; }
.strip-item span { font-family: var(--font-head); font-weight: 600; font-size: 14px; line-height: 1.25; color: #f3ebd9; }

/* ===================== SECTIONS ===================== */
.sec { padding: clamp(64px, 8vw, 104px) 0; }
.sec-head { max-width: 720px; margin: 0 auto clamp(40px, 5vw, 58px); text-align: center; }
.sec-head h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 700; margin-bottom: 14px; }
.sec-head p { font-size: 17px; color: var(--ink-soft); }

/* nuvens decorativas */
.sec { position: relative; overflow: hidden; }
.sec-cloud { position: absolute; z-index: 0; width: clamp(240px, 26vw, 380px); height: auto; pointer-events: none; opacity: .85; }
.sec-cloud.tr { top: 30px; right: -10px; }
.sec-cloud.tl { top: 34px; left: -24px; }
.sec-cloud.tl2 { top: 18px; left: 38%; opacity: .65; width: clamp(200px, 20vw, 320px); }
.sec .container, .sec-head { position: relative; z-index: 1; }


/* ===================== WORKFLOW ===================== */
.flow-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.flow-card { background: #F9E8CB; border: 1px solid #E4CFA8; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; padding: 18px 18px 0;
	transition: transform .3s ease, box-shadow .3s ease; }
.flow-card:hover { transform: translateY(-5px); box-shadow: 0 22px 44px -26px rgba(71,41,60,.32); }
.flow-card:nth-child(1) { background: #F9E8CB; }
.flow-card:nth-child(2) { background: #FAE6C5; }
.flow-card:nth-child(3) { background: #F8E7CB; }
.flow-card:nth-child(4) { background: #F7E3C2; }
.flow-card:nth-child(5) { background: #F8E1C1; }
.flow-head { display: flex; align-items: center; gap: 11px; margin-bottom: 9px; }
.flow-num { flex: none; width: 32px; height: 32px; border-radius: 50%; background: var(--plum); color: #f3ebd9;
	display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 700; font-size: 15px; }
.flow-head h3 { font-size: 19px; font-weight: 700; }
.flow-desc { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; margin-bottom: 16px; }
.flow-art { margin: auto -18px 0; }
.flow-art img { width: 100%; height: clamp(195px, 23vw, 250px); object-fit: cover; object-position: center 36%; display: block; }

/* ===================== FEATURES ===================== */
.features { position: relative; overflow: hidden; background: #F9E1C1; }
.features .container { position: relative; z-index: 2; }
.features-copy { max-width: 700px; }
.features-copy h2 { font-size: clamp(27px, 3.4vw, 40px); font-weight: 700; margin-bottom: 36px; }
.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 18px; }
.feature { display: flex; gap: 11px; }
.fi { flex: none; width: 40px; height: 40px; border-radius: 50%; background: var(--sage); color: #f7f2e3; display: flex; align-items: center; justify-content: center; }
.fi svg { width: 20px; height: 20px; }
.feature h4 { font-size: 15px; font-weight: 700; margin-bottom: 3px; }
.feature p { font-size: 12.5px; color: var(--ink-soft); line-height: 1.45; }
.features-art { position: absolute; right: 0; bottom: 0; width: 46vw; max-width: 730px; z-index: 1; }
.features-art img { width: 100%; height: auto; display: block; }
.features::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, #F9E1C1 40%, rgba(249,225,193,.9) 52%, rgba(249,225,193,0) 67%); }

/* ===================== DASHBOARD / BENEFÍCIOS ===================== */
.dash { background: var(--paper); }
.dash-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr); gap: clamp(44px, 5vw, 80px); align-items: center; }
.dash-mock { position: relative; padding: 0 30px 30px 0; }
.tablet { display: flex; background: #2c1a26; border-radius: 22px; padding: 11px; box-shadow: 0 34px 70px -34px rgba(47,27,40,.6); }
.tb-side { width: 33%; background: var(--cream); border-radius: 13px 0 0 13px; padding: 13px 9px; }
.tb-logo { height: 17px; width: auto; margin: 2px 0 14px 6px; }
.tb-nav { list-style: none; display: flex; flex-direction: column; gap: 1px; }
.tb-nav li { display: flex; align-items: center; gap: 8px; padding: 6px 8px; border-radius: 7px; font-family: var(--font-head); font-weight: 500; font-size: 11px; color: var(--ink-soft); }
.tb-nav li svg { width: 14px; height: 14px; flex: none; }
.tb-nav li.on { background: rgba(125,138,86,.18); color: var(--sage-deep); }
.tb-main { flex: 1; background: #fffdf7; border-radius: 0 13px 13px 0; padding: 15px; }
.tb-title { font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--ink); margin-bottom: 11px; }
.tb-cards { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 8px; margin-bottom: 8px; }
.tb-cards2 { display: grid; grid-template-columns: 1.35fr 1fr; gap: 8px; }
.tb-card { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 11px; }
.tb-lbl { font-size: 9.5px; color: var(--ink-soft); display: block; margin-bottom: 5px; }
.tb-big { font-family: var(--font-head); font-size: 23px; font-weight: 700; color: var(--ink); line-height: 1; display: block; }
.tb-sub { font-size: 9px; color: var(--ink-soft); }
.tb-donutcard { display: flex; flex-direction: column; align-items: center; }
.tb-donut { position: relative; width: 56px; height: 56px; margin-top: 2px; }
.tb-donut svg { width: 56px; height: 56px; }
.tb-donut-c { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.tb-donut-c strong { font-family: var(--font-head); font-size: 13px; color: var(--ink); line-height: 1; }
.tb-donut-c span { font-size: 7px; color: var(--ink-soft); }
.tb-resgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 8px; margin-top: 9px; }
.tb-resgrid strong { font-family: var(--font-head); font-size: 16px; color: var(--ink); display: block; line-height: 1; }
.tb-resgrid span { font-size: 8.5px; color: var(--ink-soft); }
.tb-act { display: flex; flex-direction: column; }
.tb-aline { height: 7px; background: var(--line); border-radius: 4px; margin-top: 9px; }
.tb-aline.w2 { width: 68%; }
.phone { position: absolute; right: -4px; bottom: -28px; width: 166px; background: #2c1a26; border-radius: 20px; padding: 15px 13px; box-shadow: 0 26px 52px -22px rgba(47,27,40,.6); }
.ph-t { font-family: var(--font-head); font-weight: 700; font-size: 12.5px; color: #f3ebd9; display: block; }
.ph-s { font-size: 10px; color: #c6aebb; display: block; margin-bottom: 12px; }
.phone ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.phone li { display: flex; align-items: center; gap: 8px; font-size: 11px; color: #e9ddc8; }
.phone li svg { width: 13px; height: 13px; flex: none; }
.ph-btn { display: block; text-align: center; margin-top: 14px; background: var(--sage); color: #f7f2e3; font-family: var(--font-head); font-weight: 600; font-size: 11px; padding: 8px; border-radius: 9px; }
.dash-copy h2 { font-size: clamp(27px, 3.4vw, 40px); font-weight: 700; margin-bottom: 16px; }
.dash-copy > p { font-size: 16.5px; color: var(--ink-soft); margin-bottom: 30px; max-width: 440px; }
.dash-feats { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.dash-feats li { display: flex; align-items: center; gap: 14px; }
.dfi { flex: none; width: 44px; height: 44px; border-radius: 50%; background: var(--sage); color: #f7f2e3; display: flex; align-items: center; justify-content: center; }
.dfi svg { width: 21px; height: 21px; }
.dash-feats strong { font-family: var(--font-head); font-weight: 700; color: var(--ink); }
.dash-feats div span { color: var(--ink-soft); }

/* ===================== CTA ===================== */
.cta { position: relative; padding: clamp(80px, 11vw, 150px) 0; overflow: hidden; text-align: center; }
.cta-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.cta-inner { position: relative; z-index: 2; max-width: 760px; }
.cta h2 { font-size: clamp(28px, 4.4vw, 50px); font-weight: 800; color: #fbf3e4; margin-bottom: 18px; text-shadow: 0 2px 18px rgba(30,16,24,.6); }
.cta p { font-size: 17.5px; color: #f0e6d8; margin-bottom: 34px; max-width: 600px; margin-left: auto; margin-right: auto; text-shadow: 0 1px 12px rgba(30,16,24,.55); }

/* ===================== FOOTER ===================== */
.footer { background: var(--paper); border-top: 1px solid var(--line); padding: 64px 0 30px; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr)); gap: 40px; margin-bottom: 44px; }
.footer-logo { height: 32px; width: auto; margin-bottom: 16px; }
.footer-brand p { font-size: 14.5px; color: var(--ink-soft); max-width: 280px; margin-bottom: 16px; }
.footer-contact { display: flex; flex-direction: column; gap: 5px; font-size: 14px; }
.footer-contact a { color: var(--ink-soft); transition: color .2s; }
.footer-contact a:hover { color: var(--sage-deep); }
.footer-phone { font-weight: 600; color: var(--ink) !important; font-family: var(--font-head); }
.footer-col h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ink); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 14.5px; color: var(--ink-soft); margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: var(--sage-deep); }
.footer-trust { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.ft-ico { display: inline-flex; width: 40px; height: 40px; border-radius: 11px; background: rgba(125,138,86,.16); color: var(--sage-deep); align-items: center; justify-content: center; margin-bottom: 12px; }
.ft-ico svg { width: 21px; height: 21px; }
.footer-trust h4 { font-size: 15.5px; font-weight: 700; margin-bottom: 7px; }
.footer-trust p { font-size: 13.5px; color: var(--ink-soft); }
.footer-legal { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 24px; font-size: 13px; color: var(--ink-soft); }
.footer-legal-links { display: flex; gap: 22px; }
.footer-legal-links a { color: var(--ink-soft); transition: color .2s; }
.footer-legal-links a:hover { color: var(--sage-deep); }

/* ===================== RESPONSIVE ===================== */
/* ===================== EXITI ===================== */
.exiti { background: var(--paper); }
.exiti-card { display: grid; grid-template-columns: minmax(0, 4.4fr) minmax(0, 6.6fr); gap: clamp(30px, 5vw, 64px); align-items: center; }
.exiti-brand { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.exiti-tag { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--sage-deep); }
.exiti-logo { height: clamp(52px, 6vw, 72px); width: auto; }
.exiti-since { display: flex; align-items: center; gap: 14px; }
.exiti-since-year { display: inline-flex; align-items: baseline; gap: 8px; }
.exiti-since-prefix { font-family: var(--font-head); font-weight: 600; font-size: clamp(16px, 1.6vw, 20px); color: var(--ink-soft); }
.exiti-since-num { font-family: var(--font-head); font-weight: 800; font-size: clamp(30px, 3.4vw, 40px); line-height: 1; letter-spacing: -.02em; color: var(--terra); }
.exiti-since-label { font-size: 11px; line-height: 1.4; color: var(--ink-soft); letter-spacing: .04em; }
.exiti-copy p { font-size: 16.5px; color: var(--ink-soft); margin-bottom: 24px; }
.exiti-copy strong { color: var(--ink); font-weight: 600; }
.exiti-areas { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-bottom: 32px; }
.exiti-area { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-head); font-size: 14.5px; font-weight: 600; color: var(--ink); }
.exiti-area svg { width: 20px; height: 20px; color: #f7f2e3; background: var(--sage); padding: 12px; border-radius: 50%; box-sizing: content-box; flex: none; }

/* ===================== DIVISOR DE SEÇÃO ===================== */
.sec-divider { display: flex; align-items: center; justify-content: center; gap: 22px; max-width: 1200px; margin: 0 auto; padding: clamp(6px, 1.5vw, 18px) 32px; position: relative; z-index: 1; }
.sec-divider::before, .sec-divider::after { content: ""; height: 1px; flex: 1; max-width: 210px; }
.sec-divider::before { background: linear-gradient(90deg, transparent, var(--line-2)); }
.sec-divider::after { background: linear-gradient(90deg, var(--line-2), transparent); }
.sec-divider img { height: 30px; width: auto; opacity: .9; }

@media (max-width: 1140px) {
	.hero-foliage { display: none; }
	.hero { min-height: 0; display: block; overflow: visible; }
	.hero-art { position: relative; right: auto; bottom: auto; line-height: 0; text-align: center; }
	.hero-art img { width: 100%; max-width: 1536px; height: auto; margin: 0 auto; }
	.hero::after { display: none; }
	.hero-copy { max-width: 100%; padding: 34px 0 22px; }
}
@media (max-width: 1024px) {
	.flow-grid { grid-template-columns: repeat(3, 1fr); }
	.feature-list { grid-template-columns: repeat(2, 1fr); }
	.features::after { display: none; }
	.features-art { position: static; width: calc(100% - 40px); max-width: 560px; margin: 0 auto 32px; }
	.features-art img { border-radius: 16px; }
	.features-copy { max-width: 100%; }
	.dash-grid { grid-template-columns: minmax(0, 1fr); }
	.dash-mock { max-width: 620px; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
	.exiti-card { grid-template-columns: 1fr; gap: 30px; }
	.nav-links { display: none; }
	.nav-burger { display: flex; }
	.nav-cta .btn { display: none; }
	.strip-grid { grid-template-columns: 1fr 1fr; }
	.strip-item:nth-child(odd) { border-left: 0; }
	.strip-item { border-top: 1px solid rgba(240,230,210,.13); }
	.flow-grid { grid-template-columns: 1fr 1fr; }
	.feature-list { grid-template-columns: 1fr 1fr; }
	.phone { right: 0; bottom: -22px; width: 150px; }
	.tb-nav li span { display: none; }
	.tb-side { width: 54px; }
	.footer-grid { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 480px) {
	.container { padding: 0 20px; }
	.flow-grid { grid-template-columns: 1fr; }
	.feature-list { grid-template-columns: 1fr; }
	.strip-grid { grid-template-columns: 1fr; }
	.strip-item + .strip-item { border-left: 0; }
}
