/* Family Request pages — uses the existing Sunshine visual system. */
.family-request-intro{padding:66px 0 50px;text-align:center;border-bottom:1px solid var(--line);background:linear-gradient(120deg,#fffdf7,#fff7e4 55%,#f7f1eb)}
.family-request-intro h1{max-width:760px;margin:auto}.family-request-intro .body-large{max-width:690px;margin:22px auto 0}.request-promises{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:27px}.request-promises span{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid var(--line);border-radius:100px;background:var(--paper);font-size:12px;font-weight:600;color:var(--green)}.request-promises .icon{width:15px;height:15px}
.request-steps{padding:68px 0 44px}.request-steps .section-title{margin-inline:auto;text-align:center}.request-steps .section-title .eyebrow{justify-content:center}.request-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.request-step{padding:25px;border:1px solid var(--line);border-radius:20px;background:var(--paper)}.request-step-number{display:inline-flex;width:31px;height:31px;align-items:center;justify-content:center;border-radius:50%;background:var(--yellow-soft);color:var(--green);font-weight:800;font-size:12px;margin-bottom:16px}.request-step h3{font-size:21px;margin-bottom:9px}.request-step p{font-size:14px;line-height:1.7}
.request-form-section{padding:50px 0 86px}.request-form-heading{text-align:center;margin:0 auto 28px}.request-form-heading h2{font-size:clamp(2rem,3vw,2.7rem)}.request-frame-shell{max-width:960px;margin:auto;background:var(--paper);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.request-frame{display:block;width:100%;min-height:760px;border:0;background:var(--paper)}.request-fallback{max-width:960px;margin:19px auto 0;text-align:center;font-size:13px}.request-fallback a{font-weight:700;text-decoration:underline;text-underline-offset:4px}.request-fallback a:hover{color:var(--green)}
.request-contact{padding:0 0 88px}.request-contact-card{max-width:960px;margin:auto;padding:30px 34px;border-radius:22px;background:var(--mint);display:flex;align-items:center;justify-content:space-between;gap:26px}.request-contact-card h2{font-size:clamp(1.7rem,2.6vw,2.25rem);margin-bottom:8px}.request-contact-card p{font-size:14px}.request-contact-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.request-contact-actions .btn{background:var(--paper);border-color:#c9d7cc;font-size:13px}.request-contact-actions .btn:hover{background:#fff}
@media(max-width:800px){.family-request-intro{padding:41px 0 39px}.family-request-intro h1{font-size:39px}.family-request-intro .body-large{font-size:15px;margin-top:18px}.request-promises{justify-content:flex-start;gap:8px;margin-top:23px}.request-promises span{font-size:11px;padding:7px 10px}.request-steps{padding:59px 0 30px}.request-steps .section-title{text-align:left;margin-bottom:25px}.request-steps .section-title .eyebrow{justify-content:flex-start}.request-steps-grid{grid-template-columns:1fr;gap:11px}.request-step{padding:22px}.request-step h3{font-size:20px}.request-form-section{padding:46px 0 62px}.request-form-heading{text-align:left;margin-bottom:22px}.request-frame-shell{border-radius:18px}.request-frame{min-height:820px}.request-fallback{text-align:left;font-size:12px;margin-top:15px}.request-contact{padding-bottom:64px}.request-contact-card{padding:27px;display:block}.request-contact-card h2{font-size:30px}.request-contact-actions{justify-content:flex-start;margin-top:20px}.request-contact-actions .btn{min-height:48px}}
@media(max-width:480px){.family-request-intro h1{font-size:35px}.request-promises{display:grid;grid-template-columns:1fr}.request-promises span{width:100%}.request-frame{min-height:870px}.request-contact-card{padding:24px}.request-contact-actions{display:grid;grid-template-columns:1fr}.request-contact-actions .btn{width:100%}}
