@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap";.vm,.vm *,.vm *:before,.vm *:after{box-sizing:border-box;margin:0;padding:0}.vm{--navy: #1B2B4B;--navy-deep: #111d33;--gold: #C9A84C;--gold-light: #e8d08a;--cream: #FAF7F2;--cream-dark: #F0EBE1;--text: #1a1a1a;--text-mid: #4a4a4a;--text-light: #888;--border: rgba(27,43,75,.12);--radius: 2px;--transition: .35s cubic-bezier(.25,.1,.25,1);font-family:DM Sans,sans-serif;background:var(--cream);color:var(--text);font-size:15px;line-height:1.6;overflow-x:hidden;scroll-behavior:smooth}.vm .serif{font-family:Cormorant Garamond,serif}.vm nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#faf7f2eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 3rem}.vm .nav-logo{display:inline-flex;align-items:center;height:28px;text-decoration:none}.vm .nav-logo img{height:28px;width:auto;display:block}.vm .nav-links{display:flex;gap:2rem}.vm .nav-links a{font-size:12px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--text-mid);text-decoration:none;transition:color var(--transition)}.vm .nav-links a:hover{color:var(--navy)}.vm .nav-cta{font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--navy);border:1px solid var(--navy);padding:8px 20px;text-decoration:none;transition:all var(--transition)}.vm .nav-cta:hover{background:var(--navy);color:var(--cream)}.vm section{position:relative}.vm .hero{min-height:100vh;background:var(--navy-deep);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 6rem;position:relative;overflow:hidden}.vm .hero-texture{position:absolute;inset:0;background-image:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(201,168,76,.08) 0%,transparent 70%),radial-gradient(ellipse 60% 40% at 80% 100%,rgba(201,168,76,.05) 0%,transparent 60%)}.vm .hero-lines{position:absolute;inset:0;overflow:hidden}.vm .hero-lines:before{content:"";position:absolute;top:-50%;left:20%;width:1px;height:200%;background:linear-gradient(to bottom,transparent,rgba(201,168,76,.15),transparent);transform:rotate(15deg)}.vm .hero-lines:after{content:"";position:absolute;top:-50%;right:25%;width:1px;height:200%;background:linear-gradient(to bottom,transparent,rgba(201,168,76,.1),transparent);transform:rotate(-10deg)}.vm .hero-eyebrow{font-size:11px;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem;position:relative;display:flex;align-items:center;gap:14px}.vm .hero-eyebrow:before,.vm .hero-eyebrow:after{content:"";width:40px;height:1px;background:var(--gold);opacity:.5}.vm .hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,7vw,6rem);font-weight:300;color:#fff;line-height:1.05;letter-spacing:-.01em;margin-bottom:1rem;position:relative}.vm .hero-title em{font-style:italic;color:var(--gold-light)}.vm .hero-sub{font-size:clamp(1rem,2vw,1.25rem);font-weight:300;color:#ffffff8c;max-width:560px;margin:0 auto 3rem;line-height:1.7;position:relative}.vm .hero-actions{display:flex;gap:1rem;justify-content:center;position:relative}.vm .btn-primary{font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;background:var(--gold);color:var(--navy-deep);padding:14px 32px;transition:all var(--transition);display:inline-block;cursor:pointer;border:none}.vm .btn-primary:hover{background:var(--gold-light)}.vm .btn-ghost{font-family:DM Sans,sans-serif;font-size:12px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border:1px solid rgba(255,255,255,.25);color:#ffffffb3;padding:14px 32px;transition:all var(--transition);display:inline-block}.vm .btn-ghost:hover{border-color:#fff9;color:#fff}.vm .hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:#ffffff4d;font-size:10px;letter-spacing:.15em;text-transform:uppercase}.vm .hero-scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(201,168,76,.6),transparent);animation:vmScrollPulse 2s ease-in-out infinite}@keyframes vmScrollPulse{0%,to{opacity:.4}50%{opacity:1}}.vm .problem{padding:8rem 2rem;max-width:1100px;margin:0 auto}.vm .section-eyebrow{font-size:11px;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;display:flex;align-items:center;gap:12px}.vm .section-eyebrow:before{content:"";width:32px;height:1px;background:var(--gold)}.vm .section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:300;line-height:1.15;color:var(--navy);margin-bottom:1rem}.vm .section-title em{font-style:italic;color:var(--gold)}.vm .problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:4rem;align-items:start}.vm .problem-list{display:flex;flex-direction:column;gap:0}.vm .problem-item{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem 0;border-bottom:1px solid var(--border);cursor:default}.vm .problem-item:last-child{border-bottom:none}.vm .problem-num{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;color:#c8bfaf;line-height:1;min-width:40px;margin-top:-4px;transition:color var(--transition)}.vm .problem-item:hover .problem-num{color:var(--gold)}.vm .problem-text{font-size:15px;color:var(--text-mid);line-height:1.6}.vm .problem-text strong{color:var(--text);font-weight:500}.vm .problem-right{position:sticky;top:100px}.vm .problem-quote-card{background:var(--navy);padding:3rem;position:relative;overflow:hidden}.vm .problem-quote-card:before{content:'"';font-family:Cormorant Garamond,serif;font-size:12rem;font-weight:300;color:#c9a84c1a;position:absolute;top:-2rem;left:1rem;line-height:1}.vm .problem-quote{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:300;font-style:italic;color:#fff;line-height:1.5;position:relative;margin-bottom:1.5rem}.vm .problem-quote-attr{font-size:12px;color:var(--gold);letter-spacing:.08em;text-transform:uppercase}.vm .cost-block{margin-top:2rem;padding:2rem;border:1px solid var(--border);background:var(--cream-dark)}.vm .cost-title{font-family:Cormorant Garamond,serif;font-size:1.4rem;color:var(--navy);margin-bottom:1rem}.vm .cost-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border);font-size:13px}.vm .cost-item:last-child{border-bottom:none}.vm .cost-label{color:var(--text-mid)}.vm .cost-val{font-weight:500;color:var(--text)}.vm .solution{background:var(--navy-deep);padding:8rem 2rem;text-align:center}.vm .solution-inner{max-width:800px;margin:0 auto}.vm .solution .section-eyebrow{justify-content:center}.vm .solution .section-eyebrow:before{display:none}.vm .solution .section-title{color:#fff}.vm .solution-body{font-size:1.1rem;color:#ffffff8c;line-height:1.8;margin:2rem 0 3rem}.vm .solution-body strong{color:#ffffffd9;font-weight:400}.vm .solution-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff14;margin-top:4rem;text-align:left}.vm .pillar{background:var(--navy-deep);padding:2rem 1.75rem;transition:background var(--transition)}.vm .pillar:hover{background:#1b2b4bcc}.vm .pillar-icon{width:36px;height:36px;margin-bottom:1.25rem;border:1px solid rgba(201,168,76,.35);display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--gold)}.vm .pillar-title{font-family:Cormorant Garamond,serif;font-size:1.15rem;color:#fff;margin-bottom:.5rem}.vm .pillar-desc{font-size:12px;color:#ffffff73;line-height:1.7}.vm .domains{padding:8rem 2rem;max-width:1100px;margin:0 auto}.vm .domains-intro{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:5rem;align-items:center}.vm .domains-intro-text{font-size:1rem;color:var(--text-mid);line-height:1.8}.vm .domain-list{display:flex;flex-direction:column;gap:0}.vm .domain-item{display:grid;grid-template-columns:60px 1fr;gap:1.5rem;padding:2rem 0;border-bottom:1px solid var(--border);cursor:pointer;transition:var(--transition)}.vm .domain-item:last-child{border-bottom:none}.vm .domain-item:hover{padding-left:8px}.vm .domain-num{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:#c8bfaf;line-height:1;margin-top:-6px;transition:color var(--transition)}.vm .domain-item:hover .domain-num{color:var(--gold)}.vm .domain-title{font-family:Cormorant Garamond,serif;font-size:1.35rem;color:var(--navy);margin-bottom:.4rem}.vm .domain-desc{font-size:13px;color:var(--text-mid);line-height:1.7}.vm .domain-tag{display:inline-block;margin-top:8px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:3px 10px;border:1px solid var(--border);color:var(--text-light)}.vm .domain-tag.t1{border-color:#93c5fd33;color:#3b82f6;background:#eff6ff}.vm .domain-tag.t2{border-color:#86efac33;color:#16a34a;background:#f0fdf4}.vm .domain-tag.t1t2{border-color:#c4b5fd33;color:#7c3aed;background:#f5f3ff}.vm .domain-tag.t3{border-color:#fcd34d33;color:#b45309;background:#fffbeb}.vm .tiers{background:var(--cream-dark);padding:8rem 2rem}.vm .tiers-inner{max-width:1200px;margin:0 auto}.vm .tiers-header{text-align:center;margin-bottom:5rem}.vm .tiers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--border)}.vm .tier-card{background:#fff;padding:3rem 2.5rem;border-right:1px solid var(--border);position:relative;transition:transform var(--transition),box-shadow var(--transition)}.vm .tier-card:last-child{border-right:none}.vm .tier-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #1b2b4b1f;z-index:1}.vm .tier-card.featured{background:var(--navy);transform:translateY(-8px);box-shadow:0 20px 60px #1b2b4b33;z-index:2}.vm .tier-card.featured:hover{transform:translateY(-12px)}.vm .tier-badge{display:inline-block;margin-bottom:1.5rem;font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;padding:4px 12px;border:1px solid var(--border);color:var(--text-light)}.vm .tier-card.featured .tier-badge{border-color:#c9a84c66;color:var(--gold)}.vm .tier-name{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;color:var(--navy);margin-bottom:.25rem;line-height:1.1}.vm .tier-card.featured .tier-name{color:#fff}.vm .tier-name-sub{font-size:12px;color:var(--text-light);margin-bottom:1.5rem;letter-spacing:.04em}.vm .tier-card.featured .tier-name-sub{color:#fff6}.vm .tier-price{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.vm .tier-card.featured .tier-price{border-color:#ffffff1f}.vm .tier-price-amount{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:300;color:var(--navy);line-height:1}.vm .tier-card.featured .tier-price-amount{color:var(--gold)}.vm .tier-price-period{font-size:12px;color:var(--text-light);margin-top:4px}.vm .tier-card.featured .tier-price-period{color:#fff6}.vm .tier-setup{font-size:12px;color:var(--text-light);margin-top:6px}.vm .tier-card.featured .tier-setup{color:#ffffff59}.vm .tier-target{font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}.vm .tier-card.featured .tier-target{color:var(--gold-light)}.vm .tier-domain-title{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);margin-bottom:1rem}.vm .tier-card.featured .tier-domain-title{color:#ffffff59}.vm .tier-domains{display:flex;flex-direction:column;gap:0;margin-bottom:2rem}.vm .tier-domain-item{display:flex;gap:10px;align-items:flex-start;padding:10px 0;border-bottom:1px solid rgba(27,43,75,.06);font-size:13px}.vm .tier-card.featured .tier-domain-item{border-color:#ffffff12}.vm .tier-domain-item:last-child{border-bottom:none}.vm .tier-domain-icon{width:18px;height:18px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:9px;margin-top:1px}.vm .icon-included{background:#dcfce7;color:#16a34a}.vm .icon-partial{background:#fef3c7;color:#b45309}.vm .icon-featured-inc{background:#c9a84c33;color:var(--gold)}.vm .tier-domain-name{color:var(--text);font-weight:500;line-height:1.3}.vm .tier-card.featured .tier-domain-name{color:#ffffffd9}.vm .tier-domain-detail{font-size:11px;color:var(--text-light);margin-top:2px;line-height:1.4}.vm .tier-card.featured .tier-domain-detail{color:#fff6}.vm .tier-features{display:flex;flex-direction:column;gap:6px;margin-bottom:2rem}.vm .tier-feature{display:flex;gap:8px;align-items:flex-start;font-size:12px;color:var(--text-mid)}.vm .tier-card.featured .tier-feature{color:#fff9}.vm .tier-feature:before{content:"—";color:var(--gold);flex-shrink:0;opacity:.7}.vm .tier-cta{display:block;text-align:center;text-decoration:none;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:13px;transition:all var(--transition)}.vm .tier-cta-outline{border:1px solid var(--navy);color:var(--navy)}.vm .tier-cta-outline:hover{background:var(--navy);color:var(--cream)}.vm .tier-cta-filled{background:var(--gold);color:var(--navy-deep)}.vm .tier-cta-filled:hover{background:var(--gold-light)}.vm .diff{padding:8rem 2rem;max-width:1100px;margin:0 auto}.vm .diff-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;margin-top:4rem;align-items:center}.vm .diff-table{border:1px solid var(--border)}.vm .diff-row{display:grid;grid-template-columns:1fr 1px 1fr;border-bottom:1px solid var(--border)}.vm .diff-row:last-child{border-bottom:none}.vm .diff-row-header{background:var(--navy)}.vm .diff-col{padding:1rem 1.25rem;font-size:13px}.vm .diff-row-header .diff-col{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80}.vm .diff-divider{background:var(--border)}.vm .diff-row-header .diff-divider{background:#ffffff1a}.vm .diff-no{color:#dc2626}.vm .diff-yes{color:#16a34a;font-weight:500}.vm .diff-statement{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;font-style:italic;color:var(--navy);line-height:1.4;margin-bottom:2rem}.vm .diff-points{display:flex;flex-direction:column;gap:1rem}.vm .diff-point{display:flex;gap:1rem;align-items:flex-start}.vm .diff-point-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:7px}.vm .diff-point-text{font-size:14px;color:var(--text-mid);line-height:1.6}.vm .cta-section{background:var(--navy-deep);padding:8rem 2rem;text-align:center;position:relative;overflow:hidden}.vm .cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 70% at 50% 50%,rgba(201,168,76,.06) 0%,transparent 70%)}.vm .cta-inner{max-width:700px;margin:0 auto;position:relative}.vm .cta-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300;color:#fff;line-height:1.1;margin-bottom:1.5rem}.vm .cta-title em{font-style:italic;color:var(--gold-light)}.vm .cta-sub{font-size:1rem;color:#ffffff73;margin-bottom:3rem;line-height:1.7}.vm .cta-divider{width:40px;height:1px;background:var(--gold);margin:0 auto 3rem;opacity:.5}.vm footer{background:var(--navy-deep);border-top:1px solid rgba(255,255,255,.06);padding:2rem 3rem;display:flex;align-items:center;justify-content:space-between}.vm .footer-logo{display:inline-flex;align-items:center;gap:12px;color:#ffffff80;font-size:13px;letter-spacing:.04em}.vm .footer-logo img{height:22px;width:auto;display:block}.vm .footer-logo-sub{color:#ffffff80}.vm .footer-note{font-size:11px;color:#ffffff40;letter-spacing:.04em}.vm .fade-in{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.vm .fade-in.visible{opacity:1;transform:translateY(0)}@media(max-width:900px){.vm nav{padding:0 1.5rem}.vm .nav-links{display:none}.vm .problem-grid,.vm .diff-grid,.vm .domains-intro{grid-template-columns:1fr;gap:2.5rem}.vm .problem-right{position:static}.vm .tiers-grid{grid-template-columns:1fr}.vm .tier-card.featured{transform:none}.vm .solution-pillars{grid-template-columns:1fr}}@media(max-width:600px){.vm nav{padding:0 1rem}.vm .hero{padding:7rem 1.5rem 5rem}.vm .problem,.vm .domains,.vm .diff,.vm .tiers,.vm .solution,.vm .cta-section{padding:5rem 1.5rem}.vm .hero-actions{flex-direction:column;align-items:center}}.vm .beforeafter{padding:8rem 2rem;max-width:1100px;margin:0 auto}.vm .ba-grid{display:grid;grid-template-columns:1fr 2px 1fr;gap:3rem;margin-top:4rem;align-items:start}.vm .ba-divider-vert{background:var(--border)}.vm .ba-col-header{margin-bottom:2rem}.vm .ba-label{display:inline-block;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:3px 12px;margin-bottom:10px}.vm .before-label{background:#fee2e2;color:#991b1b}.vm .after-label{background:#dcfce7;color:#166534}.vm .ba-col-title{font-family:Cormorant Garamond,serif;font-size:1.4rem;color:var(--navy);font-weight:300}.vm .ba-list{display:flex;flex-direction:column;gap:0}.vm .ba-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem 0;border-bottom:1px solid var(--border)}.vm .ba-item:last-child{border-bottom:none}.vm .ba-icon{width:22px;height:22px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;margin-top:1px}.vm .ba-icon-no{background:#fee2e2;color:#991b1b}.vm .ba-icon-yes{background:#dcfce7;color:#166534}.vm .ba-text{font-size:13px;color:var(--text-mid);line-height:1.6}.vm .dash-preview-wrap{max-width:900px;margin:0 auto}.vm .dash-preview-browser{border-radius:10px;overflow:hidden;box-shadow:0 40px 100px #00000080;border:1px solid rgba(255,255,255,.08)}.vm .dash-preview-bar{background:#2a2a2a;padding:10px 16px;display:flex;align-items:center;gap:12px}.vm .dash-preview-dots{display:flex;gap:6px}.vm .dash-preview-dots span{width:10px;height:10px;border-radius:50%;display:block}.vm .dash-preview-url{font-size:11px;color:#ffffff4d;flex:1;text-align:center}.vm .dash-preview-screen{background:#f7f8fa}.vm .dash-preview-nav{background:#1b2b4b;padding:10px 16px;display:flex;align-items:center;justify-content:space-between}.vm .dash-preview-content{padding:14px 16px;display:flex;flex-direction:column;gap:10px}.vm .dp-score-bar{background:linear-gradient(135deg,#1b2b4b,#2a4070);border-radius:8px;padding:14px 18px;display:flex;align-items:center;gap:14px}.vm .dp-score-ring{position:relative;width:52px;height:52px;flex-shrink:0}.vm .dp-pn{background:#1b2b4b;border-radius:8px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between}.vm .dp-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.vm .dp-kpi{background:#fff;border-radius:6px;padding:10px 12px;border:1px solid rgba(0,0,0,.06)}.vm .dp-sem{background:#fff;border-radius:6px;padding:12px 14px;border:1px solid rgba(0,0,0,.06)}.vm .dp-sem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.vm .dp-sem-item{display:flex;align-items:center;gap:6px;font-size:10px;padding:5px 8px;border-radius:4px}.vm .dp-sem-item span{width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;flex-shrink:0}.vm .dp-sem-item.red{background:#fee2e2;color:#991b1b}.vm .dp-sem-item.red span{background:#fca5a5}.vm .dp-sem-item.yellow{background:#fef3c7;color:#92400e}.vm .dp-sem-item.yellow span{background:#fcd34d}.vm .dp-sem-item.green{background:#dcfce7;color:#166534}.vm .dp-sem-item.green span{background:#86efac}.vm .faq-wrap{padding:8rem 2rem;max-width:800px;margin:0 auto}.vm .faq-list{margin-top:3rem}.vm .faq-item{border-bottom:1px solid var(--border)}.vm .faq-q{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;cursor:pointer;gap:1rem;font-size:15px;color:var(--navy);font-weight:400;transition:color var(--transition);background:none;border:none;width:100%;text-align:left;font-family:inherit}.vm .faq-q:hover{color:var(--gold)}.vm .faq-arrow{font-size:20px;color:var(--gold);flex-shrink:0;transition:transform var(--transition);line-height:1;display:inline-block}.vm .faq-item.open .faq-arrow{transform:rotate(45deg)}.vm .faq-a{display:none;padding:0 0 1.25rem;font-size:14px;color:var(--text-mid);line-height:1.8}.vm .faq-item.open .faq-a{display:block}@media(max-width:768px){.vm .ba-grid{grid-template-columns:1fr}.vm .ba-divider-vert{display:none}.vm .dp-kpis,.vm .dp-sem-grid{grid-template-columns:repeat(2,1fr)}.vm .dp-score-bar{flex-wrap:wrap}}
