:root{
  --ink:#07111a;
  --navy:#06101a;
  --paper:#fff;
  --soft:#f7f9fb;
  --muted:#4e6070;
  --line:#e4eaf0;
  --lime:#caff16;
  --blue:#1698ff;
  --deep-blue:#0078d4;
  --max:1400px;
  --shadow:0 14px 38px rgba(7,17,26,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.45}
a{color:inherit}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.container{width:min(var(--max),calc(100% - 64px));margin:auto}
.site-header{position:fixed;left:0;right:0;top:0;z-index:90;background:rgba(4,11,17,.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 8px 30px rgba(0,0,0,.12)}
.header-inner{height:88px;display:flex;align-items:center;gap:38px}
.brand{display:block;margin-right:auto}.brand img{width:320px;max-height:66px;object-fit:contain;object-position:left center}
.main-nav{display:flex;align-items:center;gap:34px;color:#fff;font-weight:750;font-size:.96rem}.main-nav a{text-decoration:none;opacity:.93;position:relative}.main-nav a:not(.header-cta):after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--lime);transform:scaleX(0);transform-origin:left;transition:.2s}.main-nav a:hover:after,.main-nav a.active:after{transform:scaleX(1)}
.header-cta{background:var(--blue);padding:14px 24px;border-radius:10px;display:inline-flex;align-items:center;gap:12px;box-shadow:0 10px 30px rgba(22,152,255,.24)}
.menu-toggle{display:none;margin-left:auto;border:0;background:transparent;padding:10px}.menu-toggle span{display:block;width:26px;height:2px;background:#fff;margin:5px 0}
.hero{background:#071018;color:#fff;overflow:hidden;position:relative}
.hero-grid{min-height:640px;display:grid;grid-template-columns:51.5% 48.5%;position:relative}
.hero-copy{padding:132px 34px 30px 0;position:relative;z-index:3}.hero-copy:after{content:"";position:absolute;right:-185px;top:0;bottom:0;width:340px;background:linear-gradient(90deg,#071018 0%,rgba(7,16,24,.86) 40%,rgba(7,16,24,0) 100%);pointer-events:none}
.eyebrow{display:flex;align-items:center;gap:16px;font-size:.78rem;letter-spacing:.16em;font-weight:900;color:#18334a;text-transform:uppercase}.eyebrow span{width:40px;height:3px;background:var(--blue);display:inline-block;flex:none}.eyebrow.white{color:#fff}.hero h1{font-size:clamp(3.35rem,6vw,5.85rem);line-height:.93;letter-spacing:-.055em;margin:20px 0 22px;max-width:760px}.lime{color:var(--lime)}
.hero-copy>p{font-size:1.18rem;color:#f0f4f7;max-width:680px;margin:0 0 28px;line-height:1.5}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;border-radius:10px;padding:14px 24px;font-weight:850;border:0;cursor:pointer}.lime-btn{background:var(--lime);color:#061018;box-shadow:0 10px 28px rgba(202,255,22,.13)}.outline-btn{border:1px solid rgba(255,255,255,.72);color:#fff;background:rgba(3,10,16,.35)}
.hero-icons{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;max-width:650px;padding-top:6px}.hero-icon{text-decoration:none;display:flex;flex-direction:column;gap:8px;color:#fff;font-size:.82rem;font-weight:800;line-height:1.12}.hero-icon svg{width:34px;height:34px;color:var(--lime);stroke-width:1.9}.hero-icon:hover{color:var(--lime)}
.hero-image-panel{margin-right:calc((100vw - min(var(--max),calc(100vw - 64px)))/-2);min-height:640px;position:relative;overflow:hidden;background:#071018}.hero-image-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,16,24,.58) 0%,rgba(7,16,24,.12) 15%,rgba(7,16,24,0) 32%);pointer-events:none}.hero-image-panel img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center center}
.section{padding:48px 0}.section h2{font-size:clamp(2.25rem,4.4vw,3.8rem);line-height:1;letter-spacing:-.045em;margin:12px 0 0}.section-heading-row{display:flex;justify-content:space-between;gap:44px;align-items:flex-end}.section-heading-row>p{margin:0 0 4px;color:#40556a;font-size:1.06rem;max-width:520px}
.services-section{padding-top:34px;padding-bottom:42px}.services-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:26px}.service-card{min-height:282px;border-radius:10px;padding:21px 18px 18px;display:flex;flex-direction:column;border:1px solid rgba(13,43,67,.05)}.service-1{background:linear-gradient(180deg,#eff8ff,#f9fcff)}.service-2{background:linear-gradient(180deg,#f0faef,#fbfefb)}.service-3{background:linear-gradient(180deg,#fff7e9,#fffdfa)}.service-4{background:linear-gradient(180deg,#f4f1ff,#fcfbff)}.service-5{background:linear-gradient(180deg,#eef8ff,#fbfdff)}.service-6{background:linear-gradient(180deg,#fff0ef,#fffbfb)}
.service-card-icon{height:48px;display:flex;align-items:center}.service-card-icon svg{width:40px;height:40px;stroke-width:2}.service-1 .service-card-icon{color:#0879d8}.service-2 .service-card-icon{color:#2c8a28}.service-3 .service-card-icon{color:#ef9e00}.service-4 .service-card-icon{color:#5631bd}.service-5 .service-card-icon{color:#0b75d1}.service-6 .service-card-icon{color:#bd1111}
.service-card h3{font-size:1.17rem;line-height:1.08;margin:8px 0 10px}.service-card p{font-size:.94rem;color:#314a61;line-height:1.45;margin:0 0 16px}.service-card a{margin-top:auto;color:#085bb5;font-size:.88rem;font-weight:850;text-decoration:none;display:flex;align-items:center;justify-content:space-between}.service-card a span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(15,117,208,.09)}
.why-section{background:linear-gradient(90deg,#fff,#f5f8fb)}.why-grid{display:grid;grid-template-columns:40% 60%;gap:36px;align-items:center}.why-copy{padding-right:8px}.why-copy p{color:#30475d;font-size:1rem;margin:14px 0 0;max-width:610px}.strength-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.strength{text-align:center;padding:20px 12px}.strength svg{width:44px;height:44px;margin:0 auto 10px;color:#071d30;stroke-width:1.7}.strength h3{font-size:1rem;line-height:1.07;margin:0 0 9px}.strength p{font-size:.83rem;color:#506276;margin:0;line-height:1.4}
.products-section{padding-top:42px;padding-bottom:36px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}.product-card{border:1px solid var(--line);border-radius:10px;background:#fff;display:grid;grid-template-columns:96px 1fr;gap:14px;padding:10px;min-height:146px}.product-thumb{border-radius:7px;overflow:hidden;background:#e8eef3;align-self:stretch}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-copy{display:flex;flex-direction:column}.product-copy h3{font-size:1.02rem;line-height:1.03;margin:6px 0 8px}.product-copy p{font-size:.78rem;color:#41566a;line-height:1.35;margin:0 0 10px}.mini-btn{margin-top:auto;align-self:flex-start;background:var(--lime);color:#08120b;text-decoration:none;font-size:.76rem;font-weight:850;border-radius:7px;padding:8px 13px;display:inline-flex;gap:10px;align-items:center}
.audience-section{padding-top:18px;padding-bottom:24px}.audience-heading h2{font-size:2.35rem}.audience-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:10px;margin-top:18px}.audience-card{border:1px solid #dfe8ef;border-radius:9px;padding:14px 7px;text-align:center;background:#fff;font-size:.77rem;font-weight:800;display:flex;flex-direction:column;align-items:center;gap:8px}.audience-card svg{width:34px;height:34px;color:#0874cf;stroke-width:1.9}
.contact-strip{position:relative;color:#fff;background:#0a3761 url('../img/cta-mountains.jpg') center/cover no-repeat;overflow:hidden}.contact-strip:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,37,66,.95),rgba(6,49,85,.78),rgba(4,28,50,.88))}.contact-strip-grid{position:relative;z-index:2;display:grid;grid-template-columns:42% 46% 12%;gap:18px;align-items:center;min-height:190px}.contact-pitch h2{font-size:2.35rem;line-height:1;margin:0 0 12px}.contact-pitch p{font-size:.93rem;margin:0 0 16px;max-width:470px}.contact-pitch .btn{padding:12px 24px}.contact-options{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.contact-option{text-decoration:none;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}.contact-option svg{width:36px;height:36px;margin-bottom:5px}.contact-option strong{font-size:.88rem}.contact-option span{font-size:.76rem;opacity:.92}.contact-script{align-self:end;padding-bottom:28px;font-family:"Segoe Print","Bradley Hand",cursive;font-size:1.15rem;line-height:1.35;transform:rotate(-4deg);text-align:center}.contact-script b{display:inline-block;border-bottom:4px solid var(--lime);padding-bottom:2px;font-weight:500}
.site-footer{background:#050b10;color:#fff;padding:24px 0 14px}.footer-row{display:grid;grid-template-columns:1fr auto 1fr;gap:34px;align-items:center}.footer-logo img{width:250px}.footer-nav{display:flex;align-items:center;gap:14px;font-size:.78rem}.footer-nav a{text-decoration:none;color:#e8eef2}.footer-nav span{opacity:.45}.social-links{justify-self:end;display:flex;gap:14px}.social-links a,.social-placeholder{width:30px;height:30px;border-radius:4px;background:#fff;color:#061018;display:grid;place-items:center;font-weight:900;text-decoration:none}.social-placeholder{opacity:.9}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:16px;padding-top:12px;display:flex;justify-content:space-between;gap:20px;color:#c1cbd2;font-size:.68rem;letter-spacing:.08em}.footer-bottom span:last-child{text-align:right}
.contact-modal{position:fixed;inset:0;z-index:120;display:none;padding:14px;overflow:hidden;align-items:center;justify-content:center}.contact-modal.open{display:flex}.modal-backdrop{position:absolute;inset:0;background:rgba(2,8,13,.76);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.modal-card{position:relative;z-index:1;width:min(720px,100%);max-height:min(860px,calc(var(--modal-vh,100dvh) - 28px));overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;margin:auto;background:#fff;border-radius:18px;padding:30px 30px max(30px,env(safe-area-inset-bottom));box-shadow:0 30px 90px rgba(0,0,0,.35)}.modal-card h2{font-size:2.2rem;line-height:1.02;margin:12px 0}.modal-card>p{color:#4b6074}.modal-close{position:sticky;float:right;right:0;top:0;margin:-10px -8px -30px 0;z-index:5;border:0;background:#fff;border-radius:50%;width:40px;height:40px;line-height:1;font-size:2rem;cursor:pointer;color:#34485a;box-shadow:0 4px 14px rgba(0,0,0,.08)}.modal-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}.modal-form-grid label{display:flex;flex-direction:column;gap:6px;font-weight:750;font-size:.86rem}.modal-form-grid input,.modal-form-grid select,.modal-form-grid textarea{border:1px solid #d7e0e7;border-radius:9px;padding:11px 12px;outline:none;background:#fff}.modal-form-grid textarea{min-height:120px;resize:vertical}.modal-form-grid .full{grid-column:1/-1}.modal-form-grid .full:last-child{padding-bottom:2px}.honeypot{position:absolute!important;left:-9999px!important}.notice{padding:11px 13px;border-radius:8px}.notice.error{background:#fff0f0;color:#8a1616}.toast{position:fixed;right:22px;bottom:22px;background:#07111a;color:#fff;padding:14px 18px;border-left:5px solid var(--lime);border-radius:8px;z-index:130;display:none}.toast.show{display:block}
/* detail pages */
.detail-hero{padding:150px 0 70px;background:#071018;color:#fff}.detail-hero .back{color:#d6e0e7;text-decoration:none}.detail-hero h1{font-size:clamp(2.8rem,5vw,5rem);line-height:.95;letter-spacing:-.05em;margin:22px 0}.detail-hero p{max-width:760px;font-size:1.12rem;color:#d5dfe6}.detail-icon{width:70px;height:70px;background:var(--lime);color:#071018;border-radius:16px;display:grid;place-items:center}.detail-icon svg{width:38px;height:38px}.detail-content{display:grid;grid-template-columns:1.15fr .85fr;gap:48px}.detail-content p{color:#496074}.bullet-list{list-style:none;padding:0}.bullet-list li{border-bottom:1px solid #e4e9ee;padding:10px 0;display:flex;gap:10px}.bullet-list svg{width:20px;color:#5d8000}.side-cta{background:#f5f8fa;border:1px solid #e0e8ee;border-radius:14px;padding:22px;position:sticky;top:24px}.product-detail-image{border-radius:14px;overflow:hidden;border:1px solid var(--line)}
@media (max-width:1180px){
  .container{width:min(var(--max),calc(100% - 40px))}.brand img{width:270px}.main-nav{gap:20px}.hero-grid{grid-template-columns:54% 46%}.hero-copy{padding-right:16px}.hero h1{font-size:4.3rem}.services-grid{grid-template-columns:repeat(3,1fr)}.service-card{min-height:250px}.why-grid{grid-template-columns:1fr}.strength-grid{grid-template-columns:repeat(5,1fr)}.products-grid{grid-template-columns:repeat(2,1fr)}.contact-strip-grid{grid-template-columns:36% 64%}.contact-script{display:none}.footer-row{grid-template-columns:1fr auto}.social-links{display:none}}
@media (max-width:860px){
  html{scroll-padding-top:78px}.header-inner{height:72px}.brand img{width:215px;max-height:52px}.menu-toggle{display:block}.main-nav{display:none;position:fixed;top:72px;left:12px;right:12px;max-height:calc(100dvh - 84px);overflow-y:auto;background:rgba(7,16,24,.985);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 55px rgba(0,0,0,.32);border-radius:12px;padding:14px;flex-direction:column;align-items:stretch;gap:6px}.main-nav.open{display:flex}.main-nav a{padding:10px 9px}.main-nav a:after{display:none}.header-cta{justify-content:center;margin-top:3px}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:108px 0 30px}.hero-copy:after{display:none}.hero h1{font-size:clamp(3rem,10vw,4.8rem)}.hero-image-panel{margin:0 -20px;min-height:500px}.hero-image-panel img{object-position:center top}.hero-image-panel:after{background:linear-gradient(180deg,rgba(7,16,24,.18),rgba(7,16,24,0) 24%)}.section-heading-row{display:block}.section-heading-row>p{margin-top:14px}.services-grid{grid-template-columns:repeat(2,1fr)}.strength-grid{grid-template-columns:repeat(2,1fr)}.audience-grid{grid-template-columns:repeat(4,1fr)}.contact-strip-grid{grid-template-columns:1fr}.contact-pitch{padding-top:30px}.contact-options{padding-bottom:28px}.footer-row{grid-template-columns:1fr}.footer-nav{flex-wrap:wrap}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:7px}.footer-bottom span:last-child{text-align:left}.detail-content{grid-template-columns:1fr}.side-cta{position:static;top:auto}}
@media (max-width:560px){
  .container{width:calc(100% - 28px)}.header-inner{height:68px}.brand img{width:198px}.main-nav{top:68px;max-height:calc(100dvh - 80px)}.hero-copy{padding-top:94px}.hero h1{font-size:clamp(2.75rem,12.4vw,3.35rem)}.hero-copy>p{font-size:1rem}.hero-buttons .btn{width:100%}.hero-icons{grid-template-columns:repeat(2,1fr);gap:18px 24px}.hero-image-panel{min-height:390px;margin:0 -14px}.hero-image-panel img{object-position:center top}.section{padding:38px 0}.section h2{font-size:2.3rem}.services-grid,.products-grid{grid-template-columns:1fr}.service-card{min-height:220px}.strength-grid{grid-template-columns:1fr 1fr}.strength:last-child{grid-column:1/-1}.product-card{grid-template-columns:92px 1fr}.audience-grid{grid-template-columns:repeat(2,1fr)}.contact-options{grid-template-columns:repeat(2,1fr)}.contact-strip-grid{min-height:auto}.contact-pitch h2{font-size:2rem}.contact-modal{padding:8px;align-items:flex-start;overflow-y:auto}.modal-card{width:100%;max-height:calc(var(--modal-vh,100dvh) - 16px);margin:0 auto;border-radius:14px;padding:20px 16px max(24px,env(safe-area-inset-bottom))}.modal-card h2{font-size:1.75rem;padding-right:36px}.modal-card>p{font-size:.91rem;margin-top:8px}.modal-close{width:38px;height:38px;margin:-8px -4px -28px 0}.modal-form-grid{grid-template-columns:1fr;gap:11px;margin-top:14px}.modal-form-grid .full{grid-column:auto}.modal-form-grid textarea{min-height:92px}.modal-form-grid .full:last-child{position:sticky;bottom:0;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 18%,#fff 100%);padding-top:14px;padding-bottom:max(2px,env(safe-area-inset-bottom));z-index:4}.modal-form-grid .full:last-child .btn{width:100%}.desktop-only{display:none}}
.status-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:16px 0}.badge{display:inline-block;padding:6px 10px;border-radius:999px;background:#edf3f7;font-size:.76rem;font-weight:850}.badge.live{background:#eaffb3;color:#365600}.badge.soon{background:#e8f5ff;color:#0067af}.price{font-size:1.2rem;font-weight:900}.product-detail-image img{width:100%;height:auto}.section .text-link{color:#0876d2;font-weight:850;text-decoration:none}.section .btn.primary{background:var(--lime);color:var(--ink)}
