.landing-mkt{--landing-bg:#fafafa;--landing-surface:#ffffff;--landing-elevated:#ffffff;--landing-border:#e4e4e7;--landing-muted:#71717a;--landing-fg:#18181b;--landing-accent:#0891b2;--g-blue:#4285f4;--g-red:#ea4335;--g-yellow:#fbbc04;--g-green:#34a853;--brand-orange:#ff4d00;--brand-gold:#ffb347;min-height:100vh;background:var(--landing-bg);color:var(--landing-fg)}.landing-wrap{width:min(1120px,100% - 2rem);margin-inline:auto}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}[data-reveal].is-revealed{opacity:1;transform:none}.landing-nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;border-bottom:1px solid transparent;background:color-mix(in srgb,var(--landing-bg) 88%,transparent);transition:background .25s ease,border-color .25s ease,-webkit-backdrop-filter .25s ease;transition:background .25s ease,border-color .25s ease,backdrop-filter .25s ease;transition:background .25s ease,border-color .25s ease,backdrop-filter .25s ease,-webkit-backdrop-filter .25s ease}.landing-nav--scrolled{border-bottom-color:var(--landing-border);background:color-mix(in srgb,var(--landing-bg) 78%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.landing-nav__inner{position:relative;width:min(1120px,100% - 1.5rem);margin-inline:auto;padding:.75rem 0;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.landing-nav__logo{display:inline-flex;align-items:center;padding:0;text-decoration:none;color:var(--landing-fg);flex:0 0 auto}.landing-nav__logo-img{display:block;width:132px;height:auto;max-height:40px;object-fit:contain}.landing-nav__links{display:none}.landing-nav__menu-btn{display:inline-grid;place-items:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid var(--landing-border);border-radius:.65rem;background:color-mix(in srgb,var(--landing-fg) 4%,transparent);color:var(--landing-fg);cursor:pointer;transition:background .15s ease,border-color .15s ease}.landing-nav__menu-btn:hover{background:color-mix(in srgb,var(--landing-fg) 8%,transparent);border-color:color-mix(in srgb,var(--landing-accent) 45%,var(--landing-border))}.landing-nav__backdrop{display:none;position:fixed;inset:0;z-index:49;border:0;padding:0;background:color-mix(in srgb,var(--landing-bg) 35%,transparent);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);cursor:pointer}.landing-nav__mobile-menu{display:none;position:absolute;top:calc(100% + .35rem);left:0;right:0;z-index:2;flex-direction:column;gap:.35rem;max-height:min(72vh,520px);overflow-y:auto;border:1px solid var(--landing-border);border-radius:.85rem;background:var(--landing-bg);padding:.65rem;box-shadow:0 18px 48px color-mix(in srgb,var(--landing-fg) 12%,transparent)}.landing-nav--menu-open .landing-nav__backdrop{display:block}.landing-nav--menu-open .landing-nav__mobile-menu{display:flex}.landing-nav__mobile-links{display:flex;flex-direction:column;gap:.15rem}.landing-nav__mobile-link{display:flex;align-items:center;min-height:2.75rem;padding:.55rem .75rem;border-radius:.6rem;font-size:.95rem;color:var(--landing-fg);text-decoration:none;transition:background .15s ease,color .15s ease}.landing-nav__mobile-link:hover{background:color-mix(in srgb,var(--landing-fg) 6%,transparent)}.landing-nav__mobile-foot{display:grid;grid-gap:.55rem;gap:.55rem;margin-top:.35rem;border-top:1px solid var(--landing-border);padding-top:.75rem}.landing-nav__mobile-lang .lang-select__trigger{width:100%;min-width:0;height:2.75rem;border-radius:.6rem;border-color:var(--landing-border);background:color-mix(in srgb,var(--landing-fg) 4%,transparent);color:var(--landing-fg)}.landing-nav__mobile-cta{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.55rem 1rem;border-radius:999px;font-size:.9rem;font-weight:600;text-decoration:none;color:var(--landing-bg);background:var(--landing-fg);border:1px solid var(--landing-fg)}@media (max-width:899px){.landing-nav__actions .landing-nav__cta,.landing-nav__lang{display:none}}@media (min-width:900px){.landing-nav__inner{padding:.85rem 0}.landing-nav__links{display:flex;flex:1 1;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem 1.1rem}.landing-nav__backdrop,.landing-nav__menu-btn,.landing-nav__mobile-menu{display:none!important}}.landing-nav__link{font-size:.9rem;color:var(--landing-muted);text-decoration:none;transition:color .15s ease}.landing-nav__link:hover{color:var(--landing-fg)}.landing-nav__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}.landing-nav__lang .lang-select__trigger{transform:scale(.92);transform-origin:right center}.landing-nav__dash{font-size:.85rem;color:var(--landing-muted);text-decoration:none;padding:.35rem .6rem;border-radius:.5rem;border:1px solid var(--landing-border)}.landing-nav__dash:hover{color:var(--landing-fg);border-color:color-mix(in srgb,var(--landing-accent) 45%,var(--landing-border))}.landing-nav__cta{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600;text-decoration:none;color:var(--landing-bg);background:var(--landing-fg);border:1px solid var(--landing-fg);white-space:nowrap;transition:transform .15s ease,box-shadow .2s ease}.landing-nav__cta:hover{transform:translateY(-1px);box-shadow:0 8px 28px color-mix(in srgb,var(--landing-fg) 22%,transparent)}.landing-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.85rem 1.35rem;border-radius:999px;font-size:.95rem;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.landing-btn--primary{background:linear-gradient(135deg,#18181b,#27272a);color:#fafafa;box-shadow:0 12px 40px color-mix(in srgb,var(--landing-fg) 18%,transparent)}.landing-btn--primary:hover{transform:translateY(-2px)}.landing-btn--ghost{background:transparent;color:var(--landing-fg);border-color:var(--landing-border)}.landing-btn--ghost:hover{border-color:color-mix(in srgb,var(--landing-accent) 55%,var(--landing-border));background:color-mix(in srgb,var(--landing-accent) 8%,transparent)}.landing-btn--light{background:var(--landing-fg);color:#09090b}.landing-btn--light:hover{transform:translateY(-2px);box-shadow:0 16px 48px rgba(0,0,0,.12)}.landing-btn--brand{background:linear-gradient(90deg,var(--brand-orange) 0,var(--brand-gold) 100%);color:#ffffff;box-shadow:0 12px 36px color-mix(in srgb,var(--brand-orange) 35%,transparent)}.landing-btn--brand:hover{transform:translateY(-2px);box-shadow:0 16px 44px color-mix(in srgb,var(--brand-orange) 45%,transparent);filter:brightness(1.05)}.landing-hero{position:relative;padding:clamp(2.5rem,6vw,5rem) 0 clamp(3rem,8vw,6rem);overflow:hidden}.landing-hero__glow{position:absolute;inset:-20% -10% auto;height:min(70vh,520px);background:radial-gradient(closest-side,color-mix(in srgb,var(--landing-accent) 28%,transparent),transparent 72%);pointer-events:none;opacity:.4}.landing-hero__grid{position:relative;width:min(1120px,100% - 2rem);margin-inline:auto;display:grid;grid-gap:clamp(2rem,5vw,3.5rem);gap:clamp(2rem,5vw,3.5rem);align-items:center}@media (max-width:959px){.landing-hero{padding-top:clamp(1.25rem,4vw,2rem)}.landing-hero__grid{gap:1.5rem}.landing-hero__visual{order:-1}.landing-hero__copy{text-align:center}.landing-hero__sub{margin-inline:auto}.landing-hero__badges,.landing-hero__ctas{justify-content:center}.landing-hero__mock{min-height:280px}}@media (min-width:960px){.landing-hero__grid{grid-template-columns:1.05fr .95fr}}.landing-hero__eyebrow{margin:0 0 .75rem;font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--landing-muted)}.landing-hero__title{margin:0 0 1rem;font-size:clamp(2.1rem,4.6vw,3.35rem);font-weight:800;letter-spacing:-.04em;line-height:1.08}.landing-hero__sub{margin:0 0 1.75rem;font-size:clamp(1rem,2.1vw,1.15rem);line-height:1.65;color:var(--landing-muted);max-width:34rem}.landing-hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.landing-hero__badges{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem .75rem}.landing-hero__badge{font-size:.8rem;color:var(--landing-muted);padding:.4rem .75rem;border-radius:999px;border:1px solid var(--landing-border);background:color-mix(in srgb,var(--landing-surface) 80%,transparent)}.landing-hero__mock{position:relative;display:grid;place-items:center;min-height:320px}@media (min-width:960px){.landing-hero__mock{min-height:420px}}.landing-hero-cards{position:relative;width:min(360px,92vw);aspect-ratio:.82/1}.landing-hero-cards__card{position:absolute;filter:drop-shadow(0 28px 56px rgba(0,0,0,.14))}.landing-hero-cards__card img{display:block;width:100%;height:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.landing-hero-cards__card--place{left:-2%;top:4%;width:58%;z-index:1;animation:landing-hero-cards-float-place 6.2s ease-in-out infinite}.landing-hero-cards__card--google{right:-2%;bottom:0;width:72%;z-index:2;animation:landing-hero-cards-float-google 5.4s ease-in-out infinite}@keyframes landing-hero-cards-float-place{0%,to{transform:translateY(0) rotate(-11deg)}50%{transform:translateY(-16px) rotate(-7deg)}}@keyframes landing-hero-cards-float-google{0%,to{transform:translateY(0) rotate(7deg)}50%{transform:translateY(-12px) rotate(3deg)}}@media (max-width:600px){.landing-hero-cards{width:min(320px,90vw)}.landing-hero-cards__card--place{left:0;width:56%}.landing-hero-cards__card--google{right:0;width:72%}}.landing-section{padding:clamp(3rem,7vw,5.5rem) 0}.landing-section--alt{background:linear-gradient(180deg,#f4f4f5,#ffffff 50%,#f4f4f5);border-block:1px solid var(--landing-border)}.landing-section__title{margin:0 0 .5rem;font-size:clamp(1.65rem,3.2vw,2.25rem);font-weight:800;letter-spacing:-.03em;text-align:center}.landing-section__sub{margin:0;color:var(--landing-muted);font-size:1rem;text-align:center}#how-it-works .landing-how__eyebrow,#how-it-works .landing-how__headline,#how-it-works .landing-how__intro,#how-it-works .landing-section__sub,#why .landing-section__title{text-align:start}.landing-products{margin-top:2.25rem;display:grid;grid-gap:1.1rem;gap:1.1rem;grid-template-columns:1fr}@media (min-width:640px){.landing-products{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.landing-products{grid-template-columns:repeat(3,1fr)}}.landing-product-card{position:relative;border-radius:1.1rem;padding:1.15rem 1.15rem 1.25rem;background:var(--landing-elevated);border:1px solid var(--landing-border);box-shadow:0 1px 3px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:.5rem;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.landing-product-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--landing-accent) 35%,var(--landing-border));box-shadow:0 18px 50px rgba(0,0,0,.08)}.landing-product-card--google{border-color:color-mix(in srgb,var(--g-blue) 45%,var(--landing-border));box-shadow:0 0 0 1px color-mix(in srgb,var(--g-blue) 22%,transparent)}.landing-product-card__ribbon{position:absolute;top:.85rem;right:.85rem;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .5rem;border-radius:999px;background:linear-gradient(90deg,var(--g-blue),var(--g-green));color:#fff}.landing-product-card__visual{width:100%;aspect-ratio:1/1;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:.35rem;overflow:hidden;border:1px solid var(--landing-border);background:radial-gradient(circle at 30% 20%,color-mix(in srgb,var(--landing-accent) 14%,transparent),#f4f4f5 55%)}.landing-product-card__visual img{width:100%;height:100%;object-fit:contain;display:block}.landing-product-card__visual--googleCard{background:linear-gradient(135deg,color-mix(in srgb,var(--g-blue) 18%,#f4f4f5),#ffffff 120%)}.landing-product-card__visual--businessCard{background:linear-gradient(145deg,#f4f4f5,#e4e4e7 55%,#d4d4d8)}.landing-product-card__placeholder-label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:color-mix(in srgb,var(--landing-fg) 45%,transparent)}.landing-product-card__name{margin:0;font-size:1.05rem;font-weight:700}.landing-product-card__summary{margin:0;font-size:.88rem;line-height:1.45;color:var(--landing-muted);flex:1 1}.landing-product-card__price{margin:0;font-size:.95rem;font-weight:600;color:var(--landing-fg)}.landing-product-card__link{margin-top:.25rem;font-size:.88rem;font-weight:600;color:var(--landing-accent);text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.landing-product-card__link:hover{text-decoration:underline}.landing-how__intro{max-width:36rem}.landing-how__eyebrow{margin:0 0 .5rem;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--landing-accent)}.landing-how__headline{margin:0 0 .65rem;font-size:clamp(1.65rem,3.2vw,2.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.15}.landing-how__grid{margin-top:2.5rem;display:grid;grid-gap:2.5rem;gap:2.5rem;align-items:center}@media (min-width:960px){.landing-how__grid{grid-template-columns:1.1fr .9fr}}.landing-how__steps{--landing-how-flow-duration:6s;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;position:relative}.landing-how-flow{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:visible}.landing-how-flow__svg{display:block;width:5.5rem;height:100%;overflow:visible}.landing-how-flow__path,.landing-how-flow__track{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.landing-how-flow__track{stroke:color-mix(in srgb,var(--landing-accent) 16%,var(--landing-border));opacity:.45}.landing-how-flow__path{stroke:var(--landing-accent);stroke-dasharray:1;stroke-dashoffset:1}.landing-how__steps.is-revealed .landing-how-flow__path{animation:landing-how-flow-stroke var(--landing-how-flow-duration) linear .5s infinite}@keyframes landing-how-flow-stroke{0%{stroke-dashoffset:1}85%{stroke-dashoffset:0}94%,to{stroke-dashoffset:0}}.landing-step{position:relative;z-index:1;display:flex;align-items:center;gap:1.35rem;padding:1.15rem 0}.landing-step:not(:last-child){padding-bottom:1.65rem}.landing-step__visual{position:relative;z-index:2;flex-shrink:0;width:5.5rem;height:5.5rem;display:grid;place-items:center;isolation:isolate}.landing-step__pulse{position:absolute;inset:0;z-index:4;border-radius:inherit;pointer-events:none}.landing-step__pulse span{position:absolute;inset:-6px;border-radius:inherit;border:2px solid var(--landing-accent);opacity:0}.landing-step__pulse span:nth-child(2){inset:-10px;border-width:1.5px;opacity:0}.landing-step--product .landing-step__visual{border-radius:1.15rem;background:linear-gradient(145deg,#ffffff,#f0f0f2);border:1px solid var(--landing-border);box-shadow:0 10px 28px rgba(0,0,0,.06),inset 0 1px 0 rgba(255,255,255,.9)}.landing-step--phone .landing-step__visual{border-radius:50%;overflow:visible;background:linear-gradient(145deg,#fffbeb,#fef3c7);border:1px solid color-mix(in srgb,#fbbf24 28%,var(--landing-border));box-shadow:0 10px 30px rgba(251,191,36,.16),inset 0 1px 0 rgba(255,255,255,.85)}.landing-step--phone .landing-step-phone,.landing-step__cards{position:relative;z-index:3}.landing-step__cards{width:4.35rem;height:4.35rem}.landing-how__steps.is-revealed .landing-step:nth-child(2) .landing-step__pulse span{animation:landing-how-ring-step-1 var(--landing-how-flow-duration) linear .5s infinite}.landing-how__steps.is-revealed .landing-step:nth-child(3) .landing-step__pulse span{animation:landing-how-ring-step-2 var(--landing-how-flow-duration) linear .5s infinite}.landing-how__steps.is-revealed .landing-step:nth-child(4) .landing-step__pulse span{animation:landing-how-ring-step-3 var(--landing-how-flow-duration) linear .5s infinite}.landing-how__steps.is-revealed .landing-step:nth-child(2) .landing-step__pulse span:nth-child(2){animation:landing-how-ring-step-1-outer var(--landing-how-flow-duration) linear .5s infinite}.landing-how__steps.is-revealed .landing-step:nth-child(3) .landing-step__pulse span:nth-child(2){animation:landing-how-ring-step-2-outer var(--landing-how-flow-duration) linear .5s infinite}.landing-how__steps.is-revealed .landing-step:nth-child(4) .landing-step__pulse span:nth-child(2){animation:landing-how-ring-step-3-outer var(--landing-how-flow-duration) linear .5s infinite}@keyframes landing-how-ring-step-1{0%,13%,2%,to{opacity:0;transform:scale(.98);box-shadow:none}5%,9%{opacity:1;transform:scale(1);box-shadow:0 0 0 4px color-mix(in srgb,var(--landing-accent) 28%,transparent)}7%{opacity:.45;transform:scale(1.05);box-shadow:0 0 0 8px transparent}}@keyframes landing-how-ring-step-1-outer{0%,14%,3%,to{opacity:0;transform:scale(.96)}10%,6%{opacity:.5;transform:scale(1.08)}}@keyframes landing-how-ring-step-2{0%,20%,40%,to{opacity:0;transform:scale(.98);box-shadow:none}24%,33%{opacity:1;transform:scale(1);box-shadow:0 0 0 4px color-mix(in srgb,var(--landing-accent) 28%,transparent)}28%{opacity:.45;transform:scale(1.05);box-shadow:0 0 0 8px transparent}}@keyframes landing-how-ring-step-2-outer{0%,21%,41%,to{opacity:0;transform:scale(.96)}25%,34%{opacity:.5;transform:scale(1.08)}}@keyframes landing-how-ring-step-3{0%,61%,86%,to{opacity:0;transform:scale(.98);box-shadow:none}66%,78%{opacity:1;transform:scale(1);box-shadow:0 0 0 4px color-mix(in srgb,var(--landing-accent) 28%,transparent)}72%{opacity:.45;transform:scale(1.05);box-shadow:0 0 0 8px transparent}}@keyframes landing-how-ring-step-3-outer{0%,62%,87%,to{opacity:0;transform:scale(.96)}67%,79%{opacity:.5;transform:scale(1.08)}}.landing-step__card{position:absolute;width:2.65rem;height:auto;border-radius:.35rem;box-shadow:0 6px 16px rgba(0,0,0,.14)}.landing-step__card--back{left:0;top:.45rem;transform:rotate(-10deg);opacity:.9}.landing-step__card--front{right:0;bottom:.2rem;transform:rotate(8deg)}.landing-step__photo{width:100%;height:100%;object-fit:cover;object-position:center 35%}.landing-step-phone{width:3.1rem;height:5rem;display:grid;place-items:center}.landing-step-phone__bezel{width:100%;height:100%;padding:.18rem;border-radius:.85rem;background:linear-gradient(160deg,#3f3f46,#18181b);box-shadow:0 6px 18px rgba(0,0,0,.18)}.landing-step-phone__screen{width:100%;height:100%;border-radius:.68rem;background:#ffffff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.12rem;padding:.35rem .25rem;text-align:center}.landing-step-phone__g{width:1.15rem;height:1.15rem;border-radius:50%;display:grid;place-items:center;font-size:.62rem;font-weight:800;color:#ffffff;background:conic-gradient(from 180deg,var(--g-blue) 0 25%,var(--g-red) 25% 50%,var(--g-yellow) 50% 75%,var(--g-green) 75% 100%)}.landing-step-phone__prompt{margin:0;font-size:.34rem;font-weight:700;line-height:1.25;color:#27272a}.landing-step-phone__stars{display:flex;gap:.04rem}.landing-step-phone__star{font-size:.38rem;line-height:1;color:var(--g-yellow)}.landing-step-phone--done .landing-step-phone__screen{background:linear-gradient(180deg,#ffffff,#f0fdf4)}.landing-step-phone__check{width:1.1rem;height:1.1rem;border-radius:50%;display:grid;place-items:center;font-size:.55rem;font-weight:800;color:#ffffff;background:var(--g-green)}.landing-step-phone__done{margin:0;font-size:.34rem;font-weight:700;line-height:1.25;color:#166534}.landing-step__content{flex:1 1;min-width:0}.landing-step__title{margin:0 0 .45rem;font-size:clamp(1.02rem,2vw,1.12rem);font-weight:700;letter-spacing:-.02em;line-height:1.3}.landing-step__body{margin:0;font-size:.92rem;line-height:1.6;color:var(--landing-muted)}@media (max-width:480px){.landing-how-flow__svg{width:4.75rem}.landing-step{gap:1rem}.landing-step__visual{width:4.75rem;height:4.75rem}.landing-step__cards{width:3.85rem;height:3.85rem}.landing-step__card{width:2.35rem}}.landing-how__media{display:flex;justify-content:center}.landing-how-video{width:100%;max-width:300px;aspect-ratio:9/14;border-radius:1.75rem;overflow:hidden;border:1px solid var(--landing-border);box-shadow:0 28px 70px rgba(0,0,0,.1);background:#0b0b0f}.landing-how-video__player{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.landing-why-grid{margin-top:2.25rem;display:grid;grid-gap:1.1rem;gap:1.1rem;grid-template-columns:1fr}@media (min-width:720px){.landing-why-grid{grid-template-columns:repeat(2,1fr)}}.landing-why-card{display:flex;flex-direction:column;border-radius:1.15rem;overflow:hidden;background:var(--landing-elevated);border:1px solid var(--landing-border);box-shadow:0 1px 3px rgba(0,0,0,.05);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.landing-why-card:hover{transform:translateY(-4px);box-shadow:0 18px 50px rgba(0,0,0,.08)}.landing-why-card--tap:hover{border-color:color-mix(in srgb,var(--landing-accent) 35%,var(--landing-border))}.landing-why-card--phones:hover{border-color:color-mix(in srgb,var(--g-blue) 35%,var(--landing-border))}.landing-why-card--customize:hover{border-color:color-mix(in srgb,var(--g-green) 35%,var(--landing-border))}.landing-why-card--durable:hover{border-color:color-mix(in srgb,var(--brand-gold) 40%,var(--landing-border))}.landing-why-card__visual{position:relative;min-height:9.5rem;display:grid;place-items:center;overflow:hidden}.landing-why-card--tap .landing-why-card__visual:before{content:"";position:absolute;width:8.5rem;height:8.5rem;border-radius:50%;background:color-mix(in srgb,var(--landing-accent) 14%,transparent);pointer-events:none}.landing-why-card--tap .landing-why-card__visual{background:radial-gradient(circle at 70% 30%,color-mix(in srgb,var(--landing-accent) 18%,transparent),transparent 55%),linear-gradient(145deg,#ecfeff 0,#f0fdfa 100%)}.landing-why-card--phones .landing-why-card__visual{background:radial-gradient(circle at 30% 70%,color-mix(in srgb,var(--g-blue) 16%,transparent),transparent 55%),linear-gradient(145deg,#eff6ff 0,#eef2ff 100%)}.landing-why-card--customize .landing-why-card__visual{background:radial-gradient(circle at 20% 20%,rgba(234,67,53,.1),transparent 45%),radial-gradient(circle at 80% 30%,rgba(66,133,244,.12),transparent 45%),radial-gradient(circle at 50% 80%,rgba(52,168,83,.1),transparent 45%),linear-gradient(145deg,#fafafa,#f4f4f5)}.landing-why-card--durable .landing-why-card__visual{background:radial-gradient(circle at 50% 100%,color-mix(in srgb,var(--brand-gold) 18%,transparent),transparent 55%),linear-gradient(145deg,#fafaf9 0,#f5f5f4 100%)}.landing-why-card__content{padding:1.2rem 1.25rem 1.35rem}.landing-why-card__title{margin:0 0 .45rem;font-size:1.05rem;font-weight:700;letter-spacing:-.02em}.landing-why-card__body{margin:0;font-size:.9rem;line-height:1.55;color:var(--landing-muted)}.landing-why-visual{position:relative;width:100%;height:100%;min-height:9.5rem}.landing-why-visual__phone{width:3.35rem;height:5.35rem;padding:.18rem;border-radius:.9rem;background:linear-gradient(160deg,#3f3f46,#18181b);box-shadow:0 10px 24px rgba(0,0,0,.16)}.landing-why-visual__phone-screen{width:100%;height:100%;border-radius:.72rem;background:#ffffff;display:grid;place-items:center}.landing-why-visual__phone-screen--qr{background:#ffffff}.landing-why-visual--tap{display:grid;place-items:center}.landing-why-visual__tap-waves{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none}.landing-why-visual__tap-waves span{position:absolute;width:5rem;height:5rem;border-radius:50%;border:2px solid color-mix(in srgb,var(--landing-accent) 35%,transparent);opacity:0}.landing-why-visual__tap-waves span:first-child,.landing-why-visual__tap-waves span:nth-child(2),.landing-why-visual__tap-waves span:nth-child(3){width:5rem;height:5rem}.landing-why-visual__tap-icon{font-size:1.35rem;line-height:1;color:var(--landing-accent);transform:rotate(90deg)}.landing-why-visual__no-app{position:absolute;top:1.15rem;right:1.35rem;width:2rem;height:2rem;border-radius:.55rem;background:rgba(255,255,255,.92);border:1px solid var(--landing-border);box-shadow:0 4px 12px rgba(0,0,0,.08);display:grid;place-items:center}.landing-why-visual__store-icon{width:.95rem;height:.95rem;border-radius:.22rem;background:linear-gradient(145deg,#3b82f6,#6366f1)}.landing-why-visual__no-app-x{position:absolute;inset:-.2rem;display:grid;place-items:center;font-size:1.35rem;font-weight:700;line-height:1;color:#ef4444}.landing-why-visual--phones{display:grid;place-items:center}.landing-why-visual__tap-scene{position:relative;width:9.25rem;height:7.75rem}.landing-why-visual__scene-card{position:absolute;bottom:0;left:50%;width:3.45rem;transform:translateX(-50%) rotate(-7deg);filter:drop-shadow(0 8px 18px rgba(0,0,0,.14))}.landing-why-visual__scene-card img{display:block;width:100%;height:auto;border-radius:.4rem}.landing-why-visual__phone--approach{position:absolute;top:0;right:.15rem;z-index:2;transform:translate(.85rem) rotate(14deg)}.landing-why-visual__qr-fallback{position:absolute;bottom:.55rem;left:.15rem;z-index:1;width:1.75rem;height:1.75rem;border-radius:.45rem;background:rgba(255,255,255,.94);border:1px solid var(--landing-border);box-shadow:0 4px 12px rgba(0,0,0,.08);display:grid;place-items:center}.landing-why-visual__qr-fallback .landing-why-visual__qr-grid{width:1.15rem;height:1.15rem}.landing-why-visual__nfc-mark{font-size:.72rem;font-weight:700;letter-spacing:-.04em;color:var(--g-blue)}.landing-why-visual__qr-grid{width:1.55rem;height:1.55rem;border-radius:.15rem;background:linear-gradient(#18181b 0 0) 0 0 /33% 33%,linear-gradient(#18181b 0 0) 50% 0 /33% 33%,linear-gradient(#18181b 0 0) 0 50% /33% 33%,linear-gradient(#18181b 0 0) 66% 66% /33% 33%,#ffffff;background-repeat:no-repeat;border:2px solid #18181b}.landing-why-visual--customize{display:grid;place-items:center}.landing-why-visual__mini-card{width:4.5rem;transform:rotate(-4deg);filter:drop-shadow(0 10px 20px rgba(0,0,0,.14))}.landing-why-visual__mini-card img{display:block;width:100%;height:auto;border-radius:.45rem}.landing-why-visual__card-chip{position:absolute;width:1.85rem;height:1.85rem;border-radius:50%;display:grid;place-items:center;font-size:.72rem;font-weight:800;color:#ffffff;box-shadow:0 6px 16px rgba(0,0,0,.12);border:2px solid rgba(255,255,255,.9)}.landing-why-visual__card-chip--google{top:1.35rem;left:1.5rem;background:conic-gradient(from 180deg,var(--g-blue) 0 25%,var(--g-red) 25% 50%,var(--g-yellow) 50% 75%,var(--g-green) 75% 100%)}.landing-why-visual__card-chip--social{top:1.1rem;right:1.55rem;background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af);font-size:.82rem}.landing-why-visual__card-chip--link{bottom:1.25rem;right:1.75rem;background:linear-gradient(145deg,#0891b2,#0e7490);font-size:.9rem}.landing-why-visual--durable{display:grid;place-items:center}.landing-why-visual__card-stack{position:relative;width:5.5rem;height:3.75rem}.landing-why-visual__card-layer{position:absolute;inset:0;border-radius:.55rem;border:1px solid color-mix(in srgb,#78716c 25%,var(--landing-border))}.landing-why-visual__card-layer--back{transform:translate(-.55rem,.55rem) rotate(-7deg);background:linear-gradient(145deg,#e7e5e4,#d6d3d1);opacity:.65}.landing-why-visual__card-layer--mid{transform:translate(-.2rem,.25rem) rotate(-3deg);background:linear-gradient(145deg,#f5f5f4,#e7e5e4);opacity:.85}.landing-why-visual__card-layer--front{background:linear-gradient(145deg,#ffffff,#fafaf9);box-shadow:0 12px 28px rgba(0,0,0,.12);overflow:hidden}.landing-why-visual__card-shine{position:absolute;top:-20%;bottom:-20%;left:0;width:45%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent);transform:translateX(-130%) skewX(-14deg)}.landing-why-visual__pvc-badge{position:absolute;bottom:1.1rem;right:1.35rem;padding:.22rem .5rem;border-radius:999px;font-size:.62rem;font-weight:800;letter-spacing:.08em;color:#78350f;background:color-mix(in srgb,var(--brand-gold) 28%,#ffffff);border:1px solid color-mix(in srgb,var(--brand-gold) 45%,var(--landing-border))}.landing-why-card.landing-why-card--tap.is-revealed .landing-why-card__visual:before{animation:landing-why-bg-pulse 4.2s ease-in-out infinite}.landing-why-card.is-revealed .landing-why-visual__tap-waves span{animation:landing-why-ripple 3s ease-out infinite}.landing-why-card.is-revealed .landing-why-visual__tap-waves span:nth-child(2){animation-delay:1s}.landing-why-card.is-revealed .landing-why-visual__tap-waves span:nth-child(3){animation-delay:2s}.landing-why-card.is-revealed .landing-why-visual--tap .landing-why-visual__phone--solo{animation:landing-why-phone-float 3.2s ease-in-out infinite}.landing-why-card.is-revealed .landing-why-visual__tap-icon{animation:landing-why-tap-pulse 2.4s ease-in-out infinite}.landing-why-card.is-revealed .landing-why-visual__no-app{animation:landing-why-no-app-shake 4.8s ease-in-out infinite}.landing-why-card.is-revealed .landing-why-visual__phone--approach{animation:landing-why-phone-approach 3.4s ease-in-out infinite}.landing-why-card.is-revealed .landing-why-visual__scene-card{animation:landing-why-card-settle 3.4s ease-in-out infinite}.landing-why-card.is-revealed .landing-why-visual__qr-fallback{animation:landing-why-qr-pulse 2.8s ease-in-out infinite}.landing-why-card.is-revealed .landing-why-visual__mini-card{animation:landing-why-mini-card-float 5s ease-in-out infinite}.landing-why-card.is-revealed .landing-why-visual__card-chip--google{animation:landing-why-chip-float-a 4.2s ease-in-out infinite}.landing-why-card.is-revealed .landing-why-visual__card-chip--social{animation:landing-why-chip-float-b 4.6s ease-in-out infinite}.landing-why-card.is-revealed .landing-why-visual__card-chip--link{animation:landing-why-chip-float-c 4.4s ease-in-out infinite}.landing-why-card.is-revealed .landing-why-visual__card-stack{animation:landing-why-stack-breathe 4.8s ease-in-out infinite}.landing-why-card.is-revealed .landing-why-visual__card-shine{animation:landing-why-shine-sweep 3.6s ease-in-out infinite}.landing-why-card.is-revealed .landing-why-visual__pvc-badge{animation:landing-why-badge-pop 4.2s ease-in-out infinite}@keyframes landing-why-ripple{0%{transform:scale(.55);opacity:.55}to{transform:scale(1.45);opacity:0}}@keyframes landing-why-bg-pulse{0%,to{transform:scale(.92);opacity:.55}50%{transform:scale(1.08);opacity:.9}}@keyframes landing-why-phone-float{0%,to{transform:translateY(0)}50%{transform:translateY(-.35rem)}}@keyframes landing-why-tap-pulse{0%,to{transform:rotate(90deg) scale(1)}50%{transform:rotate(90deg) scale(1.15)}}@keyframes landing-why-no-app-shake{0%,78%,to{transform:rotate(0deg)}82%{transform:rotate(-8deg)}86%{transform:rotate(8deg)}90%{transform:rotate(-4deg)}}@keyframes landing-why-phone-approach{0%,to{transform:translate(.85rem) rotate(14deg)}45%,55%{transform:translate(-.35rem,1.95rem) rotate(2deg)}}@keyframes landing-why-card-settle{0%,to{transform:translateX(-50%) rotate(-7deg) scale(1)}45%,55%{transform:translateX(-50%) rotate(-4deg) scale(1.04)}}@keyframes landing-why-qr-pulse{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.08);opacity:1}}@keyframes landing-why-mini-card-float{0%,to{transform:rotate(-4deg) translateY(0)}50%{transform:rotate(-2deg) translateY(-.35rem)}}@keyframes landing-why-chip-float-a{0%,to{transform:translate(0)}50%{transform:translate(.2rem,-.35rem)}}@keyframes landing-why-chip-float-b{0%,to{transform:translate(0)}50%{transform:translate(-.25rem,.3rem)}}@keyframes landing-why-chip-float-c{0%,to{transform:translate(0)}50%{transform:translate(-.15rem,-.28rem)}}@keyframes landing-why-stack-breathe{0%,to{transform:translateY(0)}50%{transform:translateY(-.2rem)}}@keyframes landing-why-shine-sweep{0%,to{transform:translateX(-130%) skewX(-14deg);opacity:0}12%{opacity:1}38%{transform:translateX(220%) skewX(-14deg);opacity:0}}@keyframes landing-why-badge-pop{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@media (prefers-reduced-motion:reduce){.landing-how__steps.is-revealed .landing-how-flow__path,.landing-how__steps.is-revealed .landing-step .landing-step__pulse span{animation:none}.landing-how__steps.is-revealed .landing-how-flow__path{stroke-dashoffset:0}.landing-why-card.is-revealed .landing-why-visual--tap .landing-why-visual__phone--solo,.landing-why-card.is-revealed .landing-why-visual__card-chip--google,.landing-why-card.is-revealed .landing-why-visual__card-chip--link,.landing-why-card.is-revealed .landing-why-visual__card-chip--social,.landing-why-card.is-revealed .landing-why-visual__card-shine,.landing-why-card.is-revealed .landing-why-visual__card-stack,.landing-why-card.is-revealed .landing-why-visual__mini-card,.landing-why-card.is-revealed .landing-why-visual__no-app,.landing-why-card.is-revealed .landing-why-visual__phone--approach,.landing-why-card.is-revealed .landing-why-visual__pvc-badge,.landing-why-card.is-revealed .landing-why-visual__qr-fallback,.landing-why-card.is-revealed .landing-why-visual__scene-card,.landing-why-card.is-revealed .landing-why-visual__tap-icon,.landing-why-card.is-revealed .landing-why-visual__tap-waves span,.landing-why-card.landing-why-card--tap.is-revealed .landing-why-card__visual:before{animation:none}}.landing-testimonials{margin-top:2.25rem;display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr}@media (min-width:900px){.landing-testimonials{grid-template-columns:repeat(3,1fr)}}.landing-t-card{margin:0;padding:1.2rem 1.15rem 1.3rem;border-radius:1rem;border:1px solid var(--landing-border);background:var(--landing-elevated);box-shadow:0 1px 3px rgba(0,0,0,.05)}.landing-t-card__head{display:flex;align-items:center;gap:.75rem;margin-bottom:.65rem}.landing-t-card__avatar{width:2.5rem;height:2.5rem;border-radius:999px;display:grid;place-items:center;font-weight:700;font-size:.95rem;background:linear-gradient(135deg,var(--landing-accent),#6366f1);color:#0b0b0f}.landing-t-card__who{display:flex;flex-direction:column;gap:.1rem}.landing-t-card__name{font-weight:600;font-size:.95rem}.landing-t-card__role{font-size:.8rem;color:var(--landing-muted)}.landing-t-card__stars{display:flex;gap:.12rem;margin-bottom:.55rem}.landing-t-card__star{width:.95rem;height:.95rem;color:#fbbf24}.landing-t-card__quote{margin:0;font-size:.9rem;line-height:1.55;color:color-mix(in srgb,var(--landing-fg) 88%,transparent)}.landing-pricing__head{text-align:center;max-width:40rem;margin-inline:auto}.landing-pricing-table-wrap{margin-top:2rem;border:1px solid var(--landing-border);border-radius:1rem;background:var(--landing-surface);box-shadow:0 1px 3px rgba(0,0,0,.05);overflow-x:auto}.landing-pricing-table{width:100%;min-width:32rem;border-collapse:collapse;font-size:.92rem}.landing-pricing-table td,.landing-pricing-table th{padding:.9rem 1.1rem;text-align:left;border-bottom:1px solid var(--landing-border)}.landing-pricing-table thead th{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--landing-muted);background:color-mix(in srgb,var(--landing-bg) 65%,var(--landing-surface))}.landing-pricing-table tbody tr:last-child td{border-bottom:none}.landing-pricing-table__row--popular{background:color-mix(in srgb,var(--landing-accent) 6%,var(--landing-surface))}.landing-pricing-table__row--popular td{border-bottom-color:color-mix(in srgb,var(--landing-accent) 22%,var(--landing-border))}.landing-pricing-table__pack{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.45rem;font-weight:600;color:var(--landing-fg)}.landing-pricing-table__badge{font-size:.65rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.2rem .45rem;border-radius:999px;background:var(--landing-accent);color:#fff}.landing-pricing-table__total{font-weight:700;font-size:1rem;color:var(--landing-fg)}.landing-pricing-table__usd{display:block;margin-top:.15rem;font-size:.78rem;font-weight:500;color:var(--landing-muted)}.landing-pricing-table__per-card{font-weight:600;color:var(--landing-fg)}.landing-pricing-table__save{display:inline-block;padding:.2rem .5rem;border-radius:999px;font-size:.8rem;font-weight:700;color:#166534;background:color-mix(in srgb,#22c55e 14%,transparent);border:1px solid color-mix(in srgb,#22c55e 28%,var(--landing-border))}.landing-pricing-table__dash{color:var(--landing-muted)}.landing-pricing-table__save-col{width:6.5rem;text-align:right}.landing-pricing-table thead .landing-pricing-table__save-col{text-align:right}.landing-pricing__footnote{margin:1rem 0 0;text-align:center;font-size:.88rem;color:var(--landing-muted)}.landing-pricing__cta-wrap{margin-top:1.5rem;display:flex;justify-content:center}@media (max-width:520px){.landing-pricing-table td,.landing-pricing-table th{padding:.75rem .85rem}.landing-pricing-table__save-col{width:5rem}}.landing-instagram{background:var(--landing-elevated)}.landing-instagram__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem;margin-bottom:2rem}.landing-instagram__meta{display:flex;flex-direction:column;gap:.2rem}.landing-instagram__title{margin:0;font-size:clamp(1.35rem,2.8vw,1.85rem);font-weight:800;letter-spacing:-.03em}.landing-instagram__handle{font-size:1rem;font-weight:600;color:var(--landing-accent);text-decoration:none}.landing-instagram__handle:hover{text-decoration:underline}.landing-instagram__followers{margin:0;font-size:.95rem;color:var(--landing-muted)}.landing-instagram__cta{display:inline-flex;align-items:center;padding:.65rem 1.15rem;border-radius:999px;font-size:.9rem;font-weight:600;text-decoration:none;color:#fff;background:linear-gradient(135deg,#f77737,#e1306c,#c13584);box-shadow:0 4px 14px rgba(225,48,108,.35);transition:transform .2s ease,box-shadow .2s ease}.landing-instagram__cta:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(225,48,108,.45)}.landing-instagram__grid{display:grid;grid-template-columns:repeat(var(--ig-cols,4),1fr);grid-gap:.65rem;gap:.65rem}@media (max-width:640px){.landing-instagram__grid{grid-template-columns:repeat(2,1fr)}}.landing-instagram__cell{position:relative;display:block;width:100%;padding:0;border:none;cursor:pointer;aspect-ratio:4/5;border-radius:.65rem;overflow:hidden;background:var(--landing-border);transition:transform .2s ease,box-shadow .2s ease}.landing-instagram__cell:hover{transform:scale(1.03);box-shadow:0 8px 24px rgba(0,0,0,.12)}.landing-instagram__cell img,.landing-instagram__cell video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.landing-instagram__cell--video:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.35));pointer-events:none}.landing-instagram__play{position:absolute;color:#fff;filter:drop-shadow(0 2px 8px rgba(0,0,0,.45));pointer-events:none}.landing-ig-lightbox,.landing-instagram__play{inset:0;display:flex;align-items:center;justify-content:center}.landing-ig-lightbox{position:fixed;z-index:200;padding:1.25rem;background:rgba(15,23,42,.72);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.landing-ig-lightbox__dialog{position:relative;width:min(92vw,56rem);max-height:90vh;display:flex;flex-direction:column}.landing-ig-lightbox__close{position:absolute;top:-.25rem;right:0;z-index:2;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-top:-2.75rem;border:none;border-radius:999px;background:rgba(255,255,255,.95);color:#0f172a;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.2)}.landing-ig-lightbox__close:hover{background:#fff}.landing-ig-lightbox__content{border-radius:.75rem;overflow:hidden;background:#0f172a;box-shadow:0 24px 48px rgba(0,0,0,.35)}.landing-ig-lightbox__image{display:block;width:100%;max-height:85vh;object-fit:contain}.landing-ig-lightbox__video{display:block;width:100%;max-height:85vh;background:#000}.landing-faq__list{margin-top:2rem;max-width:720px;margin-inline:auto;display:flex;flex-direction:column;gap:.65rem}.landing-faq__item{border-radius:.9rem;border:1px solid var(--landing-border);background:var(--landing-elevated);overflow:hidden}.landing-faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;font:inherit;font-size:.95rem;font-weight:600;text-align:left;color:var(--landing-fg);background:transparent;border:none;cursor:pointer}.landing-faq__q:hover{background:color-mix(in srgb,var(--landing-fg) 4%,transparent)}.landing-faq__chev{flex-shrink:0;font-size:1.15rem;font-weight:400;color:var(--landing-muted)}.landing-faq__a-wrap{display:none}.landing-faq__a-wrap:not([hidden]){display:block}.landing-faq__caption{margin-bottom:.35rem;letter-spacing:.06em;text-transform:uppercase;font-size:.78rem}.landing-faq__a-inner{display:flex;flex-direction:column;gap:.65rem;padding:0 1.1rem 1rem}.landing-faq__a{margin:0;padding:0;font-size:.9rem;line-height:1.55;color:var(--landing-muted)}.landing-faq__a a{color:var(--landing-accent);font-weight:600;text-decoration:underline;text-underline-offset:2px}.landing-final{padding:clamp(3rem,8vw,5rem) 0;background:radial-gradient(circle at 20% 20%,color-mix(in srgb,var(--landing-accent) 12%,transparent),transparent 45%),#f4f4f5;border-top:1px solid var(--landing-border)}.landing-final__inner{text-align:center;max-width:44rem;margin-inline:auto}.landing-final__title{margin:0 0 .75rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;letter-spacing:-.03em}.landing-final__sub{margin:0 0 1.75rem;font-size:1.05rem;line-height:1.6;color:var(--landing-muted)}.landing-final__btn{padding:1rem 1.75rem;font-size:1rem}.landing-footer{border-top:1px solid var(--landing-border);background:#f4f4f5;padding-top:2.5rem}.landing-footer__grid{display:grid;grid-gap:2rem;gap:2rem;padding-bottom:2rem;grid-template-columns:1fr}@media (min-width:800px){.landing-footer__grid{grid-template-columns:1.2fr 1fr .6fr;align-items:start}}.landing-footer__logo{display:inline-flex;align-items:center;margin-bottom:.5rem}.landing-footer__logo img{display:block;width:142px;max-height:42px;object-fit:contain}.landing-footer__tag{margin:0 0 .35rem;color:var(--landing-muted);font-size:.95rem;max-width:22rem;line-height:1.5}.landing-footer__domain{margin:0 0 .35rem;font-size:.85rem;color:color-mix(in srgb,var(--landing-muted) 80%,transparent)}.landing-footer__email{display:inline-block;font-size:.85rem;color:var(--landing-muted);text-decoration:none;transition:color .15s ease}.landing-footer__email:hover{color:var(--landing-fg)}.landing-footer__nav{display:flex;flex-direction:column;gap:.5rem}.landing-footer__nav a{color:var(--landing-muted);text-decoration:none;font-size:.92rem}.landing-footer__nav a:hover{color:var(--landing-fg)}.landing-footer__social{display:flex;gap:.65rem}.landing-footer__social a{width:2.25rem;height:2.25rem;border-radius:.6rem;border:1px solid var(--landing-border);display:grid;place-items:center;color:var(--landing-muted);transition:color .15s ease,border-color .15s ease}.landing-footer__social a:hover{color:var(--landing-fg);border-color:color-mix(in srgb,var(--landing-accent) 45%,var(--landing-border))}.landing-footer__bar{border-top:1px solid var(--landing-border);padding:1rem 0 1.5rem}.landing-footer__bar-inner{display:flex;align-items:center;justify-content:center;gap:.55rem;flex-wrap:wrap;font-size:.82rem;color:var(--landing-muted)}.landing-footer__rights{margin:0;font-size:inherit;color:inherit}.landing-footer__sep{color:var(--landing-border)}.landing-footer__credit{margin:0}.landing-footer__credit a{color:inherit;text-decoration:none}.landing-footer__credit a:hover{color:var(--landing-fg)}html:has(.landing-mkt) body{background:var(--landing-bg);color:var(--landing-fg)}.landing-mkt .lang-select__content,.landing-mkt .lang-select__trigger{--border:var(--landing-border);--surface:var(--landing-surface);--fg:var(--landing-fg);--muted:var(--landing-muted);--bg:var(--landing-bg)}