:root{--teal:#075e5a;--teal2:#0b7770;--cream:#fff9ec;--ink:#16302f;--muted:#617371;--line:#dce8e5;--bg:#f6fbf9;--white:#fff;--shadow:0 24px 70px rgba(7,94,90,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:linear-gradient(180deg,#f8fcfb 0,#fff 55%,#f5faf8 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit}.site-header{height:76px;max-width:1180px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:900;letter-spacing:.13em}.brand-mark{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:var(--cream);font-family:Georgia,serif;font-size:1.55rem;letter-spacing:0}.header-link{text-decoration:none;font-weight:750;color:var(--teal)}main{overflow:hidden}.hero-landing{max-width:1180px;margin:0 auto;min-height:620px;padding:60px 24px 90px;display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}.kicker,.section-kicker{margin:0 0 14px;color:var(--teal2);font-size:.75rem;letter-spacing:.16em;font-weight:900}.hero-copy h1{font-size:clamp(2.8rem,6vw,5.7rem);line-height:.95;letter-spacing:-.055em;margin:0;max-width:10ch}.lead{font-size:1.14rem;line-height:1.7;color:var(--muted);max-width:620px;margin:28px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 20px;border-radius:14px;text-decoration:none;font-weight:850}.primary{background:var(--teal);color:white;box-shadow:0 14px 30px rgba(7,94,90,.22)}.secondary{background:white;border:1px solid var(--line);color:var(--teal)}.microcopy{font-size:.78rem;color:#82928f;margin-top:16px}.route-card{width:min(100%,430px);aspect-ratio:4/5;margin:auto;background:var(--teal);color:var(--cream);border-radius:40px;box-shadow:var(--shadow);padding:30px;display:flex;flex-direction:column;transform:rotate(2deg)}.route-top{display:flex;justify-content:space-between;font-weight:900;letter-spacing:.14em}.route-map{position:relative;flex:1;margin:25px 0}.route-map svg{position:absolute;inset:0;width:100%;height:100%;color:#f2d9a6}.pin{position:absolute;width:21px;height:21px;background:var(--cream);border:6px solid #f2d9a6;border-radius:50%;z-index:2}.pin-a{left:9%;bottom:13%}.pin-b{left:55%;top:36%}.pin-c{right:4%;top:9%}.route-bottom{display:flex;flex-direction:column;font-size:1.25rem}.route-bottom span{font-size:.85rem;color:#c9e2dd;margin-top:3px}.section{max-width:1180px;margin:auto;padding:95px 24px}.section h2,.demo-cta h2{font-size:clamp(2rem,4vw,3.8rem);line-height:1.05;letter-spacing:-.04em;margin:0;max-width:15ch}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px}.steps article{background:white;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 10px 30px rgba(22,48,47,.05)}.steps article>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e2f1ee;color:var(--teal);font-weight:900}.steps h3{margin:24px 0 8px}.steps p{margin:0;color:var(--muted);line-height:1.6}.feature-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.feature-grid div{background:#e7f3f0;border-radius:18px;padding:22px;font-weight:750;line-height:1.4}.demo-cta{max-width:1130px;margin:60px auto 100px;padding:50px;border-radius:34px;background:var(--teal);color:white;display:flex;align-items:end;justify-content:space-between;gap:32px}.demo-cta .section-kicker{color:#a9d9d3}.light{background:var(--cream);color:var(--teal);white-space:nowrap}footer{max-width:1180px;margin:auto;padding:28px 24px 46px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:.88rem}footer a{text-decoration:none}@media(max-width:800px){.hero-landing{grid-template-columns:1fr;padding-top:35px;gap:45px}.route-card{max-width:340px}.steps{grid-template-columns:1fr}.feature-section{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.demo-cta{margin:35px 16px 70px;padding:32px;align-items:flex-start;flex-direction:column}.site-header{height:68px}.hero-copy h1{font-size:clamp(2.8rem,14vw,4.5rem)}footer{flex-direction:column;gap:8px}}

.form-page{max-width:980px;margin:0 auto;padding:54px 24px 100px}.form-intro{max-width:760px;margin-bottom:38px}.form-intro h1,.thanks-card h1{font-size:clamp(2.5rem,6vw,5rem);line-height:1;letter-spacing:-.05em;margin:0 0 22px}.form-intro>p:last-child,.thanks-card>p{color:var(--muted);line-height:1.7;font-size:1.08rem}.travel-form{display:flex;flex-direction:column;gap:22px}.travel-form fieldset{border:1px solid var(--line);background:#fff;border-radius:24px;padding:26px;margin:0;box-shadow:0 10px 30px rgba(22,48,47,.045)}.travel-form legend{font-weight:900;font-size:1.15rem;padding:0 10px;color:var(--teal)}.form-grid{display:grid;gap:18px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.spaced{margin-top:20px}.travel-form label{display:flex;flex-direction:column;gap:8px;font-size:.92rem;font-weight:750;color:var(--ink)}.travel-form label>span{color:#a74444}.travel-form input,.travel-form select,.travel-form textarea{width:100%;border:1px solid #cddbd8;background:#fbfefd;border-radius:12px;padding:13px 14px;font:inherit;color:var(--ink);outline:none}.travel-form input:focus,.travel-form select:focus,.travel-form textarea:focus{border-color:var(--teal2);box-shadow:0 0 0 3px rgba(11,119,112,.12)}.travel-form textarea{resize:vertical;line-height:1.45}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:8px}.choice-grid label{flex-direction:row;align-items:center;background:#f2f8f6;padding:12px 14px;border-radius:12px;font-weight:650}.choice-grid input,.consent input{width:auto;accent-color:var(--teal)}.consent{flex-direction:row!important;align-items:flex-start;margin-top:20px;font-weight:600!important;line-height:1.45}.consent span{color:var(--ink)!important}.form-submit{text-align:center;padding:16px 0}.form-submit button{border:0;cursor:pointer;font-size:1rem}.form-submit p{color:var(--muted);font-size:.86rem}.hidden-field{position:absolute;left:-9999px}.thanks-page{min-height:68vh;display:grid;place-items:center;padding:50px 24px}.thanks-card{max-width:760px;text-align:center;background:#fff;border:1px solid var(--line);padding:52px;border-radius:30px;box-shadow:var(--shadow)}.thanks-card .hero-actions{justify-content:center}.success-mark{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 24px;border-radius:50%;background:#e2f1ee;color:var(--teal);font-size:2rem;font-weight:900}
@media(max-width:700px){.form-grid.two,.choice-grid{grid-template-columns:1fr}.travel-form fieldset{padding:20px}.form-page{padding-top:34px}.thanks-card{padding:34px 22px}}

.form-submit button:disabled { opacity: .72; cursor: wait; }
.form-error { color: #a22b2b !important; font-weight: 700; }
.confirmation-note { margin-top: 1rem; padding: .9rem 1rem; border-radius: 12px; background: rgba(7,94,90,.08); font-weight: 700; }
