@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap');

:root{
  --teal:#10bfa7;
  --teal-dark:#079b89;
  --teal-deep:#06796d;
  --teal-soft:#dffaf5;
  --mint:#72ead9;
  --ink:#102a2f;
  --muted:#64777b;
  --line:#dceae8;
  --surface:#ffffff;
  --surface-soft:#f4fbfa;
  --shadow:0 28px 80px rgba(14,114,103,.14);
  --radius:30px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:320px;background:#fff;color:var(--ink);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{display:block;max-width:100%}

body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-5;background:linear-gradient(rgba(15,191,167,.034) 1px,transparent 1px),linear-gradient(90deg,rgba(15,191,167,.034) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to bottom,#000,transparent 76%)}
.page-glow{position:absolute;border-radius:999px;filter:blur(8px);pointer-events:none;z-index:-2}.glow-one{width:620px;height:620px;right:-260px;top:-190px;background:radial-gradient(circle,rgba(64,220,197,.22),rgba(64,220,197,0) 69%)}.glow-two{width:500px;height:500px;left:-320px;top:690px;background:radial-gradient(circle,rgba(16,191,167,.12),rgba(16,191,167,0) 70%)}
.section-shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}

.site-header{position:fixed;top:18px;left:50%;transform:translateX(-50%);z-index:100;width:min(1180px,calc(100% - 32px));height:72px;padding:0 14px 0 18px;border:1px solid rgba(198,224,220,.8);border-radius:24px;display:flex;align-items:center;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);box-shadow:0 12px 40px rgba(21,94,86,.07);transition:.25s}.site-header.is-scrolled{top:10px;box-shadow:0 16px 44px rgba(21,94,86,.12)}
.brand{display:inline-flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,var(--teal),var(--teal-deep));box-shadow:0 10px 24px rgba(16,191,167,.25)}.brand-mark img{width:27px;height:auto}.brand-name{font:800 20px/1 Manrope,sans-serif;letter-spacing:-.04em}
.desktop-nav{position:absolute;left:50%;transform:translateX(-50%);display:flex;gap:8px}.desktop-nav a{padding:12px 15px;border-radius:14px;font-size:14px;font-weight:600;color:#557074;transition:.2s}.desktop-nav a:hover{color:var(--teal-dark);background:var(--surface-soft)}
.header-cta{margin-left:auto;background:var(--ink);color:#fff;padding:14px 18px;border-radius:15px;font-weight:700;font-size:14px;display:flex;gap:12px;align-items:center;transition:.2s}.header-cta:hover{background:var(--teal-dark);transform:translateY(-1px)}
.menu-button{display:none;margin-left:auto;width:45px;height:45px;border:0;background:var(--ink);border-radius:14px;position:relative}.menu-button span{position:absolute;left:13px;width:19px;height:2px;background:#fff;border-radius:9px;transition:.25s}.menu-button span:first-child{top:17px}.menu-button span:last-child{top:25px}.menu-button.is-open span:first-child{top:21px;transform:rotate(45deg)}.menu-button.is-open span:last-child{top:21px;transform:rotate(-45deg)}
.mobile-menu{display:none}

.hero{min-height:820px;padding-top:170px;padding-bottom:90px;display:grid;grid-template-columns:1fr 1.02fr;align-items:center;gap:72px}
.eyebrow,.section-kicker{margin:0 0 22px;font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--teal-dark)}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow span{width:9px;height:9px;border-radius:999px;background:var(--teal);box-shadow:0 0 0 6px rgba(16,191,167,.12)}
.hero h1,.section-heading h2,.systems-copy h2,.statement-copy h2,.contact-copy h2{font-family:Manrope,sans-serif;letter-spacing:-.055em;margin:0}.hero h1{max-width:680px;font-size:clamp(52px,5.6vw,78px);line-height:.99}.hero h1 em{font-style:normal;color:var(--teal-dark);position:relative}.hero h1 em:after{content:"";position:absolute;height:12px;border-radius:999px;left:2%;right:0;bottom:2px;background:rgba(54,217,195,.22);z-index:-1;transform:rotate(-1deg)}
.hero-lead{max-width:640px;margin:28px 0 0;font-size:18px;line-height:1.72;color:var(--muted)}.hero-actions{display:flex;gap:12px;margin-top:36px}.button{min-height:54px;padding:0 23px;border-radius:16px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:14px;font-weight:800;font-size:15px;cursor:pointer;transition:.22s}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:linear-gradient(135deg,var(--teal),var(--teal-dark));box-shadow:0 13px 30px rgba(16,191,167,.24)}.button-primary:hover{box-shadow:0 18px 38px rgba(16,191,167,.32)}.button-secondary{background:#fff;border-color:var(--line);color:var(--ink)}.hero-note{display:flex;gap:11px;align-items:center;margin-top:25px;color:#6a7f82;font-size:13px}.hero-note p{margin:0}.status-dot{width:8px;height:8px;border-radius:99px;background:#27cf9e;box-shadow:0 0 0 5px rgba(39,207,158,.13)}

.hero-visual{height:560px;position:relative;display:grid;place-items:center}.visual-orbit{position:absolute;border:1px solid rgba(16,191,167,.18);border-radius:50%}.orbit-a{width:520px;height:520px}.orbit-b{width:390px;height:390px}.dashboard-window{width:min(590px,100%);height:405px;background:#fff;border:1px solid rgba(188,221,216,.9);border-radius:25px;overflow:hidden;box-shadow:0 36px 100px rgba(11,113,99,.19);transform:perspective(1200px) rotateY(-5deg) rotateX(2deg);position:relative;z-index:2}.window-topbar{height:58px;border-bottom:1px solid #e9f2f1;display:flex;align-items:center;padding:0 18px;gap:18px}.window-brand{display:flex;align-items:center;gap:9px;font-size:11px}.window-brand span{width:28px;height:28px;border-radius:9px;background:var(--teal);color:#fff;display:grid;place-items:center;font-weight:800}.window-brand b{font-size:11px}.window-search{height:25px;flex:1;max-width:160px;margin-left:auto;border-radius:8px;background:#f1f6f5}.window-avatar{width:29px;height:29px;border-radius:50%;background:linear-gradient(145deg,#b6f3e8,var(--teal))}.window-body{height:calc(100% - 58px);display:flex}.window-sidebar{width:60px;border-right:1px solid #edf4f3;padding:18px 13px;display:flex;flex-direction:column;gap:12px}.window-sidebar i{width:32px;height:32px;border-radius:9px;background:#eef6f5}.window-sidebar i.active{background:var(--teal)}.window-content{padding:22px;flex:1;background:#fbfdfd}.mock-head{display:flex;justify-content:space-between}.mock-head div span{display:block;width:128px;height:14px;border-radius:6px;background:#153439}.mock-head div small{display:block;width:85px;height:7px;border-radius:5px;background:#cddcda;margin-top:8px}.mock-head button{width:74px;height:28px;border:0;border-radius:9px;background:var(--teal)}.mock-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.mock-stats article{height:66px;border:1px solid #e3efed;background:#fff;border-radius:14px}.mock-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:12px;margin-top:12px}.mock-chart,.mock-list{height:154px;border:1px solid #e3efed;background:#fff;border-radius:14px;padding:15px;position:relative}.mock-chart span,.mock-list span{display:block;width:70px;height:8px;border-radius:4px;background:#cbdad8}.mock-chart i{position:absolute;bottom:18px;width:14%;border-radius:5px 5px 2px 2px;background:linear-gradient(to top,var(--teal),var(--mint))}.mock-chart i:nth-of-type(1){height:33%;left:14%}.mock-chart i:nth-of-type(2){height:52%;left:31%}.mock-chart i:nth-of-type(3){height:45%;left:48%}.mock-chart i:nth-of-type(4){height:68%;left:65%}.mock-chart i:nth-of-type(5){height:80%;left:82%}.mock-list b{display:block;height:16px;border-radius:6px;background:#edf4f3;margin-top:11px}.floating-card{position:absolute;z-index:4;background:rgba(255,255,255,.92);border:1px solid rgba(187,219,215,.86);backdrop-filter:blur(16px);box-shadow:0 20px 45px rgba(12,92,81,.16)}.floating-one{left:-18px;bottom:52px;border-radius:18px;padding:15px 18px;display:flex;align-items:center;gap:12px}.floating-icon{width:35px;height:35px;border-radius:12px;background:var(--teal-soft);color:var(--teal-dark);display:grid;place-items:center;font-weight:900}.floating-one small,.floating-two small{display:block;color:#809194;font-size:10px;margin-bottom:3px}.floating-one strong{font-size:13px}.floating-two{right:-12px;top:70px;border-radius:18px;padding:15px 18px}.floating-two strong{display:block;font:800 27px/1 Manrope;color:var(--teal-dark)}.floating-two span{font-size:10px;color:#7d9093}

.trust-strip{min-height:82px;padding:20px 32px;border:1px solid var(--line);border-radius:22px;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.75);box-shadow:0 12px 34px rgba(15,103,92,.06);color:#536d71;font-size:13px;font-weight:700}.trust-strip i{width:5px;height:5px;border-radius:50%;background:var(--teal)}
.content-section{padding-top:135px;padding-bottom:135px}.section-heading{max-width:790px}.section-heading h2,.systems-copy h2,.statement-copy h2,.contact-copy h2{font-size:clamp(38px,4vw,58px);line-height:1.05}.section-heading>p:last-child{max-width:680px;margin:24px 0 0;font-size:17px;line-height:1.7;color:var(--muted)}
.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:54px}.service-card{position:relative;min-height:315px;padding:32px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden;transition:.25s}.service-card:hover{transform:translateY(-5px);border-color:#a9ded6;box-shadow:var(--shadow)}.service-featured{background:linear-gradient(145deg,#effcf9,#fff)}.service-number{position:absolute;right:27px;top:24px;color:#9bb1ae;font-size:12px;font-weight:800}.service-icon{width:58px;height:58px;border-radius:18px;background:var(--teal-soft);position:relative;margin-bottom:30px}.service-icon span{position:absolute;border-radius:5px;background:var(--teal-dark)}.service-icon span:nth-child(1){width:24px;height:6px;left:17px;top:15px}.service-icon span:nth-child(2){width:16px;height:6px;left:17px;top:26px}.service-icon span:nth-child(3){width:24px;height:6px;left:17px;top:37px}.service-icon.panels span:nth-child(1){width:14px;height:14px;left:13px;top:13px}.service-icon.panels span:nth-child(2){width:14px;height:14px;left:31px;top:13px}.service-icon.panels span:nth-child(3){width:32px;height:14px;left:13px;top:31px}.service-icon.automation span{width:10px;height:10px;border-radius:50%}.service-icon.automation span:nth-child(1){left:13px;top:24px}.service-icon.automation span:nth-child(2){left:35px;top:13px}.service-icon.automation span:nth-child(3){left:35px;top:35px}.service-icon.automation:before,.service-icon.automation:after{content:"";position:absolute;width:17px;height:2px;background:var(--teal-dark);left:21px;transform-origin:left}.service-icon.automation:before{top:26px;transform:rotate(-30deg)}.service-icon.automation:after{top:31px;transform:rotate(30deg)}.service-icon.development span:nth-child(1){width:7px;height:30px;left:16px;top:14px;transform:rotate(35deg)}.service-icon.development span:nth-child(2){width:7px;height:30px;left:35px;top:14px;transform:rotate(-35deg)}.service-icon.development span:nth-child(3){display:none}.service-card h3{margin:0;font:800 24px/1.2 Manrope;letter-spacing:-.035em}.service-card p{max-width:530px;margin:15px 0 0;color:var(--muted);line-height:1.72;font-size:15px}.service-arrow{position:absolute;right:29px;bottom:28px;width:38px;height:38px;border:1px solid var(--line);border-radius:12px;display:grid;place-items:center;color:var(--teal-dark);font-weight:800;transition:.2s}.service-card:hover .service-arrow{background:var(--teal);border-color:var(--teal);color:#fff}

.systems-section{padding-bottom:135px}.systems-card{position:relative;min-height:690px;border-radius:40px;overflow:hidden;padding:76px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;background:linear-gradient(135deg,#0e776d 0%,#0b9f8d 48%,#10bea6 100%);box-shadow:0 30px 90px rgba(11,124,110,.25)}.systems-card:before{content:"";position:absolute;width:700px;height:700px;border:1px solid rgba(255,255,255,.13);border-radius:50%;right:-260px;top:-260px}.systems-card:after{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-120px;top:-110px}.systems-copy{position:relative;z-index:2;color:#fff}.section-kicker.light{color:#bff8ef}.systems-copy h2{max-width:650px}.systems-copy>p:not(.section-kicker){max-width:650px;color:rgba(255,255,255,.79);font-size:17px;line-height:1.72;margin:23px 0 0}.systems-copy ul{list-style:none;padding:0;margin:31px 0;display:grid;gap:15px}.systems-copy li{display:flex;align-items:flex-start;gap:11px;font-size:14px;line-height:1.5;color:rgba(255,255,255,.93)}.systems-copy li span{flex:0 0 23px;width:23px;height:23px;border-radius:8px;background:rgba(255,255,255,.15);display:grid;place-items:center}.button-white{background:#fff;color:var(--teal-deep)}
.systems-visual{height:540px;position:relative;display:grid;place-items:center;z-index:2}.phone-shell{width:260px;height:518px;padding:9px;border:1px solid rgba(255,255,255,.38);border-radius:42px;background:#103f3b;box-shadow:0 35px 60px rgba(3,62,56,.32);transform:rotate(4deg)}.phone-screen{height:100%;border-radius:34px;background:#f8fdfc;overflow:hidden;padding:22px 16px 16px;position:relative}.phone-camera{position:absolute;z-index:3;width:84px;height:23px;border-radius:0 0 15px 15px;background:#103f3b;left:50%;transform:translateX(-50%);top:8px}.phone-header{height:36px;display:flex;align-items:center;justify-content:space-between}.phone-header span{width:31px;height:31px;border-radius:10px;background:var(--teal);color:#fff;display:grid;place-items:center;font-weight:800;font-size:11px}.phone-header i{width:28px;height:28px;border-radius:50%;background:#c8eee7}.phone-welcome{padding:24px 2px 16px}.phone-welcome small{display:block;color:#8aa19f;font-size:10px;margin-bottom:5px}.phone-welcome b{font:800 19px Manrope}.phone-stat{height:98px;padding:16px;background:linear-gradient(135deg,var(--teal),var(--teal-deep));color:#fff;border-radius:22px;display:flex;align-items:center;gap:14px}.phone-stat>span{width:39px;height:39px;border-radius:13px;background:rgba(255,255,255,.2)}.phone-stat small{display:block;font-size:9px;opacity:.75}.phone-stat strong{font:800 26px Manrope}.phone-card-list{display:grid;gap:9px;margin-top:15px}.phone-card-list i{height:58px;border:1px solid #e3efed;background:#fff;border-radius:15px;box-shadow:0 7px 16px rgba(12,78,70,.05)}.phone-nav{position:absolute;bottom:11px;left:12px;right:12px;height:50px;border-radius:17px;background:#fff;box-shadow:0 8px 22px rgba(10,86,77,.12);display:flex;align-items:center;justify-content:space-around}.phone-nav b{width:19px;height:19px;border-radius:7px;background:#d9e9e6}.phone-nav b:first-child{background:var(--teal)}.systems-badge{position:absolute;background:#fff;border-radius:18px;padding:15px 18px;box-shadow:0 18px 40px rgba(2,61,55,.2);color:var(--ink);min-width:125px}.systems-badge small{display:block;color:#819491;font-size:10px;margin-bottom:4px}.systems-badge strong{font:800 16px Manrope}.badge-top{right:-5px;top:84px}.badge-bottom{left:-2px;bottom:78px}

.statement-section{padding:40px 0 130px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.statement-copy{max-width:800px}.statement-copy p:last-child{max-width:680px;margin:22px 0 0;color:var(--muted);font-size:17px;line-height:1.72}.round-link{flex:0 0 96px;width:96px;height:96px;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center;font-size:31px;box-shadow:0 16px 40px rgba(16,191,167,.25);transition:.25s}.round-link:hover{transform:rotate(8deg) scale(1.04);background:var(--teal-dark)}

.contact-section{padding-bottom:70px}.contact-card{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;padding:65px;border:1px solid var(--line);border-radius:38px;background:linear-gradient(145deg,#f2fbf9,#fff 60%);box-shadow:0 24px 70px rgba(15,103,92,.09)}.contact-copy>p:not(.section-kicker){margin:22px 0 0;color:var(--muted);line-height:1.72}.contact-details{display:grid;gap:12px;margin-top:35px}.contact-details a{display:flex;align-items:center;gap:14px;padding:15px;border:1px solid var(--line);border-radius:18px;background:#fff;transition:.2s}.contact-details a:hover{border-color:#a7ddd5;transform:translateX(3px)}.contact-details a>span{width:40px;height:40px;border-radius:13px;background:var(--teal-soft);color:var(--teal-dark);display:grid;place-items:center;font-weight:800}.contact-details small{display:block;color:#8b9d9a;font-size:10px;margin-bottom:4px}.contact-details strong{font-size:14px}.contact-form{padding:30px;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 16px 45px rgba(13,92,81,.08)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{display:block;color:#365459;font-size:12px;font-weight:700;margin-bottom:14px}.contact-form label>span{font-weight:500;color:#8ca09d}.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:8px;border:1px solid #dceae8;border-radius:14px;background:#fbfdfd;color:var(--ink);outline:0;padding:14px 15px;transition:.2s}.contact-form input{height:50px}.contact-form textarea{resize:vertical;min-height:130px}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 4px rgba(16,191,167,.1);background:#fff}.captcha-box{height:62px;border:1px solid #d8e8e5;background:#f8fbfb;border-radius:16px;padding:0 15px;display:flex;align-items:center;gap:12px;cursor:pointer;margin:3px 0 16px;user-select:none}.captcha-check{width:23px;height:23px;border:2px solid #9db3af;border-radius:7px;background:#fff;position:relative}.captcha-box.is-verified .captcha-check{border-color:var(--teal);background:var(--teal)}.captcha-box.is-verified .captcha-check:after{content:"";position:absolute;width:10px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);left:5px;top:6px}.captcha-box strong{font-size:13px}.captcha-refresh{margin-left:auto;color:#8ca19e;font-size:22px}.consent-row{display:flex!important;gap:10px;align-items:flex-start;line-height:1.45!important;font-weight:500!important}.consent-row input{display:block!important;width:18px!important;height:18px!important;flex:0 0 18px;margin:1px 0 0!important;accent-color:var(--teal)}.consent-row span{font-size:11px!important}.form-button{width:100%;border:0}.hp-field{position:absolute!important;left:-99999px!important}.form-status{display:none;margin-bottom:14px;padding:12px 14px;border-radius:12px;font-size:12px;line-height:1.45}.form-status.is-visible{display:block}.form-status.success{background:#e2faf1;color:#126b54}.form-status.error{background:#fff0f0;color:#a63838}

.site-footer{min-height:120px;border-top:1px solid var(--line);display:flex;align-items:center;gap:32px;color:#73878a;font-size:12px}.footer-brand{color:var(--ink)}.site-footer p{margin:0 auto}.site-footer>a:last-child{font-weight:700;color:#597175}.mobile-bottom-bar{display:none}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.is-visible{opacity:1;transform:none}

@media (max-width:1000px){
  .desktop-nav,.header-cta{display:none}.menu-button{display:block}.mobile-menu{position:fixed;top:100px;left:16px;right:16px;z-index:99;padding:12px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.97);box-shadow:0 20px 50px rgba(11,90,80,.15);display:grid;gap:5px;opacity:0;pointer-events:none;transform:translateY(-12px);transition:.22s}.mobile-menu.is-open{opacity:1;pointer-events:auto;transform:none}.mobile-menu a{padding:15px;border-radius:13px;font-weight:700}.mobile-menu a:hover{background:var(--surface-soft)}.mobile-menu-cta{background:var(--teal)!important;color:#fff;text-align:center}
  .hero{grid-template-columns:1fr;padding-top:150px;gap:35px}.hero-copy{text-align:center}.eyebrow,.hero-actions,.hero-note{justify-content:center}.hero h1,.hero-lead{margin-inline:auto}.hero-visual{height:510px}.floating-one{left:4%}.floating-two{right:3%}
  .systems-card{grid-template-columns:1fr;padding:60px}.systems-copy{text-align:center}.systems-copy>p,.systems-copy h2{margin-inline:auto}.systems-copy ul{text-align:left;max-width:650px;margin-inline:auto}.systems-copy .button{margin-inline:auto}.systems-visual{margin-top:25px}
  .contact-card{grid-template-columns:1fr}.contact-copy{text-align:center}.contact-details{max-width:460px;margin-inline:auto}.contact-details a{text-align:left}
}

@media (max-width:700px){
  .section-shell{width:min(100% - 28px,1180px)}.site-header{height:64px;top:10px;border-radius:20px}.brand-mark{width:38px;height:38px}.brand-name{font-size:18px}
  .hero{min-height:auto;padding-top:122px;padding-bottom:65px}.eyebrow{font-size:10px;letter-spacing:.12em}.hero h1{font-size:43px;line-height:1.01;letter-spacing:-.06em}.hero-lead{font-size:16px;line-height:1.65;margin-top:22px}.hero-actions{display:grid}.button{width:100%;min-height:54px}.hero-note{align-items:flex-start;text-align:left;max-width:340px;margin-inline:auto;margin-top:20px}.hero-visual{height:360px;margin-top:8px}.dashboard-window{height:270px;border-radius:18px;transform:none}.window-topbar{height:43px;padding:0 11px}.window-brand b,.window-search{display:none}.window-body{height:calc(100% - 43px)}.window-sidebar{width:44px;padding:11px 8px;gap:7px}.window-sidebar i{width:26px;height:26px}.window-content{padding:14px}.mock-stats{gap:6px;margin-top:13px}.mock-stats article{height:45px}.mock-grid{grid-template-columns:1.3fr .8fr;gap:7px;margin-top:7px}.mock-chart,.mock-list{height:105px;padding:9px}.floating-card{display:none}.orbit-a{width:330px;height:330px}.orbit-b{width:250px;height:250px}
  .trust-strip{overflow:auto;justify-content:flex-start;gap:18px;padding:18px 20px;white-space:nowrap}.trust-strip i{flex:0 0 5px}
  .content-section{padding-top:95px;padding-bottom:95px}.section-heading h2,.systems-copy h2,.statement-copy h2,.contact-copy h2{font-size:36px}.section-heading>p:last-child,.systems-copy>p:not(.section-kicker),.statement-copy p:last-child{font-size:15px}.service-grid{grid-template-columns:1fr;margin-top:38px}.service-card{min-height:285px;padding:25px}.service-card h3{font-size:22px}
  .systems-section{width:100%;padding-bottom:95px}.systems-card{border-radius:0;padding:65px 22px;min-height:auto}.systems-copy h2{font-size:35px}.systems-copy ul{gap:13px}.systems-visual{height:460px}.phone-shell{width:225px;height:448px}.systems-badge{display:none}
  .statement-section{padding:0 0 95px;display:block;text-align:center}.round-link{width:72px;height:72px;margin:27px auto 0;font-size:25px}
  .contact-section{width:100%;padding-bottom:0}.contact-card{border-radius:0;border-left:0;border-right:0;padding:65px 18px;gap:38px}.form-grid{grid-template-columns:1fr}.contact-form{padding:20px;border-radius:22px}.contact-copy h2{font-size:37px}.contact-details a{padding:13px}.site-footer{padding:28px 0 110px;min-height:auto;display:grid;justify-items:center;text-align:center;gap:18px}.site-footer p{margin:0}.mobile-bottom-bar{position:fixed;z-index:90;left:12px;right:12px;bottom:12px;display:block}.mobile-bottom-bar a{height:58px;border-radius:18px;background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:#fff;display:flex;align-items:center;justify-content:center;gap:14px;font-weight:800;box-shadow:0 15px 35px rgba(7,132,117,.3)}
}

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