.nav{z-index:100;padding:1.25rem 0;transition:background .3s,box-shadow .3s,padding .3s;position:fixed;top:0;left:0;right:0}.nav--scrolled{-webkit-backdrop-filter:blur(8px);box-shadow:0 1px 0 var(--rule);background:#faf7f0f5;padding:.875rem 0}.nav__inner{justify-content:space-between;align-items:center;display:flex}.nav__logo{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;align-items:baseline;gap:0;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.nav__logo-mark{background:var(--forest);width:1.75rem;height:1.75rem;color:var(--cream);font-family:var(--font-display);border-radius:3px;justify-content:center;align-items:center;margin-right:1px;font-size:1.1rem;font-weight:900;line-height:1;display:inline-flex;position:relative;top:1px}.nav__links{align-items:center;gap:2rem;display:flex}.nav__links a{font-family:var(--font-ui);color:var(--ink-mid);letter-spacing:.01em;font-size:.9rem;font-weight:400;text-decoration:none;transition:color .2s}.nav__links a:hover{color:var(--forest)}.nav__cta{border-radius:3px;padding:.5rem 1.25rem;background:var(--forest)!important;color:var(--cream)!important;font-weight:500!important;transition:background-color .2s,transform .15s!important}.nav__cta:hover{transform:translateY(-1px);background:var(--forest-mid)!important}.nav__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav__burger span{background:var(--ink);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.nav__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.nav__burger--open span:nth-child(2){opacity:0}.nav__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=720px){.nav__burger{display:flex}.nav__links{background:var(--parchment);z-index:-1;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;transition:transform .35s cubic-bezier(.4,0,.2,1);position:fixed;inset:0;transform:translate(100%)}.nav__links--open{transform:translate(0)}.nav__links a{font-size:1.25rem}}.hero{background-color:var(--parchment);align-items:center;min-height:100svh;padding:7rem 0 5rem;display:flex;position:relative;overflow:hidden}.hero__bg-decoration{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero__bg-circle{border-radius:50%;position:absolute}.hero__bg-circle--1{background:radial-gradient(circle,#2d4a3e0f 0%,#0000 70%);width:600px;height:600px;top:-200px;right:-100px}.hero__bg-circle--2{background:radial-gradient(circle,#c4622d12 0%,#0000 70%);width:400px;height:400px;bottom:-150px;left:-100px}.hero__bg-line{background:var(--rule);opacity:.5;position:absolute}.hero__bg-line--1{width:1px;height:100%;top:0;left:50%}.hero__bg-line--2{width:100%;height:1px;top:50%;left:0}.hero__inner{gap:var(--column-gap);z-index:1;grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative}.hero__content{max-width:540px}.hero__eyebrow{opacity:0;margin-bottom:1.5rem}.hero__headline{letter-spacing:-.03em;color:var(--ink);opacity:0;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5rem);font-weight:900;line-height:1.05}.hero__headline em{color:var(--forest);font-style:italic;position:relative}.hero__headline em:after{content:"";background:var(--terracotta);opacity:.7;border-radius:2px;height:3px;position:absolute;bottom:4px;left:0;right:0}.hero__subheadline{font-family:var(--font-body);color:var(--ink-soft);opacity:0;max-width:460px;margin-bottom:2.5rem;font-size:1.1875rem;line-height:1.7}.hero__actions{opacity:0;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.hero__trust{opacity:0;flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero__trust-item{font-family:var(--font-ui);color:var(--ink-soft);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.hero__trust-dot{background:var(--forest-mid);border-radius:50%;flex-shrink:0;width:6px;height:6px}.hero__trust-divider{background:var(--rule);width:1px;height:14px}.hero__visual{opacity:0;flex-direction:column;align-items:center;gap:1rem;display:flex}.hero__phone-frame{background:var(--ink);border-radius:36px;width:280px;padding:10px;position:relative;box-shadow:0 0 0 1px #ffffff1a,0 30px 60px #1a1a1840,0 10px 20px #1a1a1826}.hero__phone-notch{background:var(--ink);z-index:2;border-radius:0 0 14px 14px;width:80px;height:22px;margin:0 auto 6px;position:relative}.hero__phone-screen{background:#f2efe8;border-radius:28px;min-height:480px;overflow:hidden}.hero__chat{flex-direction:column;height:100%;display:flex}.hero__chat-header{background:var(--forest);align-items:center;gap:.75rem;padding:1rem 1rem .875rem;display:flex}.hero__chat-avatar{width:36px;height:36px;font-family:var(--font-ui);color:var(--cream);background:#f5f0e840;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.hero__chat-name{font-family:var(--font-ui);color:var(--cream);font-size:.875rem;font-weight:600;line-height:1.2}.hero__chat-status{font-family:var(--font-ui);color:#f5f0e8b3;align-items:center;gap:4px;margin-top:1px;font-size:.7rem;display:flex}.hero__chat-dot{background:#6fcf97;border-radius:50%;width:5px;height:5px;animation:2s infinite pulse-dot}.hero__chat-messages{flex-direction:column;flex:1;gap:.625rem;padding:.875rem .75rem;display:flex}.hero__message--notification{background:var(--gold-light);border:1px solid #b8922a40;border-radius:8px;align-items:flex-start;gap:.625rem;padding:.625rem;display:flex}.hero__notification-icon{margin-top:1px;font-size:1.1rem;line-height:1}.hero__message--notification strong{font-family:var(--font-ui);color:var(--ink);font-size:.75rem;font-weight:600;display:block}.hero__message--notification p{font-family:var(--font-ui);color:var(--ink-soft);margin-top:1px;font-size:.65rem}.hero__message-bubble--incoming{background:var(--white);font-family:var(--font-ui);color:var(--ink);border-radius:4px 12px 12px;padding:.625rem .75rem;font-size:.75rem;line-height:1.4;box-shadow:0 1px 3px #0000000f}.hero__message-bubble--incoming strong{color:var(--forest)}.hero__chat-brief{background:var(--white);border-left:3px solid var(--forest);border-radius:8px;flex-direction:column;gap:.375rem;padding:.625rem .75rem;display:flex;box-shadow:0 1px 3px #0000000f}.hero__brief-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.hero__brief-row span{font-family:var(--font-ui);color:var(--ink-muted);white-space:nowrap;font-size:.65rem}.hero__brief-row strong{font-family:var(--font-ui);color:var(--ink);text-align:right;font-size:.7rem;font-weight:500}.hero__chat-contact{font-family:var(--font-ui);color:var(--ink-soft);background:var(--forest-light);text-align:center;border-radius:6px;padding:.5rem .625rem;font-size:.65rem}.hero__visual-label{font-family:var(--font-ui);color:var(--ink-muted);text-align:center;letter-spacing:.02em;font-size:.8rem}.hero__scroll-hint{opacity:.4;flex-direction:column;align-items:center;gap:.5rem;animation:1s 1.5s forwards fadeIn;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll-line{background:linear-gradient(to bottom, var(--ink), transparent);width:1px;height:40px}.hero__scroll-hint span{font-family:var(--font-ui);letter-spacing:.15em;text-transform:uppercase;color:var(--ink-muted);font-size:.65rem}@media (width<=860px){.hero__inner{text-align:center;grid-template-columns:1fr}.hero__content{max-width:100%}.hero__subheadline{max-width:100%;margin-left:auto;margin-right:auto}.hero__actions,.hero__trust{justify-content:center}.hero__visual{order:-1}.hero__eyebrow{justify-content:center;display:flex}.hero__headline em:after{display:none}}@media (width<=480px){.hero__phone-frame{width:240px}.hero__phone-screen{min-height:420px}}.problem{padding:var(--space-24) 0;background:var(--cream);position:relative}.problem:before{content:"";background:var(--rule);height:1px;position:absolute;top:0;left:0;right:0}.problem__intro{max-width:640px;margin-bottom:var(--space-16)}.problem__intro .section-label{margin-bottom:1.25rem;display:inline-flex}.problem__heading{margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.problem__body{color:var(--ink-soft);max-width:520px;font-size:1.0625rem;line-height:1.75}.problem__scenarios{margin-bottom:var(--space-16);grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.problem__card{background:var(--white);border:1px solid var(--rule);border-radius:4px;flex-direction:column;gap:1.25rem;padding:1.75rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.problem__card:before{content:"";background:var(--terracotta);transform-origin:0;height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.problem__card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #1a1a1814}.problem__card:hover:before{transform:scaleX(1)}.problem__card-emoji{font-size:2.25rem;line-height:1}.problem__card-content{flex-direction:column;flex:1;gap:.875rem;display:flex}.problem__card-person{flex-direction:column;gap:.25rem;display:flex}.problem__card-person strong{font-family:var(--font-display);color:var(--ink);font-size:1.0625rem;font-weight:600}.problem__card-person span{font-family:var(--font-ui);color:var(--ink-muted);font-size:.8rem}.problem__card-story{font-family:var(--font-body);color:var(--ink-soft);flex:1;font-size:.9375rem;font-style:italic;line-height:1.65}.problem__card-loss{border-top:1px solid var(--rule);align-items:center;gap:.625rem;padding-top:.875rem;display:flex}.problem__loss-label{font-family:var(--font-ui);letter-spacing:.1em;text-transform:uppercase;color:var(--terracotta);font-size:.7rem;font-weight:600}.problem__loss-amount{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.problem__callout{border:1px solid var(--rule);border-left:4px solid var(--forest);background:var(--forest-light);border-radius:0 4px 4px 0;padding:2.5rem 3rem}.problem__callout-inner{max-width:700px;position:relative}.problem__callout-quote{font-family:var(--font-display);color:var(--forest-mid);opacity:.3;-webkit-user-select:none;user-select:none;font-size:5rem;line-height:.6;position:absolute;top:-.5rem;left:-1.5rem}.problem__callout-text{font-family:var(--font-body);color:var(--forest);z-index:1;font-size:1.125rem;font-style:italic;line-height:1.75;position:relative}@media (width<=860px){.problem__scenarios{grid-template-columns:1fr;max-width:480px}.problem__callout{padding:1.75rem 1.5rem 1.75rem 2rem}.problem__callout-quote{display:none}}@media (width<=600px){.problem__scenarios{max-width:100%}}.hiw{padding:var(--space-24) 0;background:var(--parchment);position:relative}.hiw:before{content:"";background:var(--rule);height:1px;position:absolute;top:0;left:0;right:0}.hiw__header{max-width:560px;margin-bottom:var(--space-16)}.hiw__header .section-label{margin-bottom:1.25rem;display:inline-flex}.hiw__heading{margin-bottom:.875rem;font-size:clamp(2rem,4vw,2.875rem);line-height:1.1}.hiw__subhead{font-family:var(--font-ui);color:var(--ink-soft);font-size:1rem}.hiw__steps{margin-bottom:var(--space-16);flex-direction:column;gap:0;max-width:680px;display:flex}.hiw__step{padding-bottom:var(--space-12);grid-template-columns:4rem 1fr;gap:2rem;display:grid}.hiw__step:last-child{padding-bottom:0}.hiw__step-number-col{flex-direction:column;align-items:center;gap:0;display:flex}.hiw__step-number{border:1.5px solid var(--forest);width:3rem;height:3rem;font-family:var(--font-display);color:var(--forest);letter-spacing:.05em;background:var(--forest-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.hiw__step-connector{background:repeating-linear-gradient(to bottom, var(--forest) 0, var(--forest) 4px, transparent 4px, transparent 8px);opacity:.3;flex:1;width:1px;min-height:2rem;margin-top:.5rem}.hiw__step-body{padding-top:.4rem}.hiw__step-icon{background:var(--white);border:1px solid var(--rule);width:3rem;height:3rem;color:var(--forest);border-radius:8px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex;box-shadow:0 1px 4px #0000000d}.hiw__step-title{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;margin-bottom:.625rem;font-size:1.375rem;font-weight:700}.hiw__step-desc{font-family:var(--font-body);color:var(--ink-soft);margin-bottom:.875rem;font-size:.9375rem;line-height:1.7}.hiw__step-detail{font-family:var(--font-ui);color:var(--forest-mid);background:var(--forest-light);border-radius:4px;align-items:flex-start;gap:.5rem;padding:.625rem .875rem;font-size:.825rem;line-height:1.5;display:flex}.hiw__step-detail svg{flex-shrink:0;margin-top:1px}.hiw__channels{border:1px solid var(--rule);background:var(--white);border-radius:4px;flex-wrap:wrap;align-items:center;gap:2rem;padding:1.5rem 2rem;display:flex}.hiw__channels-label{font-family:var(--font-ui);color:var(--ink-soft);letter-spacing:.05em;white-space:nowrap;font-size:.8rem;font-weight:500}.hiw__channel-list{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hiw__channel{font-family:var(--font-ui);color:var(--ink);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.hiw__channel-icon{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.hiw__channel-icon--telegram{color:#fff;background:#2aabee}.hiw__channel-icon--email{background:var(--terracotta-light);color:var(--terracotta)}.hiw__channel-icon--sheets{color:#2e7d32;background:#e8f5e9}.hiw__channel-badge{font-size:.7rem;font-family:var(--font-ui);background:var(--cream-dark);color:var(--ink-soft);border-radius:20px;padding:.15rem .5rem;font-weight:400}@media (width<=600px){.hiw__step{grid-template-columns:3rem 1fr;gap:1.25rem}.hiw__channels{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem}}.demo{padding:var(--space-24) 0;position:relative;overflow:hidden}.demo__bg{background:var(--forest);clip-path:polygon(0 8%,100% 0,100% 92%,0 100%);z-index:0;position:absolute;inset:0}.demo .container{z-index:1;position:relative}.demo__header{max-width:560px;margin-bottom:var(--space-10)}.demo__header .section-label{color:#f5f0e8b3;margin-bottom:1.25rem;display:inline-flex}.demo__header .section-label:before{background:#f5f0e880}.demo__heading{color:var(--cream);margin-bottom:1rem;font-size:clamp(1.875rem,3.5vw,2.75rem);line-height:1.15}.demo__subhead{font-family:var(--font-body);color:#f5f0e8b3;font-size:1.0625rem;line-height:1.7}.demo__frame-wrapper{background:var(--white);margin-bottom:var(--space-10);border-radius:8px;overflow:hidden;box-shadow:0 30px 60px #0000004d,0 10px 20px #0003}.demo__browser-chrome{background:#f1eee7;border-bottom:1px solid #00000014;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.demo__browser-dots{gap:6px;display:flex}.demo__browser-dots span{border-radius:50%;width:10px;height:10px}.demo__browser-dots span:first-child{background:#ff5f56}.demo__browser-dots span:nth-child(2){background:#febc2e}.demo__browser-dots span:nth-child(3){background:#28c840}.demo__browser-url{background:var(--white);font-family:var(--font-ui);color:var(--ink-soft);border:1px solid #0000001a;border-radius:4px;flex:1;align-items:center;gap:.5rem;max-width:380px;margin:0 auto;padding:.375rem .75rem;font-size:.8125rem;display:flex}.demo__iframe-container{background:var(--parchment);height:580px;position:relative}.demo__iframe{border:none;width:100%;height:100%;display:block}.demo__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding:1.5rem 0 0;display:flex}.demo__footer-text{font-family:var(--font-body);color:#f5f0e8bf;max-width:480px;font-size:1rem;line-height:1.6}.demo__footer-text strong{color:var(--cream);font-style:normal}@media (width<=720px){.demo__iframe-container{height:480px}.demo__footer{flex-direction:column;align-items:flex-start}.demo__bg{clip-path:polygon(0 3%,100% 0,100% 97%,0 100%)}}.verticals{padding:var(--space-24) 0;background:var(--cream)}.verticals:before{content:"";background:var(--rule);height:1px;margin-bottom:var(--space-24);display:block}.verticals__header{max-width:560px;margin-bottom:var(--space-12)}.verticals__header .section-label{margin-bottom:1.25rem;display:inline-flex}.verticals__heading{margin-bottom:1rem;font-size:clamp(1.875rem,4vw,2.75rem)}.verticals__subhead{color:var(--ink-soft);max-width:480px;font-size:1.0625rem;line-height:1.7}.verticals__grid{background:var(--rule);border:1px solid var(--rule);margin-bottom:var(--space-10);border-radius:4px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.verticals__card{background:var(--white);flex-direction:column;gap:1rem;padding:1.75rem;transition:background-color .2s;display:flex}.verticals__card:hover{background:var(--parchment)}.verticals__card-emoji{font-size:1.875rem;line-height:1}.verticals__card-text{flex-direction:column;gap:.5rem;display:flex}.verticals__card-name{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;font-size:1rem;font-weight:600;line-height:1.2}.verticals__card-desc{font-family:var(--font-body);color:var(--ink-soft);font-size:.875rem;font-style:italic;line-height:1.6}.verticals__cta{text-align:center}.verticals__cta p{font-family:var(--font-ui);color:var(--ink-soft);font-size:.9375rem}.verticals__cta a{color:var(--forest);border-bottom:1px solid var(--forest);padding-bottom:1px;font-weight:500;transition:color .2s,border-color .2s}.verticals__cta a:hover{color:var(--terracotta);border-color:var(--terracotta)}@media (width<=960px){.verticals__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.verticals__grid{grid-template-columns:1fr}}.pricing{padding:var(--space-24) 0;background:var(--parchment);border-top:1px solid var(--rule)}.pricing__header{max-width:560px;margin-bottom:var(--space-12)}.pricing__header .section-label{margin-bottom:1.25rem;display:inline-flex}.pricing__heading{margin-bottom:1rem;font-size:clamp(1.875rem,4vw,2.75rem)}.pricing__subhead{color:var(--ink-soft);font-size:1.0625rem;line-height:1.7}.pricing__layout{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;display:grid}.pricing__card{background:var(--white);border:1.5px solid var(--forest);border-radius:6px;padding:2.5rem;position:relative}.pricing__card-header{align-items:center;gap:.875rem;margin-bottom:2rem;display:flex}.pricing__badge{background:var(--forest);color:var(--cream);font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;border-radius:20px;padding:.25rem .75rem;font-size:.7rem;font-weight:600}.pricing__tier{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;font-size:1.125rem;font-weight:600}.pricing__amounts{align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.pricing__amount-row{align-items:flex-end;gap:.75rem;display:flex}.pricing__amount{align-items:flex-start;line-height:1;display:flex}.pricing__currency{font-family:var(--font-display);color:var(--ink-soft);margin-top:.25rem;font-size:1.5rem;font-weight:600}.pricing__figure{font-family:var(--font-display);color:var(--ink);letter-spacing:-.04em;font-size:3.5rem;font-weight:900;line-height:1}.pricing__amount-label{font-family:var(--font-ui);color:var(--ink-muted);margin-bottom:.25rem;font-size:.75rem;line-height:1.5}.pricing__plus{font-family:var(--font-display);color:var(--ink-muted);font-size:1.5rem;font-weight:300}.pricing__free-month{font-family:var(--font-ui);color:var(--gold);background:var(--gold-light);border-radius:4px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:flex}.pricing__features{flex-direction:column;gap:.75rem;margin-bottom:2rem;list-style:none;display:flex}.pricing__feature{font-family:var(--font-ui);color:var(--ink-mid);align-items:flex-start;gap:.625rem;font-size:.9rem;line-height:1.5;display:flex}.pricing__feature svg{flex-shrink:0;margin-top:1px}.pricing__cta{justify-content:center;width:100%;margin-bottom:1rem;display:flex}.pricing__reassurance{font-family:var(--font-ui);color:var(--ink-muted);text-align:center;font-size:.8125rem;line-height:1.5}.pricing__aside{flex-direction:column;gap:2rem;display:flex}.pricing__delivery-options,.pricing__faq-note{background:var(--cream);border:1px solid var(--rule);border-radius:4px;padding:1.75rem}.pricing__aside-heading{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;margin-bottom:1.25rem;font-size:1.0625rem;font-weight:700}.pricing__option{border-top:1px solid var(--rule);gap:1rem;padding:1rem 0;display:flex}.pricing__option:first-of-type{border-top:none;padding-top:0}.pricing__option-icon{background:var(--forest-light);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.pricing__option strong{font-family:var(--font-ui);color:var(--ink);margin-bottom:.375rem;font-size:.9rem;font-weight:600;display:block}.pricing__option p{font-family:var(--font-ui);color:var(--ink-soft);font-size:.8125rem;line-height:1.55}.pricing__option em{color:var(--forest-mid);font-style:normal}.pricing__faq-item{border-top:1px solid var(--rule);padding:1rem 0}.pricing__faq-item:first-of-type{border-top:none;padding-top:0}.pricing__faq-item strong{font-family:var(--font-ui);color:var(--ink);margin-bottom:.375rem;font-size:.9rem;font-weight:600;display:block}.pricing__faq-item p{font-family:var(--font-ui);color:var(--ink-soft);font-size:.8125rem;line-height:1.55}@media (width<=860px){.pricing__layout{grid-template-columns:1fr;max-width:520px}.pricing__card{padding:2rem}}@media (width<=480px){.pricing__amounts{flex-wrap:wrap;gap:1rem}.pricing__plus{text-align:center;width:100%;display:none}}.faq{padding:var(--space-24) 0;background:var(--cream);border-top:1px solid var(--rule)}.faq__header{margin-bottom:var(--space-10)}.faq__header .section-label{margin-bottom:1.25rem;display:inline-flex}.faq__heading{max-width:480px;font-size:clamp(1.875rem,4vw,2.75rem)}.faq__list{border-top:1px solid var(--rule);max-width:760px;margin-bottom:var(--space-16);flex-direction:column;display:flex}.faq__item{border-bottom:1px solid var(--rule);overflow:hidden}.faq__question{cursor:pointer;text-align:left;width:100%;font-family:var(--font-display);color:var(--ink);letter-spacing:-.015em;background:0 0;border:none;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1.5rem 0;font-size:1.0625rem;font-weight:600;line-height:1.4;transition:color .2s;display:flex}.faq__question:hover{color:var(--forest)}.faq__icon{border:1px solid var(--rule);width:28px;height:28px;color:var(--ink-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;transition:transform .3s,background-color .2s,border-color .2s;display:flex}.faq__item--open .faq__icon{background:var(--forest);border-color:var(--forest);color:var(--cream);transform:rotate(180deg)}.faq__answer{max-height:0;transition:max-height .35s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq__item--open .faq__answer{max-height:400px}.faq__answer p{font-family:var(--font-body);color:var(--ink-soft);max-width:620px;padding-bottom:1.5rem;font-size:1rem;line-height:1.75}.faq__still-questions{border:1px solid var(--rule);background:var(--white);border-radius:4px;padding:2rem 2.5rem}.faq__still-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.faq__still-questions h3{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;margin-bottom:.375rem;font-size:1.25rem;font-weight:700}.faq__still-questions p{font-family:var(--font-ui);color:var(--ink-soft);font-size:.9375rem}@media (width<=600px){.faq__still-inner{flex-direction:column;align-items:flex-start}.faq__still-questions{padding:1.5rem}.faq__question{font-size:.9375rem}}.footer{background:var(--ink)}.footer__cta-band{background:var(--terracotta);padding:var(--space-20) 0;position:relative;overflow:hidden}.footer__cta-band:before{content:"";border:80px solid #ffffff0f;border-radius:50%;width:400px;height:400px;position:absolute;top:-80px;right:-80px}.footer__cta-band:after{content:"";border:60px solid #ffffff0a;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-120px;left:-60px}.footer__cta-inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;display:flex;position:relative}.footer__cta-text{max-width:520px}.footer__cta-heading{font-family:var(--font-display);color:var(--cream);letter-spacing:-.02em;margin-bottom:.875rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15}.footer__cta-text p{font-family:var(--font-body);color:#f5f0e8cc;font-size:1.0625rem;line-height:1.6}.footer__cta-actions{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:.75rem;display:flex}.footer__email-btn{white-space:nowrap;background:var(--ink)!important}.footer__email-btn:hover{background:var(--ink-mid)!important}.footer__reply-note{text-align:left;font-family:var(--font-ui)!important;color:#f5f0e899!important;font-size:.8125rem!important}.footer__bottom{border-top:1px solid #ffffff14;padding:2rem 0}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.footer__logo{font-family:var(--font-display);color:var(--cream);letter-spacing:-.02em;align-items:baseline;font-size:1.25rem;font-weight:700;display:flex}.footer__logo-mark{width:1.5rem;height:1.5rem;color:var(--cream);font-family:var(--font-display);background:#f5f0e826;border-radius:3px;justify-content:center;align-items:center;margin-right:1px;font-size:.9rem;font-weight:900;line-height:1;display:inline-flex;position:relative;top:1px}.footer__nav{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.footer__nav a{font-family:var(--font-ui);color:#f5f0e880;font-size:.875rem;transition:color .2s}.footer__nav a:hover{color:var(--cream)}.footer__nav span{color:#f5f0e833;font-size:.75rem}.footer__legal p{font-family:var(--font-ui);color:#f5f0e84d;font-size:.8125rem}@media (width<=860px){.footer__cta-inner{flex-direction:column;align-items:flex-start}.footer__cta-actions{width:100%}.footer__email-btn{justify-content:center;width:100%}}@media (width<=600px){.footer__bottom-inner{flex-direction:column;align-items:flex-start}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--cream:#f5f0e8;--cream-dark:#ede7d6;--parchment:#faf7f0;--forest:#2d4a3e;--forest-mid:#3d6357;--forest-light:#ebf2ef;--terracotta:#c4622d;--terracotta-light:#f5e8df;--ink:#1a1a18;--ink-mid:#3a3a35;--ink-soft:#6b6b62;--ink-muted:#9a9a8e;--gold:#b8922a;--gold-light:#f5edd5;--white:#fff;--rule:#d4cec0;--font-display:"Playfair Display", Georgia, serif;--font-body:"Lora", Georgia, serif;--font-ui:"DM Sans", system-ui, sans-serif;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--max-width:1120px;--column-gap:clamp(1.5rem, 4vw, 3rem);scroll-behavior:smooth}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background-color:var(--parchment);color:var(--ink);font-family:var(--font-body);font-size:1rem;line-height:1.7;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:1000;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:fixed;inset:0}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);font-weight:700;line-height:1.15}p{font-family:var(--font-body);color:var(--ink-mid)}a{color:var(--forest);text-decoration:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 clamp(1.25rem,5vw,3rem)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.4)}}.animate-fade-up{animation:.7s forwards fadeUp}.animate-fade-in{animation:.6s forwards fadeIn}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(20px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}.btn-primary{align-items:center;gap:var(--space-2);background-color:var(--forest);color:var(--cream);font-family:var(--font-ui);letter-spacing:.01em;cursor:pointer;border:none;border-radius:3px;padding:.875rem 2rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background-color .2s,transform .15s,box-shadow .2s;display:inline-flex;position:relative;overflow:hidden}.btn-primary:after{content:"";opacity:0;background:#ffffff14;transition:opacity .2s;position:absolute;inset:0}.btn-primary:hover{background-color:var(--forest-mid);transform:translateY(-1px);box-shadow:0 6px 20px #2d4a3e4d}.btn-primary:hover:after{opacity:1}.btn-primary:active{transform:translateY(0)}.btn-secondary{align-items:center;gap:var(--space-2);color:var(--forest);font-family:var(--font-ui);letter-spacing:.01em;border:1.5px solid var(--forest);cursor:pointer;background:0 0;border-radius:3px;padding:.875rem 2rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s,transform .15s;display:inline-flex}.btn-secondary:hover{background-color:var(--forest);color:var(--cream);transform:translateY(-1px)}.rule{background:var(--rule);border:none;width:100%;height:1px}.rule-short{background:var(--terracotta);border:none;width:2.5rem;height:2px}.section-label{align-items:center;gap:var(--space-2);font-family:var(--font-ui);letter-spacing:.12em;text-transform:uppercase;color:var(--terracotta);font-size:.75rem;font-weight:500;display:inline-flex}.section-label:before{content:"";background:var(--terracotta);width:1.5rem;height:1px;display:block}.card{background:var(--white);border:1px solid var(--rule);border-radius:4px;overflow:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--rule);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--ink-muted)}
