.nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background:#faf8f4d9;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;gap:32px;height:64px;display:flex}.nav-logo{color:var(--green-800);white-space:nowrap;align-items:center;gap:10px;font-family:Fraunces,serif;font-size:15px;font-weight:600;display:flex}.nav-logo svg{color:var(--green-600)}.nav-links{gap:28px;display:flex}.nav-link{color:var(--gray-600);font-size:14px;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--green-700)}.nav-actions{align-items:center;display:flex}.nav-toggle{flex-direction:column;gap:5px;padding:4px;display:none}.nav-toggle span{background:var(--gray-700);border-radius:2px;width:20px;height:2px;display:block}@media (width<=768px){.nav-links{background:var(--cream);border-bottom:1px solid var(--gray-200);flex-direction:column;gap:16px;padding:16px 24px;display:none;position:absolute;top:64px;left:0;right:0}.nav-links.open,.nav-toggle{display:flex}.nav-actions{display:none}}.btn{border-radius:var(--radius-full);white-space:nowrap;align-items:center;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn-sm{padding:8px 16px;font-size:13px}.btn-lg{padding:14px 28px;font-size:15px}.btn-primary{background:var(--green-800);color:#fff}.btn-primary:hover{background:var(--green-700)}.btn-ghost{color:var(--gray-700);border:1px solid var(--gray-300)}.btn-ghost:hover{border-color:var(--gray-500);color:var(--gray-900)}.btn-ghost-light{color:#fffc;border:1px solid #ffffff40}.btn-ghost-light:hover{color:#fff;border-color:#ffffff80}.hero{background:var(--green-900);padding:140px 0 80px;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg-img{object-fit:cover;opacity:.15;filter:saturate(.6);width:100%;height:100%;position:absolute;inset:0}.hero-bg:after{content:"";background:radial-gradient(at 50% 0,#3f5f4880 0%,#0000 60%),radial-gradient(at 80% 100%,#c9a66e26 0%,#0000 50%);position:absolute;inset:0}.hero-content{text-align:center;max-width:720px;margin:0 auto;position:relative}.hero-badge{color:var(--green-300);border-radius:var(--radius-full);background:#ffffff0f;border:1px solid #ffffff1a;margin-bottom:28px;padding:6px 16px;font-size:13px;font-weight:500;display:inline-block}.hero h1{color:#fff;margin-bottom:20px;font-size:52px}.hero h1 em{color:var(--tan-300);font-style:italic}.hero-sub{color:#ffffffa6;max-width:560px;margin:0 auto 32px;font-size:17px;line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.hero .btn-primary{background:var(--tan-500);color:var(--green-900)}.hero .btn-primary:hover{background:var(--tan-400)}.hero .btn-ghost{color:#ffffffb3;border-color:#fff3}.hero .btn-ghost:hover{color:#fff;border-color:#fff6}.hero-stats{border-top:1px solid #ffffff1a;justify-content:center;gap:48px;margin-top:56px;padding-top:32px;display:flex}.hero-stat{text-align:center}.hero-stat-num{color:#fff;letter-spacing:-.02em;font-family:Fraunces,serif;font-size:28px;font-weight:600;display:block}.hero-stat-label{color:#ffffff73;margin-top:4px;font-size:13px}@media (width<=768px){.hero{padding:110px 0 60px}.hero h1{font-size:34px}.hero-sub{font-size:15px}.hero-stats{gap:24px}.hero-stat-num{font-size:22px}}.trust-bar{border-bottom:1px solid var(--gray-200);background:var(--cream);padding:28px 0;overflow:hidden}.trust-label{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);text-align:center;margin-bottom:16px;font-size:12px;font-weight:500}.trust-track-wrapper{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.trust-track{white-space:nowrap;gap:40px;animation:25s linear infinite scroll-trust;display:flex}.trust-name{color:var(--gray-500);flex-shrink:0;font-family:Fraunces,serif;font-size:15px;font-weight:500}@keyframes scroll-trust{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}.section{padding:96px 0}.section-alt{background:var(--gray-50)}.section-dark{background:var(--green-900)}.section-header{text-align:center;max-width:640px;margin:0 auto 56px}.section-header-light h2,.section-header-light p{color:#fff}.section-header-light h2 em{color:var(--tan-300)}.section-header-light .section-sub{color:#fff9}.section-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--green-600);margin-bottom:12px;font-size:12px;font-weight:600;display:inline-block}.section-tag-dark{color:var(--tan-400)}.section-header h2{margin-bottom:16px;font-size:38px}.section-header h2 em{color:var(--green-600);font-style:italic}.section-sub{color:var(--gray-500);max-width:560px;margin:0 auto;font-size:16px;line-height:1.7}@media (width<=768px){.section{padding:64px 0}.section-header{margin-bottom:40px}.section-header h2{font-size:28px}}.problem-grid{grid-template-columns:1fr 1fr;gap:24px;max-width:800px;margin:0 auto;display:grid}.problem-card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff;flex-direction:column;gap:16px;padding:32px;display:flex}.problem-card-good{border-color:var(--green-300);background:var(--green-50)}.problem-card-header{align-items:center;gap:12px;display:flex}.problem-icon{font-size:24px}.problem-card h3{font-family:Inter Tight,sans-serif;font-size:16px;font-weight:600}.problem-card p{color:var(--gray-600);flex:1;font-size:14px;line-height:1.7}.problem-label{border-radius:var(--radius-full);width:fit-content;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block}.problem-label-bad{color:#b91c1c;background:#fef2f2}.problem-label-good{background:var(--green-100);color:var(--green-700)}@media (width<=768px){.problem-grid{grid-template-columns:1fr}}.features-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.feature-card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:#fff;padding:28px;transition:border-color .2s,box-shadow .2s}.feature-card:hover{border-color:var(--green-300);box-shadow:0 4px 24px #0000000a}.feature-icon{margin-bottom:16px;font-size:28px;display:block}.feature-card h3{margin-bottom:8px;font-family:Inter Tight,sans-serif;font-size:15px;font-weight:600}.feature-card p{color:var(--gray-500);font-size:13px;line-height:1.7}@media (width<=1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.features-grid{grid-template-columns:1fr}}.steps-grid{grid-template-columns:repeat(2,1fr);gap:20px;max-width:900px;margin:0 auto;display:grid}.step-card{border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid #ffffff14;padding:32px}.step-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.step-tag{text-transform:uppercase;letter-spacing:.06em;color:var(--tan-400);border-radius:var(--radius-full);background:#c9a66e1a;padding:4px 10px;font-size:11px;font-weight:600}.step-num{color:#ffffff1f;font-family:Fraunces,serif;font-size:32px;font-weight:300;line-height:1}.step-card h3{color:#fff;margin-bottom:12px;font-family:Inter Tight,sans-serif;font-size:16px;font-weight:600}.step-card p{color:#ffffff8c;font-size:14px;line-height:1.7}.step-footnote{color:var(--green-300);justify-content:center;align-items:center;gap:10px;margin-top:40px;font-size:14px;display:flex}@media (width<=768px){.steps-grid{grid-template-columns:1fr}}.demo-layout{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.demo-info{padding-top:16px}.demo-info h2{text-align:left;font-size:34px}.demo-features{flex-direction:column;gap:12px;margin-top:24px;display:flex}.demo-features li{color:var(--gray-600);align-items:center;gap:10px;font-size:14px;display:flex}.demo-code{background:var(--gray-800);border-radius:var(--radius-md);margin-top:24px;padding:14px 18px;overflow-x:auto}.demo-code code{color:var(--green-300);background:0 0;padding:0;font-family:JetBrains Mono,monospace;font-size:12px}.demo-widget{position:relative}.demo-widget-badge{color:var(--green-600);background:var(--green-100);border-radius:var(--radius-full);z-index:1;padding:4px 12px;font-size:11px;font-weight:600;position:absolute;top:-12px;left:24px}.demo-widget-inner{border:1px solid var(--gray-200);border-radius:var(--radius-xl);background:#fff;padding:32px;box-shadow:0 8px 40px #0000000f}.demo-steps{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:20px;display:flex}.demo-step{color:var(--gray-400);font-size:12px;font-weight:500}.demo-step.active{color:var(--tan-500);text-underline-offset:3px;text-decoration:underline}.demo-dot{color:var(--gray-300);font-size:12px}.demo-step-label{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-400);margin-bottom:4px;font-size:11px}.demo-calendar{margin-top:8px}.demo-cal-header{text-align:center;margin-bottom:16px;font-family:Fraunces,serif;font-size:16px;font-weight:600}.demo-cal-weekdays{text-align:center;color:var(--gray-400);text-transform:uppercase;grid-template-columns:repeat(7,1fr);margin-bottom:8px;font-size:12px;font-weight:500;display:grid}.demo-cal-days{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.demo-cal-day{aspect-ratio:1;border-radius:var(--radius-sm);cursor:pointer;color:var(--gray-800);background:0 0;border:none;justify-content:center;align-items:center;font-size:13px;transition:all .15s;display:flex}.demo-cal-day.empty{visibility:hidden}.demo-cal-day.past{color:var(--gray-300);cursor:not-allowed}.demo-cal-day.available:hover{background:var(--tan-100);color:var(--tan-600)}.demo-cal-legend{color:var(--gray-400);justify-content:center;gap:16px;margin-top:16px;font-size:12px;display:flex}.dot{vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.dot.available{background:var(--tan-400)}.dot.full{background:var(--gray-300)}.demo-times{flex-direction:column;gap:8px;display:flex}.demo-time-slot{border:1px solid var(--gray-200);border-radius:var(--radius-md);cursor:pointer;background:#fff;justify-content:space-between;align-items:center;padding:14px 18px;transition:all .15s;display:flex}.demo-time-slot:hover{border-color:var(--tan-400);background:var(--tan-50)}.demo-time-range{font-size:14px;font-weight:600}.demo-time-dur{color:var(--gray-400);font-size:12px}.demo-time-price{color:var(--tan-500);font-size:14px;font-weight:600}@media (width<=768px){.demo-layout{grid-template-columns:1fr}.demo-info h2{font-size:28px}}.pricing-card{border:1px solid var(--gray-200);border-radius:var(--radius-xl);background:#fff;max-width:480px;margin:0 auto;padding:40px;box-shadow:0 8px 40px #0000000a}.pricing-header{text-align:center;margin-bottom:32px}.pricing-badge{text-transform:uppercase;letter-spacing:.06em;color:var(--green-600);background:var(--green-100);border-radius:var(--radius-full);margin-bottom:12px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-block}.pricing-name{margin-bottom:16px;font-family:Inter Tight,sans-serif;font-size:18px;font-weight:600}.pricing-price{justify-content:center;align-items:baseline;gap:4px;display:flex}.pricing-currency{color:var(--gray-400);font-family:Fraunces,serif;font-size:28px;font-weight:400}.pricing-amount{color:var(--green-800);font-family:Fraunces,serif;font-size:64px;font-weight:700;line-height:1}.pricing-period{color:var(--gray-500);margin-top:8px;font-size:14px}.pricing-note{color:var(--gray-400);margin-top:4px;font-size:12px}.pricing-features{flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.pricing-features li{color:var(--gray-600);align-items:center;gap:10px;font-size:14px;display:flex}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-trigger{width:100%;color:var(--gray-800);text-align:left;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;font-size:15px;font-weight:600;display:flex}.faq-trigger:hover{color:var(--green-700)}.faq-icon{color:var(--gray-400);flex-shrink:0;transition:transform .2s}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px;padding-bottom:20px}.faq-answer p{color:var(--gray-500);font-size:14px;line-height:1.7}.cta-section{background:var(--green-900);text-align:center;padding:96px 0}.cta-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--tan-400);margin-bottom:16px;font-size:12px;font-weight:600;display:inline-block}.cta-section h2{color:#fff;margin-bottom:16px;font-size:38px}.cta-section h2 em{color:var(--tan-300)}.cta-section>.container>p{color:#fff9;max-width:520px;margin:0 auto 32px;font-size:16px;line-height:1.7}.cta-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.cta-section .btn-primary{background:var(--tan-500);color:var(--green-900)}.cta-section .btn-primary:hover{background:var(--tan-400)}.cta-note{color:#ffffff59;margin-top:20px;font-size:13px;display:block}@media (width<=768px){.cta-section h2{font-size:28px}}.footer{background:var(--green-800);color:#fff9;padding:64px 0 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer-brand p{margin-top:12px;font-size:14px;line-height:1.7}.footer-logo{color:#fff;align-items:center;gap:8px;font-family:Fraunces,serif;font-size:14px;font-weight:600;display:flex}.footer-logo svg{color:var(--green-300)}.footer-col{flex-direction:column;gap:10px;display:flex}.footer-col h4{color:#fff6;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-family:Inter Tight,sans-serif;font-size:13px;font-weight:600}.footer-col a{color:#fff9;font-size:14px;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{color:#ffffff4d;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:24px;font-size:12px;display:flex}.footer-status{align-items:center;gap:6px;display:flex}.footer-status:before{content:"";background:#4ade80;border-radius:50%;width:6px;height:6px}@media (width<=768px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-bottom{text-align:center;flex-direction:column;gap:8px}}.photo-banner{height:340px;position:relative;overflow:hidden}.photo-banner img{object-fit:cover;width:100%;height:100%}.photo-caption{text-align:center;color:#fff;background:linear-gradient(#0000,#1a2e20b3);padding:24px;font-size:14px;font-style:italic;position:absolute;bottom:0;left:0;right:0}.photo-duo{padding:0}.photo-duo-grid{grid-template-columns:1fr 1fr;gap:0;display:grid}.photo-duo-item{height:320px;overflow:hidden}.photo-duo-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.photo-duo-item:hover img{transform:scale(1.03)}@media (width<=768px){.photo-banner{height:240px}.photo-duo-grid{grid-template-columns:1fr}.photo-duo-item{height:240px}}.quote-section{justify-content:center;align-items:center;height:400px;display:flex;position:relative;overflow:hidden}.quote-img{object-fit:cover;filter:brightness(.4)saturate(.7);width:100%;height:100%;position:absolute;inset:0}.quote-text{z-index:1;color:#fff;text-align:center;letter-spacing:-.01em;max-width:600px;padding:0 24px;font-family:Fraunces,serif;font-size:28px;font-style:italic;line-height:1.4;position:relative}@media (width<=768px){.quote-section{height:300px}.quote-text{font-size:22px}}
