.landing-page{background:#fffefb}.landing-hero{padding:52px 0 76px;background:linear-gradient(135deg,#eef5ee,#fff4e7);text-align:center}.landing-breadcrumb{display:flex;justify-content:center;gap:8px;margin-bottom:30px;color:#6b7774;font-size:12px}.landing-breadcrumb a{text-underline-offset:3px}.landing-hero h1{max-width:850px;margin:14px auto 20px;color:var(--teal);font-family:'Fraunces',serif;font-size:clamp(42px,6vw,66px);line-height:1.04;letter-spacing:-.035em}.landing-hero p{max-width:740px;margin:0 auto 26px;color:#5f6d69;font-size:18px;line-height:1.7}.landing-hero .button{min-height:51px;padding:13px 21px}.landing-start{position:relative;z-index:2;margin-top:-32px;padding:27px 30px;border:1px solid #e5ded2;border-radius:19px;background:#fff;box-shadow:0 16px 45px rgba(44,42,38,.1);display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:35px;scroll-margin-top:20px}.landing-start h2{margin:5px 0 6px;color:var(--teal);font-family:'Fraunces',serif;font-size:29px;line-height:1.15}.landing-start p{margin:0;color:var(--muted);font-size:13px}.landing-start form label,.landing-start form small{display:block}.landing-start form label{margin-bottom:6px;color:var(--teal);font-size:11px;font-weight:800}.landing-start form>div{display:flex;overflow:hidden;border:1px solid #d8d5cd;border-radius:11px}.landing-start input{min-width:0;min-height:49px;flex:1;padding:11px 12px;border:0;outline:0;font-size:16px}.landing-start button{border-radius:0;padding-inline:18px;white-space:nowrap}.landing-start form small{margin-top:6px;color:var(--muted);font-size:10px}.landing-heading{max-width:760px;margin:0 auto 34px;text-align:center}.landing-heading h2,.landing-copy h2,.landing-final h2{margin:8px 0 14px;color:var(--teal);font-family:'Fraunces',serif;font-size:clamp(32px,4vw,44px);line-height:1.1}.landing-benefits{padding:94px 0}.landing-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.landing-benefit-grid article{padding:24px 20px;border:1px solid #e3e9e2;border-radius:16px;background:#f6f8f4}.landing-benefit-grid article>span{display:grid;width:43px;height:43px;place-items:center;border-radius:13px;background:#fff0e8;color:var(--orange);font-size:21px;font-weight:800}.landing-benefit-grid h3{margin:15px 0 7px;color:var(--teal);font-family:'Fraunces',serif;font-size:20px;line-height:1.2}.landing-benefit-grid p,.landing-how p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.landing-how{padding:78px 0;background:var(--teal);color:#fff}.landing-how .section-kicker{color:#f6a17f}.landing-how h2{color:#fff}.landing-how ol{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:0;padding:0;list-style:none}.landing-how li{display:flex;gap:14px;align-items:flex-start;padding:21px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:rgba(255,255,255,.06)}.landing-how li>span{display:grid;flex:0 0 31px;width:31px;height:31px;place-items:center;border-radius:9px;background:var(--orange);font-size:12px;font-weight:800}.landing-how h3{margin:2px 0 6px;font-family:'Fraunces',serif;font-size:19px}.landing-how p{color:#c9d9d4}.landing-copy{padding:90px 0 25px}.landing-copy h2{margin-top:48px;font-size:34px}.landing-copy h2:first-child{margin-top:0}.landing-copy>p{color:#54625f;font-size:16px;line-height:1.82}.landing-inspiration{margin:58px 0 35px;padding:28px;border:1px solid #eadfd2;border-radius:18px;background:#fff8ee}.landing-inspiration h2{margin-top:0;font-size:29px}.landing-inspiration ul{display:flex;flex-wrap:wrap;gap:9px;margin:0;padding:0;list-style:none}.landing-inspiration li{padding:9px 12px;border:1px solid #eadfd2;border-radius:99px;background:#fff;color:#52615d;font-size:12px}.landing-related{padding:65px 0;background:#f2f5ef}.landing-related .section-kicker{display:block;margin-bottom:14px}.landing-related>div>div{display:grid;grid-template-columns:1fr 1fr;gap:13px}.landing-related a{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:19px;border:1px solid #dfe7de;border-radius:14px;background:#fff;color:var(--teal);text-decoration:none}.landing-related a:hover{border-color:#efaa8d;transform:translateY(-1px)}.landing-related strong{font-family:'Fraunces',serif;font-size:17px;line-height:1.25}.landing-related a>span{color:var(--orange);font-size:20px}.landing-faq{padding:85px 0}.landing-faq .faq-list{width:100%}.landing-final{padding:68px 0;background:#fff0e8;text-align:center}.landing-final>div>span{display:grid;width:52px;height:52px;margin:0 auto 12px;place-items:center;border-radius:16px;background:var(--orange);color:#fff;font-size:26px}.landing-final h2{margin-inline:auto}.landing-final p{margin:0 auto 22px;color:var(--muted)}
@media(max-width:900px){.landing-benefit-grid{grid-template-columns:repeat(2,1fr)}.landing-start{grid-template-columns:1fr}.landing-how ol{grid-template-columns:1fr}}
@media(max-width:620px){.landing-hero{padding:35px 0 62px}.landing-breadcrumb{justify-content:flex-start;overflow:hidden;margin-bottom:24px;text-align:left;white-space:nowrap}.landing-breadcrumb span:last-child{overflow:hidden;text-overflow:ellipsis}.landing-hero{text-align:left}.landing-hero h1{font-size:39px}.landing-hero p{font-size:16px}.landing-hero .button{width:100%}.landing-start{width:calc(100% - 24px);margin-top:-28px;padding:21px 18px;gap:21px}.landing-start h2{font-size:26px}.landing-start form>div{display:grid}.landing-start button{min-height:48px}.landing-benefits,.landing-copy,.landing-faq{padding-block:68px}.landing-benefit-grid{grid-template-columns:1fr}.landing-how{padding-block:62px}.landing-how li{padding:18px}.landing-copy h2{font-size:30px}.landing-copy>p{font-size:15px}.landing-inspiration{padding:21px 18px}.landing-related{padding-block:52px}.landing-related>div>div{grid-template-columns:1fr}.landing-final{padding-block:56px}.landing-final .button{width:100%}}
.landing-faq .faq-list{width:100%;margin:auto;border-top:1px solid var(--line)}.landing-faq .faq-list details{border-bottom:1px solid var(--line)}.landing-faq .faq-list summary{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;color:var(--teal);font-family:'Fraunces',serif;font-size:19px;font-weight:750}.landing-faq .faq-list summary::-webkit-details-marker{display:none}.landing-faq .faq-list summary span{display:grid;flex:0 0 30px;width:30px;height:30px;place-items:center;border-radius:50%;background:#edf3ec;color:var(--orange);font-family:system-ui,sans-serif;transition:transform .2s}.landing-faq .faq-list details[open] summary span{transform:rotate(45deg)}.landing-faq .faq-list p{max-width:720px;margin:0;padding:0 48px 21px 0;color:var(--muted);font-size:14px;line-height:1.75}@media(max-width:620px){.landing-faq .faq-list summary{padding-block:13px;font-size:17px;line-height:1.3}.landing-faq .faq-list p{padding-right:0}}
