/* ============================================
   Controle Fácil — Brazilian-warm minimalist style
   ============================================ */
:root{
  --bg: #FAF8F4;
  --surface: #FFFFFF;
  --surface-2: #F1ECE2;
  --text: #1F2937;
  --text-soft: #4B5563;
  --text-muted: #9CA3AF;
  --accent: #16A34A;       /* verde brasileiro */
  --accent-2: #F59E0B;     /* amarelo-amarela */
  --accent-3: #EA580C;     /* laranja */
  --line: #E5E1D6;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(15,23,42,.05);
  --shadow: 0 4px 20px rgba(15,23,42,.08);
  --shadow-lg: 0 20px 50px rgba(15,23,42,.10);
}

*{box-sizing:border-box;margin:0;padding:0}
html,body{scroll-behavior:smooth}
body{
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

.wrap{max-width:1140px;margin:0 auto;padding:0 24px}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:0;background:none}

/* ===== NAV ===== */
.nav{position:sticky;top:0;background:rgba(250,248,244,.85);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);z-index:100}
.nav__inner{display:flex;align-items:center;justify-content:space-between;height:68px}
.nav__brand{display:flex;align-items:center;gap:10px;font-family:'Fraunces',serif;font-weight:700;font-size:22px;color:var(--text)}
.nav__brand-mark{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#2563EB,#F59E0B);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}
.nav__links{display:flex;gap:32px}
.nav__links a{color:var(--text-soft);font-size:15px;font-weight:500;transition:color .2s}
.nav__links a:hover{color:var(--accent)}
.nav__cta{background:var(--text);color:#fff;padding:10px 20px;border-radius:999px;font-size:14px;font-weight:600;transition:background .2s}
.nav__cta:hover{background:var(--accent)}
.nav__mobile{display:none}
@media(max-width:860px){
  .nav__links{display:none}
  .nav__mobile{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px}
  .nav__links.mobile-open{display:flex;position:absolute;top:68px;left:0;right:0;background:var(--surface);flex-direction:column;padding:16px 24px;gap:16px;border-bottom:1px solid var(--line)}
}

/* ===== HERO ===== */
.hero{padding:80px 0 60px;text-align:center}
.hero__pill{display:inline-flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--line);padding:8px 16px;border-radius:999px;font-size:13px;color:var(--text-soft);margin-bottom:24px}
.hero__pill::before{content:'•';color:var(--accent);font-size:20px;line-height:0}
.hero__title{font-family:'Fraunces',serif;font-size:clamp(40px,7vw,72px);line-height:1.05;font-weight:700;letter-spacing:-.02em;margin-bottom:20px}
.hero__title em{font-style:italic;color:var(--accent);font-weight:600}
.hero__sub{font-size:19px;color:var(--text-soft);max-width:640px;margin:0 auto 36px}
.hero__cta{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-bottom:48px}
.btn-store{display:flex;align-items:center;gap:10px;background:var(--text);color:#fff;padding:14px 22px;border-radius:14px;transition:transform .2s, box-shadow .2s}
.btn-store:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.btn-store svg{width:24px;height:24px}
.btn-store__txt{display:flex;flex-direction:column;text-align:left;line-height:1.1}
.btn-store__txt small{font-size:11px;opacity:.7}
.btn-store__txt span{font-size:16px;font-weight:600}

.hero__visual{margin:0 auto;max-width:380px;background:var(--surface);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-lg);border:1px solid var(--line)}
.hero__phone-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.hero__phone-title{font-size:13px;color:var(--text-muted)}
.hero__phone-amount{font-family:'Fraunces',serif;font-size:36px;font-weight:600;letter-spacing:-.02em;margin-bottom:8px}
.hero__phone-trend{font-size:13px;color:var(--accent);font-weight:600;margin-bottom:20px}
.hero__phone-list{display:flex;flex-direction:column;gap:10px}
.hero__phone-row{display:flex;align-items:center;gap:12px;padding:10px;background:var(--surface-2);border-radius:10px}
.hero__phone-row-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px}
.hero__phone-row-info{flex:1;text-align:left}
.hero__phone-row-name{font-size:14px;font-weight:600}
.hero__phone-row-bar{height:4px;background:var(--line);border-radius:2px;margin-top:4px;overflow:hidden}
.hero__phone-row-bar span{display:block;height:100%;border-radius:2px}
.hero__phone-row-val{font-size:14px;font-weight:600;color:var(--text)}

/* ===== SECTION BASE ===== */
.section{padding:80px 0}
.section--alt{background:var(--surface-2)}
.section__head{text-align:center;max-width:680px;margin:0 auto 56px}
.section__eyebrow{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin-bottom:14px}
.section__title{font-family:'Fraunces',serif;font-size:clamp(32px,4vw,48px);line-height:1.15;font-weight:700;letter-spacing:-.02em;margin-bottom:16px}
.section__title em{font-style:italic;color:var(--accent)}
.section__sub{font-size:17px;color:var(--text-soft)}

/* ===== FEATURES ===== */
.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.feat{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px;transition:transform .2s, box-shadow .2s}
.feat:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.feat__icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:18px}
.feat__icon--green{background:#DCFCE7;color:#16A34A}
.feat__icon--orange{background:#FED7AA;color:#EA580C}
.feat__icon--yellow{background:#FEF3C7;color:#D97706}
.feat__icon--blue{background:#DBEAFE;color:#2563EB}
.feat__icon--rose{background:#FCE7F3;color:#DB2777}
.feat__icon--purple{background:#EDE9FE;color:#7C3AED}
.feat h3{font-family:'Fraunces',serif;font-size:21px;font-weight:600;margin-bottom:10px}
.feat p{font-size:15px;color:var(--text-soft)}

/* ===== STEPS ===== */
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px}
.step{text-align:center;padding:0 16px}
.step__num{width:56px;height:56px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-size:24px;font-weight:600;margin:0 auto 20px}
.step h3{font-family:'Fraunces',serif;font-size:22px;font-weight:600;margin-bottom:10px}
.step p{font-size:15px;color:var(--text-soft)}

/* ===== REVIEWS ===== */
.reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.review{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px}
.review__stars{color:#F59E0B;margin-bottom:12px;font-size:16px}
.review__text{font-size:15px;color:var(--text);margin-bottom:18px;font-style:italic}
.review__author{display:flex;align-items:center;gap:12px}
.review__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#2563EB,#F59E0B);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}
.review__name{font-size:14px;font-weight:600}
.review__src{font-size:12px;color:var(--text-muted)}
.reviews__note{text-align:center;color:var(--text-muted);font-size:13px;margin-top:24px;font-style:italic}

/* ===== FAQ ===== */
.faq{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq__item{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.faq__q{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;cursor:pointer;font-weight:600;font-size:16px}
.faq__q svg{width:20px;height:20px;transition:transform .25s}
.faq__item.open .faq__q svg{transform:rotate(180deg)}
.faq__a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq__a-inner{padding:0 24px 20px;color:var(--text-soft);font-size:15px}
.faq__item.open .faq__a{max-height:300px}

/* ===== CTA ===== */
.cta-block{background:linear-gradient(135deg,var(--accent),var(--accent-3));border-radius:var(--radius-lg);padding:56px 32px;text-align:center;color:#fff}
.cta-block .section__title{color:#fff}
.cta-block .section__sub{color:rgba(255,255,255,.85)}
.cta-block .btn-store{background:#fff;color:var(--text)}

/* ===== FOOTER ===== */
.footer{padding:48px 0 32px;background:var(--text);color:rgba(255,255,255,.7)}
.footer__top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;margin-bottom:32px}
@media(max-width:860px){.footer__top{grid-template-columns:1fr 1fr}}
.footer__brand{display:flex;align-items:center;gap:10px;font-family:'Fraunces',serif;font-size:22px;font-weight:700;color:#fff;margin-bottom:12px}
.footer__about{font-size:14px;line-height:1.6;margin-bottom:16px}
.footer__cnpj{font-size:12px;color:rgba(255,255,255,.4);line-height:1.7}
.footer__heading{color:#fff;font-weight:600;font-size:14px;margin-bottom:14px;text-transform:uppercase;letter-spacing:.05em}
.footer__links{list-style:none;display:flex;flex-direction:column;gap:8px}
.footer__links a{font-size:14px;transition:color .2s}
.footer__links a:hover{color:var(--accent)}
.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;text-align:center;font-size:13px;color:rgba(255,255,255,.4)}
.footer__bottom a{color:rgba(255,255,255,.6);text-decoration:underline;margin:0 6px}

/* ===== LGPD BAR ===== */
#lgpdBar{position:fixed;bottom:16px;left:16px;right:16px;background:var(--text);color:#fff;padding:14px 18px;border-radius:12px;box-shadow:var(--shadow-lg);z-index:999;font-size:13px}
.lgpd-inner{display:flex;align-items:center;gap:16px;max-width:1100px;margin:0 auto;flex-wrap:wrap}
.lgpd-inner p{flex:1;min-width:200px;line-height:1.5}
.lgpd-inner a{color:#FCD34D;text-decoration:underline}
#lgpdAccept{background:var(--accent);color:#fff;padding:10px 22px;border-radius:8px;font-weight:600;font-size:13px}
#lgpdAccept:hover{background:#15803D}

/* ===== LEGAL PAGES ===== */
.legal{padding:60px 0 80px;max-width:760px;margin:0 auto}
.legal h1{font-family:'Fraunces',serif;font-size:40px;font-weight:700;margin-bottom:8px}
.legal__meta{color:var(--text-muted);font-size:14px;margin-bottom:32px}
.legal h2{font-family:'Fraunces',serif;font-size:22px;font-weight:600;margin:28px 0 12px}
.legal p,.legal li{font-size:15px;line-height:1.7;color:var(--text-soft);margin-bottom:10px}
.legal ul{padding-left:22px;margin-bottom:16px}
.legal strong{color:var(--text)}

/* ===== REVEAL ANIMATIONS ===== */
/* Анимация появления при скролле — с fallback если JS не отработал */
.reveal{opacity:1;transform:none;transition:opacity .6s ease, transform .6s ease}
.js-on .reveal:not(.in){opacity:0;transform:translateY(20px)}
.js-on .reveal.in,.reveal.in{opacity:1;transform:none}

/* ===== UTILS ===== */
.text-center{text-align:center}
.mt-32{margin-top:32px}

/* Override для двухбуквенного лого */
.nav__brand-mark{font-size:13px;letter-spacing:.5px}
