:root{
  --navy:#06172a;
  --navy-2:#08233f;
  --blue:#078cff;
  --blue-2:#17baff;
  --cyan:#36d1ff;
  --ink:#071936;
  --muted:#63758f;
  --line:#dbe7f3;
  --soft:#f5f9fd;
  --white:#fff;
  --shadow:0 22px 65px rgba(4,34,66,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:72px}
body{margin:0;font-family:"Poppins",Arial,sans-serif;background:#fff;color:var(--ink);-webkit-font-smoothing:antialiased}
body.modal-open{overflow:hidden}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 48px));margin:0 auto}

/* scroll */
.scroll-progress{position:fixed;left:0;top:0;width:100%;height:3px;z-index:150;background:transparent}
.scroll-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--blue),var(--cyan));box-shadow:0 0 15px rgba(32,199,255,.65)}

/* header */
.header{height:66px;background:rgba(5,22,40,.95);backdrop-filter:blur(15px);color:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.07);transition:.25s}
.header.scrolled{background:rgba(5,22,40,.985);box-shadow:0 10px 35px rgba(0,0,0,.22)}
.header-inner{height:100%;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:9px;white-space:nowrap}
.brand-symbol{width:25px;height:25px;border:7px solid #23c5ff;border-right-color:#087bd9;border-radius:50%;transform:rotate(-20deg);display:inline-block}
.brand-name{font-size:17px}.brand-name b{font-weight:700}
.nav{display:flex;align-items:center;gap:25px;margin-left:auto;font-size:10.5px}
.nav a{position:relative;color:#e6f0f9;transition:.2s}
.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--cyan);transition:.25s}
.nav a:hover,.nav a.active{color:#fff}
.nav a:hover:after,.nav a.active:after{right:0}
.menu-button{display:none;background:none;border:0}
.menu-button span{display:block;width:24px;height:2px;margin:5px;background:#fff}
.btn{border:0;display:inline-flex;align-items:center;justify-content:center;gap:11px;border-radius:8px;padding:13px 22px;font-size:11px;font-weight:600;transition:transform .22s,box-shadow .22s,background .22s,border-color .22s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{color:#fff;background:linear-gradient(100deg,#087fff,#17bcff);box-shadow:0 12px 30px rgba(4,142,255,.25)}
.btn-primary:hover{box-shadow:0 17px 36px rgba(4,142,255,.34)}
.btn-outline{background:rgba(5,24,43,.25);border:1px solid rgba(255,255,255,.7);color:#fff}
.btn-outline:hover{background:rgba(255,255,255,.08)}
.btn-header{padding:10px 17px;border-radius:999px;color:#06233b;background:linear-gradient(100deg,#1bbdff,#60ddff)}
.kicker{font-size:9px;font-weight:700;letter-spacing:.12em;color:#58cfff}
.kicker.blue{color:var(--blue)}.kicker.cyan{color:var(--cyan)}

/* hero */
.hero{height:470px;position:relative;overflow:hidden;background:var(--navy);color:#fff}
.hero-image{position:absolute;right:0;top:0;width:960px;height:100%;background-image:url("../img/hero-banner-hq.webp");background-position:right center;background-size:auto 100%;background-repeat:no-repeat;transform:none;animation:none;opacity:1;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 4%,rgba(0,0,0,.62) 10%,#000 18%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.18) 4%,rgba(0,0,0,.62) 10%,#000 18%,#000 100%)}
@keyframes heroDrift{to{transform:scale(1.055) translateX(6px)}}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#06172a 0%,#06172a 34%,rgba(6,23,42,.48) 46%,rgba(6,23,42,.14) 58%,rgba(6,23,42,.04) 66%,rgba(6,23,42,0) 76%)}
.hero-lines{position:absolute;inset:0;opacity:.08;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(90deg,#000,transparent 72%)}
.hero-inner{position:relative;z-index:2;height:100%;display:flex;align-items:center}
.hero-copy{width:56%;padding-top:6px;position:relative;z-index:4}
.hero h1{font-size:43px;line-height:1.02;letter-spacing:-.04em;margin:9px 0 13px}
.hero h1 span{color:#0da2ff}
.hero p{font-size:11.5px;line-height:1.62;color:#dbe6ef;max-width:505px;margin:0 0 18px}
.hero-buttons{display:flex;gap:14px}
.hero-services-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px;max-width:660px}
.hero-service-card{position:relative;min-height:122px;display:flex;flex-direction:column;gap:10px;padding:14px 14px 14px 14px;border:1px solid rgba(160,201,238,.24);border-radius:12px;background:linear-gradient(180deg,rgba(16,49,82,.55),rgba(15,40,68,.62));backdrop-filter:blur(10px);box-shadow:0 12px 28px rgba(2,18,36,.18);transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;max-width:none}
.hero-service-card:hover{
  transform:translateY(-3px);
  border-color:rgba(84,200,255,.38);
  box-shadow:0 18px 34px rgba(2,18,36,.24)
}
.hero-service-icon{
  width:44px;
  height:44px;
  border-radius:12px;
  position:relative;
  display:inline-block;
  background:linear-gradient(145deg,rgba(29,161,255,.28),rgba(9,88,174,.22));
  border:1px solid rgba(104,196,255,.24);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)
}
.hero-service-icon:before{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:20px
}
.service-it .hero-service-icon:before{content:"🖥";font-size:18px}
.service-web .hero-service-icon:before{content:"</>";font-size:15px;font-weight:700}
.service-ads .hero-service-icon:before{content:"◔";font-size:18px}
.hero-service-body{display:flex;flex-direction:column;gap:5px}
.hero-service-body strong{
  font-size:8.8px;
  line-height:1.35;
  font-weight:600;
  color:#ffffff;
  max-width:150px
}
.hero-service-body small{
  font-size:7.3px;
  line-height:1.5;
  color:#d0deea
}
.hero-service-more{
  position:absolute;
  right:12px;
  top:16px;
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(57,122,190,.30);
  border:1px solid rgba(138,204,255,.18);
  color:#fff;
  font-size:18px;
  line-height:1
}
.hero-benefits-right{position:absolute;right:22px;top:182px;bottom:auto;width:220px;display:flex;flex-direction:column;gap:10px;z-index:3}
.hero-benefit-card{position:relative;display:grid;grid-template-columns:40px 1fr 26px;align-items:center;gap:10px;padding:12px 12px;border:1px solid rgba(176,212,242,.24);border-radius:14px;background:linear-gradient(180deg,rgba(77,107,135,.22),rgba(58,89,119,.26));backdrop-filter:blur(14px);box-shadow:0 12px 28px rgba(2,18,36,.18)}
.hero-benefit-icon{width:40px;height:40px;border-radius:50%;position:relative;display:inline-block;background:linear-gradient(145deg,rgba(28,174,255,.22),rgba(11,100,190,.20));border:1px solid rgba(127,210,255,.20)}
.hero-benefit-icon:before{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:16px
}
.hero-benefit-icon.people:before{content:"●●";font-size:11px;letter-spacing:-2px}
.hero-benefit-icon.shield:before{content:"◆"}
.hero-benefit-icon.bars:before{content:"▥"}
.hero-benefit-body{display:flex;flex-direction:column;gap:3px}
.hero-benefit-body strong{font-size:8.6px;line-height:1.3;color:#fff;font-weight:600}
.hero-benefit-body small{font-size:7.1px;line-height:1.42;color:#d4e0eb}
.hero-benefit-arrow{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.09);border:1px solid rgba(174,219,255,.18);color:#e9f5ff;font-size:14px}
.hero-animate{opacity:0;transform:translateY(18px);animation:heroIn .8s ease forwards}
.a1{animation-delay:.05s}.a2{animation-delay:.12s}.a3{animation-delay:.22s}.a4{animation-delay:.32s}.a5{animation-delay:.42s}
@keyframes heroIn{to{opacity:1;transform:none}}
.scroll-cue{position:absolute;z-index:3;bottom:8px;left:auto;right:18px;transform:none;display:flex;flex-direction:column;align-items:center;color:#c9d8e7}
.scroll-cue span{width:18px;height:27px;border:1px solid rgba(255,255,255,.55);border-radius:15px;position:relative}
.scroll-cue span:after{content:"";position:absolute;top:5px;left:50%;width:3px;height:6px;border-radius:4px;background:#28c5ff;transform:translateX(-50%);animation:scrollDot 1.7s infinite}
@keyframes scrollDot{0%{opacity:0;transform:translate(-50%,0)}30%{opacity:1}100%{opacity:0;transform:translate(-50%,9px)}}
.scroll-cue small{font-size:6px;letter-spacing:.16em;margin-top:5px}

/* summary */
.services-summary{padding:38px 0 48px}
.summary-heading{display:flex;justify-content:space-between;align-items:end;gap:45px;margin-bottom:19px}
.summary-heading h2{font-size:27px;margin:5px 0 0;letter-spacing:-.03em}
.summary-heading>p{max-width:365px;text-align:right;font-size:9px;line-height:1.55;color:#526985;margin:0}
.summary-heading a{display:block;margin-top:4px;color:var(--blue);font-weight:600}
.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.summary-card{display:grid;grid-template-columns:1.05fr .95fr;min-height:265px;border:1px solid var(--line);border-radius:11px;overflow:hidden;background:#fff;transition:.3s;box-shadow:0 8px 25px rgba(7,49,89,.035)}
.summary-card:hover{transform:translateY(-7px);box-shadow:0 23px 55px rgba(7,49,89,.13);border-color:#b9d8f4}
.summary-copy{padding:15px 10px 14px 15px}
.card-no{color:var(--blue);font-size:8px;font-weight:700}
.card-no:after{content:"";display:inline-block;width:22px;height:2px;background:var(--blue);margin-left:6px;vertical-align:middle}
.summary-card h3{font-size:14px;line-height:1.22;margin:7px 0 9px}
.summary-card p{font-size:8.3px;line-height:1.55;color:#61748c;margin:0 0 10px}
.summary-card ul{list-style:none;padding:0;margin:0 0 11px;display:grid;gap:5px}
.summary-card li{font-size:7.7px;color:#536b85;padding-left:14px;position:relative}
.summary-card li:before{content:"✓";position:absolute;left:0;top:0;width:10px;height:10px;line-height:10px;text-align:center;border-radius:50%;color:#fff;background:var(--blue);font-size:6px}
.small-btn{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--blue);border-radius:5px;padding:6px 10px;color:#0780e3;font-size:8px;font-weight:600;transition:.2s}
.small-btn:hover{background:#078cff;color:#fff}
.summary-photo{position:relative;display:grid;place-items:center;background:linear-gradient(145deg,#f3f9ff,#e5f1fc);overflow:hidden}
.summary-photo img{width:100%;height:100%;object-fit:contain;padding:8px;transition:.4s}
.summary-card:hover .summary-photo img{transform:scale(1.035)}
.image-tag{position:absolute;right:8px;top:9px;background:rgba(250,253,255,.92);border:1px solid #d8e9f8;border-radius:8px;padding:7px 8px;font-size:6px;color:#56708a;box-shadow:0 8px 25px rgba(8,44,78,.08)}
.image-tag b{font-size:6.3px;color:#173959}

/* details */
.service-details{border-top:1px solid #edf2f7}
.details-intro{text-align:center;padding:72px 0 38px;max-width:820px}
.details-intro h2{font-size:35px;line-height:1.14;letter-spacing:-.035em;margin:7px 0 13px}
.details-intro p{font-size:12px;line-height:1.75;color:var(--muted);max-width:660px;margin:0 auto}
.detail-block{padding:74px 0;border-top:1px solid #e5eef7}
.detail-block.alt{background:#f7fbff}
.detail-grid{display:grid;grid-template-columns:.94fr 1.06fr;gap:68px;align-items:center}
.detail-grid.reverse{grid-template-columns:1.06fr .94fr}
.detail-grid.reverse .detail-media{order:2}.detail-grid.reverse .detail-copy{order:1}
.detail-media{height:475px;border-radius:20px;background:linear-gradient(145deg,#eef7ff,#dfeefb);box-shadow:var(--shadow);position:relative;overflow:hidden;transition:.35s}
.detail-media:hover{transform:translateY(-5px);box-shadow:0 30px 75px rgba(4,34,66,.17)}
.detail-media img{width:100%;height:100%;object-fit:contain;padding:25px;transition:.5s}
.detail-media:hover img{transform:scale(1.025)}
.media-float{position:absolute;left:22px;right:22px;bottom:22px;padding:13px 15px;border:1px solid rgba(255,255,255,.75);background:rgba(255,255,255,.9);backdrop-filter:blur(12px);box-shadow:0 14px 35px rgba(4,30,55,.14);border-radius:11px;display:flex;gap:12px;align-items:center}
.float-icon{width:37px;height:37px;display:grid;place-items:center;border-radius:50%;background:#e8f5ff;color:var(--blue);font-size:9px;font-weight:700}
.media-float small{display:block;font-size:7px;letter-spacing:.12em;color:var(--blue);font-weight:700}.media-float b{font-size:10px}
.service-eyebrow{display:flex;align-items:center;gap:10px;color:var(--blue);font-size:9px;font-weight:700;letter-spacing:.1em}
.service-eyebrow span{width:36px;height:36px;border-radius:50%;background:#e9f5ff;display:grid;place-items:center;letter-spacing:0}
.detail-copy h2{font-size:35px;line-height:1.12;letter-spacing:-.035em;margin:17px 0 15px}
.detail-copy h2 em{font-style:normal;color:#078cff}
.lead{font-size:12px;line-height:1.72;color:#5c7189;margin:0 0 25px}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 20px}
.feature{display:grid;grid-template-columns:21px 1fr;gap:9px}
.feature i{font-style:normal;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:9px;margin-top:1px}
.feature b{font-size:10.5px;display:block;margin-bottom:3px}.feature p{font-size:8.8px;line-height:1.55;color:#71839a;margin:0}
.detail-actions{display:flex;align-items:center;gap:22px;margin-top:29px}.text-link{font-size:9px;color:#087ddb;font-weight:600}

/* why */
.why{position:relative;overflow:hidden;background:var(--navy);color:#fff;padding:52px 0}
.why-bg{position:absolute;right:0;top:0;width:37%;height:100%;background:url("../img/why-premium.webp") center/cover no-repeat;opacity:.7;transform:scale(1.03)}
.why:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#06172a 0%,#06172a 73%,rgba(6,23,42,.45) 100%)}
.why-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.55fr repeat(5,1fr);gap:26px;align-items:start}
.why-title h2{font-size:27px;line-height:1.08;letter-spacing:-.03em;margin:7px 0 10px}.why-title p,.why-item p{font-size:8.5px;line-height:1.6;color:#c6d4e1}
.why-icon{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  margin-bottom:14px;
  border-radius:16px;
  position:relative;
  background:linear-gradient(180deg,rgba(7,140,255,.12),rgba(54,209,255,.05));
  border:1px solid rgba(58,188,255,.30);
  box-shadow:0 12px 30px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.06);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.why-icon svg{
  width:28px;
  height:28px;
  stroke:#18b3ff;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
  filter:drop-shadow(0 0 10px rgba(24,179,255,.10));
}
.why-item:hover .why-icon{
  transform:translateY(-3px);
  border-color:rgba(86,210,255,.52);
  background:linear-gradient(180deg,rgba(7,140,255,.18),rgba(54,209,255,.08));
  box-shadow:0 16px 35px rgba(0,0,0,.20), 0 0 0 1px rgba(86,210,255,.06);
}
.why-item h3{font-size:10.5px;line-height:1.35;margin:0 0 7px}
.why-item p{max-width:120px;margin:0}
.modern-icon:before{content:none !important}

/* process */
.process{padding:42px 0;background:#fff}
.process-grid{display:grid;grid-template-columns:1.35fr 1fr 35px 1fr 35px 1fr 35px 1fr;gap:13px;align-items:center}
.process-title h2{font-size:25px;line-height:1.08;margin:5px 0 7px}.process-title p{font-size:8.5px;color:#667990}
.step{position:relative;padding-left:48px;min-height:75px;transition:.25s}.step:hover{transform:translateY(-4px)}
.step-icon{position:absolute;left:0;top:0;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eaf5ff;color:var(--blue);font-size:9px;font-weight:700}
.step h3{font-size:10px;margin:3px 0 4px}.step p{font-size:7.8px;line-height:1.45;color:#6c7e93;margin:0}.step-arrow{color:var(--blue);font-size:15px}

/* cta */
.cta{position:relative;overflow:hidden;background:var(--navy);color:#fff;min-height:190px}
.cta-bg{position:absolute;right:0;top:0;width:52%;height:100%;background:url("../img/cta-premium.webp") center/cover no-repeat;transform:scale(1.02)}
.cta:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#06172a 0%,#06172a 55%,rgba(6,23,42,.42) 100%)}
.cta-inner{position:relative;z-index:2;min-height:190px;display:grid;grid-template-columns:1fr 1.35fr;align-items:center;gap:55px}
.cta h2{font-size:25px;line-height:1.1;margin:5px 0 8px}.cta p{font-size:8.8px;line-height:1.6;color:#d2dfe9;max-width:340px}
.cta-side{display:flex;flex-direction:column;gap:16px}.cta-actions{display:flex;gap:13px}.cta-points{display:flex;gap:22px;font-size:7.5px;color:#d3e3ef}

/* footer */
.footer{background:#06172a;color:#fff;border-top:1px solid rgba(255,255,255,.13);padding:27px 0}
.footer-inner{display:grid;grid-template-columns:1fr auto auto;gap:32px;align-items:center}
.footer p{font-size:7.5px;color:#b6cadb;margin:6px 0 0}.footer nav{display:flex;gap:25px;font-size:7.5px}.footer small{font-size:7px;color:#b9cad9}

/* reveal */
.reveal{opacity:0;transform:translateY(25px);transition:opacity .72s ease var(--delay,0s),transform .72s ease var(--delay,0s)}
.reveal.in-view{opacity:1;transform:none}

/* modal */
.modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:25px;opacity:0;visibility:hidden;transition:.25s}
.modal.open{opacity:1;visibility:visible}
.modal-backdrop{position:absolute;inset:0;background:rgba(1,12,24,.77);backdrop-filter:blur(8px)}
.modal-card{position:relative;z-index:2;width:min(650px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:20px;padding:31px;box-shadow:0 35px 100px rgba(0,0,0,.35);transform:translateY(20px) scale(.98);transition:.28s}
.modal.open .modal-card{transform:none}
.modal-close{position:absolute;right:17px;top:14px;width:35px;height:35px;border-radius:50%;border:1px solid #dbe5ef;background:#f7fafc;color:#415870;font-size:23px;line-height:1}
.modal-card h2{font-size:28px;letter-spacing:-.03em;margin:7px 40px 7px 0}.modal-card>p{font-size:10px;line-height:1.6;color:#6c7e91;margin:0 0 22px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.modal label{display:block;margin-bottom:14px}.modal label>span{display:block;font-size:8px;font-weight:600;color:#485d72;margin-bottom:6px}
.modal input,.modal select,.modal textarea{width:100%;border:1px solid #dbe5ee;border-radius:9px;background:#fbfcfe;padding:12px 13px;font-size:10px;color:#14263c;outline:none;transition:.2s}
.modal input:focus,.modal select:focus,.modal textarea:focus{border-color:#69b8ff;box-shadow:0 0 0 3px rgba(7,140,255,.08);background:#fff}.modal textarea{resize:vertical}
.form-submit{width:100%;justify-content:space-between}.form-note{display:block;text-align:center;color:#8190a0;font-size:7.5px;margin-top:9px}

/* responsive */
@media(max-width:1030px){
  .nav{gap:15px}.btn-header{display:none}.hero-copy{width:62%}.hero-image{right:0;width:820px;height:100%;background-size:auto 100%}.hero-image{right:0;width:900px;height:100%;background-size:auto 100%}
  .hero-points{grid-template-columns:1fr;max-width:380px}
  .summary-grid{grid-template-columns:1fr}.summary-card{grid-template-columns:1.2fr .8fr;min-height:270px}
  .detail-grid,.detail-grid.reverse{grid-template-columns:1fr;gap:34px}.detail-grid.reverse .detail-media,.detail-grid.reverse .detail-copy{order:initial}
  .detail-media{height:420px}.why-grid{grid-template-columns:1.35fr repeat(2,1fr)}.why-bg{width:50%}
  .process-grid{grid-template-columns:1fr 1fr;gap:23px}.step-arrow{display:none}
}
@media(max-width:760px){
  .container{width:min(100% - 30px,1180px)}
  .nav{display:none;position:absolute;top:66px;left:0;right:0;background:#06172a;padding:20px 24px;flex-direction:column;align-items:flex-start;box-shadow:0 15px 35px rgba(0,0,0,.25)}
  .nav.open{display:flex}.menu-button{display:block;margin-left:auto}
  .hero{height:auto;min-height:615px}.hero-image{width:100%;height:100%;top:0;right:0;opacity:.34;background-size:cover;background-position:center;transform:none;-webkit-mask-image:none;mask-image:none}.hero-overlay{background:linear-gradient(90deg,rgba(6,23,42,.98),rgba(6,23,42,.75))}
  .hero-inner{min-height:615px}.hero-copy{width:100%}.hero h1{font-size:38px}.hero-buttons{flex-direction:column;align-items:flex-start}.hero-services-strip{grid-template-columns:1fr;gap:10px;max-width:none}.hero-service-card{min-height:auto}.hero-benefits-right{position:static;width:100%;margin-top:14px}.hero-benefit-card{grid-template-columns:42px 1fr 28px}
  .scroll-cue{display:none}
  .summary-heading{display:block}.summary-heading>p{text-align:left;margin-top:12px}
  .summary-card{grid-template-columns:1fr}.summary-photo{height:265px}
  .details-intro{padding-top:55px}.details-intro h2{font-size:29px}.detail-media{height:330px}.detail-copy h2{font-size:29px}.feature-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr 1fr}.why-title{grid-column:1/-1}.why-bg{width:100%;opacity:.25}
  .process-grid{grid-template-columns:1fr}.cta-inner{grid-template-columns:1fr;padding:44px 0}.cta-bg{width:100%;opacity:.38}.cta:after{background:rgba(6,23,42,.78)}.cta-actions{flex-wrap:wrap}
  .footer-inner{grid-template-columns:1fr}.footer nav{flex-wrap:wrap}
  .form-grid{grid-template-columns:1fr}.modal-card{padding:25px 20px}.modal-card h2{font-size:24px}
}
@media(max-width:460px){
  .hero h1{font-size:33px}.summary-heading h2{font-size:24px}.why-grid{grid-template-columns:1fr}.detail-actions{flex-direction:column;align-items:flex-start}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.hero-image,.hero-animate,.scroll-cue span:after{animation:none}.hero-animate,.reveal{opacity:1;transform:none;transition:none}
}


/* V13 — fotografias reais na área-resumo dos 3 serviços */
.services-summary .summary-photo{
  background:#eef5fb;
}
.services-summary .summary-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  padding:0;
  transform:none;
  filter:none;
}
.services-summary .summary-card:hover .summary-photo img{
  transform:scale(1.025);
}
.services-summary .image-tag{
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(8px);
}


/* V16 — imagens intuitivas e esclarecedoras nas áreas detalhadas */
.service-details .detail-media{
  background:linear-gradient(145deg,#eef6ff,#dfeefb);
}
.service-details .detail-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  padding:20px;
}
.service-details .detail-media:hover img{
  transform:scale(1.015);
}


@media(max-width:1030px){
  .hero-services-strip{grid-template-columns:1fr;max-width:370px}
  .hero-benefits-right{right:8px;bottom:22px;width:215px}
}

@media(max-width:760px){
  .hero{min-height:860px}
  .hero-inner{min-height:860px;display:block;padding-top:84px}
  .hero-copy{width:100%}
  .hero-services-strip{grid-template-columns:1fr}
  .hero-benefits-right{position:relative;right:auto;bottom:auto;width:100%;margin-top:18px}
  .hero-benefit-card{grid-template-columns:42px 1fr 28px}
}


/* V19 - ajuste fino da coluna direita no hero */
@media(max-width:1180px){
  .hero-benefits-right{
    right:14px;
    top:194px;
    width:208px;
  }
}

@media(max-width:1030px){
  .hero-benefits-right{
    right:10px;
    top:202px;
    width:198px;
  }
  .hero-services-strip{
    max-width:520px;
  }
}

@media(max-width:760px){
  .hero-benefits-right{
    position:relative;
    right:auto;
    top:auto;
    width:100%;
    margin-top:18px;
  }
}


/* V21 — hero fiel à referência enviada pelo utilizador */
.header{height:52px;background:#06192c;border-bottom:1px solid rgba(255,255,255,.06)}
.hero-header-inner{height:52px;max-width:1120px}
.hero-header-inner .brand{min-width:220px}
.hero-header-inner .brand-symbol{width:27px;height:27px;border-width:7px}
.hero-header-inner .brand-name{font-size:17px}
.hero-nav{gap:27px;margin-left:auto;font-size:9px}
.hero-nav .nav-chevron{color:#19afff;font-size:12px;margin-left:2px}
.hero-phone{display:flex;align-items:center;gap:9px;margin-left:22px;color:#fff;white-space:nowrap}
.hero-phone svg{width:20px;height:20px;fill:#16b9ff}
.hero-phone span{display:flex;flex-direction:column;line-height:1.18}
.hero-phone strong{font-size:10px;font-weight:600}
.hero-phone small{font-size:7px;color:#d5e1eb;text-align:center}
.hero-header-inner .btn-header{margin-left:20px;padding:10px 22px;font-size:9px;border-radius:999px}

.hero-reference{height:465px;background:#06172a;overflow:hidden}
.hero-reference .hero-image{position:absolute;right:0;top:0;width:850px;height:100%;background-image:url("../img/hero-banner-hq.webp");background-position:right center;background-size:auto 100%;background-repeat:no-repeat;transform:none;animation:none;opacity:1;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.22) 6%,rgba(0,0,0,.72) 14%,#000 23%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.22) 6%,rgba(0,0,0,.72) 14%,#000 23%,#000 100%)}
.hero-reference .hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#06172a 0%,#06172a 36%,rgba(6,23,42,.34) 48%,rgba(6,23,42,.10) 61%,rgba(6,23,42,0) 74%)}
.hero-reference-inner{height:100%;position:relative;max-width:1120px;display:block}
.hero-reference-copy{position:absolute;left:0;top:38px;width:570px;padding:0;z-index:4}
.hero-reference .kicker{font-size:8px;letter-spacing:.12em}
.hero-reference h1{font-size:42px;line-height:1.03;letter-spacing:-.045em;margin:9px 0 12px}
.hero-reference h1 span{color:#079dff}
.hero-reference .hero-reference-copy>p{font-size:11px;line-height:1.65;max-width:510px;margin:0 0 13px;color:#eef5fb}
.hero-reference .hero-buttons{display:flex;gap:12px;margin:0}
.hero-reference .hero-buttons .btn{min-height:38px;padding:0 20px;font-size:9.5px;border-radius:7px}
.hero-reference .hero-buttons .btn-primary{min-width:207px}
.hero-reference .hero-buttons .btn-outline{min-width:195px}

.hero-reference .hero-services-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:21px;width:560px;max-width:none}
.hero-reference .hero-service-card{position:relative;min-height:120px;display:block;padding:13px 13px 12px;border:1px solid rgba(163,206,240,.30);border-radius:10px;background:linear-gradient(180deg,rgba(15,49,82,.72),rgba(13,40,68,.78));backdrop-filter:blur(10px);box-shadow:none}
.hero-reference .hero-service-card:hover{transform:none;box-shadow:none;border-color:rgba(163,206,240,.30)}
.hero-reference .hero-service-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(13,147,235,.36),rgba(22,85,147,.34));border:1px solid rgba(90,188,246,.28)}
.hero-reference .hero-service-icon svg{width:27px;height:27px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hero-reference .ads-logo-icon svg{stroke:none}
.hero-reference .ads-logo-icon .ads-blue{fill:#4285f4}.hero-reference .ads-logo-icon .ads-yellow{fill:#fbbc04}.hero-reference .ads-logo-icon .ads-green{fill:#34a853}
.hero-reference .hero-service-body{margin-top:10px;display:block}
.hero-reference .hero-service-body strong{display:block;color:#fff;font-size:8.5px;line-height:1.28;max-width:125px;font-weight:600}
.hero-reference .hero-service-body small{display:block;margin-top:9px;color:#d6e3ed;font-size:6.8px;line-height:1.45}
.hero-reference .hero-service-more{position:absolute;right:9px;top:22px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:rgba(35,105,167,.62);border:1px solid rgba(144,210,255,.17);color:#fff;font-size:15px;font-weight:400}

.hero-reference .hero-benefits-right{position:absolute;right:2px;bottom:16px;top:auto;width:198px;display:flex;flex-direction:column;gap:8px;z-index:5}
.hero-reference .hero-benefit-card{position:relative;display:grid;grid-template-columns:42px 1fr 25px;align-items:center;gap:9px;min-height:72px;padding:10px 9px;border:1px solid rgba(179,217,246,.34);border-radius:11px;background:linear-gradient(180deg,rgba(107,137,163,.24),rgba(70,102,131,.31));backdrop-filter:blur(12px);box-shadow:none}
.hero-reference .hero-benefit-icon{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,rgba(37,166,241,.32),rgba(28,99,162,.30));border:1px solid rgba(124,207,255,.20)}
.hero-reference .hero-benefit-icon svg{width:23px;height:23px;fill:none;stroke:#fff;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.hero-reference .hero-benefit-body{display:block}
.hero-reference .hero-benefit-body strong{display:block;color:#fff;font-size:8px;line-height:1.25;font-weight:600;margin-bottom:3px}
.hero-reference .hero-benefit-body small{display:block;color:#d8e5ef;font-size:6.3px;line-height:1.38}
.hero-reference .hero-benefit-arrow{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:rgba(91,150,198,.33);border:1px solid rgba(180,225,255,.14);color:#fff;font-size:12px}
.hero-reference .scroll-cue{display:none}

@media(max-width:1030px){
  .hero-phone{display:none}
  .hero-reference .hero-benefits-right{right:6px;width:188px}
  .hero-reference .hero-image{width:760px}
}
@media(max-width:760px){
  .hero-reference{height:auto;min-height:900px}
  .hero-reference .hero-image{width:100%;height:100%;opacity:.34;background-size:cover;-webkit-mask-image:none;mask-image:none}
  .hero-reference-inner{min-height:900px}
  .hero-reference-copy{position:relative;top:auto;left:auto;padding-top:65px;width:100%}
  .hero-reference .hero-services-strip{width:100%;grid-template-columns:1fr}
  .hero-reference .hero-benefits-right{position:relative;right:auto;bottom:auto;width:100%;margin-top:14px}
}


/* V22 - hero aplicado como banner final */
.hero.hero-banner-only{
  height:auto;
  background:transparent;
  color:inherit;
  overflow:visible;
  padding:10px 0 0;
}
.hero-banner-wrap{
  max-width:100%;
  padding-left:0;
  padding-right:0;
}
.hero-banner-image{
  display:block;
  width:100%;
  height:auto;
  border-radius:0;
  box-shadow:none;
}


/* V23 - hero realmente full width */
.hero.hero-banner-only{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding-top:0;
}

.hero.hero-banner-only .hero-banner-wrap{
  width:100vw;
  max-width:none;
  margin:0;
  padding:0;
}

.hero.hero-banner-only .hero-banner-image{
  width:100vw;
  max-width:none;
  height:auto;
  display:block;
}


/* ============================================================
   V24 — HERO COM TEXTO/BOTÕES EM CÓDIGO
   A imagem é apenas a parte visual da direita.
   ============================================================ */

.hero.hero-coded{
  position:relative;
  width:100%;
  min-height:640px;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 34%,rgba(8,95,157,.20),transparent 34%),
    linear-gradient(90deg,#061b31 0%,#07233f 43%,#082b4b 100%);
  color:#fff;
}

.hero-coded-visual{
  position:absolute;
  z-index:1;
  top:0;
  right:0;
  width:68%;
  height:100%;
  background-image:url("../img/hero-visual-right.webp");
  background-repeat:no-repeat;
  background-position:right center;
  background-size:auto 100%;
  -webkit-mask-image:linear-gradient(
    90deg,
    transparent 0%,
    rgba(0,0,0,.16) 5%,
    rgba(0,0,0,.58) 11%,
    #000 20%,
    #000 100%
  );
  mask-image:linear-gradient(
    90deg,
    transparent 0%,
    rgba(0,0,0,.16) 5%,
    rgba(0,0,0,.58) 11%,
    #000 20%,
    #000 100%
  );
}

.hero-coded-fade{
  position:absolute;
  z-index:2;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    rgba(5,24,43,.98) 0%,
    rgba(5,24,43,.94) 28%,
    rgba(5,24,43,.68) 42%,
    rgba(5,24,43,.14) 57%,
    rgba(5,24,43,0) 70%
  );
}

.hero-coded-inner{
  position:relative;
  z-index:4;
  min-height:640px;
  display:flex;
  align-items:center;
}

.hero-coded-copy{
  width:49%;
  padding:44px 0 38px;
}

.hero-coded-kicker{
  display:block;
  margin-bottom:18px;
  color:#48c5ff;
  font-size:12px;
  line-height:1;
  font-weight:600;
  letter-spacing:.12em;
}

.hero-coded-copy h1{
  margin:0;
  color:#fff;
  font-size:clamp(43px,3.4vw,65px);
  line-height:1.02;
  font-weight:700;
  letter-spacing:-.045em;
}

.hero-coded-copy h1 span{
  color:#36b8ff;
}

.hero-coded-copy > p{
  margin:24px 0 0;
  max-width:720px;
  color:#eef5fb;
  font-size:17px;
  line-height:1.55;
  font-weight:400;
}

.hero-coded-actions{
  display:flex;
  gap:20px;
  margin-top:26px;
}

.hero-coded-primary,
.hero-coded-secondary{
  min-height:56px;
  padding:0 31px;
  border-radius:5px;
  font-size:16px;
  font-weight:600;
}

.hero-coded-primary{
  background:linear-gradient(110deg,#0b91ff,#1db8ff);
  color:#fff;
  box-shadow:0 12px 32px rgba(4,144,255,.22);
}

.hero-coded-primary:hover{
  box-shadow:0 17px 38px rgba(4,144,255,.32);
}

.hero-coded-secondary{
  border:2px solid rgba(255,255,255,.85);
  background:rgba(6,25,45,.26);
  color:#fff;
}

.hero-coded-secondary:hover{
  background:rgba(255,255,255,.08);
}

.hero-coded-benefits{
  display:flex;
  align-items:center;
  gap:42px;
  margin-top:28px;
}

.hero-coded-benefit{
  display:flex;
  align-items:center;
  gap:12px;
  color:#f1f7fc;
  font-size:14px;
  line-height:1.45;
  white-space:nowrap;
}

.hero-coded-benefit-icon{
  width:43px;
  height:43px;
  display:grid;
  place-items:center;
  color:#28b5ff;
}

.hero-coded-benefit-icon svg{
  width:40px;
  height:40px;
  stroke:currentColor;
  stroke-width:2.5;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
}

/* Remove old banner-only sizing effects */
.hero.hero-banner-only,
.hero-banner-wrap,
.hero-banner-image{
  all:unset;
}

/* Large desktop */
@media(min-width:1500px){
  .hero.hero-coded,
  .hero-coded-inner{
    min-height:650px;
  }
  .hero-coded-copy{
    width:50%;
  }
}

/* Tablet / smaller laptops */
@media(max-width:1180px){
  .hero.hero-coded,
  .hero-coded-inner{
    min-height:600px;
  }

  .hero-coded-visual{
    width:70%;
    opacity:.88;
  }

  .hero-coded-copy{
    width:56%;
  }

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

  .hero-coded-copy > p{
    font-size:14px;
  }

  .hero-coded-benefits{
    gap:20px;
  }

  .hero-coded-benefit{
    font-size:11px;
  }
}

/* Mobile */
@media(max-width:760px){
  .hero.hero-coded{
    min-height:auto;
    background:#061b31;
  }

  .hero-coded-inner{
    min-height:720px;
    align-items:flex-start;
    padding-top:58px;
    padding-bottom:40px;
  }

  .hero-coded-visual{
    inset:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:58% center;
    opacity:.28;
    -webkit-mask-image:none;
    mask-image:none;
  }

  .hero-coded-fade{
    background:linear-gradient(
      180deg,
      rgba(5,24,43,.90) 0%,
      rgba(5,24,43,.82) 56%,
      rgba(5,24,43,.96) 100%
    );
  }

  .hero-coded-copy{
    width:100%;
    padding:0;
  }

  .hero-coded-kicker{
    font-size:9px;
    margin-bottom:13px;
  }

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

  .hero-coded-copy > p{
    font-size:13px;
    line-height:1.65;
  }

  .hero-coded-copy > p br{
    display:none;
  }

  .hero-coded-actions{
    flex-direction:column;
    align-items:stretch;
    gap:11px;
  }

  .hero-coded-primary,
  .hero-coded-secondary{
    width:100%;
  }

  .hero-coded-benefits{
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
  }

  .hero-coded-benefit{
    font-size:12px;
  }
}


/* ============================================================
   V25 — título principal 56px + barra inicial aumentada
   ============================================================ */

/* título hero */
.hero-coded-copy h1{
  font-size:56px !important;
  line-height:1.03 !important;
}

/* barra inicial */
.header{
  height:78px !important;
}

.header-inner.hero-header-inner{
  height:78px !important;
  max-width:1180px !important;
  gap:34px !important;
}

.hero-header-inner .brand{
  min-width:250px !important;
  gap:12px !important;
}

.hero-header-inner .brand-symbol{
  width:32px !important;
  height:32px !important;
  border-width:8px !important;
}

.hero-header-inner .brand-name{
  font-size:20px !important;
  line-height:1 !important;
}

.hero-nav{
  gap:31px !important;
  font-size:11px !important;
}

.hero-nav .nav-chevron{
  font-size:13px !important;
  margin-left:3px !important;
}

.hero-nav a:after{
  bottom:-12px !important;
}

.hero-phone{
  gap:10px !important;
  margin-left:26px !important;
}

.hero-phone svg{
  width:22px !important;
  height:22px !important;
}

.hero-phone strong{
  font-size:11px !important;
  font-weight:700 !important;
}

.hero-phone small{
  font-size:7.5px !important;
}

.hero-header-inner .btn-header{
  margin-left:22px !important;
  padding:12px 24px !important;
  font-size:10px !important;
  min-height:44px !important;
  border-radius:999px !important;
}

/* garantir proporção do hero com o header maior */
.hero.hero-coded{
  min-height:642px !important;
}

.hero-coded-inner{
  min-height:642px !important;
}

/* tablet */
@media(max-width:1180px){
  .hero-coded-copy h1{
    font-size:48px !important;
  }

  .header{
    height:72px !important;
  }

  .header-inner.hero-header-inner{
    height:72px !important;
    max-width:1120px !important;
  }

  .hero-header-inner .brand-symbol{
    width:29px !important;
    height:29px !important;
    border-width:7px !important;
  }

  .hero-header-inner .brand-name{
    font-size:18px !important;
  }

  .hero-nav{
    gap:24px !important;
    font-size:10px !important;
  }

  .hero-phone strong{
    font-size:10px !important;
  }

  .hero-header-inner .btn-header{
    padding:11px 21px !important;
    font-size:9px !important;
  }
}

/* mobile */
@media(max-width:760px){
  .hero-coded-copy h1{
    font-size:38px !important;
  }

  .header{
    height:66px !important;
  }

  .header-inner.hero-header-inner{
    height:66px !important;
    max-width:none !important;
    gap:14px !important;
  }

  .hero-header-inner .brand-symbol{
    width:28px !important;
    height:28px !important;
    border-width:7px !important;
  }

  .hero-header-inner .brand-name{
    font-size:18px !important;
  }
}


/* ============================================================
   V26 — ajustes pedidos para a barra inicial
   ============================================================ */

.hero-nav{
  font-size:12px !important;
}

.hero-phone strong{
  font-size:13px !important;
}

.hero-phone small{
  font-size:11px !important;
}

.hero-header-inner .btn-header{
  font-size:12px !important;
}

/* manter proporcionalidade em tablet */
@media(max-width:1180px){
  .hero-nav{
    font-size:12px !important;
  }
  .hero-phone strong{
    font-size:12px !important;
  }
  .hero-phone small{
    font-size:10px !important;
  }
  .hero-header-inner .btn-header{
    font-size:11px !important;
  }
}


/* ============================================================
   V27 CORRIGIDA — textos maiores e títulos destacados
   ============================================================ */

.summary-grid{
  gap:18px !important;
}

.summary-card{
  min-height:305px !important;
  border-radius:14px !important;
}

.summary-copy{
  padding:18px 16px 16px 16px !important;
}

.card-no{
  font-size:10px !important;
}

.card-no:after{
  width:28px !important;
  margin-left:8px !important;
}

.summary-card h3{
  display:block !important;
  margin:10px 0 14px !important;
  padding:12px 14px !important;
  border-radius:10px !important;
  background:linear-gradient(110deg,#0780e3,#22b9ff) !important;
  color:#fff !important;
  font-size:18px !important;
  line-height:1.18 !important;
  font-weight:700 !important;
  box-shadow:0 10px 24px rgba(7,128,227,.16) !important;
}

.summary-card p{
  font-size:12px !important;
  line-height:1.6 !important;
  margin:0 0 12px !important;
}

.summary-card ul{
  gap:8px !important;
  margin:0 0 14px !important;
}

.summary-card li{
  font-size:11px !important;
  line-height:1.5 !important;
  padding-left:18px !important;
}

.summary-card li:before{
  width:13px !important;
  height:13px !important;
  line-height:13px !important;
  font-size:7px !important;
}

.small-btn{
  font-size:11px !important;
  padding:8px 12px !important;
}

.summary-photo{
  min-height:305px !important;
}

.image-tag{
  font-size:9px !important;
  padding:8px 11px !important;
}

.image-tag b{
  font-size:10px !important;
}

@media(max-width:1180px){
  .summary-card h3{font-size:16px !important;}
  .summary-card p{font-size:11px !important;}
  .summary-card li{font-size:10px !important;}
}

@media(max-width:760px){
  .summary-card{min-height:auto !important;}
  .summary-photo{min-height:220px !important;}
  .summary-card h3{font-size:17px !important;}
  .summary-card p{font-size:12px !important;}
  .summary-card li{font-size:11px !important;}
}


/* ============================================================
   V28 — SERVIÇOS: TÍTULO NO TOPO + NAVY DEGRADÉ + ANIMAÇÃO
   ============================================================ */

.services-summary{
  padding-top:46px;
  padding-bottom:58px;
}

.summary-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:24px !important;
  align-items:stretch !important;
}

.summary-card{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  min-height:620px !important;
  overflow:hidden !important;
  border:1px solid #d7e5f3 !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 14px 38px rgba(7,43,78,.08) !important;
  transform:translateY(0);
  transition:
    transform .38s cubic-bezier(.2,.75,.25,1),
    box-shadow .38s ease,
    border-color .38s ease !important;
}

.summary-card:hover{
  transform:translateY(-10px) scale(1.008) !important;
  border-color:#9cccf6 !important;
  box-shadow:0 26px 62px rgba(5,37,72,.16) !important;
}

.summary-title{
  position:relative;
  overflow:hidden;
  min-height:150px;
  padding:22px 24px 24px;
  color:#fff;
  background:
    linear-gradient(125deg,#061d44 0%,#07347d 52%,#0879ef 100%);
  isolation:isolate;
}

.summary-title::before{
  content:"";
  position:absolute;
  inset:-45% -30%;
  z-index:-1;
  background:
    linear-gradient(135deg,
      transparent 37%,
      rgba(26,128,255,.26) 38%,
      rgba(26,128,255,.05) 56%,
      transparent 57%);
  transform:translateX(-18%);
  transition:transform .65s cubic-bezier(.2,.75,.25,1);
}

.summary-card:hover .summary-title::before{
  transform:translateX(18%);
}

.summary-title::after{
  content:"";
  position:absolute;
  top:0;
  left:-70%;
  width:46%;
  height:100%;
  background:linear-gradient(105deg,transparent,rgba(255,255,255,.13),transparent);
  transform:skewX(-14deg);
  transition:left .7s ease;
}

.summary-card:hover .summary-title::after{
  left:125%;
}

.summary-title .card-no{
  display:flex !important;
  align-items:center;
  gap:10px;
  margin:0 0 12px !important;
  color:#fff !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:600 !important;
  letter-spacing:.02em;
}

.summary-title .card-no::after{
  content:"" !important;
  display:block !important;
  width:38px !important;
  height:2px !important;
  margin:0 !important;
  border-radius:4px;
  background:rgba(255,255,255,.82) !important;
}

.summary-title h3{
  margin:0 !important;
  padding:0 !important;
  color:#fff !important;
  background:none !important;
  box-shadow:none !important;
  font-size:23px !important;
  line-height:1.18 !important;
  font-weight:700 !important;
  letter-spacing:-.025em !important;
}

.summary-body{
  flex:0 0 auto;
  padding:22px 24px 16px;
}

.summary-body p{
  margin:0 0 17px !important;
  color:#455f7d !important;
  font-size:13px !important;
  line-height:1.65 !important;
}

.summary-body ul{
  display:grid !important;
  gap:10px !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

.summary-body li{
  position:relative !important;
  padding-left:26px !important;
  color:#334e6b !important;
  font-size:12px !important;
  line-height:1.45 !important;
}

.summary-body li::before{
  content:"✓" !important;
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  width:17px !important;
  height:17px !important;
  line-height:17px !important;
  border-radius:50% !important;
  text-align:center !important;
  color:#fff !important;
  background:linear-gradient(135deg,#078cff,#25bdff) !important;
  font-size:9px !important;
  font-weight:700 !important;
  box-shadow:0 4px 12px rgba(7,140,255,.18);
}

.summary-photo{
  position:relative !important;
  flex:1 1 auto !important;
  min-height:220px !important;
  margin:6px 18px 0 !important;
  overflow:hidden !important;
  border-radius:13px !important;
  background:#eef5fb !important;
}

.summary-photo img{
  width:100% !important;
  height:100% !important;
  min-height:220px !important;
  padding:0 !important;
  object-fit:cover !important;
  object-position:center !important;
  transform:scale(1.001);
  transition:transform .65s cubic-bezier(.2,.75,.25,1), filter .5s ease !important;
}

.summary-card:hover .summary-photo img{
  transform:scale(1.055) !important;
  filter:saturate(1.04) contrast(1.02);
}

.summary-card > .small-btn{
  align-self:flex-start !important;
  margin:16px 18px 19px !important;
  padding:10px 18px !important;
  border:1.5px solid #078cff !important;
  border-radius:9px !important;
  color:#087fdc !important;
  background:#fff !important;
  font-size:12px !important;
  font-weight:600 !important;
  transition:
    transform .22s ease,
    color .22s ease,
    background .22s ease,
    box-shadow .22s ease !important;
}

.summary-card > .small-btn:hover{
  transform:translateY(-2px);
  color:#fff !important;
  background:linear-gradient(110deg,#0876df,#18b7ff) !important;
  box-shadow:0 10px 22px rgba(7,140,255,.20);
}

/* entrada moderna escalonada */
.summary-card.reveal{
  opacity:0;
  transform:translateY(34px) scale(.985);
}

.summary-card.reveal.in-view{
  opacity:1;
  transform:translateY(0) scale(1);
  transition:
    opacity .72s ease var(--delay,0s),
    transform .72s cubic-bezier(.2,.8,.2,1) var(--delay,0s),
    box-shadow .38s ease,
    border-color .38s ease !important;
}

.summary-card.reveal.in-view:hover{
  transform:translateY(-10px) scale(1.008);
}

@media(max-width:1100px){
  .summary-grid{
    grid-template-columns:1fr !important;
  }
  .summary-card{
    min-height:auto !important;
  }
  .summary-title{
    min-height:auto;
  }
  .summary-photo{
    min-height:300px !important;
  }
  .summary-photo img{
    min-height:300px !important;
  }
}

@media(max-width:760px){
  .summary-title{
    padding:19px 20px 21px;
  }
  .summary-title h3{
    font-size:20px !important;
  }
  .summary-body{
    padding:18px 20px 14px;
  }
  .summary-body p{
    font-size:12px !important;
  }
  .summary-body li{
    font-size:11px !important;
  }
  .summary-photo{
    min-height:210px !important;
    margin:4px 14px 0 !important;
  }
  .summary-photo img{
    min-height:210px !important;
  }
  .summary-card > .small-btn{
    margin:14px 14px 16px !important;
  }
}

@media(prefers-reduced-motion:reduce){
  .summary-card,
  .summary-title::before,
  .summary-title::after,
  .summary-photo img{
    transition:none !important;
  }
}


/* ============================================================
   V29 — WHATSAPP + FORMULÁRIO + TIPOGRAFIA MÍNIMA 11PX
   ============================================================ */

/* WhatsApp flutuante */
.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:190;
  width:60px;
  height:60px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:#25D366;
  box-shadow:0 14px 34px rgba(20,88,51,.28);
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.whatsapp-float:hover{
  transform:translateY(-4px) scale(1.04);
  background:#20c45b;
  box-shadow:0 18px 40px rgba(20,88,51,.36);
}
.whatsapp-float svg{
  width:34px;
  height:34px;
}
.whatsapp-tooltip{
  position:absolute;
  right:72px;
  top:50%;
  transform:translateY(-50%) translateX(8px);
  padding:8px 11px;
  border-radius:8px;
  background:#071d33;
  color:#fff;
  font-size:11px;
  font-weight:500;
  white-space:nowrap;
  opacity:0;
  visibility:hidden;
  transition:.2s ease;
  box-shadow:0 10px 25px rgba(0,0,0,.18);
}
.whatsapp-float:hover .whatsapp-tooltip{
  opacity:1;
  visibility:visible;
  transform:translateY(-50%) translateX(0);
}

/* Honeypot */
.hp-field{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
}

/* Estado do formulário */
.form-status{
  min-height:20px;
  margin-top:10px;
  font-size:11px;
  line-height:1.5;
  text-align:center;
}
.form-status.success{color:#168a4d}
.form-status.error{color:#b42318}
.form-submit:disabled{
  opacity:.65;
  cursor:wait;
}

/* --------------------------------------
   TIPOGRAFIA: abaixo do hero, mínimo 11px
   -------------------------------------- */

/* cabeçalhos auxiliares */
.services-summary .kicker,
.service-details .kicker,
.why .kicker,
.process .kicker,
.cta .kicker{
  font-size:11px !important;
}

/* resumo serviços */
.summary-heading > p{
  font-size:11px !important;
  line-height:1.65 !important;
}
.summary-title .card-no{
  font-size:13px !important;
}
.summary-body p{
  font-size:13px !important;
}
.summary-body li{
  font-size:12px !important;
}
.summary-card > .small-btn{
  font-size:12px !important;
}

/* detalhe dos serviços */
.media-float small{
  font-size:11px !important;
}
.media-float b{
  font-size:12px !important;
}
.float-icon{
  font-size:11px !important;
}
.service-eyebrow{
  font-size:11px !important;
}
.feature b{
  font-size:13px !important;
}
.feature p{
  font-size:11px !important;
  line-height:1.6 !important;
}
.text-link{
  font-size:11px !important;
}
.detail-copy .lead{
  font-size:13px !important;
}

/* porquê ONDISC */
.why-title p{
  font-size:12px !important;
  line-height:1.65 !important;
}
.why-item h3{
  font-size:13px !important;
  line-height:1.4 !important;
}
.why-item p{
  font-size:11px !important;
  line-height:1.6 !important;
  max-width:150px !important;
}

/* processo */
.process-title p{
  font-size:11px !important;
  line-height:1.6 !important;
}
.step-icon{
  font-size:11px !important;
}
.step h3{
  font-size:13px !important;
}
.step p{
  font-size:11px !important;
  line-height:1.55 !important;
}

/* CTA */
.cta p{
  font-size:11px !important;
  line-height:1.65 !important;
}
.cta-points{
  font-size:11px !important;
}

/* footer */
.footer p,
.footer nav,
.footer small{
  font-size:11px !important;
  line-height:1.5 !important;
}

/* modal/formulário */
.modal-card > p{
  font-size:11px !important;
}
.modal label > span{
  font-size:11px !important;
}
.modal input,
.modal select,
.modal textarea{
  font-size:12px !important;
}
.form-note{
  font-size:11px !important;
}

/* Aumentos proporcionais de títulos das áreas abaixo */
.why-title h2{
  font-size:30px !important;
}
.process-title h2{
  font-size:28px !important;
}
.cta h2{
  font-size:28px !important;
}

/* mobile */
@media(max-width:760px){
  .whatsapp-float{
    right:16px;
    bottom:16px;
    width:56px;
    height:56px;
  }
  .whatsapp-float svg{
    width:31px;
    height:31px;
  }
  .whatsapp-tooltip{
    display:none;
  }

  .summary-body p,
  .detail-copy .lead{
    font-size:12px !important;
  }
  .summary-body li,
  .feature p,
  .why-item p,
  .step p,
  .cta p,
  .footer p,
  .footer nav,
  .footer small{
    font-size:11px !important;
  }
}


/* V31 — hero com quebra de frase corrigida */
.hero-coded-copy h1{
  max-width: 700px !important;
}
.hero-coded-copy h1 br{
  display:block !important;
}

.form-privacy-note{font-size:11px;line-height:1.5;color:#667b90;margin:4px 0 12px}.form-privacy-note a{color:#087edc;text-decoration:underline}.footer .legal-footer-links{max-width:430px;justify-content:flex-start}.footer .legal-footer-links a,.footer .legal-footer-links button{font-size:11px;color:#8fa1b4}.portfolio-footer .legal-footer-links{font-size:11px}


/* ============================================================
   V39 — MELHORIAS GERAIS MOBILE
   ============================================================ */
body.menu-open{
  overflow:hidden;
}
.mobile-nav-backdrop{
  display:none;
}
.mobile-nav-extra{
  display:none;
}

@media(max-width:760px){
  body{
    overflow-x:hidden;
  }

  .container{
    width:min(100% - 24px,1180px) !important;
  }

  .header,
  .header-inner.hero-header-inner{
    height:72px !important;
  }

  .header{
    background:rgba(6,24,43,.98) !important;
    backdrop-filter:blur(16px);
  }

  .hero-header-inner{
    gap:12px !important;
  }

  .hero-header-inner .brand{
    min-width:0 !important;
    gap:10px !important;
  }

  .hero-header-inner .brand-symbol{
    width:28px !important;
    height:28px !important;
    border-width:7px !important;
  }

  .hero-header-inner .brand-name{
    font-size:16px !important;
    line-height:1 !important;
  }

  .menu-button{
    width:44px;
    height:44px;
    display:grid !important;
    place-items:center;
    margin-left:auto;
    border:1px solid rgba(255,255,255,.12);
    border-radius:12px;
    background:rgba(255,255,255,.04);
    box-shadow:0 8px 22px rgba(0,0,0,.16);
  }

  .menu-button span{
    width:18px;
    height:2px;
    margin:2px 0;
    border-radius:99px;
    transition:transform .2s ease, opacity .2s ease;
  }

  body.menu-open .menu-button span:nth-child(1){
    transform:translateY(6px) rotate(45deg);
  }
  body.menu-open .menu-button span:nth-child(2){
    opacity:0;
  }
  body.menu-open .menu-button span:nth-child(3){
    transform:translateY(-6px) rotate(-45deg);
  }

  .hero-phone,
  .hero-header-inner .btn-header{
    display:none !important;
  }

  .mobile-nav-backdrop{
    display:block;
    position:fixed;
    inset:72px 0 0 0;
    z-index:108;
    border:0;
    padding:0;
    margin:0;
    background:rgba(4,12,24,.48);
    backdrop-filter:blur(3px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .22s ease, visibility .22s ease;
  }

  .mobile-nav-backdrop.open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  .nav.hero-nav{
    display:flex !important;
    position:fixed !important;
    top:84px !important;
    left:12px !important;
    right:12px !important;
    margin:0 !important;
    padding:10px 16px 16px !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    background:linear-gradient(180deg,#071d35 0%,#0a2541 100%) !important;
    border:1px solid rgba(130,182,227,.16) !important;
    border-radius:18px !important;
    box-shadow:0 24px 56px rgba(0,0,0,.30) !important;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-8px) scale(.985);
    transition:opacity .24s ease, transform .24s ease, visibility .24s ease;
    max-height:calc(100vh - 96px);
    overflow:auto;
    z-index:110;
  }

  .nav.hero-nav.open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }

  .nav.hero-nav a{
    width:100%;
    padding:14px 0;
    font-size:15px !important;
    line-height:1.3;
    color:#eef7ff !important;
    border-bottom:1px solid rgba(255,255,255,.08);
  }

  .nav.hero-nav a:last-of-type{
    border-bottom:0;
  }

  .nav.hero-nav a::after,
  .hero-nav .nav-chevron{
    display:none !important;
  }

  .mobile-nav-extra{
    display:grid;
    gap:12px;
    padding-top:14px;
    border-top:1px solid rgba(255,255,255,.09);
    margin-top:10px;
  }

  .mobile-nav-phone{
    display:flex !important;
    align-items:center;
    gap:12px;
    padding:13px 14px;
    border-radius:12px;
    background:rgba(14,58,98,.52);
    border:1px solid rgba(75,177,255,.18);
  }

  .mobile-nav-phone svg{
    width:20px !important;
    height:20px !important;
    flex:0 0 auto;
  }

  .mobile-nav-phone span{
    display:flex;
    flex-direction:column;
    gap:2px;
  }

  .mobile-nav-phone strong{
    font-size:14px !important;
    color:#fff;
  }

  .mobile-nav-phone small{
    font-size:11px !important;
    color:#cae0f0;
    text-align:left !important;
  }

  .mobile-nav-cta{
    width:100%;
    min-height:48px;
    justify-content:center;
    font-size:14px !important;
    padding:0 16px !important;
  }

  .hero.hero-coded,
  .hero-coded-inner{
    min-height:auto !important;
  }

  .hero.hero-coded{
    padding-bottom:16px;
  }

  .hero-coded-inner{
    align-items:flex-start !important;
    padding-top:32px !important;
    padding-bottom:20px !important;
  }

  .hero-coded-visual{
    background-position:63% center !important;
    opacity:.26 !important;
  }

  .hero-coded-fade{
    background:linear-gradient(180deg,rgba(5,24,43,.94) 0%,rgba(5,24,43,.90) 42%,rgba(5,24,43,.96) 100%) !important;
  }

  .hero-coded-copy{
    width:100% !important;
    padding:0 !important;
  }

  .hero-coded-kicker{
    font-size:10px !important;
    letter-spacing:.11em !important;
    margin-bottom:14px !important;
  }

  .hero-coded-copy h1{
    max-width:100% !important;
    font-size:34px !important;
    line-height:1.06 !important;
    letter-spacing:-.04em !important;
  }

  .hero-coded-copy > p{
    max-width:100% !important;
    margin-top:18px !important;
    font-size:14px !important;
    line-height:1.7 !important;
    color:#e6f0f7 !important;
  }

  .hero-coded-actions{
    margin-top:22px !important;
    gap:10px !important;
  }

  .hero-coded-primary,
  .hero-coded-secondary{
    min-height:50px !important;
    font-size:15px !important;
    border-radius:10px !important;
  }

  .hero-coded-benefits{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin-top:20px !important;
  }

  .hero-coded-benefit{
    width:100%;
    white-space:normal !important;
    font-size:13px !important;
    padding:12px 14px;
    border-radius:12px;
    border:1px solid rgba(112,178,226,.18);
    background:linear-gradient(180deg,rgba(17,46,77,.48),rgba(10,34,58,.64));
    box-shadow:0 12px 24px rgba(0,0,0,.15);
  }

  .hero-coded-benefit-icon{
    width:36px !important;
    height:36px !important;
  }

  .hero-coded-benefit-icon svg{
    width:32px !important;
    height:32px !important;
  }

  .services-summary,
  .service-details,
  .why,
  .process,
  .cta{
    overflow:hidden;
  }

  .services-summary{
    padding-top:36px !important;
    padding-bottom:42px !important;
  }

  .summary-heading{
    display:block !important;
    margin-bottom:18px !important;
  }

  .summary-heading h2,
  .details-intro h2,
  .detail-copy h2,
  .why-title h2,
  .process-title h2,
  .cta h2{
    font-size:27px !important;
    line-height:1.15 !important;
  }

  .summary-heading > p{
    margin-top:10px !important;
    text-align:left !important;
    font-size:13px !important;
    line-height:1.7 !important;
  }

  .summary-grid{
    gap:16px !important;
  }

  .summary-card{
    min-height:auto !important;
    border-radius:16px !important;
  }

  .summary-title{
    min-height:auto !important;
    padding:18px 18px 20px !important;
  }

  .summary-title h3{
    font-size:19px !important;
  }

  .summary-body{
    padding:16px 18px 12px !important;
  }

  .summary-body p{
    font-size:12px !important;
  }

  .summary-body li{
    font-size:11px !important;
  }

  .summary-photo{
    min-height:200px !important;
    margin:2px 12px 0 !important;
    border-radius:12px !important;
  }

  .summary-photo img{
    min-height:200px !important;
  }

  .summary-card > .small-btn{
    width:calc(100% - 24px);
    justify-content:center;
    margin:12px !important;
    min-height:44px;
  }

  .details-intro{
    padding-top:46px !important;
    margin-bottom:18px;
  }

  .details-intro p,
  .detail-copy .lead,
  .why-title p,
  .process-title p,
  .cta p{
    font-size:12px !important;
    line-height:1.75 !important;
  }

  .detail-block{
    padding:18px 0 !important;
  }

  .detail-grid,
  .detail-grid.reverse{
    gap:22px !important;
  }

  .detail-media{
    height:250px !important;
    border-radius:16px !important;
  }

  .media-float{
    left:14px !important;
    right:14px !important;
    bottom:14px !important;
    padding:12px !important;
  }

  .feature-grid{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .feature{
    padding:13px !important;
    border-radius:12px !important;
  }

  .detail-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    align-items:stretch !important;
  }

  .detail-actions .btn,
  .detail-actions .text-link{
    width:100% !important;
    justify-content:center !important;
    text-align:center !important;
  }

  .why{
    padding:46px 0 !important;
  }

  .why-grid{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .why-title{
    grid-column:auto !important;
  }

  .why-item{
    min-height:auto !important;
    padding:18px !important;
  }

  .why-item p{
    max-width:none !important;
  }

  .process{
    padding:46px 0 !important;
  }

  .process-grid{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  .step{
    min-height:auto !important;
    padding:2px 0 0 54px !important;
  }

  .step-icon{
    width:40px !important;
    height:40px !important;
    font-size:11px !important;
  }

  .cta{
    min-height:auto !important;
  }

  .cta:after{
    background:rgba(6,23,42,.82) !important;
  }

  .cta-inner{
    grid-template-columns:1fr !important;
    gap:22px !important;
    padding:38px 0 !important;
    min-height:auto !important;
  }

  .cta-bg{
    width:100% !important;
    opacity:.34 !important;
  }

  .cta-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

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

  .cta-points{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:7px !important;
    font-size:11px !important;
  }

  .footer-modern-main{
    gap:24px !important;
    padding-top:30px !important;
    padding-bottom:24px !important;
  }

  .footer-brand-block,
  .footer-column{
    padding:0 !important;
  }

  .footer-column h3{
    margin-bottom:10px !important;
  }

  .footer-modern-bottom{
    gap:10px !important;
    padding-top:14px !important;
    padding-bottom:18px !important;
  }

  .footer-modern-bottom small,
  .footer-cookie-button,
  .footer-modern .footer-link-list a,
  .footer-modern .footer-contact-list a,
  .footer-modern .footer-contact-list span,
  .footer-tagline,
  .footer-company-data{
    font-size:11px !important;
    line-height:1.6 !important;
  }

  .modal{
    padding:10px !important;
  }

  .modal-card{
    width:100% !important;
    max-height:calc(100vh - 20px) !important;
    border-radius:18px !important;
    padding:20px 16px !important;
  }

  .modal-card h2{
    font-size:22px !important;
    line-height:1.2 !important;
    margin-right:34px !important;
  }

  .modal-card > p{
    font-size:11px !important;
  }

  .modal-close{
    right:12px !important;
    top:12px !important;
    width:38px !important;
    height:38px !important;
  }

  .modal input,
  .modal select,
  .modal textarea{
    min-height:46px;
    padding:12px 13px !important;
    font-size:16px !important;
  }

  .modal textarea{
    min-height:120px;
  }
}

@media(max-width:420px){
  .hero-coded-copy h1{
    font-size:31px !important;
  }

  .summary-heading h2,
  .details-intro h2,
  .detail-copy h2,
  .why-title h2,
  .process-title h2,
  .cta h2{
    font-size:24px !important;
  }

  .summary-title h3{
    font-size:18px !important;
  }

  .detail-media{
    height:220px !important;
  }
}
