:root{
  --navy:#031936;
  --navy-2:#062b5c;
  --blue:#0667f5;
  --green:#08af4b;
  --orange:#ff7600;
  --teal:#08b5bd;
  --purple:#4947df;
  --red:#f12d2d;
  --ink:#071a38;
  --muted:#566476;
  --light:#f1f5f9;
  --line:#dce4ee;
  --white:#fff;
  --shadow:0 7px 22px rgba(7,26,56,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;font-size:12px;line-height:1.35;overflow-x:hidden}
button,input,select,textarea{font:inherit}
a{color:inherit}
img{max-width:100%;display:block}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.page-shell{width:min(100% - 52px,930px);margin-inline:auto}
.announcement{height:29px;background:#031427;color:#fff;font-size:7.5px;font-weight:700;display:flex;align-items:center}
.announcement-inner{display:flex;align-items:center;justify-content:center;gap:14px}
.announcement a{background:var(--green);padding:4px 11px;border-radius:11px;text-decoration:none;font-size:7px}
.site-header{height:44px;background:linear-gradient(90deg,#02152f,#052b57);color:#fff;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:30}
.nav-row{height:100%;display:flex;align-items:center;gap:18px}
.brand{display:flex;align-items:center;min-width:360px}
.brand img{width:360px;max-width:100%;height:auto;filter:none;display:block}
.main-nav{display:flex;align-items:center;gap:16px;flex:1;white-space:nowrap}
.main-nav a{font-size:7.4px;font-weight:700;text-decoration:none;color:#fff}
.main-nav a:hover{color:#72dfff}
.nav-actions{display:flex;align-items:center;gap:14px;margin-left:auto}
.phone-link{display:flex;align-items:center;gap:5px;font-size:8px;text-decoration:none;font-weight:800;white-space:nowrap}
.phone-link svg{width:12px;height:12px;fill:none;stroke:#fff;stroke-width:2}
.menu-toggle{display:none}
.btn{border:0;border-radius:4px;color:#fff;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.18s ease;line-height:1.1}
.btn:hover{transform:translateY(-1px);filter:brightness(1.05)}
.btn-blue{background:var(--blue)}
.btn-green{background:var(--green)}
.btn-orange{background:var(--orange)}
.nav-actions .btn{height:29px;padding:0 14px;font-size:7.2px}
.hero-section{height:381px;background:linear-gradient(90deg,rgba(1,15,36,.98),rgba(3,30,67,.93)),url('../images/hero-bg.jpg') center/cover;color:#fff;overflow:hidden}
.hero-grid{height:100%;display:grid;grid-template-columns:40% 60%;align-items:center;gap:22px;padding-top:10px}
.hero-copy{padding-top:4px}
.hero-copy h1{font-size:34px;line-height:1.08;letter-spacing:-1.15px;margin:0 0 12px;font-weight:900}
.hero-copy h1 span{color:var(--green)}
.hero-copy h2{font-size:17px;line-height:1.24;color:#ff9d05;margin:0 0 14px;font-weight:900}
.hero-copy>p{font-size:11px;line-height:1.52;margin:0 0 13px;color:#f4f7fb;max-width:360px}
.hero-bullets{display:flex;flex-direction:column;gap:6px;font-size:10px;margin-bottom:16px}
.hero-buttons{display:flex;gap:7px;margin-bottom:18px}
.hero-buttons .btn{padding:11px 14px;font-size:8.3px}
.hero-phone{display:flex;align-items:center;gap:7px;font-size:15px;font-weight:800;text-decoration:none}
.hero-phone svg{width:15px;height:15px;fill:none;stroke:#fff;stroke-width:2}
.hero-system{position:relative;height:382px;margin-top:4px}
.browser-preview{position:absolute;left:16px;top:2px;width:320px;height:188px;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 12px 26px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.42)}
.browser-bar{height:26px;background:#f3f5f8;display:flex;align-items:center;padding:0 8px;gap:5px;color:#596779;font-size:7px}
.browser-bar i{width:6px;height:6px;border-radius:50%;background:#ff5b51}.browser-bar i:nth-child(2){background:#ffc240}.browser-bar i:nth-child(3){background:#31ca68}.browser-bar span{margin-left:14px;background:#fff;border-radius:9px;padding:3px 31px;box-shadow:inset 0 0 0 1px #d8e0e9}
.browser-preview img{width:100%;height:162px;object-fit:cover;image-rendering:auto}
.browser-overlay{position:absolute;left:22px;top:58px;color:#fff;text-shadow:0 1px 5px #000;font-size:15px;line-height:1.12}
.browser-overlay button{display:block;margin-top:10px;border:0;border-radius:3px;background:var(--blue);color:#fff;font-size:6.5px;padding:6px 11px}
.dashboard-card,.pipeline-card,.automations article{background:#fff;color:var(--ink);box-shadow:0 6px 17px rgba(0,0,0,.2);border:1px solid #d4dde8}
.dashboard-card{position:absolute;left:0;top:204px;width:188px;height:174px;border-radius:8px;padding:12px}
.dashboard-card h3,.pipeline-card h3{font-size:10px;margin:0 0 8px}
.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 8px}
.dash-grid small{display:block;font-size:6px;color:#5c6675}.dash-grid strong{font-size:17px;display:inline-block;margin-right:6px}.dash-grid em{font-size:6px;color:var(--green);font-style:normal}
.rating{margin-top:11px;display:grid;grid-template-columns:1fr auto;align-items:end}.rating span{grid-column:1/-1;font-size:6px;color:#5c6675}.rating strong{font-size:16px}.rating b{font-size:12px;color:var(--orange);letter-spacing:1px}
.pipeline-card{position:absolute;left:202px;top:214px;width:146px;height:164px;border-radius:8px;padding:12px}
.pipeline-card>div{display:flex;align-items:center;gap:6px;font-size:6.8px;padding:7px 0;border-bottom:1px solid #edf1f5}.pipeline-card>div:last-child{border-bottom:0}.pipeline-card b{margin-left:auto;font-size:6.5px}.dot{width:8px;height:8px;border-radius:50%;display:inline-block}.dot.blue{background:#1a72f2}.dot.teal{background:#13acb5}.dot.orange{background:#ff9c1b}.dot.coral{background:#ff5738}.dot.green{background:#0aae4c}
.automations{position:absolute;right:0;top:0;width:176px;height:372px}
.automations article{height:54px;border-radius:8px;margin-bottom:12px;padding:9px 10px;display:flex;align-items:center;gap:9px}
.automations article.booking{height:104px;align-items:center}.automations article.reviews{height:62px;margin-top:2px}.automations strong{display:block;font-size:8.2px}.automations small{display:block;font-size:6.8px;color:#1b2431;margin-top:2px}.automations .reviews small{color:var(--orange);font-size:11px;font-weight:900}.automations .reviews em{color:var(--green);font-size:6.8px;font-style:normal}.auto-icon{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900}.auto-icon svg{width:13px;height:13px;fill:none;stroke:#fff;stroke-width:2}.auto-icon.green{background:var(--green)}.auto-icon.blue{background:var(--blue)}.auto-icon.orange{background:var(--orange)}
.connector{position:absolute;border-color:#fff;border-style:solid;opacity:.65}.c1{left:342px;top:78px;width:62px;height:41px;border-width:1px 1px 0 0}.c2{left:336px;top:172px;width:68px;height:82px;border-width:0 1px 1px 0}.c3{left:348px;top:311px;width:56px;height:1px;border-width:0 0 1px 0}
.benefit-strip{height:74px;background:#fff;border-bottom:1px solid #dce4ee;box-shadow:0 4px 10px rgba(7,26,56,.05)}
.benefits{height:100%;display:grid;grid-template-columns:repeat(6,1fr);align-items:center}
.benefits>div{display:flex;justify-content:center;align-items:center;gap:8px;font-size:7.5px;font-weight:800}
.benefits svg{width:21px;height:21px;fill:none;stroke-width:2.2}.blue{stroke:var(--blue);color:var(--blue)}.green{stroke:var(--green);color:var(--green)}.orange{stroke:var(--orange);color:var(--orange)}.red{stroke:var(--red);color:var(--red)}.purple{stroke:var(--purple);color:var(--purple)}.teal{stroke:var(--teal);color:var(--teal)}
.work-section{height:345px;background:linear-gradient(180deg,#eef4fa,#f7f9fc);padding:19px 0 10px}
.section-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.section-top h2,.problem-section h2,.services-section h2,.pricing-section h2,.workflow-section h2{font-size:15.5px;margin:0 0 5px;font-weight:900}.section-top h2 span,.problem-section h2 span,.services-section h2 span,.workflow-section h2 span{color:var(--green)}.section-top p{font-size:7.2px;margin:0}.section-top .btn{padding:11px 15px;font-size:7px;margin-top:2px}
.portfolio-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}
.site-card{background:#fff;border-radius:5px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #e1e7ee;padding-bottom:8px}.site-shot{height:162px;position:relative;overflow:hidden}.site-shot img{width:100%;height:100%;object-fit:cover}.site-shot span{position:absolute;left:6px;bottom:6px;background:rgba(3,25,54,.82);color:#fff;font-size:5px;padding:2px 5px;border-radius:2px}.site-card h3{font-size:7px;margin:8px 8px 4px}.site-card p{font-size:5.8px;line-height:1.4;color:#334255;margin:0 8px 6px;min-height:27px}.site-card a{font-size:6px;color:var(--blue);font-weight:800;text-decoration:none;margin:0 8px}.disclosure{text-align:center;font-size:5.5px;color:#3d4958;margin:8px 0 0}
.problem-section{height:194px;background:#f4f7fb;padding:16px 0}.problem-section h2{font-size:14px;line-height:1.15;margin-bottom:9px}.problem-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.problem-grid article{height:118px;background:#fff;border-radius:5px;border:1px solid #e2e8ef;box-shadow:0 3px 10px rgba(7,26,56,.05);text-align:center;padding:10px 7px}.problem-grid svg{width:25px;height:25px;fill:none;stroke-width:2.3;margin-bottom:3px}.problem-grid h3{font-size:8.3px;margin:0 0 5px}.problem-grid p{font-size:6.3px;line-height:1.38;margin:0 0 6px}.problem-grid small{font-size:6px;line-height:1.3;display:block}
.workflow-section{height:151px;background:linear-gradient(90deg,#031936,#032856);color:#fff;padding:13px 0 8px}.workflow-section h2{text-align:center;font-size:13.5px;margin:0 0 11px}.workflow{display:grid;grid-template-columns:repeat(6,1fr auto) 1fr;align-items:start;gap:3px}.workflow>i{font-style:normal;color:#65d7ff;font-size:9px;margin-top:32px}.flow-item{text-align:center}.flow-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;margin:0 auto 2px;border:1px solid currentColor;background:rgba(255,255,255,.03)}.flow-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.7}.flow-icon.blue{color:#17c5f4}.flow-icon.orange{color:#ff8b18}.flow-icon.green{color:#38dc78}.flow-icon.white{color:#fff}.flow-icon.teal{color:#28d9cf}.flow-item b{display:block;font-size:6px;color:#fff}.flow-item p{font-size:6.2px;line-height:1.15;margin:2px 0 0;color:#fff}
.services-section{height:286px;background:#f4f7fb;padding:12px 0}.services-section h2{text-align:center;font-size:13.5px;margin-bottom:9px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.services-grid article{height:109px;background:#fff;border:1px solid #dde5ed;border-radius:5px;display:flex;gap:9px;padding:12px 10px;box-shadow:0 3px 10px rgba(7,26,56,.05)}.services-grid svg{width:28px;height:28px;min-width:28px;fill:none;stroke-width:2.1}.services-grid h3{font-size:8.8px;line-height:1.15;margin:0 0 5px}.services-grid p{font-size:6.3px;line-height:1.35;margin:0}.blue-text{color:var(--blue)}.green-text{color:var(--green)}.orange-text{color:var(--orange)}.purple-text{color:var(--purple)}.teal-text{color:var(--teal)}
.pricing-section{height:198px;background:#f5f7fb;padding:8px 0 12px}.pricing-section h2{text-align:center;font-size:12.5px;margin-bottom:8px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.price-card{height:151px;background:#fff;border:1px solid #dce4ed;border-radius:5px;box-shadow:0 3px 10px rgba(7,26,56,.06);padding:9px 15px 8px;position:relative;display:flex;flex-direction:column}.price-card h3{text-align:center;font-size:7.5px;margin:0 0 4px}.blue-plan h3{color:var(--blue)}.green-plan h3{color:var(--green)}.orange-plan h3{color:var(--orange)}.popular{position:absolute;top:0;left:0;right:0;height:13px;background:var(--green);color:#fff;text-align:center;font-size:5.5px;padding-top:3px;border-radius:5px 5px 0 0}.green-plan{padding-top:17px}.price-line{display:flex;align-items:baseline;justify-content:center;gap:5px;margin-bottom:5px}.price-line strong{font-size:18px;color:var(--blue)}.green-plan .price-line strong,.green-plan .price-line b{color:var(--green)}.orange-plan .price-line strong,.orange-plan .price-line b{color:var(--orange)}.price-line strong.custom{font-size:14px;color:#222}.price-line span,.price-line small{font-size:5.6px;color:#455367}.price-line b{font-size:16px;color:var(--blue)}.price-card ul{margin:0 0 7px;padding-left:13px;flex:1}.price-card li{font-size:5.4px;line-height:1.24}.price-card .btn{height:20px;font-size:6px;border-radius:3px;width:100%}
.cta-band{height:74px;background:linear-gradient(90deg,#0667f5,#04aa55);color:#fff}.cta-row{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.cta-row h2{font-size:14px;margin:0 0 3px}.cta-row p{font-size:6.8px;line-height:1.3;margin:0}.cta-buttons{display:flex;gap:12px}.cta-buttons .btn{height:39px;width:117px;font-size:7.5px;line-height:1.2;text-align:left}.cta-buttons .btn-blue{border:1px solid rgba(255,255,255,.28)}
.footer{height:152px;background:#03152f;color:#fff;padding:13px 0 8px}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr .75fr .75fr 1.5fr;gap:15px}.footer-brand img{width:300px;max-width:100%;margin-bottom:10px;filter:none;display:block}.footer p{font-size:5.8px;margin:2px 0;color:#d9e2ee}.footer h3{font-size:6.6px;color:#33b9ff;margin:0 0 5px}.footer a{display:block;font-size:5.5px;line-height:1.45;color:#fff;text-decoration:none}.socials{display:flex;gap:5px;margin-top:5px}.socials span{width:14px;height:14px;border-radius:50%;background:#fff;color:#03152f;display:grid;place-items:center;font-size:6px;font-weight:900}.map-card img{height:64px;width:100%;object-fit:cover;border:1px solid rgba(255,255,255,.2)}.map-card a{background:var(--blue);text-align:center;padding:4px 0;font-size:6px}.footer-bottom{display:flex;justify-content:center;gap:35px;margin-top:8px;font-size:5.5px;color:#b7c2d0}.footer-bottom span{color:#fff}
.modal{position:fixed;inset:0;z-index:100;display:none}.modal.open{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(0,12,30,.78);backdrop-filter:blur(4px)}.modal-panel{position:relative;width:min(92vw,460px);max-height:88vh;overflow:auto;background:#fff;margin:5vh auto;border-radius:14px;padding:25px;box-shadow:0 25px 80px rgba(0,0,0,.35)}.modal-panel h2{font-size:23px;margin:0 0 7px}.modal-panel p{color:var(--muted);font-size:12px}.modal-panel label{display:block;font-weight:800;font-size:10px;margin:10px 0}.modal-panel input,.modal-panel select,.modal-panel textarea{width:100%;margin-top:5px;border:1px solid #cfd8e4;border-radius:6px;padding:9px}.modal-close{position:absolute;right:14px;top:8px;border:0;background:none;font-size:27px;cursor:pointer}.full{width:100%;padding:12px}.toast{position:fixed;right:20px;bottom:20px;background:#031936;color:#fff;padding:11px 15px;border-radius:8px;box-shadow:var(--shadow);display:none;z-index:90}.toast.show{display:block}
@media(max-width:800px){
  body{font-size:14px}.page-shell{width:min(100% - 26px,720px)}.announcement{height:auto;padding:7px 0}.announcement-inner{flex-direction:column;gap:4px;font-size:8px}.site-header{height:62px}.brand{min-width:0}.brand img{width:210px}.menu-toggle{display:block;margin-left:auto;background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:5px;padding:6px 9px}.main-nav{display:none;position:absolute;top:62px;left:13px;right:13px;background:#031936;flex-direction:column;align-items:flex-start;padding:15px;border-radius:8px}.main-nav.open{display:flex}.main-nav a{font-size:12px}.nav-actions{display:none}.hero-section{height:auto;padding:40px 0}.hero-grid{grid-template-columns:1fr;height:auto}.hero-copy h1{font-size:38px}.hero-system{height:510px;transform:scale(.92);transform-origin:top center}.benefit-strip{height:auto}.benefits{grid-template-columns:repeat(2,1fr);gap:15px;padding:20px 0}.work-section,.problem-section,.workflow-section,.services-section,.pricing-section,.footer{height:auto;padding:35px 0}.section-top{flex-direction:column;gap:12px}.portfolio-grid,.problem-grid{grid-template-columns:repeat(2,1fr)}.site-shot{height:240px}.site-card h3{font-size:12px}.site-card p,.site-card a{font-size:10px}.problem-grid article{height:auto;min-height:165px}.workflow{grid-template-columns:1fr}.workflow>i{transform:rotate(90deg);margin:0 auto}.services-grid{grid-template-columns:1fr 1fr}.services-grid article{height:auto;min-height:135px}.pricing-grid{grid-template-columns:1fr}.price-card{height:auto;min-height:260px}.price-card li{font-size:10px}.cta-band{height:auto;padding:25px 0}.cta-row{flex-direction:column;align-items:flex-start}.cta-buttons{flex-wrap:wrap}.footer-grid{grid-template-columns:1fr 1fr}.map-card{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:4px}.workflow-section h2,.services-section h2,.pricing-section h2{font-size:18px}.flow-item p{font-size:10px}.flow-item b{font-size:9px}
}
@media(max-width:480px){
  .brand img{width:180px}.hero-copy h1{font-size:32px}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%}.hero-system{transform:scale(.68);height:370px;margin-left:-25px;width:520px}.portfolio-grid,.problem-grid,.services-grid,.footer-grid{grid-template-columns:1fr}.site-shot{height:320px}.cta-buttons{flex-direction:column;width:100%}.cta-buttons .btn{width:100%}.workflow{gap:12px}
}

/* Desktop scale correction: the original reference was 862px wide. These
   overrides preserve the layout while making it fill modern desktop screens. */
@media (min-width: 1000px){
  .page-shell{width:min(100% - 64px,1180px)}
  .announcement{height:34px;font-size:10px}
  .announcement a{font-size:9px;padding:5px 13px}
  .site-header{height:60px}
  .nav-row{gap:24px}
  .brand{min-width:245px}
  .brand img{width:245px}
  .main-nav{gap:22px}
  .main-nav a{font-size:10px}
  .phone-link{font-size:11px}
  .nav-actions .btn{height:38px;padding:0 18px;font-size:10px}

  .hero-section{height:515px}
  .hero-grid{grid-template-columns:38% 62%;gap:30px;padding-top:12px}
  .hero-copy h1{font-size:48px;line-height:1.07;letter-spacing:-1.6px;margin-bottom:16px}
  .hero-copy h2{font-size:23px;line-height:1.23;margin-bottom:18px}
  .hero-copy>p{font-size:14px;line-height:1.55;max-width:430px;margin-bottom:16px}
  .hero-bullets{font-size:12px;gap:8px;margin-bottom:20px}
  .hero-buttons{gap:10px;margin-bottom:23px}
  .hero-buttons .btn{padding:14px 18px;font-size:11px}
  .hero-phone{font-size:20px}
  .hero-phone svg{width:20px;height:20px}
  .hero-system{height:430px;transform:scale(1.22);transform-origin:left center;width:82%;margin-top:0}

  .benefit-strip{height:94px}
  .benefits>div{gap:11px;font-size:10px}
  .benefits svg{width:30px;height:30px}

  .work-section{height:auto;padding:30px 0 20px}
  .section-top{margin-bottom:20px}
  .section-top h2,.problem-section h2,.services-section h2,.pricing-section h2,.workflow-section h2{font-size:22px}
  .section-top p{font-size:11px}
  .section-top .btn{padding:14px 20px;font-size:10px}
  .portfolio-grid{gap:18px}
  .site-card{border-radius:8px;padding-bottom:12px}
  .site-shot{height:205px}
  .site-card h3{font-size:11px;margin:11px 11px 5px}
  .site-card p{font-size:9px;line-height:1.45;margin:0 11px 8px;min-height:42px}
  .site-card a{font-size:9px;margin:0 11px}
  .site-shot span{font-size:7px;left:8px;bottom:8px;padding:3px 7px}
  .disclosure{font-size:8px;margin-top:12px}

  .problem-section{height:auto;padding:26px 0 30px}
  .problem-section h2{font-size:20px;margin-bottom:16px}
  .problem-grid{gap:15px}
  .problem-grid article{height:168px;border-radius:8px;padding:16px 10px}
  .problem-grid svg{width:34px;height:34px;margin-bottom:7px}
  .problem-grid h3{font-size:12px;margin-bottom:7px}
  .problem-grid p{font-size:9px;line-height:1.45;margin-bottom:8px}
  .problem-grid small{font-size:8.5px;line-height:1.35}

  .workflow-section{height:auto;padding:22px 0 18px}
  .workflow-section h2{font-size:20px;margin-bottom:18px}
  .workflow{gap:5px}
  .workflow>i{font-size:13px;margin-top:42px}
  .flow-icon{width:66px;height:66px;margin-bottom:6px}
  .flow-icon svg{width:36px;height:36px}
  .flow-item b{font-size:9px}
  .flow-item p{font-size:8.5px;line-height:1.2}

  .services-section{height:auto;padding:22px 0 28px}
  .services-section h2{font-size:20px;margin-bottom:16px}
  .services-grid{gap:15px}
  .services-grid article{height:150px;border-radius:8px;gap:12px;padding:18px 15px}
  .services-grid svg{width:38px;height:38px;min-width:38px}
  .services-grid h3{font-size:13px;line-height:1.2;margin-bottom:8px}
  .services-grid p{font-size:9.5px;line-height:1.42}

  .pricing-section{height:auto;padding:18px 0 24px}
  .pricing-section h2{font-size:19px;margin-bottom:14px}
  .pricing-grid{gap:24px}
  .price-card{height:220px;border-radius:8px;padding:14px 22px 12px}
  .price-card h3{font-size:11px;margin-bottom:7px}
  .popular{height:19px;font-size:8px;padding-top:4px;border-radius:8px 8px 0 0}
  .green-plan{padding-top:25px}
  .price-line{gap:7px;margin-bottom:8px}
  .price-line strong{font-size:26px}
  .price-line strong.custom{font-size:20px}
  .price-line span,.price-line small{font-size:8px}
  .price-line b{font-size:23px}
  .price-card ul{padding-left:17px;margin-bottom:10px}
  .price-card li{font-size:8px;line-height:1.35}
  .price-card .btn{height:30px;font-size:9px;border-radius:5px}

  .cta-band{height:96px}
  .cta-row h2{font-size:20px}
  .cta-row p{font-size:9.5px}
  .cta-buttons{gap:16px}
  .cta-buttons .btn{height:52px;width:158px;font-size:10px}

  .footer{height:auto;padding:20px 0 14px}
  .footer-grid{gap:22px}
  .footer-brand img{width:210px}
  .footer p{font-size:8px}
  .footer h3{font-size:9px;margin-bottom:7px}
  .footer a{font-size:8px;line-height:1.55}
  .socials span{width:20px;height:20px;font-size:8px}
  .map-card img{height:92px}
  .map-card a{font-size:8px;padding:6px 0}
  .footer-bottom{font-size:8px;margin-top:12px}
}

/* True large-desktop layout
   The reference image was originally narrow. These rules rebuild the scale
   for modern 1440px–1920px desktop screens instead of simply centering it. */
@media (min-width: 1400px){
  body{font-size:16px}
  .page-shell{width:min(92vw,1520px)}

  .announcement{height:40px;font-size:13px}
  .announcement-inner{gap:22px}
  .announcement a{font-size:12px;padding:7px 18px;border-radius:18px}

  .site-header{height:78px}
  .nav-row{gap:30px}
  .brand{min-width:300px}
  .brand img{width:300px}
  .main-nav{gap:28px}
  .main-nav a{font-size:14px}
  .nav-actions{gap:20px}
  .phone-link{font-size:14px;gap:8px}
  .phone-link svg{width:18px;height:18px}
  .nav-actions .btn{height:50px;padding:0 24px;font-size:14px;border-radius:7px}

  .hero-section{height:650px;min-height:650px}
  .hero-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:42px;padding-top:16px}
  .hero-copy{padding-top:0}
  .hero-copy h1{font-size:64px;line-height:1.04;letter-spacing:-2.2px;margin-bottom:22px}
  .hero-copy h2{font-size:29px;line-height:1.2;margin-bottom:22px}
  .hero-copy>p{font-size:18px;line-height:1.55;max-width:570px;margin-bottom:20px}
  .hero-bullets{font-size:15px;gap:11px;margin-bottom:25px}
  .hero-buttons{gap:14px;margin-bottom:28px}
  .hero-buttons .btn{padding:17px 24px;font-size:14px;border-radius:7px}
  .hero-phone{font-size:26px;gap:11px}
  .hero-phone svg{width:25px;height:25px}

  .hero-system{
    height:400px;
    width:600px;
    margin:0;
    transform:scale(1.55);
    transform-origin:left center;
  }

  .benefit-strip{height:116px}
  .benefits>div{gap:14px;font-size:14px}
  .benefits svg{width:38px;height:38px}

  .work-section{height:auto;padding:52px 0 34px}
  .section-top{margin-bottom:30px;align-items:center}
  .section-top h2,.problem-section h2,.services-section h2,.pricing-section h2,.workflow-section h2{font-size:34px;line-height:1.15}
  .section-top p{font-size:15px;margin-top:8px}
  .section-top .btn{padding:17px 25px;font-size:14px;border-radius:7px}
  .portfolio-grid{gap:22px}
  .site-card{border-radius:12px;padding-bottom:18px}
  .site-shot{height:290px}
  .site-shot span{font-size:10px;left:12px;bottom:12px;padding:5px 9px;border-radius:4px}
  .site-card h3{font-size:16px;margin:16px 16px 7px}
  .site-card p{font-size:13px;line-height:1.45;margin:0 16px 12px;min-height:58px}
  .site-card a{font-size:13px;margin:0 16px}
  .disclosure{font-size:11px;margin-top:18px}

  .problem-section{height:auto;padding:44px 0 52px}
  .problem-section h2{font-size:31px;margin-bottom:25px}
  .problem-grid{gap:20px}
  .problem-grid article{height:230px;border-radius:12px;padding:24px 16px}
  .problem-grid svg{width:48px;height:48px;margin-bottom:10px}
  .problem-grid h3{font-size:17px;margin-bottom:10px}
  .problem-grid p{font-size:13px;line-height:1.5;margin-bottom:12px}
  .problem-grid small{font-size:12px;line-height:1.42}

  .workflow-section{height:auto;padding:36px 0 32px}
  .workflow-section h2{font-size:31px;margin-bottom:28px}
  .workflow{gap:8px}
  .workflow>i{font-size:18px;margin-top:55px}
  .flow-icon{width:88px;height:88px;margin-bottom:10px;border-width:2px}
  .flow-icon svg{width:48px;height:48px}
  .flow-item b{font-size:13px}
  .flow-item p{font-size:12px;line-height:1.25;margin-top:5px}

  .services-section{height:auto;padding:38px 0 50px}
  .services-section h2{font-size:31px;margin-bottom:26px}
  .services-grid{gap:20px}
  .services-grid article{height:205px;border-radius:12px;gap:17px;padding:26px 22px}
  .services-grid svg{width:52px;height:52px;min-width:52px}
  .services-grid h3{font-size:18px;line-height:1.18;margin-bottom:11px}
  .services-grid p{font-size:13px;line-height:1.5}

  .pricing-section{height:auto;padding:34px 0 45px}
  .pricing-section h2{font-size:29px;margin-bottom:23px}
  .pricing-grid{gap:30px}
  .price-card{height:315px;border-radius:12px;padding:22px 30px 18px}
  .price-card h3{font-size:16px;margin-bottom:10px}
  .popular{height:27px;font-size:11px;padding-top:6px;border-radius:12px 12px 0 0}
  .green-plan{padding-top:36px}
  .price-line{gap:10px;margin-bottom:12px}
  .price-line strong{font-size:38px}
  .price-line strong.custom{font-size:29px}
  .price-line span,.price-line small{font-size:12px}
  .price-line b{font-size:34px}
  .price-card ul{padding-left:21px;margin-bottom:15px}
  .price-card li{font-size:12px;line-height:1.42}
  .price-card .btn{height:44px;font-size:13px;border-radius:7px}

  .cta-band{height:128px}
  .cta-row{gap:30px}
  .cta-row h2{font-size:29px;margin-bottom:6px}
  .cta-row p{font-size:14px;line-height:1.4;max-width:700px}
  .cta-buttons{gap:18px}
  .cta-buttons .btn{height:66px;width:205px;font-size:13px;border-radius:8px}

  .footer{height:auto;padding:34px 0 20px}
  .footer-grid{gap:32px}
  .footer-brand img{width:260px;margin-bottom:12px}
  .footer p{font-size:12px;line-height:1.55}
  .footer h3{font-size:14px;margin-bottom:10px}
  .footer a{font-size:12px;line-height:1.7}
  .socials{gap:8px;margin-top:10px}
  .socials span{width:28px;height:28px;font-size:11px}
  .map-card img{height:132px}
  .map-card a{font-size:12px;padding:9px 0}
  .footer-bottom{font-size:11px;margin-top:18px;gap:55px}
}

/* Slightly tighter large desktop for 1400–1599px screens */
@media (min-width: 1400px) and (max-width: 1599px){
  .page-shell{width:min(94vw,1360px)}
  .hero-copy h1{font-size:56px}
  .hero-copy h2{font-size:25px}
  .hero-copy>p{font-size:16px}
  .hero-system{transform:scale(1.38);width:590px}
  .site-shot{height:250px}
  .problem-grid article{height:210px}
  .services-grid article{height:190px}
}

/* --- Pricing section refresh v6 --- */
.pricing-section{
  height:auto;
  padding:46px 0 54px;
  background:linear-gradient(180deg,#f5f7fb,#edf2f7);
}
.pricing-section .page-shell{max-width:1520px}
.pricing-kicker{
  text-align:center;
  color:var(--blue);
  font-weight:900;
  letter-spacing:.06em;
  font-size:18px;
  margin:0 0 12px;
}
.pricing-section h2{
  text-align:center;
  font-size:34px;
  line-height:1.12;
  margin:0;
}
.pricing-subtitle{
  text-align:center;
  color:#4f5f74;
  font-size:18px;
  margin:14px auto 30px;
  max-width:900px;
}
.pricing-grid-modern{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  align-items:stretch;
}
.modern-card{
  height:auto;
  min-height:650px;
  border-radius:20px;
  padding:28px 26px 24px;
  box-shadow:0 10px 28px rgba(7,26,56,.08);
  border:1px solid #d7e2ee;
  position:relative;
  overflow:visible;
}
.modern-card h3{
  font-size:18px;
  line-height:1.15;
  text-align:center;
  margin:12px 0 6px;
}
.plan-tagline{
  text-align:center;
  color:#4c5970;
  font-size:15px;
  margin:0 0 20px;
}
.plan-badge-icon{
  width:64px;
  height:64px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:30px;
  font-weight:900;
  margin: -10px auto 6px;
  color:#fff;
  box-shadow:0 10px 18px rgba(7,26,56,.12);
}
.blue-plan .plan-badge-icon{background:linear-gradient(135deg,#1f66f2,#0657e8)}
.green-plan .plan-badge-icon{background:linear-gradient(135deg,#11bb47,#08953a)}
.orange-plan .plan-badge-icon{background:linear-gradient(135deg,#ff8a00,#ff6e00)}
.popular{
  position:absolute;
  top:0;left:0;right:0;
  height:32px;
  border-radius:20px 20px 0 0;
  background:var(--green);
  color:#fff;
  text-align:center;
  font-weight:900;
  font-size:13px;
  line-height:32px;
  padding:0;
}
.featured-plan{transform:translateY(-8px); box-shadow:0 18px 42px rgba(8,168,62,.14)}
.featured-plan .plan-badge-icon{margin-top:12px}
.dual-price{
  display:grid;
  grid-template-columns:1fr 1px 1fr;
  gap:18px;
  align-items:center;
  border-top:1px solid #dce5ef;
  border-bottom:1px solid #dce5ef;
  padding:18px 6px;
  margin-bottom:18px;
}
.price-divider{background:#cfd9e4;height:66px}
.price-block{text-align:center}
.price-block label{
  display:block;
  color:#47556b;
  font-size:13px;
  margin-bottom:3px;
}
.price-block strong{
  display:block;
  font-size:34px;
  line-height:1;
  margin-bottom:8px;
  color:var(--blue);
}
.green-plan .price-block strong{color:var(--green)}
.orange-plan .price-block strong{color:var(--orange)}
.price-block strong.custom{font-size:30px;color:#1c2430}
.price-block strong small{
  font-size:.54em;
  margin-left:2px;
}
.price-block span{
  display:block;
  font-size:13px;
  color:#47556b;
}
.feature-list{
  list-style:none;
  margin:0 0 18px;
  padding:0;
  display:grid;
  gap:10px;
}
.feature-list li{
  position:relative;
  padding-left:28px;
  font-size:15px;
  line-height:1.34;
  color:#1a2432;
}
.feature-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:18px;
  height:18px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:11px;
  color:#fff;
  font-weight:900;
}
.blue-plan .feature-list li::before{background:var(--blue)}
.green-plan .feature-list li::before{background:var(--green)}
.orange-plan .feature-list li::before{background:var(--orange)}
.ideal-for-box{
  margin-top:auto;
  margin-bottom:18px;
  border-radius:14px;
  padding:16px 18px;
  font-size:15px;
  line-height:1.45;
  background:#edf3fb;
  color:#1d2530;
}
.green-plan .ideal-for-box{background:#eef8f0}
.orange-plan .ideal-for-box{background:#fdf0e7}
.modern-card .btn{
  width:100%;
  height:50px;
  border-radius:10px;
  font-size:15px;
  font-weight:900;
}
.plan-includes-bar{
  display:grid;
  grid-template-columns:1.25fr repeat(4,1fr);
  align-items:center;
  gap:0;
  margin-top:28px;
  background:#fff;
  border:1px solid #d8e2ec;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(7,26,56,.05);
}
.plan-includes-bar span{
  padding:18px 20px;
  font-size:15px;
  color:#1e2a3a;
  text-align:center;
  border-left:1px solid #e1e7ef;
}
.plan-includes-bar .includes-title{
  text-align:left;
  font-weight:900;
  border-left:0;
  color:#0c1f45;
}
@media (max-width:1100px){
  .pricing-grid-modern{grid-template-columns:1fr;gap:22px}
  .featured-plan{transform:none}
  .modern-card{min-height:auto}
  .plan-includes-bar{grid-template-columns:1fr 1fr;}
  .plan-includes-bar .includes-title{grid-column:1/-1;text-align:center}
}
@media (max-width:700px){
  .pricing-kicker{font-size:13px}
  .pricing-section h2{font-size:28px}
  .pricing-subtitle{font-size:15px;margin-bottom:22px}
  .modern-card{padding:24px 18px 18px;border-radius:16px}
  .popular{border-radius:16px 16px 0 0;font-size:11px;height:28px;line-height:28px}
  .plan-badge-icon{width:56px;height:56px;font-size:26px}
  .dual-price{grid-template-columns:1fr;gap:10px}
  .price-divider{display:none}
  .price-block strong{font-size:30px}
  .feature-list li,.ideal-for-box,.plan-includes-bar span{font-size:14px}
  .plan-includes-bar{grid-template-columns:1fr}
  .plan-includes-bar span{border-left:0;border-top:1px solid #e1e7ef}
  .plan-includes-bar .includes-title{border-top:0}
}


/* Header/footer logo update for Option 2C */
@media (min-width:1280px){.brand{min-width:360px}.brand img{width:360px}.footer-brand img{width:300px}}
@media (max-width:1100px){.brand{min-width:0}.brand img{width:270px}.footer-brand img{width:240px}}
@media (max-width:700px){.brand img{width:220px}.footer-brand img{width:210px}}

/* ============================================================
   MOBILE & TABLET OPTIMIZATION — desktop rules above untouched
   ============================================================ */
.mobile-nav-actions{display:none}
section[id],header[id]{scroll-margin-top:90px}
button,.btn,a{-webkit-tap-highlight-color:transparent}

@media (max-width:1100px){
  html{-webkit-text-size-adjust:100%}
  body{font-size:16px;overflow-x:hidden}
  .page-shell{width:min(100% - 32px,900px)}

  .announcement{height:auto;min-height:38px;padding:7px 0;text-align:center}
  .announcement-inner{gap:10px;flex-wrap:wrap;font-size:11px;line-height:1.3}
  .announcement a{font-size:11px;padding:6px 12px}

  .site-header{height:72px}
  .nav-row{gap:14px;position:relative}
  .brand{min-width:0;flex:1}
  .brand img{width:270px;max-width:72vw}
  .menu-toggle{
    display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;
    margin-left:auto;border:1px solid rgba(255,255,255,.28);border-radius:10px;
    background:rgba(255,255,255,.06);color:#fff;font-size:24px;cursor:pointer
  }
  .main-nav{
    display:none;position:absolute;z-index:60;top:64px;left:0;right:0;
    max-height:calc(100vh - 100px);overflow:auto;
    padding:18px;background:#041a39;border:1px solid rgba(255,255,255,.12);
    border-radius:14px;box-shadow:0 20px 50px rgba(0,0,0,.35);
    flex-direction:column;align-items:stretch;gap:0;white-space:normal
  }
  .main-nav.open{display:flex}
  .main-nav>a{font-size:16px;padding:13px 8px;border-bottom:1px solid rgba(255,255,255,.09)}
  .main-nav>a:last-of-type{border-bottom:0}
  .mobile-nav-actions{display:flex;flex-direction:column;gap:10px;padding-top:16px}
  .mobile-phone{font-size:16px;font-weight:900;text-decoration:none;text-align:center;padding:13px;border:1px solid rgba(255,255,255,.18);border-radius:9px}
  .mobile-nav-actions .btn{min-height:48px;font-size:15px;border-radius:9px}
  .nav-actions{display:none}

  .hero-section{height:auto;min-height:0;padding:54px 0 34px;overflow:hidden}
  .hero-grid{height:auto;grid-template-columns:1fr;gap:40px;padding-top:0}
  .hero-copy{max-width:760px;margin:0 auto;text-align:center;padding:0}
  .hero-copy h1{font-size:clamp(44px,7vw,60px);line-height:1.04;letter-spacing:-1.5px;margin-bottom:20px}
  .hero-copy h2{font-size:clamp(23px,3.5vw,30px);line-height:1.2;margin-bottom:19px}
  .hero-copy>p{font-size:17px;line-height:1.55;max-width:680px;margin:0 auto 20px}
  .hero-bullets{font-size:14px;gap:9px;align-items:center;margin-bottom:24px}
  .hero-buttons{justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:24px}
  .hero-buttons .btn{min-height:48px;padding:14px 20px;font-size:14px;border-radius:8px}
  .hero-phone{justify-content:center;font-size:22px}
  .hero-phone svg{width:22px;height:22px}
  .hero-system{width:540px;height:390px;left:50%;margin:0 0 0 -270px;transform:scale(.94);transform-origin:top center}

  .benefit-strip{height:auto;padding:18px 0}
  .benefits{height:auto;grid-template-columns:repeat(3,1fr);gap:18px 12px}
  .benefits>div{font-size:13px;gap:10px;justify-content:flex-start;padding:5px 8px}
  .benefits svg{width:30px;height:30px;min-width:30px}

  .work-section,.problem-section,.workflow-section,.services-section,.pricing-section,.footer{height:auto}
  .work-section{padding:58px 0 42px}
  .section-top{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:28px}
  .section-top h2,.problem-section h2,.services-section h2,.workflow-section h2{font-size:30px;line-height:1.15}
  .section-top p{font-size:15px;line-height:1.55;margin-top:8px}
  .section-top .btn{min-height:48px;padding:14px 20px;font-size:14px;border-radius:8px}
  .portfolio-grid{grid-template-columns:repeat(3,1fr);gap:18px}
  .site-card{border-radius:12px;padding-bottom:16px}
  .site-shot{height:250px}
  .site-shot span{font-size:10px;left:10px;bottom:10px;padding:5px 8px}
  .site-card h3{font-size:17px;margin:15px 15px 7px}
  .site-card p{font-size:14px;line-height:1.45;margin:0 15px;min-height:42px}
  .disclosure{font-size:12px;line-height:1.45;margin-top:18px}

  .problem-section{padding:52px 0}
  .problem-section h2{margin-bottom:26px}
  .problem-grid{grid-template-columns:repeat(2,1fr);gap:16px}
  .problem-grid article{height:auto;min-height:225px;border-radius:12px;padding:24px 18px}
  .problem-grid svg{width:46px;height:46px;margin-bottom:9px}
  .problem-grid h3{font-size:18px;margin-bottom:9px}
  .problem-grid p{font-size:15px;line-height:1.5;margin-bottom:10px}
  .problem-grid small{font-size:14px;line-height:1.4}

  .workflow-section{padding:48px 0}
  .workflow-section h2{font-size:29px;line-height:1.18;margin-bottom:30px}
  .workflow{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
  .workflow>i{display:none}
  .flow-item{padding:20px 12px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.045)}
  .flow-icon{width:72px;height:72px;margin-bottom:8px}
  .flow-icon svg{width:38px;height:38px}
  .flow-item b{font-size:13px}
  .flow-item p{font-size:14px;line-height:1.3;margin-top:5px}

  .services-section{padding:52px 0}
  .services-section h2{font-size:29px;line-height:1.18;margin-bottom:28px}
  .services-grid{grid-template-columns:repeat(2,1fr);gap:16px}
  .services-grid article{height:auto;min-height:190px;border-radius:12px;padding:24px 20px;gap:15px}
  .services-grid svg{width:44px;height:44px;min-width:44px}
  .services-grid h3{font-size:18px;line-height:1.2;margin-bottom:9px}
  .services-grid p{font-size:14px;line-height:1.5}

  .pricing-section{padding:54px 0 58px}
  .pricing-grid-modern{grid-template-columns:1fr;gap:24px;max-width:720px;margin-inline:auto}
  .featured-plan{transform:none}
  .modern-card{min-height:0;padding:28px 24px 24px}
  .pricing-kicker{font-size:15px}
  .pricing-section h2{font-size:32px}
  .pricing-subtitle{font-size:16px}
  .modern-card h3{font-size:21px}
  .plan-tagline{font-size:15px}
  .feature-list li,.ideal-for-box{font-size:15px}
  .plan-includes-bar{grid-template-columns:1fr 1fr;max-width:720px;margin-inline:auto;margin-top:24px}
  .plan-includes-bar .includes-title{grid-column:1/-1;text-align:center}

  .cta-band{height:auto;padding:34px 0}
  .cta-row{height:auto;flex-direction:column;align-items:flex-start;gap:24px}
  .cta-row h2{font-size:29px}
  .cta-row p{font-size:15px;line-height:1.5}
  .cta-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%}
  .cta-buttons .btn{width:100%;height:58px;font-size:13px;border-radius:8px;text-align:center}

  .footer{padding:42px 0 24px}
  .footer-grid{grid-template-columns:repeat(2,1fr);gap:30px 24px}
  .footer-brand{grid-column:1/-1}
  .footer-brand img{width:300px;max-width:85vw}
  .footer p{font-size:14px;line-height:1.55}
  .footer h3{font-size:14px;margin-bottom:10px}
  .footer a{font-size:14px;line-height:1.7}
  .socials span{width:30px;height:30px;font-size:12px}
  .map-card{grid-column:1/-1}
  .map-card img{height:190px}
  .map-card a{font-size:14px;padding:10px 0}
  .footer-bottom{font-size:12px;line-height:1.5;flex-direction:column;gap:5px;text-align:center;margin-top:24px}

  .modal-panel{width:min(94vw,520px);margin:4vh auto;padding:24px 20px;border-radius:14px}
  .modal-panel h2{font-size:25px;padding-right:30px}
  .modal-panel p{font-size:15px}
  .modal-panel label{font-size:14px;margin:13px 0}
  .modal-panel input,.modal-panel select,.modal-panel textarea{font-size:16px;padding:13px;border-radius:8px}
  .modal-panel .btn{min-height:50px;font-size:15px}
}

@media (max-width:720px){
  .page-shell{width:min(100% - 24px,680px)}
  .announcement-inner>span{display:none}
  .announcement{min-height:34px;padding:5px 0}
  .announcement a{font-size:11px;padding:6px 12px}

  .site-header{height:68px}
  .brand img{width:220px;max-width:72vw}
  .menu-toggle{width:44px;height:44px;font-size:22px}
  .main-nav{top:61px;left:0;right:0;border-radius:12px}

  .hero-section{padding:42px 0 28px}
  .hero-grid{gap:30px}
  .hero-copy h1{font-size:clamp(36px,10vw,48px);letter-spacing:-1px;margin-bottom:16px}
  .hero-copy h2{font-size:clamp(21px,6vw,27px);margin-bottom:16px}
  .hero-copy>p{font-size:16px;line-height:1.5}
  .hero-bullets{align-items:flex-start;text-align:left;font-size:14px;max-width:420px;margin-inline:auto;margin-bottom:22px}
  .hero-buttons{display:grid;grid-template-columns:1fr;gap:10px}
  .hero-buttons .btn{width:100%;font-size:15px;min-height:50px}
  .hero-phone{font-size:20px;margin-top:4px}
  .hero-system{width:540px;height:295px;left:50%;margin-left:-270px;transform:scale(.72);transform-origin:top center}

  .benefits{grid-template-columns:repeat(2,1fr);gap:12px 8px}
  .benefits>div{font-size:13px;padding:8px 4px}

  .work-section{padding:46px 0 36px}
  .section-top h2,.problem-section h2,.services-section h2,.workflow-section h2{font-size:27px}
  .section-top .btn{width:100%;text-align:center}
  .portfolio-grid{
    display:grid;grid-auto-flow:column;grid-auto-columns:84%;grid-template-columns:none;
    overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;
    gap:14px;padding:2px 2px 16px;scrollbar-width:none
  }
  .portfolio-grid::-webkit-scrollbar{display:none}
  .site-card{scroll-snap-align:center}
  .site-shot{height:320px}
  .site-card h3{font-size:19px}
  .site-card p{font-size:15px;min-height:auto;padding-bottom:5px}
  .disclosure{font-size:12px}

  .problem-section{padding:46px 0}
  .problem-grid{grid-template-columns:1fr;gap:14px}
  .problem-grid article{min-height:0;padding:22px 18px}

  .workflow-section{padding:44px 0}
  .workflow{grid-template-columns:1fr;gap:12px}
  .flow-item{display:grid;grid-template-columns:70px 28px 1fr;align-items:center;text-align:left;padding:16px}
  .flow-icon{grid-row:1;margin:0;width:60px;height:60px}
  .flow-icon svg{width:32px;height:32px}
  .flow-item b{font-size:14px}
  .flow-item p{font-size:15px;margin:0}

  .services-section{padding:46px 0}
  .services-grid{grid-template-columns:1fr;gap:14px}
  .services-grid article{min-height:0;padding:22px 18px}
  .services-grid h3{font-size:19px}
  .services-grid p{font-size:15px}

  .pricing-section{padding:48px 0}
  .pricing-kicker{font-size:13px}
  .pricing-section h2{font-size:28px}
  .pricing-subtitle{font-size:15px;margin-bottom:24px}
  .modern-card{padding:25px 18px 19px;border-radius:16px}
  .popular{border-radius:16px 16px 0 0}
  .dual-price{grid-template-columns:1fr 1px 1fr;gap:12px}
  .price-divider{display:block;height:60px}
  .price-block strong{font-size:30px}
  .feature-list li,.ideal-for-box{font-size:15px}
  .plan-includes-bar{grid-template-columns:1fr}
  .plan-includes-bar span{border-left:0;border-top:1px solid #e1e7ef;font-size:14px}
  .plan-includes-bar .includes-title{border-top:0}

  .cta-row{text-align:center;align-items:stretch}
  .cta-row h2{font-size:27px}
  .cta-row p{font-size:15px}
  .cta-buttons{grid-template-columns:1fr}
  .cta-buttons .btn{height:54px;font-size:14px}

  .footer-grid{grid-template-columns:1fr}
  .footer-brand,.map-card{grid-column:auto}
  .footer-brand{text-align:center}
  .footer-brand img{margin-inline:auto;width:280px}
  .socials{justify-content:center}
  .footer-grid>div:not(.footer-brand):not(.map-card){text-align:center}
  .map-card img{height:170px}
}

@media (max-width:480px){
  .brand img{width:200px}
  .hero-copy h1{font-size:36px}
  .hero-copy h2{font-size:22px}
  .hero-system{height:255px;transform:scale(.62)}
  .portfolio-grid{grid-auto-columns:90%}
  .site-shot{height:300px}
  .dual-price{grid-template-columns:1fr;gap:10px}
  .price-divider{display:none}
  .price-block{padding:5px 0}
  .modal-panel{margin:2vh auto;max-height:96vh}
}

@media (max-width:380px){
  .page-shell{width:min(100% - 18px,360px)}
  .brand img{width:178px}
  .menu-toggle{width:42px;height:42px}
  .hero-copy h1{font-size:32px}
  .hero-copy h2{font-size:20px}
  .hero-system{height:230px;transform:scale(.55)}
  .benefits{grid-template-columns:1fr}
  .portfolio-grid{grid-auto-columns:94%}
}
