:root{--bg:#f7f8f4;--surface:#fff;--ink:#111;--muted:#5f665f;--soft:#eef1eb;--line:#1111111a;--line-strong:#11111129;--green:#0f5c43;--green-bright:#62b948;--radius-lg:34px;--radius-md:22px;--shadow-subtle:0 24px 80px #1111110f;--ease-premium:cubic-bezier(.22, 1, .36, 1);--hero-parallax:0px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{color:var(--ink);background:var(--bg);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}body,button,input,textarea{letter-spacing:0}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid var(--green-bright);outline-offset:5px}img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;max-width:100%;height:auto}.navbar{z-index:50;width:100vw;max-width:100vw;height:82px;transition:height .22s var(--ease-premium), background .22s var(--ease-premium), border-color .22s var(--ease-premium), box-shadow .22s var(--ease-premium), backdrop-filter .22s var(--ease-premium);background:#f7f8f400;border-bottom:1px solid #0000;grid-template-columns:auto 1fr auto auto;align-items:center;gap:20px;padding:0 clamp(22px,5vw,72px);display:grid;position:fixed;inset:0 auto auto 0}.navbar--scrolled{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border-color:#11111112;height:72px;box-shadow:0 8px 28px #1111110b}.brand{justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.brand img{object-fit:contain;width:48px;height:48px}.nav-links{color:#111111b8;justify-content:center;font-size:13px;font-weight:600;display:flex}.mobile-menu-links{align-items:center;gap:clamp(18px,1.85vw,29px);display:flex}.nav-links a,.footer-links a,.footer-contact a{align-items:center;min-height:40px;transition:color .18s;display:inline-flex}.nav-links a:hover,.footer-links a:hover,.footer-contact a:hover{color:var(--green)}.language-switcher{color:#1111118a;align-items:center;gap:0;font-size:12px;font-weight:700;display:inline-flex}.language-switcher a{justify-content:center;align-items:center;min-width:40px;min-height:40px;transition:color .18s;display:inline-flex}.language-switcher a+a:before{content:"|";color:#11111142;margin-right:10px}.language-switcher a:hover,.language-switcher a.is-active{color:var(--green)}.platform-button,.button{min-height:46px;transition:transform .3s var(--ease-premium), background .3s var(--ease-premium), color .3s var(--ease-premium), border-color .3s var(--ease-premium), box-shadow .3s var(--ease-premium);will-change:transform;border-radius:999px;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:inline-flex}.platform-button{color:var(--surface);background:var(--ink);padding:0 19px}.nav-links-platform,.nav-overlay,.mobile-menu-header,.mobile-menu-footer{display:none}.menu-toggle{border:1px solid var(--line-strong);width:44px;height:44px;color:var(--ink);cursor:pointer;background:#ffffffb8;border-radius:999px;place-items:center;gap:5px;display:none}.menu-toggle span{width:16px;height:1.5px;transition:transform .22s var(--ease-premium);background:currentColor;display:block}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3px)rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3px)rotate(-45deg)}.button{cursor:pointer;font:inherit;border:0;padding:0 22px}.platform-button:hover,.button:hover{transform:translateY(-2px)scale(1.015);box-shadow:0 12px 28px #11111114}.platform-button:active,.button:active{transform:translateY(0)}.button--primary{color:var(--surface);background:var(--green)}.button--secondary{color:var(--ink);border:1px solid var(--line-strong);background:0 0}.hero{background:var(--surface);grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);align-items:center;gap:clamp(36px,5vw,84px);min-height:clamp(660px,84svh,860px);padding:clamp(58px,8vw,88px) clamp(22px,5vw,72px) clamp(36px,5vw,58px);display:grid;overflow:hidden}.hero-copy,.hero-media{z-index:1;min-width:0;position:relative}.eyebrow{color:var(--green);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:11px;font-weight:700}.hero h1,.section-heading h2,.about h2{letter-spacing:0;margin:0;font-weight:600}.hero h1{overflow-wrap:normal;max-width:820px;margin-top:22px;font-size:clamp(56px,6.2vw,112px);line-height:.96}.hero h1 span{color:var(--green);display:block}.hero-lead{max-width:690px;color:var(--muted);margin:30px 0 0;font-size:clamp(18px,1.55vw,22px);line-height:1.7}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.hero-media{aspect-ratio:3/4;border-radius:var(--radius-lg);background:var(--soft);width:100%;min-height:0;max-height:min(760px,100svh - 150px);box-shadow:var(--shadow-subtle);transform:translateY(var(--hero-parallax));animation:hero-photo-in .82s var(--ease-premium) .18s both;will-change:transform;margin:0;position:relative;overflow:hidden}.hero-media img{object-fit:cover;object-position:52% 42%}.hero-bird-composition{aspect-ratio:1;max-height:min(760px,100svh - 150px);box-shadow:none;--bird-x:0px;--bird-y:0px;background:0 0;border-radius:0;overflow:visible}.hero-bird-composition:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#62b9480e,#62b94800 62%);border-radius:999px;position:absolute;inset:18% 12% 16% 18%}.hero-bird-stage{transform:translate3d(var(--bird-x), var(--bird-y), 0);transition:transform .42s var(--ease-premium);will-change:transform;position:absolute;inset:0}.hero-bird-layer{animation:hero-bird-fade .82s var(--ease-premium) both;justify-content:center;align-items:center;display:flex;position:absolute}.hero-bird-layer:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(#11111114,#1110 74%);border-radius:999px;width:42%;height:6%;position:absolute;bottom:2%;left:50%;transform:translate(-50%)}.hero-bird-layer img{object-fit:contain;object-position:center;filter:drop-shadow(0 22px 28px #11111124);width:100%;height:100%}.hero-bird-layer--solo{z-index:1;animation-delay:.12s;inset:11% 2% 11% 3%;transform:translateY(-4px)scale(1.05)}.hero-eyebrow,.hero-title,.hero-description,.hero-buttons{animation:hero-copy-in .72s var(--ease-premium) both}.hero-title{animation-delay:90ms}.hero-description{animation-delay:.18s}.hero-buttons{animation-delay:.27s}.section{padding:clamp(28px,3.2vw,42px) clamp(22px,5vw,72px) clamp(56px,6.5vw,92px)}.section--white{background:var(--surface)}.technologies{background:var(--bg)}.section-heading{grid-template-columns:minmax(180px,.34fr) minmax(0,1fr);align-items:start;gap:clamp(18px,4.5vw,72px);display:grid}.section-heading--single{max-width:1060px}.section-heading h2{max-width:1030px;font-size:clamp(42px,6vw,92px);line-height:1.02}.section-heading p:not(.eyebrow){max-width:650px;color:var(--muted);margin:20px 0 0;font-size:clamp(17px,1.45vw,20px);line-height:1.78}.browser-frame{background:#f3f4f0;border:1px solid #1111111c;border-radius:28px;margin-top:clamp(30px,4.5vw,56px);overflow:hidden;box-shadow:0 28px 90px #11111114}.browser-bar{border-bottom:1px solid var(--line);background:#ffffffbd;align-items:center;gap:8px;height:48px;padding:0 18px;display:flex}.browser-bar span{background:#c6ccc5;border-radius:50%;width:9px;height:9px}.browser-bar p{color:var(--muted);margin:0 0 0 10px;font-size:12px;font-weight:500}.platform-shot-crop{aspect-ratio:1536/756;background:#f3f4f0;overflow:hidden}.platform-shot-crop img{width:100%;height:auto;display:block;transform:translateY(-7.13%)}.platform-device-mockup{aspect-ratio:16/8.9;isolation:isolate;margin-top:clamp(22px,3.5vw,42px);padding:clamp(24px,4vw,52px) clamp(10px,3vw,42px);position:relative}.platform-device-mockup:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(#0f5c430e,#0f5c4300 64%);border-radius:999px;position:absolute;inset:10% 8% 6%}.platform-device{transition:transform .3s var(--ease-premium), box-shadow .3s var(--ease-premium);will-change:transform;background:#fff;position:absolute;overflow:hidden;box-shadow:0 30px 72px #1111111c,0 2px 8px #1111110a}.platform-device:hover{transform:translateY(-3px);box-shadow:0 36px 86px #11111124,0 4px 14px #1111110f}.platform-device-screen{background:#f5f6f3;width:100%;height:100%;position:relative;inset:0;overflow:hidden}.platform-device-screen img{object-fit:cover;width:100%;height:100%}.platform-device--macbook{aspect-ratio:16/9.55;width:85%;box-shadow:none;z-index:2;background:0 0;bottom:9.5%;left:50%;overflow:visible;transform:translate(-50%)}.platform-device--macbook:hover{box-shadow:none;transform:translate(-50%,-3px)}.platform-device-lid{background:#151716;border:10px solid #151716;border-bottom-width:14px;border-radius:20px 20px 14px 14px;position:absolute;inset:0 5.5% 17%;overflow:hidden;box-shadow:0 30px 68px #1111111c}.platform-device-lid .platform-device-screen{border-radius:9px;width:auto;height:auto;position:absolute;inset:0}.platform-desktop-crop{background:#f5f6f3;position:absolute;inset:0;overflow:hidden}.platform-desktop-crop img{object-fit:cover;object-position:center top;width:100%;height:108%;transform:translateY(-7.2%)}.platform-device-base{background:linear-gradient(#f8f9f7 0%,#e5e8e2 48%,#cfd3cb 100%);border-radius:3px 3px 24px 24px;height:7.8%;position:absolute;bottom:0;left:0;right:0;box-shadow:0 20px 42px #11111121}.platform-device-base:after{content:"";background:#11111114;border-radius:0 0 12px 12px;width:16%;height:18%;position:absolute;top:0;left:42%}.platform-device-keyboard{background:linear-gradient(#f8f9f7,#e4e7e0);border-radius:0 0 18px 18px;height:11%;position:absolute;bottom:6.2%;left:8%;right:8%;box-shadow:inset 0 1px #ffffffe6}.platform-device-keyboard span{background:#11111114;border-radius:0 0 10px 10px;width:24%;height:42%;position:absolute;top:18%;left:38%}.platform-device--iphone{aspect-ratio:9/19.5;z-index:3;border:7px solid #111;border-radius:30px;width:12.8%;bottom:5%;right:7%;transform:none}.platform-device--iphone:hover{transform:translateY(-3px)}.platform-device--iphone .platform-device-screen{border-radius:24px;position:relative}.platform-device--iphone .platform-device-screen img{object-position:50% 50%}.platform-phone-notch{z-index:2;background:#111;border-radius:999px;width:34%;height:14px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.platform-cards,.applications-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.feature-card,.application-block,.technology-block{border:1px solid var(--line);background:var(--surface);transition:transform .3s var(--ease-premium), border-color .3s var(--ease-premium), background .3s var(--ease-premium), box-shadow .3s var(--ease-premium)}.feature-card:hover,.application-block:hover,.technology-block:hover{border-color:#0f5c4338;transform:translateY(-6px);box-shadow:0 18px 46px #11111112}.feature-card{border-radius:var(--radius-md);min-height:210px;padding:28px}.line-icon{border:1px solid #0f5c4338;border-radius:50%;width:42px;height:42px;margin-bottom:42px;position:relative}.line-icon span,.line-icon:before,.line-icon:after{content:"";border-color:var(--green);position:absolute}.line-icon--tracking span{border:1px solid var(--green);border-radius:50%;inset:10px}.line-icon--tracking:before{background:var(--green-bright);border-radius:50%;width:6px;height:6px;top:17px;left:17px}.line-icon--history span{border:1px solid var(--green);border-radius:50%;width:22px;height:22px;top:9px;left:9px}.line-icon--history:before{background:var(--green);transform-origin:0;width:9px;height:1px;top:20px;left:20px;transform:rotate(-90deg)}.line-icon--history:after{background:var(--green);transform-origin:0;width:8px;height:1px;top:20px;left:20px;transform:rotate(25deg)}.line-icon--alerts span{border:1px solid var(--green);border-radius:10px 10px 6px 6px;width:16px;height:16px;top:9px;left:12px}.line-icon--alerts:before{background:var(--green);width:24px;height:1px;top:27px;left:8px}.line-icon--alerts:after{background:var(--green-bright);border-radius:50%;width:4px;height:4px;top:31px;left:18px}.line-icon--environment span{border:1px solid var(--green);border-radius:999px;width:12px;height:22px;top:7px;left:14px}.line-icon--environment:before{background:var(--green-bright);border-radius:50%;width:10px;height:10px;top:23px;left:15px}.line-icon--environment:after{background:var(--green);width:1px;height:13px;top:12px;left:20px}.line-icon--gis span{border:1px solid var(--green);border-radius:4px;width:22px;height:16px;top:13px;left:9px}.line-icon--gis:before{border:1px solid var(--green);background:#fff;border-radius:3px;width:12px;height:8px;top:8px;left:14px}.line-icon--gis:after{border:1px solid var(--green);background:#fff;border-radius:3px;width:12px;height:8px;top:25px;left:14px}.line-icon--reports span{border:1px solid var(--green);border-radius:4px;width:18px;height:22px;top:8px;left:11px}.line-icon--reports:before{background:var(--green);width:9px;height:1px;box-shadow:0 5px 0 var(--green), 0 10px 0 var(--green);top:16px;left:16px}.line-icon--reports:after{border-right:1px solid var(--green);border-bottom:1px solid var(--green);width:7px;height:7px;bottom:8px;right:9px;transform:rotate(45deg)}.feature-card h3,.technology-block h3,.application-block h3{margin:0;font-size:24px;font-weight:600}.feature-card p,.technology-block p,.application-block p{color:var(--muted);margin:13px 0 0;font-size:15px;line-height:1.7}.technology-list{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));margin-top:clamp(32px,4.5vw,58px);display:grid}.technology-block{background:#ffffff70;border-width:0 1px 1px 0;flex-direction:column;justify-content:space-between;min-height:390px;padding:30px;display:flex}.technology-block span,.application-block span{color:var(--green);font-size:12px;font-weight:700}.technology-copy{grid-template-rows:52px 1fr;align-items:start;min-height:178px;display:grid}.technology-block h3{font-size:34px}.applications-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:clamp(30px,4vw,48px)}.trackers-section{background:var(--surface)}.tracker-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:16px;margin-top:clamp(30px,3.5vw,42px);display:grid}.tracker-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);transition:transform .3s var(--ease-premium), border-color .3s var(--ease-premium), box-shadow .3s var(--ease-premium);flex-direction:column;display:flex;box-shadow:0 14px 42px #11111109}.tracker-card:hover{border-color:#0f5c4338;transform:translateY(-6px);box-shadow:0 24px 58px #11111114}.tracker-photo-slot,.product-gallery div{border-bottom:1px solid var(--line);background:#f3f4ef;position:relative;overflow:hidden}.tracker-photo-slot{border-radius:var(--radius-md) var(--radius-md) 0 0;background:#fff;justify-content:center;align-items:center;height:360px;margin:0;padding:0;display:flex}.product-gallery div:after{content:"";border:1px dashed #0f5c4338;border-radius:16px;position:absolute;inset:18px}.tracker-image-crop,.tracker-image-frame{background:#fff;margin:0;padding:0;position:absolute;inset:0;overflow:hidden}.tracker-image-frame img{object-fit:contain;object-position:center;background:#fff;width:100%;height:100%;margin:0;padding:0}.tracker-placeholder{color:var(--green);text-align:center;background:#f7f8f4;border:0 dashed #0f5c4333;border-top-width:1px;place-content:center;gap:8px;display:grid;position:absolute;inset:0}.tracker-placeholder strong{font-size:22px;font-weight:600}.tracker-placeholder span{color:var(--muted);font-size:13px;font-weight:600}.tracker-card-body{flex-direction:column;flex:1;padding:24px;display:flex}.tracker-card h3{margin:18px 0 0;font-size:25px;font-weight:600}.tracker-card-body>span{color:var(--muted);font-size:12px;font-weight:700}.tracker-card p{color:var(--muted);margin:0;padding-top:14px;font-size:15px;line-height:1.7}.tracker-card .button{width:100%;margin-top:auto}.product-spec-grid{margin:0}.product-spec-grid div{gap:5px;display:grid}.product-spec-grid dt{color:var(--muted);font-size:12px;font-weight:600}.product-spec-grid dd{color:var(--ink);margin:0;font-size:14px;line-height:1.55}.comparison-section{background:var(--bg)}.comparison-table-wrap{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);margin-top:clamp(26px,3.5vw,40px);overflow-x:auto;box-shadow:0 18px 52px #1111110b}.comparison-table{border-collapse:collapse;width:100%;min-width:1120px}.comparison-table caption{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.comparison-table th,.comparison-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:18px 20px;font-size:14px;line-height:1.55}.comparison-table thead th{z-index:1;color:var(--muted);box-shadow:inset 0 -1px 0 var(--line);background:#f9faf6;font-size:12px;font-weight:700;position:sticky;top:0}.comparison-table tbody th{color:var(--ink);font-weight:600}.comparison-table tbody tr{transition:background .18s}.comparison-table tbody tr:hover{background:#f7f8f4db}.comparison-table tbody th{color:var(--green)}.comparison-table tr:last-child th,.comparison-table tr:last-child td{border-bottom:0}.consumption-badge{width:fit-content;min-width:82px;min-height:32px;color:var(--green);white-space:nowrap;background:#62b94821;border-radius:999px;justify-content:center;align-items:center;padding:8px 14px;font-weight:600;line-height:1;display:inline-flex}.application-block{border-radius:var(--radius-md);background:linear-gradient(#fff 0%,#f8faf5 100%);flex-direction:column;min-height:240px;padding:28px;display:flex}.about{background:var(--bg);padding:clamp(30px,3.4vw,48px) clamp(22px,5vw,72px) clamp(58px,7vw,104px)}.about-inner{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);max-width:1180px;margin:0 auto;padding:clamp(34px,5vw,58px)}.about h2{max-width:980px;margin-top:14px;font-size:clamp(44px,6vw,96px);line-height:1.02}.about p{max-width:760px;color:var(--muted);margin:20px 0 0;font-size:clamp(17px,1.45vw,20px);line-height:1.8}.about ul{flex-wrap:wrap;gap:10px;margin:30px 0 0;padding:0;list-style:none;display:flex}.about li{border:1px solid var(--line);color:var(--green);background:#fbfcf8;border-radius:999px;padding:11px 15px;font-size:13px;font-weight:600}.footer{border-top:1px solid var(--line);background:#fff;grid-template-columns:minmax(220px,1fr) minmax(150px,.55fr) minmax(180px,.65fr);align-items:start;gap:clamp(24px,3vw,42px);padding:28px clamp(22px,5vw,72px) 34px;display:grid}.footer-brand img{object-fit:contain;width:52px;height:52px}.footer-brand p{max-width:280px;color:var(--muted);margin:10px 0 0;font-size:14px;line-height:1.55}.footer-copyright{white-space:pre-line}.footer-column h2,.footer-social h3{color:var(--ink);margin:0 0 8px;font-size:13px;font-weight:700}.footer-links,.footer-contact{color:#111111a8;flex-direction:column;gap:8px;font-size:14px;font-weight:500;display:flex}.footer-contact{text-align:left;align-items:flex-start}.footer-links a,.footer-contact a{width:fit-content;min-height:24px}.footer-social{margin-top:8px}.footer-social p{color:var(--ink);margin:0}.legal-page{background:var(--bg);padding:132px clamp(22px,5vw,72px) 0}.legal-document{max-width:860px;margin:0 auto;padding-bottom:clamp(72px,8vw,118px)}.legal-hero{border-bottom:1px solid var(--line);padding-bottom:clamp(42px,6vw,72px)}.legal-hero h1{max-width:820px;margin:20px 0 0;font-size:clamp(46px,6vw,86px);font-weight:600;line-height:1.02}.legal-hero p:not(.eyebrow){color:var(--muted);margin:22px 0 0;font-size:15px;line-height:1.7}.legal-content{gap:clamp(34px,5vw,54px);padding-top:clamp(42px,6vw,72px);display:grid}.legal-section{gap:14px;display:grid}.legal-section h2{margin:0;font-size:clamp(24px,2.4vw,34px);font-weight:600;line-height:1.18}.legal-section p{color:var(--muted);margin:0;font-size:16px;line-height:1.85}@media (max-width:900px){.footer{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 32px}}.product-page{padding:124px clamp(22px,5vw,72px) 0}.product-hero{max-width:1060px;padding:clamp(56px,7vw,96px) 0 clamp(46px,6vw,78px)}.product-hero h1{margin:20px 0 24px;font-size:clamp(56px,8vw,116px);font-weight:600;line-height:.98}.product-hero p{max-width:660px;color:var(--muted);margin:0 0 32px;font-size:clamp(18px,1.5vw,21px);line-height:1.7}.product-section{border-top:1px solid var(--line);padding:clamp(46px,6vw,78px) 0}.product-section-heading{max-width:720px}.product-section h2{margin:0;font-size:clamp(30px,3vw,46px);font-weight:600;line-height:1.1}.product-section p{color:var(--muted);margin:14px 0 0;font-size:16px;line-height:1.7}.product-gallery{grid-template-columns:1.2fr 1fr 1fr;gap:14px;margin-top:30px;display:grid}.product-gallery div{aspect-ratio:4/3;border:1px solid var(--line);border-radius:var(--radius-md)}.model-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:30px;display:grid}.model-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;display:flex;overflow:hidden}.model-photo-slot{aspect-ratio:4/3;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f0f2ed,#fff);position:relative;overflow:hidden}.model-photo-slot:after{content:"";border:1px dashed #0f5c4338;border-radius:16px;position:absolute;inset:18px}.model-photo-slot--image{background:#fff}.model-photo-slot--image:after{content:none}.model-photo-slot--image img{object-fit:contain;object-position:center;padding:0}.model-card-body{flex-direction:column;flex:1;min-height:360px;padding:24px;display:flex}.model-card h3{margin:0 0 22px;font-size:25px;font-weight:600}.model-card dl{gap:14px;margin:0;display:grid}.model-card dl div{gap:5px;display:grid}.model-card dt{color:var(--muted);font-size:12px;font-weight:600}.model-card dd{color:var(--ink);margin:0;font-size:14px;line-height:1.55}.model-card .button{width:100%;margin-top:auto}.product-model-hero{grid-template-columns:minmax(320px,.9fr) minmax(0,1fr);align-items:center;gap:clamp(34px,6vw,86px);max-width:none;display:grid}.product-model-image{aspect-ratio:4/3;border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;position:relative;overflow:hidden}.product-model-image img{object-fit:contain;object-position:center;background:#fff}.product-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:30px;display:grid}.product-spec-grid div{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:20px}.product-detail-section{gap:28px;display:grid}.product-spec-grid--wide{grid-template-columns:repeat(3,minmax(0,1fr))}.product-detail-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:24px}.product-detail-card h3,.operation-mode-grid h3{margin:0;font-size:20px;font-weight:600}.product-detail-card h2{margin:0;font-size:clamp(26px,3vw,42px);font-weight:600;line-height:1.12}.product-detail-card p{color:var(--muted);margin:14px 0 0;font-size:16px;line-height:1.7}.product-detail-card ul{color:var(--muted);margin:18px 0 0;padding-left:18px;line-height:1.75}.product-detail-card li+li{margin-top:8px}.operation-mode-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.operation-mode-grid article{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:24px}.operation-mode-grid p{color:var(--muted);margin:12px 0 0;font-size:15px;line-height:1.7}.product-detail-card--handset{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;display:grid}.product-status-pill{min-height:40px;color:var(--green);white-space:nowrap;background:#62b9481a;border:1px solid #0f5c4329;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:13px;font-weight:700;display:inline-flex}.reveal-on-scroll{opacity:1;transform:none}.motion-ready .reveal-on-scroll{opacity:0;transition:opacity .72s var(--ease-premium), transform .72s var(--ease-premium);transform:translateY(18px)}.motion-ready .reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}.motion-ready .platform-device-mockup.reveal-on-scroll{transform:translateY(6px)}.motion-ready .platform-device-mockup.reveal-on-scroll.is-visible{transform:translateY(0)}@keyframes hero-copy-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-photo-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(var(--hero-parallax))}}@keyframes hero-bird-fade{0%{opacity:0;transform:translateY(14px)scale(.98)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.hero-media,.hero-bird-stage{transform:none}.platform-device{animation:none}.reveal-on-scroll{opacity:1;transform:none}}@media (max-width:1180px) and (min-width:1024px){.navbar{gap:18px}.mobile-menu-links{gap:clamp(15px,1.5vw,20px)}}@media (max-width:1023px){.navbar{grid-template-columns:auto minmax(0,1fr) auto;gap:18px}.nav-overlay{z-index:55;opacity:0;pointer-events:none;transition:opacity .3s var(--ease-premium);background:#1111111f;border:0;display:block;position:fixed;inset:0}.nav-overlay.is-open{opacity:1;pointer-events:auto}.nav-links{z-index:70;width:min(84vw,340px);height:100vh;max-height:100vh;color:var(--ink);opacity:1;pointer-events:none;transition:transform .3s var(--ease-premium);background:#fff;border:0;border-left:1px solid #11111114;border-radius:16px 0 0 16px;flex-direction:column;justify-content:flex-start;gap:0;padding:0;display:flex;position:fixed;inset:0 0 0 auto;overflow-y:auto;transform:translate(100%);box-shadow:-18px 0 54px #1111111a}.nav-links.is-open{pointer-events:auto;transform:translate(0)}.mobile-menu-header{border-bottom:1px solid #11111112;flex-shrink:0;justify-content:space-between;align-items:center;min-height:72px;padding:0 24px 0 28px;display:flex}.mobile-menu-title{color:var(--ink);letter-spacing:0;font-size:15px;font-weight:600}.mobile-menu-close{width:44px;height:44px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #1111111a;border-radius:999px;place-items:center;display:grid;position:relative}.mobile-menu-close span{background:currentColor;border-radius:999px;width:15px;height:1.5px;position:absolute}.mobile-menu-close span:first-child{transform:rotate(45deg)}.mobile-menu-close span:last-child{transform:rotate(-45deg)}.mobile-menu-links{flex-direction:column;gap:0;padding:10px 0 0;display:flex}.mobile-menu-links a{min-height:54px;color:var(--ink);border-bottom:1px solid #1111110f;border-radius:0;align-items:center;padding:0 28px;font-size:18px;font-weight:500;line-height:1.2;transition:color .18s,background .18s;display:flex}.mobile-menu-links a:hover,.mobile-menu-links a:focus-visible{color:var(--green);background:#0f5c4309}.mobile-menu-links a.is-active{color:var(--green)}.nav-links-platform{display:none}.mobile-menu-footer{border-top:0;flex-shrink:0;gap:24px;margin-top:0;padding:18px 0 24px;display:grid}.mobile-language-switcher{color:#1111118a;justify-content:flex-start;align-items:center;padding:0 28px;font-size:12px;font-weight:700;display:inline-flex}.mobile-language-switcher a{justify-content:center;align-items:center;min-width:40px;min-height:40px;transition:color .18s;display:inline-flex}.mobile-language-switcher a+a:before{content:"|";color:#1111113d;margin-right:10px}.mobile-language-switcher a.is-active,.mobile-language-switcher a:hover{color:var(--green)}.nav-links .mobile-platform-button{color:#fff;background:var(--ink);border-radius:999px;justify-content:center;align-items:center;width:calc(100% - 48px);min-height:52px;margin:0 24px;font-size:14px;font-weight:600;display:inline-flex}.navbar>.language-switcher,.navbar>.platform-button{display:none}.menu-toggle{grid-column:3;display:grid}.hero{grid-template-columns:1fr;overflow:visible}.hero-media{justify-self:center;max-width:760px;max-height:none}.section-heading{grid-template-columns:1fr}.platform-cards,.technology-list,.tracker-grid,.applications-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.navbar{grid-template-columns:auto auto auto;justify-content:space-between;gap:12px;height:72px;padding:0 14px}.nav-links{width:min(84vw,340px);max-width:none;left:auto;right:0}.platform-button{display:none}.language-switcher{grid-column:2;justify-self:center}.menu-toggle{grid-column:3}.language-switcher a{min-width:40px}.brand,.brand img{width:44px;height:44px}.hero{padding-top:72px}.hero h1{font-size:clamp(48px,14vw,72px);line-height:.98}.hero-media{border-radius:26px;width:100%;max-width:560px}.platform-cards,.technology-list,.tracker-grid,.applications-grid,.footer,.product-gallery,.product-model-hero,.model-grid,.product-spec-grid,.product-spec-grid--wide,.operation-mode-grid{grid-template-columns:1fr}.product-detail-card--handset{grid-template-columns:1fr;align-items:start}.technology-list{border-left:0}.technology-block{border-left:1px solid var(--line);min-height:280px}.applications-grid{gap:14px}.application-block{min-height:190px}.comparison-table-wrap{background:0 0;border:0;overflow-x:visible}.comparison-table{border-collapse:separate;border-spacing:0 14px;min-width:0}.comparison-table thead{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.comparison-table tbody,.comparison-table tr,.comparison-table th,.comparison-table td{width:100%;display:block}.comparison-table tr{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.comparison-table th,.comparison-table td{border-bottom:1px solid var(--line);padding:14px 18px}.comparison-table th:before,.comparison-table td:before{content:attr(data-label);color:var(--muted);margin-bottom:5px;font-size:11px;font-weight:700;display:block}.comparison-table tr:last-child th,.comparison-table tr:last-child td{border-bottom:1px solid var(--line)}.comparison-table tr th:last-child,.comparison-table tr td:last-child{border-bottom:0}.browser-bar p{text-overflow:ellipsis;white-space:nowrap;max-width:210px;overflow:hidden}.platform-device-mockup{aspect-ratio:16/10.2}.platform-device--macbook{width:88%;bottom:13%;left:50%}.platform-device--iphone{border-width:6px;border-radius:26px;width:20%;bottom:6%;right:1%}.platform-phone-notch{height:10px;top:6px}.footer-contact{text-align:left;align-items:flex-start}.footer{padding-top:28px;padding-bottom:34px}}@media (max-width:480px){.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.hero-media{max-width:100%}.footer{gap:24px;padding-left:24px;padding-right:24px}.platform-device-mockup{aspect-ratio:1/1.02;margin-top:28px}.platform-device--macbook{width:104%;bottom:23%;left:50%}.platform-device-lid{border-radius:16px}.platform-device-lid .platform-device-screen{border-radius:10px;inset:7px}.platform-device--iphone{width:30%;bottom:8%;right:0}}
