.hero{padding-top:calc(var(--space-20) + var(--space-4));padding-bottom:var(--space-6);position:relative;overflow:hidden;background:radial-gradient(ellipse at 50% 30%,rgba(48,202,113,.03) 0%,transparent 60%),linear-gradient(180deg,var(--color-surface-950) 0%,var(--color-surface-900) 100%)}.hero__glow,.hero__grid,.hero__hexagons{display:none}.hero:before{content:"";position:absolute;inset:-50%;background:radial-gradient(ellipse 50% 40% at 20% 30%,rgba(48,202,113,.07) 0%,transparent 60%),radial-gradient(ellipse 40% 50% at 80% 20%,rgba(49,91,244,.05) 0%,transparent 55%),radial-gradient(ellipse 60% 40% at 60% 70%,rgba(48,202,113,.04) 0%,transparent 50%),radial-gradient(ellipse 35% 55% at 40% 50%,rgba(49,91,244,.03) 0%,transparent 55%);z-index:0;pointer-events:none;animation:auroraDrift 20s ease-in-out infinite alternate}.hero:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.025) 1px,transparent 0);background-size:48px 48px;mask-image:radial-gradient(ellipse 70% 50% at 50% 40%,black 20%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 70% 50% at 50% 40%,black 20%,transparent 70%);z-index:0;pointer-events:none}@keyframes auroraDrift{0%{transform:translate(0) rotate(0) scale(1)}to{transform:translate(3%,-2%) rotate(3deg) scale(1.05)}}.hero__glow{position:absolute;inset:0;pointer-events:none;z-index:0}.hero__orb{position:absolute;border-radius:50%;will-change:transform}.hero__orb--green{width:600px;height:600px;background:radial-gradient(circle,rgba(48,202,113,.08) 0%,transparent 70%);top:-10%;left:10%;filter:blur(80px);animation:orbFloatDeep 18s ease-in-out infinite}.hero__orb--blue{width:500px;height:500px;background:radial-gradient(circle,rgba(49,91,244,.06) 0%,transparent 70%);top:10%;right:5%;filter:blur(120px);animation:orbFloatMid 22s ease-in-out infinite reverse}.hero__orb--green-2{width:400px;height:400px;background:radial-gradient(circle,rgba(48,202,113,.05) 0%,transparent 70%);bottom:0;left:40%;filter:blur(60px);animation:orbFloatNear 25s ease-in-out infinite;animation-delay:-5s}@keyframes orbFloatDeep{0%,to{transform:translate(0)}50%{transform:translate(20px,-15px)}}@keyframes orbFloatMid{0%,to{transform:translate(0)}50%{transform:translate(25px,-20px)}}@keyframes orbFloatNear{0%,to{transform:translate(0)}50%{transform:translate(-15px,12px)}}.hero__grid,.hero__hexagons{position:absolute;inset:0;pointer-events:none;z-index:1}.hero__hexagons svg{width:100%;height:100%}.hex-draw{stroke-dasharray:500;stroke-dashoffset:500;animation:hexDraw 2.5s var(--ease-out) forwards}.hex-draw--d1{animation-delay:.4s}.hex-draw--d2{animation-delay:.8s}.hex-draw--d3{animation-delay:1.2s}.hex-draw--d4{animation-delay:1.6s}@keyframes hexDraw{to{stroke-dashoffset:0}}.hex-float--1{animation:hexFloat 14s ease-in-out infinite}.hex-float--2{animation:hexFloat 16s ease-in-out infinite reverse}.hex-float--3{animation:hexFloat 18s ease-in-out infinite;animation-delay:-3s}.hex-float--4{animation:hexFloat 15s ease-in-out infinite reverse;animation-delay:-5s}.hex-float--5{animation:hexFloat 17s ease-in-out infinite;animation-delay:-7s}@keyframes hexFloat{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-8px) translate(4px)}}.hex-connection{stroke-dasharray:1000;stroke-dashoffset:1000;animation:connectionDraw 4s var(--ease-out) forwards 1.5s}.hex-connection--d1{animation-delay:2s}@keyframes connectionDraw{to{stroke-dashoffset:0}}.hero__accent-link:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--color-accent);opacity:0;transition:opacity var(--duration-normal) var(--ease-out)}.hero__accent-link:hover:after{opacity:.6}.hero__subtitle{font-size:var(--text-xl);color:#ffffff80;max-width:52ch;text-align:center;line-height:1.65}.hero__social{font-size:var(--text-sm);color:#ffffff73;text-align:center;margin-top:var(--space-3);line-height:1.6}.hero__social em{font-style:italic;color:#ffffffb3}.hero__social a{color:#fff9;text-decoration:underline;text-underline-offset:.2em;font-weight:var(--weight-medium);transition:color .2s}.hero__social a:hover{color:var(--color-accent)}.hero__price-anchor{font-size:var(--text-sm);color:#ffffff59;font-weight:var(--weight-medium);letter-spacing:.02em}.hero__price-anchor-amount{color:var(--color-accent);font-weight:var(--weight-bold)}.hero__ctas{display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:center;margin-top:var(--space-4);position:relative}.hero__ctas:before{content:"";position:absolute;inset:-40px -60px;background:radial-gradient(ellipse 60% 80% at 50% 50%,rgba(48,202,113,.08) 0%,transparent 70%);pointer-events:none;z-index:-1;filter:blur(20px)}.hero__proof{display:flex;flex-wrap:wrap;gap:var(--space-8);justify-content:center;margin-top:var(--space-4)}.hero__proof-item{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:#fff9;font-weight:var(--weight-medium)}.hero__proof-item svg{color:var(--color-accent);flex-shrink:0;display:inline}.hero__proof-link{color:inherit;text-decoration:underline;text-decoration-color:#fff3;text-underline-offset:2px;transition:text-decoration-color .2s}.hero__proof-link:hover{text-decoration-color:var(--color-accent)}.hero__title-link{color:inherit;text-decoration:none;transition:color .2s}.hero__title-link:hover{color:var(--color-accent)}.hero__product-visual{display:block;width:100%;max-width:900px;margin-top:var(--space-12);border-radius:var(--radius-xl);overflow:hidden}@media(max-width:640px){.hero__product-visual{margin-top:var(--space-8)}}@media(max-width:640px){.hero{padding-top:calc(var(--space-20) + var(--space-4));padding-bottom:var(--space-4)}.home-hero-body__title{font-size:var(--text-3xl);letter-spacing:-.03em}}@media(max-width:767px){.hero:before{animation:none}}@media(prefers-reduced-motion:reduce){.hero:before{animation:none}}.home-hero-body{background:var(--color-bg-primary);color:var(--color-text-primary)}.home-hero-body .container{display:flex;flex-direction:column;align-items:center;text-align:center}.home-hero-body__title{color:var(--color-accent-text);font-size:var(--text-4xl);letter-spacing:-.03em;line-height:1.08;font-weight:var(--weight-black);margin-bottom:var(--space-6)}.home-hero-body__accent{color:var(--color-accent-text)}[data-theme=dark] .home-hero-body__title,[data-theme=dark] .home-hero-body__accent{color:var(--color-canopy)}.home-hero-body__subtitle{font-size:var(--text-lg);color:var(--color-text-muted);max-width:none;line-height:1.7;align-self:stretch}.home-hero-body__subtitle strong{color:var(--color-text-primary)}.home-hero-body__social{font-size:var(--text-sm);color:var(--color-text-muted);margin-top:var(--space-3);margin-bottom:var(--space-10);line-height:1.6}.home-hero-body__social em{font-style:italic;color:var(--color-text-primary)}.home-hero-body__social a{color:var(--color-accent-text);text-decoration:underline;text-underline-offset:.2em;font-weight:var(--weight-medium)}.home-hero-body__social a:hover{color:var(--color-accent)}.home-hero-body__proof{display:flex;flex-wrap:wrap;gap:var(--space-8);justify-content:center;margin-top:var(--space-12)}.home-hero-body__proof-item{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text-muted);font-weight:var(--weight-medium)}.home-hero-body__proof-item svg{color:var(--color-canopy);flex-shrink:0;display:inline}.home-hero-body__proof-link{color:inherit;text-decoration:underline;text-decoration-color:#06383e40;text-underline-offset:2px;transition:text-decoration-color .2s}.home-hero-body__proof-link:hover{text-decoration-color:var(--color-canopy)}.home-hero-body__ctas{display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:center;margin-top:var(--space-6)}@media(max-width:640px){.home-hero-body__subtitle{font-size:var(--text-base)}.home-hero-body__social{font-size:var(--text-xs)}.home-hero-body__ctas{flex-direction:column;width:100%}.home-hero-body__ctas .btn{width:100%;padding:.875rem 1.5rem;font-size:var(--text-base)}.home-hero-body__proof{flex-direction:column;gap:var(--space-3);align-items:center;width:100%}.home-hero-body__proof-item{font-size:var(--text-xs)}}.product-examples__lead{text-align:center;font-size:var(--text-lg);color:var(--color-text-muted-dark);line-height:1.6;margin-bottom:var(--space-8);max-width:700px;margin-inline:auto;margin-top:var(--space-12)}.product-examples__lead strong{color:var(--color-white)}.product-examples__blog-link{display:inline-block;margin-top:var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-accent);text-decoration:none}.product-examples__blog-link:hover{text-decoration:underline;text-underline-offset:3px}.product-examples__context-link{color:inherit;text-decoration:none;border-bottom:1px dashed rgba(255,255,255,.3);transition:color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out)}.product-examples__context-link:hover{color:var(--color-accent);border-bottom-color:var(--color-accent)}.product-examples__col-title a{color:inherit;text-decoration:none;border-bottom:1px dashed rgba(255,255,255,.3);transition:border-color var(--duration-fast) var(--ease-out)}.product-examples__col-title a:hover{border-bottom-color:currentColor}.product-examples__output{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-6);margin-bottom:var(--space-8);border-radius:var(--radius-lg);background:#30ca710f;border:1px solid rgba(48,202,113,.12);font-size:var(--text-sm)}.product-examples__output-label{color:var(--color-text-muted-dark);font-weight:var(--weight-medium)}.product-examples__output-flow{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--space-2)}.product-examples__output-step{display:inline-flex;align-items:center;gap:var(--space-1-5);padding:2px var(--space-3);border-radius:var(--radius-full);background:var(--color-card-bg);border:1px solid var(--color-border);color:var(--color-text-secondary-dark);font-size:var(--text-xs);white-space:nowrap}.product-examples__output-step svg{flex-shrink:0}.product-examples__output-step--url{font-family:var(--font-mono, ui-monospace, Menlo, monospace);color:var(--color-accent);font-weight:var(--weight-semibold);border-color:#30ca7133}.product-examples__output-step--verified{color:var(--color-accent);border-color:#30ca7140;font-weight:var(--weight-semibold)}.product-examples__output-step--verified svg{color:var(--color-accent)}.product-examples__output-step--link{color:var(--color-accent);border-color:#30ca7140;font-weight:var(--weight-semibold);text-decoration:none;transition:all var(--duration-fast) var(--ease-out)}.product-examples__output-step--link:hover{background:#30ca711a;border-color:#30ca7166;transform:translateY(-1px)}.product-examples__output-step--link svg{color:var(--color-accent)}.product-examples__output-link{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-accent);text-decoration:none;white-space:nowrap}.product-examples__output-link:hover{text-decoration:underline;text-underline-offset:2px}@media(max-width:639px){.product-examples__output{padding:var(--space-3) var(--space-4);gap:var(--space-3);flex-direction:column;align-items:stretch}.product-examples__output-flow{flex-wrap:wrap;gap:var(--space-1);justify-content:center}.product-examples__output-step{padding:2px var(--space-2);white-space:normal}.product-examples__output-arrow{font-size:var(--text-xs)}.product-examples__output-link{white-space:normal}}.product-examples__carousel{width:100%}.product-examples__slides{position:relative;min-height:360px;border-radius:var(--radius-xl);overflow:hidden}.product-examples__slide{position:absolute;inset:0;display:flex;flex-direction:column;padding:var(--space-8);background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transition:opacity .6s var(--ease-out);overflow-y:auto}.product-examples__slide.is-active{opacity:1;pointer-events:auto}.product-examples__slide-header{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-4);margin-bottom:var(--space-5);padding-bottom:var(--space-4);border-bottom:1px solid var(--color-border);flex-wrap:wrap;flex-shrink:0}.product-examples__name{font-family:var(--font-heading);font-size:var(--text-xl);font-weight:var(--weight-extrabold);color:var(--color-white);letter-spacing:-.02em}.product-examples__type-tag{display:inline-block;margin-right:var(--space-2);padding:1px 8px;border-radius:var(--radius-full);font-size:10px;font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.08em;color:#7fa3ff;background:#315bf41f;border:1px solid rgba(49,91,244,.2);vertical-align:middle}.product-examples__context{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-accent);line-height:1.4;text-align:right;white-space:nowrap}.product-examples__cols{display:grid;grid-template-columns:1fr 1fr 1fr;gap:var(--space-6);flex:1;flex-shrink:0;align-content:start}.product-examples__col{min-width:0}.product-examples__col-title{font-family:var(--font-heading);font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-4);padding-bottom:var(--space-2);border-bottom:2px solid}.product-examples__col-title--compliance{color:var(--color-accent);border-color:#30ca7140}.product-examples__col-title--sustainability{color:#7fa3ff;border-color:#315bf440}.product-examples__col-title--penalty{color:#f87171;border-color:#f8717133}.product-examples__items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-2)}.product-examples__items li{font-size:var(--text-sm);color:var(--color-text-secondary-dark);padding-left:var(--space-4);position:relative;line-height:1.5}.product-examples__items li:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:#30ca714d}.product-examples__item-link{color:inherit;text-decoration:none;transition:color var(--duration-fast) var(--ease-out)}.product-examples__item-link:hover{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.product-examples__item-link:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:2px}.product-examples__penalties{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-2)}.product-examples__penalty-item{font-size:var(--text-xs);color:#fca5a5;line-height:1.55;display:flex;align-items:flex-start;gap:8px;position:relative}.product-examples__penalty-link{color:inherit;text-decoration:none;transition:color var(--duration-fast) var(--ease-out)}.product-examples__penalty-link:hover{color:var(--color-white)}.product-examples__penalty-item:before{content:"⚠";flex-shrink:0;font-size:10px;line-height:inherit;margin-top:.15em}.product-examples__announce{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product-examples__dots{display:flex;justify-content:center;gap:var(--space-3);margin-top:var(--space-5)}.product-examples__dot{width:14px;height:14px;padding:0;border:2px solid transparent;border-radius:50%;background:var(--color-border);cursor:pointer;transition:background .3s var(--ease-out),transform .3s var(--ease-out),box-shadow .3s var(--ease-out),border-color .3s var(--ease-out)}.product-examples__dot:hover{background:#30ca7180;transform:scale(1.2)}.product-examples__dot:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-color:var(--color-accent)}.product-examples__dot.is-active{background:var(--color-accent);transform:scale(1.3);box-shadow:0 0 10px #30ca7180}@media(max-width:767px){.product-examples__lead{margin-top:var(--space-8);margin-bottom:var(--space-6)}.product-examples__slides{min-height:520px}.product-examples__slide{padding:var(--space-4)}.product-examples__slide-header{flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-5)}.product-examples__context{text-align:left;max-width:none;white-space:normal}.product-examples__cols{grid-template-columns:1fr;gap:var(--space-6)}.product-examples__name{font-size:var(--text-base)}.product-examples__items li,.product-examples__penalty-item{font-size:var(--text-sm);line-height:1.6}}@media(max-width:639px){.product-examples__lead{font-size:var(--text-base);margin-top:var(--space-8);margin-bottom:var(--space-6)}.product-examples__slides{min-height:540px}.product-examples__slide{padding:var(--space-3)}.product-examples__cols{gap:var(--space-5)}.product-examples__name{font-size:var(--text-sm);font-weight:var(--weight-extrabold)}.product-examples__col-title{font-size:10px}.product-examples__dot{width:18px;height:18px}}.product-examples__pause{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin:var(--space-4) auto 0;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-card-bg);color:var(--color-text-secondary-dark);cursor:pointer;transition:background var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out)}.product-examples__pause:hover{background:#30ca711a;color:var(--color-accent);border-color:#30ca7140}.product-examples__pause:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.product-examples__pause[aria-pressed=true] .product-examples__pause-play-icon{display:block}.product-examples__pause[aria-pressed=false] .product-examples__pause-play-icon{display:none}.product-examples__pause[aria-pressed=true] svg:first-child{display:none}.product-examples__pause[aria-pressed=false] svg:first-child{display:block}[data-theme=light] .product-examples__penalty-link:hover{color:var(--color-accent-text)}[data-theme=light] .product-examples__context-link{border-bottom-color:#06383e4d}[data-theme=light] .product-examples__context-link:hover{color:var(--color-accent-text);border-bottom-color:var(--color-accent-text)}[data-theme=light] .product-examples__col-title a{border-bottom-color:#06383e4d}[data-theme=light] .product-examples__lead{color:var(--color-text-muted)}[data-theme=light] .product-examples__lead strong{color:var(--color-text-primary)}[data-theme=light] .product-examples__output-label{color:var(--color-text-muted)}[data-theme=light] .product-examples__output-step{color:#06383eb3}[data-theme=light] .product-examples__output-arrow{color:var(--color-text-muted)}[data-theme=light] .product-examples__name{color:var(--color-text-primary)}[data-theme=light] .product-examples__items li,[data-theme=light] .product-examples__pause{color:#06383eb3}[data-theme=light] .product-examples__context,[data-theme=light] .product-examples__col-title--compliance{color:var(--color-accent-text)}[data-theme=light] .product-examples__col-title--sustainability{color:#1d4ed8}[data-theme=light] .product-examples__col-title--penalty,[data-theme=light] .product-examples__penalty-item{color:#b91c1c}[data-theme=light] .product-examples__blog-link,[data-theme=light] .product-examples__output-step--url,[data-theme=light] .product-examples__output-step--verified,[data-theme=light] .product-examples__output-step--link,[data-theme=light] .product-examples__output-link,[data-theme=light] .product-examples__item-link:hover{color:var(--color-accent-text)}.steps{display:grid;grid-template-columns:1fr;gap:var(--space-10);max-width:960px;margin-inline:auto;position:relative}@media(min-width:768px){.steps{grid-template-columns:repeat(4,1fr);gap:var(--space-8)}}.steps__connector{display:none}@media(min-width:768px){.steps__connector{display:block;position:absolute;top:120px;left:calc(12.5% + 28px);right:calc(12.5% + 28px);height:4px;z-index:0}.steps__connector svg{width:100%;height:100%}}.connector-line{transition:stroke-dashoffset 1.8s var(--ease-out)}.steps.is-visible .connector-line{stroke-dashoffset:0}.step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.step__visual{width:72px;height:72px;margin-bottom:var(--space-4);flex-shrink:0}.step__visual svg{width:100%;height:100%}.step__number{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:var(--radius-full);background:transparent;color:transparent;font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:var(--weight-black);letter-spacing:-.02em;margin-bottom:var(--space-6);flex-shrink:0;position:relative;border:1.5px solid rgba(48,202,113,.25);box-shadow:var(--glow-accent-sm)}.step__number span{background:linear-gradient(135deg,var(--color-accent) 0%,#3de080 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.step__ring{position:absolute;inset:-8px;border-radius:50%;border:1px solid rgba(48,202,113,.08)}.step+.step:before{content:"";display:block;width:1px;height:var(--space-6);background:linear-gradient(to bottom,rgba(48,202,113,.2),transparent);position:absolute;top:calc(-1 * var(--space-10) / 2 - var(--space-3));left:50%;transform:translate(-50%)}@media(min-width:768px){.step+.step:before{display:none}}.step__title{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-white);margin-bottom:var(--space-3)}.step__desc{font-size:var(--text-sm);color:var(--color-text-muted-dark);max-width:22ch;margin-inline:auto;line-height:1.65}.steps-result{display:flex;flex-direction:column;align-items:center;margin-top:var(--space-8);gap:var(--space-4)}.steps-result__arrow{opacity:.8}.steps-result__card{display:flex;align-items:center;gap:var(--space-5);padding:var(--space-4) var(--space-6);border:1px solid rgba(48,202,113,.25);border-radius:var(--radius-xl);background:#30ca710d;max-width:520px;width:100%}.steps-result__body{flex:1}.steps-result__title{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-white);margin-bottom:var(--space-1)}.steps-result__desc{font-size:var(--text-sm);color:var(--color-text-muted-dark);line-height:1.55}.steps-result__actions{margin-top:var(--space-3)}.steps-result__qr{width:48px;height:48px;flex-shrink:0;opacity:.8}.steps-result__qr svg{width:100%;height:100%}@media(prefers-reduced-motion:reduce){.step{opacity:1;transform:none;transition:none}}[data-theme=light] .step__visual svg [stroke*="rgba(255"]{stroke:#06383e4d}[data-theme=light] .step__visual svg [fill*="rgba(255"]{fill:#06383e4d}[data-theme=light] .step__number{border-color:#146d3940}[data-theme=light] .step__number span{background:linear-gradient(135deg,var(--color-accent-text) 0%,var(--color-canopy) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=light] .step__ring{border-color:#146d391a}[data-theme=light] .steps-result__card{border-color:#146d3933;background:#146d390a}[data-theme=light] .steps-result__qr svg [stroke*="rgba(255"]{stroke:#06383e40}[data-theme=light] .steps-result__qr svg [fill*="rgba(255"]{fill:#06383e14}#compliance-intelligence{overflow:hidden}.ci__layout{display:grid;grid-template-columns:1fr 1.2fr;gap:var(--space-12);align-items:center}.ci__text{text-align:left}.ci__text .section-header{text-align:left;align-items:flex-start}.ci__inline-link{color:inherit;text-decoration:underline;text-decoration-color:#ffffff26;text-underline-offset:3px;transition:text-decoration-color .2s}.ci__inline-link:hover{text-decoration-color:var(--color-accent)}.ci__cta{margin-top:var(--space-6)}.ci__cta--mobile{display:none}.ci__visual{perspective:1200px;display:flex;justify-content:center}.ci__screen-link{display:block;text-decoration:none;transform-style:preserve-3d}.ci__screen{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 25px 60px #00000080,0 8px 20px #0000004d,0 0 0 1px #ffffff0f,inset 0 1px #ffffff14;transform:rotateY(-14deg) rotateX(4deg) scale(.95);transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .5s ease;will-change:transform}.ci__screen-link:hover .ci__screen{transform:rotateY(-8deg) rotateX(2deg) scale(.98);box-shadow:0 35px 80px #00000080,0 12px 30px #0000004d,0 0 0 1px #30ca7126,0 0 40px #30ca710f,inset 0 1px #ffffff1a}.ci__screen-img{display:block;width:100%;height:auto;border-radius:inherit;mask-image:linear-gradient(to bottom,black 70%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 70%,transparent 100%)}.ci__screen-glare{position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,.02) 30%,transparent 50%);pointer-events:none;border-radius:inherit}@media(max-width:900px){.ci__layout{grid-template-columns:1fr;gap:var(--space-6);overflow:hidden}.ci__text{text-align:center}.ci__text .section-header{text-align:center;align-items:center}.ci__cta--desktop{display:none}.ci__cta--mobile{display:flex;justify-content:center;padding-inline:var(--space-4)}.ci__cta--mobile .btn{width:100%;max-width:100%;text-align:center;white-space:normal;word-break:break-word}.ci__visual{overflow:hidden;margin-inline:calc(-1 * var(--space-4));padding-inline:var(--space-4)}.ci__screen{transform:rotateY(-8deg) rotateX(3deg) scale(.85)}.ci__screen-link:hover .ci__screen{transform:rotateY(-4deg) rotateX(1deg) scale(.88)}}@media(max-width:480px){.ci__text .section-header__title{font-size:clamp(1.4rem,1rem + 2vw,1.75rem);overflow-wrap:break-word;word-break:break-word}.ci__visual{perspective:800px}.ci__screen{transform:rotateY(-6deg) rotateX(2deg) scale(.82)}}[data-theme=light] .ci__inline-link{text-decoration-color:#06383e26}[data-theme=light] .ci__inline-link:hover{text-decoration-color:var(--color-accent-text)}[data-theme=light] .ci__screen-link:hover .ci__screen{box-shadow:0 35px 80px #00000080,0 12px 30px #0000004d,0 0 0 1px #146d3926,0 0 40px #146d390f,inset 0 1px #ffffff1a}.example{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-2xl);padding:var(--space-6);max-width:960px;margin-inline:auto;backdrop-filter:blur(12px);position:relative;overflow:hidden;box-shadow:0 0 0 1px #30ca710a,0 24px 48px -12px #0000004d,0 0 80px -20px #30ca710f}.example:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(48,202,113,.3),rgba(49,91,244,.2),transparent)}@media(min-width:640px){.example{padding:var(--space-12)}}.example__header{text-align:center;margin-bottom:var(--space-8)}@media(min-width:640px){.example__header{margin-bottom:var(--space-12)}}.example__product-name{color:var(--color-white);font-size:var(--text-2xl);margin-top:var(--space-5);margin-bottom:var(--space-3)}.example__product-desc{color:var(--color-text-muted-dark);font-size:var(--text-base);max-width:50ch;margin-inline:auto}.example__info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-4);padding:var(--space-6);background:#ffffff05;border-radius:var(--radius-xl);margin-bottom:var(--space-8);border:1px solid rgba(255,255,255,.04)}@media(min-width:640px){.example__info-grid{grid-template-columns:repeat(3,1fr)}}.info-item{display:flex;flex-direction:column;gap:var(--space-1)}.info-item__label{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-muted-dark);text-transform:uppercase;letter-spacing:.05em}.info-item__value{color:var(--color-white);font-weight:var(--weight-semibold);font-size:var(--text-sm)}.example__section-title{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-white);margin-bottom:var(--space-6);padding-bottom:var(--space-3);border-bottom:1px solid rgba(255,255,255,.08)}.example__features{display:grid;grid-template-columns:1fr;gap:var(--space-4);margin-bottom:var(--space-8)}@media(min-width:640px){.example__features{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.example__features{grid-template-columns:repeat(3,1fr)}}.dpp-feature{display:flex;align-items:flex-start;gap:var(--space-3)}.dpp-feature svg{color:var(--color-accent);flex-shrink:0;margin-top:2px}.dpp-feature__title{display:block;font-weight:var(--weight-semibold);color:var(--color-white);font-size:var(--text-sm)}.dpp-feature__desc{display:block;font-size:var(--text-xs);color:var(--color-text-muted-dark)}.example__metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-8);margin-bottom:var(--space-10)}@media(min-width:640px){.example__metrics{grid-template-columns:repeat(4,1fr)}}.metric{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);cursor:default}.metric__ring{position:relative;display:flex;align-items:center;justify-content:center}.metric__ring svg{display:block}.metric__progress{transition:stroke-dashoffset 1.5s var(--ease-out);filter:drop-shadow(0 0 4px rgba(48,202,113,.2))}.metric__value{position:absolute;font-family:var(--font-mono);font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--color-white);letter-spacing:-.02em}.metric__label{font-size:var(--text-xs);color:var(--color-text-muted-dark);text-align:center;font-weight:var(--weight-medium);letter-spacing:.02em}.example__cta{text-align:center}.example__cta-subtitle{color:var(--color-text-muted-dark);font-size:var(--text-sm);margin-top:var(--space-4);text-align:center}[data-theme=light] .example{background:var(--color-card-bg);border-color:var(--color-border);box-shadow:0 24px 48px -12px #00000014,0 0 80px -20px #30ca710a}[data-theme=light] .example__product-name{color:var(--color-text-primary)}[data-theme=light] .example__product-desc{color:var(--color-text-muted)}[data-theme=light] .example__info-grid{background:var(--color-bg-secondary);border-color:var(--color-border)}[data-theme=light] .info-item__label{color:var(--color-text-muted)}[data-theme=light] .info-item__value{color:var(--color-text-primary)}[data-theme=light] .example__section-title{color:var(--color-text-primary);border-bottom-color:var(--color-border)}[data-theme=light] .dpp-feature__title{color:var(--color-text-primary)}[data-theme=light] .dpp-feature__desc{color:var(--color-text-muted)}[data-theme=light] .metric__value{color:var(--color-text-primary)}[data-theme=light] .metric__label,[data-theme=light] .example__cta-subtitle{color:var(--color-text-muted)}.push__grid{display:grid;grid-template-columns:1fr;gap:var(--space-5);margin-top:var(--space-12)}@media(min-width:768px){.push__grid{grid-template-columns:repeat(3,1fr)}}.push-card{padding:var(--space-8);border-radius:var(--radius-xl);background:var(--color-card-bg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:all var(--duration-normal) var(--ease-out);position:relative;overflow:hidden;display:flex;flex-direction:column}.push-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,var(--color-accent) 30%,var(--color-sky) 70%,transparent 100%);opacity:0;transition:opacity var(--duration-slow) var(--ease-out)}.push-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg),0 0 40px #30ca710a;border-color:#30ca712e}.push-card:hover:before{opacity:1}.push-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--radius-lg);background:#30ca7114;color:var(--color-accent-text);margin-bottom:var(--space-5);transition:background var(--duration-normal) var(--ease-out)}.push-card:hover .push-card__icon{background:#30ca711f}.push-card__title{font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--color-text-primary);margin-bottom:var(--space-3)}.push-card__demand{font-size:var(--text-sm);line-height:1.6;color:var(--color-text-muted);margin-bottom:var(--space-4)}.push-card__answer{display:flex;align-items:flex-start;gap:var(--space-2);font-size:var(--text-sm);line-height:1.6;font-weight:var(--weight-medium);color:var(--color-text-primary);padding-top:var(--space-4);border-top:1px solid var(--color-border);margin-bottom:var(--space-5)}.push-card__answer svg{flex-shrink:0;margin-top:2px;color:var(--color-accent-text)}.push-card__link{display:inline-flex;align-items:center;gap:var(--space-2);margin-top:auto;font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-accent-text);text-decoration:none;transition:gap var(--duration-fast) var(--ease-out)}.push-card__link:hover{gap:var(--space-3);text-decoration:underline}.push__note{max-width:720px;margin:var(--space-10) auto 0;text-align:center;font-size:var(--text-base);line-height:1.7;color:var(--color-text-muted)}.push__note strong{color:var(--color-text-primary)}@media(prefers-reduced-motion:reduce){.push-card{transition:none}.push-card:hover{transform:none}}.recognition{padding-block:var(--space-5) var(--space-6);background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.05)}.recognition__container{text-align:center}.recognition__kicker{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.12em;color:#e8f0ee66;margin-bottom:var(--space-4)}.recognition__grid{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:var(--space-3) var(--space-5)}.recognition__item{display:inline-flex;align-items:center;gap:var(--space-1-5, 6px);text-decoration:none;color:#e8f0eeb3;font-size:var(--text-sm);padding:var(--space-1-5, 6px) var(--space-3);border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.06);background:#ffffff08;transition:color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out)}.recognition__item:hover{color:var(--color-text-on-dark);border-color:#ffffff26}.recognition__item svg{flex-shrink:0;opacity:.5}.recognition__tag{display:inline-block;padding:1px 5px;border-radius:3px;background:#30ca7126;color:var(--color-accent);font-size:9px;font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.06em;margin-right:var(--space-1)}.recognition__label{font-weight:var(--weight-semibold);white-space:nowrap}.recognition__note{font-size:var(--text-xs);color:#e8f0ee66;margin-top:var(--space-3)}[data-theme=light] .recognition{background:var(--color-bg-secondary);border-bottom-color:var(--color-border)}[data-theme=light] .recognition__kicker{color:var(--color-text-muted)}[data-theme=light] .recognition__item{color:var(--color-text-secondary);border-color:var(--color-border);background:var(--color-card-bg)}[data-theme=light] .recognition__item:hover{color:var(--color-text-primary);border-color:#30ca7140}[data-theme=light] .recognition__note{color:var(--color-text-muted)}.dogfooding__inner{text-align:center;max-width:700px;margin-inline:auto;padding-block:var(--space-4)}.dogfooding__kicker{margin-bottom:var(--space-4)}.dogfooding__title{font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:var(--weight-extrabold);line-height:1.08;letter-spacing:-.03em;margin-bottom:var(--space-5)}.dogfooding__desc{font-size:var(--text-base);color:var(--color-text-muted-dark);line-height:1.7;margin-inline:auto;margin-bottom:var(--space-6);max-width:58ch}.dogfooding__docs{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:center;margin-bottom:var(--space-8)}.dogfooding__doc{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);background:#ffffff0f;border:1px solid rgba(255,255,255,.1);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-on-dark)}.dogfooding__doc svg{color:var(--color-accent);flex-shrink:0}.dogfooding__cta{display:inline-flex;align-items:center;gap:var(--space-2)}[data-theme=light] .dogfooding__desc{color:var(--color-text-muted)}[data-theme=light] .dogfooding__doc{background:var(--color-bg-secondary);border-color:var(--color-border);color:var(--color-text-primary)}.section-divider{position:relative;line-height:0;margin-top:-1px;z-index:2}.section-divider svg{width:100%;height:clamp(32px,5vw,64px);display:block}.section-divider--flip{transform:scaleY(-1);margin-top:0;margin-bottom:-1px}.section-divider:after{content:"";position:absolute;bottom:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(48,202,113,.2) 20%,rgba(49,91,244,.15) 50%,rgba(48,202,113,.2) 80%,transparent 100%);filter:blur(.5px);z-index:3}.section-divider[data-from=dark]{background-color:var(--color-surface-950)}.section-divider[data-from=light]{background-color:var(--color-bg-primary)}.section-divider[data-from=accent]{background-color:#30ca71}.section-divider--flip:after{bottom:auto;top:0}[data-theme=light] .section-divider[data-from=dark]{background-color:var(--color-bg-primary)}[data-theme=light] .section-divider[data-from=light] svg path{fill:var(--color-bg-primary)}
