:root{--navy:#002651;--cyan:#18c3f8;--pale:#e4f5ff;--ink:#12334f;--muted:#52677c;--line:#d3e1e9;--cream:#f5f8f7;--space:clamp(64px,7.5vw,110px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;color:var(--navy);background:white;font:16px/1.7 'DM Sans',sans-serif}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #087aab;outline-offset:5px}h1,h2,h3{font-family:Manrope,sans-serif;font-weight:500;line-height:1.13;letter-spacing:-.035em;margin:0 0 25px}h1{font-size:clamp(48px,6.3vw,88px)}h2{font-size:clamp(34px,4vw,54px)}h3{font-size:27px;letter-spacing:-.035em}p{margin:0 0 24px}em{font-style:normal;color:var(--cyan)}button{color:inherit}figure{margin:0}main{min-height:50vh}.wrap{width:min(1240px,calc(100% - 96px));margin-inline:auto}.section{padding-block:var(--space)}.eyebrow,.step-number{font-size:14px;line-height:1.5;letter-spacing:.13em;font-weight:700;display:block;margin-bottom:20px}.eyebrow{color:#23718d}.step-number{color:#416980}.text-link{display:inline-block;padding-block:10px;font-size:14px;font-weight:600;border-bottom:1px solid #91b7cb}.text-link:hover{color:#087aab}.button{display:inline-flex;justify-content:center;align-items:center;gap:30px;min-height:50px;padding:13px 23px;background:var(--navy);color:white;border:1px solid transparent;border-radius:4px;font-size:14px;font-weight:600;line-height:1.5;transition:background .2s,transform .2s}.button>span{font-size:22px;font-weight:400}.button:hover{background:#124878;transform:translateY(-2px)}.button.secondary{background:transparent;color:inherit;border-color:currentColor}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px}.skip{position:fixed;top:-100px;left:16px;z-index:99;background:white;padding:14px}.skip:focus{top:8px}.header{position:sticky;top:0;background:#ffffffed;backdrop-filter:blur(16px);z-index:30;border-bottom:1px solid var(--line)}.header-inner{max-width:1440px;padding:12px 48px;display:flex;justify-content:space-between;align-items:center;gap:24px;margin:auto}.brand{display:block;flex-shrink:0;width:230px}.brand img{width:100%;height:auto}.header nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:500}.header nav>a:not(.button){padding:12px 0}.header nav>a:hover{color:#087aab}.header nav>.button:hover{color:white}.header nav a[aria-current=page]:not(.button){border-bottom:2px solid var(--cyan)}.menu-toggle{display:none;border:1px solid var(--line);background:white;width:46px;height:46px;align-items:center;justify-content:center;flex-direction:column;gap:6px;border-radius:4px}.menu-toggle span{display:block;width:19px;height:2px;background:var(--navy)}
.hero{position:relative;isolation:isolate;min-height:680px;height:min(780px,calc(100svh - 80px));color:white;display:flex;align-items:center;overflow:hidden}.hero-image,.hero-shade{position:absolute;inset:0;z-index:-2}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 57%}.hero-shade{z-index:-1;background:linear-gradient(90deg,#031d32eb 0%,#031d32b8 37%,#031d3226 78%)}.hero-content{padding-block:65px}.hero .eyebrow{color:#b7eaff}.hero h1{font-size:clamp(60px,7.5vw,106px);letter-spacing:-.045em;line-height:1.01;margin:28px 0}.hero p{max-width:435px;font-size:18px;color:#e7f1f7;line-height:1.7;margin-bottom:30px}.hero .button:not(.secondary){background:var(--cyan);color:var(--navy)}.hero .button:hover{background:#b1ebff;color:var(--navy)}.hero-caption{margin-top:58px;font-size:14px;line-height:1.6;display:flex;gap:20px;align-items:center}.caption-line{height:1px;width:40px;background:var(--cyan)}.hero-location{position:absolute;right:28px;bottom:24px;font-size:14px;letter-spacing:.09em;text-shadow:0 2px 8px #000}.proof-strip{background:var(--cream);border-bottom:1px solid var(--line);padding:30px 0}.proof-grid{display:grid;grid-template-columns:1fr 1.3fr 1fr .7fr;gap:32px;align-items:center}.proof-grid>div{display:flex;align-items:center;gap:17px}.proof-grid strong{font:500 32px/1.2 Manrope,sans-serif;letter-spacing:-.04em;white-space:nowrap}.proof-grid span{font-size:14px;line-height:1.4;max-width:130px}.proof-grid p{font-size:14px;margin:0}.proof-grid small{font-size:14px;line-height:1.6;color:var(--muted);border-left:1px solid var(--line);padding-left:26px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:55px;margin-bottom:45px}.section-heading h2{margin-bottom:0}.section-heading>p{color:var(--muted);max-width:360px;margin:0;font-size:16px}.journey-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:80px;align-items:start}.journey-visual{position:sticky;top:118px;height:520px;border-radius:12px;background:var(--pale);overflow:clip}.journey-canvas{position:relative;width:100%;height:100%;isolation:isolate;overflow:clip}.scene-label{position:absolute;top:20px;left:20px;display:flex;gap:10px;align-items:center;z-index:6;background:white;padding:9px 13px;border-radius:30px;font-size:14px}.status-dot{width:6px;height:6px;background:#087aab;border-radius:50%}.journey-scene{position:absolute;inset:0;opacity:0;visibility:hidden;transform:translateY(15px);transition:opacity .55s,transform .55s,visibility .55s}.journey-visual[data-scene="0"] .scene-hive,.journey-visual[data-scene="1"] .scene-sense,.journey-visual[data-scene="2"] .scene-phone{opacity:1;visibility:visible;transform:none}.scene-hive>img{width:100%;height:100%;object-fit:cover;object-position:50% 65%}.device-inset{position:absolute;bottom:65px;right:20px;width:160px;background:white;padding:10px;border-radius:6px;box-shadow:0 5px 20px #00265120}.device-inset img{height:130px;width:100%;object-fit:contain}.device-inset span{display:block;font-size:14px;text-align:center;line-height:1.4}.scene-sense{display:flex;align-items:center;padding:60px 30px 65px;gap:10px}.signal-source{width:42%;position:relative;isolation:isolate}.signal-source>img{position:relative;width:100%;z-index:2}.signal-ring{position:absolute;inset:15%;border:1px solid #18c3f866;border-radius:50%;animation:signal 3s linear infinite}.ring-two{animation-delay:1.5s}.reading-card{width:58%;position:relative;background:white;padding:22px 18px;border-radius:10px;box-shadow:0 10px 40px #00265112}.reading-card>span,.confirmation-note>span{font-size:14px;letter-spacing:.08em;font-weight:700;color:#527484}.reading-card>strong{font:500 23px/1.2 Manrope,sans-serif;display:block;margin:12px 0 20px}.reading-row{display:flex;justify-content:space-between;gap:8px;border-top:1px solid var(--line);padding:12px 0;font-size:14px}.reading-card svg{color:#087aab;width:100%;margin-top:15px}.reading-card small{font-size:14px;color:var(--muted)}.scene-phone{display:flex;align-items:center;padding:63px 30px 55px;gap:18px;background:linear-gradient(140deg,#e4f5ff,#c1eaff)}.journey-phone{height:100%;width:56%;object-fit:contain;filter:drop-shadow(0 6px 8px #00265122)}.confirmation-note{width:44%}.confirmation-note strong{display:block;font:500 27px/1.2 Manrope,sans-serif;letter-spacing:-.04em;margin-top:14px}.journey-controls{position:absolute;bottom:17px;left:50%;transform:translateX(-50%);display:flex;background:#fffefc;box-shadow:0 3px 14px #00265122;border-radius:30px;padding:3px;gap:3px;z-index:7}.journey-controls button{border:0;background:transparent;width:44px;height:36px;border-radius:24px;font-size:14px}.journey-controls button[aria-pressed=true]{background:var(--navy);color:white}.journey-story article{padding:45px 0 65px;min-height:285px;border-bottom:1px solid var(--line)}.journey-story article:first-child{padding-top:25px}.journey-story article:last-child{border-bottom:0}.journey-story h3{font-size:32px;margin-bottom:20px}.journey-story p{color:var(--muted);font-size:15px}.journey-story .step-number{color:#087aab;margin-bottom:16px}@keyframes signal{from{transform:scale(.4);opacity:.8}to{transform:scale(2);opacity:0}}
.beezy-section{background:var(--navy);color:white;padding:75px 0}.beezy-showcase{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.beezy-copy h2{font-size:clamp(44px,4.7vw,64px);line-height:1.08;letter-spacing:-.035em}.beezy-copy h2 span{color:var(--cyan)}.beezy-section .eyebrow{color:#98dcf3}.beezy-intro{color:#c7deea;max-width:430px}.language-tags{display:flex;gap:10px;margin-bottom:25px}.language-tags span{padding:4px 12px;border:1px solid #5a7793;border-radius:22px;font-size:14px}.beezy-tabs{display:grid;border-top:1px solid #456482;margin-bottom:26px}.beezy-tabs button{display:flex;gap:20px;align-items:center;padding:15px 12px;background:transparent;color:#d9eaf3;border:0;border-bottom:1px solid #456482;text-align:left;font-size:15px}.beezy-tabs button>span{font-size:14px}.beezy-tabs button>b{margin-left:auto;font-weight:400;opacity:0}.beezy-tabs button[aria-selected=true]{background:#18436c;box-shadow:inset 3px 0 var(--cyan);color:white}.beezy-tabs button[aria-selected=true]>b{opacity:1;color:var(--cyan)}.beezy-tabs button:hover{background:#18436c}.beezy-copy>.button{background:var(--cyan);color:var(--navy)}.beezy-stage{background:#edf7fb;border-radius:18px;padding:26px 25px 17px;color:var(--navy);text-align:center}.beezy-panel[hidden]{display:none}.beezy-panel-copy{min-height:140px;max-width:350px;margin:auto}.beezy-mode{font-size:14px;letter-spacing:.11em;color:#326b87;font-weight:700}.beezy-panel-copy h3{font-size:23px;margin:10px 0}.beezy-panel-copy p{font-size:14px;color:var(--muted);line-height:1.6}.beezy-screen-link{display:block;max-width:240px;margin:auto}.beezy-screen-link img{width:100%;height:auto;filter:drop-shadow(0 10px 12px #00265120)}.beezy-screen-link span{font-size:14px;display:block;padding:10px}.beezy-more{font-size:14px}.beezy-preview-note{font-size:14px;color:var(--muted);margin:12px 0 0}.setup-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.setup-card{border-top:1px solid var(--line);padding-top:18px;display:flex;flex-direction:column}.setup-art{height:260px;background:var(--cream);overflow:hidden;border-radius:6px;margin:4px 0 26px}.setup-art img{width:100%;height:100%;object-fit:cover}.app-preview{background:var(--pale);padding-top:25px}.app-preview img{width:190px;height:auto;margin:auto;object-fit:contain}.device-preview{background:#edf4f9;padding:10px}.device-preview img{object-fit:contain}.setup-card h3{font-size:27px;margin-bottom:16px}.setup-card p{font-size:15px;color:var(--muted);flex:1}.setup-card .text-link{align-self:flex-start}.card-note{font-size:14px;color:var(--muted);margin-top:14px}.field-feature{background:var(--cream);padding-block:80px}.field-feature-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:70px;align-items:center}.field-image{height:580px;position:relative;overflow:hidden;border-radius:8px}.field-image>img{width:100%;height:100%;object-fit:cover;object-position:center 60%;transition:transform .5s}.field-image:hover>img{transform:scale(1.025)}.field-image>span{position:absolute;bottom:20px;left:20px;right:20px;background:white;padding:10px 14px;font-size:14px;font-weight:500;letter-spacing:.07em}.field-copy>p{color:var(--muted)}.founder-note{margin-top:32px;border-top:1px solid #cadce5;padding-top:24px}.founder-note>span{font-size:14px;letter-spacing:.1em;font-weight:700}.founder-note p{font-size:14px;color:var(--muted);margin:10px 0}.founder-note a{font-size:14px;text-decoration:underline;text-underline-offset:5px}.faq-section{display:grid;grid-template-columns:1fr 1.4fr;gap:80px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child{border-top:1px solid var(--line)}.faq-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:20px;padding:22px 0;font-size:16px;line-height:1.5;font-weight:500}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-size:21px;line-height:1;transition:transform .2s}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list p{font-size:15px;color:var(--muted);padding-right:25px}.closing{background:var(--navy);color:white;padding:65px 0}.closing-inner{display:flex;justify-content:space-between;gap:40px;align-items:center}.closing h2{font-size:clamp(34px,4vw,52px)}.closing p{color:#c7deea;margin:0}.closing .eyebrow{color:#98dcf3}.closing .button{background:var(--cyan);color:var(--navy);flex-shrink:0}footer{padding:65px 0 0;background:white}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr 1.2fr;gap:35px;padding-bottom:45px}.footer-grid .brand{width:220px;margin-top:-14px;margin-bottom:20px}.footer-grid p{font-size:14px;color:var(--muted);margin:16px 0}.footer-grid h2{font:600 14px/1.5 'DM Sans',sans-serif;letter-spacing:0;margin:0 0 19px}.footer-grid a:not(.brand){display:block;font-size:14px;padding:5px 0;overflow-wrap:anywhere}.footer-grid a:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;gap:25px;padding-block:24px;border-top:1px solid var(--line);font-size:14px;color:var(--muted)}
/* Dedicated pages */
.page-hero{padding-block:65px 55px}.page-hero.has-image{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center}.page-hero h1{font-size:clamp(44px,5.3vw,72px);margin:24px 0}.page-hero p{max-width:640px;color:var(--muted);font-size:18px;margin-bottom:0}.breadcrumb{display:inline-block;font-size:14px;text-decoration:underline;text-underline-offset:4px;padding:8px 0;margin-bottom:28px;color:var(--muted)}.page-hero-image{height:400px;background:var(--pale);border-radius:10px;overflow:hidden}.page-hero-image img{width:100%;height:100%;object-fit:contain}.page-hero-image img[src*="alula"]{object-fit:cover}.page-hero-image img[src*="beezy"]{padding:20px}.product-actions{display:flex;gap:25px;align-items:center;flex-wrap:wrap;padding-bottom:25px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.feature-grid article{border-top:1px solid var(--line);padding-top:22px}.feature-grid h3{font-size:27px}.feature-grid p{color:var(--muted);font-size:15px}.spec-section,.tint{background:var(--cream)}.spec-section{padding:70px 0}.spec-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:80px}.spec-grid>div>p{color:var(--muted)}dl{margin:0}.spec-grid dl>div{border-top:1px solid var(--line);padding:20px 0;display:grid;grid-template-columns:1fr 1.8fr;gap:30px}.spec-grid dt{font-size:14px;font-weight:600}.spec-grid dd{font-size:14px;margin:0;color:var(--muted)}.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.editorial-grid p{color:var(--muted)}.diagram{background:var(--cream);padding:30px}.diagram img{width:100%;max-height:340px;object-fit:contain}.comparison{overflow-x:auto;margin-top:35px}table{border-collapse:collapse;width:100%;text-align:left;min-width:640px}caption{text-align:left;font-size:15px;margin-bottom:20px;color:var(--muted)}th,td{padding:23px 20px;border-bottom:1px solid var(--line);vertical-align:top}thead{background:var(--navy);color:white;font-size:14px}tbody th{font-size:16px;min-width:180px;font-weight:500}td{font-size:14px;color:var(--muted)}tbody th a:hover{text-decoration:underline}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin:40px 0}.metric-grid strong{display:block;font:500 45px/1.1 Manrope,sans-serif;letter-spacing:-.05em}.metric-grid span{display:block;font-size:14px;color:var(--muted);margin-top:15px}.source-note{font-size:14px;color:var(--muted);line-height:1.7}#savings-form{background:var(--cream);border:1px solid var(--line);border-radius:8px;padding:30px;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:25px}#savings-form label{font-size:14px;display:block}input[type=number]{width:100%;background:white;border:1px solid #a3bdcc;border-radius:4px;padding:12px;margin-top:10px;color:var(--navy)}input[type=range]{width:100%;accent-color:var(--navy);margin-top:15px}#visits-output{font-size:14px;display:block}.saving-result{grid-column:1/-1;display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid var(--line);padding-top:20px}.saving-result output{font-size:36px;line-height:1.2;letter-spacing:-.05em}#savings-form .source-note{grid-column:1/-1;margin:0}.story-wide>img{width:100%;height:560px;object-fit:cover;object-position:center 60%;border-radius:8px}.story-wide figcaption{font-size:14px;color:var(--muted);padding-top:12px}.story-layout{display:grid;grid-template-columns:1fr 2fr;gap:80px}.story-layout h2{font-size:36px;margin-top:35px}.story-layout h2:first-child{margin-top:0}.story-layout p{color:var(--muted)}.story-layout dt{font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.story-layout dd{margin:5px 0 28px;font-size:16px}.story-photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:90px}.story-photo-grid img{width:100%;height:550px;object-fit:cover;border-radius:8px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.contact-grid article{padding:40px;background:var(--cream);border-radius:8px}.contact-grid h2{font-size:36px}.contact-grid p{color:var(--muted)}
@media(min-width:1500px){.journey-visual{height:570px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.header-inner{padding:12px 32px}.header nav{gap:22px}.brand{width:200px}.header nav .button{padding:11px 15px}.proof-grid{gap:18px;grid-template-columns:1fr 1.3fr 1fr}.proof-grid small{display:none}.journey-grid{gap:40px}.journey-visual{height:490px}.scene-sense{padding-inline:15px;gap:0}.reading-card{padding:18px 12px}.reading-card>strong{font-size:20px}.scene-phone{padding-inline:15px}.confirmation-note strong{font-size:24px}.beezy-showcase{gap:45px}.field-feature-grid{gap:45px}.field-image{height:560px}.setup-grid{gap:22px}.setup-art{height:220px}.faq-section{gap:45px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.footer-grid>div:last-child p{margin-top:8px}.page-hero.has-image{gap:40px}.spec-grid,.editorial-grid{gap:45px}}
@media(max-width:850px){.header-inner{padding-block:10px}.menu-toggle{display:flex}.header nav{display:none;position:absolute;top:100%;left:0;right:0;background:white;padding:20px 32px 30px;border-bottom:1px solid var(--line);box-shadow:0 20px 30px #00265112;align-items:stretch}.header nav.open{display:flex;flex-direction:column;gap:8px}.header nav>.button{margin-top:8px}.header nav>a:not(.button){padding:12px 0}.hero{min-height:660px}.journey-grid{gap:30px;grid-template-columns:1.15fr 1fr}.journey-visual{height:430px}.journey-story h3{font-size:28px}.journey-story p{font-size:14px}.journey-story article{min-height:300px}.reading-row{flex-direction:column;gap:2px}.reading-card>strong{font-size:18px}.confirmation-note strong{font-size:20px}.scene-label{font-size:14px;left:14px;top:14px}.beezy-showcase{gap:30px}.beezy-copy h2{font-size:43px}.beezy-stage{padding:22px 16px 16px}.beezy-panel-copy{min-height:170px}.beezy-panel-copy h3{font-size:22px}.beezy-intro{font-size:15px}.section-heading{gap:30px}.section-heading>p{max-width:300px;font-size:15px}.setup-card h3{font-size:24px}.setup-art{height:190px}.app-preview img{width:145px}.field-feature-grid{gap:35px}.field-image{height:550px}.field-copy p{font-size:15px}.faq-section{grid-template-columns:1fr 1.25fr;gap:30px}.page-hero.has-image{grid-template-columns:1.2fr 1fr;gap:30px}.page-hero-image{height:340px}.feature-grid{gap:25px}.feature-grid h3{font-size:24px}.story-layout{gap:40px}.story-photo-grid img{height:420px}}
@media(max-width:700px){html{scroll-padding-top:88px}.wrap{width:calc(100% - 40px)}.header-inner{padding:10px 20px}.brand{width:196px}.hero{min-height:690px;height:calc(92svh - 65px);align-items:flex-start}.hero-content{padding-top:55px;padding-bottom:45px}.hero h1{font-size:clamp(56px,12vw,78px);margin-top:25px}.hero p{font-size:16px;max-width:350px}.hero-image img{object-position:58% center}.hero-shade{background:linear-gradient(180deg,#031d32d9 0%,#031d32b8 52%,#031d3226 90%)}.hero .button{padding:12px 15px;gap:14px;font-size:14px}.hero-caption{margin-top:40px}.hero-location{font-size:14px;right:20px;left:20px;bottom:18px}.proof-strip{padding:23px 0}.proof-grid{grid-template-columns:1fr 1fr;gap:20px}.proof-grid>div{display:block}.proof-grid strong{font-size:29px}.proof-grid span{display:block;margin-top:6px;font-size:14px;max-width:none}.proof-grid p{display:none}.proof-grid small{display:block;grid-column:1/-1;border:0;padding:12px 0 0;border-top:1px solid var(--line);font-size:14px}.proof-grid small br{display:none}.section-heading{display:block;margin-bottom:30px}.section-heading>p{max-width:none;margin-top:23px}.eyebrow,.step-number{font-size:14px}.journey-grid{display:flex;flex-direction:column;gap:22px}.journey-visual{width:100%;height:380px;position:relative;top:0}.journey-story{display:grid;grid-template-columns:1fr;gap:0}.journey-story article{min-height:0;padding:25px 0}.journey-story article:last-child{padding-bottom:0}.journey-story h3{font-size:28px}.journey-story h3 br{display:none}.journey-story p{font-size:15px}.scene-sense{padding:60px 30px;gap:15px}.reading-row{flex-direction:row}.reading-card{padding:20px 15px}.reading-card>strong{font-size:22px}.scene-phone{padding-inline:30px}.confirmation-note strong{font-size:26px}.device-inset{width:140px;bottom:60px;right:15px}.device-inset img{height:108px}.beezy-section{padding:55px 0}.beezy-showcase{grid-template-columns:1fr;gap:32px}.beezy-copy h2{font-size:46px}.beezy-intro{max-width:none}.beezy-tabs{grid-template-columns:1fr 1fr;gap:0 10px}.beezy-tabs button{font-size:14px;gap:10px;padding:15px 8px}.beezy-tabs button>b{display:none}.beezy-copy>.button{width:100%}.beezy-panel-copy{min-height:140px;max-width:340px}.beezy-screen-link{max-width:240px}.beezy-stage{padding:23px 20px 20px}.setup-grid{grid-template-columns:1fr;gap:40px}.setup-art{height:275px}.app-preview img{width:210px}.setup-card h3{font-size:29px}.setup-card p{margin-bottom:14px}.setup-card .text-link{font-size:15px}.field-feature{padding:55px 0}.field-feature-grid{grid-template-columns:1fr;gap:35px}.field-image{height:400px}.field-copy p{font-size:16px}.field-image>span{font-size:14px;left:15px;right:15px;bottom:15px}.faq-section{grid-template-columns:1fr;gap:30px}.faq-section h2{margin-bottom:10px}.faq-list summary{font-size:15px}.closing{padding:50px 0}.closing-inner{display:block}.closing .button{margin-top:27px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid .brand{margin-top:0}.footer-grid p{margin:12px 0}.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{flex-wrap:wrap;gap:12px;font-size:14px}.footer-bottom>span:nth-child(2){display:none}.footer-bottom>a{margin-left:auto}.page-hero{padding:35px 0 35px}.page-hero.has-image{grid-template-columns:1fr;gap:30px}.page-hero h1{font-size:clamp(42px,10vw,60px)}.page-hero p{font-size:17px}.page-hero-image{height:350px}.breadcrumb{margin-bottom:22px}.feature-grid{grid-template-columns:1fr;gap:24px}.feature-grid article{padding-top:20px}.feature-grid h3{font-size:28px;margin-bottom:15px}.feature-grid p{margin-bottom:0}.spec-section{padding:55px 0}.spec-grid,.editorial-grid{grid-template-columns:1fr;gap:30px}.spec-grid dl>div{grid-template-columns:1fr 1.7fr;gap:20px}.editorial-grid h2{margin-bottom:0}.metric-grid{grid-template-columns:1fr;gap:28px}.metric-grid>div{border-top:1px solid var(--line);padding-top:22px}.metric-grid strong{font-size:38px}.metric-grid span{margin-top:8px}#savings-form{grid-template-columns:1fr;padding:22px;gap:22px}.saving-result{align-items:flex-start}.saving-result span{font-size:14px;max-width:160px}.saving-result output{font-size:32px}.story-wide>img{height:330px}.story-layout{grid-template-columns:1fr;gap:32px}.story-layout aside dl{display:grid;grid-template-columns:1fr 1fr;gap:6px 15px}.story-layout dd{margin:0 0 15px}.story-layout h2{font-size:32px}.story-photo-grid{grid-template-columns:1fr;gap:20px;margin-bottom:55px}.story-photo-grid img{height:420px}.contact-grid{grid-template-columns:1fr;gap:20px}.contact-grid article{padding:28px}.contact-grid .text-link{font-size:14px;overflow-wrap:anywhere}.product-actions{gap:18px}.comparison:focus-visible{outline-offset:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.journey-scene{transform:none}.field-image:hover>img{transform:none}.button:hover{transform:none}}
/* Transparent hardware and service pricing. */
.product-price{display:flex;align-items:center;gap:20px;margin-bottom:28px}.product-price>strong{font:500 46px/1.1 Manrope,sans-serif;letter-spacing:-.05em}.product-price>span{font-size:14px;color:var(--muted)}.product-price .text-link{margin-left:15px}.premium-band{display:flex;justify-content:space-between;align-items:center;gap:40px;padding-block:55px;border-bottom:1px solid var(--line)}.premium-band h2{font-size:34px}.premium-band p{color:var(--muted);margin-bottom:0}.premium-band>.button{flex-shrink:0}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.pricing-card{padding:30px 24px;background:var(--cream);border:1px solid var(--line);border-radius:8px;display:flex;flex-direction:column}.pricing-card:nth-child(2){background:var(--pale);border-color:#83c6df}.pricing-card h2{font-size:52px}.pricing-card p{font-size:14px;color:var(--muted);min-height:90px}.pricing-card ul{padding-left:18px;font-size:14px;margin:0 0 25px;flex:1}.pricing-card li{margin-bottom:13px}.pricing-card .button{padding:12px;font-size:14px;gap:10px}.pricing-notes{max-width:850px}.signal-ring{animation-duration:2s;animation-iteration-count:2}
@media(max-width:1100px){.header nav{gap:18px}.pricing-grid{grid-template-columns:repeat(2,1fr)}.pricing-card p{min-height:0}}
@media(max-width:700px){.product-price{flex-wrap:wrap;gap:15px}.product-price .text-link{margin-left:0}.pricing-grid{grid-template-columns:1fr}.pricing-card{padding:28px}.pricing-card .button{font-size:14px}.premium-band{display:block}.premium-band .button{margin-top:25px}}
/* Compact demonstration and purposeful buyer journeys. */
.journey-grid{align-items:center;gap:50px}.journey-visual{position:relative;top:0;height:440px}.journey-story article{min-height:0;border:0;padding:0!important}.journey-story article[hidden]{display:none}.journey-rail{display:flex;justify-content:center;align-items:center;gap:30px;margin:0 0 30px;padding:16px;border:1px solid var(--line);border-radius:8px;font-size:14px}.journey-rail>span{padding:7px 12px;border-radius:30px;color:var(--muted)}.journey-rail .active{background:var(--navy);color:white}.journey-rail i{font-style:normal;color:#087aab}.journey-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:28px}.journey-actions button{border:1px solid #9fbccc;background:white;padding:10px 14px;border-radius:5px;font-size:14px;min-height:44px}.journey-actions>span{font-size:14px;color:var(--muted)}.journey-controls button{height:44px}.scene-sense{gap:24px}.scene-sense:after{content:'→';font-size:26px;color:#087aab;position:absolute;left:40%;top:49%}.home-beezy{padding:65px 0;background:var(--navy);color:white}.home-beezy-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.home-beezy .eyebrow{color:#b7eaff}.home-beezy p{color:#c7deea;max-width:470px}.home-beezy .button{background:var(--cyan);color:var(--navy)}.beezy-moment{padding:35px;background:#123b62;border:1px solid #426789;border-radius:14px}.beezy-moment blockquote{font:500 30px/1.3 Manrope,sans-serif;letter-spacing:-.04em;margin:24px 0}.moment-answer{display:flex;gap:20px;align-items:center;border-top:1px solid #426789;padding-top:20px}.moment-answer p{font-size:18px;line-height:1.8;margin-bottom:14px}.moment-answer strong{color:white}.moment-icon{font-size:38px;color:var(--cyan)}.beezy-moment .source-note{font-size:14px}.home-setups .setup-card{background:var(--cream);padding:25px;border:1px solid var(--line);border-radius:6px}.home-setups .setup-card h3{font-size:27px}.home-setups .section-heading{margin-bottom:30px}.home-setups .setup-card p{margin-bottom:15px}.home-setups .card-note{font-size:14px}.home-setups .text-link{font-size:14px}.beezy-stage .beezy-tabs{display:grid;grid-template-columns:1fr 1fr;gap:0 8px;border-color:#bed5e1;margin-bottom:22px}.beezy-stage .beezy-tabs button{color:var(--navy);border-color:#bed5e1;font-size:14px;padding:12px 7px;gap:8px}.beezy-stage .beezy-tabs button[aria-selected=true]{background:#d8edf7;color:var(--navy)}.beezy-stage .beezy-tabs button:hover{background:#d8edf7}.beezy-stage .beezy-tabs button>b{display:none}.beezy-stage>.button{margin-top:18px}.page-hero-image img[src*="founder"]{padding:25px;object-fit:contain}.page-hero-image img[src*="core-dashboard"]{padding:15px}.request-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:45px;margin-bottom:80px}#request-form{display:grid;gap:23px}#request-form label{display:block;font-size:14px;font-weight:500}#request-form label>span{font-weight:400;color:var(--muted)}#request-form select,#request-form input,#request-form textarea{width:100%;border:1px solid #9fbccc;padding:13px;border-radius:4px;background:white;color:var(--navy);font:inherit;margin-top:8px;max-width:100%}#request-form label[hidden]{display:none}#request-form .button{justify-self:start;cursor:pointer}#request-form textarea{resize:vertical}.request-summary{background:var(--cream);border:1px solid var(--line);padding:30px;border-radius:8px;align-self:start}.request-summary dl>div{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid var(--line)}.request-summary dt{font-size:14px}.request-summary dd{font-size:25px;margin:0}.request-summary p,.request-summary li{font-size:14px;color:var(--muted)}.request-summary p{margin-top:20px}.request-summary h2{font-size:26px;margin-top:30px}.request-summary ol{padding-left:20px}.request-summary li{margin-bottom:15px}.request-review{grid-column:1/-1;background:var(--pale);padding:30px;border-radius:8px}.request-review[hidden]{display:none}.request-review h2{font-size:32px}.request-review pre{font:14px/1.7 'DM Sans',sans-serif;white-space:pre-wrap;overflow-wrap:anywhere;padding:22px;background:white;border:1px solid var(--line);margin:25px 0}.legal-copy{max-width:800px;padding-bottom:80px}.legal-copy h2{font-size:27px;margin-top:35px}.legal-copy p,.legal-copy li{color:var(--muted)}
@media(max-width:700px){:root{--space:48px}.hero{min-height:610px;height:calc(85svh - 65px)}.hero-content{padding-top:38px}.hero-caption{display:none}.hero h1{font-size:58px}.journey-grid{gap:25px}.journey-visual{height:320px}.journey-story{width:100%}.journey-story article{padding:0!important}.journey-story h3{font-size:27px;margin-bottom:12px}.journey-story p{margin-bottom:12px}.journey-rail{gap:8px;padding:8px 5px;margin-bottom:20px;font-size:14px;justify-content:space-between}.journey-rail>span{padding:7px}.journey-actions{margin-bottom:22px}.scene-phone{padding:52px 20px 60px;gap:10px}.confirmation-note strong{font-size:23px}.scene-sense{padding:50px 18px;gap:22px}.reading-card{padding:14px 10px}.reading-card>strong{font-size:19px;margin-bottom:10px}.reading-card svg{margin-top:5px;height:35px}.reading-row{font-size:14px;padding:8px 0}.device-inset{width:115px;bottom:65px}.device-inset img{height:85px}.home-beezy{padding:45px 0}.home-beezy-grid{grid-template-columns:1fr;gap:25px}.home-beezy h2{font-size:37px;margin-bottom:18px}.home-beezy p{font-size:15px;margin-bottom:18px}.home-beezy .language-tags{margin-bottom:20px}.beezy-moment{padding:24px}.beezy-moment blockquote{font-size:25px;margin:18px 0}.moment-answer p{font-size:17px;margin-bottom:10px}.moment-answer{padding-top:15px}.home-setups .setup-grid{gap:15px}.home-setups .setup-card{padding:22px}.home-setups .setup-card h3{font-size:25px;margin-bottom:12px}.home-setups .step-number{margin-bottom:12px}.home-setups .card-note{margin-top:9px}.field-feature{padding:45px 0}.field-image{height:300px}.field-feature-grid{gap:28px}.founder-note{margin-top:22px;padding-top:20px}.founder-note p{font-size:14px}.closing{padding:40px 0}.footer-grid{gap:24px}.footer-grid>div:first-child p{font-size:14px}footer{padding-top:45px}.request-grid{grid-template-columns:1fr;gap:30px;margin-bottom:50px}.request-summary{padding:24px}.request-review{padding:22px}.request-review pre{padding:16px;font-size:14px}.request-review .actions{align-items:stretch;flex-direction:column}}

/* Product-led refinement: one introduction, clear previews and connected motion. */
.beezy-copy h1{font:500 clamp(44px,5vw,72px)/1.06 Manrope,sans-serif;letter-spacing:-.055em;margin:22px 0}.beezy-copy h1 span{color:var(--cyan)}
.beezy-showcase{align-items:start}.beezy-copy{padding-top:28px}.beezy-section{padding-top:65px}.beezy-panel-copy{min-height:130px}.beezy-stage{box-shadow:0 20px 65px #00132940}
.page-hero-image:has(.gps-product){background:#071320}.gps-product{margin:0;width:100%;height:100%;display:grid;grid-template-rows:1fr auto;padding:24px}.gps-product>div{height:100%;position:relative;overflow:hidden;width:100%;min-height:0}.gps-product img{position:absolute!important;height:132%!important;width:auto!important;max-width:none!important;top:-14%;right:-18%;padding:0!important;object-fit:initial!important}.gps-product figcaption{color:#cae3ec;text-align:center;font-size:14px;padding-top:12px}
.core-product{margin:0;width:100%;padding:24px}.core-product>div{position:relative;overflow:hidden;aspect-ratio:1.59;border-radius:10px;border:1px solid #bcd2dc;background:#e3edf4}.core-product img{position:absolute!important;width:118%!important;height:auto!important;max-width:none!important;left:-3%;top:-6%;padding:0!important;object-fit:initial!important}.core-product figcaption{text-align:center;font-size:14px;color:var(--muted);margin-top:16px}
.journey-transfer{position:absolute;bottom:76px;left:22px;right:22px;display:flex;align-items:center;gap:10px;background:#002651ed;color:white;border:1px solid #91d7ee66;border-radius:6px;padding:12px;z-index:4;font-size:14px;letter-spacing:.06em;pointer-events:none}.journey-transfer i{position:relative;height:2px;flex:1;background:#87c8e466;overflow:hidden}.journey-transfer b{position:absolute;width:30%;height:100%;background:#fff;left:-40%;box-shadow:0 0 7px #67d8ff}.journey-visual[data-scene="1"] .journey-transfer i:first-of-type b,.journey-visual[data-scene="2"] .journey-transfer i b{animation:transfer-data 1.6s linear infinite}.journey-visual[data-scene="1"] .reading-card{animation:reading-arrival .7s ease both}.journey-visual[data-scene="2"] .journey-phone{animation:phone-arrival .85s ease both}.journey-visual[data-scene="2"] .confirmation-note{animation:reading-arrival .65s .35s ease both}.journey-scene{transition:opacity .65s ease,transform .8s ease}.journey-visual[data-playing="false"] .journey-transfer b{animation-play-state:paused}.device-inset{bottom:126px}.scene-phone{padding-bottom:126px}.journey-story{min-height:330px}.evidence-card{border-left:3px solid var(--cyan);background:var(--cream);padding:24px;margin:30px 0}.evidence-card h3{font-size:24px;margin:15px 0}.evidence-card p{margin-bottom:0}.form-trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}button[hidden]{display:none!important}#request-status{white-space:pre-line}#request-status:not(:empty){padding:14px;background:white;border:1px solid var(--line);border-radius:4px}#request-send:disabled{opacity:.6;cursor:wait}
@keyframes transfer-data{to{left:115%}}@keyframes reading-arrival{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes phone-arrival{from{opacity:0;transform:translateX(25px) scale(.92)}to{opacity:1;transform:translateX(0) scale(1)}}
@media(max-width:700px){.beezy-section{padding-top:32px}.beezy-copy{padding-top:0}.beezy-copy h1{font-size:46px}.beezy-showcase{gap:22px}.beezy-intro{margin-bottom:16px}.beezy-panel-copy{min-height:0;margin-bottom:18px}.journey-visual{height:370px}.journey-transfer{left:12px;right:12px;gap:7px;padding:10px;font-size:14px}.device-inset{bottom:120px;width:100px}.scene-phone{padding-bottom:126px}.journey-story{min-height:295px}.gps-product{padding:18px}.gps-product img{right:-26%}.core-product{padding:15px}}
@media(prefers-reduced-motion:reduce){.journey-transfer b{animation:none!important;left:50%}.journey-phone,.reading-card,.confirmation-note{animation:none!important}.journey-scene{transition:none!important}}
.archive-links{display:flex;gap:24px;flex-wrap:wrap;margin-top:35px}.accessory-links{margin-top:24px}.accessory-links a{text-decoration:underline;text-underline-offset:4px}
.gps-product>div{width:auto;aspect-ratio:.54;justify-self:center}.gps-product img{height:150%!important;top:-19%;right:-35%}.beezy-copy .button{background:var(--cyan);color:var(--navy);margin-top:8px}.beezy-copy .source-note{color:#c7deea;margin-top:15px}
@media(max-width:700px){.beezy-panel:not([hidden]){display:flex;flex-direction:column}.beezy-panel .beezy-screen-link{order:-1;margin-bottom:25px}.beezy-panel-copy{min-height:0}.beezy-panel-copy p{margin-bottom:0}}
/* Product-led homepage, September 24. */
.product-hero{background:#f2f7f9;padding-top:60px;overflow:hidden}.product-hero-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:35px;align-items:center}.product-hero-copy{padding:30px 0 45px}.product-hero h1{font-size:clamp(62px,7.2vw,102px);letter-spacing:-.065em;line-height:1.02;margin:28px 0}.product-hero h1 em{color:#087faf}.product-hero-copy>p{max-width:465px;color:var(--muted);font-size:17px}.hero-demo-link{font-size:14px;font-weight:600;padding:13px 0}.hero-demo-link span{margin-left:12px}.hero-footnote{display:flex;align-items:center;gap:12px;font-size:14px;margin-top:38px;color:#42657b}.tiny-line{height:1px;width:28px;background:#0786b0}.hero-product-scene{height:570px;position:relative;isolation:isolate}.hero-apiary{position:absolute;inset:10px 0 40px 15%;overflow:hidden;border-radius:180px 8px 8px 8px;background:var(--navy);z-index:-1}.hero-apiary img{height:100%;width:100%;object-fit:cover;object-position:50% 50%;opacity:.72}.hero-apiary:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#002651c9,transparent 80%)}.scene-location{position:absolute;top:42px;right:20px;color:white;font-size:14px;letter-spacing:.09em}.hero-device{position:absolute;width:88%;left:-20%;bottom:5px;filter:drop-shadow(0 15px 25px #00265138)}.hero-device img{width:100%}.hero-app{position:absolute;width:34%;right:5%;top:95px;transform:rotate(7deg);filter:drop-shadow(0 20px 16px #00152855)}.hero-app img{width:100%}.scene-product-label{position:absolute;bottom:28px;left:33%;display:flex;flex-direction:column;padding:13px 20px;background:white;border-left:3px solid var(--cyan);box-shadow:0 8px 30px #00265114;font-size:14px}.scene-product-label strong{font-size:17px;font-weight:600}.scene-product-label span{font-size:14px;color:var(--muted)}.scene-app-label{position:absolute;right:0;bottom:102px;color:white;font:500 22px/1.2 Manrope,sans-serif;letter-spacing:-.03em}.hero-connection{position:absolute;top:49%;left:48%;width:21%;color:white;font-size:14px;letter-spacing:.08em}.hero-connection i{display:block;border-top:1px dashed #ccf3ff;margin-bottom:8px}.hero-evidence{display:grid;grid-template-columns:1fr 1.6fr 1fr .75fr;gap:30px;padding:28px 0;border-top:1px solid #c7dbe4;align-items:center;font-size:14px}.hero-evidence p{margin:0}.hero-evidence strong{font:600 20px/1.3 Manrope,sans-serif;display:block;margin-bottom:6px;letter-spacing:-.04em}.hero-evidence a{display:block;position:relative}.hero-evidence a>span{position:absolute;right:12px;top:12px;font-size:24px}.hero-evidence small{color:var(--muted);font-size:14px}.device-collection{padding-bottom:65px}.device-pair{display:grid;grid-template-columns:1fr 1fr;gap:28px}.device-product{overflow:hidden;background:#f1f6f8;border-radius:12px}.product-art{height:395px;position:relative;overflow:hidden;isolation:isolate}.product-watermark{position:absolute;left:30px;top:10px;font:800 150px/1 Manrope,sans-serif;letter-spacing:-.07em;color:#dce9f0;z-index:-1}.pro-product .product-art>img{position:absolute;height:118%;width:100%;object-fit:contain;bottom:-20%;filter:drop-shadow(0 8px 14px #00265118)}.art-caption{position:absolute;left:30px;bottom:15px;font-size:14px;letter-spacing:.1em}.device-product-copy{padding:30px 32px 32px;background:white;border:1px solid var(--line);border-top:0;border-radius:0 0 12px 12px}.device-product h3{font-size:37px;margin:0 0 13px}.device-product .eyebrow{font-size:14px;margin-bottom:10px}.device-product-copy>p{color:var(--muted);max-width:360px;font-size:15px;margin-bottom:20px}.device-capabilities{list-style:none;display:flex;gap:8px;flex-wrap:wrap;padding:0;margin:0 0 25px;min-height:32px}.device-capabilities li{font-size:14px;border:1px solid var(--line);border-radius:25px;padding:5px 11px}.device-buy{display:flex;justify-content:space-between;align-items:center;gap:15px;border-top:1px solid var(--line);padding-top:22px}.device-buy p{margin:0}.device-buy strong{font:500 32px/1.3 Manrope,sans-serif;letter-spacing:-.04em}.device-buy p span{display:block;font-size:14px;color:var(--muted)}.device-buy .button{font-size:14px;padding:11px 17px;gap:22px}.gps-showcase .product-art{background:#071320}.gps-showcase .product-watermark{color:#122c40;z-index:0}.gps-showcase .gps-product{height:100%;padding:25px 0 50px;position:relative;z-index:1;grid-template-rows:1fr}.gps-showcase .art-caption{color:#b8dceb;z-index:2}.accessory-ribbon{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px;align-items:center;margin-top:35px;border-bottom:1px solid var(--line);padding:20px 0 35px}.accessory-ribbon .eyebrow{font-size:14px;margin-bottom:5px}.accessory-ribbon p{font-size:14px;margin:0}.accessory-ribbon a{display:flex;gap:10px;justify-content:space-between;font-size:14px;border-left:1px solid var(--line);padding:12px 0 12px 22px}.home-connection{background:#f4f8fa}.home-connection .journey{padding-block:75px}.home-connection .journey-visual{height:480px;background:white;border:1px solid #d3e1e9}.home-connection .journey-rail{background:white}.home-connection .journey-story{min-height:340px}.home-connection .journey-story h3{font-size:35px}.home-software{background:#08284b;color:white}.software-grid{display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:center}.software-copy .eyebrow{color:#9bd8f0}.software-copy h2{font-size:clamp(48px,5vw,72px);line-height:1.05;letter-spacing:-.05em}.software-lead{font-size:18px;color:#d0e3ec;max-width:450px}.software-steps{margin:30px 0}.software-steps>div{display:flex;gap:20px;border-top:1px solid #42607c;padding:16px 0}.software-steps>div>span{font-size:14px;color:#8bbacc;margin-top:5px}.software-steps p{font-size:14px;color:#bfdae8;margin:0}.software-steps strong{display:block;color:white;font-weight:500;font-size:15px;margin-bottom:3px}.software-copy .button{background:var(--cyan);color:var(--navy)}.software-price{font-size:14px;color:#bfdae8;margin-top:18px;margin-bottom:0}.software-preview{background:#143c60;border:1px solid #3c617e;border-radius:140px 140px 12px 12px;padding:48px 30px 20px;text-align:center}.preview-caption .eyebrow{color:#94cfe7;font-size:14px;margin-bottom:7px}.preview-caption>span:last-child{font-size:14px;color:#d4e8f1}.software-preview>a{display:block;width:245px;max-width:85%;margin:26px auto 20px;transform:rotate(-3deg);filter:drop-shadow(0 20px 20px #00152855)}.software-preview>a img{width:100%}.software-preview>p{color:#b5d1df;font-size:14px;margin:0}.app-core-strip{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:60px;padding-block:65px}.app-core-strip h2{font-size:34px;margin:0}.app-core-strip h3{font-size:24px}.app-core-strip article{border-left:1px solid var(--line);padding-left:30px}.app-core-strip p{font-size:14px;color:var(--muted)}.home-field{background:#f3f6f3}.alula-editorial{display:grid;grid-template-columns:1.6fr 1fr;background:white;border-radius:10px;overflow:hidden}.alula-editorial-photo{min-height:510px}.alula-editorial-photo img{height:100%;width:100%;object-fit:cover}.alula-editorial-copy{padding:45px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.alula-number{font:500 92px/1 Manrope,sans-serif;letter-spacing:-.07em;margin-bottom:30px}.alula-number span{font-size:18px;letter-spacing:-.02em;margin-left:15px}.alula-editorial-copy h3{font-size:29px;margin-bottom:18px}.alula-editorial-copy p{font-size:14px;color:var(--muted)}.field-bottom{display:flex;justify-content:space-between;gap:30px;margin-top:20px;font-size:14px;color:var(--muted)}.field-bottom a{color:var(--navy)}.home-final{background:#dff4fc;padding:75px 0;text-align:center}.home-final h2{font-size:clamp(52px,6vw,84px);line-height:1.05;letter-spacing:-.055em}.home-final .actions{justify-content:center}.home-final p{font-size:14px;margin:24px 0 0;color:var(--muted)}
@media(max-width:1050px){.product-hero-grid{gap:15px;grid-template-columns:1fr 1fr}.product-hero h1{font-size:72px}.hero-product-scene{height:490px}.hero-app{top:90px;width:37%}.scene-product-label{left:25%;bottom:20px}.scene-app-label{font-size:18px;bottom:110px;right:5px}.hero-connection{display:none}.software-grid{gap:50px}.product-art{height:340px}.device-buy{flex-wrap:wrap}.device-buy .button{gap:12px}.accessory-ribbon{gap:15px}.alula-editorial-copy{padding:28px}.app-core-strip{gap:25px}.hero-evidence{gap:18px}.hero-evidence strong{font-size:17px}}
@media(max-width:700px){.product-hero{padding-top:0}.product-hero-grid{display:flex;flex-direction:column;gap:0}.product-hero-copy{padding:35px 0 12px;width:100%}.product-hero h1{font-size:clamp(56px,14vw,78px);margin:22px 0;letter-spacing:-.055em}.product-hero-copy>p{font-size:15px;max-width:390px;margin-bottom:23px}.product-hero-copy .eyebrow{font-size:14px}.product-hero-copy .button{font-size:14px;padding:12px 16px;gap:15px}.hero-demo-link{font-size:14px}.hero-footnote{margin-top:20px;font-size:14px}.hero-product-scene{width:100%;height:390px;margin-top:5px}.hero-apiary{inset:15px 0 40px 12%;border-top-left-radius:100px}.hero-app{width:34%;top:65px;right:7%}.hero-device{width:90%;bottom:9px;left:-17%}.scene-location{font-size:14px;top:32px;right:15px}.scene-product-label{left:27%;bottom:23px;padding:9px 12px}.scene-product-label strong{font-size:14px}.scene-product-label span{font-size:14px}.scene-app-label{font-size:16px;bottom:83px;right:2%}.hero-evidence{grid-template-columns:1fr 1fr;padding:23px 0;gap:20px}.hero-evidence strong{font-size:20px}.hero-evidence p,.hero-evidence a{font-size:14px}.hero-evidence small{font-size:14px}.hero-evidence a>span{right:16px}.device-pair{grid-template-columns:1fr;gap:30px}.device-collection{padding-bottom:35px}.device-collection h2{font-size:37px}.product-art{height:320px}.device-product-copy{padding:24px}.device-product h3{font-size:32px}.device-product-copy>p{font-size:14px}.device-buy{flex-wrap:nowrap}.device-buy strong{font-size:28px}.device-buy .button{font-size:14px;padding:10px 13px}.device-buy p span{font-size:14px}.product-watermark{font-size:120px;left:20px}.art-caption{left:24px;font-size:14px}.accessory-ribbon{grid-template-columns:1fr;margin-top:25px;gap:0;padding-bottom:15px}.accessory-ribbon>div{padding-bottom:15px}.accessory-ribbon a{padding:15px 0;border-left:0;border-top:1px solid var(--line);font-size:14px}.home-connection .journey{padding-block:45px}.home-connection .journey-visual{height:380px}.home-connection .journey-story{min-height:300px}.home-connection .journey-story h3{font-size:28px}.software-grid{grid-template-columns:1fr;gap:35px}.software-copy h2{font-size:54px}.software-lead{font-size:17px}.software-steps{margin-block:25px}.software-preview{border-radius:100px 100px 10px 10px;padding-top:35px}.software-preview>a{width:230px}.app-core-strip{grid-template-columns:1fr;padding-block:45px;gap:28px}.app-core-strip>div h2 br{display:none}.app-core-strip h2{font-size:32px}.app-core-strip article{padding:24px 0 0;border-left:0;border-top:1px solid var(--line)}.app-core-strip h3{margin-bottom:12px}.app-core-strip p{margin-bottom:10px}.alula-editorial{grid-template-columns:1fr}.alula-editorial-photo{min-height:0;height:290px}.alula-editorial-copy{padding:28px}.alula-number{font-size:72px;margin-bottom:20px}.alula-editorial-copy h3{font-size:28px}.field-bottom{flex-direction:column;gap:10px;font-size:14px}.home-final{padding:50px 0}.home-final .button{font-size:14px;padding:12px 17px;gap:15px}}
@media(max-width:360px){.hero-product-scene{height:340px}.scene-app-label{bottom:75px;font-size:14px}.hero-app{top:59px}.device-buy{flex-wrap:wrap}.product-art{height:290px}}
.pro-product .product-art>img{bottom:0}.pro-product .art-caption{background:#f1f6f8e8;padding:5px 8px;left:22px;border-radius:3px}
/* Refinement: readable commercial details and one continuous data journey. */
.hero-app,.software-preview>a{transform:none}.device-product .product-art{background:#071320}.device-product .product-watermark{color:#173247;z-index:0}.pro-product .product-art>img{z-index:1}.device-product .art-caption{z-index:2;background:#071320;color:#c4e2ef;padding:5px 8px;border-radius:3px}.device-product-copy>p{min-height:48px}.device-product-copy>p strong{font-weight:600;color:var(--navy)}.device-buy{align-items:flex-end}.device-buy p span{font-size:14px;line-height:1.6}.device-buy p .recurring-cost{color:var(--navy);font-weight:600}.device-capabilities li{font-size:14px}.software-price{font-size:14px}.hero-evidence small{font-size:14px}.software-links{display:flex;justify-content:center;gap:70px;padding-block:28px}.software-links a{display:flex;gap:18px;align-items:center;padding:8px 0}.software-links strong{font-size:16px;font-weight:600}.software-links span{font-size:14px;color:var(--muted)}.home-software .software-preview{padding-top:28px;border-radius:18px}.home-software .software-preview>a{width:230px;margin:20px auto}.home-software .software-grid{gap:80px}.home-software .software-copy{max-width:450px}
.connected-demo{background:#f1f7fa;padding-block:65px}.connection-stage{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:30%;align-items:center;max-width:900px;margin:auto;padding:25px 20px;isolation:isolate}.connection-source{position:relative;background:white;border:1px solid #bfd7e2;border-radius:12px;overflow:hidden;z-index:1}.connection-source-photo{height:190px;overflow:hidden}.connection-source-photo img{width:100%;height:100%;object-fit:cover;object-position:center 65%}.connection-label{display:block;font-size:14px;letter-spacing:.09em;color:#3e657b;font-weight:600}.connection-source>.connection-label{padding:17px 18px 0}.source-reading{padding:8px 18px 20px}.source-reading strong{font:500 32px/1.3 Manrope,sans-serif;display:block}.source-reading span{font-size:14px;color:var(--muted)}.connection-phone{border:7px solid #092b49;border-radius:30px;background:white;min-height:355px;position:relative;padding:42px 20px 28px;z-index:1;box-shadow:0 12px 25px #00265114}.phone-speaker{position:absolute;top:10px;left:38%;width:24%;height:6px;border-radius:6px;background:#092b49}.connection-phone h3{font-size:25px;margin:9px 0}.phone-caption{font-size:14px;color:var(--muted)}.phone-home{position:absolute;bottom:9px;left:34%;width:32%;height:4px;border-radius:5px;background:#092b49}.received-readings{opacity:0;transition:opacity .25s;margin-top:18px}.received-readings>div{display:flex;justify-content:space-between;gap:12px;align-items:center;border-top:1px solid var(--line);padding:12px 0}.received-readings span{font-size:14px;color:var(--muted)}.received-readings strong{font:600 24px/1.2 Manrope,sans-serif}.received-readings p{font-size:14px;color:#3e657b;margin:9px 0 0}.phone-waiting{position:absolute;top:55%;left:20px;right:20px;font-size:14px;color:var(--muted)}.connection-stage[data-phase="2"] .received-readings{opacity:1}.connection-stage[data-phase="2"] .phone-waiting{visibility:hidden}.connection-line{position:absolute;top:46%;left:25%;width:50%;height:2px;background:#b8d9e8;z-index:0}.connection-line:after{content:'';display:block;width:calc(var(--progress)*100%);height:100%;background:#087faa}.connection-packet{position:absolute;top:46%;left:calc(25% + var(--progress)*50%);transform:translate(-50%,-50%);padding:10px 14px;background:#002651;color:white;border:2px solid #8be3ff;border-radius:24px;font-size:14px;white-space:nowrap;z-index:3;opacity:0;pointer-events:none;box-shadow:0 4px 15px #00265120}.connection-stage[data-phase="1"] .connection-packet{opacity:1}.connection-packet span{margin-left:9px;color:#8be3ff}.connection-toolbar{display:flex;justify-content:center;align-items:center;gap:25px;flex-wrap:wrap;margin-top:25px}.connection-buttons{display:flex;gap:4px;padding:4px;background:white;border:1px solid var(--line);border-radius:30px}.connection-toolbar button{font-size:14px;min-height:44px;padding:10px 16px;border:0;border-radius:24px;background:white}.connection-buttons button[aria-pressed="true"]{background:var(--navy);color:white}#connection-play{background:transparent;border:1px solid #7baac0}.connection-status{text-align:center;font-size:15px;min-height:26px;margin:22px auto 9px;max-width:650px}.connection-disclaimer{text-align:center;font-size:14px;color:var(--muted);margin:0}
@media(max-width:1050px){.connection-stage{gap:20%}.software-links{gap:30px}.software-links a{display:block}.software-links span{display:block}}
@media(max-width:700px){.product-hero-copy{padding-top:28px}.product-hero h1{margin:18px 0}.hero-footnote{display:none}.hero-product-scene{height:330px;margin-top:0}.hero-device{width:82%;left:-12%;bottom:0}.hero-app{width:31%;top:40px;right:8%}.scene-product-label{bottom:14px}.hero-evidence{padding-block:18px;gap:16px}.hero-evidence small{font-size:14px}.device-collection{padding-top:35px}.device-collection .section-heading{margin-bottom:22px}.device-collection h2{font-size:33px}.device-collection .section-heading>p{margin-top:14px}.device-pair{gap:22px}.product-art{height:235px}.product-watermark{font-size:95px}.device-product-copy{padding:21px}.device-product h3{font-size:29px;margin-bottom:10px}.device-product-copy>p{min-height:0;margin-bottom:14px}.device-capabilities{margin-bottom:14px;min-height:0}.device-capabilities li{font-size:14px;padding:4px 9px}.device-buy{padding-top:15px;flex-wrap:wrap;gap:12px}.device-buy p span{font-size:14px}.device-buy .button{font-size:14px;min-height:44px}.device-buy strong{font-size:29px}.device-product .art-caption{font-size:14px;bottom:10px;left:13px}.gps-showcase .gps-product{padding:18px 0 40px}.accessory-ribbon{margin-top:15px;padding-top:10px}.connected-demo{padding-block:36px}.connected-demo h2{font-size:34px}.connected-demo .section-heading{margin-bottom:16px}.connected-demo .section-heading>p{margin-top:14px}.connection-stage{grid-template-columns:1fr 1fr;gap:12%;padding:10px 0}.connection-source-photo{height:105px}.connection-source>.connection-label{font-size:14px;padding:12px 10px 0}.source-reading{padding:8px 10px 12px}.source-reading strong{font-size:23px}.source-reading span{font-size:14px;display:block}.connection-phone{min-height:278px;border-width:5px;border-radius:22px;padding:30px 10px 22px}.connection-phone .connection-label{font-size:14px}.connection-phone h3{font-size:19px;margin-block:9px}.phone-caption{font-size:14px}.received-readings{margin-top:15px}.received-readings>div{display:block;padding:7px 0}.received-readings span{font-size:14px;display:block}.received-readings strong{font-size:22px}.received-readings p{font-size:14px;line-height:1.4}.phone-waiting{font-size:14px;left:10px;right:10px}.connection-packet{font-size:14px;padding:7px 10px}.connection-toolbar{gap:12px;margin-top:14px}.connection-toolbar button{font-size:14px;padding:10px 13px}.connection-status{font-size:14px;min-height:48px;margin-top:17px}.connection-disclaimer{font-size:14px}.home-software{padding-block:36px}.home-software .software-grid{gap:24px}.home-software h2{font-size:42px;margin-bottom:16px}.home-software h2 br{display:none}.software-lead{font-size:15px;margin-bottom:18px}.home-software .language-tags{margin-bottom:18px}.software-price{font-size:14px;margin-top:15px}.home-software .software-preview{padding:20px 15px 15px;border-radius:12px}.home-software .software-preview>a{width:235px;height:290px;overflow:hidden;position:relative;border-radius:20px 20px 0 0;margin:16px auto 12px}.home-software .software-preview>a img{width:100%;max-width:none}.software-preview>p{font-size:14px}.software-links{padding-block:22px;gap:18px;justify-content:space-between}.software-links strong{font-size:15px}.software-links span{font-size:14px;line-height:1.5;margin-top:7px}.home-field{padding-block:36px}.home-field .section-heading{margin-bottom:24px}.home-field .section-heading>p{margin-top:15px}.home-field h2{font-size:34px}.alula-editorial-photo{height:235px}.alula-editorial-copy{padding:24px}.alula-number{font-size:58px;margin-bottom:15px}.alula-editorial-copy h3{font-size:25px;margin-bottom:13px}.alula-editorial-copy .eyebrow{margin-bottom:15px}.home-field+.faq-section{padding-block:36px}.home-final{padding-block:36px}.home-final h2{font-size:44px}.home-final .eyebrow{margin-bottom:15px}}
@media(prefers-reduced-motion:reduce){.received-readings{transition:none}}
/* Availability and customer positioning. Device image proportions are indicative. */
.gps-product>div{transform:scale(.48);transform-origin:center}.customer-evidence{grid-template-columns:.8fr 1.1fr 1.5fr;gap:35px;padding-block:28px}.customer-evidence>.eyebrow{font-size:14px;margin:0}.customer-evidence a strong{font-size:20px;line-height:1.35}.customer-evidence a>span{position:static;font-size:14px;color:var(--muted)}.customer-name{display:block;font:500 38px/1.15 Manrope,sans-serif;letter-spacing:-.04em;margin-bottom:25px}.stock-status{display:block;font-size:14px;font-weight:500;color:#785314;margin:0 0 14px}.stock-notice{background:#fff6e4;border-bottom:1px solid #ead9b6;color:#5e451c;padding:15px 0;font-size:14px}.stock-notice strong{margin-right:6px}.device-details{margin-top:10px;font-size:14px}.device-product-copy>p{margin-bottom:18px}
@media(max-width:700px){.customer-evidence{grid-template-columns:1fr;gap:15px;padding-block:22px}.customer-evidence a strong{font-size:18px;margin-bottom:4px}.customer-evidence a>span{font-size:14px}.customer-evidence a{padding-top:12px;border-top:1px solid var(--line)}.customer-name{font-size:31px;margin-bottom:20px}.stock-status{font-size:14px;line-height:1.5}.stock-notice{font-size:14px;padding:12px 0}}
/* Product-first opening and readable launch preview. */
.hero-product-focus{isolation:isolate;height:550px;overflow:hidden;border-radius:18px;background:#092c4c}.hero-field-panel{position:absolute;inset:0 0 0 48%;overflow:hidden}.hero-field-panel img{width:100%;height:100%;object-fit:cover;object-position:57% center}.hero-field-panel:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#092c4c,transparent 60%)}.hero-device-focus{position:absolute;inset:0 15% 0 -15%;display:flex;align-items:center}.hero-device-focus img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 20px 30px #001a3040)}.product-hero-grid{padding-block:45px;gap:55px}.product-hero-copy>p{max-width:420px}.home-software .software-grid,.beezy-launch .software-grid{gap:70px;grid-template-columns:1fr 1.1fr}.conversation-preview{margin:0;background:#fff;color:var(--navy);border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00172d22}.conversation-preview figcaption{padding:24px 28px 18px;border-bottom:1px solid var(--line)}.conversation-preview figcaption .eyebrow{display:block;font-size:14px;margin-bottom:8px;color:#40627a}.conversation-preview figcaption strong{font:600 24px/1.3 Manrope,sans-serif;letter-spacing:-.03em}.conversation-crop{display:block;position:relative;aspect-ratio:830/900;overflow:hidden;background:white;margin:12px 16px 0}.conversation-crop img{position:absolute;width:115.663%;max-width:none;height:auto;left:-8.434%;top:-28.889%}.conversation-caption{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;padding:18px 24px;font-size:14px;border-top:1px solid var(--line);color:#4f6476}.conversation-caption a{text-decoration:underline;text-underline-offset:4px;color:var(--navy)}.home-software .text-link{color:#b8e9fa;margin-top:18px}.beezy-launch{background:#eaf5fa}.beezy-launch h1{font-size:clamp(48px,5vw,76px);letter-spacing:-.055em;line-height:1.08;margin:20px 0 25px}.beezy-launch h1 em{font-style:normal;color:#087ba5}.beezy-launch .software-lead{color:#3c5b72}.beezy-launch .software-price{color:#3c5b72}.beezy-launch .software-copy .eyebrow{color:#087ba5}.beezy-launch .breadcrumb{display:block;margin-bottom:28px}.pricing-card:last-child h2{font-size:36px}
@media(max-width:1050px){.product-hero-grid{gap:25px}.hero-product-focus{height:470px}.home-software .software-grid,.beezy-launch .software-grid{gap:35px}}
@media(max-width:700px){.product-hero-grid{padding-block:0 24px;gap:20px}.hero-product-focus{height:300px;width:100%;border-radius:12px}.hero-device-focus{inset:-10% 20% -10% -10%}.hero-field-panel{left:48%}.home-software .software-grid,.beezy-launch .software-grid{grid-template-columns:1fr;gap:30px}.home-software h2{font-size:44px}.home-software h2 br{display:block}.home-software .software-copy{max-width:none}.conversation-preview figcaption{padding:20px}.conversation-preview figcaption strong{font-size:23px}.conversation-crop{margin:8px 4px 0}.conversation-caption{padding:16px;font-size:14px}.beezy-launch h1{font-size:49px}.beezy-launch{padding-block:35px}.software-lead{font-size:16px}}
/* Global product-led homepage. */
.world-hero{background:#eaf3f8;text-align:center;padding:48px 0 0;overflow:hidden}.world-hero .eyebrow{color:#416b85}.world-hero h1{font-size:clamp(62px,7.5vw,110px);line-height:1.03;letter-spacing:-.065em;margin:24px 0}.world-hero h1 em{font-style:normal;color:#227da4}.world-hero>div>p{font-size:18px;line-height:1.6;color:#4c6578}.world-hero .actions{justify-content:center;margin-top:25px}.world-hero .text-link{margin:0}.world-product{height:355px;position:relative;max-width:1060px;margin:auto;display:flex;justify-content:space-between;align-items:center;isolation:isolate}.world-product>img{position:absolute;width:600px;max-width:none;height:auto;bottom:0;left:50%;transform:translateX(-50%);z-index:-1}.world-product-note{text-align:left;border-top:1px solid #acc2d2;padding-top:14px;font-size:14px;color:#4d677b;width:190px;margin-top:75px}.world-product-note strong{display:block;font-size:17px;color:var(--navy);margin-bottom:8px;font-weight:500}.system-overview{display:grid;grid-template-columns:repeat(4,1fr);padding-block:28px;gap:24px}.system-overview a{padding-inline-start:24px;border-inline-start:1px solid var(--line)}.system-overview a:first-child{padding-inline-start:0;border:0}.system-overview strong{display:block;font-size:17px;font-weight:600}.system-overview span{display:block;font-size:14px;color:var(--muted);margin-top:7px}.system-overview small{font-size:14px;font-weight:400;display:inline-block;color:#456d82}.availability-line{background:var(--navy);color:#cee4f0;padding:17px 24px;display:flex;justify-content:center;gap:30px;font-size:14px}.availability-line a{color:white;text-decoration:underline;text-underline-offset:4px}.audience-paths{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding-block:48px;border-bottom:1px solid var(--line)}.audience-paths>a+ a{border-inline-start:1px solid var(--line);padding-inline-start:50px}.audience-paths h2{font-size:31px;margin:12px 0}.audience-paths p{font-size:15px;color:var(--muted);margin:0}.audience-paths .eyebrow{font-size:14px}.international{display:grid;grid-template-columns:1fr 1fr;gap:70px}.international p{color:var(--muted);font-size:16px}.language-nav{display:flex;gap:10px;align-items:center;font-size:14px;margin-inline-start:15px;white-space:nowrap}.language-nav a{padding:8px 1px}.header-inner{gap:20px}.language-nav a[aria-current=page]{border-bottom:2px solid var(--cyan)}
@media(min-width:1051px){.header nav#navigation{gap:19px}.header nav#navigation .button{padding:12px 18px;font-size:14px}.header .brand img{width:210px}}
@media(max-width:1050px){.header-inner{gap:12px}.language-nav{margin-inline-start:auto}.menu-toggle{order:3}.world-product-note{width:140px}.world-product>img{width:540px}.system-overview{gap:14px}.system-overview a{padding-inline-start:14px}.system-overview strong{font-size:15px}}
@media(max-width:700px){.header .brand img{width:160px}.header-inner{gap:8px}.language-nav{font-size:14px;gap:7px}.menu-toggle{width:37px;min-width:37px}.world-hero{padding-top:35px}.world-hero h1{font-size:clamp(43px,10vw,68px);margin:22px 0}.world-hero .eyebrow{font-size:14px}.world-hero>div>p{font-size:16px}.world-hero .actions{gap:22px}.world-hero .button{font-size:14px;padding:14px 18px}.world-hero .text-link{font-size:14px}.world-product{height:325px}.world-product>img{width:470px}.world-product-note{position:absolute;bottom:15px;margin:0;border:0;background:#eaf3f8eb;padding:8px;font-size:14px;width:auto}.world-product-note:first-child{left:0}.world-product-note:last-child{right:0}.world-product-note strong{font-size:14px;margin-bottom:4px}.system-overview{grid-template-columns:1fr 1fr;padding-block:24px;gap:23px 18px}.system-overview a:nth-child(3){padding-inline-start:0;border:0}.system-overview strong{font-size:15px}.system-overview small{display:block}.system-overview span{font-size:14px}.availability-line{display:block;text-align:center;font-size:14px;line-height:1.7}.availability-line a{display:block;margin-top:7px}.audience-paths{grid-template-columns:1fr;padding-block:32px;gap:28px}.audience-paths>a+ a{border-inline-start:0;border-top:1px solid var(--line);padding:28px 0 0}.audience-paths h2{font-size:28px}.international{grid-template-columns:1fr;gap:20px}.international p{font-size:15px}}
.locale-header{display:flex;justify-content:space-between;align-items:center;padding-block:20px}.locale-header img{width:220px}.locale-header .language-nav{font-size:14px;gap:18px}.locale-products{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:35px}.locale-products article{border-top:2px solid var(--cyan);padding-top:25px}.locale-products h3{font-size:25px}.locale-products p{font-size:15px;color:var(--muted)}.locale-products .locale-cost{color:var(--navy);font-weight:500}.locale-products small,.world-hero .text-link small{font-size:14px}.locale-footer{padding-block:40px}.locale-footer .text-link{color:white}html[dir=rtl] body{font-family:Tahoma,Arial,sans-serif}html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3{font-family:Tahoma,Arial,sans-serif;letter-spacing:0;line-height:1.5}html[dir=rtl] .eyebrow{letter-spacing:0}html[dir=rtl] .world-hero h1{font-size:clamp(45px,6vw,82px)}html[dir=rtl] .customer-evidence a{direction:ltr;text-align:right}
@media(max-width:850px){.locale-products{grid-template-columns:1fr 1fr}}@media(max-width:500px){.locale-header img{width:170px}.locale-header .language-nav{font-size:14px;gap:12px}.locale-products{grid-template-columns:1fr}.locale-header{padding-block:16px}.locale-products h3{font-size:26px}}
.world-product{margin-top:24px}.header nav.language-nav{display:flex;position:static;flex-direction:row;width:auto;background:transparent;border:0;padding:0;gap:12px;font-size:14px;box-shadow:none}.header nav.language-nav>a{padding:10px 0}
@media(max-width:700px){.header .brand{width:150px}.header .brand img{width:150px}.header nav.language-nav{gap:8px;font-size:14px;margin-inline-start:auto}.world-product{margin-top:10px}.header-inner{padding-inline:16px}}
@media(max-width:360px){.header .brand,.header .brand img{width:130px}.header nav.language-nav{gap:6px}}
/* Complete enquiry journeys in three languages. */
.locale-request{margin-top:18px;font-size:14px}.request-review pre{white-space:pre-wrap;overflow-wrap:anywhere;text-align:start}.request-grid input,.request-grid textarea,.request-grid select{min-width:0;max-width:100%}.request-grid select{white-space:normal}html[dir=rtl] .request-summary,html[dir=rtl] .request-review{text-align:right}html[dir=rtl] .request-summary ol{padding-right:24px;padding-left:0}html[dir=rtl] .request-grid input[type=email]{text-align:left}html[dir=rtl] .page-hero h1{font-size:clamp(38px,5vw,68px)}.language-nav a[data-enquiry-language]{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:8px}.header nav.language-nav:has([data-enquiry-language]){gap:2px}
@media(max-width:700px){.header:has([data-enquiry-language]) .brand,.header:has([data-enquiry-language]) .brand img{width:130px}.header nav.language-nav a[data-enquiry-language]{min-width:36px}.request-grid{min-width:0}.locale-header .language-nav{gap:2px}}
/* Keep the spam trap off-screen-reader and keyboard paths without RTL overflow. */
.form-trap{position:absolute;left:0;right:auto;top:0;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;pointer-events:none}
.form-error{color:#9d2525;font-size:14px;border-inline-start:3px solid #9d2525;padding-inline-start:12px}
/* Beezy inspection concept: lightweight isometric scene and interactive phone. */
.beezy-inspection{background:#08284b;color:white}.inspection-heading{display:grid;grid-template-columns:1.3fr 1fr;gap:70px;align-items:end;margin-bottom:42px}.inspection-heading .eyebrow{color:#9cdcf3;font-size:14px}.inspection-heading h2,.inspection-heading h1{font-size:clamp(40px,4.5vw,65px);line-height:1.1;letter-spacing:-.05em;margin:0}.inspection-heading p{color:#c8dce8;font-size:17px;max-width:400px}.inspection-heading .button{background:var(--cyan);color:var(--navy)}.inspection-demo{overflow:hidden;border:1px solid #56748c;border-radius:16px;background:#103858}.demo-label{display:flex;justify-content:space-between;gap:16px;padding:16px 25px;border-bottom:1px solid #56748c;font-size:14px;color:#c6dfec}.demo-label>span:first-child{font-size:14px;letter-spacing:.1em;display:flex;gap:8px;align-items:center}.demo-label i{width:6px;height:6px;border-radius:50%;background:#77d6f5}.inspection-stage{display:grid;grid-template-columns:1.25fr 1fr;min-height:545px;position:relative;background:#e6f2f6;color:var(--navy)}.apiary-scene{position:relative;overflow:hidden;background:linear-gradient(180deg,#d9edf5,#edf4ec);isolation:isolate;display:flex;align-items:flex-end;justify-content:center}.scene-sun{position:absolute;top:52px;left:66%;height:65px;width:65px;border-radius:50%;background:#fff3d0;box-shadow:0 0 65px #fff4d4}.scene-hill{position:absolute;width:600px;height:210px;border-radius:50%;background:#afc7bb;bottom:-80px;left:-160px;transform:rotate(8deg);z-index:-1}.hill-two{left:150px;bottom:-60px;background:#c6d5c4;transform:rotate(-12deg)}.beekeeper-scene{width:100%;height:auto;max-height:510px;position:relative;transform-origin:45% 65%;transition:transform 1s ease}.scene-tag{position:absolute;top:26px;left:26px;display:flex;align-items:center;gap:8px;font-size:14px;letter-spacing:.08em}.scene-tag>span:last-child{letter-spacing:0;display:block;border-inline-start:1px solid #89a6b6;padding-inline-start:10px;color:#506e80}.scene-tag-dot{height:6px;width:6px;background:#2588ae;border-radius:50%}.spoken-note{position:absolute;left:25px;right:25px;bottom:23px;background:#fffef3;box-shadow:0 8px 25px #173a5017;border:1px solid #c9dce5;border-radius:10px;padding:18px;display:flex;align-items:center;gap:15px;font-size:14px;opacity:0;transform:translateY(10px);transition:opacity .3s,transform .3s}.voice-bars{display:flex;align-items:center;gap:3px;height:23px}.voice-bars i{width:3px;height:8px;border-radius:3px;background:#1482a7}.voice-bars i:nth-child(2),.voice-bars i:nth-child(4){height:18px}.voice-bars i:nth-child(3){height:23px}.demo-phone-wrap{display:flex;align-items:center;justify-content:center;padding:28px 34px;background:radial-gradient(ellipse at center,#fbfeff,#d7e9f0);perspective:1000px}.demo-phone{width:310px;min-height:472px;background:#fff;border:7px solid #133954;border-radius:35px;padding:24px 23px 20px;box-shadow:14px 19px 0 #a6c2d15c,0 20px 45px #193d591c;transform:rotateY(-9deg) rotateX(3deg);transition:transform .7s}.demo-phone-top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dce7ed;padding-bottom:15px;margin-bottom:23px}.demo-phone-top>span{font:700 24px/1 Manrope,sans-serif;letter-spacing:-.05em}.demo-phone-top small{font-size:14px;color:#5d7385}.phone-inspection-label{font-size:14px;letter-spacing:.1em;color:#43728a;margin-bottom:10px}.demo-phone h3{font-size:25px;line-height:1.15;letter-spacing:-.035em;margin-bottom:20px}.demo-listening{text-align:center;padding-top:16px}.mic-orb{display:flex;height:78px;width:78px;margin:0 auto 25px;align-items:center;justify-content:center;border-radius:50%;background:#def4fc;color:#11688d;font-size:36px;border:1px solid #b9e4f3}.demo-listening strong{font-size:14px;display:block;font-weight:500}.demo-listening p{font-size:14px;line-height:1.6;color:#60788a;margin:18px 0 0}.record-badge{font-size:14px;letter-spacing:.08em;background:#e7f6fa;color:#245c72;padding:5px 9px;display:inline-block}.demo-record dl{margin:10px 0}.demo-record dl>div{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid #e0e9ee;font-size:14px}.demo-record dd{margin:0;font-weight:600}.demo-record p{font-size:14px;line-height:1.5;color:#577085;margin:15px 0}.demo-save{border:0;background:#002651;color:white;padding:13px 16px;width:100%;border-radius:7px;text-align:left;display:flex;justify-content:space-between;align-items:center;font-size:14px;min-height:44px}.demo-save-note{display:block;text-align:center;font-size:14px;color:#61798b;margin-top:10px}.demo-saved{text-align:center;padding-top:20px}.demo-saved>span{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:#dcf2e8;color:#206b51;font-size:32px;margin:0 auto 24px}.demo-saved strong{font-size:17px;display:block}.demo-saved p{font-size:14px;margin:15px 0;color:#537084}.demo-saved small{font-size:14px;color:#58768b}.inspection-controls{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 24px;border-top:1px solid #54728a}.demo-step-buttons,.demo-playback{display:flex;gap:6px;align-items:center}.inspection-controls button{border:1px solid #638097;background:transparent;color:#d9edf6;border-radius:5px;min-height:44px;padding:9px 13px;font-size:14px}.demo-step-buttons button[aria-pressed=true]{background:#d6f2fd;border-color:#d6f2fd;color:#002651}.demo-playback button:first-child{background:#63c7ee;border-color:#63c7ee;color:#002651}.demo-caption{font-size:15px;text-align:center;max-width:800px;min-height:50px;margin:0 auto;padding:0 24px 22px;color:#e1eff6}.inspection-footer{display:flex;justify-content:space-between;gap:25px;flex-wrap:wrap;margin-top:20px;font-size:14px;color:#bed6e5}.inspection-footer>span{max-width:530px}.inspection-footer a{color:#d4f2fd;text-decoration:underline;text-underline-offset:5px}.inspection-demo[data-step="1"] .spoken-note{opacity:1;transform:none}.inspection-demo[data-step="1"] .beekeeper-scene{transform:scale(1.035)}.inspection-demo[data-step="2"] .demo-phone,.inspection-demo[data-step="3"] .demo-phone{transform:none}.inspection-frame{transform-origin:320px 280px;transition:transform 1s}.inspection-demo[data-step="1"] .inspection-frame{transform:translateY(-9px) rotate(-3deg)}.inspection-demo[data-playing="true"][data-step="1"] .voice-bars i{animation:beezy-wave .6s ease-in-out infinite alternate}.inspection-demo[data-playing="true"][data-step="1"] .voice-bars i:nth-child(2n){animation-delay:.2s}.inspection-demo[data-playing="true"][data-step="1"] .mic-orb{animation:beezy-mic 1.5s ease-in-out infinite}.inspection-demo[data-playing="false"] *{animation-play-state:paused!important}@keyframes beezy-wave{to{transform:scaleY(.35)}}@keyframes beezy-mic{50%{box-shadow:0 0 0 13px #cbeef650}}
@media(max-width:1000px){.inspection-heading{gap:30px}.inspection-stage{grid-template-columns:1fr 1fr}.demo-phone-wrap{padding:25px 20px}.scene-tag>span:last-child{display:none}.spoken-note{font-size:14px;left:15px;right:15px;padding:12px}.inspection-controls{flex-wrap:wrap;justify-content:center}.inspection-heading p{font-size:15px}}
@media(max-width:700px){.beezy-inspection{padding-block:40px}.inspection-heading{grid-template-columns:1fr;gap:22px;margin-bottom:28px}.inspection-heading h2,.inspection-heading h1{font-size:39px}.inspection-heading p{font-size:15px;margin-bottom:18px}.inspection-heading .button{font-size:14px}.demo-label{padding:14px 15px;display:block;line-height:1.8}.demo-label>span:last-child{font-size:14px}.inspection-stage{grid-template-columns:1fr}.apiary-scene{height:275px}.beekeeper-scene{height:290px;width:auto;max-width:none;margin-bottom:-9px}.scene-tag{top:16px;left:16px;font-size:14px}.scene-sun{top:27px;left:77%;width:43px;height:43px}.spoken-note{bottom:12px;padding:10px;font-size:14px}.demo-phone-wrap{padding:25px 24px 32px}.demo-phone{width:290px;min-height:450px;transform:none;box-shadow:8px 12px 0 #a6c2d15c}.inspection-controls{padding:18px 10px;gap:12px}.inspection-controls button{font-size:14px;padding:8px 11px}.demo-caption{font-size:14px;min-height:80px;padding:0 16px 20px}.inspection-footer{font-size:14px;gap:14px}.demo-label>span:first-child{font-size:14px}}
@media(prefers-reduced-motion:reduce){.inspection-demo *, .inspection-demo *:before,.inspection-demo *:after{animation:none!important;transition:none!important}.demo-phone{transform:none}}
.inspection-demo{scroll-margin-top:100px}
/* Green treatment for the inspection review action and confirmed result. */
.demo-save{background:#20704d;color:#fff}.demo-save:hover{background:#18563b}.demo-saved{background:#e0f3e8;border:1px solid #95caae;border-radius:14px;padding:24px 15px;color:#18563b}.demo-saved>span{background:#20704d;color:#fff}.demo-saved strong{color:#18563b}.demo-saved p,.demo-saved small{color:#315f49}
/* Five-stage hive-to-insight animation. */
.hive-journey{border:1px solid #bed3df;border-radius:15px;overflow:hidden;background:white;scroll-margin-top:100px}.journey-disclosure{padding:15px 25px;background:#0c304f;color:#d3e9f3;font-size:14px;letter-spacing:.09em;display:flex;justify-content:space-between;gap:15px}.journey-disclosure span{letter-spacing:0}.hive-journey-grid{display:grid;grid-template-columns:1fr 1fr;min-height:550px}.cutaway-scene{background:linear-gradient(135deg,#dfedf3,#f0f6f0);position:relative;padding:26px 20px 20px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.cutaway-label{font-size:14px;letter-spacing:.08em;color:#3c6179;position:absolute;top:22px;left:25px}.cutaway-hive{width:100%;max-height:410px;margin-top:10px}.cutaway-lid{transform:translateY(20px);transition:transform 1s}.sensor-values{display:flex;justify-content:center;gap:40px;margin:5px 0 15px;font-size:14px;color:#42617a}.sensor-values strong{display:block;font:600 27px/1.5 Manrope,sans-serif;color:#002651}.transmission-track{display:flex;align-items:center;justify-content:center;gap:15px;font-size:14px;letter-spacing:.06em;position:relative}.transmission-track i{width:90px;height:2px;background:#9abdcf}.transmission-track b{position:absolute;left:35%;font-size:17px;color:#087fa7;opacity:0}.journey-insight{padding:28px 35px;display:flex;flex-direction:column;justify-content:flex-start}.insight-brand{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--line);font-weight:600;font-size:18px;margin-bottom:30px}.insight-brand span{font-weight:400;font-size:14px;color:var(--muted)}.journey-insight .eyebrow{font-size:14px;margin-bottom:17px}.journey-insight h3{font-size:32px;margin-bottom:20px}.journey-insight p{font-size:15px;color:#49657b;margin-bottom:20px}.journey-insight small{font-size:14px;line-height:1.6;color:#516c81;display:block}.insight-callout{background:#e9f5fa;border-inline-start:3px solid #39b2de;padding:20px;margin:22px 0;font-size:15px}.network-diagram{display:flex;align-items:center;justify-content:space-between;margin:28px 0;gap:6px;font-size:14px}.network-diagram span{background:#eaf4f8;border:1px solid #d1e4ee;padding:12px;border-radius:8px}.network-diagram b{color:#168ab5}.trend-chart{width:100%;height:145px;margin:0 0 18px}.health-example{display:flex;align-items:center;gap:24px;margin:20px 0}.health-example>div:last-child{max-width:190px;font-size:14px}.health-example p{font-size:14px;margin:8px 0}.health-ring{width:112px;height:112px;flex-shrink:0;border-radius:50%;background:conic-gradient(#2386ac 0 72%,#e2ecf2 72% 100%);display:grid;place-items:center}.health-ring>strong{display:flex;align-items:center;justify-content:center;flex-direction:column;width:89px;height:89px;border-radius:50%;background:white;font:600 37px/1.1 Manrope,sans-serif}.health-ring small{font:400 11px/1.2 'DM Sans',sans-serif;margin-top:4px}.score-explanation{font-size:14px;padding:13px 15px;background:#fff5df;border:1px solid #e8d6ac;color:#715b2e;border-radius:6px}.recommendation-card{background:#e7f3ef;border:1px solid #b6d8c9;border-radius:10px;padding:22px;margin:20px 0}.recommendation-card>span{font-size:14px;letter-spacing:.08em;color:#326952}.recommendation-card h4{font-size:21px;line-height:1.3;margin:12px 0}.recommendation-card p{font-size:14px;color:#355c4d;margin:10px 0 0}.hive-journey-controls{padding:20px 25px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}.hive-journey-controls>div{display:flex;gap:6px;flex-wrap:wrap}.hive-journey-controls button{background:white;border:1px solid #aac4d3;border-radius:6px;padding:10px 13px;min-height:44px;font-size:14px}.hive-journey-controls button[aria-pressed=true]{background:#002651;color:white;border-color:#002651}.hive-journey-controls>[data-hive-play]{background:#dcf2fc;border-color:#9fcee1}.hive-journey-caption{font-size:14px;color:#375a73;text-align:center;padding:0 24px 22px;min-height:48px;margin:0}.journey-footnote{font-size:14px;color:#557185;max-width:800px;margin:20px auto 0;text-align:center}.journey-footnote a{text-decoration:underline;text-underline-offset:4px}.hive-journey[data-step="0"] .cutaway-lid{transform:translateY(-12px)}.sensor-waves{opacity:.2}.hive-journey[data-step="0"] .sensor-waves{opacity:1}.hive-journey[data-step="1"] .transmission-track b{opacity:1}.hive-journey[data-playing=true][data-step="1"] .transmission-track b{animation:hive-transmit 2s ease-in-out infinite}.hive-journey[data-playing=true][data-step="0"] .sensor-waves{animation:hive-sense 1.5s ease-in-out infinite}.hive-journey[data-playing=true][data-step="2"] .trend-line{stroke-dasharray:400;animation:hive-trend 2s ease-out}.hive-journey[data-playing=false] *{animation-play-state:paused!important}@keyframes hive-transmit{from{transform:translateX(0);opacity:0}30%{opacity:1}to{transform:translateX(110px);opacity:0}}@keyframes hive-sense{50%{opacity:.2}}@keyframes hive-trend{from{stroke-dashoffset:400}to{stroke-dashoffset:0}}
@media(max-width:900px){.hive-journey-grid{grid-template-columns:1fr}.cutaway-scene{padding:30px 20px 16px}.cutaway-hive{height:305px;width:100%}.journey-insight{padding:25px;min-height:440px}.hive-journey-controls{justify-content:center}.hive-journey-controls>div{justify-content:center}.sensor-values{gap:45px;margin:0 0 12px}.sensor-values strong{font-size:24px}.journey-disclosure{padding:15px;display:block;line-height:1.8}.journey-disclosure span{display:block}.insight-brand{margin-bottom:23px}.journey-insight h3{font-size:29px}}
@media(max-width:500px){.cutaway-hive{height:260px}.cutaway-label{font-size:14px;left:18px;top:18px}.journey-insight{padding:23px 20px;min-height:460px}.journey-insight p{font-size:14px}.hive-journey-controls{padding:17px 10px}.hive-journey-controls button{font-size:14px;padding:9px 11px}.hive-journey-caption{font-size:14px}.health-example{gap:16px}.health-ring{width:100px;height:100px}.health-ring>strong{width:80px;height:80px}.journey-insight h3{font-size:28px}}
@media(prefers-reduced-motion:reduce){.hive-journey *{animation:none!important;transition:none!important}}
.daily-readings{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:16px 0}.daily-readings span{padding:9px 5px;border:1px solid #8cbccf;background:#d3edf7;color:#174f69;text-align:center;font-size:14px;border-radius:5px}.hive-journey[data-playing=true][data-step="0"] .daily-readings span{animation:daily-collect .6s both}.hive-journey[data-playing=true][data-step="0"] .daily-readings span:nth-child(1){animation-delay:.1s}.hive-journey[data-playing=true][data-step="0"] .daily-readings span:nth-child(2){animation-delay:.55s}.hive-journey[data-playing=true][data-step="0"] .daily-readings span:nth-child(3){animation-delay:1s}.hive-journey[data-playing=true][data-step="0"] .daily-readings span:nth-child(4){animation-delay:1.45s}.transmission-track b{font-size:14px;background:#d7f0fa;padding:4px;border-radius:4px}.hive-journey[data-playing=true][data-step="1"] .transmission-track b{animation:hive-transmit 1.6s ease-in-out 1 forwards}@keyframes daily-collect{from{opacity:.25;background:white}to{opacity:1;background:#d3edf7}}@media(prefers-reduced-motion:reduce){.hive-journey .daily-readings span{animation:none!important}}
/* GPS security scenario, separate from routine health transmissions. */
.scenario-switch{display:flex;gap:8px;margin-bottom:24px}.scenario-switch button{border:1px solid #aac4d3;border-radius:6px;padding:12px 24px;min-height:48px;background:white;color:var(--navy);font-size:14px}.scenario-switch button[aria-selected=true]{background:var(--navy);color:white;border-color:var(--navy)}.security-demo{border:1px solid #c1d3dd;border-radius:15px;overflow:hidden;background:white;scroll-margin-top:100px}.security-intro{padding:30px}.security-intro .eyebrow{font-size:14px;margin-bottom:12px}.security-intro h3{font-size:36px;margin-bottom:13px}.security-intro p{font-size:15px;color:#4e687d;max-width:700px;margin:0}.security-notice{padding:14px 25px;background:#0c304f;color:#d8eaf4;font-size:14px;letter-spacing:.08em;display:flex;justify-content:space-between;gap:15px}.security-notice span{letter-spacing:0}.security-grid{display:grid;grid-template-columns:1fr 1fr}.theft-scene{position:relative;background:linear-gradient(140deg,#e6f1f5,#eff3e9);display:flex;flex-direction:column;justify-content:center;padding:30px 25px;overflow:hidden}.security-scene-label{font-size:14px;letter-spacing:.08em;color:#41687e}.theft-scene>svg{width:100%;height:auto;margin-top:15px}.security-scene-status{font-size:16px;text-align:center;font-weight:500;margin-top:5px}.security-trigger{display:flex;justify-content:center;align-items:center;gap:12px;font-size:14px;margin-top:25px;padding:13px;background:#fff8f2;border:1px solid #dfc8bb;opacity:.4}.security-cadence{font-size:14px;text-align:center;color:#536c7e;margin:14px auto 0;max-width:320px}.moving-hive,.lifting-hands{transition:transform 1s ease,opacity .4s}.lifting-hands{opacity:0;transform:translateY(-30px)}.movement-arrow{opacity:0}.security-demo[data-step="1"] .lifting-hands{opacity:1;transform:translateY(-25px)}.security-demo[data-step="1"] .moving-hive{transform:translateY(-25px)}.security-demo[data-step="1"] .movement-arrow,.security-demo[data-step="2"] .movement-arrow{opacity:1}.security-demo[data-step="2"] .moving-hive{transform:translate(110px,-30px)}.security-demo[data-step="1"] .security-trigger,.security-demo[data-step="2"] .security-trigger{opacity:1}.tracking-preview{padding:28px;background:#fff}.tracking-heading{font-size:21px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-weight:600}.tracking-heading span{font-size:14px;font-weight:400;color:#5c7385}.tracking-alert{background:#eaf3ed;color:#315d49;padding:15px 17px;border-radius:10px;font-size:14px;min-height:53px;display:flex;align-items:center}.security-demo[data-step="1"] .tracking-alert,.security-demo[data-step="2"] .tracking-alert{background:#fff0ee;color:#a6372e}.security-map{position:relative;border-radius:12px;overflow:hidden;margin-top:15px;background:#edf2ec}.security-map svg{display:block;width:100%;height:auto}.gps-route,.route-stops{opacity:0}.gps-marker{transform:translate(83px,179px);opacity:0}.security-demo[data-step="1"] .gps-marker{opacity:1}.security-demo[data-step="2"] .gps-route,.security-demo[data-step="2"] .route-stops{opacity:1}.security-demo[data-step="2"] .gps-marker{opacity:1;transform:translate(370px,58px)}.security-demo[data-playing=true][data-step="2"] .gps-marker{animation:security-route 4s linear 1 forwards}.position-freshness{position:absolute;bottom:12px;left:12px;padding:6px 10px;background:#fffffff0;font-size:14px;border-radius:20px;color:#456078}.tracking-facts{display:flex;gap:10px;margin:14px 0}.tracking-facts>div{flex:1;background:#f0f5f9;border-radius:8px;padding:11px;text-align:center}.tracking-facts small{font-size:14px;display:block;color:#5b7285}.tracking-facts strong{font-size:14px;font-weight:500}.mark-safe{border:1px solid #b6d8c9;background:#e4f5ec;color:#245f45;border-radius:8px;width:100%;min-height:44px;padding:11px;font-size:14px;font-weight:600}.mark-safe:disabled{opacity:.5;cursor:default}.safe-explanation{font-size:14px;color:#5a7285;text-align:center;margin:8px 0 20px}.relocation-switch{display:flex;align-items:flex-start;gap:12px;padding:15px;border:1px solid #cedbe4;border-radius:9px;cursor:pointer}.relocation-switch input{accent-color:#067aa3;min-width:20px;height:20px;margin:4px 0 0}.relocation-switch strong{display:block;font-size:14px;font-weight:500}.relocation-switch small{display:block;font-size:14px;line-height:1.5;color:#576f82;margin-top:5px}.security-controls{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;padding:20px 25px;border-top:1px solid var(--line)}.security-controls>div{display:flex;gap:6px;flex-wrap:wrap}.security-controls button{min-height:44px;padding:10px 13px;font-size:14px;border:1px solid #adc5d3;border-radius:6px;background:white}.security-controls button[aria-pressed=true]{background:var(--navy);color:white;border-color:var(--navy)}.security-controls [data-security-play]{background:#dff2fa}.security-caption{padding:0 25px;font-size:14px;text-align:center;color:#3e5f77;margin:0 0 14px;min-height:48px}.security-fineprint{padding:0 25px 22px;margin:0;font-size:14px;color:#5d7486;text-align:center}.security-fineprint a{text-decoration:underline;text-underline-offset:3px}.security-demo[data-relocation=true] .tracking-alert{background:#e3f2fa;color:#225f7d}.security-demo[data-relocation=true] .security-trigger{opacity:.4}.security-demo[data-step="3"] .tracking-alert{background:#e2f4e9;color:#246044}.security-demo[data-step="3"] .gps-route,.security-demo[data-step="3"] .route-stops{opacity:.4}.security-demo[data-step="3"] .gps-marker{opacity:1;transform:translate(370px,58px)}.security-demo[data-step="3"] .gps-marker circle{fill:#2a835a}.security-demo[data-playing=false] *{animation-play-state:paused!important}@keyframes security-route{0%{transform:translate(83px,179px)}20%{transform:translate(142px,166px)}40%{transform:translate(175px,103px)}60%{transform:translate(240px,110px)}80%{transform:translate(290px,64px)}100%{transform:translate(370px,58px)}}
@media(max-width:900px){.security-grid{grid-template-columns:1fr}.theft-scene{padding:22px}.theft-scene>svg{max-height:265px;margin:0}.tracking-preview{padding:24px}.security-controls{justify-content:center}.security-controls>div{justify-content:center}.security-intro h3{font-size:30px}.security-intro{padding:24px}.security-notice{display:block;line-height:1.8}.security-notice span{display:block}.security-trigger{margin-top:16px}.security-cadence{margin-top:10px}}
@media(max-width:500px){.security-controls{padding:17px 12px;gap:10px}.security-controls button{font-size:14px;padding:9px 11px}.tracking-preview{padding:20px}.security-scene-status{font-size:14px}.tracking-heading{font-size:19px}.security-intro h3{font-size:29px}.security-intro p{font-size:14px}.scenario-switch button{flex:1;padding:12px 15px}.security-caption{font-size:14px}}
@media(prefers-reduced-motion:reduce){.security-demo *{animation:none!important;transition:none!important}}
/* Institutional trust: original customer marks, clear relationships, real fieldwork. */
.trust-section{background:#fff}.trust-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:75px;align-items:end;margin-bottom:54px}.trust-heading .eyebrow{font-size:14px;color:#557287;margin-bottom:24px}.trust-heading h2{font-size:clamp(52px,5.8vw,84px);line-height:1.03;letter-spacing:-.055em;margin:0}.trust-heading h2 em{color:#2884a8}.trust-heading>p{font-size:17px;color:#557084;max-width:410px;margin:0 0 5px;line-height:1.8}.institution-logos{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #cfdae2;border-bottom:1px solid #cfdae2;margin-bottom:46px}.institution{padding:28px 30px;min-width:0;position:relative}.institution+.institution{border-left:1px solid #dae3e9}.institution-logo{height:170px;display:flex;align-items:center;justify-content:center}.institution-logo img{width:100%;height:auto;max-height:140px;object-fit:contain}.institution-sharjah .institution-logo img{width:152px;max-height:150px}.institution-caption{padding-top:22px;margin-top:16px;border-top:1px solid #e1e8ee;position:relative}.institution-caption>span:first-child{display:block;font-size:14px;color:#60798c}.institution-caption strong{display:block;font-size:14px;font-weight:500;color:#244860;margin-top:6px;padding-right:20px}.institution-arrow{position:absolute;right:0;bottom:0;font-size:21px;color:#2d6682}.institution:hover .institution-caption strong,.institution:hover .institution-arrow{color:#0879a6}.trust-field-story{display:grid;grid-template-columns:1.2fr 1fr;background:#0b2d4d;color:#fff;overflow:hidden}.trust-field-photo{position:relative;min-height:390px}.trust-field-photo img{width:100%;height:100%;object-fit:cover;object-position:center 56%;position:absolute;inset:0}.trust-field-photo>span{position:absolute;bottom:23px;left:25px;padding:7px 11px;background:#082d4ee8;font-size:14px;letter-spacing:.1em;color:#fff}.trust-field-copy{padding:44px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.trust-field-copy .eyebrow{font-size:14px;color:#9cd4eb;margin-bottom:22px}.trust-field-copy h3{font-size:clamp(30px,3vw,43px);line-height:1.15;letter-spacing:-.035em;margin-bottom:20px}.trust-field-copy p{font-size:15px;color:#c5dbe8;max-width:370px;line-height:1.7;margin:0 0 30px}.trust-story-link{border-top:1px solid #57748c;padding-top:17px;font-size:14px;display:flex;justify-content:space-between;gap:25px;width:100%;color:#ccedfc}.trust-story-link>span{font-size:19px}.trust-footer{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:24px}.trust-footer p{font-size:14px;color:#60798b;margin:0}.trust-footer a{font-size:14px;color:#174b69}.trust-footer a span{margin-left:12px}
@media(max-width:1000px){.trust-heading{gap:35px}.institution{padding:20px}.institution-logo{height:150px}.trust-field-copy{padding:30px}.trust-field-photo{min-height:380px}.trust-heading>p{font-size:15px}}
@media(max-width:700px){.trust-section{padding-block:44px}.trust-heading{grid-template-columns:1fr;gap:24px;margin-bottom:30px}.trust-heading h2{font-size:53px}.trust-heading .eyebrow{font-size:14px;margin-bottom:20px}.trust-heading>p{font-size:15px;max-width:350px}.institution-logos{grid-template-columns:1fr;margin-bottom:28px}.institution{padding:24px 12px;display:grid;grid-template-columns:1.2fr 1fr;gap:24px;align-items:center}.institution+.institution{border-left:0;border-top:1px solid #dae3e9}.institution-logo{height:110px}.institution-sharjah .institution-logo img{width:113px;max-height:110px}.institution-caption{padding:0;margin:0;border:0}.institution-caption>span:first-child{font-size:14px}.institution-caption strong{font-size:14px;line-height:1.5;padding-right:0}.institution-arrow{position:static;display:block;margin-top:8px;font-size:19px}.trust-field-story{grid-template-columns:1fr}.trust-field-photo{min-height:0;height:275px}.trust-field-copy{padding:29px 25px}.trust-field-copy h3{font-size:33px}.trust-field-copy p{font-size:14px;margin-bottom:25px}.trust-footer{display:block;margin-top:21px}.trust-footer p{font-size:14px;margin-bottom:12px}.trust-footer a{font-size:14px}}
/* A beekeeper-led opening: real fieldwork and an accessible, illustrative app view. */
.keeper-hero{background:#edf5f7;padding:54px 0 0}.keeper-opening{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.keeper-intro .eyebrow{font-size:14px;letter-spacing:.13em;color:#477187;margin-bottom:27px}.keeper-intro h1{font-size:clamp(58px,6.4vw,92px);letter-spacing:-.065em;line-height:.99;margin:0 0 28px}.keeper-intro h1 em{color:#2186ab;font-style:normal}.keeper-intro>p{font-size:17px;line-height:1.8;color:#48677b;margin:0 0 30px}.keeper-intro .actions{gap:24px;flex-wrap:wrap}.keeper-intro .button{font-size:14px;padding:16px 21px}.keeper-intro .text-link{font-size:14px}.keeper-beezy{display:block;margin-top:27px;font-size:14px;color:#3e6077;line-height:1.8}.keeper-beezy>span{font-size:14px;letter-spacing:.06em;padding:5px 7px;border:1px solid #b8d2de;border-radius:4px;margin-right:6px}.keeper-visual{position:relative;padding:0 100px 33px 0;min-width:0}.keeper-photo{margin:0;height:570px;position:relative;overflow:hidden;border-radius:100px 8px 8px 8px;background:#c2dce5}.keeper-photo>img{height:100%;width:100%;object-fit:cover;object-position:44% center}.keeper-photo:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#092e4ccc)}.keeper-photo figcaption{position:absolute;bottom:24px;left:24px;color:white;z-index:1;font-size:14px;letter-spacing:.09em}.keeper-photo figcaption span{display:block;font-size:14px;letter-spacing:0;margin-top:7px}.keeper-phone{position:absolute;right:0;bottom:0;width:237px;padding:17px 15px 16px;border:6px solid #17354b;border-radius:30px;background:white;box-shadow:0 16px 40px #082e4d26;color:#18374f;transform:rotate(3deg)}.keeper-phone-speaker{display:block;width:49px;height:5px;border-radius:8px;background:#18374f;margin:0 auto 20px}.keeper-phone-top{display:flex;justify-content:space-between;gap:5px;font-size:14px;color:#5b7486;line-height:1.5}.keeper-phone-top>span:first-child{font-weight:700;letter-spacing:.06em}.keeper-phone-title{display:block;font-size:24px;line-height:1.15;letter-spacing:-.04em;margin:17px 0 20px}.keeper-phone-hive{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:600;margin-bottom:12px}.keeper-phone-hive>span:last-child{font-size:14px;font-weight:400;color:#657b8b}.keeper-readings{display:grid;grid-template-columns:1fr 1fr;gap:7px}.keeper-readings>div{background:#edf5f7;border-radius:8px;padding:13px 10px}.keeper-readings strong{font-size:25px;font-weight:500;letter-spacing:-.04em;display:block}.keeper-readings strong small{font-size:14px;margin-left:2px}.keeper-readings div>span{display:block;font-size:14px;margin-top:5px;color:#5a7181}.keeper-reading-note{font-size:14px;text-align:center;color:#5e7788;margin:10px 0 15px}.keeper-phone-row{display:flex;align-items:center;gap:9px;border-top:1px solid #e2ebef;padding:13px 0}.keeper-mini-icon{font-size:21px;color:#1788ad;background:#edf7fa;border-radius:7px;width:30px;text-align:center}.keeper-phone-row strong{display:block;font-size:14px;font-weight:600}.keeper-phone-row small{display:block;font-size:14px;color:#637c8e;margin-top:4px}.keeper-phone-link{display:flex;justify-content:space-between;background:#123650;color:white;padding:12px;border-radius:9px;font-size:14px;margin-top:4px}.keeper-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;padding-block:35px;margin-top:32px;border-top:1px solid #c9dce4}.keeper-benefits>a{display:flex;align-items:start;gap:15px}.keeper-benefits>a>span{font-size:14px;color:#3d7891;padding-top:4px}.keeper-benefits>a>span:last-child{margin-left:auto;font-size:17px;padding:0}.keeper-benefits strong{font-size:16px;font-weight:500;letter-spacing:-.015em}.keeper-benefits p{font-size:14px;color:#587286;margin:6px 0 0}.keeper-trust{display:grid;grid-template-columns:1.1fr repeat(3,1fr);align-items:center;gap:48px;padding-block:32px;border-bottom:1px solid #dce6eb}.keeper-trust>div .eyebrow{font-size:14px;margin:0 0 11px;color:#557388}.keeper-trust>div>a{font-size:14px}.keeper-trust>a{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.keeper-trust img{width:100%;height:54px;object-fit:contain;max-width:195px}.keeper-trust .keeper-trust-sharjah img{height:76px;width:80px}.keeper-trust>a>span{font-size:14px;color:#546e80;line-height:1.5}
@media(min-width:1500px){.keeper-opening{gap:80px}.keeper-photo{height:605px}}
@media(max-width:1100px){.keeper-opening{gap:28px}.keeper-visual{padding-right:62px}.keeper-photo{height:540px}.keeper-phone{width:215px;padding:16px 12px}.keeper-intro h1{font-size:68px}.keeper-trust{gap:28px}.keeper-intro .actions{gap:18px}.keeper-benefits{gap:20px}.keeper-benefits strong{font-size:14px}.keeper-benefits p{font-size:14px}}
@media(max-width:800px){.keeper-hero{padding-top:36px}.keeper-opening{grid-template-columns:1fr;gap:34px}.keeper-intro h1{font-size:clamp(59px,10vw,82px)}.keeper-intro h1 em br{display:none}.keeper-intro h1 em br:after{content:' '}.keeper-intro>p{font-size:16px}.keeper-intro .eyebrow{margin-bottom:22px;font-size:14px}.keeper-intro .actions{gap:23px}.keeper-beezy{margin-top:23px}.keeper-visual{padding:0 105px 24px 0;max-width:570px;width:100%;margin:auto}.keeper-photo{height:470px;border-radius:65px 8px 8px 8px}.keeper-phone{width:237px}.keeper-benefits{gap:15px;margin-top:28px;padding-block:25px}.keeper-benefits>a{gap:8px}.keeper-benefits strong{font-size:14px;line-height:1.4;display:block}.keeper-benefits p{font-size:14px;line-height:1.6}.keeper-benefits>a>span:last-child{display:none}.keeper-trust{grid-template-columns:repeat(3,1fr);gap:20px;padding-block:26px}.keeper-trust>div{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center}.keeper-trust>div .eyebrow{margin:0}.keeper-trust img{height:48px}.keeper-trust .keeper-trust-sharjah img{height:64px}.keeper-trust>a{justify-content:space-between;align-self:stretch}.keeper-trust>a>span{font-size:14px}}
@media(max-width:450px){.keeper-intro h1{font-size:59px}.keeper-intro h1 em br{display:initial}.keeper-visual{padding-right:35px;padding-bottom:36px}.keeper-photo{height:435px;border-radius:55px 6px 6px 6px}.keeper-photo figcaption{top:23px;bottom:auto;left:28px;background:#082e4ddd;padding:8px;font-size:14px}.keeper-photo figcaption span{font-size:14px}.keeper-phone{width:194px;border-width:5px;padding:13px 11px;border-radius:25px;transform:rotate(2deg)}.keeper-phone-title{font-size:22px;margin:13px 0 16px}.keeper-phone-speaker{margin-bottom:15px}.keeper-phone-top{font-size:14px}.keeper-readings strong{font-size:22px}.keeper-readings>div{padding:11px 8px}.keeper-reading-note{font-size:14px}.keeper-phone-row{padding:11px 0;gap:7px}.keeper-phone-row small{font-size:14px}.keeper-phone-row strong{font-size:14px}.keeper-benefits{grid-template-columns:1fr;gap:15px}.keeper-benefits>a{gap:14px}.keeper-benefits>a>span:last-child{display:block}.keeper-benefits strong{font-size:15px}.keeper-benefits p{font-size:14px;margin-top:3px}.keeper-trust{gap:14px}.keeper-trust>div>a{font-size:14px}}
@media(max-width:450px){.keeper-intro .actions{gap:16px;align-items:center}.keeper-intro .button{font-size:14px;padding:14px 15px;gap:12px}.keeper-intro .button>span{font-size:22px}.keeper-intro .text-link{font-size:14px}.keeper-beezy{font-size:14px}}
/* Photographic opening, using the original company shoot from Canva. */
.field-opening{position:relative;isolation:isolate;min-height:740px;height:calc(100svh - 82px);max-height:920px;background:#0b2533;color:#fff;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.field-opening-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%;z-index:-3}.field-opening-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(4,24,37,.93) 0%,rgba(4,24,37,.78) 28%,rgba(4,24,37,.22) 61%,rgba(4,24,37,.04) 100%),linear-gradient(0deg,rgba(4,24,37,.72),transparent 24%)}.field-opening-content{padding-block:60px 120px}.field-opening .eyebrow{font-size:14px;color:#bee5ed;letter-spacing:.18em;margin-bottom:30px}.field-opening h1{font-size:clamp(75px,7.6vw,118px);font-weight:500;letter-spacing:-.065em;line-height:.98;max-width:740px;margin:0 0 30px;color:#fff}.field-opening h1 em{font-style:normal;color:#71d2ef}.field-opening-content>p{font-size:17px;line-height:1.7;color:#e2edf0;max-width:465px;margin-bottom:32px}.field-opening .actions{gap:28px;align-items:center;flex-wrap:wrap}.field-opening .button{background:#72d6ef;color:#082c45;padding:17px 22px;font-size:14px}.field-opening .button:hover{background:#a6e8f8}.field-film-link{display:flex;align-items:center;gap:11px;color:white;font-size:14px;min-height:48px}.field-film-link>span{border:1px solid #c0dce18c;border-radius:50%;width:38px;height:38px;display:grid;place-items:center;font-size:14px;padding-left:2px}.field-film-link:hover>span{background:#ffffff25}.field-opening-footer{position:absolute;bottom:27px;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid #ffffff40;padding-top:22px}.field-opening-footer>span{font-size:14px;letter-spacing:.14em;color:#d7e9eb}.field-opening-footer>a{display:flex;align-items:center;gap:20px;font-size:14px;min-height:30px}.field-opening-footer>a>span{font-size:22px}.field-pillars{background:#0c2b45;color:white}.field-pillars>.wrap{display:grid;grid-template-columns:repeat(3,1fr);padding-block:30px;gap:30px}.field-pillars a{display:grid;grid-template-columns:1fr auto;column-gap:16px;row-gap:12px}.field-pillars a+a{border-left:1px solid #456075;padding-left:30px}.field-pillars a>span:first-child{grid-column:1/-1;font-size:14px;letter-spacing:.12em;color:#8ed8ed}.field-pillars strong{font-size:16px;font-weight:400;line-height:1.5;letter-spacing:-.01em}.field-pillars a>span:last-child{font-size:22px;color:#8ed8ed}.field-pillars a:hover strong{color:#8ed8ed}
@media(min-width:1700px){.field-opening-photo{object-position:center 43%}}
@media(max-width:900px){.field-opening{min-height:710px;max-height:860px}.field-opening h1{font-size:82px}.field-opening-photo{object-position:58% center}.field-opening-shade{background:linear-gradient(90deg,#061d2add,#061d2a70 68%,#061d2a15),linear-gradient(0deg,#061d2abd,transparent 45%)}.field-pillars>.wrap{gap:18px;padding-block:24px}.field-pillars a+a{padding-left:18px}.field-pillars strong{font-size:14px}.field-pillars a>span:first-child{font-size:14px}}
@media(max-width:600px){.field-opening{height:calc(100svh - 66px);min-height:675px;max-height:830px;justify-content:flex-end}.field-opening-photo{object-position:61% center}.field-opening-shade{background:linear-gradient(0deg,#041c2bf2 0%,#041c2bbb 37%,#041c2b26 80%),linear-gradient(90deg,#041c2b55,transparent)}.field-opening-content{padding-top:55px;padding-bottom:105px}.field-opening .eyebrow{font-size:14px;letter-spacing:.14em;margin-bottom:22px}.field-opening h1{font-size:clamp(57px,12.8vw,76px);line-height:1.01;margin-bottom:22px}.field-opening-content>p{font-size:14px;line-height:1.7;max-width:340px;margin-bottom:23px}.field-opening-content>p br{display:none}.field-opening .actions{gap:18px}.field-opening .button{font-size:14px;padding:14px 16px;gap:12px}.field-opening .button>span{font-size:21px}.field-film-link{font-size:14px;gap:8px}.field-film-link>span{width:29px;height:29px;font-size:14px}.field-opening-footer{bottom:19px;padding-top:17px;gap:12px}.field-opening-footer>span{font-size:14px;max-width:120px;line-height:1.7}.field-opening-footer>a{font-size:14px;gap:12px}.field-pillars>.wrap{grid-template-columns:1fr;gap:0;padding-block:8px}.field-pillars a{grid-template-columns:85px 1fr auto;gap:12px;padding:18px 0;align-items:center}.field-pillars a+a{padding-left:0;border-left:0;border-top:1px solid #456075}.field-pillars a>span:first-child{grid-column:auto;font-size:14px;line-height:1.8}.field-pillars strong{font-size:14px}.field-pillars a>span:last-child{font-size:18px}}
@media(prefers-reduced-motion:no-preference){.field-opening-content{animation:field-entry .8s ease both}@keyframes field-entry{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}}
/* Keep the full group visible in the corporate beekeeping introduction. */
.page-hero-image:has(.csr-team-photo){height:auto;background:transparent;overflow:hidden;border-radius:12px}
.page-hero-image img.csr-team-photo{width:100%;height:auto;max-height:none;object-fit:contain;display:block}
.demo-booking-options{display:grid;grid-template-columns:1fr 1fr;gap:35px;padding-bottom:80px}.demo-booking-options article{padding:32px;border:1px solid var(--line);border-radius:10px;background:var(--pale)}.demo-booking-options article+article{background:white}.demo-booking-options h2{font-size:30px;margin:18px 0}.demo-booking-options p{color:var(--muted);font-size:16px;line-height:1.7}.demo-booking-options .source-note{font-size:14px;margin:22px 0 0}.demo-booking-options .source-note a{text-decoration:underline;overflow-wrap:anywhere}.demo-booking-options .button{margin-top:12px}@media(max-width:750px){.demo-booking-options{grid-template-columns:1fr;gap:20px}.demo-booking-options article{padding:25px}.demo-booking-options h2{font-size:28px}}
/* Shared launch layout: compact storytelling, clear software previews, international journeys. */
.field-opening{min-height:580px;height:min(720px,calc(90svh - 84px))}
.field-opening-content{padding-block:70px 100px}
.field-opening h1{font-size:clamp(52px,6.5vw,88px);max-width:850px}
.field-opening-footer{padding-bottom:22px}
.home-connection .section,.beezy-inspection.section,.device-collection.section,.trust-section.section{padding-block:64px}
.home-connection .section-heading,.inspection-heading,.device-collection .section-heading,.trust-heading{margin-bottom:30px}
.inspection-stage{min-height:0}
.apiary-scene{min-height:390px}
.beekeeper-scene{max-height:410px}
.demo-phone-wrap{padding-block:24px}
.trust-field-story{margin-top:0}
.trust-section .trust-heading{display:none}
.device-collection .product-art{height:300px}
.home-final{padding-block:64px}
.home-final p{max-width:660px;margin-inline:auto}
.page-hero-image:has(.app-screen){height:540px;background:linear-gradient(135deg,#e4f5ff,#f5f8f7);padding:20px}
.page-hero-image img.app-screen{height:100%;width:auto;max-width:100%;margin:auto;padding:0;object-fit:contain;border-radius:16px;box-shadow:0 12px 30px #00265118}
.global-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:32px}
.global-product-grid article{background:var(--cream);padding:24px;border:1px solid var(--line);border-radius:16px;display:flex;flex-direction:column;align-items:start}
.global-product-grid article h2{font-size:28px;margin-block:20px 8px}
.global-product-grid article p{font-size:16px}
.global-product-grid .button{margin-top:auto}
.global-product-image{height:230px;width:100%;overflow:hidden;border-radius:10px;background:var(--pale)}
.global-product-image img{width:100%;height:100%;object-fit:contain}
.global-product-image .gps-card-image{object-fit:contain;transform:scale(.8)}
.global-price{font-weight:600}
.global-screen-preview{text-align:center;background:var(--pale);border-radius:18px;padding:20px}
.global-screen-preview img{height:420px;width:auto;max-width:100%;object-fit:contain;margin:auto;border-radius:14px}
.locale-trust-logo{display:flex;flex-direction:column;align-items:center;gap:12px;font-size:14px;text-align:center}
.locale-trust-logo img{max-height:56px;width:170px;object-fit:contain}
.global-footer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}
.global-footer nav a{display:block;margin-block:8px}
.language-nav a{min-height:36px;min-width:36px;display:inline-flex;align-items:center;justify-content:center}
html[dir=rtl] .field-opening-shade{transform:scaleX(-1)}
html[dir=rtl] .field-opening-content{text-align:right;margin-inline-start:6%}
html[dir=rtl] .field-opening h1{letter-spacing:normal}
html[dir=rtl] .header nav,html[dir=rtl] .actions{direction:rtl}
html[dir=rtl] .feature-grid,html[dir=rtl] .global-footer{text-align:right}
html[dir=rtl] table{text-align:right}
@media(max-width:1100px){.global-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.header nav{gap:12px}.header nav a{font-size:14px}}
@media(max-width:850px){.global-footer{grid-template-columns:1fr 1fr}.header .language-nav{gap:2px}.header-inner{gap:8px}.header .brand{width:170px}}
@media(max-width:700px){
 .field-opening{min-height:570px;height:auto}.field-opening-content{padding-block:60px 100px}.field-opening h1{font-size:clamp(46px,12vw,62px)}.field-opening-footer{display:none}
 .home-connection .section,.beezy-inspection.section,.device-collection.section,.trust-section.section{padding-block:40px}
 .apiary-scene{min-height:240px}.beekeeper-scene{max-height:270px}.inspection-stage{min-height:0}.demo-phone-wrap{padding:16px}.demo-phone{min-height:0}
 .device-collection .product-art{height:250px}.home-final{padding-block:48px}.global-product-grid{grid-template-columns:1fr}.global-footer{grid-template-columns:1fr}
 .page-hero-image:has(.app-screen){height:480px}.global-screen-preview img{height:370px}
 .global-product-grid article h2{font-size:28px}.feature-grid h2{font-size:28px}.locale-trust-logo img{width:130px;max-height:48px}
 .header .brand{width:155px}.header-inner{padding-inline:14px}.language-nav a{min-width:32px}.field-opening-content .actions{gap:18px}
}
.home-connection .hive-journey-grid{min-height:450px}
.home-connection .journey-insight{padding:28px}
.home-connection .cutaway-hive{max-height:360px}
@media(max-width:900px){.home-connection .hive-journey-grid{min-height:0}.home-connection .journey-insight{min-height:360px}.home-connection .cutaway-hive{height:220px}.home-connection .cutaway-scene{padding-top:40px}}
@media(max-width:700px){
 .home-connection .journey-insight{padding:20px;min-height:330px}
 .home-connection .insight-brand{margin-bottom:16px;padding-bottom:12px}
 .home-connection .journey-insight h3{margin-bottom:12px;font-size:26px}
 .home-connection .journey-insight p{margin-bottom:12px}
 .home-connection .journey-insight .eyebrow{margin-bottom:10px}
 .home-connection .cutaway-hive{height:190px}
 .home-connection .cutaway-scene{padding:35px 16px 12px}
 .home-connection .journey-disclosure{padding:10px 16px}
 .beezy-inspection .demo-phone{padding:18px}
 .beezy-inspection .demo-phone-top{margin-bottom:16px;padding-bottom:10px}
 .beezy-inspection .apiary-scene{height:220px;min-height:220px}
 .beezy-inspection .beekeeper-scene{height:245px;max-height:245px}
 .device-collection .product-art{height:220px}
 .global-footer>div>a{display:block;margin-block:12px}
}
@media(max-width:380px){
 .header-inner{padding-inline:10px;gap:6px}.header .brand{width:128px;flex-shrink:0}
 .header .language-nav{gap:0}.header .language-nav a{padding-inline:4px;min-width:28px;font-size:14px}
 .inspection-stage{grid-template-columns:minmax(0,1fr)}.apiary-scene,.demo-phone-wrap{min-width:0;width:100%}
 .beezy-inspection .beekeeper-scene{max-width:100%}.beezy-inspection .demo-phone{width:min(290px,100%)}
 .demo-phone-top{gap:8px}.demo-phone-top small{font-size:14px}.spoken-note{font-size:14px}
}
/* Enquiry intents and readable product previews share one layout across locales. */
#request-form fieldset{margin:0;padding:20px;border:1px solid var(--line);border-radius:10px;min-width:0;background:#f5f9fc}
#request-form fieldset[hidden]{display:none}#request-form legend{font-weight:600;padding-inline:8px}
#request-form fieldset label{margin-block:12px}#request-form input[type=datetime-local]{width:100%;min-width:0;max-width:100%;border:1px solid #a3bdcc;border-radius:4px;padding:12px;background:white;color:var(--navy);font:inherit;direction:ltr}
#demo-times{display:grid;grid-template-columns:1fr 1fr;gap:16px}#demo-times[hidden]{display:none}
.page-hero .actions{margin-top:24px;gap:20px}
.page-hero-image:has(.app-preview-open){height:480px;padding:16px}
.app-preview-open{display:block;width:100%;height:100%;overflow:hidden;border-radius:12px}
.page-hero-image .app-preview-open img.app-screen{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center 68%;border-radius:0;padding:0;box-shadow:none}
.app-preview-open:focus-visible{outline:3px solid var(--navy);outline-offset:3px}
.app-preview-note a{margin-inline-start:12px}
.global-product-image:has(.gps-product){background:#071320}.global-product-image .gps-product{padding:12px;height:100%}
.global-product-grid .text-link{display:block;margin-top:14px;font-size:14px}
html[dir=rtl] .transmission-track,html[dir=rtl] .network-diagram,html[dir=rtl] .hive-journey-grid,html[dir=rtl] .security-grid,html[dir=rtl] .inspection-stage{direction:ltr}
html[dir=rtl] .journey-insight,html[dir=rtl] .tracking-preview,html[dir=rtl] .demo-phone{direction:rtl}
html[dir=rtl] .cutaway-label,html[dir=rtl] .scene-tag,html[dir=rtl] .security-scene-label{letter-spacing:normal}
html[dir=rtl] .hive-journey svg text,html[dir=rtl] .security-demo svg text{direction:ltr}
html[dir=rtl] .inspection-heading h1,html[dir=rtl] .inspection-heading h2{letter-spacing:normal}
@media(max-width:700px){#demo-times{grid-template-columns:1fr}.page-hero-image:has(.app-preview-open){height:400px;padding:12px}.page-hero .actions .button{font-size:14px}.app-preview-note a{display:block;margin-inline-start:0;margin-top:8px}}

/* Readability: readable supporting text and room for translated labels. */
main p, .field-opening-content>p, .device-product-copy>p,
.journey-insight p, .demo-listening p, .demo-record p,
.request-summary p, .faq-list p {font-size:16px;line-height:1.65}
input,select,textarea {font-size:16px}
small {font-size:14px;line-height:1.55}
.journey-disclosure,.security-notice,.inspection-disclosure {flex-wrap:wrap;gap:8px;line-height:1.55}
.hive-journey-controls,.inspection-controls,.security-controls {flex-wrap:wrap;gap:12px}
.hive-journey-controls button,.inspection-controls button,.security-controls button {white-space:normal;line-height:1.45;min-height:44px}
.device-capabilities li,.language-tags span {line-height:1.5}
.field-opening .eyebrow,.field-pillars a>span:first-child {letter-spacing:.06em}
@media(max-width:600px){
 .field-opening{height:auto;min-height:720px;max-height:none}
 .field-opening-footer{position:static;margin-top:28px;padding-bottom:22px;flex-wrap:wrap}
 .field-opening-content{padding-bottom:20px}
 .field-opening-footer>span{max-width:none}
 .field-pillars a{grid-template-columns:1fr auto;gap:8px}
 .field-pillars a>span:first-child{grid-column:1/-1}
 .field-pillars strong{font-size:16px}
 .field-opening .actions{gap:14px}
 .transmission-track{flex-wrap:wrap;gap:8px}
 .daily-readings{flex-wrap:wrap}
 .footer-bottom{flex-wrap:wrap}
}

.hive-journey-grid>*{min-width:0}
.transmission-track{white-space:normal}
.cutaway-label,.insight-brand{overflow-wrap:anywhere}
@media(max-width:600px){
 .hive-journey-grid{grid-template-columns:minmax(0,1fr)}
 .transmission-track>span:last-child{flex-basis:100%;text-align:center}
 .cutaway-hive text{font-size:24px}
 .security-map text{font-size:22px}
}

/* Compact demonstrations with playback controls before the scene. */
.hive-journey-controls,.inspection-controls,.security-controls{border-top:0;border-bottom:1px solid var(--line);margin:0;padding:16px 20px}
.customer-name{display:block;font-size:14px;font-weight:600;line-height:1.45;max-width:240px}
.cutaway-hive text{font-size:16px}.security-map text{font-size:16px}
@media(max-width:600px){
 .hive-journey-controls,.inspection-controls,.security-controls{padding:12px;gap:10px}
 .hive-journey-controls>div,.inspection-controls .demo-step-buttons,.security-controls [role="group"]{display:flex;flex-wrap:wrap;gap:6px}
 .cutaway-scene{padding:16px!important}
 .cutaway-hive{height:220px;width:100%}
 .apiary-scene{min-height:0!important;height:250px!important}
 .beekeeper-scene{height:100%;width:100%}
 .theft-scene svg{max-height:220px;width:100%}
 .journey-insight{padding:20px!important;min-height:0!important}
 .journey-insight article{min-height:0!important}
 .inspection-stage{gap:0}
 .inspection-heading,.section-heading{margin-bottom:24px}
 .connected-demo.section,.beezy-inspection.section{padding-block:40px}
 .keeper-trust{grid-template-columns:1fr;gap:20px}
 .keeper-trust>a,.keeper-trust .locale-trust-logo{display:grid;grid-template-columns:95px minmax(0,1fr);column-gap:18px;text-align:start;align-items:center;width:100%}
 .keeper-trust img,.keeper-trust .keeper-trust-sharjah img{grid-row:1/3;width:95px;height:65px;object-fit:contain}
 .keeper-trust .customer-name{grid-column:2;max-width:none}
 .keeper-trust>a>span,.keeper-trust .locale-trust-logo>span{grid-column:2}
 .cutaway-hive text,.security-map text{font-size:26px}
}
@media(max-width:600px){
 .hive-journey-controls>button,.security-controls>div:last-child,.inspection-controls .demo-playback{order:-1}
 .hive-journey-controls>div,.security-controls [role="group"],.inspection-controls .demo-step-buttons{flex-wrap:nowrap;overflow-x:auto;max-width:100%;width:100%;padding-bottom:4px}
 .hive-journey-controls [data-hive-step],.security-controls [data-security-step],.inspection-controls [data-demo-step]{flex-shrink:0;white-space:nowrap}
 .daily-readings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
 .journey-insight h3{font-size:25px;margin-bottom:14px}
 .journey-insight p{margin-bottom:14px}
 .journey-insight .eyebrow{margin-bottom:10px}
 .journey-insight .insight-callout{padding:12px;margin-block:12px}
 .hive-journey-caption,.demo-caption,.security-caption{margin-bottom:12px;min-height:0}
 .apiary-scene{height:220px!important}
 .demo-phone-wrap{padding:12px}
}

/* Mobile reading-first demo layout: every step remains reachable, including RTL. */
@media(max-width:600px){
 .hive-journey-controls>div,.security-controls [role="group"],.inspection-controls .demo-step-buttons{justify-content:flex-start;flex-wrap:wrap;overflow:visible;width:100%}
 .hive-journey-controls [data-hive-step],.security-controls [data-security-step],.inspection-controls [data-demo-step]{flex:1 1 auto;white-space:normal;min-width:0}
 .field-pillars{display:none}
 .field-opening{min-height:640px}
 .keeper-trust{padding-block:22px;gap:14px}
 .keeper-trust>a,.keeper-trust .locale-trust-logo{row-gap:4px}
 .connected-demo .section-heading>p{display:none}
 .inspection-heading p{margin-bottom:12px}
 .journey-footnote{margin-block:12px;font-size:14px}
 .connected-demo.section,.beezy-inspection.section{padding-block:28px}
 .hive-journey-caption,.demo-caption,.security-caption{margin:0;padding:12px 16px;font-size:14px}
 .cutaway-scene .transmission-track{display:none}
 .cutaway-hive{height:145px!important}
 .apiary-scene{height:170px!important}
 .journey-insight{padding:16px!important}
 .insight-brand{margin-bottom:12px}
}

/* Arabic typography: locally hosted IBM Plex Sans Arabic, SIL Open Font License. */
@font-face{font-family:'IBM Plex Sans Arabic';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/IBMPlexSansArabic-Regular.woff2') format('woff2')}
@font-face{font-family:'IBM Plex Sans Arabic';font-style:normal;font-weight:500;font-display:swap;src:url('/assets/fonts/IBMPlexSansArabic-Medium.woff2') format('woff2')}
@font-face{font-family:'IBM Plex Sans Arabic';font-style:normal;font-weight:600 800;font-display:swap;src:url('/assets/fonts/IBMPlexSansArabic-SemiBold.woff2') format('woff2')}
html[lang=ar] body{font-family:'IBM Plex Sans Arabic',Tahoma,sans-serif;font-size:18px;line-height:1.85}
html[lang=ar] :is(h1,h2,h3,h4,button,input,select,textarea){font-family:'IBM Plex Sans Arabic',Tahoma,sans-serif}
html[lang=ar] :is(h1,h2,h3){font-weight:500;line-height:1.45;letter-spacing:0}
html[lang=ar] :is(.eyebrow,.step-number,.button,nav,.journey-disclosure,.insight-brand){letter-spacing:0}
html[lang=ar] :is(p,li,label){line-height:1.85}
html[lang=ar] :is(.field-opening-copy>p,.section-heading>p,.journey-insight p,.inspection-heading p,.intro p){font-size:18px}
html[lang=ar] :is(input,select,textarea){font-size:17px}
html[lang=ar] svg text{font-family:'IBM Plex Sans Arabic',Tahoma,sans-serif;letter-spacing:0}
@media(max-width:600px){html[lang=ar] .field-opening h1{font-size:clamp(34px,9vw,46px)}html[lang=ar] .field-opening{min-height:680px}html[lang=ar] :is(.hive-journey-controls,.inspection-controls,.security-controls){gap:10px}}

/* Show the Sharjah visit panel from the supplied project photo collage. */
.sharjah-photo{position:relative;aspect-ratio:1500/735;overflow:hidden;border-radius:16px;background:#eee}
.sharjah-photo img{position:absolute;bottom:0;left:0;width:100%;height:auto;max-width:none;display:block}
.story-wide .sharjah-photo img{aspect-ratio:auto;object-fit:initial}
.story-customer-logo{width:180px;max-width:100%;height:auto;margin-bottom:28px}

/* Direct, readable product captures replace decorative device mockups. */
.software-gallery{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:28px;align-items:start;margin-top:32px}
.software-capture{min-width:0;padding:28px;background:#eef4f8;border:1px solid #dce6ee;border-radius:22px}
.software-capture h3{font-size:26px;margin:0 0 12px}.software-capture p{font-size:18px;line-height:1.65;margin:0 0 24px}
.capture-image{display:block;border-radius:12px;overflow:hidden;margin-bottom:22px;background:#fff}
.capture-image img{width:100%;height:auto;display:block}.phone-capture .capture-image{max-width:350px;margin-inline:auto}
.app-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.app-gallery .capture-image{max-width:380px}
.page-hero-image .app-preview-open img.app-screen{object-fit:contain;object-position:center;width:100%;height:100%}
.page-hero-image:has(.app-preview-open){height:620px}.core-product img{width:100%;height:auto;object-fit:contain}
.software-capture a:focus-visible{outline:3px solid #0d3556;outline-offset:5px}
@media(max-width:700px){.software-gallery{grid-template-columns:1fr;gap:24px}.software-capture{padding:18px}.software-capture h3{font-size:24px}.page-hero-image:has(.app-preview-open){height:620px}.software-showcase>h2{font-size:36px}}

/* Editorial product stories: one purpose and one focused visual at a time. */
.software-editorial{display:grid;gap:32px;margin-top:38px}
.software-story{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:48px;padding:48px;background:#edf4f8;border-radius:24px;overflow:hidden}
.software-story:nth-child(even){background:#fff8e6}
.software-story-copy h3{font-size:clamp(28px,3.2vw,44px);line-height:1.2;margin:0 0 22px}
.software-story-copy p{font-size:19px;line-height:1.75;margin:0 0 24px}
.software-story-copy .source-note{font-size:14px;margin-top:24px}
.software-focus{display:block;position:relative;overflow:hidden;min-width:0;border-radius:16px;direction:ltr}
.software-focus img{display:block;width:100%;height:auto;max-width:none}
.dashboard-focus{aspect-ratio:1.5;background:#dde7ee;border:1px solid #d2dfe8}
.dashboard-focus img{width:100%}
.render-focus{height:560px;background:radial-gradient(ellipse at center,#fff 0,#e6edf1 74%)}
.render-focus img{position:absolute;width:170%;left:-35%;top:-75px}
.answer-focus img{width:185%;left:-42.5%;top:-105px}
.software-focus:focus-visible{outline:3px solid var(--navy);outline-offset:5px}
@media(max-width:700px){.software-story{grid-template-columns:1fr;padding:24px 18px;gap:26px}.software-story-copy h3{font-size:32px}.software-story-copy p{font-size:18px}.render-focus{height:450px}.render-focus img{top:-40px}.answer-focus img{top:-65px}.dashboard-focus{aspect-ratio:1.08}.dashboard-focus img{width:140%;max-width:none}}
.render-focus img{width:110%;left:-5%;top:-290px}
.answer-focus img{width:140%;left:-20%;top:-180px}
@media(max-width:700px){.render-focus img{width:150%;left:-25%;top:-205px}.answer-focus img{width:185%;left:-42.5%;top:-90px}}
.software-intro{max-width:780px;font-size:20px;line-height:1.75;margin-block:24px 18px}.software-showcase>h2{max-width:1000px}

/* Full, authentic app captures share one restrained phone frame. */
.software-focus.phone-focus{width:min(100%,350px);justify-self:center;border:7px solid #172b48;border-radius:36px;background:#fff;box-shadow:0 18px 40px #10264120;overflow:hidden;height:auto;aspect-ratio:auto}
.software-focus.phone-focus img{position:static;width:100%;height:auto;max-width:100%;display:block}
@media(max-width:700px){.software-focus.phone-focus{width:min(100%,350px);border-width:5px;border-radius:28px}}

/* Shared full-screen framing for heroes, product cards and previews. */
.product-phone{display:block;width:min(100%,350px);margin-inline:auto;border:7px solid #172b48;border-radius:36px;background:#fff;box-shadow:0 18px 40px #10264120;overflow:hidden;line-height:0}
.product-phone img.app-screen,.page-hero-image .product-phone img.app-screen,.page-hero-image .app-preview-open .product-phone img.app-screen{display:block;width:100%;height:auto;max-width:100%;margin:0;padding:0;border:0;border-radius:0;box-shadow:none;object-fit:contain}
.page-hero-image:has(.product-phone){height:auto;min-height:0;padding:28px;display:flex;align-items:center;justify-content:center}
.page-hero-image .app-preview-open:has(.product-phone){height:auto;width:100%;overflow:visible;border-radius:0}
.product-desktop{display:block;width:100%;overflow:hidden;border:1px solid #c8d6e1;border-radius:12px;background:#fff;box-shadow:0 12px 32px #10264115;line-height:0}
.product-window-bar{display:flex;align-items:center;gap:5px;height:26px;padding-inline:12px;background:#edf2f6;border-bottom:1px solid #d9e2e9}
.product-window-bar i{width:6px;height:6px;background:#a1b1bf;border-radius:50%}
.product-desktop img{display:block;width:100%;height:auto;object-fit:contain}
.software-focus.dashboard-focus{aspect-ratio:auto;overflow:visible;border:0;border-radius:12px;background:transparent}
.software-focus.dashboard-focus img{width:100%;max-width:100%;height:auto}
@media(max-width:700px){.product-phone{border-width:5px;border-radius:28px}.page-hero-image:has(.product-phone){height:auto;padding:18px}.software-focus.dashboard-focus{aspect-ratio:auto}}
.global-product-image:has(.product-phone){height:340px;display:flex;align-items:center;justify-content:center;padding:12px}
.global-product-image .product-phone{width:140px;flex:none;border-width:4px;border-radius:18px}
.global-product-image:has(.product-desktop){display:flex;align-items:center;padding:10px}
.global-product-image .product-desktop img{height:auto}
.image-preview-dialog{width:min(960px,94vw);max-width:94vw;max-height:92dvh;padding:0;border:1px solid #d5e1e9;border-radius:16px;background:#f2f6f8;color:var(--navy);overflow:auto;box-shadow:0 24px 80px #00172d55}
.image-preview-dialog::backdrop{background:#00172dcc}
.image-preview-header{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;background:#fff;border-bottom:1px solid #d5e1e9}
.image-preview-header p{margin:0;font-size:16px;line-height:1.5}
.image-preview-header button{flex-shrink:0;min-height:44px;padding:10px 14px;border:1px solid #bbcbd8;border-radius:8px;background:#fff;color:var(--navy);font:inherit;cursor:pointer}
.image-preview-dialog>img{display:block;max-width:100%;width:auto;height:auto;margin:20px auto}
@media(max-width:600px){.image-preview-header{align-items:flex-start;padding:12px;gap:8px}.image-preview-header p{font-size:14px}.image-preview-header button{font-size:14px}.image-preview-dialog>img{margin:0 auto}}
.standalone-preview{background:#edf3f7;color:var(--navy);margin:0}
.standalone-preview header{padding:20px max(20px,calc((100vw - 960px)/2));background:#fff;border-bottom:1px solid #d5e1e9}
.standalone-preview header a{display:inline-block;padding:10px 0;text-decoration:underline}
.standalone-preview h1{font-size:28px;margin:8px 0}
.standalone-preview header p{font-size:16px;margin:0}
.standalone-preview main{max-width:960px;margin:20px auto;padding:0 16px}
.standalone-preview main img{display:block;width:100%;height:auto;background:white;border-radius:12px}
.home-app-story{display:grid;grid-template-columns:1fr 350px;align-items:center;gap:64px;margin-top:56px;padding-top:48px;border-top:1px solid #b6cedb}
.home-app-story h3{font-size:clamp(28px,3vw,40px);line-height:1.3;margin:0 0 20px}
.home-app-story p{font-size:18px;line-height:1.8}
.home-hardware .global-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:700px){.home-app-story{grid-template-columns:1fr;gap:28px}.home-hardware .global-product-grid{grid-template-columns:1fr}}
.institutional-projects{background:#eef4f7}
.institutional-heading{max-width:920px;margin-bottom:48px}
.institutional-heading h2{font-size:clamp(32px,4vw,52px);line-height:1.2;margin:0 0 20px}
.institutional-heading>p{font-size:19px;line-height:1.7;color:#435e70}
.institutional-story{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:20px;overflow:hidden;margin-top:28px}
.institutional-photo{min-width:0;display:flex;align-items:center;background:#e5edf1}
.institutional-photo>img{width:100%;height:100%;object-fit:cover;max-height:570px}
.institutional-photo .sharjah-photo{width:100%;border-radius:0}
.institutional-copy{padding:40px;align-self:center}
.institutional-identity{display:flex;align-items:center;gap:20px;padding-bottom:24px;border-bottom:1px solid #dce5eb;margin-bottom:24px}
.institutional-identity img{width:110px;max-height:76px;object-fit:contain;flex-shrink:0}
.institutional-identity p{font-size:18px;font-weight:600;line-height:1.5;margin:0}
.institutional-copy h3{font-size:clamp(26px,3vw,36px);line-height:1.3;margin:0 0 18px}
.institutional-copy>p{font-size:18px;line-height:1.8}
@media(max-width:700px){.institutional-story{grid-template-columns:1fr}.institutional-copy{padding:26px 22px}.institutional-identity{gap:14px}.institutional-identity img{width:85px}.institutional-photo>img{max-height:320px}.institutional-heading{margin-bottom:28px}}
.mewa-project-figure{margin:0;align-self:center;background:#e5edf1}
.mewa-project-figure img{display:block;width:100%;height:auto}
.mewa-project-figure figcaption{padding:14px 20px;font-size:14px;line-height:1.6;color:#435e70}
.pilot-status{display:inline-block;background:#e6f3eb;color:#215b42;padding:7px 12px;border-radius:6px;font-size:15px;font-weight:600;margin-bottom:18px}
.pilot-details{border-top:1px solid #dce5eb;margin-top:24px;padding-top:16px}
.pilot-details summary{cursor:pointer;font-size:17px;font-weight:600;min-height:44px}
.pilot-details p{font-size:17px;line-height:1.8}
/* Local distribution, distinct from institutional field projects. */
.distributor-card{display:grid;grid-template-columns:minmax(180px,.65fr) 2fr;gap:48px;align-items:center;padding:44px;border:1px solid #dce5eb;border-radius:20px;background:#fff}
.distributor-logo{display:flex;align-items:center;justify-content:center;min-width:0}
.distributor-logo img{width:100%;max-width:220px;height:auto;object-fit:contain}
.distributor-copy{min-width:0}
.distributor-copy h2{font-size:clamp(28px,3vw,40px);line-height:1.3;margin:12px 0 24px}
.distributor-copy p{font-size:18px;line-height:1.8;margin:12px 0;color:#435e70}
.distributor-copy .distributor-name{font-size:24px;font-weight:700;color:#173652;margin-bottom:0}
.distributor-copy .distributor-role{font-weight:600;color:#173652;margin-top:0}
@media(max-width:700px){.distributor-card{grid-template-columns:1fr;gap:24px;padding:28px 22px}.distributor-logo img{max-width:150px}.distributor-copy h2{font-size:29px}}

/* Completed information journeys */
.audit-copy{max-width:960px}.audit-project-image{max-width:960px}.audit-project-image img{width:100%;height:auto;border-radius:20px}.audit-footer-links{display:flex;flex-wrap:wrap;gap:20px;padding-block:24px}.audit-copy p{font-size:1.08rem;line-height:1.8}

.about-founder-portrait img{width:100%;max-width:230px;height:auto;display:block}.about-founder-portrait p{font-size:16px;line-height:1.6;margin-top:18px}.about-founder-portrait strong{color:var(--navy)}@media(max-width:700px){.about-founder-portrait img{max-width:170px}}

.analytics-choice{position:fixed;bottom:16px;inset-inline:16px;margin:auto;max-width:640px;z-index:1000;background:#fff;color:#002651;border:1px solid #ccd5df;border-radius:16px;padding:20px;box-shadow:0 8px 40px #00265133;display:flex;flex-wrap:wrap;gap:12px;align-items:center}.analytics-choice p{flex-basis:100%;margin:0;font-size:16px;line-height:1.6}.analytics-choice .button{font:inherit;cursor:pointer}.analytics-choice a{font-size:14px;text-decoration:underline}.analytics-preferences{display:block;margin:16px auto;background:transparent;color:inherit;border:0;text-decoration:underline;font:inherit;cursor:pointer}

.newsletter{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding-block:3.5rem;border-top:1px solid #dce2e8}
.newsletter h2{font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.25;margin-bottom:1rem}
.newsletter p,.newsletter label,.newsletter a{font-size:1rem;line-height:1.65}
.newsletter-row{display:flex;gap:.75rem;margin:.5rem 0 1rem}
.newsletter-row input{width:100%;min-width:0;padding:.75rem;border:1px solid #8895a7;border-radius:8px;background:#fff;color:#172d50;font:inherit}
.newsletter-consent{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:.6rem}
.newsletter-consent input{width:20px;height:20px;flex:none;margin-top:4px;accent-color:#173354}
.newsletter [role=status]:empty{display:none}
@media(max-width:700px){.newsletter{grid-template-columns:1fr;gap:1rem}.newsletter-row{flex-wrap:wrap}.newsletter-row .button{width:100%}}

.newsletter-fields{border:0;padding:0;margin:0;min-width:0}
