:root{--ink:#10231c;--green:#176b4c;--lime:#c9f26b;--paper:#f4f5ef;--white:#fff;--line:#dce2da;--muted:#66756e;--shadow:0 20px 60px rgba(16,35,28,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input{font:inherit}.topbar{height:72px;max-width:1200px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:10px;align-items:center;color:inherit;text-decoration:none;font-size:18px;font-weight:800}.brand-mark{display:grid;place-items:center;width:38px;height:38px;background:var(--ink);border-radius:12px}.ghost-link{color:var(--ink);font-weight:700;text-underline-offset:5px}.hero{max-width:1200px;min-height:390px;margin:0 auto;padding:60px 7%;border-radius:28px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;width:420px;height:420px;border:1px solid #ffffff18;border-radius:50%;right:-100px;top:-120px}.hero-copy{position:relative;max-width:630px}.eyebrow{color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:11px;margin:0 0 10px}.hero .eyebrow{color:var(--lime)}h1{font-size:clamp(45px,7vw,78px);line-height:.95;letter-spacing:-.055em;margin:0 0 26px}.hero h1 span{color:var(--lime)}.hero-copy>p:last-child{color:#c7d0cc;font-size:17px;max-width:520px}.hero-card{width:230px;background:#fff;color:var(--ink);border-radius:20px;padding:20px;position:relative;transform:rotate(3deg);box-shadow:var(--shadow)}.hero-card span{color:var(--muted);display:block}.hero-card strong{font-size:24px}.pitch{height:110px;margin-top:16px;border-radius:12px;background:#21855f;border:2px solid #ffffff88;display:grid;place-items:center;position:relative}.pitch:before,.pitch:after,.pitch i{content:"";position:absolute;border:2px solid #ffffff88}.pitch:before{width:55px;height:106px}.pitch:after{width:34px;height:34px;border-radius:50%}.pitch i{height:106px;border-width:0 2px 0 0}.pitch b{font-style:normal;z-index:1}.booking-shell{max-width:1200px;margin:70px auto;padding:0 24px 80px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.section-heading h2,.summary h2,dialog h2{font-size:32px;letter-spacing:-.035em;margin:0}.steps{display:flex;align-items:center}.steps span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);font-weight:700}.steps span.active{background:var(--green);color:white}.steps i{width:34px;height:1px;background:var(--line)}.booking-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:24px;align-items:start}.panel{background:white;border:1px solid #e7eae5;border-radius:22px;padding:28px;box-shadow:0 8px 30px rgba(16,35,28,.04)}fieldset{border:0;padding:0;margin:0 0 28px}legend{font-size:14px;font-weight:800;margin-bottom:12px}.choice-row{display:flex;gap:9px;flex-wrap:wrap}.choice{border:1px solid var(--line);background:#fff;border-radius:12px;padding:11px 17px;cursor:pointer;font-weight:700;color:var(--ink)}.choice:hover,.choice.selected{border-color:var(--green);background:#eaf6f0;color:var(--green)}.dates .choice{min-width:92px}.choice small{display:block;font-size:11px;color:var(--muted);font-weight:500}.field-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.field-card{text-align:left;border:1px solid var(--line);background:#fff;border-radius:14px;padding:15px;cursor:pointer}.field-card strong,.field-card span{display:block}.field-card span{color:var(--muted);font-size:13px}.field-card.selected{outline:2px solid var(--green);background:#f3faf6}.slot-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.slot{border:1px solid var(--line);border-radius:10px;padding:10px 4px;background:#fff;font-weight:750;cursor:pointer}.slot:hover,.slot.selected{background:var(--ink);color:#fff;border-color:var(--ink)}.muted{color:var(--muted)}.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-fields label{font-size:13px;font-weight:800}.contact-fields input{display:block;width:100%;margin-top:7px;border:1px solid var(--line);border-radius:11px;padding:12px 13px;outline:none}.contact-fields input:focus{border-color:var(--green);box-shadow:0 0 0 3px #176b4c18}.summary{position:sticky;top:20px}.summary dl{margin:24px 0}.summary dl div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #edf0ec}.summary dt{color:var(--muted)}.summary dd{margin:0;font-weight:750;text-align:right}.total{display:flex;align-items:end;justify-content:space-between;margin:22px 0}.total strong{font-size:26px}.primary{width:100%;border:0;background:var(--green);color:white;padding:15px;border-radius:13px;font-weight:800;cursor:pointer}.primary:hover{filter:brightness(.94)}.primary:disabled{background:#b8c0bc;cursor:not-allowed}.fineprint{font-size:12px;color:var(--muted);text-align:center}.notice{border-radius:12px;padding:12px 16px;margin-bottom:16px;background:#fff0dd;color:#854b00}.notice.error{background:#ffe7e7;color:#9a2929}dialog{border:0;border-radius:24px;padding:36px;max-width:430px;width:calc(100% - 32px);text-align:center;box-shadow:var(--shadow)}dialog::backdrop{background:#07150fbb;backdrop-filter:blur(4px)}.dialog-close{position:absolute;right:15px;top:12px;border:0;background:none;font-size:25px;cursor:pointer}.success-icon{width:56px;height:56px;background:#e7f7ef;color:var(--green);border-radius:50%;display:grid;place-items:center;font-size:25px;margin:0 auto 18px}.channel-links{display:grid;gap:10px;margin:24px 0}.channel-links a{padding:14px;border-radius:12px;text-decoration:none;color:white;font-weight:800}.channel-links .whatsapp{background:#1fa855}.channel-links .telegram{background:#229ed9}@media(max-width:800px){.hero{border-radius:0;padding:55px 24px}.hero-card{display:none}.booking-grid{grid-template-columns:1fr}.summary{position:static;order:-1}.slot-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:520px){.topbar{height:62px;padding:0 16px}.hero{min-height:350px}.booking-shell{margin-top:45px;padding:0 14px 60px}.section-heading{align-items:start}.steps{display:none}.panel{padding:20px;border-radius:18px}.field-list,.contact-fields{grid-template-columns:1fr}.slot-grid{grid-template-columns:repeat(3,1fr)}.dates{flex-wrap:nowrap;overflow:auto;padding-bottom:5px}.dates .choice{flex:0 0 auto}.summary dl{margin:14px 0}}
