.Navbar-module__dVeNwG__nav{z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#1a060fd9;position:fixed;top:0;left:0;right:0}.Navbar-module__dVeNwG__inner{justify-content:space-between;align-items:center;height:64px;display:flex}.Navbar-module__dVeNwG__logo{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);font-size:1.3rem;font-weight:700}.Navbar-module__dVeNwG__logoAccent{color:var(--amber)}.Navbar-module__dVeNwG__links{gap:32px;display:flex}.Navbar-module__dVeNwG__link{color:var(--text-secondary);letter-spacing:.01em;font-size:.875rem;font-weight:400;transition:color .15s}.Navbar-module__dVeNwG__link:hover{color:var(--text-primary)}.Navbar-module__dVeNwG__ctaBtn{font-family:var(--font-body);color:#0f0f0d;background:var(--amber);border-radius:var(--radius-md);letter-spacing:.01em;padding:8px 20px;font-size:.85rem;font-weight:500;transition:background .2s}.Navbar-module__dVeNwG__ctaBtn:hover{background:var(--amber-lt)}@media (max-width:640px){.Navbar-module__dVeNwG__links{display:none}}
.Hero-module__PgAKtG__hero{background:radial-gradient(ellipse 70% 60% at 70% 50%, #f43f5e14 0%, transparent 70%), var(--bg);align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__grain{z-index:0;pointer-events:none;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__PgAKtG__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid;position:relative}.Hero-module__PgAKtG__left{flex-direction:column;gap:28px;animation:.8s both Hero-module__PgAKtG__fadeUp;display:flex}.Hero-module__PgAKtG__eyebrow{align-self:flex-start}.Hero-module__PgAKtG__headline{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);font-size:clamp(2.4rem,4vw,3.6rem);font-weight:700;line-height:1.1}.Hero-module__PgAKtG__accent{color:var(--amber-lt);font-style:italic}.Hero-module__PgAKtG__subheadline{color:var(--text-secondary);max-width:480px;font-size:1.05rem;font-weight:300;line-height:1.75;animation:.8s .1s both Hero-module__PgAKtG__fadeUp}.Hero-module__PgAKtG__ctaRow{flex-wrap:wrap;gap:14px;animation:.8s .2s both Hero-module__PgAKtG__fadeUp;display:flex}.Hero-module__PgAKtG__ctaPrimary{background:var(--amber);color:#0f0f0d;font-family:var(--font-body);border-radius:var(--radius-md);cursor:pointer;letter-spacing:.01em;border:none;padding:14px 28px;font-size:.95rem;font-weight:500;transition:background .2s,transform .15s}.Hero-module__PgAKtG__ctaPrimary:hover{background:var(--amber-lt);transform:translateY(-1px)}.Hero-module__PgAKtG__ctaSecondary{color:var(--text-primary);font-family:var(--font-body);border-radius:var(--radius-md);border:1px solid var(--border);cursor:pointer;background:0 0;padding:14px 28px;font-size:.95rem;font-weight:400;transition:border-color .2s,transform .15s}.Hero-module__PgAKtG__ctaSecondary:hover{border-color:#fff3;transform:translateY(-1px)}.Hero-module__PgAKtG__trustLine{color:var(--text-muted);letter-spacing:.02em;font-size:.8rem;animation:.8s .3s both Hero-module__PgAKtG__fadeUp}.Hero-module__PgAKtG__right{justify-content:center;animation:.9s .15s both Hero-module__PgAKtG__fadeUp;display:flex}.Hero-module__PgAKtG__scanCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow-card), var(--shadow-glow);overflow:hidden}.Hero-module__PgAKtG__scanCardHeader{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:16px 20px;display:flex}.Hero-module__PgAKtG__liveIndicator{background:var(--amber);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Hero-module__PgAKtG__pulse}.Hero-module__PgAKtG__liveLabel{letter-spacing:.14em;color:var(--text-secondary);font-size:11px;font-weight:500}.Hero-module__PgAKtG__scanImageWrap{aspect-ratio:3/4;background:var(--bg-card-alt);position:relative;overflow:hidden}.Hero-module__PgAKtG__scanImage{object-fit:cover;width:100%;height:100%;display:block}.Hero-module__PgAKtG__scanLine{background:linear-gradient(90deg,#0000,#f43f5ecc,#0000);height:2px;animation:3s linear infinite Hero-module__PgAKtG__scanLine;position:absolute;left:0;right:0;box-shadow:0 0 20px #f43f5e99}.Hero-module__PgAKtG__label{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.03em;background:#0f0f0dd9;padding:5px 10px;font-size:11px;font-weight:500;animation:1s both Hero-module__PgAKtG__fadeIn;position:absolute}.Hero-module__PgAKtG__labelTopLeft{opacity:0;animation-delay:1.2s;animation-fill-mode:forwards;top:22%;left:8%}.Hero-module__PgAKtG__labelRight{opacity:0;animation-delay:1.8s;animation-fill-mode:forwards;top:42%;right:5%}.Hero-module__PgAKtG__labelBottom{opacity:0;animation-delay:2.4s;animation-fill-mode:forwards;bottom:18%;left:50%;transform:translate(-50%)}@media (max-width:900px){.Hero-module__PgAKtG__inner{grid-template-columns:1fr;gap:60px}.Hero-module__PgAKtG__right{order:-1}.Hero-module__PgAKtG__scanCard{max-width:340px}.Hero-module__PgAKtG__hero{padding:100px 0 60px}}
.HowItWorks-module__oom_6W__section{border-top:1px solid var(--border);background:radial-gradient(ellipse 80% 50% at 20% 80%, #f43f5e0f 0%, transparent 60%), var(--bg);padding:140px 0;position:relative}.HowItWorks-module__oom_6W__wrap{flex-direction:column;gap:80px;display:flex}.HowItWorks-module__oom_6W__header{flex-direction:column;gap:20px;max-width:600px;display:flex}.HowItWorks-module__oom_6W__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.1}.HowItWorks-module__oom_6W__accent{color:var(--amber-lt);font-style:italic}.HowItWorks-module__oom_6W__subtitle{color:var(--text-secondary);max-width:480px;font-size:1rem;font-weight:300;line-height:1.7}.HowItWorks-module__oom_6W__steps{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.HowItWorks-module__oom_6W__step{flex-direction:column;gap:24px;display:flex}.HowItWorks-module__oom_6W__stepImageWrap{aspect-ratio:4/3;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.HowItWorks-module__oom_6W__stepImage{object-fit:cover;width:100%;height:100%}.HowItWorks-module__oom_6W__stepNumBig{font-family:var(--font-display);color:#f43f5e14;letter-spacing:-.04em;-webkit-user-select:none;user-select:none;font-size:5rem;font-weight:900;position:absolute}.HowItWorks-module__oom_6W__connector{display:none}.HowItWorks-module__oom_6W__stepText{flex-direction:column;gap:8px;display:flex}.HowItWorks-module__oom_6W__stepNum{letter-spacing:.12em;color:var(--amber);font-size:11px;font-weight:500}.HowItWorks-module__oom_6W__stepTitle{font-family:var(--font-serif);color:var(--text-primary);font-size:1.3rem;font-weight:400;line-height:1.3}.HowItWorks-module__oom_6W__stepBody{color:var(--text-secondary);font-size:.9rem;font-weight:300;line-height:1.7}.HowItWorks-module__oom_6W__quote{align-items:flex-start;gap:20px;max-width:640px;margin:0 auto;padding:40px 0;display:flex}.HowItWorks-module__oom_6W__quoteBar{background:var(--amber);border-radius:2px;flex-shrink:0;width:3px;min-height:60px}.HowItWorks-module__oom_6W__quoteText{font-family:var(--font-display);color:var(--text-primary);font-size:clamp(1.2rem,2vw,1.6rem);font-style:normal;font-weight:700;line-height:1.4}.HowItWorks-module__oom_6W__quoteText em{color:var(--amber-lt);font-style:italic}.HowItWorks-module__oom_6W__beforeAfter{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);grid-template-columns:1fr auto 1fr;align-items:stretch;gap:0;min-height:360px;display:grid;overflow:hidden}.HowItWorks-module__oom_6W__baPane{background:var(--bg-card-alt);justify-content:center;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.HowItWorks-module__oom_6W__baPlaceholder{background:var(--bg-card-alt)}.HowItWorks-module__oom_6W__baPaneImage{object-fit:cover;width:100%;height:100%;display:block}.HowItWorks-module__oom_6W__baPaneLabel{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;background:#0f0f0dcc;padding:5px 12px;font-size:11px;font-weight:500;position:absolute;top:16px;left:16px}.HowItWorks-module__oom_6W__baPaneLabelAfter{color:var(--amber);border-color:var(--border-glow)}.HowItWorks-module__oom_6W__baDivider{background:var(--bg-card);border-left:1px solid var(--border);border-right:1px solid var(--border);z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:0 20px;display:flex}.HowItWorks-module__oom_6W__baDividerLine{background:var(--border);flex:1;width:1px;max-height:80px}.HowItWorks-module__oom_6W__baDividerBadge{letter-spacing:.12em;text-transform:uppercase;color:var(--amber);background:var(--amber-dim);border:1px solid var(--border-glow);white-space:nowrap;border-radius:999px;padding:6px 14px;font-size:10px;font-weight:500}@media (max-width:900px){.HowItWorks-module__oom_6W__steps{grid-template-columns:1fr;max-width:480px}.HowItWorks-module__oom_6W__beforeAfter{grid-template-rows:1fr auto 1fr;grid-template-columns:1fr}.HowItWorks-module__oom_6W__baDivider{border-left:none;border-right:none;border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:row;padding:16px 20px}.HowItWorks-module__oom_6W__baDividerLine{width:auto;max-width:80px;height:1px;max-height:none;min-height:unset;flex:1}.HowItWorks-module__oom_6W__section{padding:80px 0}}
.Pricing-module__Do-gqG__section{border-top:1px solid var(--border);background:radial-gradient(ellipse 60% 50% at 80% 20%, #f43f5e14 0%, transparent 60%), var(--bg);padding:140px 0}.Pricing-module__Do-gqG__wrap{flex-direction:column;gap:60px;display:flex}.Pricing-module__Do-gqG__header{flex-direction:column;gap:20px;max-width:560px;display:flex}.Pricing-module__Do-gqG__title{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.1}.Pricing-module__Do-gqG__accent{color:var(--amber-lt);font-style:italic}.Pricing-module__Do-gqG__subtitle{color:var(--text-secondary);font-size:1rem;font-weight:300;line-height:1.7}.Pricing-module__Do-gqG__cards{grid-template-columns:1fr 1fr;gap:24px;max-width:860px;display:grid}.Pricing-module__Do-gqG__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:32px;padding:40px 36px;transition:border-color .2s;display:flex;position:relative}.Pricing-module__Do-gqG__card:hover{border-color:#ffffff1f}.Pricing-module__Do-gqG__cardPro{background:var(--bg-card-alt);border-color:var(--border-glow);box-shadow:0 0 60px #c47f410f,inset 0 1px #c47f411f}.Pricing-module__Do-gqG__cardPro:hover{border-color:#c47f4180}.Pricing-module__Do-gqG__proBadge{background:var(--amber);color:#0f0d0f;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:4px 14px;font-size:11px;font-weight:600;position:absolute;top:-13px;left:36px}.Pricing-module__Do-gqG__cardTop{flex-direction:column;gap:10px;display:flex}.Pricing-module__Do-gqG__tier{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:500}.Pricing-module__Do-gqG__tierPro{color:var(--amber)}.Pricing-module__Do-gqG__priceRow{align-items:baseline;gap:8px;display:flex}.Pricing-module__Do-gqG__price{font-family:var(--font-display);color:var(--text-primary);font-size:3rem;font-weight:700;line-height:1}.Pricing-module__Do-gqG__pricePro{color:var(--amber-lt)}.Pricing-module__Do-gqG__pricePer{color:var(--text-muted);font-size:.9rem;font-weight:300}.Pricing-module__Do-gqG__tierDesc{color:var(--text-secondary);font-size:.88rem;font-weight:300;line-height:1.6}.Pricing-module__Do-gqG__featureList{flex-direction:column;flex:1;gap:14px;list-style:none;display:flex}.Pricing-module__Do-gqG__featureItem{color:var(--text-secondary);align-items:center;gap:12px;font-size:.9rem;font-weight:300;display:flex}.Pricing-module__Do-gqG__featureItem svg{flex-shrink:0}.Pricing-module__Do-gqG__featureItemPro{color:var(--text-primary)}.Pricing-module__Do-gqG__ctaFree{width:100%;color:var(--text-primary);font-family:var(--font-body);border-radius:var(--radius-md);border:1px solid var(--border);cursor:pointer;text-align:center;background:0 0;padding:14px 20px;font-size:.95rem;font-weight:500;transition:border-color .2s,transform .15s}.Pricing-module__Do-gqG__ctaFree:hover{border-color:#fff3;transform:translateY(-1px)}.Pricing-module__Do-gqG__ctaPro{background:var(--amber);color:#0f0f0d;width:100%;font-family:var(--font-body);border-radius:var(--radius-md);cursor:pointer;text-align:center;border:none;padding:14px 20px;font-size:.95rem;font-weight:600;transition:background .2s,transform .15s}.Pricing-module__Do-gqG__ctaPro:hover{background:var(--amber-lt);transform:translateY(-1px)}.Pricing-module__Do-gqG__cardNote{color:var(--text-muted);text-align:center;letter-spacing:.03em;font-size:.78rem}.Pricing-module__Do-gqG__footnote{color:var(--text-muted);border-top:1px solid var(--border);max-width:600px;padding-top:32px;font-size:.85rem;font-weight:300;line-height:1.7}@media (max-width:760px){.Pricing-module__Do-gqG__cards{grid-template-columns:1fr;max-width:440px}.Pricing-module__Do-gqG__section{padding:80px 0}}
.Footer-module__rnk_JG__footer{border-top:1px solid var(--border);background:var(--bg);padding:40px 0}.Footer-module__rnk_JG__inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.Footer-module__rnk_JG__left{flex-direction:column;gap:6px;display:flex}.Footer-module__rnk_JG__logo{font-family:var(--font-display);color:var(--text-primary);font-size:1.1rem;font-weight:700}.Footer-module__rnk_JG__logoAccent{color:var(--amber)}.Footer-module__rnk_JG__tagline{color:var(--text-muted);font-size:.8rem;font-weight:300}.Footer-module__rnk_JG__right{max-width:440px}.Footer-module__rnk_JG__legal{color:var(--text-muted);font-size:.75rem;font-weight:300;line-height:1.6}
