.Landing-module__lTnIja__nav{z-index:100;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:20px 60px;transition:background .4s,border-color .4s,padding .4s;display:flex;position:fixed;top:0;left:0;right:0}.Landing-module__lTnIja__navScrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-color:var(--border);background:#080f1eeb;padding:14px 60px}.Landing-module__lTnIja__logo{align-items:center;gap:12px;display:flex}.Landing-module__lTnIja__logoMark{background:var(--gold);width:36px;height:36px;color:var(--navy);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:18px;font-weight:700;display:flex}.Landing-module__lTnIja__logoText{color:var(--white);letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:18px;font-weight:600}.Landing-module__lTnIja__logoText span{color:var(--gold)}.Landing-module__lTnIja__navLinks{align-items:center;gap:32px;list-style:none;display:flex}.Landing-module__lTnIja__navLinks a{color:var(--slate-light);font-size:14px;font-weight:500;transition:color .2s}.Landing-module__lTnIja__navLinks a:hover{color:var(--white)}.Landing-module__lTnIja__navCta{background:var(--gold);border-radius:6px;padding:8px 20px;color:var(--navy)!important;font-weight:600!important;transition:background .2s!important}.Landing-module__lTnIja__navCta:hover{background:var(--gold-light)!important}.Landing-module__lTnIja__navLogin{color:var(--slate);font-size:13px;transition:color .2s}.Landing-module__lTnIja__navLogin:hover{color:var(--gold-light)}.Landing-module__lTnIja__hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:140px 40px 80px;display:flex;position:relative;overflow:hidden}.Landing-module__lTnIja__heroGrid{pointer-events:none;background-image:linear-gradient(#a8b8c80a 1px,#0000 1px),linear-gradient(90deg,#a8b8c80a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70%,#000,#0000);mask-image:radial-gradient(80% 70%,#000,#0000)}.Landing-module__lTnIja__heroOrb{pointer-events:none;background:radial-gradient(circle,#c8a45a12 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:6s ease-in-out infinite Landing-module__lTnIja__pulseOrb;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Landing-module__lTnIja__pulseOrb{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.15)}}.Landing-module__lTnIja__heroBadge{background:var(--gold-dim);border:1px solid var(--gold-border);color:var(--gold-light);letter-spacing:.06em;text-transform:uppercase;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 16px;font-size:12px;font-weight:500;animation:.8s .2s both Landing-module__lTnIja__fadeUp;display:inline-flex}.Landing-module__lTnIja__h1{letter-spacing:-.03em;color:var(--white);max-width:820px;margin-bottom:24px;font-family:Playfair Display,serif;font-size:clamp(42px,6vw,76px);font-weight:700;line-height:1.1;animation:.9s .4s both Landing-module__lTnIja__fadeUp}.Landing-module__lTnIja__h1 em{color:var(--gold);font-style:italic}.Landing-module__lTnIja__heroSub{color:var(--slate-light);max-width:500px;margin-bottom:44px;font-size:clamp(16px,2vw,20px);font-weight:300;line-height:1.7;animation:.9s .6s both Landing-module__lTnIja__fadeUp}.Landing-module__lTnIja__heroActions{align-items:center;gap:14px;animation:.9s .8s both Landing-module__lTnIja__fadeUp;display:flex}.Landing-module__lTnIja__heroStats{border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d1829b3;border-radius:12px;margin-top:72px;animation:.9s 1s both Landing-module__lTnIja__fadeUp;display:flex;overflow:hidden}.Landing-module__lTnIja__stat{text-align:center;border-right:1px solid var(--border);flex:1;padding:22px 40px}.Landing-module__lTnIja__stat:last-child{border-right:none}.Landing-module__lTnIja__statNum{color:var(--gold);margin-bottom:4px;font-family:Playfair Display,serif;font-size:30px;font-weight:700;line-height:1}.Landing-module__lTnIja__statLabel{color:var(--slate);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:500}@keyframes Landing-module__lTnIja__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.Landing-module__lTnIja__btnPrimary{background:var(--gold);color:var(--navy);cursor:pointer;letter-spacing:.01em;border:none;border-radius:8px;align-items:center;gap:6px;padding:14px 28px;font-size:15px;font-weight:600;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex}.Landing-module__lTnIja__btnPrimary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 28px #c8a45a40}.Landing-module__lTnIja__btnGhost{color:var(--slate-light);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:14px 24px;font-size:15px;font-weight:500;transition:border-color .2s,color .2s,transform .15s;display:inline-flex}.Landing-module__lTnIja__btnGhost:hover{border-color:var(--gold-border);color:var(--gold-light);transform:translateY(-2px)}.Landing-module__lTnIja__section{max-width:1200px;margin:0 auto;padding:100px 60px}.Landing-module__lTnIja__divider{background:var(--border);width:100%;height:1px}.Landing-module__lTnIja__textCenter{text-align:center}.Landing-module__lTnIja__sectionLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);align-items:center;gap:12px;margin-bottom:16px;font-family:DM Mono,monospace;font-size:11px;display:flex}.Landing-module__lTnIja__sectionLabel:before{content:"";background:var(--gold);width:24px;height:1px;display:inline-block}.Landing-module__lTnIja__h2{color:var(--white);letter-spacing:-.03em;margin-bottom:16px;font-family:Playfair Display,serif;font-size:clamp(30px,4vw,50px);font-weight:700;line-height:1.15}.Landing-module__lTnIja__h2 em{color:var(--gold);font-style:italic}.Landing-module__lTnIja__sectionSub{color:var(--slate-light);max-width:500px;margin-bottom:52px;font-size:17px;font-weight:300;line-height:1.7}.Landing-module__lTnIja__problemGrid{background:var(--border);border:1px solid var(--border);border-radius:16px;grid-template-columns:1fr 1fr;gap:2px;margin-top:40px;display:grid;overflow:hidden}.Landing-module__lTnIja__problemCard{background:var(--navy-2);padding:36px;transition:background .3s}.Landing-module__lTnIja__problemCard:hover{background:var(--navy-3)}.Landing-module__lTnIja__problemIcon{margin-bottom:14px;font-size:28px}.Landing-module__lTnIja__problemTitle{color:var(--white);margin-bottom:10px;font-family:Playfair Display,serif;font-size:19px;font-weight:600}.Landing-module__lTnIja__problemText{color:var(--slate);font-size:14px;line-height:1.7}.Landing-module__lTnIja__steps{grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.Landing-module__lTnIja__steps:before{content:"";background:linear-gradient(90deg, transparent, var(--gold-border), var(--gold-border), transparent);height:1px;position:absolute;top:32px;left:10%;right:10%}.Landing-module__lTnIja__step{text-align:center;padding:0 20px}.Landing-module__lTnIja__stepNum{background:var(--navy-3);border:1px solid var(--gold-border);width:64px;height:64px;color:var(--gold);z-index:1;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-family:Playfair Display,serif;font-size:22px;font-weight:700;transition:background .3s,box-shadow .3s;display:flex;position:relative}.Landing-module__lTnIja__step:hover .Landing-module__lTnIja__stepNum{background:var(--gold-dim);box-shadow:0 0 24px #c8a45a33}.Landing-module__lTnIja__stepTitle{color:var(--white);margin-bottom:8px;font-size:15px;font-weight:600}.Landing-module__lTnIja__stepText{color:var(--slate);font-size:13px;line-height:1.6}.Landing-module__lTnIja__featuresGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Landing-module__lTnIja__featureCard{background:var(--card);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;padding:30px;transition:border-color .3s,transform .3s}.Landing-module__lTnIja__featureCard:hover{border-color:var(--gold-border);transform:translateY(-3px)}.Landing-module__lTnIja__featureFeatured{background:linear-gradient(135deg, var(--navy-3) 0%, var(--navy-2) 100%);border-color:var(--gold-border);grid-column:1/-1;grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}.Landing-module__lTnIja__featureIcon{margin-bottom:14px;font-size:30px}.Landing-module__lTnIja__featureTitle{color:var(--white);margin-bottom:10px;font-family:Playfair Display,serif;font-size:19px;font-weight:600}.Landing-module__lTnIja__featureText{color:var(--slate);font-size:14px;line-height:1.7}.Landing-module__lTnIja__codeTag{background:var(--gold-dim);border:1px solid var(--gold-border);color:var(--gold-light);border-radius:4px;padding:4px 12px;font-family:DM Mono,monospace;font-size:12px}.Landing-module__lTnIja__terminal{background:#050c18;border:1px solid #c8a45a33;border-radius:10px;font-family:DM Mono,monospace;font-size:13px;overflow:hidden}.Landing-module__lTnIja__terminalBar{background:#0a1425;border-bottom:1px solid #ffffff0d;align-items:center;gap:8px;padding:10px 16px;display:flex}.Landing-module__lTnIja__dot{border-radius:50%;width:10px;height:10px;display:inline-block}.Landing-module__lTnIja__terminalFile{color:#3d5a7a;margin-left:8px;font-size:11px}.Landing-module__lTnIja__terminalBody{padding:18px;line-height:1.9}.Landing-module__lTnIja__tComment{color:#3d5a7a}.Landing-module__lTnIja__tKey{color:#c8a45a}.Landing-module__lTnIja__tVal{color:#7ec8a0}.Landing-module__lTnIja__tLabel{color:#7aa3c8}.Landing-module__lTnIja__tScore{color:#c8a45a;font-size:15px;font-weight:500}.Landing-module__lTnIja__tTagGreen{color:#7ec8a0;background:#7ec8a026;border-radius:4px;padding:1px 8px;font-size:11px;display:inline-block}.Landing-module__lTnIja__tTagGold{color:#c8a45a;background:#c8a45a26;border-radius:4px;padding:1px 8px;font-size:11px;display:inline-block}.Landing-module__lTnIja__canadaSection{background:var(--navy-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:80px 60px}.Landing-module__lTnIja__canadaInner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1200px;margin:0 auto;display:grid}.Landing-module__lTnIja__canadaList{flex-direction:column;gap:14px;margin-top:28px;list-style:none;display:flex}.Landing-module__lTnIja__canadaList li{color:var(--text);align-items:flex-start;gap:12px;font-size:15px;line-height:1.5;display:flex}.Landing-module__lTnIja__canadaList li:before{content:"✦";color:var(--gold);flex-shrink:0;margin-top:5px;font-size:10px}.Landing-module__lTnIja__canadaTags{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.Landing-module__lTnIja__canadaTag{background:var(--gold-dim);border:1px solid var(--gold-border);color:var(--gold-light);border-radius:6px;padding:8px 16px;font-family:DM Mono,monospace;font-size:13px;font-weight:500}.Landing-module__lTnIja__testimonialsGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.Landing-module__lTnIja__testimonial{background:var(--card);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;padding:26px;transition:border-color .3s}.Landing-module__lTnIja__testimonial:hover{border-color:var(--gold-border)}.Landing-module__lTnIja__stars{color:var(--gold);letter-spacing:2px;margin-bottom:14px;font-size:13px}.Landing-module__lTnIja__testimonialQuote{color:var(--text);margin-bottom:20px;font-size:14px;font-style:italic;line-height:1.8}.Landing-module__lTnIja__testimonialAuthor{align-items:center;gap:12px;display:flex}.Landing-module__lTnIja__authorAvatar{background:var(--navy-3);border:1px solid var(--gold-border);width:40px;height:40px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:14px;font-weight:700;display:flex}.Landing-module__lTnIja__authorName{color:var(--white);font-size:14px;font-weight:600}.Landing-module__lTnIja__authorTitle{color:var(--slate);font-size:12px}.Landing-module__lTnIja__pricingGrid{grid-template-columns:repeat(3,1fr);align-items:start;gap:16px;display:grid}.Landing-module__lTnIja__priceCard{background:var(--card);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;padding:34px;transition:transform .3s;position:relative}.Landing-module__lTnIja__priceCard:hover{transform:translateY(-4px)}.Landing-module__lTnIja__priceCardFeatured{border-color:var(--gold-border);background:linear-gradient(160deg, var(--navy-3) 0%, var(--navy-2) 100%)}.Landing-module__lTnIja__priceBadge{background:var(--gold);color:var(--navy);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:100px;padding:4px 14px;font-size:11px;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Landing-module__lTnIja__pricePlan{letter-spacing:.1em;text-transform:uppercase;color:var(--slate);margin-bottom:12px;font-family:DM Mono,monospace;font-size:11px;font-weight:600}.Landing-module__lTnIja__priceAmount{color:var(--white);margin-bottom:4px;font-family:Playfair Display,serif;font-size:48px;font-weight:700;line-height:1}.Landing-module__lTnIja__priceAmount sup{vertical-align:super;font-size:22px}.Landing-module__lTnIja__pricePeriod{color:var(--slate);margin-bottom:22px;font-size:13px}.Landing-module__lTnIja__priceFeatures{border-bottom:1px solid var(--border);flex-direction:column;gap:10px;margin-bottom:26px;padding-bottom:26px;list-style:none;display:flex}.Landing-module__lTnIja__priceFeatures li{color:var(--text);align-items:center;gap:10px;font-size:14px;display:flex}.Landing-module__lTnIja__priceFeatures li:before{content:"✓";color:var(--gold);flex-shrink:0;font-size:12px}.Landing-module__lTnIja__priceMissing{color:var(--slate)!important}.Landing-module__lTnIja__priceMissing:before{content:"—"!important;color:var(--slate)!important}.Landing-module__lTnIja__ctaForm{gap:12px;max-width:460px;margin:0 auto;display:flex}.Landing-module__lTnIja__ctaInput{background:var(--navy-3);border:1px solid var(--border);color:var(--white);border-radius:8px;outline:none;flex:1;padding:14px 18px;font-size:15px;transition:border-color .2s}.Landing-module__lTnIja__ctaInput::placeholder{color:var(--slate)}.Landing-module__lTnIja__ctaInput:focus{border-color:var(--gold-border)}.Landing-module__lTnIja__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:36px 60px;display:flex}.Landing-module__lTnIja__footerLeft{align-items:center;gap:16px;display:flex}.Landing-module__lTnIja__footerLinks{gap:28px;list-style:none;display:flex}.Landing-module__lTnIja__footerLinks a{color:var(--slate);font-size:13px;transition:color .2s}.Landing-module__lTnIja__footerLinks a:hover{color:var(--gold-light)}.Landing-module__lTnIja__reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(28px)}.Landing-module__lTnIja__visible{opacity:1;transform:none}.Landing-module__lTnIja__revealDelay1{transition-delay:.1s}.Landing-module__lTnIja__revealDelay2{transition-delay:.2s}.Landing-module__lTnIja__revealDelay3{transition-delay:.3s}@media (max-width:900px){.Landing-module__lTnIja__nav,.Landing-module__lTnIja__navScrolled{padding:16px 24px}.Landing-module__lTnIja__navLinks{display:none}.Landing-module__lTnIja__section,.Landing-module__lTnIja__canadaSection{padding:60px 24px}.Landing-module__lTnIja__canadaInner{grid-template-columns:1fr;gap:40px}.Landing-module__lTnIja__problemGrid{grid-template-columns:1fr}.Landing-module__lTnIja__steps{grid-template-columns:1fr 1fr;gap:32px}.Landing-module__lTnIja__steps:before{display:none}.Landing-module__lTnIja__featuresGrid{grid-template-columns:1fr}.Landing-module__lTnIja__featureFeatured{grid-column:1;grid-template-columns:1fr}.Landing-module__lTnIja__testimonialsGrid,.Landing-module__lTnIja__pricingGrid{grid-template-columns:1fr}.Landing-module__lTnIja__heroStats{flex-direction:column}.Landing-module__lTnIja__stat{border-right:none;border-bottom:1px solid var(--border)}.Landing-module__lTnIja__ctaForm{flex-direction:column}.Landing-module__lTnIja__footer{text-align:center;flex-direction:column;gap:20px}}
