:root{--bg:#F7EFE1;--bg-card:#F2E4CE;--bg-dark:#3A2E1F;--bg-darker:#1F160B;--text:#3A2E1F;--text-strong:#2A1F11;--text-muted:#5C4528;--text-soft:#9A7F5C;--text-dim:#7A5F3E;--text-light:#F7EFE1;--text-light-muted:#C5A57F;--text-light-dim:#8A6D47;--accent:#C9894D;--accent-light:#E8B87A;--wood:#8B5A2B;--wood-dark:#6B4220;--border-soft:rgba(58,46,31,0.08);--border-softer:rgba(58,46,31,0.15);--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--radius-sm:4px;--radius:6px;--radius-pill:100px;--container:1100px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font-family:inherit;border:none;outline:none;background:none}img{max-width:100%;display:block}.nav{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 2rem;border-bottom:.5px solid var(--border-soft);position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(247,239,225,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav__logo{font-size:26px;font-weight:600;letter-spacing:.18em;color:var(--text);display:flex;flex-direction:column;line-height:1}.nav__payoff{font-size:9px;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);font-style:italic;margin-top:3px}.nav__menu{display:flex;gap:1.5rem;font-size:11px;color:var(--text-dim);letter-spacing:.1em}.nav__menu a{transition:color .2s,transform .2s;position:relative}.nav__menu a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--accent);transition:width .3s ease}.nav__menu a:hover{color:var(--text);transform:translateY(-1px)}.nav__menu a:hover:after{width:100%}.hero{position:relative;aspect-ratio:1398/1024;display:flex;align-items:flex-end;overflow:hidden}.hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:right bottom}.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,6,2,.4) 0,rgba(10,6,2,.3) 35%,rgba(10,6,2,.78))}.hero__text{position:relative;z-index:2;padding:0 2.5rem 4rem;max-width:700px;width:100%}.hero__tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#fff;background:rgba(201,137,77,.75);border:1px solid rgba(232,184,122,.6);padding:.4rem 1rem;border-radius:var(--radius-pill);margin-bottom:1.4rem}.hero__title{font-size:clamp(36px,5.5vw,62px);font-weight:500;line-height:1.05;letter-spacing:-.02em;color:#fff;margin-bottom:1.2rem}.hero__sub{font-size:16px;line-height:1.75;color:rgba(255,255,255,.85);max-width:520px;margin-bottom:2rem}.hero__pricing{display:flex;align-items:baseline;gap:.8rem;margin-bottom:1.4rem;flex-wrap:nowrap}.hero__price-original{font-size:18px;color:rgba(255,255,255,.45);text-decoration:line-through}.hero__price-promo{font-size:32px;font-weight:600;color:var(--accent-light);letter-spacing:-.02em}.hero__price-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.25);padding:.2rem .7rem}.btn-primary,.hero__price-label{border-radius:var(--radius-pill)}.btn-primary{display:inline-block;background:var(--bg-dark);color:var(--text-light);font-size:13px;font-weight:500;padding:15px 34px;letter-spacing:.06em;cursor:pointer;transition:transform .2s,opacity .2s}.btn-primary:hover{transform:translateY(-1px);opacity:.92}.btn-primary--hero{background:var(--accent);color:#fff;font-size:14px;padding:16px 36px;box-shadow:0 4px 20px rgba(201,137,77,.35)}.btn-primary--hero:hover{background:var(--accent-light);opacity:1}.stats{background:var(--bg-dark);display:grid;grid-template-columns:repeat(3,1fr);text-align:center}.stat{padding:2.2rem 1.5rem;border-right:1px solid rgba(255,255,255,.07)}.stat--mid{border-left:1px solid rgba(255,255,255,.07)}.stat:last-child{border-right:none}.stat__number{font-size:1.8rem;font-weight:500;font-style:italic;color:var(--accent-light);line-height:1;margin-bottom:.4rem;letter-spacing:-.02em}.stat__label{font-size:11px;letter-spacing:.08em;color:rgba(197,165,127,.65);line-height:1.5}.section{max-width:var(--container);margin:0 auto;padding:3rem 2rem 5rem}.section__head{text-align:center;margin-bottom:3.5rem}.section__label{font-size:11px;letter-spacing:.2em;color:var(--text-soft);margin-bottom:1rem}.section__title{font-size:32px;font-weight:500;line-height:1.2;color:var(--text);letter-spacing:-.015em;max-width:500px;margin:0 auto;font-style:italic}.section__title--small{font-size:28px;font-style:normal;max-width:none}.gesto-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.gesto-image{border-radius:var(--radius);overflow:hidden;background:#ede5d5;display:flex;align-items:center;justify-content:center;padding:2rem}.gesto-image img{width:100%;max-width:380px;object-fit:contain;border-radius:var(--radius)}.gesto-steps{display:flex;flex-direction:column;gap:2.2rem}.gesto-step{display:flex;gap:1.4rem;align-items:flex-start}.gesto-step__num{font-size:2rem;font-weight:500;font-style:italic;color:var(--accent-light);line-height:1;min-width:36px;flex-shrink:0;padding-top:2px}.gesto-step__title{font-size:17px;font-weight:500;color:var(--text);margin-bottom:.5rem;line-height:1.3}.gesto-step__text{font-size:14px;line-height:1.75;color:var(--text-muted)}.benefits{background:var(--bg-card);padding:5rem 2rem}.benefits__intro{font-size:15px;line-height:1.8;color:var(--text-muted);max-width:580px;margin:1.5rem auto 0;text-align:center}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5px;gap:1.5px;max-width:var(--container);margin:3rem auto 0;background:var(--border-softer)}.benefits-grid--four{grid-template-columns:repeat(4,1fr)}.benefit-card{background:var(--bg);padding:2rem 1.75rem;position:relative;overflow:hidden;transition:transform .25s}.benefit-card:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent);transition:width .35s}.benefit-card:hover:after{width:100%}.benefit-card:hover{transform:translateY(-3px)}.benefit-card__num{font-size:11px;letter-spacing:.18em;color:var(--accent);margin-bottom:1rem;font-weight:500}.benefit-card__title{font-size:18px;font-weight:500;color:var(--text-strong);margin-bottom:.75rem;font-style:italic}.benefit-card__text{font-size:13px;line-height:1.75;color:var(--text-muted)}.benefit-card__source{margin-top:1.2rem;font-size:10px;letter-spacing:.12em;color:var(--accent);text-transform:uppercase}.confezione{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;max-width:760px;margin:0 auto}#qualita{max-width:100%;padding-left:0;padding-right:0;position:relative;background-color:#EDD9B8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.018 0.4' numOctaves='4' seed='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='800' height='200' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E"),repeating-linear-gradient(179deg,transparent,transparent 9px,rgba(139,90,43,.12) 0,rgba(139,90,43,.12) 10px,transparent 0,transparent 22px,rgba(101,63,28,.09) 0,rgba(101,63,28,.09) 23px,transparent 0,transparent 38px,rgba(160,100,45,.07) 0,rgba(160,100,45,.07) 39px,transparent 0,transparent 55px,rgba(120,75,30,.1) 0,rgba(120,75,30,.1) 56px);background-size:800px 200px,100% 80px}#qualita .confezione,#qualita .section__head{max-width:var(--container);margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem;position:relative;z-index:1}.confezione-item{position:relative;z-index:1;text-align:center}.confezione-item__img{background:var(--bg-card);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;height:500px}.confezione-item__img img{max-height:440px;width:100%;object-fit:contain;margin:0 auto}.confezione-item__img--drops svg{width:110px;height:110px}.confezione-item__label{font-size:11px;letter-spacing:.2em;color:var(--text-soft);margin-bottom:.5rem}.confezione-item__title{font-size:20px;font-weight:500;font-style:italic;color:var(--text);margin-bottom:.75rem}.confezione-item__text{font-size:13px;line-height:1.75;color:var(--text-muted)}.oils-note{background:var(--bg-dark);padding:2rem;display:flex;align-items:flex-start;gap:1.2rem;justify-content:center}.oils-note__icon{font-size:1.3rem;flex-shrink:0;margin-top:2px}.oils-note strong{display:block;font-size:13px;font-weight:500;letter-spacing:.06em;color:var(--accent-light);margin-bottom:.4rem}.oils-note p{font-size:13px;color:rgba(247,239,225,.6);line-height:1.65;max-width:560px}.cta{background:linear-gradient(160deg,var(--bg-dark) 0,var(--bg-darker) 100%);padding:5rem 2rem;text-align:center;color:var(--text-light);position:relative;overflow:hidden}.cta:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0,rgba(201,137,77,.2) 0,transparent 60%)}.cta__inner{position:relative;z-index:1;max-width:620px;margin:0 auto}.cta__label{font-size:11px;letter-spacing:.24em;color:var(--accent);margin-bottom:1.5rem;font-style:italic}.cta__title{font-size:32px;font-weight:500;line-height:1.25;margin-bottom:1.25rem}.cta__subtitle{font-size:15px;line-height:1.8;color:var(--text-light-muted);max-width:480px;margin:0 auto 2.5rem}.cta__form{display:flex;gap:8px;max-width:440px;margin:0 auto}.cta__input{flex:1 1;padding:14px 20px;border-radius:var(--radius-pill);background:rgba(247,239,225,.08);color:var(--text-light);font-size:14px}.cta__input::placeholder{color:rgba(247,239,225,.4)}.cta__btn{background:var(--accent-light);color:var(--bg-dark);font-size:14px;font-weight:500;padding:14px 28px;border-radius:var(--radius-pill);letter-spacing:.04em;cursor:pointer;transition:transform .2s}.cta__btn:hover{transform:translateY(-1px)}.cta__disclaimer{font-size:11px;color:var(--text-light-dim);margin-top:1.25rem;letter-spacing:.04em}.footer{max-width:var(--container);margin:0 auto;padding:2rem;display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--text-soft);letter-spacing:.1em}.footer__email{color:var(--accent);text-decoration:none;letter-spacing:.08em;font-size:11px;transition:opacity .2s}.footer__email:hover{opacity:.7}@media (max-width:900px){.hero{aspect-ratio:unset;min-height:90svh}.hero__text{padding:0 1.5rem 3.5rem}.hero__title{font-size:36px}.hero__sub{font-size:14px}.hero__price-promo{font-size:26px}.gesto-layout{grid-template-columns:1fr;gap:2rem}.gesto-image{max-width:340px;margin:0 auto}.benefits-grid,.benefits-grid--four{grid-template-columns:1fr 1fr;gap:1.5px}.benefit-card{display:flex;flex-direction:column}.confezione{grid-template-columns:1fr;gap:1.5rem;max-width:100%}.confezione-item__img{height:280px;padding:1rem;position:relative;z-index:1}.confezione-item__title{font-size:16px}.confezione-item__text{font-size:12px}.stats{grid-template-columns:repeat(3,1fr)}.stat{border-right:1px solid rgba(255,255,255,.07);padding:1.4rem .6rem}.stat--mid{border-left:none}.stat__number{font-size:1.2rem}.stat__label{font-size:9px;letter-spacing:.04em}.nav{padding:1rem 1.5rem}.nav__menu{gap:.75rem;font-size:10px}.nav__payoff{display:none}.nav__logo{font-size:28px}.cta__form{flex-direction:column}.cta__title{font-size:26px}.section{padding-left:1.5rem;padding-right:1.5rem}.section__title{font-size:26px}.footer{padding-left:1.5rem;padding-right:1.5rem}}@media (max-width:600px){.hero__title{font-size:30px}.hero__pricing{gap:.6rem}.hero__price-promo{font-size:28px}.benefits-grid,.benefits-grid--four{grid-template-columns:1fr}.nav__menu{display:none}.footer{flex-direction:column;gap:.5rem;text-align:center}.section__title{font-size:24px}.oils-note{flex-direction:column;gap:.8rem}.gesto-step__num{font-size:1.5rem;min-width:28px}}.faq{background:var(--bg);padding:5rem 2rem}.faq .section__label{color:var(--accent)}.faq .section__title{color:var(--text)}.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;border-top:.5px solid var(--border-softer)}.faq-item{padding:1.6rem 0;border-bottom:.5px solid var(--border-softer);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-item__q{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;font-size:16px;font-weight:500;color:var(--text-strong);line-height:1.4}.faq-item__icon{font-size:20px;font-weight:300;color:var(--accent);line-height:1;flex-shrink:0;transition:transform .2s}.faq-item--open .faq-item__icon{transform:rotate(0deg)}.faq-item__a{font-size:14px;line-height:1.8;color:var(--text-muted);max-width:680px;margin-top:.9rem;padding-right:2rem}.bundle-section{background:var(--bg-card);padding:5rem 2rem}.bundle-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;max-width:860px;margin:0 auto}.bundle-card{background:var(--bg);border-radius:var(--radius);padding:2rem;position:relative;overflow:hidden;border:1.5px solid var(--border-soft);display:flex;flex-direction:column;gap:1.2rem}.bundle-card--featured{border-color:var(--accent);box-shadow:0 4px 24px rgba(201,137,77,.15)}.bundle-card__badge{display:inline-block;font-size:9px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;background:var(--bg-card);color:var(--text-soft);padding:.3rem .8rem;border-radius:var(--radius-pill);align-self:flex-start}.bundle-card__badge--featured{background:var(--accent);color:#fff}.bundle-card__img{background:var(--bg-card);border-radius:var(--radius-sm);overflow:hidden;height:200px;display:flex;align-items:center;justify-content:center}.bundle-card__img img{width:100%;height:100%;object-fit:contain;padding:1rem}.bundle-card__title{font-size:20px;font-weight:500;font-style:italic;color:var(--text-strong);line-height:1.3}.bundle-card__contents{font-size:13px;line-height:2;color:var(--text-muted)}.bundle-card__pricing{display:flex;align-items:baseline;gap:.7rem}.bundle-price-orig{font-size:15px;color:var(--text-soft);text-decoration:line-through}.bundle-price-promo{font-size:28px;font-weight:600;color:var(--accent);letter-spacing:-.02em}.bundle-card__label{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-soft);margin-top:-.6rem}.bundle-card__btn{display:block;text-align:center;font-size:13px;font-weight:500;letter-spacing:.06em;padding:13px 20px;border-radius:var(--radius-pill);background:var(--bg-dark);color:var(--text-light);transition:opacity .2s,transform .2s;margin-top:auto}.bundle-card__btn:hover{opacity:.88;transform:translateY(-1px)}.bundle-card__btn--featured{background:var(--accent);color:#fff}.bundle-card__btn--featured:hover{opacity:1;background:var(--accent-light)}@media (max-width:600px){.faq{padding:3.5rem 1.5rem}.faq-item__q{font-size:15px}.bundle-grid{grid-template-columns:1fr}.bundle-section{padding:3.5rem 1.5rem}}.forest-banner{position:relative;height:420px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center}.forest-banner__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}.forest-banner__overlay{position:absolute;inset:0;background:rgba(10,20,10,.52)}.forest-banner__text{position:relative;z-index:2;padding:0 2rem;max-width:600px}.forest-banner__label{font-size:11px;letter-spacing:.25em;color:rgba(232,184,122,.85);margin-bottom:1.2rem}.forest-banner__quote{font-size:clamp(18px,2.5vw,26px);font-weight:300;line-height:1.7;color:rgba(247,239,225,.92);font-style:italic}@media (max-width:600px){.forest-banner{height:320px}.forest-banner__quote{font-size:17px}}@media (max-width:900px){.js-anim [data-benefit]{opacity:0;transform:translateX(-48px);transition:opacity .55s ease,transform .55s ease}.js-anim [data-benefit="1"],.js-anim [data-benefit="3"]{transform:translateX(48px)}.js-anim [data-benefit].benefit-visible{opacity:1;transform:translateX(0)}}.chat-toggle{position:fixed;bottom:1.8rem;right:1.8rem;z-index:999;width:56px;height:56px;border-radius:50%;background:linear-gradient(145deg,#C4854A,#8B5A2B);color:#FFF8EE;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(139,90,43,.4);transition:transform .2s,box-shadow .2s}.chat-toggle:hover{transform:scale(1.08);box-shadow:0 6px 24px rgba(139,90,43,.5)}.chat-toggle--open{background:linear-gradient(145deg,#8B5A2B,#5C3A1E)}.chat-window{position:fixed;bottom:5.2rem;right:1.8rem;z-index:998;width:340px;max-height:480px;background:var(--bg);border-radius:12px;box-shadow:0 8px 40px rgba(0,0,0,.18);display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border-softer);animation:chatIn .22s ease}@keyframes chatIn{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-header{background:linear-gradient(135deg,#8B5A2B,#5C3A1E);padding:1rem 1.2rem;display:flex;align-items:center;gap:.75rem}.chat-header__dot{width:9px;height:9px;border-radius:50%;background:#D4A574;flex-shrink:0;box-shadow:0 0 6px rgba(212,165,116,.7)}.chat-header__title{font-size:13px;font-weight:500;color:#FFF8EE;letter-spacing:.06em}.chat-header__sub{font-size:10px;color:rgba(255,248,238,.55);letter-spacing:.04em}.chat-messages{flex:1 1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.7rem;scroll-behavior:smooth}.chat-messages::-webkit-scrollbar{width:3px}.chat-messages::-webkit-scrollbar-thumb{background:var(--border-softer);border-radius:2px}.chat-msg{max-width:85%;font-size:13px;line-height:1.65;padding:.65rem .9rem;border-radius:10px;animation:msgIn .18s ease}@keyframes msgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-msg--assistant{background:#F5E6D3;color:#3A2010;align-self:flex-start;border-bottom-left-radius:3px}.chat-msg--user{background:#8B5A2B;color:#FFF8EE;align-self:flex-end;border-bottom-right-radius:3px}.chat-msg--loading{display:flex;gap:5px;align-items:center;padding:.8rem 1rem}.chat-msg--loading span{width:7px;height:7px;border-radius:50%;background:#C4854A;display:block;animation:bounce 1.2s infinite}.chat-msg--loading span:nth-child(2){animation-delay:.2s}.chat-msg--loading span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(.7);opacity:.5}40%{transform:scale(1);opacity:1}}.chat-input-area{padding:.75rem;border-top:.5px solid var(--border-soft);display:flex;gap:.5rem;align-items:center;background:var(--bg)}.chat-input{flex:1 1;font-size:13px;padding:.55rem .9rem;border-radius:var(--radius-pill);background:var(--bg-card);color:var(--text);border:.5px solid var(--border-softer);transition:border-color .2s}.chat-input:focus{border-color:#8B5A2B;outline:none}.chat-input::placeholder{color:var(--text-soft)}.chat-send{width:36px;height:36px;border-radius:50%;background:linear-gradient(145deg,#C4854A,#8B5A2B);color:#FFF8EE;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s,transform .15s;border:none}.chat-send:hover:not(:disabled){background:linear-gradient(145deg,#D4A574,#C4854A);transform:scale(1.08)}.chat-send:disabled{opacity:.4;cursor:default}@media (max-width:600px){.chat-window{right:0;left:0;bottom:4.8rem;width:100%;border-radius:12px 12px 0 0;max-height:60vh}.chat-toggle{bottom:1.2rem;right:1.2rem}}.lang-switcher{display:flex;align-items:center;gap:.3rem;font-size:11px;letter-spacing:.12em}.lang-btn{color:var(--text-dim);text-decoration:none;padding:.2rem .35rem;border-radius:3px;transition:color .2s,background .2s;font-weight:400}.lang-btn:hover{color:var(--text)}.lang-btn--active{color:var(--accent);font-weight:600}.lang-sep{color:var(--border-softer);font-size:9px}@media (max-width:600px){.lang-switcher{font-size:10px}.nav__logo{font-size:15px}}.legno-section{display:grid;grid-template-columns:1fr 1fr;min-height:600px;background:var(--bg-darker,#1F160B)}.legno-image{overflow:hidden;position:relative}.legno-image img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.legno-text{padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center;background:var(--bg-darker,#1F160B)}.legno-text .section__label{color:var(--accent);margin-bottom:1rem}.legno-title{font-family:var(--font-sans);font-size:clamp(24px,3vw,38px);font-weight:500;font-style:italic;line-height:1.2;color:var(--text-light,#F7EFE1);letter-spacing:-.015em;margin-bottom:2rem}.legno-body{font-size:15px;line-height:1.8;color:rgba(247,239,225,.68);margin-bottom:1.2rem;max-width:460px}.legno-details{display:flex;gap:2rem;margin-top:2rem;padding-top:2rem;border-top:.5px solid rgba(247,239,225,.1);flex-wrap:wrap}.legno-detail__label{font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-bottom:.4rem}.legno-detail__value{font-size:13px;color:rgba(247,239,225,.75);font-style:italic}@media (max-width:900px){.legno-section{grid-template-columns:1fr}.legno-image{height:340px}.legno-text{padding:3rem 1.5rem}.legno-body{max-width:100%}.legno-details{gap:1.2rem}}.cta-section{background:linear-gradient(160deg,var(--bg-dark) 0,var(--bg-darker) 100%);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0,rgba(201,137,77,.18) 0,transparent 60%)}.cta-inner{position:relative;z-index:1;max-width:560px;margin:0 auto}.cta-title{font-size:clamp(22px,3.5vw,32px);font-weight:500;font-style:italic;color:var(--text-light);letter-spacing:-.01em;margin:.8rem 0 1rem;line-height:1.2}.cta-sub{font-size:15px;line-height:1.8;color:rgba(247,239,225,.65);margin-bottom:2rem}.cta-form{flex-direction:column;max-width:440px;margin:0 auto 1rem}.cta-form,.cta-form__row{display:flex;gap:8px}.cta-input{flex:1 1;padding:14px 20px;border-radius:var(--radius-pill);background:rgba(247,239,225,.08);border:.5px solid rgba(247,239,225,.2);color:var(--text-light);font-size:14px;font-family:var(--font-sans);transition:border-color .2s}.cta-input:focus{border-color:var(--accent);outline:none}.cta-input::placeholder{color:rgba(247,239,225,.35)}.cta-btn{background:var(--accent);color:#fff;font-size:13px;font-weight:500;padding:14px 24px;border-radius:var(--radius-pill);letter-spacing:.06em;cursor:pointer;border:none;font-family:var(--font-sans);transition:background .2s,transform .15s;white-space:nowrap}.cta-btn:hover:not(:disabled){background:var(--accent-light);transform:translateY(-1px)}.cta-btn:disabled{opacity:.6}.cta-success{font-size:15px;color:var(--accent-light);padding:1.2rem;border:1px solid rgba(232,184,122,.3);border-radius:var(--radius);margin-bottom:1rem;font-style:italic}.cta-error{font-size:12px;color:rgba(247,100,100,.8);margin-top:.5rem}.cta-disclaimer{font-size:11px;color:rgba(247,239,225,.35);letter-spacing:.06em;margin-top:.8rem}@media (max-width:600px){.cta-form,.cta-form__row{flex-direction:column}.cta-section{padding:3.5rem 1.5rem}}.cta-select{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='rgba(247,239,225,0.4)' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.cta-select option{background:#3A2E1F;color:#F7EFE1}.cta-select optgroup{color:#9A7F5C;font-size:11px}