.anvx-landing{--oxford:#0d151c;--surface:#121a22;--surface-2:#18222c;--gold:#d4af37;--gold-light:#f0d56a;--gold-dark:#9a7424;--on-gold:#0d151c;--silver:#e4e2dc;--steel:#a8aec0;--border-gold:rgba(212,175,55,.22);--border-steel:#2a3540;--destructive:#7f1d1d;--glow:0 0 40px rgba(212,175,55,.18);--maxw:1200px;--ease:cubic-bezier(0.22,0.61,0.36,1);position:relative;isolation:isolate;background:var(--oxford);color:var(--silver);font-family:var(--font-body),Inter,system-ui,sans-serif;line-height:1.6;overflow-x:hidden;min-height:100svh}.anvx-landing *,.anvx-landing :after,.anvx-landing :before{box-sizing:border-box}.anvx-landing .display,.anvx-landing h1,.anvx-landing h2,.anvx-landing h3{font-family:var(--font-heading),Montserrat,sans-serif;font-weight:800;line-height:1.04;letter-spacing:-.02em;color:var(--silver)}.anvx-landing a{color:inherit;text-decoration:none}.anvx-landing img,.anvx-landing svg{display:block}.anvx-landing ::-moz-selection{background:var(--gold);color:var(--on-gold)}.anvx-landing ::selection{background:var(--gold);color:var(--on-gold)}@media (hover:hover) and (pointer:fine){.anvx-landing{cursor:none}}.anvx-landing .eyebrow{font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);display:inline-flex;align-items:center;gap:.6em}.anvx-landing .eyebrow:before{content:"";width:22px;height:1px;background:linear-gradient(90deg,transparent,var(--gold))}.anvx-landing .shimmer{background:linear-gradient(100deg,var(--gold-dark),var(--gold-light) 30%,var(--gold) 50%,var(--gold-light) 70%,var(--gold-dark));background-size:220% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:anvx-shimmer 6s linear infinite}@keyframes anvx-shimmer{to{background-position:220%}}.anvx-landing .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px;position:relative;z-index:2}.anvx-landing section{position:relative;z-index:2;padding:120px 0}@media (max-width:768px){.anvx-landing section{padding:80px 0}}.anvx-landing .ic{width:1em;height:1em;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.anvx-landing .bg-canvas{position:fixed;inset:0;z-index:0;pointer-events:none}.anvx-landing .scroll-models{position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.92}.anvx-landing .scroll-models canvas{display:block;width:100%;height:100%}@media (max-width:960px){.anvx-landing .scroll-models{opacity:.88}}.anvx-landing .grid-floor{position:fixed;left:0;right:0;bottom:-10%;height:56vh;z-index:0;pointer-events:none;background-image:linear-gradient(rgba(212,175,55,.08) 1px,transparent 0),linear-gradient(90deg,rgba(212,175,55,.08) 1px,transparent 0);background-size:64px 64px;transform:perspective(420px) rotateX(66deg);transform-origin:bottom center;mask-image:linear-gradient(0deg,#000,transparent 78%);-webkit-mask-image:linear-gradient(0deg,#000,transparent 78%);opacity:.3}.anvx-landing .veil{position:fixed;inset:0;z-index:1;pointer-events:none;background:radial-gradient(48% 58% at 62% 48%,transparent 0,transparent 36%,rgba(13,21,28,.42) 62%,rgba(13,21,28,.82) 100%),radial-gradient(60% 50% at 50% 0,rgba(212,175,55,.1),transparent 70%),radial-gradient(90% 60% at 50% 118%,rgba(212,175,55,.05),transparent 70%),linear-gradient(180deg,rgba(10,16,22,.55),rgba(13,21,28,.28) 42%,#070c11)}@media (max-width:960px){.anvx-landing .veil{background:radial-gradient(80% 55% at 50% 38%,transparent 0,rgba(13,21,28,.28) 62%,rgba(13,21,28,.62) 100%),linear-gradient(180deg,rgba(10,16,22,.35),rgba(13,21,28,.2) 40%,#070c11)}}.anvx-landing .grain{position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.05;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.anvx-landing .hero{position:relative;overflow:hidden;min-height:100svh;display:flex;align-items:center;padding-top:120px;padding-bottom:60px}.anvx-landing .cursor{position:fixed;top:0;left:0;width:30px;height:30px;border:1.5px solid var(--gold);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:width .2s,height .2s,background .2s,border-color .2s;mix-blend-mode:screen}.anvx-landing .cursor.hot{width:52px;height:52px;background:rgba(212,175,55,.12);border-color:var(--gold-light)}.anvx-landing .cursor-dot{position:fixed;top:0;left:0;width:4px;height:4px;background:var(--gold-light);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%)}@media (hover:none),(pointer:coarse){.anvx-landing .cursor,.anvx-landing .cursor-dot{display:none}}.anvx-landing .btn{position:relative;display:inline-flex;align-items:center;gap:.6em;font-weight:600;font-size:15px;padding:15px 28px;border-radius:12px;border:none;cursor:inherit;font-family:inherit;transition:transform .25s var(--ease),box-shadow .3s,background .3s;will-change:transform;white-space:nowrap}.anvx-landing .btn svg{width:18px;height:18px}.anvx-landing .btn-gold{background:linear-gradient(135deg,var(--gold-light),var(--gold) 45%,var(--gold-dark));color:var(--on-gold);overflow:hidden;box-shadow:var(--glow)}.anvx-landing .btn-gold:after{content:"";position:absolute;top:0;left:-120%;width:60%;height:100%;background:linear-gradient(100deg,transparent,hsla(0,0%,100%,.55),transparent);transform:skewX(-18deg);transition:left .7s var(--ease)}.anvx-landing .btn-gold:hover{box-shadow:0 0 55px rgba(212,175,55,.4),0 8px 24px rgba(0,0,0,.4)}.anvx-landing .btn-gold:hover:after{left:130%}.anvx-landing .btn-ghost{background:hsla(0,0%,100%,.02);color:var(--silver);border:1px solid var(--border-gold);backdrop-filter:blur(8px)}.anvx-landing .btn-ghost:hover{border-color:var(--gold);color:var(--gold-light);background:rgba(212,175,55,.06)}.anvx-landing .btn:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px}.anvx-landing .text-blur{position:relative;z-index:2;isolation:isolate}.anvx-landing .text-blur:before{content:"";position:absolute;inset:-16px -20px;z-index:-1;border-radius:24px;background:rgba(8,13,18,.55);backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%);pointer-events:none;box-shadow:0 18px 50px rgba(0,0,0,.28)}.anvx-landing .nav{position:fixed;top:0;left:0;right:0;z-index:100;transition:padding .3s var(--ease),background .3s,border-color .3s,backdrop-filter .3s;padding:max(22px,env(safe-area-inset-top)) 0 22px;border-bottom:1px solid transparent;background:rgba(10,16,22,.42);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%)}.anvx-landing .nav.shrink{padding:12px 0;background:rgba(10,16,22,.72);backdrop-filter:blur(16px) saturate(140%);border-bottom:1px solid var(--border-gold)}.anvx-landing .nav-inner{max-width:var(--maxw);margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.anvx-landing .brand{font-family:var(--font-heading),Montserrat,sans-serif;font-weight:800;font-size:22px;display:flex;align-items:center;gap:10px;flex-shrink:0;min-width:0}.anvx-landing .brand .mark{width:26px;height:26px;border-radius:7px;background:linear-gradient(135deg,var(--gold-light),var(--gold-dark));display:grid;place-items:center;color:var(--on-gold);font-size:15px;box-shadow:var(--glow)}.anvx-landing .brand .name{background:linear-gradient(180deg,var(--gold-light),var(--gold));-webkit-background-clip:text;background-clip:text;color:transparent}.anvx-landing .brand-logo{height:36px;width:auto;max-width:180px;-o-object-fit:contain;object-fit:contain}.anvx-landing .nav-links{display:flex;gap:30px;align-items:center}.anvx-landing .nav-links a{font-size:14px;color:var(--steel);transition:color .2s;position:relative}.anvx-landing .nav-links a:after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:1px;background:var(--gold);transition:width .25s var(--ease)}.anvx-landing .nav-links a:hover{color:var(--silver)}.anvx-landing .nav-links a:hover:after{width:100%}.anvx-landing .nav-cta{display:flex;gap:12px;align-items:center}.anvx-landing .nav-cta .btn{padding:10px 18px;font-size:14px}.anvx-landing .menu-btn{display:none;background:none;border:1px solid var(--border-gold);color:var(--gold);border-radius:9px;padding:8px 10px;align-items:center;cursor:inherit}.anvx-landing .menu-btn svg{width:20px;height:20px}.anvx-landing .nav-overlay{display:none;position:fixed;inset:0;z-index:110;background:rgba(8,13,18,.72);backdrop-filter:blur(6px)}.anvx-landing .nav-overlay.open{display:block}.anvx-landing .nav-drawer{display:none;position:fixed;top:0;right:0;bottom:0;width:min(320px,88vw);z-index:120;flex-direction:column;gap:4px;padding:calc(88px + env(safe-area-inset-top)) 24px calc(32px + env(safe-area-inset-bottom));background:#0a1016;border-left:1px solid var(--border-gold)}.anvx-landing .nav-drawer.open{display:flex}.anvx-landing .nav-drawer a,.anvx-landing .nav-drawer button{font-size:16px;color:var(--silver);padding:12px 0;border:none;border-bottom:1px solid var(--border-steel);background:none;text-align:left;font-family:inherit;cursor:inherit}.anvx-landing .nav-drawer .btn{margin-top:12px;justify-content:center;border-bottom:none;text-align:center}@media (max-width:900px){.anvx-landing .nav-links{display:none}.anvx-landing .menu-btn{display:flex;flex-shrink:0}.anvx-landing .nav-cta .btn-ghost{display:none}.anvx-landing .brand-logo{max-width:128px;height:32px}.anvx-landing .nav-cta .btn-gold{padding:8px 12px;font-size:13px;white-space:nowrap}.anvx-landing .nav-inner{gap:10px}}.anvx-landing .hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center;width:100%}@media (max-width:960px){.anvx-landing .hero-grid{grid-template-columns:1fr;gap:40px;text-align:center}.anvx-landing .hero .sub{margin-left:auto;margin-right:auto}.anvx-landing .hero-copy .eyebrow,.anvx-landing .hero-cta{justify-content:center}.anvx-landing .hero-copy .eyebrow{display:inline-flex}}.anvx-landing .hero h1{font-size:clamp(2.5rem,7vw,5.2rem);margin:22px 0 20px}.anvx-landing .hero h1 .line2{background:linear-gradient(120deg,var(--gold-light),var(--gold) 60%,var(--gold-dark));background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:anvx-shimmer 7s linear infinite}.anvx-landing .hero .sub{font-size:clamp(1.05rem,2vw,1.25rem);color:var(--steel);max-width:520px;margin-bottom:34px}.anvx-landing .hero .sub b{color:var(--silver);font-weight:600}.anvx-landing .hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px}.anvx-landing .hero-hint{display:inline-flex;align-items:center;gap:12px;font-size:13px;color:var(--steel);padding:9px 14px 9px 9px;border:1px solid var(--border-gold);border-radius:999px;background:hsla(0,0%,100%,.02);backdrop-filter:blur(8px)}.anvx-landing .hero-hint .pulse{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,var(--gold-light),var(--gold-dark));display:grid;place-items:center;color:var(--on-gold);position:relative;flex-shrink:0}.anvx-landing .hero-hint .pulse svg{width:15px;height:15px}.anvx-landing .hero-hint .pulse:after{content:"";position:absolute;inset:-6px;border-radius:50%;border:1px solid var(--gold);animation:anvx-ripple 2.4s ease-out infinite}@keyframes anvx-ripple{0%{transform:scale(.8);opacity:.7}to{transform:scale(1.6);opacity:0}}.anvx-landing .hero-hint b{color:var(--gold-light);font-weight:600}.anvx-landing .hero-visual{position:relative;z-index:2;display:flex;justify-content:flex-end}@media (max-width:960px){.anvx-landing .hero-visual{justify-content:center}}.anvx-landing .phone{position:relative;width:318px;max-width:86vw;margin:0 auto;aspect-ratio:9/17.2;border-radius:38px;padding:12px;background:linear-gradient(160deg,#20272f,#0b1117);border:1px solid var(--border-steel);box-shadow:0 40px 90px rgba(0,0,0,.6),var(--glow)}.anvx-landing .phone:before{content:"";position:absolute;top:14px;left:50%;transform:translateX(-50%);width:96px;height:22px;background:#0b1117;border-radius:0 0 14px 14px;z-index:3}.anvx-landing .phone-screen{width:100%;height:100%;border-radius:28px;overflow:hidden;background:#0b0f14;position:relative;padding:26px 12px 16px;text-align:left}.anvx-landing .ps-account{display:flex;flex-direction:column;color:#e8eaee}.anvx-landing .ps-user{display:flex;align-items:center;gap:8px;margin-bottom:10px}.anvx-landing .ps-avatar{width:32px;height:32px;border-radius:50%;border:1px solid var(--border-gold);background:#161d24;color:var(--gold);font-size:10px;font-weight:800;display:grid;place-items:center;flex-shrink:0}.anvx-landing .ps-user b{display:block;font-size:12px;line-height:1.15;color:#f4f6f8}.anvx-landing .ps-user small{display:block;font-size:8.5px;color:var(--steel)}.anvx-landing .ps-tabs{display:flex;gap:6px;overflow:hidden;margin:0 -4px 12px;padding-bottom:8px;border-bottom:1px solid var(--border-steel)}.anvx-landing .ps-tabs span{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;border:1px solid var(--border-steel);background:#12181f;color:var(--steel);border-radius:999px;padding:5px 9px;font-size:9.5px;white-space:nowrap}.anvx-landing .ps-tabs span.on{border-color:var(--border-gold);background:rgba(212,175,55,.12);color:var(--gold);font-weight:700}.anvx-landing .ps-tabs .ic{width:11px;height:11px}.anvx-landing .ps-hi{font-family:var(--font-heading),Montserrat,sans-serif;font-size:16px;font-weight:800;color:#fff;margin:0 0 4px;letter-spacing:-.03em}.anvx-landing .ps-sub{font-size:9px;color:var(--steel);margin:0 0 10px;line-height:1.35}.anvx-landing .ps-tiles{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:10px}.anvx-landing .ps-tile{display:grid;grid-template-columns:18px 1fr;grid-template-rows:auto auto;-moz-column-gap:6px;column-gap:6px;align-items:center;background:#12181f;border:1px solid var(--border-steel);border-radius:10px;padding:7px 8px}.anvx-landing .ps-tile .ic{grid-row:1/span 2;width:13px;height:13px;stroke:var(--gold)}.anvx-landing .ps-tile strong{font-size:14px;font-weight:800;line-height:1;color:#fff}.anvx-landing .ps-tile em{grid-column:2;font-style:normal;font-size:8px;color:var(--steel);line-height:1.2}.anvx-landing .ps-veh{background:#12181f;border:1px solid var(--border-steel);border-radius:12px;padding:8px;flex:1;min-height:0}.anvx-landing .ps-veh-head{display:flex;justify-content:space-between;align-items:flex-start;gap:6px;margin-bottom:8px}.anvx-landing .ps-veh-head b{display:block;font-size:11px;color:#fff}.anvx-landing .ps-veh-head small{display:block;font-size:7.5px;color:var(--steel);line-height:1.3;max-width:150px}.anvx-landing .ps-garage-btn{flex-shrink:0;background:linear-gradient(180deg,#f0d56a,#c4a032);color:#111;font-size:8.5px;font-weight:700;border-radius:8px;padding:5px 8px}.anvx-landing .ps-vcard{border:1px solid var(--border-steel);border-radius:10px;padding:7px;margin-bottom:7px;display:grid;grid-template-columns:58px 1fr;grid-template-rows:auto auto;gap:6px 8px}.anvx-landing .ps-vimg{grid-row:1;height:38px;border-radius:7px;border:1px solid var(--border-steel);background:#0b1117;display:grid;place-items:center;overflow:hidden}.anvx-landing .ps-vimg svg{width:50px;height:24px}.anvx-landing .ps-vmeta{min-width:0;align-self:center}.anvx-landing .ps-vmeta b{display:block;font-size:10.5px;color:#fff}.anvx-landing .ps-vmeta .gold{display:block;font-size:9.5px;color:var(--gold);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.04em}.anvx-landing .ps-vmeta small{display:block;font-size:8px;color:var(--steel)}.anvx-landing .ps-vbtns{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:5px}.anvx-landing .ps-vbtns span{display:flex;align-items:center;justify-content:center;gap:4px;border:1px solid var(--border-steel);border-radius:7px;font-size:8.5px;color:#d5dbe3;padding:5px 0}.anvx-landing .ps-vbtns .ic{width:10px;height:10px}.anvx-landing .ps-fab{position:absolute;right:14px;bottom:14px;width:28px;height:28px;border-radius:50%;background:linear-gradient(180deg,#f0d56a,#c4a032);box-shadow:0 6px 16px rgba(0,0,0,.4);display:grid;place-items:center}.anvx-landing .ps-fab svg{width:15px;height:15px;stroke:#111;fill:none;stroke-width:1.8;stroke-linecap:round}.anvx-landing .ps-bar{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:var(--steel);letter-spacing:.1em;margin-bottom:16px}.anvx-landing .ps-bar .g{color:var(--gold);font-weight:700;font-family:var(--font-heading),Montserrat,sans-serif}.anvx-landing .ps-search{display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border-gold);border-radius:11px;padding:11px 12px;font-size:11px;color:var(--steel);margin-bottom:14px}.anvx-landing .ps-search .dot{width:6px;height:6px;border-radius:50%;background:var(--gold);box-shadow:0 0 8px var(--gold)}.anvx-landing .ps-car{background:linear-gradient(135deg,var(--surface-2),var(--surface));border:1px solid var(--border-steel);border-radius:12px;padding:12px;margin-bottom:12px;display:flex;gap:11px;align-items:center}.anvx-landing .ps-car .plate,.anvx-landing .step-mini .plate{font-family:var(--font-heading),Montserrat,sans-serif;font-weight:800;font-size:11px;background:#e9e6dd;color:#111;padding:3px 7px;border-radius:4px;letter-spacing:.06em}.anvx-landing .step-mini .plate{font-size:10px;letter-spacing:.05em}.anvx-landing .ps-car .meta{font-size:11px;color:var(--silver)}.anvx-landing .ps-car .meta span{display:block;color:var(--steel);font-size:9.5px;margin-top:2px}.anvx-landing .ps-part{display:flex;gap:10px;align-items:center;background:var(--surface);border:1px solid var(--border-gold);border-radius:11px;padding:9px 11px;margin-bottom:9px}.anvx-landing .ps-part .th{width:38px;height:38px;border-radius:9px;background:radial-gradient(circle at 40% 28%,#1b2733,#0b1117);border:1px solid var(--border-steel);flex-shrink:0;display:grid;place-items:center;overflow:hidden}.anvx-landing .ps-part .th svg{width:30px;height:30px}.anvx-landing .ps-part .info{flex:1;min-width:0}.anvx-landing .ps-part .info b{font-size:12px;color:var(--silver);display:block;font-weight:600;line-height:1.25;white-space:normal}.anvx-landing .ps-part .info small{font-size:9.5px;color:var(--steel)}.anvx-landing .ps-part .price{font-family:var(--font-heading),Montserrat,sans-serif;font-weight:800;font-size:13px;color:var(--gold-light);flex-shrink:0;align-self:flex-start;padding-top:2px}.anvx-landing .ps-tag{display:inline-block;font-size:8.5px;color:var(--gold);border:1px solid var(--border-gold);border-radius:5px;padding:1px 5px;margin-top:3px;letter-spacing:.05em}.anvx-landing .stats{border-top:1px solid var(--border-steel);border-bottom:1px solid var(--border-steel);padding:56px 0}.anvx-landing .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}@media (max-width:768px){.anvx-landing .stats-grid{grid-template-columns:repeat(2,1fr);gap:32px 12px}}.anvx-landing .stat{position:relative;isolation:isolate;padding:8px 6px}.anvx-landing .stat:before{content:"";position:absolute;inset:-8px -4px;z-index:-1;border-radius:18px;background:rgba(8,13,18,.55);backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%);pointer-events:none}.anvx-landing .stat .num{font-family:var(--font-heading),Montserrat,sans-serif;font-weight:800;font-size:clamp(2rem,4.5vw,3.1rem);background:linear-gradient(180deg,var(--gold-light),var(--gold-dark));-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1}.anvx-landing .stat .lbl{font-size:12px;color:var(--steel);letter-spacing:.14em;text-transform:uppercase;margin-top:10px}.anvx-landing .head{max-width:720px;margin:0 auto 56px;text-align:center}.anvx-landing .head .eyebrow{justify-content:center}.anvx-landing .head .eyebrow:after{content:"";width:22px;height:1px;background:linear-gradient(90deg,var(--gold),transparent)}.anvx-landing .head h2{font-size:clamp(1.9rem,4vw,3rem);margin:16px 0 14px}.anvx-landing .head p{color:var(--steel);font-size:1.05rem}.anvx-landing .steps-wrap{position:relative}.anvx-landing .step-connector{position:absolute;top:66px;left:17%;right:17%;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);z-index:1}.anvx-landing .step-connector .trav{position:absolute;top:50%;left:0;width:9px;height:9px;border-radius:50%;background:var(--gold-light);box-shadow:0 0 14px var(--gold);transform:translate(-50%,-50%);animation:anvx-travel 5s ease-in-out infinite}@keyframes anvx-travel{0%{left:0}50%{left:100%}to{left:0}}@media (max-width:860px){.anvx-landing .step-connector{display:none}}.anvx-landing .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;position:relative;z-index:2}@media (max-width:860px){.anvx-landing .steps{grid-template-columns:1fr}}.anvx-landing .step{position:relative;background:linear-gradient(180deg,rgba(24,34,44,.88),rgba(18,26,34,.78));border:1px solid var(--border-steel);border-radius:20px;padding:34px 28px;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);overflow:hidden;transition:transform .3s var(--ease),border-color .3s,box-shadow .3s;text-align:center}.anvx-landing .step:hover{border-color:var(--gold);box-shadow:var(--glow)}.anvx-landing .step:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 35%,hsla(48,82%,68%,.1) 50%,transparent 65%);transform:translateX(-100%);transition:transform .9s var(--ease);pointer-events:none}.anvx-landing .step:hover:after{transform:translateX(100%)}.anvx-landing .step-top{display:flex;flex-direction:column;align-items:center;gap:14px;margin-bottom:18px}.anvx-landing .step .n{position:relative;z-index:2;font-family:var(--font-heading),Montserrat,sans-serif;font-weight:800;font-size:15px;color:var(--on-gold);width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold-light),var(--gold-dark));box-shadow:0 0 0 6px rgba(212,175,55,.1),var(--glow)}.anvx-landing .step .step-ico{color:var(--gold-light)}.anvx-landing .step .step-ico svg{width:26px;height:26px}.anvx-landing .step h3{font-size:1.25rem;margin-bottom:10px}.anvx-landing .step p{color:var(--steel);font-size:.98rem}.anvx-landing .step-mini{margin-top:20px;display:flex;justify-content:center;align-items:center;gap:7px;min-height:34px;flex-wrap:wrap}.anvx-landing .step-mini .mchip{font-size:10px;color:var(--steel);border:1px solid var(--border-steel);border-radius:7px;padding:4px 9px}.anvx-landing .step-mini .mchip.gold{border-color:var(--border-gold);color:var(--gold-light);background:rgba(212,175,55,.07)}.anvx-landing .step-mini .mwave{display:flex;gap:3px;align-items:center;height:22px}.anvx-landing .step-mini .mwave i{width:3px;height:8px;border-radius:2px;background:var(--gold);animation:anvx-eq 1.1s ease-in-out infinite}.anvx-landing .step-mini .mwave i:nth-child(2){animation-delay:.15s}.anvx-landing .step-mini .mwave i:nth-child(3){animation-delay:.3s}.anvx-landing .step-mini .mwave i:nth-child(4){animation-delay:.45s}.anvx-landing .step-mini .mwave i:nth-child(5){animation-delay:.2s}@keyframes anvx-eq{0%,to{height:6px}50%{height:22px}}.anvx-landing .bento{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}@media (max-width:1000px){.anvx-landing .bento{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.anvx-landing .bento{grid-template-columns:1fr}}.anvx-landing .card{position:relative;background:rgba(18,26,34,.62);border:1px solid var(--border-gold);border-radius:20px;padding:28px 22px 24px;overflow:hidden;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);transition:transform .3s var(--ease),border-color .3s,box-shadow .3s,background .3s;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:200px}.anvx-landing .card:hover{border-color:var(--gold);box-shadow:var(--glow);background:rgba(18,26,34,.58);transform:translateY(-3px)}.anvx-landing .card .ico{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;margin:0 auto 16px;background:rgba(212,175,55,.1);border:1px solid var(--border-gold);color:var(--gold-light);flex-shrink:0}.anvx-landing .card .ico svg{width:22px;height:22px}.anvx-landing .card h3{font-size:1.08rem;margin:0 0 8px;font-weight:800}.anvx-landing .card p{color:var(--steel);font-size:.92rem;line-height:1.5;margin:0;max-width:240px}.anvx-landing .valvula{background:transparent}.anvx-landing .val-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;align-items:center}@media (max-width:960px){.anvx-landing .val-grid{grid-template-columns:1fr;gap:48px}}.anvx-landing .val-text h2{font-size:clamp(2rem,4.5vw,3.2rem);margin:16px 0 18px}.anvx-landing .val-text .who{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--steel);border:1px solid var(--border-gold);border-radius:999px;padding:6px 14px;margin-bottom:26px}.anvx-landing .val-text .who svg{width:15px;height:15px;color:var(--gold-light)}.anvx-landing .val-text .who b{color:var(--gold-light)}.anvx-landing .val-text p{color:var(--steel);margin-bottom:22px;max-width:480px}.anvx-landing .val-feats{display:flex;flex-direction:column;gap:14px;margin:26px 0 32px}.anvx-landing .val-feat{display:flex;gap:14px;align-items:flex-start}.anvx-landing .val-feat .vi{width:38px;height:38px;flex-shrink:0;border-radius:10px;display:grid;place-items:center;background:rgba(212,175,55,.1);border:1px solid var(--border-gold);color:var(--gold-light)}.anvx-landing .val-feat .vi svg{width:19px;height:19px}.anvx-landing .val-feat b{color:var(--silver);font-weight:600;display:block;font-size:.98rem}.anvx-landing .val-feat span{color:var(--steel);font-size:.88rem}.anvx-landing .orb-stage{position:relative;display:grid;place-items:center;min-height:420px}.anvx-landing .orb{position:relative;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle at 38% 34%,var(--gold-light),var(--gold) 40%,var(--gold-dark) 75%,#5c4415);box-shadow:0 0 90px rgba(212,175,55,.45),inset 0 0 40px rgba(0,0,0,.35);display:grid;place-items:center;animation:anvx-breathe 5s var(--ease) infinite}.anvx-landing .orb-photo{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 18%;object-position:50% 18%;border:2px solid var(--gold-light);box-shadow:inset 0 0 0 1px rgba(13,21,28,.35)}@keyframes anvx-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.045)}}.anvx-landing .orb:after,.anvx-landing .orb:before{content:"";position:absolute;border-radius:50%;border:1px solid var(--border-gold)}.anvx-landing .orb:before{inset:-30px;animation:anvx-spin 14s linear infinite}.anvx-landing .orb:after{inset:-58px;border-style:dashed;opacity:.6;animation:anvx-spin 26s linear infinite reverse}@keyframes anvx-spin{to{transform:rotate(1turn)}}.anvx-landing .wave{display:flex;gap:5px;align-items:center;height:60px}.anvx-landing .wave span{width:5px;height:14px;border-radius:3px;background:var(--on-gold);opacity:.85;animation:anvx-eqb 1.1s ease-in-out infinite}.anvx-landing .wave span:nth-child(2){animation-delay:.15s}.anvx-landing .wave span:nth-child(3){animation-delay:.3s}.anvx-landing .wave span:nth-child(4){animation-delay:.45s}.anvx-landing .wave span:nth-child(5){animation-delay:.2s}.anvx-landing .wave span:nth-child(6){animation-delay:.35s}.anvx-landing .wave span:nth-child(7){animation-delay:.1s}@keyframes anvx-eqb{0%,to{height:12px}50%{height:46px}}.anvx-landing .val-chat{position:absolute;bottom:8px;right:-6px;width:260px;max-width:78vw;background:rgba(13,21,28,.9);border:1px solid var(--border-gold);border-radius:16px;padding:14px;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);box-shadow:0 20px 50px rgba(0,0,0,.5)}@media (max-width:520px){.anvx-landing .val-chat{position:relative;bottom:auto;right:auto;margin:26px auto 0}}.anvx-landing .vc-head{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--gold-light);font-weight:600;margin-bottom:12px}.anvx-landing .vc-head .d{width:8px;height:8px;border-radius:50%;background:#34d399;box-shadow:0 0 8px #34d399}.anvx-landing .bubble{font-size:12px;line-height:1.5;padding:9px 12px;border-radius:12px;margin-bottom:8px;max-width:88%}.anvx-landing .bubble.you{background:var(--surface-2);color:var(--silver);border:1px solid var(--border-steel);margin-left:auto;border-bottom-right-radius:3px}.anvx-landing .bubble.val{background:linear-gradient(135deg,rgba(212,175,55,.18),rgba(212,175,55,.06));border:1px solid var(--border-gold);color:var(--silver);border-bottom-left-radius:3px}.anvx-landing .bubble.val b{color:var(--gold-light)}.anvx-landing .vc-photo{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;color:var(--gold);border:1px dashed var(--border-gold);border-radius:8px;padding:5px 9px;margin-bottom:8px}.anvx-landing .vc-photo svg{width:13px;height:13px}.anvx-landing .duo{display:grid;grid-template-columns:1fr 1fr;gap:22px}@media (max-width:860px){.anvx-landing .duo{grid-template-columns:1fr}}.anvx-landing .panel{position:relative;border:1px solid var(--border-gold);border-radius:20px;padding:40px 34px;overflow:hidden;background:linear-gradient(160deg,rgba(24,34,44,.82),rgba(13,21,28,.84));backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);transition:transform .3s var(--ease),border-color .3s,box-shadow .3s}.anvx-landing .panel:hover{border-color:var(--gold);box-shadow:var(--glow)}.anvx-landing .panel .ptag{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.anvx-landing .panel h3{font-size:1.5rem;margin:14px 0 12px}.anvx-landing .panel p{color:var(--steel);margin-bottom:22px}.anvx-landing .panel .plink{display:inline-flex;align-items:center;gap:8px;color:var(--gold-light);font-weight:600;font-size:.95rem}.anvx-landing .panel .plink svg{width:16px;height:16px;transition:transform .25s}.anvx-landing .panel:hover .plink svg{transform:translateX(4px)}.anvx-landing .panel .mini{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.anvx-landing .panel .mini .m{font-size:11px;color:var(--steel);border:1px solid var(--border-steel);border-radius:8px;padding:5px 10px}.anvx-landing .panel .blob{position:absolute;bottom:-60px;right:-40px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(212,175,55,.16),transparent 70%);filter:blur(24px)}.anvx-landing .marquee{overflow:hidden;padding:34px 0;border-top:1px solid var(--border-steel);border-bottom:1px solid var(--border-steel);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.anvx-landing .marquee+.marquee{border-top:none}.anvx-landing .marquee-track{display:flex;align-items:center;gap:18px;width:-moz-max-content;width:max-content;animation:anvx-scroll 46s linear infinite}.anvx-landing .marquee.rev .marquee-track{animation-direction:reverse;animation-duration:52s}.anvx-landing .marquee:hover .marquee-track{animation-play-state:paused}@keyframes anvx-scroll{to{transform:translateX(-50%)}}.anvx-landing .marca-chip{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:108px;height:58px;padding:8px 12px;border-radius:12px;background:#f3efe6;border:1px solid rgba(212,175,55,.18);cursor:default;transition:transform .2s var(--ease),box-shadow .2s,border-color .2s}.anvx-landing .marca-chip img{width:auto;height:40px;max-width:84px;-o-object-fit:contain;object-fit:contain}.anvx-landing .marca-chip:hover{transform:translateY(-2px);border-color:var(--gold);box-shadow:var(--glow)}.anvx-landing .final{position:relative;overflow:hidden;text-align:center;background:transparent}.anvx-landing .final .box{max-width:800px;margin:0 auto}.anvx-landing .final h2{font-size:clamp(2.2rem,6vw,4rem);margin-bottom:20px}.anvx-landing .final p{color:var(--steel);font-size:1.1rem;margin-bottom:34px;max-width:520px;margin-left:auto;margin-right:auto}.anvx-landing .final .hero-cta{justify-content:center}.anvx-landing .final .ring{position:absolute;border:1px solid var(--border-gold);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.anvx-landing .final .ring.r1{width:520px;height:520px;opacity:.5}.anvx-landing .final .ring.r2{width:760px;height:760px;opacity:.3}.anvx-landing .final .ring.r3{width:1020px;height:1020px;opacity:.15}.anvx-landing footer{border-top:1px solid var(--border-steel);padding:64px 0 34px;background:#080d12;position:relative;z-index:2}.anvx-landing .foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}@media (max-width:860px){.anvx-landing .foot-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:520px){.anvx-landing .foot-grid{grid-template-columns:1fr}}.anvx-landing .foot-brand .brand{margin-bottom:16px}.anvx-landing .foot-brand p{color:var(--steel);font-size:.92rem;max-width:300px}.anvx-landing .foot-col h4{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:18px;font-family:var(--font-body),Inter,system-ui,sans-serif;font-weight:600}.anvx-landing .foot-col a{display:block;color:var(--steel);font-size:.92rem;margin-bottom:11px;transition:color .2s}.anvx-landing .foot-col a:hover{color:var(--gold-light)}.anvx-landing .foot-col .foot-logout{display:block;width:100%;text-align:left;background:none;border:0;padding:0;cursor:pointer;color:var(--steel);font-size:.92rem;margin-bottom:11px;transition:color .2s;font-family:inherit}.anvx-landing .foot-col .foot-logout:hover{color:#f87171}.anvx-landing .foot-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;border-top:1px solid var(--border-steel);padding-top:26px;color:var(--steel);font-size:.85rem}.anvx-landing .foot-bottom .gold-link{color:var(--gold-light)}.anvx-landing .foot-bottom .valvula-tag{color:var(--gold);font-weight:600;display:inline-flex;align-items:center;gap:6px}.anvx-landing .foot-bottom .valvula-tag svg{width:14px;height:14px}.anvx-landing .reveal{opacity:0;transform:translateY(30px) scale(.985);filter:blur(5px);transition:opacity .7s var(--ease),transform .7s var(--ease),filter .7s var(--ease);will-change:opacity,transform,filter}.anvx-landing .reveal.in{opacity:1;transform:none;filter:none}.anvx-landing .reveal.rv-l{transform:translateX(-40px)}.anvx-landing .reveal.rv-r{transform:translateX(40px)}.anvx-landing .reveal.rv-scale{transform:scale(.9)}.anvx-landing .reveal.rv-l.in,.anvx-landing .reveal.rv-r.in,.anvx-landing .reveal.rv-scale.in{transform:none}.anvx-landing .reveal.d1{transition-delay:.07s}.anvx-landing .reveal.d2{transition-delay:.14s}.anvx-landing .reveal.d3{transition-delay:.21s}.anvx-landing .reveal.d4{transition-delay:.28s}.anvx-landing .reveal.d5{transition-delay:.35s}.anvx-landing .reveal.d6{transition-delay:.42s}@media (prefers-reduced-motion:reduce){.anvx-landing,.anvx-landing *{animation:none!important;transition:none!important;scroll-behavior:auto!important}.anvx-landing .reveal{opacity:1;transform:none;filter:none}.anvx-landing .bg-canvas{display:none}.anvx-landing .marquee-track{transform:none}.anvx-landing{cursor:auto}.anvx-landing .cursor,.anvx-landing .cursor-dot{display:none}}