
:root{--v-bg:#f7f5f0;--v-surface:#fff;--v-soft:#f0eee8;--v-line:#e2dfd8;--v-ink:#242421;--v-muted:#74716b;--v-primary:#69627f;--v-radius:18px;--v-font-body:Inter;--v-font-heading:Inter}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--v-bg)}body{margin:0;background:var(--v-bg);color:var(--v-ink);font-family:var(--v-font-body),Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}
.v-shell{min-height:100vh}.v-container{width:min(1180px,calc(100% - 36px));margin:0 auto}.v-nav{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--v-line);background:color-mix(in srgb,var(--v-bg) 90%,transparent);backdrop-filter:blur(18px)}.v-nav-inner{height:66px;display:flex;align-items:center;gap:18px}.v-brand{min-width:0;font-size:15px;font-weight:800;letter-spacing:-.025em}.v-brand small{display:block;margin-top:2px;color:var(--v-muted);font-size:8px;font-weight:500}.v-nav-links{display:flex;gap:7px;margin-left:auto}.v-nav-links a{padding:8px 10px;border-radius:9px;color:var(--v-muted);font-size:10px;font-weight:650}.v-nav-links a:hover{background:var(--v-soft);color:var(--v-ink)}.v-btn{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:7px;border:1px solid var(--v-line);border-radius:11px;background:var(--v-surface);padding:9px 13px;color:var(--v-ink);font-size:10px;font-weight:800;cursor:pointer}.v-btn.primary{border-color:var(--v-primary);background:var(--v-primary);color:#fff}.v-btn.ghost{background:transparent}.v-btn.small{min-height:34px;padding:7px 10px;font-size:9px}
.v-eyebrow{font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--v-primary)}.v-muted{color:var(--v-muted)}.v-section{padding:66px 0}.v-section.soft{background:var(--v-soft)}.v-section-head{max-width:720px;margin-bottom:26px}.v-section-head h2{margin:7px 0 0;font-size:34px;line-height:1.02;letter-spacing:-.045em}.v-section-head p{margin:10px 0 0;color:var(--v-muted);font-size:12px;line-height:1.65}
.v-card{border:1px solid var(--v-line);border-radius:var(--v-radius);background:var(--v-surface);box-shadow:0 12px 40px rgba(35,32,28,.035)}
.v-site-hero{padding:54px 0 30px}.v-site-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:44px;align-items:center}.v-site-avatar{width:72px;height:72px;object-fit:cover;border-radius:24px;border:1px solid var(--v-line);background:var(--v-soft)}.v-site-hero h1{margin:18px 0 0;max-width:760px;font-size:56px;line-height:.96;letter-spacing:-.058em}.v-site-hero .lead{max-width:650px;margin:16px 0 0;color:var(--v-muted);font-size:14px;line-height:1.7}.v-site-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.v-site-hero-media{overflow:hidden;border-radius:28px;background:var(--v-soft);aspect-ratio:4/4.6}.v-site-hero-media img{width:100%;height:100%;object-fit:cover}.v-site-hero-media .fallback{height:100%;display:grid;place-items:center;color:var(--v-primary);font-size:50px}
.v-quick{display:flex;flex-wrap:wrap;gap:7px;padding:18px 0 0}.v-quick a{padding:8px 11px;border:1px solid var(--v-line);border-radius:999px;background:color-mix(in srgb,var(--v-surface) 90%,transparent);font-size:9px;font-weight:700}
.v-offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.v-offer-card{overflow:hidden}.v-offer-card img{width:100%;height:220px;object-fit:cover;background:var(--v-soft)}.v-offer-card .copy{padding:15px}.v-offer-card h3{margin:0;font-size:15px;line-height:1.25;letter-spacing:-.02em}.v-offer-card p{margin:7px 0 0;color:var(--v-muted);font-size:10px;line-height:1.5}.v-offer-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:12px}.v-pill{display:inline-flex;align-items:center;min-height:24px;padding:5px 8px;border-radius:999px;background:var(--v-soft);font-size:8px;font-weight:750}.v-price{margin-left:auto;font-size:11px;font-weight:800}
.v-book-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.v-book-card{display:flex;align-items:center;gap:12px;padding:15px}.v-book-icon{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:13px;background:color-mix(in srgb,var(--v-primary) 10%,var(--v-surface));color:var(--v-primary)}.v-book-card>div{min-width:0;flex:1}.v-book-card strong{display:block;font-size:12px}.v-book-card small{display:block;margin-top:3px;color:var(--v-muted);font-size:9px}
.v-about{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;padding:22px}.v-about img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:16px}.v-about h2{margin:4px 0 0;font-size:28px;letter-spacing:-.04em}.v-about p{color:var(--v-muted);font-size:12px;line-height:1.75;white-space:pre-line}
.v-footer{padding:34px 0;border-top:1px solid var(--v-line)}.v-footer-inner{display:flex;flex-wrap:wrap;align-items:center;gap:12px;color:var(--v-muted);font-size:9px}.v-footer-inner span:first-child{font-weight:800;color:var(--v-ink)}.v-footer-inner nav{display:flex;gap:12px;margin-left:auto}
.v-offer-hero{padding:58px 0 42px}.v-offer-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:46px;align-items:center}.v-offer-hero h1{margin:8px 0 0;font-size:58px;line-height:.94;letter-spacing:-.06em}.v-offer-hero .lead{margin:16px 0 0;max-width:680px;color:var(--v-muted);font-size:14px;line-height:1.7}.v-offer-hero-media{overflow:hidden;border-radius:28px;aspect-ratio:4/4.3;background:var(--v-soft)}.v-offer-hero-media img{width:100%;height:100%;object-fit:cover}.v-offer-facts{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.v-offer-facts span{padding:7px 9px;border:1px solid var(--v-line);border-radius:9px;background:var(--v-surface);font-size:9px;font-weight:700}
.v-rich{max-width:780px}.v-rich h2,.v-rich h3{letter-spacing:-.035em}.v-rich h2{margin:28px 0 10px;font-size:28px}.v-rich h3{margin:22px 0 8px;font-size:20px}.v-rich p,.v-rich li{color:var(--v-muted);font-size:12px;line-height:1.78}.v-rich ul,.v-rich ol{padding-left:20px}.v-rich img{margin:22px 0;border-radius:18px}.v-rich blockquote{margin:22px 0;border-left:3px solid var(--v-primary);padding:4px 0 4px 16px;color:var(--v-muted)}
.v-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.v-benefit{padding:18px}.v-benefit .icon{display:grid;width:36px;height:36px;place-items:center;border-radius:12px;background:color-mix(in srgb,var(--v-primary) 10%,var(--v-surface));color:var(--v-primary)}.v-benefit h3{margin:16px 0 0;font-size:14px}.v-benefit p{margin:7px 0 0;color:var(--v-muted);font-size:10px;line-height:1.55}
.v-steps{display:grid;gap:10px}.v-step{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;padding:16px}.v-step-num{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:var(--v-primary);color:#fff;font-size:11px;font-weight:800}.v-step h3{margin:1px 0 0;font-size:14px}.v-step p{margin:5px 0 0;color:var(--v-muted);font-size:10px;line-height:1.55}
.v-testimonials{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.v-quote{padding:20px}.v-quote .stars{color:var(--v-primary);font-size:10px;letter-spacing:.09em}.v-quote blockquote{margin:11px 0 0;font-size:13px;line-height:1.65}.v-quote cite{display:block;margin-top:12px;color:var(--v-muted);font-size:9px;font-style:normal;font-weight:750}
.v-faq{display:grid;gap:7px}.v-faq details{border:1px solid var(--v-line);border-radius:12px;background:var(--v-surface);padding:12px 14px}.v-faq summary{cursor:pointer;font-size:11px;font-weight:750}.v-faq p{margin:9px 0 0;color:var(--v-muted);font-size:10px;line-height:1.6}
.v-form-card{max-width:820px;padding:22px}.v-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.v-field{display:grid;gap:5px}.v-field.full{grid-column:1/-1}.v-field label{font-size:9px;font-weight:700;color:var(--v-muted)}.v-field input,.v-field textarea,.v-field select{width:100%;min-height:42px;border:1px solid var(--v-line);border-radius:10px;background:#fff;padding:9px 10px;color:var(--v-ink);outline:none}.v-field textarea{min-height:100px;resize:vertical}.v-field input:focus,.v-field textarea:focus,.v-field select:focus{border-color:var(--v-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--v-primary) 10%,transparent)}.v-form-status{grid-column:1/-1;font-size:10px;color:var(--v-muted)}
.v-checkout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:22px;align-items:start}.v-checkout-summary{padding:18px}.v-checkout-summary .price{margin-top:10px;font-size:26px;font-weight:800;letter-spacing:-.04em}
.v-builder-wrap{background:var(--v-surface)}.v-builder-wrap>.builder-content{width:100%}.v-builder-wrap section[data-yl-hidden="true"]{display:none!important}.v-builder-wrap [data-yl-protected="form"],.v-builder-wrap [data-yl-protected="checkout"]{display:none!important}
.v-state{min-height:70vh;display:grid;place-items:center;padding:30px}.v-state-card{max-width:520px;padding:28px;text-align:center}.v-state-card h1{margin:0;font-size:28px}.v-state-card p{color:var(--v-muted);font-size:12px;line-height:1.6}
@media(max-width:920px){.v-site-hero-grid,.v-offer-hero-grid{grid-template-columns:1fr}.v-site-hero-media,.v-offer-hero-media{max-height:560px}.v-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v-about{grid-template-columns:200px minmax(0,1fr)}.v-benefits{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.v-container{width:min(100% - 24px,1180px)}.v-nav-inner{height:58px}.v-nav-links{display:none}.v-site-hero,.v-offer-hero{padding-top:34px}.v-site-hero h1,.v-offer-hero h1{font-size:40px}.v-section{padding:44px 0}.v-section-head h2{font-size:27px}.v-offer-grid,.v-benefits,.v-testimonials,.v-book-grid,.v-form-grid,.v-checkout{grid-template-columns:1fr}.v-about{grid-template-columns:1fr;padding:14px}.v-about img{max-height:360px}.v-field.full{grid-column:auto}.v-footer-inner nav{width:100%;margin-left:0}.v-offer-card img{height:190px}}

.v-site-hero h1,.v-offer-hero h1,.v-section-head h2,.v-about h2,.v-rich h2,.v-rich h3,.v-offer-card h3,.v-benefit h3,.v-step h3,.v-state-card h1{font-family:var(--v-font-heading),var(--v-font-body),sans-serif}
