@import url('https://fonts.googleapis.com/css2?family=Changa:wght@400;500;600;700&display=swap');
:root{--teal:#0a514d;--mint:#bceadf;--cream:#fff7e8;--orange:#f16d3a;--ink:#162d2b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.75 Changa,sans-serif}a{color:inherit;text-decoration:none}img{width:100%;height:100%;object-fit:cover;display:block}.shell{width:min(1200px,calc(100% - 40px));margin:auto}.top{height:86px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.55rem;font-weight:700;color:var(--teal)}.nav{display:flex;gap:25px}.book{background:var(--orange);color:white;border-radius:999px;padding:10px 20px}.hero{position:relative;height:700px;border-radius:34px;overflow:hidden}.hero img{filter:brightness(.66)}.hero-copy{position:absolute;inset:0;padding:70px;display:flex;flex-direction:column;justify-content:end;color:white;background:linear-gradient(transparent,#052d2a99)}.hero h1{font-size:clamp(3.4rem,8vw,7rem);line-height:1;margin:12px 0;max-width:800px}.pill{align-self:flex-start;background:var(--mint);color:var(--teal);padding:7px 14px;border-radius:999px}.searchbar{position:relative;margin:-34px auto 0;width:min(940px,calc(100% - 70px));background:white;border-radius:18px;padding:18px 24px;display:grid;grid-template-columns:repeat(3,1fr) auto;gap:20px;box-shadow:0 14px 40px #063b3420}.searchbar span{border-left:1px solid #ddd}.searchbar small{display:block;color:#6a7e79}.section{padding:100px 0}.head{text-align:center;max-width:720px;margin:0 auto 45px}.head h2{font-size:3.8rem;line-height:1.15;margin:0}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature{background:white;border-radius:22px;padding:26px}.feature strong{font-size:2rem;color:var(--orange)}.feature h3{font-size:1.35rem}.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center;background:var(--mint);padding:70px;border-radius:34px}.split h2{font-size:3.5rem;line-height:1.2}.list{display:grid;gap:12px}.list div{background:white;padding:14px 18px;border-radius:12px}.cta{background:var(--teal);color:white;padding:70px 0;text-align:center}.cta h2{font-size:3.5rem;margin:0 0 20px}.foot{background:#063c39;color:white;padding:28px 0}.foot .shell{display:flex;justify-content:space-between}.legal{padding:70px 0;min-height:72vh}.legal h1{font-size:3.2rem}.legal article{max-width:850px;background:white;border-radius:24px;padding:40px}.legal h2{color:var(--teal)}@media(max-width:760px){.nav{display:none}.hero{height:620px}.hero-copy{padding:35px}.searchbar{grid-template-columns:1fr;margin-top:20px}.searchbar span{border:0}.features{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr;padding:35px}.foot .shell{display:grid;gap:8px}}
