.will-thanks { background: var(--paper); color: var(--text); }
.will-thanks__hero { position: relative; overflow: hidden; padding: clamp(62px, 8vw, 104px) 0; background: var(--navy); color: #fff; }
.will-thanks__hero .will-shell { position: relative; z-index: 1; }
.will-thanks__hero::after { position: absolute; top: 50%; right: max(4vw, 34px); width: min(25vw, 310px); height: min(25vw, 310px); background: url('../../images/logo.png') center / contain no-repeat; content: ''; opacity: .1; pointer-events: none; transform: translateY(-50%); }
.will-thanks__eyebrow { margin: 0 0 13px; color: #d9bd84; font-size: 13px; font-weight: 700; letter-spacing: .15em; }
.will-thanks h1 { margin: 0; color: #fff; font: 600 clamp(38px, 5.2vw, 62px) / 1.35 'Shippori Mincho', serif; }
.will-thanks__hero p:last-child { max-width: 660px; margin: 18px 0 0; color: #e4edf5; font-size: clamp(16px, 1.8vw, 19px); }
.will-thanks__content { padding: clamp(62px, 9vw, 112px) 0; }
.will-thanks__card { max-width: 830px; margin: 0 auto; padding: clamp(38px, 6vw, 72px); border-top: 3px solid var(--gold); background: #fff; box-shadow: 0 14px 34px rgb(4 26 53 / 8%); text-align: center; }
.will-thanks__mark { display: grid; width: 48px; height: 48px; place-items: center; margin: 0 auto 20px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 25px; line-height: 1; }
.will-thanks__card h2 { margin: 0; color: var(--navy); font: 600 clamp(28px, 3.2vw, 42px) / 1.45 'Shippori Mincho', serif; }
.will-thanks__card > p { max-width: 620px; margin: 24px auto 0; color: var(--muted); font-size: clamp(16px, 1.7vw, 18px); line-height: 1.9; }
.will-thanks__card strong { color: var(--navy); }
.will-thanks__card .will-thanks__note { margin-top: 19px; padding: 17px 20px; border-left: 3px solid var(--gold); background: var(--paper); font-size: 15px; text-align: left; }
.will-thanks__actions { display: grid; justify-items: center; gap: 18px; margin-top: 36px; }
.will-thanks__button { display: inline-flex; min-width: min(100%, 360px); min-height: 60px; align-items: center; justify-content: center; padding: 12px 24px; background: var(--gold); color: #fff; font-size: 18px; font-weight: 700; text-decoration: none; }
.will-thanks__text-link { color: var(--navy); font-weight: 700; text-underline-offset: 5px; }
.will-thanks__text-link span { margin-left: 7px; color: var(--gold); }
@media (max-width: 760px) { .will-thanks__hero { padding: 53px 0; } .will-thanks__hero::after { right: -20px; width: 190px; height: 190px; opacity: .08; } .will-thanks__eyebrow { font-size: 11px; } .will-thanks__card { padding: 38px 20px; text-align: left; } .will-thanks__mark { margin-left: 0; } .will-thanks__card > p { margin-left: 0; } .will-thanks__actions { justify-items: stretch; } .will-thanks__button { width: 100%; } .will-thanks__text-link { text-align: center; } }
