@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700&display=swap');
:root{--ink:#142238;--muted:#637082;--blue:#2563eb;--line:#e3e7ee;--cloud:#f5f7fb;--accent:var(--blue)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:#fff;font-family:'DM Sans',sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a,button{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #6398ff;outline-offset:4px}p{line-height:1.75;color:var(--muted)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Manrope',sans-serif}h1{font-size:clamp(48px,5.6vw,78px);line-height:1.09;letter-spacing:-4px;font-weight:500;margin-bottom:26px}h2{font-size:clamp(32px,3.4vw,46px);line-height:1.2;letter-spacing:-1.9px;font-weight:500}h3{font-weight:600;letter-spacing:-.5px}.wrap{max-width:1240px;width:calc(100% - 96px);margin-inline:auto}.icon{width:22px;height:22px;flex-shrink:0}.header{height:88px;border-bottom:1px solid var(--line);background:#fffffff5;position:sticky;top:0;z-index:20;backdrop-filter:blur(16px)}.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}.wordmark{display:inline-flex;align-items:center;gap:9px;font-family:'Manrope',sans-serif;font-size:28px;font-weight:400;letter-spacing:-1.3px;white-space:nowrap}.wordmark b{font-weight:600}.brandmark{width:34px;height:34px;color:var(--blue)}.nav nav{display:flex;align-items:center;gap:34px;font-size:14px}.nav nav>a:hover{color:var(--blue)}.products-toggle{border:0;background:none;color:var(--ink);padding:14px 0;font-size:14px}.products-toggle span{margin-left:5px}.nav-cta{font-size:13px;display:flex;align-items:center;gap:22px;padding:13px 19px;border-radius:6px;background:var(--ink);color:white}.nav-cta .icon{width:17px}.nav-products{position:relative}.dropdown{display:none;position:absolute;left:-30px;top:45px;width:330px;padding:10px;background:white;border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 40px #14223815}.products-toggle[aria-expanded=true]+.dropdown{display:block}.dropdown a{padding:14px;display:flex;gap:14px;border-radius:7px}.dropdown a:hover{background:var(--cloud)}.dropdown .icon{color:var(--accent);margin-top:4px}.dropdown small{display:block;font-size:11px;color:var(--muted);margin-top:4px}.mobile-toggle,.mobile-nav{display:none}.hero{position:relative;padding-top:88px;padding-bottom:68px}.eyebrow{font-size:11px;letter-spacing:1.7px;font-weight:650;display:flex;align-items:center;gap:9px;margin-bottom:23px}.eyebrow i{width:7px;height:7px;background:var(--blue);border-radius:50%}.serif{font-family:Georgia,serif;font-style:italic;font-weight:400;letter-spacing:-3px;color:var(--blue)}.hero p{font-size:17px;line-height:1.8;margin-bottom:28px}.actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;justify-content:center;align-items:center;gap:27px;background:var(--blue);border:1px solid var(--blue);color:#fff;border-radius:6px;font-size:14px;font-weight:500;padding:16px 21px;transition:transform .2s,background .2s}.button:hover{background:#1b51ca;transform:translateY(-2px)}.button .icon{width:18px;height:18px}.button.secondary{background:#fff;border-color:#dce1e9;color:var(--ink)}.button.secondary:hover{background:var(--cloud)}.hero-note{display:flex;gap:9px;align-items:center;font-size:11px;color:var(--muted);margin-top:24px}.small-check{color:var(--blue);font-size:15px}.hero-rail{position:absolute;right:0;top:117px;display:flex;flex-direction:column;align-items:flex-start;font-size:10px;letter-spacing:2px;color:#8490a1;gap:12px;padding-right:12px}.hero-rail i{height:16px;width:1px;background:#d9e1ed;margin-left:3px}.hero-rail b{font-size:9px;font-weight:500;margin-top:12px;color:var(--ink);letter-spacing:1.4px}.showcase{border-radius:16px;background:#142238;display:grid;grid-template-columns:340px 1fr;gap:36px;padding:42px 40px;position:relative;min-height:438px}.showcase-side{color:white}.overline{font-size:9px;letter-spacing:1.7px;font-weight:500;color:#9baac0;display:block;margin-bottom:20px}.showcase h2{font-size:25px;letter-spacing:-.8px;line-height:1.35;margin-bottom:28px}.demo-tabs{display:flex;flex-direction:column;gap:6px}.demo-tabs button{border:1px solid transparent;text-align:left;display:flex;align-items:center;gap:12px;background:transparent;color:#bec9da;padding:12px 13px;border-radius:7px}.demo-tabs button>span{flex:1;font-size:13px}.demo-tabs small{display:none;font-size:10px;color:#9babbe;margin-top:4px}.demo-tabs button>.icon:last-child{width:16px;opacity:0}.demo-tabs [aria-selected=true]{background:#ffffff09;border-color:#ffffff1c;color:#fff}.demo-tabs [aria-selected=true] small{display:block}.demo-tabs [aria-selected=true]>.icon:first-child{color:#87acff}.demo-tabs [aria-selected=true]>.icon:last-child{opacity:1}.showcase-main{position:relative;min-width:0;align-self:center}.product-demo{background:#fff;border:1px solid #e7ebf2;border-radius:10px;overflow:hidden;box-shadow:0 15px 45px #05102212;color:var(--ink)}[hidden]{display:none!important}.demo-top{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--line);font-size:11px;gap:10px}.demo-top>span:first-child{display:flex;align-items:center;gap:8px}.demo-top .icon{height:17px;width:17px;color:var(--accent)}.badge{font-size:9px;padding:5px 8px;border-radius:4px;white-space:nowrap}.blue{background:#edf3ff;color:#2458b8}.purple{background:#f0eaff;color:#6333be}.teal{background:#e7f6f2;color:#087968}.amber{background:#fff3df;color:#905208}.demo-heading{display:flex;justify-content:space-between;align-items:center;padding:24px 20px 20px}.demo-heading small{font-size:7px;letter-spacing:1px;color:var(--muted)}.demo-heading h3{font-size:21px;letter-spacing:-.7px;margin:6px 0 0}.mock-action{display:flex;align-items:center;gap:14px;background:var(--blue);color:#fff;padding:9px 12px;border-radius:4px;font-size:9px}.mock-action .icon{height:13px;width:13px}table{border-collapse:collapse;width:100%;white-space:nowrap;font-size:10px}th{text-align:left;background:#f7f9fc;font-size:7px;letter-spacing:.7px;color:#8791a1;font-weight:500;padding:10px}td{padding:12px 10px;border-bottom:1px solid #edf0f5}td:first-child,th:first-child{padding-left:20px}td:first-child{display:flex;align-items:center;gap:10px}td b{font-weight:500;font-size:10px}td small{display:block;font-size:8px;color:var(--muted);margin-top:3px}.mini-car{background:#eff3fa;padding:7px;border-radius:5px;color:#7d92ad;display:flex}.mini-car .icon{height:18px;width:18px}.label-dots{color:#8697b0;font-size:13px;letter-spacing:3px}.ready{color:#087a60;font-size:9px;background:#eaf8f1;border-radius:4px;padding:4px 6px;white-space:nowrap}.demo-bottom{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:14px 20px;font-size:8px;color:var(--muted)}.status-dot{display:inline-block;height:5px;width:5px;background:#23a079;border-radius:50%;margin-right:5px}.preview-caption{display:block;text-align:right;font-size:9px;color:#9aabc2;margin:11px 2px 0}.float-note{position:absolute;bottom:-38px;left:-45px;display:flex;gap:11px;align-items:center;background:#eef3ff;border:5px solid #142238;border-radius:12px;padding:13px 17px;font-size:10px;line-height:1.5;transform:rotate(-3deg);box-shadow:0 7px 20px #07132415}.float-note .icon{color:#2563eb;width:26px;height:26px}.float-note b{font-weight:500}.proof-strip{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:37px 0;border-bottom:1px solid var(--line)}.proof-strip>span{font-size:9px;letter-spacing:1.2px;color:#748195;max-width:150px;line-height:1.7}.proof-strip>div{font-size:18px;font-family:'Manrope',sans-serif;font-weight:600;letter-spacing:-.5px}.proof-strip small{display:block;font-family:'DM Sans',sans-serif;font-weight:400;letter-spacing:0;font-size:10px;color:var(--muted);margin-top:6px}.section{padding-top:105px;padding-bottom:105px}.section-intro{display:flex;justify-content:space-between;gap:60px;align-items:flex-end;margin-bottom:45px}.section-intro h2{margin-bottom:0}.section-intro p{max-width:350px;margin-bottom:4px;font-size:14px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.product-card{border:1px solid var(--line);border-radius:10px;padding:32px;transition:box-shadow .2s,transform .2s;background:linear-gradient(135deg,#fff,var(--cloud))}.product-card:hover{box-shadow:0 12px 35px #1422380c;transform:translateY(-4px)}.card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.product-symbol{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:color-mix(in srgb,var(--accent) 8%,white);color:var(--accent)}.product-symbol .icon{width:25px;height:25px}.card-number{color:#a5adba;font-size:10px;font-family:monospace}.product-wordmark{font-family:'Manrope',sans-serif;font-size:18px;letter-spacing:-.6px}.product-wordmark b{font-weight:600}.product-wordmark em{font-size:13px;font-weight:500;font-style:normal;letter-spacing:0;color:var(--accent);margin-left:8px;border-left:1px solid var(--line);padding-left:10px}.product-card h3{font-size:25px;line-height:1.35;font-weight:500;margin:18px 0 13px;max-width:380px}.product-card p{font-size:13px;max-width:430px;margin-bottom:28px}.card-link{display:flex;align-items:center;gap:15px;color:var(--accent);font-size:12px;font-weight:600}.card-link .icon{height:17px;width:17px}.connection{background:#f5f7fb;padding:90px 0}.flow{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:55px}.flow>div{border-top:1px solid #cdd8e8;padding-top:24px}.flow span{font-size:12px;color:var(--blue);font-family:monospace}.flow h3{font-size:21px;margin:20px 0 12px}.flow p{font-size:13px;max-width:270px}.connection-note{font-size:12px;margin:30px 0 0;border-top:1px solid var(--line);padding-top:25px}.cta{text-align:center;padding-top:100px;padding-bottom:105px}.cta .eyebrow{justify-content:center}.cta h2{font-size:56px;letter-spacing:-2.5px;margin-bottom:22px}.cta p{font-size:14px;margin-bottom:28px}.cta .button{margin:auto}footer{background:#101e32;color:#fff;padding:62px 0 20px}.wordmark.light{color:#fff}.footer-top{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:35px}.footer-top p{font-size:12px;color:#9babbe;margin-top:18px}.footer-top a{display:block;font-size:12px;color:#d2d9e4;margin:0 0 14px}.footer-top .overline{margin-bottom:23px}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #ffffff16;padding-top:22px;margin-top:40px;font-size:10px;color:#8596ad}.product-hero{padding-top:40px;padding-bottom:75px}.back-link{font-size:11px;color:var(--muted)}.product-hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:65px;margin-top:53px}.product-kicker{display:flex;align-items:center;gap:10px;color:var(--accent);font-size:14px;margin-bottom:24px}.product-kicker .icon{height:27px;width:27px}.product-hero h1{font-size:53px;letter-spacing:-2.8px}.product-hero p{font-size:15px;line-height:1.85}.pricing-note{display:block;font-size:11px;color:var(--muted);margin-top:20px}.product-preview{background:#edf2fa;padding:20px;border-radius:15px;min-width:0}.product-preview .preview-caption{color:var(--muted)}.product-benefits{border-top:1px solid var(--line)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px 40px;margin-top:50px}.feature-grid article>span{font-family:monospace;font-size:11px;color:var(--accent)}.feature-grid h3{font-size:20px;margin:16px 0 12px;line-height:1.4}.feature-grid p{font-size:13px}.steps-section{background:var(--cloud);padding:70px 0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:40px}.steps>div{display:flex;gap:14px;align-items:center}.steps>div>span{display:grid;place-items:center;background:white;border:1px solid var(--line);height:35px;width:35px;border-radius:50%;font-size:12px;flex-shrink:0}.steps h3{font-size:14px;line-height:1.5;margin:0;flex:1}.steps .icon{color:#7e8ba0;width:18px}.faq{display:grid;grid-template-columns:1fr 1.4fr;gap:65px;padding-top:85px;padding-bottom:40px}details{border-bottom:1px solid var(--line)}summary{display:flex;justify-content:space-between;align-items:center;gap:20px;cursor:pointer;list-style:none;padding:22px 0;font-size:14px}summary::-webkit-details-marker{display:none}summary .icon{width:17px;height:17px;color:var(--muted)}details[open] summary .icon{transform:rotate(45deg)}details p{font-size:13px;margin-bottom:23px}.support-section{padding-top:85px}.support-section>p{font-size:14px}.document-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px 25px;padding:15px 0}.document-grid b{font-size:13px}.document-grid p{font-size:12px;margin:5px 0 15px}.label-demo{display:flex;align-items:center;justify-content:center;gap:25px;padding:25px 20px;min-height:285px}.windshield-label{padding:15px;background:#fff;border:1px solid #dce1e9;border-radius:5px;box-shadow:0 5px 15px #1422380b;transform:rotate(-5deg);width:145px;flex-shrink:0}.windshield-label>small{font-size:7px;letter-spacing:1px}.windshield-label h3{font-size:25px;line-height:1.05;letter-spacing:-1px;margin:10px 0}.windshield-label>span{font-size:6px;display:block;margin-top:8px}.qr-demo{display:grid;grid-template-columns:repeat(9,1fr);width:71px;height:71px;gap:1px}.qr-demo i.filled{background:#142238}.label-story h3{font-size:22px;line-height:1.3;margin:15px 0}.label-story p{font-size:10px}.verify-demo{text-align:center;padding:24px 30px}.success-ring{color:#0f8a78}.success-ring .icon{height:45px;width:45px}.verify-demo>small{font-size:7px;letter-spacing:1px;display:block;margin:10px 0;color:var(--muted)}.verify-demo h3{font-size:26px;margin-bottom:7px}.verify-demo p{font-size:10px}.check-list{max-width:320px;margin:auto;text-align:left}.check-list span{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:10px 0;font-size:10px}.check-list b{color:#0f8a78}.map-demo{height:333px;background:#f1f1eb;position:relative;overflow:hidden}.lot-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:15px;padding:30px;transform:rotate(-17deg) scale(1.2);opacity:.55}.parking-space{height:68px;border:1px solid #b5bdb7;border-top:0;border-bottom:0;font-size:9px;text-align:center;padding-top:20px;background:#e3e7df}.parking-space.occupied{background:#b1c6e2}.map-pin{position:absolute;top:48px;left:40%;background:#aa640c;color:white;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;box-shadow:0 0 0 7px #aa640c22}.location-card{position:absolute;bottom:20px;left:20px;right:20px;background:white;border:1px solid var(--line);border-radius:8px;padding:17px}.location-card small{font-size:7px;letter-spacing:1px;color:var(--muted)}.location-card h3{font-size:19px;margin:8px 0}.location-card p{font-size:10px;margin-bottom:9px}.blocker{background:#fff5e5;padding:10px 12px;font-size:9px;border-radius:4px;line-height:1.7;color:#8a560f}.blocker .icon{width:12px;height:12px;vertical-align:middle;margin-right:5px}.blocker b{font-weight:500;margin-left:19px}.contact{display:grid;grid-template-columns:1fr 1fr;gap:90px;padding-top:85px;padding-bottom:100px}.contact h1{font-size:61px;letter-spacing:-3px}.contact>div>p{font-size:15px;max-width:420px}.contact-points{margin:32px 0}.contact-points p{display:flex;align-items:center;gap:10px;font-size:12px}.contact-points .icon{color:var(--blue);width:18px;height:18px}.email-link{font-size:13px;color:var(--blue)}form{border:1px solid var(--line);border-radius:12px;padding:32px;background:var(--cloud)}form h2{font-size:25px;letter-spacing:-1px;margin-bottom:10px}form>p{font-size:12px}label{display:flex;flex-direction:column;gap:8px;font-size:11px;font-weight:500;margin-bottom:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}input,textarea,select{width:100%;border:1px solid #d8dfe9;border-radius:5px;padding:12px;background:#fff;color:var(--ink);font-size:12px}textarea{resize:vertical}.honeypot{position:absolute;left:-10000px}.form-note{font-size:10px!important}.preview-form-note{font-size:10px!important;border-top:1px solid var(--line);padding-top:16px;margin:20px 0 12px}#form-status{font-size:12px;margin:15px 0 0}.contact form>.button{width:100%}
@media(min-width:1500px){.hero{padding-top:110px;padding-bottom:85px}.hero-rail{top:140px}}
@media(max-width:1050px){.wrap{width:calc(100% - 56px)}.showcase{grid-template-columns:260px 1fr;gap:24px;padding:30px 25px}.hero-rail{right:10px}.hero h1{font-size:64px}.nav nav{gap:20px}.product-hero-grid{gap:30px}.product-hero h1{font-size:43px}.contact{gap:40px}.demo-top{padding:13px}.demo-heading{padding:18px 13px}.label-demo{gap:17px;padding:20px 14px}.windshield-label{width:120px}.label-story h3{font-size:18px}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.header{height:72px}.wordmark{font-size:24px}.brandmark{width:29px;height:29px}.nav{gap:15px}.nav nav{display:none}.nav-cta{margin-left:auto;padding:10px 13px;font-size:11px;gap:10px}.mobile-toggle{display:flex;background:none;border:0;color:var(--ink);padding:5px}.mobile-nav.open{display:grid;background:white;padding:15px 20px;border-bottom:1px solid var(--line);box-shadow:0 12px 15px #14223808;gap:0}.mobile-nav a{padding:12px;font-size:14px}.hero{padding-top:53px;padding-bottom:45px}.hero h1{font-size:clamp(43px,8.5vw,62px);letter-spacing:-2.5px}.hero p{font-size:14px}.eyebrow{font-size:9px;letter-spacing:1.2px}.hero-rail{display:none}.serif{letter-spacing:-2px}.hero-note{font-size:9px}.actions .button{font-size:12px;padding:14px 16px;gap:15px}.showcase{grid-template-columns:1fr;padding:25px 20px 30px;gap:22px}.showcase h2{font-size:25px;margin-bottom:20px}.showcase-side .overline{font-size:8px;margin-bottom:15px}.demo-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px}.demo-tabs button{border-color:#ffffff13;padding:10px 9px;gap:8px}.demo-tabs button>span{font-size:11px}.demo-tabs button>.icon{height:17px;width:17px}.demo-tabs small,.demo-tabs [aria-selected=true] small{display:none}.demo-tabs button>.icon:last-child{display:none}.float-note{display:none}.demo-heading h3{font-size:19px}td:first-child,th:first-child{padding-left:12px}td{padding:11px 7px}th{padding:8px 7px}.label-dots{letter-spacing:0;font-size:11px}.mini-car{display:none}.demo-bottom{padding:12px;font-size:7px}.proof-strip{display:grid;grid-template-columns:1fr 1fr;gap:25px;padding:28px 0}.proof-strip>span{max-width:160px}.proof-strip>div{font-size:15px}.section{padding-top:65px;padding-bottom:65px}.section-intro{display:block;margin-bottom:28px}.section-intro p{margin-top:20px;max-width:450px;font-size:13px}.section-intro h2,h2{font-size:34px;letter-spacing:-1.4px}.product-grid{grid-template-columns:1fr;gap:14px}.product-card{padding:25px}.product-card h3{font-size:24px}.connection{padding:60px 0}.flow{grid-template-columns:1fr;gap:20px;margin-top:35px}.flow>div{padding-top:18px}.flow h3{margin:12px 0 8px}.flow p{max-width:100%;margin:0}.cta{padding-top:65px;padding-bottom:70px}.cta h2{font-size:45px}.cta p{font-size:13px}.footer-top{grid-template-columns:1fr 1fr;gap:30px}.footer-top>div:first-child{grid-column:1/-1}.footer-top>div:last-child a{font-size:10px}.footer-bottom{gap:20px;font-size:9px;line-height:1.7}.product-hero{padding-top:25px;padding-bottom:40px}.product-hero-grid{grid-template-columns:1fr;gap:35px;margin-top:30px}.product-hero h1{font-size:46px}.product-hero p{font-size:14px}.product-preview{padding:15px}.feature-grid{grid-template-columns:1fr 1fr;gap:25px;margin-top:30px}.feature-grid h3{font-size:18px}.feature-grid p{font-size:12px}.steps-section{padding:50px 0}.steps{grid-template-columns:1fr;gap:25px}.steps>div{max-width:420px}.faq{grid-template-columns:1fr;gap:10px;padding-top:55px}.faq h2{margin-bottom:0}.support-section{padding-top:55px}.document-grid{grid-template-columns:1fr 1fr}.contact{grid-template-columns:1fr;gap:30px;padding-top:55px;padding-bottom:60px}.contact h1{font-size:51px}.contact-points{margin:23px 0}form{padding:24px}.form-row{grid-template-columns:1fr;gap:0}.label-story h3{font-size:20px}.table-wrap{overflow-x:auto}summary{font-size:13px}.desktop{display:none}}
.real-panel{background:#fff;min-height:320px;display:flex;flex-direction:column;justify-content:center}.real-panel>a{display:block;background:#f0f4fb}.real-panel img{display:block;width:100%;height:auto}.real-panel-caption{padding:24px;display:flex;flex-direction:column;gap:8px}.real-panel-caption b{font-size:17px;font-weight:500;letter-spacing:-.4px}.real-panel-caption span{font-size:11px;color:var(--muted);line-height:1.6}.real-panel-caption>a{font-size:10px;color:var(--blue);margin-top:7px}.real-panel.phone{display:grid;grid-template-columns:minmax(0,180px) 1fr;gap:15px;padding:25px;background:#f1f5fb;align-items:center}.real-panel.phone>a{border:5px solid #142238;border-radius:22px;overflow:hidden;box-shadow:0 12px 25px #14223815}.real-panel.phone .real-panel-caption{padding:10px}.screenshots-section{padding:55px 0 75px;border-top:1px solid var(--line)}.screenshots-section>h2{max-width:760px}.screenshot-gallery{display:grid;gap:30px}.screenshot-figure{margin:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--cloud)}.product-image{display:block;background:#edf2fa;padding:20px}.product-image img{display:block;width:100%;height:auto;border-radius:5px;box-shadow:0 5px 20px #1422380a}.screenshot-figure figcaption{padding:23px 26px;background:white}.screenshot-figure h3{font-size:19px;margin:0 0 9px}.screenshot-figure p{font-size:12px;margin-bottom:10px}.screenshot-figure figcaption>a{font-size:11px;color:var(--blue)}.verify-gallery{grid-template-columns:1fr 1fr}.verify-gallery .desktop{display:block;grid-column:1/-1}.verify-gallery .phone .product-image{padding:30px;display:flex;justify-content:center}.verify-gallery .phone img{width:220px;max-width:100%;border:6px solid #142238;border-radius:26px}.verify-gallery .phone{display:grid;grid-template-rows:1fr auto}.hero-copy{max-width:920px}
@media(max-width:760px){.real-panel{min-height:250px}.real-panel-caption{padding:20px}.real-panel.phone{grid-template-columns:130px 1fr;gap:10px;padding:15px}.real-panel.phone .real-panel-caption b{font-size:15px}.real-panel.phone .real-panel-caption span{font-size:10px}.screenshots-section{padding:35px 0 45px}.screenshots-section h2{font-size:29px}.product-image{padding:8px}.screenshot-figure figcaption{padding:18px}.verify-gallery{grid-template-columns:1fr}.verify-gallery .phone .product-image{padding:25px}.verify-gallery .phone img{width:210px}.hero h1{font-size:clamp(40px,7.8vw,60px)}}
.screenshot-figure.desktop{display:block}.real-panel img[src$="stock-in-print.png"],.product-image img[src$="stock-in-print.png"]{aspect-ratio:5086/1476;object-fit:cover}.real-panel img[src$="stock-in-vehicles.png"],.product-image img[src$="stock-in-vehicles.png"]{aspect-ratio:5084/1302;object-fit:cover}.real-panel img[src$="smartlabels-queue.png"],.product-image img[src$="smartlabels-queue.png"]{aspect-ratio:5084/1332;object-fit:cover}.product-image img[src$="verify-portal-pixelated.png"]{aspect-ratio:5096/1296;object-fit:cover}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* Product-first visual direction */
body{background:#f3f5f8}h1,h2{font-weight:700}h3{font-weight:700}p{color:#536175}.header{height:82px;background:#fff}.nav nav{gap:28px;font-weight:650}.nav nav a[aria-current=page]{color:#2563eb;box-shadow:0 3px #2563eb;padding-block:10px}.nav-cta{background:#2563eb;font-weight:650}.hero-new{background:#101f35;color:#fff;padding:64px 0 40px;overflow:hidden}.hero-main{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center;min-height:450px}.hero-new h1{font-size:clamp(48px,5.4vw,76px);font-weight:700;letter-spacing:-3.8px;line-height:1.07}.hero-new h1 span{color:#68a8ff}.hero-new .eyebrow{color:#9fbcdf;font-size:10px;letter-spacing:2px}.hero-new p{color:#b9c8dc;max-width:530px;font-size:17px;line-height:1.7}.hero-new .button{font-weight:650;background:#387af4}.hero-new .button.secondary{background:transparent;border-color:#506078;color:#fff}.hero-devices{height:435px;position:relative;max-width:450px;width:100%;justify-self:end}.hero-phone{position:absolute;width:184px;border:7px solid #26364c;border-radius:31px;background:#26364c;box-shadow:0 30px 50px #0007}.hero-phone img{display:block;width:100%;border-radius:24px}.hero-phone span{position:absolute;bottom:-34px;width:100%;text-align:center;color:#a6bedc;font-size:9px;letter-spacing:2px;white-space:nowrap}.phone-verify{left:12px;top:0;transform:rotate(-7deg)}.phone-park{right:14px;top:24px;transform:rotate(7deg)}.hero-brand-large{font-size:60px;font-weight:600;padding-top:100px}.hero-brand-large span{display:block;font-size:20px}.quick-products{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:42px;scroll-margin-top:100px}.quick-products>a{padding:22px;background:#203149;border:1px solid #41516a;border-radius:12px;transition:background .2s,transform .2s}.quick-products>a:hover{background:#2b4261;transform:translateY(-4px)}.quick-products>a>div{display:flex;align-items:center;justify-content:space-between;color:#97bdfb;margin-bottom:18px}.quick-products>a>div span{font-size:11px;color:#8d9db3}.quick-products h2{font-size:23px;letter-spacing:-.6px;margin-bottom:10px}.quick-products p{font-size:13px;line-height:1.5;min-height:40px;margin-bottom:20px;color:#c1cedf}.quick-products b{font-size:12px;font-weight:600;color:#fff}.showcase{margin-top:56px;border-radius:18px;background:#172a44;box-shadow:0 15px 45px #162a4412}.showcase h2{font-weight:700;font-size:28px}.demo-tabs button>span{font-size:15px;font-weight:600}.demo-tabs button{padding:16px 12px}.demo-tabs [aria-selected=true]{background:#ffffff14;border-color:#718bad}.proof-strip{background:#fff;border:1px solid #d5deea;border-radius:10px;margin-top:24px;padding:25px;flex-wrap:wrap}.section{padding-block:75px}.product-card{background:#fff;border:1px solid #ccd6e5;box-shadow:0 6px 20px #172a4405}.product-card h3{font-size:26px;font-weight:700}.product-card:hover{border-color:#6a8dbe;box-shadow:0 15px 35px #172a4412}.connection{background:#172a44;color:white}.connection p{color:#bac9db}.connection .eyebrow,.connection .flow>div>span{color:#86b4ff}.connection .flow>div{border-color:#465972}.cta{padding-block:70px}.product-hero{padding-top:38px;padding-bottom:55px}.product-hero h1{font-size:clamp(42px,4.5vw,64px);font-weight:700;letter-spacing:-2.7px}.product-hero-grid{gap:45px}.product-kicker{font-weight:700}.product-preview{background:#192d48;padding:22px;border-radius:18px}.product-preview>.preview-caption{color:#b9c8dd}.feature-grid article{background:white;border:1px solid #d5deea;border-radius:12px;padding:26px}.feature-grid article>span{font-weight:700;color:var(--accent)}.steps-section{background:#e5ecf5}.screenshots-section{border-top:1px solid #cfdae8;padding-top:48px}.screenshot-figure{background:white;border:1px solid #d4ddec;border-radius:14px;padding:18px}.product-image{position:relative;display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;overflow:hidden;border-radius:8px;text-align:left}.product-image img{display:block;width:100%;height:auto}.real-panel-caption{padding:18px}.real-panel.phone .product-image{max-width:190px;margin:auto;border-radius:20px;box-shadow:0 10px 28px #14223833}.real-panel.phone{padding-top:18px}.real-panel.phone .product-image img{max-height:380px;object-fit:contain}.real-panel.desktop .product-image img{aspect-ratio:3.45;object-fit:cover}.real-panel.desktop .product-image img[src*="smartlabels"]{aspect-ratio:3.82}.real-panel.desktop .product-image img[src*="verify-portal"]{aspect-ratio:3.93}
@media(min-width:1000px){.product-hero-grid{grid-template-columns:1.05fr 1fr}.product-preview .real-panel.phone{display:grid;grid-template-columns:190px 1fr;gap:12px;align-items:center;padding:18px}.product-preview .real-panel.phone .real-panel-caption{padding:10px}.product-preview .real-panel.phone .product-image{width:190px}}
@media(max-width:1000px){.hero-main{gap:18px;grid-template-columns:1.15fr 1fr}.hero-phone{width:150px}.hero-devices{height:355px}.hero-new h1{font-size:55px}.nav nav{gap:16px}.nav{gap:18px}.quick-products>a{padding:17px}.quick-products h2{font-size:20px}.hero-main{min-height:390px}}
@media(max-width:760px){.wrap{width:calc(100% - 36px)}.header{height:72px}.nav nav{display:none}.nav-cta{margin-left:auto;padding:10px 12px;font-size:11px;gap:8px}.wordmark{font-size:23px}.brandmark{width:27px}.mobile-toggle{display:block;border:0;background:none;padding:8px}.mobile-nav.open{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-bottom:1px solid #d7e0ec;padding:18px;gap:8px}.mobile-nav a{padding:13px;background:#edf2f9;border-radius:7px;font-weight:650}.hero-new{padding-top:36px}.hero-main{display:block;min-height:0}.hero-new h1{font-size:49px;letter-spacing:-2.5px}.hero-new p{font-size:15px}.hero-new .eyebrow{font-size:8px;letter-spacing:1.5px}.hero-devices{height:338px;max-width:340px;margin:34px auto 15px}.hero-phone{width:142px}.phone-verify{left:27px}.phone-park{right:27px;top:18px}.quick-products{grid-template-columns:1fr 1fr;gap:10px;margin-top:32px}.quick-products p{font-size:12px}.quick-products b{font-size:10px}.quick-products h2{font-size:21px}.quick-products>a>div{margin-bottom:13px}.showcase{margin-top:28px;padding:24px 18px;grid-template-columns:1fr;gap:20px}.demo-tabs{display:grid;grid-template-columns:1fr 1fr}.demo-tabs button{padding:11px 8px;gap:6px}.demo-tabs small,.demo-tabs button>.icon:last-child{display:none!important}.demo-tabs button>span{font-size:12px}.showcase h2 br{display:none}.showcase h2{font-size:24px;margin-bottom:15px}.showcase .overline{margin-bottom:10px}.section{padding-block:48px}.product-card h3{font-size:24px}.product-preview{padding:14px}.product-hero h1{font-size:43px;letter-spacing:-2px}.screenshot-gallery.verify-gallery{display:grid;grid-template-columns:1fr 1fr}.screenshot-figure.phone{padding:10px}.screenshot-figure.phone h3{font-size:16px}.screenshot-figure.phone p{font-size:12px}.screenshot-figure.desktop{grid-column:1/-1}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.verify-record{display:grid;grid-template-columns:1fr 1fr;gap:64px;padding-block:54px 72px;border-top:1px solid #cfd9e7}.verify-record h2{font-size:36px}.certificate-contents{background:#fff;border:1px solid #cbd8e5;border-top:4px solid #087f70;border-radius:12px;padding:30px}.certificate-contents ul{list-style:none;padding:0;margin:0}.certificate-contents li{padding:17px 0;border-top:1px solid #e2e8ef}.certificate-contents b,.certificate-contents li span{display:block}.certificate-contents li span{font-size:14px;color:#536175;margin-top:6px;line-height:1.6}.verify-workflow{padding:65px 0;background:#172a44;color:#fff}.verify-workflow .eyebrow{color:#95cdbf}.verify-workflow p{color:#c2cedd}.verify-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:36px}.verify-process-grid h3{font-size:20px}.requirements-note{margin-top:26px;padding:24px 28px;border:1px solid #526781;border-radius:10px;background:#ffffff06}.requirements-note p{font-size:14px;margin:0}.requirements-note h3{font-size:18px}.verify-workflow h2{font-size:36px}@media(max-width:760px){.verify-record{grid-template-columns:1fr;gap:24px;padding-block:35px}.verify-record h2,.verify-workflow h2{font-size:29px}.verify-process-grid{grid-template-columns:1fr;gap:10px}.verify-workflow{padding-block:40px}.certificate-contents{padding:24px}.requirements-note{padding:20px}}
/* Wordmark and product workflow illustrations */
.wordmark{gap:0;font-weight:500;letter-spacing:-1px;color:#202b3b}.wordmark b{font-weight:500}.wordmark .brand-link{color:#2875dc;font-weight:500}.wordmark.light .brand-link{color:#6daaff}.product-kicker{flex-wrap:wrap;gap:16px}.product-kicker .wordmark{font-size:25px}.product-lockup{border-left:1px solid #b5c1d1;padding-left:16px;display:inline-flex;align-items:center;gap:8px}.product-lockup .icon{width:22px;height:22px}.product-wordmark{display:flex;align-items:center}.product-wordmark .wordmark{font-size:20px}.hero-overview{border:1px solid #40536e;border-radius:16px;padding:28px;background:#1a2d46;box-shadow:0 20px 60px #07132244}.hero-overview>.eyebrow{margin-bottom:12px}.hero-overview>a{display:flex;align-items:center;gap:16px;padding:21px 0;border-top:1px solid #354962}.hero-overview>a>div{flex:1}.hero-overview b{display:block;font-size:19px;font-weight:600;margin-bottom:5px}.hero-overview a span:not(.overview-icon){font-size:12px;color:#b8c9df}.overview-icon{display:grid;place-items:center;width:43px;height:43px;border:1px solid #506789;background:#253d5d;border-radius:10px;color:#94bdff}.hero-overview a>.icon{width:17px;color:#8bb3ed}.hero-overview>a:hover b{color:#8cbcff}.hero-main{min-height:360px}.product-concept{height:225px;border-radius:10px;background:#edf1f7;margin-bottom:26px;display:flex;align-items:center;justify-content:center;gap:22px;position:relative;overflow:hidden;padding:20px}.concept-smartlabels{background:#eee9fa}.concept-label{background:#fff;border:1px solid #d6cbea;border-radius:7px;padding:14px;width:128px;box-shadow:0 7px 18px #47376115;transform:rotate(-5deg);display:flex;flex-direction:column;align-items:flex-start}.concept-label small{font-size:7px;font-weight:650;letter-spacing:.5px}.concept-label strong{font-size:23px;line-height:1.05;margin:8px 0;color:#24324a;letter-spacing:-.5px}.concept-qr{width:48px;height:48px;color:#24324a}.concept-label>span{font-size:5px;margin-top:5px}.concept-outcome{display:flex;flex-direction:column;gap:12px}.concept-outcome b{font-size:18px;color:#4d3789}.concept-outcome>span{font-size:11px;color:#69577e}.concept-stock-in{background:#e6eefb}.shipment,.label-stack,.concept-id,.concept-certificate{display:flex;flex-direction:column;background:#fff;border:1px solid #cfdaea;border-radius:8px;padding:17px;gap:10px;font-size:11px;box-shadow:0 7px 15px #172a4408}.shipment .icon{width:32px;height:32px;color:#3379d5}.shipment span{font-size:10px;color:#61728a}.label-stack{box-shadow:5px 5px 0 #c6d6ef;font-size:10px}.label-stack b{font-size:9px;color:#2563eb}.label-stack span{border-top:1px dashed #ccd7e7;padding-top:7px}.concept-flow-arrow{font-size:25px;color:#6c84a8}.concept-verify{background:#e4f1ed}.concept-id .icon{color:#087f70;width:30px;height:30px}.concept-id b{font-size:9px}.concept-id span{font-size:9px;color:#56716c}.concept-certificate{border-top:3px solid #087f70;gap:8px}.concept-certificate small{font-size:6px;letter-spacing:.5px}.concept-certificate b{color:#087f70;font-size:17px}.concept-certificate span{font-size:9px;color:#57706b}.concept-park{background:#e7ebdf}.concept-lot{position:absolute;inset:0;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:16px 40px;transform:rotate(-12deg) scale(1.15)}.concept-lot i{border:2px solid #bdc6b4;border-top:0;display:flex;align-items:center;justify-content:center}.concept-lot .selected-space{background:#cbdbed}.selected-space .icon{color:#2563eb;width:34px;height:34px}.concept-location{position:absolute;bottom:22px;left:25px;right:25px;background:#fff;border:1px solid #ccd3c8;border-radius:8px;padding:14px;box-shadow:0 6px 20px #172a4410}.concept-location b{font-size:13px;display:flex;align-items:center;gap:7px}.concept-location b .icon{color:#aa640c;width:19px}.concept-location>span{display:block;font-size:11px;background:#fff2d8;color:#805115;padding:8px;margin-top:10px;border-radius:4px}.verify-philosophy{max-width:850px;font-size:17px;line-height:1.8}.product-card .card-head{display:none}
@media(max-width:760px){.hero-overview{margin-top:30px;padding:20px}.hero-overview>a{padding:15px 0}.hero-overview b{font-size:17px}.hero-overview a span:not(.overview-icon){font-size:11px}.product-concept{gap:12px;height:210px;padding:12px}.shipment,.label-stack,.concept-id,.concept-certificate{padding:12px;gap:8px}.concept-outcome b{font-size:16px}.concept-outcome>span{font-size:10px}.concept-label{width:114px}.product-lockup{font-size:13px;padding-left:12px}.product-kicker{gap:12px}.product-kicker .wordmark{font-size:23px}.verify-philosophy{font-size:15px}}
.real-panel.vehicle-photo{background:#f1f4f8}.real-panel.vehicle-photo .product-image{padding:18px}.real-panel.vehicle-photo img{width:100%;height:auto;object-fit:contain}.screenshot-figure.vehicle-photo .product-image{background:#edf1f6}.screenshot-figure.vehicle-photo img{height:340px;object-fit:contain}.screenshot-figure.label-photo img{height:420px;object-fit:contain;background:white}.screenshot-figure.label-photo .product-image{background:white}@media(max-width:760px){.screenshot-figure.vehicle-photo img{height:230px}.screenshot-figure.label-photo img{height:360px}}
.screenshot-gallery.label-gallery{display:grid;grid-template-columns:1fr 1.35fr;gap:24px}.label-gallery .desktop{grid-column:1/-1}.label-gallery .label-samples img{height:420px;object-fit:contain;background:white}.label-gallery .label-samples .product-image{background:white}@media(max-width:760px){.screenshot-gallery.label-gallery{grid-template-columns:1fr}.label-gallery .label-samples img{height:auto;width:100%}}
.integrations{padding-block:64px 20px}.integration-heading{display:grid;grid-template-columns:1fr 1fr;column-gap:70px;align-items:end}.integration-heading .eyebrow{grid-column:1/-1;color:#526d92}.integration-heading h2{font-size:36px;margin-bottom:30px}.integration-heading>p{font-size:15px;max-width:450px;margin-bottom:32px}.integration-rows{border-top:1px solid #cbd6e5}.integration-row{display:grid;grid-template-columns:320px 1fr;gap:38px;padding:28px 0;border-bottom:1px solid #cbd6e5;align-items:center}.integration-row h3{font-size:17px;margin:0 0 7px}.integration-row p{font-size:12px;margin:0}.integration-row ul{display:flex;flex-wrap:wrap;gap:12px 30px;list-style:none;padding:0;margin:0}.integration-row li{font-family:Manrope,sans-serif;font-size:21px;font-weight:600;letter-spacing:-.6px;padding-block:6px;color:#243751}.integration-footer{display:flex;gap:25px;justify-content:space-between;align-items:center;padding-top:22px}.integration-footer p{font-size:12px;margin:0}.integration-footer a{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:#2563eb;white-space:nowrap}.integration-footer .icon{width:17px}@media(max-width:760px){.integrations{padding-top:38px}.integration-heading{display:block}.integration-heading h2{font-size:29px;margin-bottom:18px}.integration-heading>p{font-size:14px}.integration-row{grid-template-columns:1fr;gap:15px;padding-block:23px}.integration-row li{font-size:19px}.integration-row ul{gap:7px 23px}.integration-footer{align-items:flex-start;flex-direction:column;gap:14px}}
.home-focused .hero-main{display:block;min-height:0}.home-focused .hero-copy{max-width:1000px}.home-focused h1{font-size:clamp(43px,5vw,70px);max-width:1000px}.home-focused .hero-copy>p{max-width:750px}.home-focused .quick-products>a{background:transparent;border:0;border-top:1px solid #52637b;border-radius:0;padding:22px 0}.home-focused .quick-products>a>div{display:none}.home-focused .quick-products p{min-height:0;margin-bottom:14px}.home-focused .quick-products{gap:32px}.home-focused .quick-products h2{font-size:22px}.editorial-products{display:block}.editorial-products .product-card{display:grid;grid-template-columns:1fr 1fr;gap:0 65px;border:0;border-top:1px solid #ccd6e5;border-radius:0;box-shadow:none;background:none;padding:48px 0;transform:none}.editorial-products .product-concept{grid-column:2;grid-row:1/5;height:310px;margin:0;align-self:center}.editorial-products .product-wordmark,.editorial-products h3,.editorial-products p,.editorial-products .card-link{grid-column:1}.editorial-products h3{font-size:32px;max-width:520px;margin-top:22px}.editorial-products p{font-size:15px;max-width:530px}.editorial-products .card-link{font-size:14px}.editorial-products .product-card:nth-child(even) .product-concept{grid-column:1}.editorial-products .product-card:nth-child(even) .product-wordmark,.editorial-products .product-card:nth-child(even) h3,.editorial-products .product-card:nth-child(even) p,.editorial-products .product-card:nth-child(even) .card-link{grid-column:2}.connections-disclosure>summary{font-size:19px;font-weight:600;padding:27px 0;border-top:1px solid #ccd6e5}.connections-disclosure>summary>span{font-size:12px;color:#2563eb}.connections-disclosure .integration-heading{display:none}.connections-disclosure .integration-footer{padding-bottom:24px}.integrations{padding-top:36px;padding-bottom:0}@media(max-width:760px){.home-focused .quick-products{gap:16px}.editorial-products .product-card{display:flex;flex-direction:column;padding:30px 0;gap:0}.editorial-products .product-concept{width:100%;height:240px;order:5;margin-top:24px}.editorial-products h3{font-size:28px}.connections-disclosure>summary{font-size:15px}.connections-disclosure>summary>span{font-size:10px;white-space:nowrap}}
.label-explorer{padding:55px 0;border-top:1px solid #cbd6e5}.label-explorer>p{max-width:750px}.label-mode{display:inline-flex;gap:5px;background:#e0e7f1;border-radius:10px;padding:5px;margin:12px 0 24px}.label-mode button{border:0;border-radius:7px;padding:13px 30px;background:transparent;color:#324761;font-weight:600}.label-mode button[aria-pressed=true]{background:#142238;color:#fff;box-shadow:0 3px 8px #14223825}.label-mode-description{min-height:125px;max-width:850px}.label-mode-description h3{font-size:22px;margin-bottom:10px}.label-mode-description p{font-size:14px}.label-comparison{display:grid;grid-template-columns:1fr 1fr;gap:24px}.label-comparison article{padding:26px;background:#e7edf5;border-radius:14px;text-align:center}.label-comparison article>h3{font-size:18px}.explorer-label{background:white;color:#151515;max-width:330px;margin:auto;padding:28px 22px;text-align:left;border:1px solid #c4cbd5;box-shadow:0 8px 24px #172a4410}.sample-dealer{font-size:10px;letter-spacing:1.7px}.explorer-label>strong{display:block;font-family:Arial,sans-serif;font-size:34px;font-weight:800;letter-spacing:-1.2px;margin:18px 0 9px}.explorer-label>b{font-size:15px}.qr-placeholder{width:125px;height:125px;margin:24px auto 12px;border:2px dashed #a3adba;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#f4f6f9;color:#6b7788}.qr-placeholder .icon{width:48px;height:48px}.qr-placeholder span{font-size:9px;letter-spacing:1px}.label-route{display:block;text-align:center;color:#3b5680;font-size:10px;letter-spacing:1px;font-weight:700}.explorer-label h4{font-size:21px;margin:30px 0 8px}.explorer-label p{font-size:14px;margin-bottom:25px;color:#333}.explorer-label small{font-size:10px;color:#657181}.explorer-note{font-size:12px;margin:20px 0 0}@media(max-width:600px){.label-comparison{gap:10px}.label-comparison article{padding:14px 8px}.explorer-label{padding:16px 10px}.explorer-label>strong{font-size:21px;letter-spacing:-.8px}.explorer-label>b{font-size:10px}.sample-dealer{font-size:7px;letter-spacing:.6px}.qr-placeholder{width:90px;height:90px}.explorer-label h4{font-size:16px}.explorer-label p{font-size:12px}.explorer-label small{font-size:8px}.label-comparison article>h3{font-size:15px}.label-mode-description{min-height:170px}}
/* Compact label comparison */
.label-explorer{display:flex;flex-direction:column;align-items:stretch;max-width:900px;padding-block:36px}.label-explorer>.eyebrow{margin-bottom:12px}.label-explorer>h2{font-size:32px;margin-bottom:12px}.label-explorer>p:not(.explorer-note){font-size:14px;margin-bottom:18px}.label-mode{align-self:center;margin:0 0 14px;padding:4px;border-radius:9px}.label-mode button{padding:9px 25px;font-size:13px}.label-comparison{order:4;gap:14px;max-width:620px;width:100%;align-self:center}.label-mode-description{order:5;min-height:0;max-width:620px;width:100%;align-self:center;padding:16px 0 0}.label-mode-description h3{font-size:16px;letter-spacing:-.3px;margin:0 0 6px}.label-mode-description p{font-size:12px;line-height:1.6;margin:0}.label-explorer>.explorer-note{order:6;max-width:620px;width:100%;align-self:center;font-size:10px;margin-top:12px}.label-comparison article{padding:14px;border:1px solid #d4ddea;background:#eaf0f7;border-radius:12px}.label-comparison article>h3{font-size:13px;margin-bottom:10px}.explorer-label{max-width:220px;padding:16px 15px;border-radius:3px;box-shadow:0 3px 10px #172a440d}.sample-dealer{font-size:7px;letter-spacing:1px}.explorer-label>strong{font-size:25px;letter-spacing:-1px;margin:12px 0 6px}.explorer-label>b{font-size:11px}.qr-placeholder{width:82px;height:82px;margin:15px auto 8px;gap:6px}.qr-placeholder .icon{width:30px;height:30px}.qr-placeholder span{font-size:7px}.label-route{font-size:8px;letter-spacing:.8px}.explorer-label h4{font-size:16px;margin:17px 0 5px}.explorer-label p{font-size:11px;margin-bottom:12px}.explorer-label small{font-size:8px}@media(max-width:600px){.label-explorer>h2{font-size:27px}.label-comparison{gap:10px}.label-comparison article{padding:10px 7px}.explorer-label{padding:12px 9px}.explorer-label>strong{font-size:20px}.sample-dealer{font-size:6px}.explorer-label>b{font-size:9px}.explorer-label h4{font-size:14px}.label-mode-description{min-height:0}}
.product-preview .real-panel.park-map{grid-template-columns:220px 1fr}.product-preview .real-panel.park-map .product-image{width:220px;max-width:220px}.real-panel.park-map .product-image img{max-height:480px}.park-workflow{display:grid;grid-template-columns:280px 1fr;gap:70px;align-items:center;border-top:1px solid #cbd6e5;padding-block:50px;max-width:1000px}.park-workflow-screen{padding:20px;background:#e5edf7;border:1px solid #ccd9e8;border-radius:22px}.park-workflow-screen .product-image{max-width:220px;margin:auto;border-radius:18px;box-shadow:0 12px 26px #172a4420}.park-workflow h2{font-size:34px}.park-workflow ol{padding-left:22px;margin:20px 0}.park-workflow li{padding-left:10px;margin-bottom:22px}.park-workflow li::marker{font-weight:700;color:#aa640c}.park-workflow h3{font-size:18px;margin-bottom:7px}.park-workflow p{font-size:14px;margin-bottom:0}.park-workflow .park-location-note{font-size:12px;border-top:1px solid #cbd6e5;padding-top:15px}@media(max-width:760px){.park-workflow{grid-template-columns:1fr;gap:28px}.park-workflow-screen{max-width:245px;margin:auto}.park-workflow h2{font-size:29px}.product-preview .real-panel.park-map .product-image{width:190px;max-width:190px}.real-panel.park-map .product-image img{max-height:420px}}
.label-comparison .real-label{display:block;width:100%;max-width:250px;height:auto;margin:auto;border:1px solid #d4ddea;background:#fff;box-shadow:0 3px 10px #172a440d}
.corporate-brand{display:inline-flex;flex-direction:column;align-items:stretch;gap:5px}.brand-descriptor{font-size:8px;font-weight:600;letter-spacing:2.2px;line-height:1.2;color:#536175}.corporate-brand.light .brand-descriptor{color:#a9bad0}@media(max-width:760px){.brand-descriptor{font-size:7px;letter-spacing:1.7px}}
.company-page{max-width:900px;padding-block:64px 80px}.company-page h1{font-size:clamp(38px,6vw,62px);font-weight:700}.company-intro{font-size:22px;max-width:700px}.company-sections{max-width:760px}.company-sections section{padding:24px 0;border-bottom:1px solid var(--line)}.company-sections h2{font-size:24px;letter-spacing:-.6px;margin-bottom:14px}.company-sections p{font-size:16px;line-height:1.85;margin:0}.company-page>.button{margin-top:30px}.policy-draft{padding:20px 24px;border:1px solid #dbc49b;background:#fff7e8;border-radius:10px;margin:28px 0;color:#614720}.policy-draft p{font-size:13px;margin:8px 0 0;color:inherit}.footer-legal{display:flex;gap:20px;flex-wrap:wrap}.footer-legal a:hover{text-decoration:underline}.footer-bottom{gap:20px;flex-wrap:wrap}@media(max-width:600px){.company-page{padding-block:36px 50px}.company-intro{font-size:19px}.company-sections h2{font-size:21px}.company-sections p{font-size:15px}}
.verify-app-download{display:flex;align-items:center;gap:20px;margin:24px 0;padding:18px;background:#fff;border:1px solid #d5deea;border-radius:12px;max-width:540px}.verify-app-download>a{flex:0 0 132px}.verify-app-qr{display:block;width:132px;height:132px}.verify-app-download strong{font-size:15px}.product-hero .verify-app-download p{font-size:13px;line-height:1.5;margin:7px 0 14px}.app-store-badge{display:inline-block;line-height:0}.app-store-badge img{display:block;width:150px;height:50px}@media(max-width:420px){.verify-app-download{gap:12px;padding:12px}.verify-app-download>a{flex-basis:112px}.verify-app-qr{width:112px;height:112px}.verify-app-download strong{font-size:13px}.app-store-badge img{width:135px;height:45px}}
.smart-routine,.smart-leads{padding-block:64px}.smart-story-heading{max-width:780px;margin-bottom:32px}.smart-story-heading h2{font-size:clamp(30px,3.5vw,45px);line-height:1.15;margin:14px 0 20px}.smart-story-heading>p{font-size:16px}.smart-flow{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.smart-flow li,.smart-delivery article{background:white;border:1px solid #d5deea;border-radius:14px;padding:25px}.smart-flow li>span{display:block;color:#7448df;font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:20px}.smart-flow h3,.smart-options h3,.smart-delivery h3,.smart-price-note h3{font-size:21px;line-height:1.3;margin:0 0 12px}.smart-flow p,.smart-options p,.smart-delivery p,.smart-price-note p{font-size:14px;margin:0;line-height:1.7}.smart-price-note{display:flex;gap:22px;padding:28px;margin-top:24px;background:#eae5f8;border-radius:14px}.smart-price-note .icon{width:30px;height:30px;color:#7448df}.smart-after-hours{padding-block:65px;background:#172a44;color:white}.smart-after-hours p{color:#c5d2e3}.smart-after-hours .eyebrow{color:#c1adff}.smart-options,.smart-delivery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.smart-options article{border:1px solid #53627a;border-radius:14px;padding:30px;background:#20344f}.smart-options h3{margin-top:15px}.smart-options p+p{margin-top:16px}.smart-lead-flow{grid-template-columns:repeat(4,minmax(0,1fr))}.smart-delivery{margin-top:24px}.smart-scan-note{font-size:13px;max-width:850px;margin:24px 0}.smart-leads .actions{margin-top:24px}@media(max-width:900px){.smart-lead-flow{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.smart-routine,.smart-leads,.smart-after-hours{padding-block:42px}.smart-flow,.smart-options,.smart-delivery{grid-template-columns:1fr}.smart-story-heading>p{font-size:14px}.smart-flow li,.smart-options article,.smart-delivery article{padding:22px}.smart-price-note{padding:22px;gap:14px}}
.stock-story{padding-block:64px}.stock-story .smart-flow li>span{color:#2563eb}.stock-arrival{padding-block:64px;background:#172a44;color:white}.stock-arrival .eyebrow{color:#9ec5ff}.stock-arrival p{color:#c5d2e3}.stock-arrival-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.stock-arrival-grid article{padding:26px;border:1px solid #526780;border-radius:14px;background:#20344f}.stock-arrival-grid article>span{font-size:30px;color:#8dbbff;font-weight:700}.stock-arrival-grid h3{font-size:22px;line-height:1.3;margin:20px 0 12px}.stock-arrival-grid p{font-size:14px;margin:0}.stock-supplies{margin-top:40px;padding:36px;background:#e5edfb;border-radius:16px;display:grid;grid-template-columns:1.2fr 1fr;gap:20px 44px;align-items:center}.stock-supplies h2{font-size:clamp(28px,3vw,38px);line-height:1.2;margin:14px 0}.stock-supplies p{font-size:15px;margin:0}.stock-supplies ul{list-style:none;margin:0;padding:0;display:grid;gap:18px}.stock-supplies li{display:flex;gap:12px;align-items:center;font-size:15px;font-weight:600}.stock-supplies li .icon{flex-shrink:0;color:#2563eb}.stock-supplies .actions{grid-column:1/-1;margin:0}.stock-system-note{font-size:13px;margin-top:22px}@media(max-width:700px){.stock-story,.stock-arrival{padding-block:42px}.stock-arrival-grid,.stock-supplies{grid-template-columns:1fr}.stock-supplies{padding:24px;gap:24px}}
:root{--reviewpilot-blue:#245bff}.rp-intro{display:grid;grid-template-columns:1.15fr 1fr;gap:65px;align-items:center}.rp-intro .rp-wordmark{font-family:inherit;font-weight:800;font-size:48px;letter-spacing:-2px;margin-bottom:22px}.rp-wordmark span{color:var(--reviewpilot-blue)}.rp-intro h3{font-size:25px;margin:20px 0}.rp-intro p{line-height:1.8;margin:20px 0 28px;color:#617087}.rp-sample{background:#14243d;padding:45px;border-radius:15px;color:white}.rp-sample>span{font-size:10px;letter-spacing:1.8px;color:#f6be35}.rp-sample h3{font-size:36px;line-height:1.2}.rp-sample h3 em{font-style:normal;color:#9bb8ff}.rp-sample p{color:#bdc9da}.rp-sample a{color:white}@media(max-width:760px){.rp-intro{grid-template-columns:1fr;gap:30px}.rp-sample{padding:28px}.rp-intro .rp-wordmark{font-size:40px}}
.quick-products{grid-template-columns:repeat(5,minmax(0,1fr))}.journey-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin-top:36px}.journey-grid article{border-top:2px solid #dce5f5;padding-top:20px}.journey-grid article>span{font-size:12px;color:#2563eb;font-weight:700}.journey-grid h3{margin:18px 0;font-size:23px}.journey-grid p{color:#637082;line-height:1.75;margin-bottom:18px}.journey-grid a{font-size:14px;color:#2563eb;font-weight:600}@media(max-width:1000px){.quick-products{grid-template-columns:repeat(3,minmax(0,1fr))}.journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.quick-products{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-grid{grid-template-columns:1fr}}
