:root{--color-primary:#0a5d2a;--color-primary-dark:#073d1c;--color-primary-mid:#147a3c;--color-accent:#7ed321;--color-accent-dark:#5bae16;--color-on-primary:#fff;--color-ink:#0b1f13;--color-text:#16241b;--color-muted:#5b6b60;--color-bg:#fff;--color-bg-muted:#f3f8f4;--color-surface:#fff;--color-border:#e2e8e3;--color-ring:#0a5d2a;--gradient-brand:linear-gradient(135deg, #0a5d2a 0%, #147a3c 55%, #7ed321 130%);--shadow-sm:0 1px 2px #0b1f130f;--shadow-md:0 8px 24px #0b1f1314;--shadow-lg:0 24px 48px -12px #0b1f132e;--shadow-glow:0 20px 50px -14px #0a5d2a66;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--radius-pill:999px;--font-heading:"Poppins", system-ui, sans-serif;--font-body:"Open Sans", system-ui, sans-serif;--space-2xs:.5rem;--space-xs:.75rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-2xl:6rem;font-family:var(--font-body)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{color:var(--color-text);background:var(--color-bg);margin:0;font-size:16px;line-height:1.6;overflow-x:hidden}h1,h2,h3{font-family:var(--font-heading);color:var(--color-text);letter-spacing:-.01em;margin:0 0 .75rem;font-weight:600;line-height:1.2}p{color:var(--color-muted);margin:0 0 1rem}a{color:inherit}img{max-width:100%;display:block}svg{flex:none;width:1.25rem;height:1.25rem}button{font:inherit}.skip-link{z-index:100;background:var(--color-primary);color:var(--color-on-primary);border-radius:0 0 8px;padding:.75rem 1.25rem;font-weight:600;text-decoration:none;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px}:focus:not(:focus-visible),main:focus{outline:none}.container{max-width:1160px;padding:0 var(--space-md);margin:0 auto}@media (prefers-reduced-motion:reduce){*,:before,:after{animation-duration:.001ms!important;animation-iteration-count:1!important}}.btn{border-radius:var(--radius-pill);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .2s,border-color .2s,box-shadow .2s,transform .15s;display:inline-flex}.btn:active{transform:scale(.97)}.btn svg{width:1.1rem;height:1.1rem;transition:transform .2s}.btn--primary{background:var(--gradient-brand);color:var(--color-on-primary);box-shadow:var(--shadow-glow)}.btn--primary:hover,.btn--primary:focus-visible{transform:translateY(-2px);box-shadow:0 26px 55px -14px #0a5d2a8c}.btn--primary:hover svg{transform:translate(3px)}.btn--outline{border-color:var(--color-border);color:var(--color-text);background:var(--color-surface)}.btn--outline:hover,.btn--outline:focus-visible{border-color:var(--color-primary);color:var(--color-primary)}.btn--light{background:var(--color-on-primary);color:var(--color-primary)}.btn--light:hover,.btn--light:focus-visible{background:var(--color-bg-muted);transform:translateY(-2px)}.site-header{z-index:20;background:#fff;border-bottom:1px solid #0000;transition:border-color .25s,box-shadow .25s;position:sticky;top:0}.site-header--scrolled{border-color:var(--color-border);box-shadow:0 8px 24px -18px #0b1f1359}.site-header__inner{justify-content:space-between;align-items:center;gap:var(--space-sm);flex-wrap:wrap;min-height:72px;padding-top:.75rem;padding-bottom:.75rem;display:flex}.brand{font-family:var(--font-heading);color:var(--color-text);align-items:center;gap:.6rem;font-weight:600;text-decoration:none;display:flex}.brand__logo{object-fit:cover;border-radius:8px;width:36px;height:36px}.nav-toggle{border:1px solid var(--color-border);background:var(--color-bg);width:44px;height:44px;color:var(--color-text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.nav{gap:var(--space-xs);padding-top:var(--space-sm);flex-direction:column;flex-basis:100%;display:none}.nav--open{display:flex}.nav a{color:var(--color-text);align-items:center;min-height:44px;padding:.6rem .25rem;font-weight:500;text-decoration:none;display:flex;position:relative}.nav a:hover,.nav a:focus-visible,.nav a.nav__link--active{color:var(--color-primary)}.nav__cta{color:var(--color-primary);font-weight:600}.hero{padding:var(--space-xl) 0 var(--space-2xl);position:relative;overflow:hidden}.hero__bg{z-index:0;pointer-events:none;position:absolute;inset:0}.hero__blob{filter:blur(70px);opacity:.55;border-radius:50%;position:absolute}.hero__blob--a{will-change:transform;background:radial-gradient(circle,#7ed3218c,#0000 70%);width:420px;height:420px;top:-140px;right:-80px}.hero__blob--b{will-change:transform;background:radial-gradient(circle,#0a5d2a66,#0000 70%);width:360px;height:360px;bottom:-160px;left:-100px}.hero__grid{background-image:linear-gradient(#0b1f1309 1px,#0000 1px),linear-gradient(90deg,#0b1f1309 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 0,#000 40%,#0000 90%);mask-image:radial-gradient(70% 60% at 50% 0,#000 40%,#0000 90%)}.hero__inner{z-index:1;gap:var(--space-xl);align-items:center;display:grid;position:relative}.eyebrow{margin:0 0 var(--space-sm);border-radius:var(--radius-pill);background:var(--color-bg-muted);color:var(--color-primary);letter-spacing:.02em;align-items:center;gap:.5rem;padding:.35rem .9rem .35rem .7rem;font-size:.85rem;font-weight:600;display:inline-flex}.eyebrow--muted{border:1px solid var(--color-border);background:0 0}.eyebrow__dot{background:var(--color-accent);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #7ed32140}.hero h1{font-size:clamp(2.1rem,5.2vw,3.1rem);font-weight:700}.hero__accent{background:var(--gradient-brand);color:#0000;-webkit-background-clip:text;background-clip:text}.hero__lead{max-width:34rem;font-size:1.1rem}.hero__cta{margin-top:var(--space-md);flex-wrap:wrap;gap:1rem;display:flex}.hero__highlights{margin:var(--space-lg) 0 0;gap:var(--space-sm);padding:0;list-style:none;display:grid}.hero__highlights li{color:var(--color-text);align-items:center;gap:.75rem;font-size:.95rem;font-weight:500;display:flex}.hero__highlight-icon{background:var(--color-bg-muted);width:34px;height:34px;color:var(--color-primary);border-radius:10px;flex:none;justify-content:center;align-items:center;display:inline-flex}.hero__highlight-icon svg{width:1.1rem;height:1.1rem}.hero__visual{justify-content:center;display:flex;position:relative}.hero__phone-tilt{transform-style:preserve-3d;will-change:transform}.phone{--phone-w:250px;width:var(--phone-w);filter:drop-shadow(0 30px 55px #0b1f1352)}.phone--tilt-right{transform:rotate(3deg)}.phone--tilt-left{transform:rotate(-3deg)}.phone--xl{--phone-w:260px}.phone__frame{aspect-ratio:9/19.5;background:linear-gradient(155deg,#3a3d3e 0%,#16181a 38%,#322f2a 62%,#0d0f10 100%);border-radius:46px;padding:5px;position:relative;box-shadow:inset 0 0 0 1px #ffffff2e,inset 0 1px 1px #ffffff59}.phone__button{z-index:0;background:linear-gradient(90deg,#232526,#0f1112);position:absolute}.phone__button--mute{border-radius:2px 0 0 2px;width:3px;height:3.5%;top:19%;left:-2.5px}.phone__button--vol-up{border-radius:2px 0 0 2px;width:3px;height:6%;top:27%;left:-2.5px}.phone__button--vol-down{border-radius:2px 0 0 2px;width:3px;height:6%;top:35%;left:-2.5px}.phone__button--power{border-radius:0 2px 2px 0;width:3px;height:8%;top:24%;right:-2.5px}.phone__screen{background:var(--color-bg);border-radius:42px;width:100%;height:100%;position:relative;overflow:hidden}.phone__screen img{object-fit:cover;object-position:top center;width:100%;height:100%}.hero__chip{border-radius:var(--radius-pill);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-md);color:var(--color-text);align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.8rem;font-weight:600;animation:5s ease-in-out infinite chip-bob;display:inline-flex;position:absolute}.hero__chip svg{width:1rem;height:1rem;color:var(--color-primary)}.hero__chip--a{animation-delay:.4s;top:8%;left:-6%}.hero__chip--b{animation-delay:1.2s;bottom:12%;right:-8%}@keyframes chip-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (prefers-reduced-motion:reduce){.hero__chip{animation:none}}.section{padding:var(--space-xl) 0}.section--muted{background:var(--color-bg-muted)}.section__head{max-width:640px;margin:0 0 var(--space-lg)}.section__lead{max-width:640px}.contact__grid{gap:var(--space-lg);grid-template-columns:minmax(0,1fr);display:grid}.contact__info .section__lead{margin-bottom:var(--space-md)}.contact__details{gap:var(--space-sm);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.contact__details li{color:var(--color-text);align-items:center;gap:.75rem;font-weight:500;display:flex}.contact__details a{color:inherit;text-decoration:none}.contact__details a:hover,.contact__details a:focus-visible{text-decoration:underline}.contact__detail-icon{border-radius:var(--radius-pill);background:var(--color-bg-muted);width:2.5rem;height:2.5rem;color:var(--color-primary);flex:none;justify-content:center;align-items:center;display:inline-flex}.contact__detail-icon svg{width:1.1rem;height:1.1rem}.contact__form{gap:var(--space-sm);padding:var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);flex-direction:column;display:flex}.form-field{flex-direction:column;gap:.4rem;display:flex}.form-field label{font-family:var(--font-heading);color:var(--color-text);font-size:.9rem;font-weight:600}.form-field input,.form-field textarea{font:inherit;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);resize:vertical;padding:.7rem .9rem;transition:border-color .2s,box-shadow .2s}.form-field input:focus-visible,.form-field textarea:focus-visible{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #0a5d2a26}.contact__form .btn{align-self:flex-start}.contact__note{border-radius:var(--radius-sm);background:var(--color-bg-muted);color:var(--color-primary-dark);margin:0;padding:.75rem 1rem;font-size:.9rem}@media (width>=860px){.contact__grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start}}.policy-hero{padding-bottom:0}.policy-hero__lead{margin-bottom:var(--space-sm)}.policy-meta{margin:0 0 var(--space-md);color:var(--color-muted);font-size:.85rem}.policy-toc{padding:var(--space-sm);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-muted);flex-wrap:wrap;gap:.5rem .75rem;display:flex}.policy-toc a{color:var(--color-primary-dark);border-radius:var(--radius-pill);background:var(--color-surface);border:1px solid var(--color-border);padding:.3rem .6rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s}.policy-toc a:hover,.policy-toc a:focus-visible{border-color:var(--color-primary);color:var(--color-primary)}.app-summary-grid{gap:var(--space-md);grid-template-columns:minmax(0,1fr);display:grid}.app-summary-card{padding:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.app-summary-card__tag{border-radius:var(--radius-pill);background:var(--color-bg-muted);color:var(--color-primary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem;padding:.25rem .7rem;font-size:.75rem;font-weight:700;display:inline-block}.app-summary-card__tag--livreur{color:var(--color-primary-dark);background:#7ed32129}.app-summary-card h3{margin-bottom:.6rem}.app-summary-card ul{color:var(--color-muted);flex-direction:column;gap:.5rem;margin:0;padding-left:1.1rem;display:flex}.app-summary-card li{line-height:1.5}.policy-article__container{max-width:760px}.policy-article h2{margin-top:var(--space-lg);scroll-margin-top:104px;font-size:1.35rem}.policy-article h2:first-of-type{margin-top:0}.policy-article ul{flex-direction:column;gap:.5rem;margin:0 0 1rem;padding-left:1.2rem;display:flex}.policy-article li{color:var(--color-muted);line-height:1.6}.policy-article a{color:var(--color-primary);font-weight:600;-webkit-text-decoration:underline #0a5d2a59;text-decoration:underline #0a5d2a59}.policy-article a:hover,.policy-article a:focus-visible{text-decoration-color:currentColor}.policy-callout{align-items:flex-start;gap:var(--space-sm);margin:var(--space-sm) 0 var(--space-lg);padding:var(--space-md);background:var(--color-bg-muted);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;scroll-margin-top:104px;display:flex}.policy-callout h3{margin-bottom:.4rem}.policy-callout p{margin:0}.policy-callout .btn{flex:none}@media (width>=640px){.policy-callout{justify-content:space-between;align-items:center;gap:var(--space-md);flex-direction:row}}@media (width>=860px){.app-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.ecosystem{gap:var(--space-md);counter-reset:node;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.ecosystem__node{padding:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);transition:transform .25s,box-shadow .25s,border-color .25s;position:relative}.ecosystem__node:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-4px)}.ecosystem__index{font-family:var(--font-heading);color:var(--color-border);margin-bottom:.5rem;font-size:1.4rem;font-weight:700;display:block}.ecosystem__icon{border-radius:var(--radius-md);background:var(--color-bg-muted);width:46px;height:46px;color:var(--color-primary);margin-bottom:var(--space-sm);justify-content:center;align-items:center;display:inline-flex}.ecosystem__node h3{margin-bottom:.35rem}.ecosystem__node p{margin:0;font-size:.95rem}.scroll-showcase{padding:var(--space-xl) 0 var(--space-2xl);position:relative;overflow:hidden}.scroll-showcase__glow{pointer-events:none;background:radial-gradient(60% 60% at 50% 0,#7ed32129,#0000 70%);height:70%;position:absolute;inset:-10% -10% auto}.scroll-showcase__grid{gap:var(--space-xl);grid-template-columns:minmax(0,1fr);align-items:start;display:grid;position:relative}.scroll-showcase__col--phone{text-align:left}.scroll-showcase__stage{margin-top:var(--space-lg);will-change:transform;transform-style:preserve-3d;justify-content:center;display:flex;position:relative}.screens-gallery{flex-direction:column;display:flex}.screens-gallery__head{margin:0 0 var(--space-md);text-align:left}.screens-gallery__head h3{font-size:clamp(1.4rem,2.6vw,1.75rem)}.screens-gallery__viewport{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;padding:1rem 0 var(--space-md);perspective:1000px;overflow:auto hidden}.screens-gallery__viewport::-webkit-scrollbar{display:none}.screens-gallery__track{gap:var(--space-lg);padding:0 var(--space-2xs) 0 var(--space-md);width:max-content;transform-style:preserve-3d;display:flex}.screens-gallery__item{text-align:center;scroll-snap-align:center;width:240px;transform-style:preserve-3d;will-change:transform, opacity;flex:none}.screens-gallery__item .phone{--phone-w:190px;margin:0 auto var(--space-sm)}.screens-gallery__index{font-family:var(--font-heading);color:var(--color-border);margin-bottom:.15rem;font-size:1.1rem;font-weight:700;display:block}.screens-gallery__item h4{font-size:1rem;font-family:var(--font-heading);color:var(--color-text);margin:0 0 .25rem;font-weight:600}.screens-gallery__item p{color:var(--color-muted);margin:0;font-size:.85rem}.screens-gallery__progress-track{border-radius:var(--radius-pill);background:var(--color-border);max-width:300px;height:3px;display:none;overflow:hidden}.screens-gallery__progress{background:var(--gradient-brand);transform-origin:0;width:100%;height:100%;display:block;transform:scaleX(0)}@media (width>=860px){.scroll-showcase__grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center}.scroll-showcase__stage{justify-content:flex-start}.screens-gallery__viewport{overflow:hidden}.screens-gallery__item{width:240px}.screens-gallery__item .phone{--phone-w:210px}.screens-gallery__track{gap:var(--space-lg)}.screens-gallery__progress-track{margin:var(--space-md) 0 0;display:block}}.features-grid{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.feature-card{padding:var(--space-md);border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border);transition:transform .25s,box-shadow .25s}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-card__icon{border-radius:var(--radius-md);background:var(--color-bg-muted);width:44px;height:44px;color:var(--color-primary);margin-bottom:var(--space-sm);justify-content:center;align-items:center;display:inline-flex}.feature-card h3{margin-bottom:.3rem;font-size:1.05rem}.feature-card p{margin:0;font-size:.95rem}.pharmacy-banner{gap:var(--space-sm);margin-top:var(--space-xl);padding:var(--space-md);border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);align-items:flex-start;display:flex}.pharmacy-banner__icon{border-radius:var(--radius-md);background:var(--color-bg-muted);width:46px;height:46px;color:var(--color-primary);flex:none;justify-content:center;align-items:center;display:inline-flex}.pharmacy-banner h3{margin-bottom:.3rem;font-size:1.05rem}.pharmacy-banner p{margin:0;font-size:.95rem}.store-badges{margin-top:var(--space-lg);text-align:center}.badge{border-radius:var(--radius-pill);padding:.3rem .8rem;font-size:.85rem;font-weight:600;display:inline-block}.badge--soon{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-muted)}.store-badges__row{margin-top:var(--space-sm);flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.store-badge{border-radius:var(--radius-md);background:var(--color-ink);color:#ffffff8c;cursor:not-allowed;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.store-badge svg{width:1.1rem;height:1.1rem}.steps{margin:var(--space-lg) 0 0;gap:var(--space-md);padding:0;list-style:none;display:grid;position:relative}.steps li{align-items:flex-start;gap:1rem;display:flex;position:relative}.steps__index{background:var(--gradient-brand);width:40px;height:40px;color:var(--color-on-primary);font-family:var(--font-heading);z-index:1;box-shadow:var(--shadow-md);border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:700;display:flex}.steps__body h3{margin-bottom:.2rem;font-size:1.05rem}.steps__body p{margin:0}.steps__line{width:2px;height:calc(100% + var(--space-md) - 40px);background:var(--color-border);transform-origin:top;position:absolute;top:40px;left:19px}.cta-band{padding:var(--space-xl) 0;background:var(--gradient-brand);color:var(--color-on-primary);position:relative;overflow:hidden}.cta-band__blob{pointer-events:none;background:radial-gradient(circle,#ffffff2e,#0000 70%);border-radius:50%;width:480px;height:480px;position:absolute;top:-220px;right:-140px}.cta-band__spotlight{background:radial-gradient(380px circle at var(--spot-x,50%) var(--spot-y,30%), #ffffff29, transparent 70%);pointer-events:none;opacity:0;transition:opacity .3s;position:absolute;inset:0}.cta-band:hover .cta-band__spotlight{opacity:1}@media (hover:none){.cta-band__spotlight{display:none}}.cta-band__inner{text-align:center;align-items:center;gap:var(--space-sm);flex-direction:column;display:flex;position:relative}.cta-band h2{color:var(--color-on-primary);margin:0;font-size:clamp(1.6rem,3.5vw,2.2rem)}.cta-band p{color:#ffffffd9;margin:0}.site-footer{border-top:1px solid var(--color-border);padding:var(--space-xl) 0 0;background:var(--color-ink);color:#ffffffbf;position:relative;overflow:hidden}.site-footer__glow{pointer-events:none;background:radial-gradient(55% 70% at 30% 0,#7ed32138,#0000 70%),radial-gradient(45% 60% at 80% 20%,#0a5d2a59,#0000 70%);height:60%;position:absolute;inset:-20% -10% auto}.site-footer__marquee{margin-bottom:var(--space-xl);border-bottom:1px solid #ffffff1a;padding:.85rem 0;position:relative;overflow:hidden}.site-footer__marquee-track{width:max-content;animation:26s linear infinite marquee;display:flex}.site-footer__marquee-set{flex:none;display:flex}.site-footer__marquee-set span{font-family:var(--font-heading);color:#ffffff8c;white-space:nowrap;padding:0 1.25rem;font-size:.95rem;font-weight:600}.site-footer__marquee-set span:after{content:"•";color:var(--color-accent);margin-left:1.25rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.site-footer__marquee-track{animation:none}}.site-footer__inner{justify-content:space-between;gap:var(--space-lg);padding-bottom:var(--space-lg);flex-wrap:wrap;display:flex;position:relative}.site-footer .brand{color:#fff}.site-footer__brand-block svg{width:1rem;height:1rem}.site-footer__brand-block{max-width:320px}.site-footer__tagline{color:#fff9;max-width:320px;margin:.75rem 0 0;font-size:.9rem}.site-footer__address{color:#fff9;align-items:center;gap:.5rem;margin:.5rem 0 0;font-size:.9rem;display:flex}.site-footer__address svg{color:var(--color-accent);width:1rem;height:1rem}.site-footer__nav{flex-direction:column;gap:.6rem;display:flex;position:relative}.site-footer__nav-title{font-family:var(--font-heading);color:#fff;margin-bottom:.2rem;font-weight:600}.site-footer__nav a{color:#fff9;font-size:.9rem;text-decoration:none}.site-footer__nav a:hover,.site-footer__nav a:focus-visible{color:var(--color-accent)}.site-footer__wordmark{text-align:center;font-family:var(--font-heading);background:linear-gradient(#ffffff29,#ffffff05);color:#0000;letter-spacing:-.03em;-webkit-user-select:none;user-select:none;margin-top:var(--space-md);-webkit-background-clip:text;background-clip:text;font-size:clamp(4.5rem,20vw,11rem);font-weight:800;line-height:.8;position:relative}.site-footer__bottom{padding:var(--space-sm) 0;justify-content:space-between;align-items:center;gap:var(--space-sm);border-top:1px solid #ffffff1a;display:flex;position:relative}.site-footer__credit{color:#ffffff80;margin:0;font-size:.85rem}.site-footer__top-link{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;flex:none;justify-content:center;align-items:center;width:42px;height:42px;transition:background-color .2s,transform .15s;display:inline-flex}.site-footer__top-link:hover,.site-footer__top-link:focus-visible{background:var(--color-accent);color:var(--color-ink)}@media (width>=768px){.site-header__inner{flex-wrap:nowrap;padding-top:0;padding-bottom:0}.nav-toggle{display:none}.nav{align-items:center;gap:var(--space-md);flex-direction:row;flex-basis:auto;padding-top:0;display:flex}.nav a{min-height:auto;padding:.25rem 0}.hero{padding:var(--space-2xl) 0}.hero__inner{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.phone{--phone-w:300px}.phone--xl{--phone-w:340px}.steps{grid-template-columns:repeat(3,1fr)}.steps li{text-align:left;flex-direction:column}.steps__line{transform-origin:0;width:calc(100% - 20px);height:2px;top:19px;left:40px}}@media (width>=1024px){.phone{--phone-w:320px}.phone--xl{--phone-w:380px}}
