/* === style.css === */
:root{
  --navy:#091425;
  --navy-2:#0b1627;
  --navy-3:#0f1e32;
  --ink:#0a1628;
  --text:#526074;
  --muted:#8090a4;
  --line:#dce3ea;
  --soft:#f5f8fa;
  --white:#fff;
  --teal:#2fc7c4;
  --teal-2:#21cfc7;
  --teal-dark:#0b9f9c;
  --yellow:#ffc64b;
  --radius:14px;
  --shadow:0 18px 60px rgba(8,18,32,.10);
  --container:1088px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Poppins',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;color:var(--ink);background:#fff;font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.section{padding:76px 0}
.dark-section{
  color:#fff;
  background:
    radial-gradient(850px 430px at 12% -15%,rgba(0,196,196,.14),transparent 62%),
    radial-gradient(680px 330px at 88% 10%,rgba(29,115,150,.08),transparent 60%),
    var(--navy);
}
.site-header{position:relative;z-index:50;background:var(--navy);height:70px;color:#fff}
.header-inner{height:70px;display:flex;align-items:center;justify-content:space-between}
.brand{width:128px;display:block}
.brand img{width:100%;height:auto}
.main-nav{display:flex;align-items:center;gap:30px;font-size:12px;font-weight:500;color:#9fb0c4}
.main-nav a{transition:.2s ease;position:relative;white-space:nowrap}
.main-nav a:hover,.main-nav a.active{color:#fff}
.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--teal);border-radius:2px}
.main-nav .nav-client{padding:9px 14px;border:1px solid rgba(255,255,255,.17);border-radius:8px;color:#fff}
.main-nav .nav-client:after{display:none}
.menu-toggle{display:none;border:0;background:transparent;padding:8px}
.menu-toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px 0;border-radius:3px}

/* HERO */
.hero{padding:34px 0 26px;min-height:640px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:64px;padding-top:34px}
.hero-copy h1{margin:0 0 22px;font-size:49px;line-height:1.08;letter-spacing:-2.2px;font-weight:700;max-width:600px}
.hero-copy h1 span,.section-heading h2 span,.steps-section h2 span{color:var(--teal)}
.hero-copy p{max-width:520px;color:#aebac9;font-size:14px;margin:0 0 25px}
.hero-copy p strong{color:#fff}
.hero-actions{display:flex;align-items:center;gap:26px;margin-bottom:24px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;min-height:43px;padding:0 22px;font-weight:600;font-size:12px;border:1px solid transparent;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--teal-2),#26c4c5);color:#fff;box-shadow:0 9px 24px rgba(42,201,199,.18)}
.btn-soft{background:#f1f5f8;border-color:#e4e9ee;color:#0c1829}
.btn-outline-dark{background:#fff;border-color:#d9e0e6;color:#101b2b}
.text-link{font-size:11px;font-weight:600;color:#c8d2de}.text-link span{color:var(--teal);margin-left:4px}
.trust-row{display:flex;gap:28px;align-items:center;color:#fff;font-size:11px}
.trust-row>div{display:flex;align-items:center;gap:5px}.trust-row small{color:#8092a7;font-size:9px}.stars{color:var(--yellow)!important;letter-spacing:1px}.stars b{color:#fff;margin-left:4px;letter-spacing:0}
.browser-showcase{position:relative}
.browser-shell{position:relative;border:1px solid rgba(255,255,255,.24);border-radius:13px;background:#101c2d;padding-top:29px;box-shadow:0 24px 70px rgba(0,0,0,.32);overflow:hidden;transform:perspective(1200px) rotateY(-2deg)}
.browser-shell img{width:100%;aspect-ratio:1.42/1;object-fit:cover;object-position:center}
.browser-top{height:29px;position:absolute;top:0;left:0;right:0;display:flex;align-items:center;gap:5px;padding:0 11px;background:#0f1a2c;color:#8291a4;font-size:8px}
.browser-top i{width:5px;height:5px;border-radius:50%;background:#f0695e}.browser-top i:nth-child(2){background:#eeb84b}.browser-top i:nth-child(3){background:#5dc271}.browser-top span{margin-left:auto;margin-right:auto;transform:translateX(-18px);opacity:.9}
.hero-status-card{position:absolute;left:16px;bottom:16px;width:210px;background:rgba(6,20,34,.91);backdrop-filter:blur(9px);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:11px 12px;display:flex;gap:9px;align-items:flex-start;box-shadow:0 12px 30px rgba(0,0,0,.25)}
.hero-status-card .status-dot{width:8px;height:8px;border-radius:50%;background:var(--teal);margin-top:4px;box-shadow:0 0 0 4px rgba(47,199,196,.11)}
.hero-status-card b{font-size:9px;display:block;color:#fff;margin-bottom:2px}.hero-status-card small{display:block;color:#96a7b9;font-size:7px;line-height:1.45}
.tech-strip{display:flex;justify-content:center;gap:72px;margin-top:58px;color:#8292a7;font-size:10px}
.tech-strip span{position:relative}

/* headings */
.section-heading{margin-bottom:44px}.section-heading h2{font-size:28px;line-height:1.18;letter-spacing:-1px;margin:0 0 10px}.section-heading p{color:#6f7e90;font-size:12px;margin:0;max-width:620px}.section-heading.centered{text-align:center}.section-heading.centered p{margin-inline:auto}.section-heading.light h2{color:#fff}.section-heading.light p{color:#91a1b3}.section-heading.narrow{max-width:690px;margin-left:auto;margin-right:auto}

/* plans */
.plans-section{background:#fff;padding-top:74px;padding-bottom:78px}
.plans-section .section-heading.align-left{margin-left:0;margin-bottom:30px}.plans-section .section-heading.align-left h2{font-size:24px}.plans-section .section-heading.align-left p{max-width:560px}
.billing-toggle{width:max-content;margin:0 auto 25px;padding:3px;border:1px solid #d6e0e8;border-radius:26px;background:#f4f7f9;display:flex;align-items:center}
.billing-toggle button{border:0;background:transparent;border-radius:22px;color:#667487;padding:8px 18px;font-size:11px;font-weight:500}.billing-toggle button.active{background:var(--teal);color:#fff;font-weight:600;box-shadow:0 4px 12px rgba(47,199,196,.24)}.billing-toggle small{font-size:9px;margin-left:4px}.reseller-toggle button:disabled{opacity:1;cursor:default}
.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}
.plan-card{position:relative;border:1px solid #dfe5eb;border-radius:16px;padding:27px 25px 22px;display:flex;flex-direction:column;min-height:610px;background:#fff}
.plan-card.featured{border-color:var(--teal);box-shadow:0 0 0 1px rgba(47,199,196,.12),0 20px 48px rgba(40,197,194,.09)}
.popular-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--teal);color:#fff;text-transform:uppercase;font-size:9px;font-weight:700;letter-spacing:.2px;border-radius:18px;padding:6px 15px;white-space:nowrap}
.plan-head h3{font-size:20px;margin:0 0 5px;letter-spacing:-.4px}.plan-head>p:not(.billing-copy){min-height:42px;color:#647286;font-size:11px;margin:0 0 18px}.price{display:flex;align-items:flex-end;gap:4px;color:#0a1526;margin-bottom:3px}.price small{font-size:10px;margin-bottom:7px}.price strong{font-size:37px;line-height:1;font-weight:700;letter-spacing:-1.5px}.price span{font-size:12px;margin-bottom:5px;color:#526175}.billing-copy{font-size:9.5px;color:#748295;margin:0 0 20px;min-height:15px}
.specs{border-top:1px solid #e1e6eb;border-bottom:1px solid #e1e6eb;padding:15px 0;margin-bottom:17px}.specs>div{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:8px 0;font-size:11px}.specs span{color:#536176}.specs b{font-weight:600;color:#0a1526;text-align:right}
.check-list{padding:0;margin:0 0 20px;list-style:none;color:#526175;font-size:10.5px}.check-list li{position:relative;padding-left:22px;margin:9px 0}.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--teal);font-weight:700}
.plan-button{width:100%;margin-top:auto}
.plans-footnote{font-size:11px;color:#657486;margin:34px 0 0}.plans-footnote a{color:var(--teal-dark);font-weight:500}

/* benefits */
.benefits-section{padding-top:72px;padding-bottom:72px}
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.benefit-card{min-height:205px;border:1px solid rgba(68,205,205,.24);border-radius:14px;padding:25px 21px;text-align:center;background:rgba(13,29,47,.42);box-shadow:inset 0 0 30px rgba(255,255,255,.008)}
.benefit-card .icon,.commit-grid .icon{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;margin:0 auto 12px;color:var(--teal);font-size:20px;background:rgba(47,199,196,.08)}
.benefit-card h3{margin:0 0 9px;font-size:13px}.benefit-card p{margin:0;color:#8e9fb1;font-size:9.5px;line-height:1.65}

/* structure */
.structure-section{padding:72px 0;background:#fff}
.structure-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}
.structure-copy h2{font-size:27px;letter-spacing:-1px;margin:0 0 12px}.structure-copy>p{color:#657486;font-size:11.5px;max-width:590px;margin:0 0 20px;line-height:1.7}.feature-lines{list-style:none;padding:0;margin:0 0 25px;font-size:10.5px;color:#637184}.feature-lines li{margin:10px 0;padding-left:23px;position:relative}.feature-lines li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:700}.feature-lines b{color:#334156;font-weight:600}.structure-art{display:flex;justify-content:center;align-items:center}.structure-art img{width:410px;filter:drop-shadow(0 24px 30px rgba(30,26,80,.10));transform:rotate(3deg)}

/* steps */
.steps-section{padding:68px 0 74px}.steps-section .section-heading{margin-bottom:38px}.steps-section h2{font-size:27px}
.step-grid{display:grid;gap:22px}.step-grid.three{grid-template-columns:repeat(3,1fr)}.step-grid.four{grid-template-columns:repeat(4,1fr)}
.step-card{position:relative;text-align:center;border:1px solid rgba(72,205,205,.2);border-radius:13px;padding:29px 20px 24px;background:rgba(14,28,46,.42);min-height:160px}
.step-card>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--teal);color:#07202c;font-weight:700;font-size:10px;margin:-47px auto 15px;box-shadow:0 0 0 5px var(--navy)}
.step-card h3{font-size:12px;margin:0 0 9px}.step-card p{font-size:9px;color:#8596aa;margin:0;line-height:1.65}
.light-cards .step-card{background:#fff;color:var(--ink);border-color:#e0e6ec;box-shadow:0 8px 26px rgba(9,20,37,.04)}.light-cards .step-card>span{box-shadow:0 0 0 5px #fff}.light-cards .step-card p{color:#657486}

/* testimonials */
.testimonials-section{padding:67px 0 72px;background:#fff}.testimonials-section .section-heading{margin-bottom:34px}.testimonials-section .section-heading h2{font-size:26px}.testimonial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.testimonial{background:#fbfcfd;border:1px solid #eef1f4;border-radius:10px;padding:20px 16px;text-align:center;min-height:205px}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;margin:0 auto 8px;font-weight:600;font-size:11px}.avatar.pink{background:#ffe7eb;color:#d45f7a}.avatar.green{background:#ddf5ea;color:#2f8b66}.avatar.yellow{background:#fff1c6;color:#c48c22}.avatar.blue{background:#e1eff8;color:#3b7ca1}.testimonial h3{font-size:10px;margin:0 0 5px}.mini-stars{font-size:8px;color:var(--yellow);letter-spacing:1px;margin-bottom:9px}.testimonial p{font-size:8.5px;color:#667589;margin:0;line-height:1.65}.google-total{text-align:center;font-size:8px;color:#667487;margin:25px 0 0}

/* FAQ */
.faq-section{padding:62px 0}.faq-grid-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px}.faq-grid-wrap>div>h2{font-size:24px;margin:0;color:#fff}.faq-list{border-top:1px solid rgba(255,255,255,.08)}.faq-item{border-bottom:1px solid rgba(255,255,255,.09)}.faq-item>button{width:100%;min-height:52px;border:0;background:transparent;color:#dce4ed;display:flex;justify-content:space-between;align-items:center;text-align:left;font-size:10px;padding:0}.faq-item>button b{color:var(--teal);font-size:14px;font-weight:400;transition:.2s}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer p{color:#899aab;font-size:9.5px;line-height:1.65;margin:0;padding:0 35px 17px 0}.faq-item.open .faq-answer{max-height:180px}.faq-item.open>button b{transform:rotate(45deg)}.faq-all{display:inline-block;margin-top:19px;color:var(--teal);font-size:9px}

/* Footer */
.site-footer{background:var(--navy);color:#fff;border-top:1px solid rgba(255,255,255,.06)}
.footer-grid{display:grid;grid-template-columns:1.45fr .75fr .75fr .9fr;gap:52px;padding:45px 0 35px}.footer-brand{width:132px;margin-bottom:14px}.footer-company p{font-size:8.8px;line-height:1.65;color:#7f8fa1;max-width:250px;margin:0 0 9px}.footer-company p.muted{color:#647589}.footer-grid h3{font-size:10px;margin:3px 0 13px;color:#eef3f8}.footer-grid>div:not(.footer-company){display:flex;flex-direction:column;align-items:flex-start}.footer-grid a,.footer-grid span{font-size:8.5px;color:#8494a6;margin:3px 0}.footer-grid a:hover{color:var(--teal)}.footer-bottom{border-top:1px solid rgba(255,255,255,.06)}.footer-bottom-inner{display:flex;justify-content:space-between;padding:17px 0;color:#607184;font-size:7.7px}

/* Inner heroes */
.inner-hero{padding:74px 0 78px}.compact-hero{padding-top:58px;padding-bottom:74px}.inner-hero-copy{max-width:850px}.inner-hero-copy.centered{text-align:center}.eyebrow{display:inline-block;text-transform:uppercase;color:var(--teal);font-weight:600;font-size:10px;letter-spacing:1.15px;margin-bottom:13px}.inner-hero h1{font-size:41px;line-height:1.16;letter-spacing:-1.8px;margin:0 auto 15px;max-width:850px}.inner-hero p{color:#9aabba;max-width:760px;margin:0 auto;font-size:12px;line-height:1.75}.inner-plans{padding-top:55px}

/* Compare */
.compare-section{background:#f7f9fb;padding:70px 0}.compare-wrap{background:#fff;border:1px solid #e0e6ec;border-radius:14px;overflow:hidden;box-shadow:0 12px 34px rgba(7,20,37,.04)}.compare-table{width:100%;border-collapse:collapse;font-size:11px}.compare-table th,.compare-table td{padding:15px 18px;border-bottom:1px solid #e6ebef;text-align:center}.compare-table th:first-child,.compare-table td:first-child{text-align:left}.compare-table th{background:#fbfcfd;font-size:11px}.compare-table td{color:#657486}.compare-table td:not(:first-child){color:#152336;font-weight:500}.compare-table tr:last-child td{border-bottom:0}
.migration-section{padding:78px 0}.migration-section .step-grid{margin-top:55px}.migration-section .step-card{min-height:180px}.migration-section .step-card>span{font-size:11px}
.included-section{padding:72px 0}.included-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.included-grid h2{font-size:28px;margin:0 0 10px}.included-grid p{color:#6b798b;font-size:11px}.included-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 30px}.included-list span{font-size:10.5px;color:#536176}.included-list span::first-letter{color:var(--teal)}
.cta-section{padding:46px 0 60px;background:#fff}.cta-box{border:1px solid #dfe5eb;border-radius:15px;padding:28px 32px;display:flex;justify-content:space-between;align-items:center;gap:24px;background:#fafcfd}.cta-box h2{margin:0 0 6px;font-size:22px}.cta-box p{margin:0;color:#687689;font-size:10px}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}

/* Reseller */
.white-label-section{padding:82px 0}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.white-label-section h2{font-size:31px;margin:0 0 12px;letter-spacing:-1px}.white-label-section p{color:#96a6b8;font-size:11px;line-height:1.75;margin-bottom:20px}.light-lines{color:#9aabba}.light-lines b{color:#fff}.light-lines li:before{content:"✓"}.margin-card{background:#fff;color:var(--ink);border-radius:16px;padding:28px;box-shadow:0 24px 70px rgba(0,0,0,.23)}.margin-card h3{font-size:20px;margin:0 0 4px}.margin-card>p{color:#6c798b;margin:0 0 18px;font-size:10px}.margin-row{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #edf0f3;font-size:10px}.margin-row span{color:#667486}.margin-row b{font-weight:600}.margin-row.highlight{border:0;background:#e9fbfa;margin:14px -10px 12px;padding:15px 10px;border-radius:8px;color:#0c7775}.margin-card small{color:#8190a0;font-size:8.5px;line-height:1.5;display:block}.start-reselling{padding:76px 0 82px}.start-reselling .step-grid{margin-top:54px}

/* About */
.about-hero{padding:68px 0 82px}.about-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:center}.about-hero h1{font-size:38px;margin:0 0 17px;line-height:1.16;letter-spacing:-1.6px}.about-hero p{color:#9dabbc;font-size:11.5px;line-height:1.75;margin:0}.about-image{border-radius:15px;overflow:hidden;border:1px solid rgba(255,255,255,.13);box-shadow:0 24px 65px rgba(0,0,0,.24)}.about-image img{aspect-ratio:1.5/1;object-fit:cover}
.about-copy-section{padding:76px 0}.prose-grid{display:grid;grid-template-columns:.34fr .66fr;gap:75px}.prose-grid h2{font-size:28px;margin:0}.prose p{color:#5f6f82;font-size:11px;line-height:1.9;margin:0 0 16px}
.mission-section{padding:72px 0}.mission-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.mission-grid article{border:1px solid rgba(47,199,196,.18);border-radius:14px;padding:30px}.mission-grid span{color:var(--teal);font-size:10px;font-weight:700}.mission-grid h2{font-size:24px;margin:12px 0 9px}.mission-grid p{font-size:10px;color:#91a2b4;line-height:1.75;margin:0}
.support-section{padding:76px 0}.support-grid h2{font-size:29px;line-height:1.2;margin:0 0 12px}.support-grid p{color:#657486;font-size:11px;line-height:1.8}.metric-art{height:260px;background:#f7fafb;border:1px solid #e1e7ec;border-radius:18px;display:flex;align-items:center;justify-content:center;gap:32px;overflow:hidden}.metric-circle{width:140px;height:140px;border-radius:50%;border:16px solid #dff6f5;box-shadow:inset 0 0 0 8px var(--teal);display:flex;flex-direction:column;align-items:center;justify-content:center}.metric-circle strong{font-size:28px}.metric-circle span{font-size:10px;color:#718094}.metric-lines{display:flex;align-items:flex-end;gap:10px;height:120px}.metric-lines i{width:17px;background:#d7eded;border-radius:5px 5px 0 0}.metric-lines i:nth-child(1){height:45px}.metric-lines i:nth-child(2){height:80px}.metric-lines i:nth-child(3){height:62px}.metric-lines i:nth-child(4){height:110px;background:var(--teal)}
.commitments-section{padding:72px 0;background:#f8fafb}.commit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.commit-grid article{background:#fff;border:1px solid #e3e8ed;border-radius:14px;padding:26px;text-align:center}.commit-grid .icon{margin-bottom:13px}.commit-grid h3{font-size:13px;margin:0 0 8px}.commit-grid p{font-size:9.5px;color:#677689;line-height:1.7;margin:0}.center-actions{text-align:center;margin-top:28px}

/* Contact */
.contact-hero{padding:58px 0 67px}.contact-section{padding:70px 0}.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:45px;align-items:start}.contact-cards{display:flex;flex-direction:column;gap:12px}.contact-card{border:1px solid #e0e6eb;border-radius:12px;padding:16px;display:grid;grid-template-columns:36px 1fr auto;gap:13px;align-items:center;transition:.2s;background:#fff}.contact-card:hover{border-color:#9ddfdd;box-shadow:0 10px 30px rgba(6,20,37,.05)}.contact-card .icon{width:36px;height:36px;border-radius:9px;background:#eafafa;color:var(--teal-dark);display:grid;place-items:center;font-size:16px}.contact-card small,.contact-meta small{display:block;color:#8492a3;font-size:8.5px;margin-bottom:2px}.contact-card strong,.contact-meta strong{font-size:10.5px;font-weight:600}.contact-card>span{color:var(--teal);font-size:16px}.contact-meta{border:1px solid #e1e6eb;border-radius:12px;padding:18px;display:grid;grid-template-columns:1fr;gap:17px;background:#f9fbfc}.contact-meta>div{display:flex;flex-direction:column}.contact-meta span{font-size:9px;color:#718095;margin-top:4px}.form-card{border:1px solid #dfe5eb;border-radius:16px;padding:28px 30px;box-shadow:var(--shadow);background:#fff}.form-card h2{font-size:23px;margin:0 0 5px}.form-card>p{font-size:10px;color:#6d7b8d;margin:0 0 24px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-card label{display:block;font-size:9.5px;font-weight:600;color:#344257;margin-bottom:14px}.form-card input,.form-card select,.form-card textarea{display:block;width:100%;margin-top:6px;border:1px solid #dbe2e8;border-radius:8px;padding:11px 12px;background:#fbfcfd;color:#142236;font-size:10.5px;outline:none;transition:.2s}.form-card input,.form-card select{height:42px}.form-card textarea{resize:vertical;min-height:120px}.form-card input:focus,.form-card select:focus,.form-card textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(47,199,196,.10)}.form-submit{width:100%;height:44px}.client-note{font-size:8.8px!important;margin:14px 0 0!important;color:#798797!important}.client-note a{color:var(--teal-dark)}.honeypot{position:absolute;left:-99999px;width:1px;height:1px;overflow:hidden}.form-alert{border-radius:8px;padding:10px 12px;margin:0 0 15px;font-size:9.5px}.form-alert.success{background:#ebfaf3;color:#1d7d53}.form-alert.error{background:#fff0f0;color:#a24646}

@media(max-width:980px){
  .container{width:min(var(--container),calc(100% - 34px))}
  .main-nav{gap:17px;font-size:10px}
  .hero-grid{gap:36px}.hero-copy h1{font-size:40px}.hero{min-height:auto;padding-bottom:38px}.tech-strip{margin-top:42px;gap:36px}
  .plan-grid{gap:14px}.plan-card{padding:24px 18px}.price strong{font-size:33px}.specs>div{font-size:10px}
  .structure-grid{gap:30px}.faq-grid-wrap{gap:45px}.footer-grid{gap:28px}
  .about-hero-grid{gap:34px}.contact-grid{gap:25px}.split-grid{gap:35px}
}
@media(max-width:780px){
  .site-header,.header-inner{height:64px}.brand{width:120px}
  .menu-toggle{display:block;z-index:60}.main-nav{position:fixed;inset:64px 0 0 0;background:var(--navy);padding:26px 22px;display:flex;flex-direction:column;align-items:stretch;gap:0;transform:translateX(100%);transition:.25s ease}.main-nav.open{transform:translateX(0)}.main-nav a{padding:14px 4px;border-bottom:1px solid rgba(255,255,255,.07);font-size:13px}.main-nav a.active:after{display:none}.main-nav .nav-client{margin-top:16px;text-align:center;border:1px solid rgba(255,255,255,.2)}
  .section{padding:56px 0}.hero{padding-top:25px}.hero-grid{grid-template-columns:1fr;padding-top:18px;gap:38px}.hero-copy h1{font-size:42px;max-width:640px}.hero-copy br{display:none}.browser-showcase{max-width:620px}.tech-strip{justify-content:flex-start;overflow:auto;gap:32px;padding-bottom:6px}
  .plan-grid{grid-template-columns:1fr;max-width:520px;margin-inline:auto;gap:28px}.plan-card{min-height:auto}.plan-head>p:not(.billing-copy){min-height:auto}.popular-badge{top:-12px}
  .benefit-grid{grid-template-columns:repeat(2,1fr)}.structure-grid,.included-grid,.split-grid,.about-hero-grid,.prose-grid,.contact-grid{grid-template-columns:1fr}.structure-art{order:-1}.structure-art img{width:330px}.step-grid.three,.step-grid.four{grid-template-columns:repeat(2,1fr);gap:38px 18px}.testimonial-grid{grid-template-columns:repeat(2,1fr)}
  .faq-grid-wrap{grid-template-columns:1fr;gap:25px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr;}.footer-grid>div:last-child{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr)}
  .inner-hero h1,.about-hero h1{font-size:34px}.compare-wrap{overflow:auto}.compare-table{min-width:700px}.included-list{grid-template-columns:1fr 1fr}.cta-box{align-items:flex-start;flex-direction:column}.mission-grid,.commit-grid{grid-template-columns:1fr}.metric-art{max-width:550px}.field-row{grid-template-columns:1fr}
}
@media(max-width:520px){
  body{font-size:13px}.container{width:calc(100% - 28px)}.section{padding:48px 0}
  .hero-copy h1{font-size:34px;line-height:1.12;letter-spacing:-1.4px}.hero-copy p{font-size:12px}.hero-actions{align-items:flex-start;gap:14px;flex-wrap:wrap}.trust-row{gap:16px;flex-wrap:wrap}.browser-shell{border-radius:10px}.hero-status-card{width:185px}.tech-strip{margin-top:34px}
  .section-heading h2,.structure-copy h2,.included-grid h2{font-size:24px}.billing-toggle{margin-bottom:28px}.plan-card{border-radius:13px;padding:24px 20px}.benefit-grid{grid-template-columns:1fr}.benefit-card{min-height:auto}.step-grid.three,.step-grid.four{grid-template-columns:1fr;gap:38px}.testimonial-grid{grid-template-columns:1fr}.testimonial{min-height:auto}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-company{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1;grid-template-columns:1fr}.footer-bottom-inner{flex-direction:column;gap:5px}
  .inner-hero{padding:48px 0 54px}.inner-hero h1,.about-hero h1{font-size:29px;letter-spacing:-1.1px}.included-list{grid-template-columns:1fr}.white-label-section h2,.support-grid h2{font-size:26px}.about-image img{aspect-ratio:1.3/1}.metric-art{height:220px}.metric-circle{width:115px;height:115px;border-width:12px}.metric-circle strong{font-size:23px}.contact-section{padding-top:48px}.form-card{padding:23px 19px}.cta-actions{width:100%}.cta-actions .btn{flex:1}.cta-box{padding:24px 20px}
}

/* Ajustes finos para reproduzir as proporções do layout de referência */
@media(min-width:981px){
  .benefits-section{padding-top:90px;padding-bottom:94px}
  .benefits-section .section-heading{margin-bottom:52px}
  .benefit-card{min-height:238px;padding:31px 25px}
  .benefit-card h3{font-size:14px;margin-bottom:11px}
  .benefit-card p{font-size:10px;line-height:1.75}

  .structure-section{padding-top:96px;padding-bottom:98px}
  .structure-grid{min-height:475px}
  .structure-copy h2{font-size:29px}
  .structure-copy>p{font-size:12px;line-height:1.82}
  .feature-lines{font-size:11px}
  .feature-lines li{margin:12px 0}
  .structure-art img{width:445px}

  .steps-section{padding-top:92px;padding-bottom:100px}
  .steps-section .section-heading{margin-bottom:55px}
  .steps-section h2{font-size:30px}
  .step-card{min-height:190px;padding:35px 25px 30px}
  .step-card h3{font-size:13px}
  .step-card p{font-size:9.7px;line-height:1.75}

  .testimonials-section{padding-top:90px;padding-bottom:96px}
  .testimonials-section .section-heading{margin-bottom:46px}
  .testimonial{min-height:235px;padding:26px 19px}
  .avatar{width:42px;height:42px;margin-bottom:10px}
  .testimonial h3{font-size:10.5px}
  .testimonial p{font-size:9px;line-height:1.72}
  .google-total{margin-top:32px;font-size:8.5px}

  .faq-section{padding-top:86px;padding-bottom:92px}
  .faq-grid-wrap>div>h2{font-size:26px}
  .faq-item>button{min-height:63px;font-size:10.5px}
  .faq-answer p{font-size:10px}
  .faq-all{margin-top:24px}

  .footer-grid{padding-top:58px;padding-bottom:46px}
  .footer-bottom-inner{padding-top:20px;padding-bottom:20px}
}

/* === site-v6.css === */
/* AtiveHost V6 — correção limpa sobre o CSS-base.
   Nenhum fidelity-v3/v4/v5 é carregado nesta versão. */

:root{
  --v6-navy:#071426;
  --v6-navy-solid:#081729;
  --v6-teal:#23cbc7;
  --v6-copy:#9eb1c5;
  --v6-container:1120px;
}

html{scroll-padding-top:96px}
body{font-size:15px;line-height:1.62;overflow-x:hidden}
.container{width:min(var(--v6-container),calc(100% - 48px))}

/* ------------------------------------------------------------------
   HEADER: no topo ele é ABSOLUTO e transparente sobre o próprio Hero.
   Só depois do scroll vira FIXO, exatamente para não criar uma faixa.
   ------------------------------------------------------------------ */
.site-header,
.site-header:not(.scrolled){
  position:absolute!important;
  inset:0 0 auto 0!important;
  z-index:1000!important;
  height:104px!important;
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  color:#fff!important;
}
.site-header.scrolled{
  position:fixed!important;
  height:74px!important;
  background:rgba(7,20,38,.95)!important;
  border-bottom:1px solid rgba(255,255,255,.07)!important;
  box-shadow:0 10px 30px rgba(0,0,0,.20)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  animation:v6HeaderIn .18s ease both;
}
@keyframes v6HeaderIn{from{transform:translateY(-8px);opacity:.92}to{transform:none;opacity:1}}
.header-wrap{height:100%;display:flex;flex-direction:column}
.header-utility{height:32px;display:flex;justify-content:flex-end;align-items:center;gap:28px;color:#8fa3b8;font-size:12px;line-height:1}
.header-utility a{display:inline-flex;align-items:center;gap:7px;transition:color .18s ease}
.header-utility a:hover{color:#fff}
.header-utility svg{display:block!important;flex:0 0 15px!important;width:15px!important;height:15px!important;max-width:15px!important;max-height:15px!important;fill:none!important;stroke:currentColor!important}
.header-inner{height:72px!important;display:flex;align-items:center;justify-content:space-between}
.brand{width:166px!important;flex:0 0 auto}
.brand img{width:100%!important;height:auto!important;max-height:54px!important;object-fit:contain!important}
.main-nav{gap:34px!important;font-size:13.5px!important;color:#98aabd!important;font-weight:500}
.main-nav a{transition:color .18s ease,transform .18s ease}
.main-nav a:hover{color:#fff!important;transform:translateY(-1px)}
.main-nav a.active{color:#fff!important}
.main-nav a.active:after{bottom:-11px!important;background:var(--v6-teal)!important}
.site-header.scrolled .header-utility{display:none!important}
.site-header.scrolled .header-inner{height:74px!important}

/* ------------------------------------------------------------------
   HERO: começa em y=0. O fundo é a única superfície atrás do header.
   ------------------------------------------------------------------ */
.home-hero{
  position:relative;
  margin:0!important;
  padding:0 0 42px!important;
  min-height:790px!important;
  overflow:hidden!important;
  background:
    linear-gradient(rgba(71,124,158,.105) 1px,transparent 1px),
    linear-gradient(90deg,rgba(71,124,158,.105) 1px,transparent 1px),
    radial-gradient(900px 560px at 12% -8%,rgba(0,198,194,.17),transparent 62%),
    radial-gradient(780px 520px at 88% 0%,rgba(48,112,165,.19),transparent 62%),
    #071426!important;
  background-size:54px 54px,54px 54px,auto,auto,auto!important;
}
.home-hero .hero-grid{
  padding-top:155px!important;
  grid-template-columns:1.01fr .99fr!important;
  gap:70px!important;
  align-items:center!important;
}
.hero-copy h1{font-size:50px!important;line-height:1.07!important;letter-spacing:-2.2px!important;max-width:570px!important;margin-bottom:23px!important}
.hero-copy p{font-size:15.5px!important;line-height:1.72!important;max-width:540px!important;color:#a9bacb!important;margin-bottom:28px!important}
.hero-actions{gap:28px!important;margin-bottom:26px!important}
.hero .btn-primary{min-height:47px!important;padding:0 27px!important;font-size:13px!important;border-radius:8px!important}
.hero .text-link{font-size:12.5px!important;letter-spacing:.01em!important}
.trust-row{font-size:12.5px!important;gap:27px!important}
.trust-row small{font-size:11.5px!important;color:#8799ad!important}
.trust-row b{font-size:12.5px!important}
.browser-showcase{position:relative!important}
.browser-shell{border-radius:12px!important;transform:none!important;box-shadow:0 22px 65px rgba(0,0,0,.28)!important}
.browser-shell picture{display:block!important;width:100%!important;aspect-ratio:1.42/1!important;overflow:hidden!important}
.browser-shell picture img,.browser-shell img{display:block!important;width:100%!important;height:100%!important;aspect-ratio:1.42/1!important;object-fit:cover!important;object-position:center!important}
.browser-top{font-size:9.5px!important}
.whatsapp-badge{position:absolute;right:14px;top:-19px;z-index:5;min-height:34px;display:flex;align-items:center;gap:8px;padding:0 14px;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:#0b1b2f;color:#fff;font-size:11px;font-weight:600;box-shadow:0 9px 24px rgba(0,0,0,.18)}
.whatsapp-badge i{width:7px;height:7px;border-radius:50%;background:#5bd28d;box-shadow:0 0 0 4px rgba(91,210,141,.08)}
.hero-status-card{left:18px!important;bottom:20px!important;width:235px!important;padding:14px 15px!important;border-radius:11px!important;align-items:flex-start!important;z-index:3!important}
.status-icon-safe{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:7px;background:rgba(35,203,199,.12);color:var(--v6-teal);font-size:14px;font-weight:700}
.hero-status-card b{font-size:12.5px!important;margin-bottom:4px!important}
.hero-status-card small{font-size:10.5px!important;line-height:1.6!important;color:#9aadc0!important}
.home-tech-proof{margin-top:66px!important;gap:16px!important;color:#76899d!important}
.home-tech-proof>p{font-size:12px!important;letter-spacing:.01em;color:#8ca0b3!important;text-align:center!important}
.home-tech-list{gap:52px!important}
.home-tech-list span{color:#7b8ea2!important;font-size:12.5px!important;font-weight:600!important}
.home-tech-list span:hover{color:#adbccc!important;transform:translateY(-2px)}
.home-tech-list svg{width:18px!important;height:18px!important;stroke:currentColor!important;fill:none!important;flex:none}
.tech-glyph{display:inline-grid;place-items:center!important;width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important;overflow:hidden!important;font-style:normal!important;font-size:17px!important;line-height:18px!important;color:inherit!important;background:none!important;border:0!important}
.tech-glyph.cloud{font-size:15px!important}

/* Tipografia geral: elimina os antigos 8–11px do CSS-base. */
.section-heading p{font-size:14px!important;line-height:1.7!important}
.plans-section .section-heading.align-left p{font-size:14px!important;line-height:1.7!important}
.billing-toggle button{font-size:12.5px!important}.billing-toggle small{font-size:10.5px!important}
.plan-head>p:not(.billing-copy){font-size:12.5px!important;line-height:1.6!important}
.billing-copy{font-size:10.5px!important}.price small{font-size:11px!important}.price span{font-size:12.5px!important}
.specs>div,.specs b{font-size:12.5px!important;line-height:1.5!important}
.check-list{font-size:12px!important;line-height:1.55!important}.plans-footnote{font-size:12px!important}
.plan-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.plan-card:hover{transform:translateY(-5px);border-color:#a9dedd;box-shadow:0 18px 46px rgba(7,20,38,.10)}
.plan-card.featured:hover{border-color:var(--v6-teal);box-shadow:0 20px 52px rgba(35,203,199,.16)}
.plan-button{font-size:12px!important}

.benefit-card{transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease}
.benefit-card:hover{transform:translateY(-5px);border-color:rgba(35,203,199,.7);background:rgba(18,38,59,.68);box-shadow:0 14px 34px rgba(0,0,0,.12)}
.benefit-card h3{font-size:14px!important}.benefit-card p{font-size:12px!important;line-height:1.7!important}
.benefit-card .icon{font-size:18px!important}
.structure-copy>p{font-size:13.5px!important;line-height:1.78!important}.feature-lines{font-size:12.5px!important;line-height:1.62!important}
.structure-copy .btn{font-size:12px!important}
.home-steps .step-card h3{font-size:14px!important}.home-steps .step-card p{font-size:12px!important;line-height:1.7!important}
.testimonial h3{font-size:11.5px!important}.mini-stars{font-size:10px!important}.testimonial p{font-size:11.5px!important;line-height:1.7!important}.google-total{font-size:10.5px!important}

/* FAQ igual ao bloco compacto do Lovable: uma coluna, centralizada. */
#faq.faq-section{padding:82px 0 88px!important}
#faq .faq-grid-wrap{display:block!important;width:min(690px,calc(100% - 48px))!important;max-width:690px!important;margin-inline:auto!important}
#faq .faq-grid-wrap>div:first-child{margin-bottom:27px!important}
#faq .faq-grid-wrap>div>h2{font-size:26px!important;line-height:1.25!important;color:#fff!important;margin:0!important}
#faq .faq-list{border-top:1px solid rgba(255,255,255,.10)!important}
#faq .faq-item{border-bottom:1px solid rgba(255,255,255,.10)!important}
#faq .faq-item>button{min-height:58px!important;font-size:12.5px!important;line-height:1.5!important;font-weight:600!important;padding:0!important;color:#f2f5f8!important}
#faq .faq-item>button b{font-size:17px!important;color:var(--v6-teal)!important}
#faq .faq-answer p{font-size:12px!important;line-height:1.7!important;color:#96a8ba!important;padding:0 32px 18px 0!important}
#faq .faq-item.open .faq-answer{max-height:280px!important}
#faq .faq-all{font-size:11.5px!important;margin-top:22px!important;color:var(--v6-teal)!important}

/* Footer V12: inspirado na organização da ValueHost, com linguagem própria da AtiveHost. */
.site-footer.footer-vh-inspired{background:radial-gradient(circle at left center,rgba(28,188,210,.10),transparent 34%),linear-gradient(180deg,#061327 0%,#04101f 100%)!important;border-top:1px solid rgba(255,255,255,.07)!important}
.site-footer .footer-vh-top,.site-footer .footer-vh-meta{width:min(var(--v6-container),calc(100% - 48px))!important;max-width:var(--v6-container)!important}
.site-footer .footer-vh-top{display:grid!important;grid-template-columns:minmax(240px,1.05fr) minmax(0,2.2fr)!important;gap:70px!important;padding-top:62px!important;padding-bottom:30px!important;align-items:start!important}
.site-footer .footer-brand{width:178px!important;margin:0 0 18px!important}
.site-footer .footer-vh-brand p{font-size:12.5px!important;line-height:1.8!important;max-width:330px!important;color:#93a6ba!important;margin:0 0 10px!important}
.site-footer .footer-vh-brand p.muted{font-size:11px!important;color:#76889a!important}
.site-footer .footer-socials{display:flex!important;gap:14px!important;margin-top:22px!important;flex-wrap:wrap!important}
.site-footer .footer-socials a{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.12)!important;background:rgba(255,255,255,.03)!important;color:#d7e5f2!important;transition:transform .18s ease, border-color .18s ease, color .18s ease, background .18s ease!important}
.site-footer .footer-socials a:hover{transform:translateY(-2px)!important;border-color:rgba(45,212,191,.5)!important;color:var(--v6-teal)!important;background:rgba(45,212,191,.08)!important}
.site-footer .footer-socials svg{width:18px!important;height:18px!important;stroke:currentColor!important;fill:none!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;max-width:none!important;max-height:none!important}
.site-footer .footer-vh-links{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:34px!important}
.site-footer .footer-vh-links > div{display:flex!important;flex-direction:column!important;align-items:flex-start!important}
.site-footer .footer-vh-links h3{font-size:13px!important;margin:2px 0 14px!important;color:#fff!important}
.site-footer .footer-vh-links a{font-size:12.5px!important;line-height:1.65!important;color:#91a5b9!important;margin:3px 0!important;transition:color .18s ease, transform .18s ease!important}
.site-footer .footer-vh-links a:hover{color:var(--v6-teal)!important;transform:translateX(2px)!important}
.site-footer .footer-vh-meta{padding-top:20px!important;padding-bottom:24px!important;border-top:1px solid rgba(255,255,255,.08)!important}
.site-footer .footer-legal-links{display:flex!important;justify-content:center!important;gap:26px!important;flex-wrap:wrap!important;padding-bottom:18px!important}
.site-footer .footer-legal-links a{font-size:11.5px!important;line-height:1.5!important;color:#8ea0b2!important;transition:color .18s ease!important}
.site-footer .footer-legal-links a:hover{color:var(--v6-teal)!important}
.site-footer .footer-vh-bottom{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;padding:0!important;color:#6d8195!important;font-size:10.5px!important;border-top:none!important}


/* Páginas internas: herdam o mesmo header e mantêm leitura normal. */
.inner-hero,.about-hero,.contact-hero{padding-top:145px!important}
.inner-hero p,.about-hero p{font-size:14px!important;line-height:1.75!important}
.prose p,.mission-grid p,.support-grid p,.commit-grid p,.included-grid p,.white-label-section p,.cta-box p{font-size:13px!important;line-height:1.75!important}
.included-list span,.compare-table,.compare-table th,.compare-table td{font-size:12.5px!important}
.form-card>p{font-size:13px!important}.form-card label{font-size:12px!important}.form-card input,.form-card select,.form-card textarea{font-size:13px!important}
.contact-card small,.contact-meta small{font-size:11px!important}.contact-card strong,.contact-meta strong{font-size:13px!important}.contact-meta span{font-size:11.5px!important}

/* Proteção global: qualquer SVG inserido no futuro precisa respeitar seu componente.
   Evita exatamente os desenhos pretos gigantes vistos no site quebrado. */
.header-utility svg{max-width:15px!important;max-height:15px!important}

@media(min-width:1500px){
  .home-hero{min-height:790px!important}
  .home-hero .hero-grid{padding-top:155px!important}
}

@media(max-width:980px){
  .container{width:min(var(--v6-container),calc(100% - 36px))}
  .header-utility{display:none!important}
  .site-header,.site-header:not(.scrolled){height:76px!important}
  .header-inner{height:76px!important}
  .brand{width:150px!important}.main-nav{gap:20px!important;font-size:12.5px!important}
  .home-hero{min-height:auto!important;padding-bottom:55px!important}
  .home-hero .hero-grid{padding-top:125px!important;grid-template-columns:1fr!important;gap:48px!important}
  .hero-copy h1{font-size:46px!important}.hero-copy p{font-size:15px!important}
  .browser-showcase{max-width:700px}
  .hero-status-card{left:14px!important}
  .home-tech-proof{margin-top:52px!important;align-items:flex-start!important}
  .home-tech-proof>p{text-align:left!important}
  .home-tech-list{gap:24px 34px!important;justify-content:flex-start!important}
  .site-footer .footer-vh-top{gap:42px!important}.site-footer .footer-vh-links{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important}
}

@media(max-width:780px){
  .site-header,.site-header:not(.scrolled),.site-header.scrolled{height:68px!important}
  .header-inner,.site-header.scrolled .header-inner{height:68px!important}
  .header-wrap{width:calc(100% - 30px)!important}
  .brand{width:142px!important}.menu-toggle{display:block!important;z-index:60}
  .main-nav{position:fixed!important;inset:68px 0 0!important;background:#071426!important;padding:22px 24px!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;transform:translateX(100%);transition:transform .24s ease!important}
  .main-nav.open{transform:translateX(0)!important}.main-nav a{padding:15px 4px!important;border-bottom:1px solid rgba(255,255,255,.07)!important;font-size:14px!important}
  .home-hero .hero-grid{padding-top:105px!important}.hero-copy h1{font-size:40px!important;letter-spacing:-1.5px!important}.hero-copy p{font-size:14.5px!important}
  .whatsapp-badge{right:8px;top:-15px;font-size:10px}.hero-status-card{width:225px!important}
  .home-tech-proof>p{font-size:11px!important}
  .home-tech-list span{font-size:12px!important}
  .site-footer .footer-vh-top,.site-footer .footer-vh-meta{width:calc(100% - 40px)!important}
  .site-footer .footer-vh-top{grid-template-columns:1fr!important;gap:34px!important;padding-top:50px!important;padding-bottom:28px!important}
  .site-footer .footer-vh-links{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 22px!important}
  #faq .faq-grid-wrap{width:calc(100% - 40px)!important}
}

@media(max-width:520px){
  body{font-size:14px}
  .container{width:calc(100% - 28px)!important}
  .home-hero .hero-grid{padding-top:96px!important}.hero-copy h1{font-size:35px!important}.hero-copy p{font-size:14px!important}.hero-copy br{display:none!important}
  .hero-actions{gap:14px!important;flex-wrap:wrap}.trust-row{gap:15px!important;flex-wrap:wrap}.home-tech-list{gap:18px 24px!important}
  .whatsapp-badge{display:none}.hero-status-card{left:10px!important;bottom:10px!important;width:205px!important}.home-tech-proof>p{font-size:10.5px!important}
  #faq.faq-section{padding:62px 0 68px!important}#faq .faq-grid-wrap{width:calc(100% - 28px)!important}#faq .faq-grid-wrap>div>h2{font-size:24px!important}#faq .faq-item>button{font-size:12px!important}#faq .faq-answer p{font-size:11.5px!important}
  .site-footer .footer-vh-top,.site-footer .footer-vh-meta{width:calc(100% - 28px)!important}.site-footer .footer-vh-top{grid-template-columns:1fr!important;gap:30px!important;padding-top:42px!important;padding-bottom:24px!important}.site-footer .footer-vh-links{grid-template-columns:1fr!important;gap:24px!important}.site-footer .footer-vh-brand p,.site-footer .footer-vh-links a{font-size:12px!important}.site-footer .footer-legal-links{gap:16px!important;padding-bottom:14px!important;justify-content:flex-start!important}.site-footer .footer-vh-bottom{font-size:10px!important;flex-direction:column!important;align-items:flex-start!important;gap:6px!important}
}


/* Estrutura V13: bloco branco com rack ilustrado, alinhado ao layout de referência. */
.structure-section-v13{padding:92px 0 96px!important;background:#fff!important}
.structure-section-v13 .structure-grid{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr)!important;gap:82px!important;align-items:center!important;min-height:auto!important}
.structure-section-v13 .section-kicker{display:inline-flex!important;align-items:center!important;gap:9px!important;text-transform:uppercase!important;letter-spacing:.18em!important;font-size:12px!important;font-weight:600!important;color:#00b9c5!important;margin:0 0 18px!important}
.structure-section-v13 .section-kicker::before{content:"";width:7px!important;height:7px!important;border-radius:50%!important;background:#35d3da!important;box-shadow:0 0 0 4px rgba(53,211,218,.12)!important}
.structure-section-v13 .structure-copy h2{font-size:40px!important;line-height:1.02!important;letter-spacing:-1.8px!important;color:#07193a!important;margin:0 0 18px!important;max-width:560px!important}
.structure-section-v13 .structure-copy>p{font-size:17px!important;line-height:1.65!important;color:#53657c!important;max-width:640px!important;margin:0 0 28px!important}
.structure-section-v13 .feature-lines{list-style:none!important;padding:0!important;margin:0 0 34px!important;display:grid!important;gap:18px!important;font-size:16px!important;line-height:1.55!important;color:#10233e!important}
.structure-section-v13 .feature-lines li{position:relative!important;padding-left:32px!important;margin:0!important}
.structure-section-v13 .feature-lines li::before{content:"✓"!important;position:absolute!important;left:0!important;top:1px!important;color:#19d2cc!important;font-size:23px!important;font-weight:700!important;line-height:1!important}
.structure-section-v13 .feature-lines b{color:#061b3b!important;font-weight:700!important}
.structure-section-v13 .btn.btn-primary{min-height:54px!important;padding:0 28px!important;border-radius:999px!important;font-size:16px!important;font-weight:700!important;box-shadow:0 14px 28px rgba(35,203,199,.18)!important}
.structure-section-v13 .structure-art{display:flex!important;justify-content:center!important;align-items:center!important;order:initial!important}
.structure-section-v13 .rack-art{width:min(360px,100%)!important;display:flex!important;justify-content:center!important;align-items:center!important}
.structure-section-v13 .rack-art svg{display:block!important;width:100%!important;max-width:360px!important;height:auto!important;filter:drop-shadow(0 24px 30px rgba(12,23,42,.10))!important}
