:root{
  --blue:#1675ff;
  --blue-2:#0b63e5;
  --ink:#0c1724;
  --text:#526172;
  --line:#e8edf3;
  --soft:#f5f8fc;
  --white:#fff;
  --radius:26px;
  --shadow:0 28px 80px rgba(19,61,120,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"DM Sans","Manrope",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 44px));margin-inline:auto}
.section{padding:112px 0}
.section-sm{padding:80px 0}

.site-header{
  position:fixed;inset:0 0 auto;z-index:50;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(232,237,243,.85);
}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:9px;font-weight:800;letter-spacing:.15em;font-size:10px}
.brand img{width:132px;height:38px;object-fit:contain;object-position:left center}
.desktop-nav{display:flex;align-items:center;gap:34px;font-size:14px;color:#314154}
.desktop-nav a,.link-login{transition:.2s ease}
.desktop-nav a:hover,.link-login:hover{color:var(--blue)}
.nav-actions{display:flex;align-items:center;gap:20px}
.link-login{font-size:14px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:52px;padding:0 24px;border-radius:999px;
  font-size:14px;font-weight:750;transition:.25s ease;
  border:1px solid transparent;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 12px 30px rgba(22,117,255,.25)}
.btn-primary:hover{background:var(--blue-2)}
.btn-small{min-height:44px;padding:0 20px}
.btn-ghost{border-color:#cfd8e4;background:#fff}
.btn-ghost:hover{border-color:#8ea1b7}
.btn-white{background:#fff;color:#0f4da8}
.btn-dark{background:var(--ink);color:#fff}
.menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:10px}
.menu-toggle span{display:block;height:2px;background:#152131;margin:7px 0;border-radius:4px;transition:.25s}
.mobile-menu{display:none}

.eyebrow{
  font-size:12px;font-weight:850;letter-spacing:.16em;
  color:var(--blue);margin-bottom:22px;
}
.eyebrow.light{color:#cfe4ff}

.hero{padding-top:170px;min-height:820px;display:flex;align-items:center}
.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:46px;align-items:center}
.hero-copy h1{
  font-size:clamp(54px,6vw,86px);line-height:.93;letter-spacing:-.06em;
  margin:0;max-width:700px;font-weight:790;
}
.hero-copy h1 span{color:var(--blue)}
.hero-sub{font-size:19px;line-height:1.55;color:var(--text);max-width:610px;margin:30px 0 0}
.hero-actions{display:flex;gap:12px;margin-top:34px}
.hero-notes{display:flex;flex-wrap:wrap;gap:18px 28px;margin-top:24px;color:#6a7786;font-size:12px}
.hero-notes span::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--blue);display:inline-block;margin-right:8px;vertical-align:1px}

.hero-visual{position:relative;min-height:590px}
.glow{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(22,117,255,.22),rgba(22,117,255,0) 68%);right:-110px;top:-70px}
.browser-card{
  position:absolute;left:0;top:60px;width:94%;height:465px;
  background:#fff;border:1px solid #dae3ee;border-radius:24px;
  box-shadow:var(--shadow);overflow:hidden;transform:rotate(1.5deg);
}
.browser-top{height:48px;border-bottom:1px solid #edf1f5;display:grid;grid-template-columns:80px 1fr 80px;align-items:center;padding:0 15px}
.dots{display:flex;gap:5px}.dots i{width:7px;height:7px;background:#d4dce6;border-radius:50%}
.browser-url{justify-self:center;background:#f5f7fa;color:#8090a2;border-radius:999px;padding:7px 30px;font-size:10px;min-width:220px;text-align:center}
.dashboard{display:flex;height:calc(100% - 48px)}
.dash-sidebar{width:68px;border-right:1px solid #edf1f5;padding:19px 14px;display:flex;align-items:center;flex-direction:column;gap:22px}
.mini-brand{width:30px;height:30px;border-radius:10px;background:var(--blue);color:#fff;font-weight:800;display:grid;place-items:center}
.dash-sidebar i{width:22px;height:9px;border-radius:5px;background:#e9eef5}
.dash-content{flex:1;padding:28px}
.dash-head{display:flex;justify-content:space-between;align-items:center}
.dash-head small{display:block;color:#8b98a7;font-size:10px;margin-bottom:5px}
.dash-head strong{font-size:20px}
.avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#d9e8ff,#6da6ff)}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}
.stats div{border:1px solid #edf1f5;border-radius:15px;padding:15px;background:#fbfcfe}
.stats small,.stats em{display:block;color:#8a97a7;font-size:8px;font-style:normal}
.stats strong{display:block;font-size:22px;margin:5px 0}
.schedule{border:1px solid #edf1f5;border-radius:16px;overflow:hidden}
.schedule-title{display:flex;justify-content:space-between;padding:15px;background:#fafbfd;font-size:11px}
.schedule-title span{color:var(--blue);font-weight:800}
.appointment{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;padding:12px 14px;border-top:1px solid #edf1f5}
.appointment time{font-weight:800;font-size:10px}
.appointment div strong,.appointment div small{display:block}.appointment div strong{font-size:10px}.appointment div small{font-size:8px;color:#8c99a8;margin-top:3px}
.appointment b{font-size:8px;color:#16865b;background:#e8f8f1;padding:5px 7px;border-radius:999px}
.appointment.open b{color:#176ad4;background:#eaf3ff}
.phone-card{
  position:absolute;right:-12px;bottom:12px;width:205px;height:350px;background:#101d2d;color:#fff;
  border:8px solid #fff;border-radius:32px;box-shadow:0 24px 70px rgba(5,24,52,.25);padding:38px 18px 18px;
  transform:rotate(-5deg);
}
.phone-notch{position:absolute;top:9px;left:50%;transform:translateX(-50%);width:70px;height:14px;background:#050b12;border-radius:99px}
.phone-card small{display:block;color:#91a4b9;font-size:9px}.phone-card strong{display:block;font-size:13px;margin-top:6px}
.time-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin:22px 0}
.time-grid span{font-size:9px;padding:9px 5px;text-align:center;border:1px solid #2b3a4c;border-radius:8px}
.time-grid .active{background:var(--blue);border-color:var(--blue)}
.phone-card button{width:100%;border:0;border-radius:10px;background:#fff;color:#0e4eaa;padding:10px 5px;font-size:9px;font-weight:800}
.floating-card{position:absolute;background:#fff;border:1px solid #e2e9f1;border-radius:16px;box-shadow:0 16px 40px rgba(12,46,93,.14);display:flex;align-items:center;gap:10px;padding:12px 14px}
.fc-one{left:-34px;bottom:28px}
.check{width:27px;height:27px;border-radius:50%;background:#e8f3ff;color:var(--blue);display:grid;place-items:center;font-weight:900}
.floating-card strong,.floating-card small{display:block}.floating-card strong{font-size:10px}.floating-card small{font-size:8px;color:#8795a5;margin-top:3px}

.manifesto{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.manifesto-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:90px;align-items:end}
.manifesto h2{font-size:clamp(38px,5vw,66px);line-height:1.02;letter-spacing:-.045em;margin:0}
.manifesto h2 span{color:var(--blue)}
.manifesto p{color:var(--text);font-size:17px;line-height:1.6;margin:0 0 22px}
.text-link{font-size:14px;font-weight:800;display:inline-flex;gap:10px;align-items:center}
.text-link b{color:var(--blue)}

.section-heading{max-width:830px;margin-bottom:58px}
.section-heading h2,.pricing-head h2{font-size:clamp(40px,5vw,64px);line-height:1.04;letter-spacing:-.045em;margin:0}

.comparison{background:var(--soft)}
.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.compare-card{padding:38px;border-radius:var(--radius);min-height:540px;border:1px solid #e3e9f0;position:relative;overflow:hidden}
.compare-card.old{background:#fff}
.compare-card.new{background:#0f1b29;color:#fff;border-color:#0f1b29}
.compare-label{font-size:10px;letter-spacing:.15em;font-weight:850;color:#8491a0}
.new .compare-label{color:#8abaff}
.compare-card h3{font-size:32px;letter-spacing:-.03em;margin:18px 0 28px}
.compare-card ul,.features{list-style:none;padding:0;margin:0}
.compare-card li{display:flex;align-items:center;gap:15px;padding:16px 0;border-top:1px solid #e9edf2;font-size:14px;color:#536171}
.new li{border-color:#243244;color:#c8d3df}
.compare-card li span{font-size:10px;color:#9aa7b4;width:26px}
.quote{position:absolute;left:38px;right:38px;bottom:32px;margin:0;padding:20px;border-radius:14px;background:#f4f6f8;font-size:22px;font-weight:750;letter-spacing:-.03em}
.quote-blue{background:var(--blue);color:#fff}
.triple-statement{display:grid;grid-template-columns:repeat(3,1fr);margin-top:28px;border-top:1px solid #dce3ea;border-bottom:1px solid #dce3ea}
.triple-statement span{font-size:20px;font-weight:750;padding:22px 0}
.triple-statement span:nth-child(2){text-align:center}.triple-statement span:nth-child(3){text-align:right;color:var(--blue)}

.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.benefit-card{padding:30px;border:1px solid var(--line);border-radius:22px;min-height:260px;transition:.25s}
.benefit-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(31,61,99,.08);border-color:#d2e0f3}
.icon-wrap{width:48px;height:48px;border-radius:15px;background:#eef5ff;color:var(--blue);display:grid;place-items:center;font-weight:850;margin-bottom:45px}
.benefit-card h3{font-size:21px;margin:0 0 10px;letter-spacing:-.02em}
.benefit-card p{font-size:14px;line-height:1.6;color:var(--text);margin:0}

.whatsapp{padding-top:30px}
.whatsapp-box{background:var(--blue);border-radius:34px;padding:64px;display:grid;grid-template-columns:1fr .85fr;gap:70px;color:#fff;position:relative;overflow:hidden}
.whatsapp-box::after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;border:1px solid rgba(255,255,255,.14);right:-240px;top:-240px}
.wa-left h2{font-size:clamp(40px,5vw,64px);line-height:1.02;letter-spacing:-.045em;margin:0}
.wa-left p{color:#dceaff;font-size:16px;line-height:1.6;max-width:530px;margin:22px 0 30px}
.messages{display:flex;flex-direction:column;justify-content:center;gap:12px;position:relative;z-index:2}
.msg{align-self:flex-start;max-width:82%;padding:15px 18px;background:#fff;color:#173b69;border-radius:18px 18px 18px 5px;font-size:13px;box-shadow:0 10px 30px rgba(0,40,105,.14)}
.msg.right{align-self:flex-end;border-radius:18px 18px 5px 18px}
.msg.muted{background:#0e4fad;color:#fff;border:1px solid rgba(255,255,255,.2)}

.clients{background:#fff}
.client-showcase{display:flex;flex-direction:column;gap:34px}
.client-project{display:grid;grid-template-columns:.8fr 1.2fr;min-height:600px;background:var(--soft);border-radius:30px;overflow:hidden;border:1px solid #edf1f5}
.client-project.reverse{grid-template-columns:1.2fr .8fr}
.client-project.reverse .client-copy{order:2}.client-project.reverse .client-device{order:1}
.client-copy{padding:58px;display:flex;justify-content:center;flex-direction:column}
.client-copy>span{font-size:10px;letter-spacing:.15em;font-weight:850;color:var(--blue)}
.client-copy h3{font-size:46px;letter-spacing:-.04em;margin:14px 0}
.client-copy p{color:var(--text);line-height:1.65;max-width:390px;margin:0 0 24px}
.client-device{display:flex;justify-content:center;align-items:flex-end;padding:52px 50px 0;position:relative;overflow:hidden}
.client-device::before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;filter:blur(10px);opacity:.9}
.dark-device{background:#0c0c0b}.dark-device::before{background:#1b1a15}
.gold-device{background:#504d49}.gold-device::before{background:#746e64}
.blue-device{background:#163f56}.blue-device::before{background:#1c5c7d}
.client-device img{position:relative;z-index:2;width:min(310px,78%);max-height:520px;object-fit:contain;object-position:bottom;border-radius:28px 28px 0 0;box-shadow:0 24px 70px rgba(0,0,0,.28)}

.steps{background:var(--soft)}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #dfe5ec}
.step{padding:28px 28px 0 0;min-height:220px;border-right:1px solid #dfe5ec}
.step:last-child{border-right:0;padding-left:28px}
.step:not(:first-child){padding-left:28px}
.step b{font-size:11px;color:var(--blue)}
.step h3{font-size:19px;margin:50px 0 10px}
.step p{font-size:13px;line-height:1.6;color:var(--text);margin:0}

.pricing-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:55px}
.pricing-head p{margin:0;color:var(--text);font-size:15px;line-height:1.55}
.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:980px;margin:0 auto}
.price-card{position:relative;border:1px solid var(--line);border-radius:28px;padding:38px;background:#fff}
.price-card.featured{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 30px 70px rgba(22,117,255,.18)}
.badge{position:absolute;right:24px;top:24px;font-size:9px;font-weight:900;letter-spacing:.11em;background:#fff;color:var(--blue);padding:8px 10px;border-radius:999px}
.price-top>span{font-size:18px;font-weight:760}
.price-top h3{font-size:70px;letter-spacing:-.06em;line-height:1;margin:25px 0 0}
.price-top h3 small{font-size:18px;vertical-align:top;position:relative;top:10px;margin-right:4px}
.price-top h3 span{font-size:34px}
.price-top p{margin:3px 0 28px;color:#8390a0}
.featured .price-top p{color:#cfe2ff}
.price-card .btn{width:100%}
.divider{height:1px;background:var(--line);margin:32px 0}
.featured .divider{background:rgba(255,255,255,.22)}
.features li{padding:10px 0;font-size:14px;color:#536171}
.featured .features li{color:#fff}
.features li::before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#eef5ff;color:var(--blue);font-weight:900;font-size:10px;margin-right:10px}
.featured .features li::before{background:#fff}

.final-cta{padding-top:25px}
.cta-panel{background:#0f1c2b;color:#fff;border-radius:34px;padding:70px;position:relative;overflow:hidden}
.cta-panel::before{content:"";position:absolute;width:650px;height:650px;border-radius:50%;background:radial-gradient(circle,rgba(22,117,255,.35),rgba(22,117,255,0) 66%);right:-170px;top:-250px}
.cta-panel h2{font-size:clamp(42px,6vw,72px);line-height:1;letter-spacing:-.05em;margin:0;max-width:960px;position:relative}
.cta-panel p{color:#b9c7d6;font-size:17px;margin:24px 0 30px;position:relative}
.cta-actions{display:flex;align-items:center;gap:24px;position:relative}
.cta-actions>span{font-size:12px;color:#aebccc}.cta-actions strong{color:#fff}

footer{padding:60px 0 24px;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px}
.footer-brand img{width:120px}
.footer-grid>div:first-child p{color:#8794a3;font-size:13px;margin-top:16px}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:13px;font-size:13px}
.footer-grid>div:not(:first-child) strong{margin-bottom:6px}
.footer-grid>div:not(:first-child) a{color:#6d7b8b}
.footer-bottom{border-top:1px solid var(--line);margin-top:48px;padding-top:20px;display:flex;justify-content:space-between;color:#98a4b1;font-size:11px}

.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}
.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}

@media (max-width:980px){
  .desktop-nav,.nav-actions{display:none}
  .menu-toggle{display:block}
  .mobile-menu{position:absolute;top:82px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:20px 24px 28px;display:none;flex-direction:column;gap:16px}
  .mobile-menu.open{display:flex}
  .hero{padding-top:130px;min-height:auto}
  .hero-grid,.manifesto-grid,.whatsapp-box,.pricing-head{grid-template-columns:1fr}
  .hero-grid{gap:20px}
  .hero-copy h1{font-size:66px}
  .hero-visual{min-height:560px}
  .manifesto-grid{gap:32px}
  .compare-grid,.pricing-grid{grid-template-columns:1fr}
  .benefit-grid{grid-template-columns:repeat(2,1fr)}
  .whatsapp-box{gap:40px}
  .client-project,.client-project.reverse{grid-template-columns:1fr 1fr}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
  .step:nth-child(2){border-right:0}
  .pricing-head{display:grid;gap:20px}
}

@media (max-width:700px){
  .container{width:min(100% - 28px,1180px)}
  .section{padding:80px 0}
  .section-sm{padding:62px 0}
  .nav-wrap{height:70px}
  .brand img{width:108px}
  .mobile-menu{top:70px}
  .hero{padding-top:112px}
  .hero-copy h1{font-size:clamp(48px,14vw,64px)}
  .hero-sub{font-size:16px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-notes{gap:10px 16px}
  .hero-visual{min-height:440px;margin-top:8px}
  .browser-card{width:110%;left:-8%;height:360px}
  .browser-top{grid-template-columns:50px 1fr 50px}
  .browser-url{min-width:0;width:100%;padding-inline:8px}
  .dash-sidebar{width:48px;padding-inline:8px}
  .dash-content{padding:18px 14px}
  .stats div{padding:10px}
  .stats strong{font-size:16px}
  .phone-card{width:160px;height:280px;right:-8px;bottom:0;padding:34px 12px 12px}
  .fc-one{left:-4px;bottom:5px}
  .manifesto h2,.section-heading h2,.pricing-head h2{font-size:42px}
  .compare-card{padding:26px;min-height:500px}
  .quote{left:26px;right:26px}
  .triple-statement{grid-template-columns:1fr}
  .triple-statement span,.triple-statement span:nth-child(2),.triple-statement span:nth-child(3){text-align:left;border-bottom:1px solid #dce3ea}
  .benefit-grid{grid-template-columns:1fr}
  .whatsapp-box{padding:38px 24px;border-radius:26px}
  .wa-left h2{font-size:42px}
  .client-project,.client-project.reverse{grid-template-columns:1fr}
  .client-project.reverse .client-copy{order:1}.client-project.reverse .client-device{order:2}
  .client-copy{padding:34px 26px}
  .client-copy h3{font-size:36px}
  .client-device{min-height:420px;padding:42px 24px 0}
  .client-device img{width:min(280px,85%)}
  .steps-grid{grid-template-columns:1fr}
  .step,.step:not(:first-child),.step:last-child{border-right:0;border-bottom:1px solid #dfe5ec;padding:26px 0;min-height:auto}
  .step h3{margin-top:32px}
  .price-card{padding:30px 24px}
  .price-top h3{font-size:62px}
  .cta-panel{padding:42px 26px;border-radius:26px}
  .cta-panel h2{font-size:44px}
  .cta-actions{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:first-child{grid-column:1/-1}
  .footer-bottom{gap:20px;flex-direction:column}
}

@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}
  .reveal{opacity:1!important;transform:none!important;transition:none!important}
  .btn{transition:none}
}


/* =========================================================
   RESPONSIVIDADE REFINADA
   ========================================================= */

/* Tablets e notebooks menores */
@media (max-width: 1100px){
  .container{
    width:min(100% - 36px, 1100px);
  }

  .hero{
    padding-top:140px;
    padding-bottom:80px;
  }

  .hero-grid{
    grid-template-columns:1fr;
    gap:56px;
  }

  .hero-copy{
    max-width:780px;
  }

  .hero-copy h1{
    max-width:820px;
  }

  .hero-visual{
    width:min(860px,100%);
    min-height:590px;
    margin:0 auto;
  }

  .browser-card{
    width:88%;
    left:4%;
    top:24px;
  }

  .phone-card{
    right:1%;
    bottom:0;
  }

  .fc-one{
    left:1%;
  }

  .manifesto-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .benefit-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .client-project,
  .client-project.reverse{
    grid-template-columns:1fr 1fr;
  }

  .client-copy{
    padding:42px;
  }

  .pricing-grid{
    max-width:900px;
  }
}

/* Tablets verticais */
@media (max-width: 820px){
  .container{
    width:min(100% - 28px, 760px);
  }

  .section{
    padding:88px 0;
  }

  .section-sm{
    padding:64px 0;
  }

  .hero{
    padding-top:120px;
  }

  .hero-copy h1{
    font-size:clamp(52px,10vw,74px);
    line-height:.96;
  }

  .hero-sub{
    max-width:680px;
  }

  .hero-visual{
    min-height:520px;
  }

  .browser-card{
    width:96%;
    left:0;
    height:420px;
    transform:none;
  }

  .phone-card{
    width:180px;
    height:310px;
    right:0;
    bottom:-4px;
    transform:rotate(-3deg);
  }

  .fc-one{
    left:0;
    bottom:8px;
  }

  .compare-grid,
  .pricing-grid,
  .whatsapp-box{
    grid-template-columns:1fr;
  }

  .compare-card{
    min-height:auto;
    padding-bottom:120px;
  }

  .triple-statement{
    grid-template-columns:1fr;
  }

  .triple-statement span,
  .triple-statement span:nth-child(2),
  .triple-statement span:nth-child(3){
    text-align:left;
    border-bottom:1px solid #dce3ea;
  }

  .client-project,
  .client-project.reverse{
    grid-template-columns:1fr;
  }

  .client-project.reverse .client-copy{
    order:1;
  }

  .client-project.reverse .client-device{
    order:2;
  }

  .client-device{
    min-height:520px;
  }

  .steps-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .footer-grid{
    grid-template-columns:1.4fr 1fr 1fr;
  }

  .footer-grid > div:last-child{
    grid-column:2 / -1;
  }
}

/* Celulares */
@media (max-width: 600px){
  :root{
    --radius:22px;
  }

  body{
    overflow-x:hidden;
  }

  .container{
    width:calc(100% - 24px);
  }

  .section{
    padding:68px 0;
  }

  .section-sm{
    padding:52px 0;
  }

  .site-header{
    background:rgba(255,255,255,.94);
  }

  .nav-wrap{
    height:66px;
  }

  .brand{
    gap:6px;
  }

  .brand img{
    width:94px;
    height:32px;
  }

  .brand span{
    font-size:8px;
  }

  .mobile-menu{
    top:66px;
    padding:18px 16px 22px;
    gap:12px;
  }

  .mobile-menu a:not(.btn){
    padding:10px 2px;
  }

  .hero{
    padding-top:100px;
    padding-bottom:54px;
  }

  .hero-grid{
    gap:38px;
  }

  .eyebrow{
    margin-bottom:16px;
    font-size:10px;
    line-height:1.4;
  }

  .hero-copy h1{
    font-size:clamp(42px,13vw,58px);
    line-height:.98;
    letter-spacing:-.055em;
    max-width:100%;
  }

  .hero-sub{
    font-size:16px;
    line-height:1.55;
    margin-top:22px;
  }

  .hero-actions{
    margin-top:26px;
    gap:10px;
  }

  .hero-actions .btn{
    width:100%;
  }

  .hero-notes{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    margin-top:18px;
  }

  .hero-visual{
    min-height:390px;
    width:100%;
    margin:0;
  }

  .glow{
    width:320px;
    height:320px;
    right:-120px;
    top:-20px;
  }

  .browser-card{
    width:100%;
    left:0;
    top:0;
    height:315px;
    border-radius:18px;
  }

  .browser-top{
    height:38px;
    grid-template-columns:46px 1fr 28px;
    padding:0 9px;
  }

  .browser-url{
    font-size:8px;
    min-width:0;
    width:100%;
    padding:5px 8px;
  }

  .dashboard{
    height:calc(100% - 38px);
  }

  .dash-sidebar{
    display:none;
  }

  .dash-content{
    padding:14px 12px;
  }

  .dash-head small{
    font-size:8px;
  }

  .dash-head strong{
    font-size:16px;
  }

  .avatar{
    width:28px;
    height:28px;
  }

  .stats{
    gap:6px;
    margin:14px 0;
  }

  .stats div{
    padding:9px 7px;
    border-radius:11px;
  }

  .stats small,
  .stats em{
    font-size:7px;
  }

  .stats strong{
    font-size:16px;
    margin:3px 0;
  }

  .schedule{
    border-radius:12px;
  }

  .schedule-title{
    padding:10px;
    font-size:9px;
  }

  .appointment{
    grid-template-columns:40px 1fr auto;
    gap:8px;
    padding:9px 10px;
  }

  .appointment time{
    font-size:9px;
  }

  .appointment div strong{
    font-size:9px;
  }

  .appointment div small{
    font-size:7px;
  }

  .appointment b{
    font-size:7px;
    padding:4px 6px;
  }

  .phone-card{
    width:138px;
    height:240px;
    right:-4px;
    bottom:-2px;
    padding:30px 10px 10px;
    border-width:5px;
    border-radius:24px;
  }

  .phone-notch{
    width:52px;
    height:10px;
    top:7px;
  }

  .phone-card small{
    font-size:7px;
  }

  .phone-card strong{
    font-size:9px;
  }

  .time-grid{
    gap:5px;
    margin:14px 0;
  }

  .time-grid span{
    font-size:7px;
    padding:7px 3px;
  }

  .phone-card button{
    font-size:7px;
    padding:8px 4px;
  }

  .floating-card{
    display:none;
  }

  .manifesto-grid{
    gap:24px;
  }

  .manifesto h2,
  .section-heading h2,
  .pricing-head h2{
    font-size:clamp(36px,11vw,46px);
    line-height:1.03;
  }

  .manifesto p{
    font-size:15px;
  }

  .section-heading{
    margin-bottom:38px;
  }

  .compare-grid{
    gap:14px;
  }

  .compare-card{
    padding:24px 20px 108px;
    border-radius:22px;
  }

  .compare-card h3{
    font-size:27px;
    margin:14px 0 20px;
  }

  .compare-card li{
    align-items:flex-start;
    gap:10px;
    padding:13px 0;
    font-size:13px;
    line-height:1.4;
  }

  .quote{
    left:20px;
    right:20px;
    bottom:20px;
    padding:16px;
    font-size:18px;
  }

  .triple-statement{
    margin-top:18px;
  }

  .triple-statement span{
    font-size:17px;
    padding:16px 0;
  }

  .benefit-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .benefit-card{
    min-height:auto;
    padding:24px 20px;
  }

  .icon-wrap{
    margin-bottom:28px;
  }

  .whatsapp{
    padding-top:8px;
  }

  .whatsapp-box{
    padding:30px 20px;
    border-radius:24px;
    gap:30px;
  }

  .wa-left h2{
    font-size:clamp(36px,11vw,46px);
  }

  .wa-left p{
    font-size:15px;
  }

  .wa-left .btn{
    width:100%;
  }

  .messages{
    gap:9px;
  }

  .msg{
    max-width:92%;
    font-size:12px;
    padding:12px 14px;
  }

  .client-showcase{
    gap:18px;
  }

  .client-project{
    min-height:0;
    border-radius:22px;
  }

  .client-copy{
    padding:28px 20px;
  }

  .client-copy h3{
    font-size:34px;
    margin:10px 0;
  }

  .client-copy p{
    font-size:14px;
  }

  .client-device{
    min-height:360px;
    padding:32px 16px 0;
  }

  .client-device img{
    width:min(245px,82%);
    max-height:340px;
    border-radius:22px 22px 0 0;
  }

  .steps-grid{
    grid-template-columns:1fr;
  }

  .step,
  .step:not(:first-child),
  .step:last-child{
    min-height:0;
    padding:22px 0 24px;
    border-right:0;
    border-bottom:1px solid #dfe5ec;
  }

  .step h3{
    margin:24px 0 8px;
  }

  .pricing-head{
    gap:16px;
    margin-bottom:36px;
  }

  .pricing-grid{
    gap:14px;
  }

  .price-card{
    padding:26px 20px;
    border-radius:22px;
  }

  .badge{
    top:18px;
    right:18px;
    font-size:8px;
  }

  .price-top h3{
    font-size:58px;
  }

  .price-top h3 span{
    font-size:26px;
  }

  .features li{
    font-size:13px;
    line-height:1.45;
  }

  .final-cta{
    padding-top:8px;
  }

  .cta-panel{
    padding:34px 20px;
    border-radius:24px;
  }

  .cta-panel h2{
    font-size:clamp(36px,11vw,48px);
  }

  .cta-panel p{
    font-size:15px;
  }

  .cta-actions{
    gap:14px;
  }

  .cta-actions .btn{
    width:100%;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:30px 20px;
  }

  .footer-grid > div:first-child{
    grid-column:1 / -1;
  }

  .footer-grid > div:last-child{
    grid-column:auto;
  }

  .footer-bottom{
    margin-top:34px;
    padding-top:18px;
  }
}

/* Celulares muito pequenos */
@media (max-width: 390px){
  .container{
    width:calc(100% - 20px);
  }

  .hero-copy h1{
    font-size:40px;
  }

  .hero-sub{
    font-size:15px;
  }

  .hero-visual{
    min-height:350px;
  }

  .browser-card{
    height:285px;
  }

  .phone-card{
    width:122px;
    height:220px;
  }

  .stats div:nth-child(3){
    display:none;
  }

  .stats{
    grid-template-columns:repeat(2,1fr);
  }

  .appointment{
    grid-template-columns:34px 1fr;
  }

  .appointment b{
    display:none;
  }

  .manifesto h2,
  .section-heading h2,
  .pricing-head h2,
  .wa-left h2,
  .cta-panel h2{
    font-size:35px;
  }

  .price-top h3{
    font-size:52px;
  }
}


/* =========================================================
   TIPOGRAFIA DELICADA / CLEAN
   ========================================================= */
body{
  font-family:"DM Sans","Manrope",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-weight:400;
  letter-spacing:-.01em;
}

h1,h2,h3,h4,h5,h6,
.hero-copy h1,
.manifesto h2,
.section-heading h2,
.pricing-head h2,
.wa-left h2,
.cta-panel h2,
.client-copy h3,
.compare-card h3,
.benefit-card h3,
.step h3{
  font-family:"DM Sans","Manrope",ui-sans-serif,sans-serif;
  font-weight:400;
  letter-spacing:-.045em;
}

.hero-copy h1{
  font-weight:400;
  letter-spacing:-.06em;
}

.hero-copy h1 span{
  font-weight:400;
}

.manifesto h2,
.section-heading h2,
.pricing-head h2,
.wa-left h2,
.cta-panel h2{
  font-weight:400;
}

.client-copy h3,
.compare-card h3{
  font-weight:400;
}

.hero-sub,
.manifesto p,
.benefit-card p,
.client-copy p,
.wa-left p,
.pricing-head p,
.cta-panel p,
.step p{
  font-weight:300;
  letter-spacing:-.012em;
}

.eyebrow,
.compare-label,
.client-copy>span,
.badge{
  font-family:"Manrope","DM Sans",sans-serif;
  font-weight:500;
  letter-spacing:.18em;
}

.desktop-nav,
.link-login,
.mobile-menu,
.btn,
.text-link{
  font-family:"Manrope","DM Sans",sans-serif;
  font-weight:500;
}

.brand{
  font-family:"Manrope","DM Sans",sans-serif;
  font-weight:500;
  letter-spacing:.18em;
}

.price-top>span{
  font-weight:500;
}

.price-top h3{
  font-family:"DM Sans","Manrope",sans-serif;
  font-weight:300;
  letter-spacing:-.065em;
}

.features li,
.compare-card li{
  font-weight:300;
}

.quote{
  font-weight:400;
}

.triple-statement span{
  font-weight:400;
}

@media (max-width:600px){
  .hero-copy h1{
    letter-spacing:-.055em;
  }

  .manifesto h2,
  .section-heading h2,
  .pricing-head h2,
  .wa-left h2,
  .cta-panel h2{
    letter-spacing:-.04em;
  }
}
