:root {
    --willow-navy: #112f4f;
    --willow-blue: #148ccb;
    --willow-blue-dark: #0c6fa8;
    --willow-pale: #e9f6fd;
    --willow-pale-2: #f5fbfe;
    --willow-ink: #17324d;
    --willow-muted: #62788b;
    --willow-border: #d5e6ef;
    --willow-white: #fff;
}

body { color: var(--willow-ink); background: #fff; }
body, button, input, textarea { font-family: "DM Sans", sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: "Red Hat Display", sans-serif; color: var(--willow-navy); }

/* Home-only adaptation of the existing site header. */
.header-one { background: #fff !important; box-shadow: 0 1px 12px rgba(17, 47, 79, .07) !important; }
.header-one .header-top-area-wrapper { display: none !important; }
.header-one .header-main { padding: 0 !important; }
.header-one .header-main-one-wrapper { height: 82px !important; }
.header-one .thumbnail img.logohead { max-height: 52px !important; width: auto !important; }
.header-one .nav-area > ul > li > a { color: var(--willow-navy) !important; font-size: 15px !important; font-weight: 600 !important; }
.header-one .button-area .rts-btn { border-radius: 999px !important; background: var(--willow-blue) !important; padding: 12px 24px !important; }
.header-one .willow-header-cta { margin-left: 10px !important; }
.header-one #menu-btn { display: none; }

.btw-home { overflow: hidden; background: #fff; }
.btw-home *, .btw-home *::before, .btw-home *::after { box-sizing: border-box; }
.btw-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.btw-section { padding: 88px 0; }
.btw-kicker, .btw-eyebrow { margin: 0 0 12px; color: var(--willow-blue-dark); font-size: 13px; line-height: 1.3; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.btw-heading h2, .btw-split h2, .btw-review h2, .btw-pricing h2, .btw-guides h2, .btw-final-cta h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.btw-heading--center { text-align: center; }
.btw-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 28px; border: 2px solid var(--willow-blue); border-radius: 999px; background: var(--willow-blue); color: #fff !important; font-size: 15px; font-weight: 800; text-decoration: none !important; transition: .2s ease; }
.btw-btn:hover { transform: translateY(-2px); background: var(--willow-blue-dark); border-color: var(--willow-blue-dark); }
.btw-btn--outline { background: transparent; color: var(--willow-navy) !important; border-color: var(--willow-navy); }
.btw-btn--outline:hover { color: #fff !important; background: var(--willow-navy); border-color: var(--willow-navy); }
.btw-text-link { color: var(--willow-blue-dark) !important; font-size: 14px; font-weight: 800; text-decoration: none !important; }
.btw-text-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.btw-text-link:hover span { transform: translateX(4px); }

.btw-hero { position: relative; min-height: 600px; display: flex; align-items: center; background: #f8f6ef url('../images/herobanner.png') center 52% / cover no-repeat; }
.btw-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 38%, rgba(255,255,255,.2) 67%, rgba(255,255,255,.02) 100%); }
.btw-hero__inner { position: relative; z-index: 1; }
.btw-hero__copy { width: min(590px, 55%); padding: 80px 0; }
.btw-hero h1 { margin: 0 0 22px; font-size: clamp(52px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; }
.btw-hero h1 br { display: block !important; }
.btw-hero__copy > p:not(.btw-eyebrow) { max-width: 520px; margin: 0; color: #526a7e; font-size: 18px; line-height: 1.65; }
.btw-actions { display: flex; align-items: center; gap: 26px; margin-top: 32px; }

.btw-essentials { padding-bottom: 76px; }
.btw-essential-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; margin-top: 54px; }
.btw-essential-card { text-align: center; color: inherit !important; text-decoration: none !important; }
.btw-line-icon { display: flex; width: 76px; height: 76px; align-items: center; justify-content: center; margin: 0 auto 16px; }
.btw-line-icon svg { width: 68px; height: 68px; fill: none; stroke: var(--willow-navy); stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.btw-line-icon img { display: block; width: 76px; height: 76px; object-fit: contain; }
.btw-essential-card h3 { margin: 0 0 10px; font-size: 20px; }
.btw-essential-card p { max-width: 300px; margin: 0 auto; color: var(--willow-muted); font-size: 15px; line-height: 1.6; }
.btw-essential-card:hover .btw-line-icon { transform: translateY(-4px); transition: .2s ease; }

.btw-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 530px; }
.btw-split__media { min-height: 460px; overflow: hidden; }
.btw-split__media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.btw-split__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(48px, 7vw, 105px); }
.btw-split__content > p:not(.btw-kicker) { max-width: 590px; margin: 22px 0 28px; color: var(--willow-muted); font-size: 16px; line-height: 1.75; }
.btw-split--blue { background: var(--willow-pale); }
.btw-split--blue .btw-split__media img { object-position: 50% 45%; }
.btw-steps { width: 100%; max-width: 590px; margin: 30px 0 22px; padding: 0; list-style: none; }
.btw-steps li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; margin-bottom: 20px; }
.btw-steps li > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #d4ecf9; color: var(--willow-navy); font-weight: 800; }
.btw-steps strong { display: block; margin-bottom: 3px; color: var(--willow-navy); font-size: 16px; }
.btw-steps p { margin: 0; color: var(--willow-muted); font-size: 14px; }

.btw-quote { padding: 56px 0; text-align: center; }
.btw-quote blockquote { margin: 0 0 8px; color: var(--willow-navy); font-family: "Red Hat Display", sans-serif; font-size: clamp(24px, 3vw, 36px); font-weight: 750; letter-spacing: -.02em; }
.btw-quote p { margin: 0; color: var(--willow-muted); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.btw-stars { margin-top: 10px; color: var(--willow-blue); letter-spacing: .2em; }
.btw-split--reassurance { background: #fff; }
.btw-split--reassurance .btw-split__media img { object-position: 50% 45%; }

.btw-review { padding: 78px 0; color: #fff; background: linear-gradient(115deg, #064f77, #087eaf 60%, #045779); }
.btw-review h2, .btw-review .btw-kicker { color: #fff; }
.btw-review__inner { display: grid; grid-template-columns: .85fr 1.4fr; gap: 80px; align-items: center; }
.btw-review__intro > p:last-child { max-width: 500px; margin: 18px 0 0; color: rgba(255,255,255,.8); line-height: 1.65; }
.btw-review__flow { display: grid; grid-template-columns: repeat(4, 1fr); }
.btw-review__flow > div { position: relative; padding-right: 20px; }
.btw-review__flow > div:not(:last-child)::after { content: ""; position: absolute; top: 16px; left: 42px; right: 8px; height: 1px; background: rgba(255,255,255,.52); }
.btw-review__flow span { position: relative; z-index: 1; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #fff; color: var(--willow-navy); font-weight: 800; }
.btw-review__flow p { max-width: 105px; margin: 12px 0 0; color: #fff; font-size: 13px; line-height: 1.35; }

.btw-pricing { background: #fff; }
.btw-pricing > .btw-shell { display: grid; grid-template-columns: 300px 1fr; gap: 48px; align-items: start; }
.btw-pricing__intro { padding-top: 18px; }
.btw-pricing__intro > p:last-child { margin-top: 18px; color: var(--willow-muted); line-height: 1.65; }
.btw-pricing__cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.btw-price-card { display: flex; min-height: 430px; flex-direction: column; padding: 38px; border: 1px solid var(--willow-border); border-radius: 8px; background: #fff; box-shadow: 0 14px 40px rgba(27, 75, 105, .07); }
.btw-price-card--featured { border-color: var(--willow-blue); }
.btw-price-card__label { margin: 0 0 4px; color: var(--willow-navy); font-size: 16px; font-weight: 800; }
.btw-price-card__price { color: var(--willow-blue-dark); font-family: "Red Hat Display", sans-serif; font-size: 42px; line-height: 1.1; font-weight: 800; }
.btw-price-card__features { flex: 1; margin: 26px 0; color: var(--willow-muted); font-size: 14px; line-height: 1.65; }
.btw-price-card__features ul { margin: 0; padding: 0; list-style: none; }
.btw-price-card__features li, .btw-price-card__features p { position: relative; margin: 0 0 10px; }
.btw-price-card__features li { padding-left: 24px; }
.btw-price-card__features li::before { content: "✓"; position: absolute; left: 0; color: var(--willow-blue); font-weight: 900; }

.btw-guides { background: var(--willow-pale); }
.btw-guides__layout { display: grid; grid-template-columns: 270px 1fr; gap: 48px; align-items: center; }
.btw-guides__intro > p:not(.btw-kicker) { margin: 18px 0; color: var(--willow-muted); line-height: 1.65; }
.btw-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.btw-guide-card { overflow: hidden; background: #fff; border-radius: 6px; box-shadow: 0 9px 28px rgba(17, 47, 79, .06); }
.btw-guide-card__image { display: block; height: 175px; overflow: hidden; }
.btw-guide-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease; }
.btw-guide-card:hover img { transform: scale(1.04); }
.btw-guide-card__body { padding: 20px; }
.btw-guide-card h3 { min-height: 50px; margin: 0 0 16px; font-size: 18px; line-height: 1.38; }
.btw-guide-card h3 a { color: inherit; text-decoration: none; }

.btw-final-cta { padding: 76px 0; text-align: center; background: var(--willow-pale-2); }
.btw-final-cta .btw-btn { margin-top: 26px; }
.btw-home-footer { padding: 42px 0 34px; background: #fff; border-top: 1px solid var(--willow-border); }
.btw-home-footer__inner { display: grid; grid-template-columns: 1fr auto 1fr; gap: 40px; align-items: center; }
.btw-home-footer__brand { display: flex; flex-direction: column; align-items: flex-start; color: var(--willow-muted) !important; text-decoration: none !important; font-size: 12px; }
.btw-home-footer__brand img { width: auto; max-width: 165px; max-height: 52px; margin-bottom: 8px; }
.btw-home-footer nav { display: flex; gap: 25px; }
.btw-home-footer nav a, .btw-home-footer__legal a { color: var(--willow-navy); font-size: 13px; text-decoration: none; }
.btw-home-footer__legal { justify-self: end; text-align: right; color: var(--willow-muted); font-size: 11px; }
.btw-home-footer__legal p { margin: 0 0 5px; }
.btw-home-footer__legal a { margin-left: 14px; font-size: 11px; }

.btw-home ~ .footer-8-area-bg { display: none !important; }

@media (max-width: 1199px) {
    .header-one #menu-btn { display: block; }
    .header-one .willow-header-cta { display: none !important; }
    .btw-review__inner, .btw-pricing > .btw-shell { grid-template-columns: 1fr; gap: 40px; }
    .btw-pricing__intro { max-width: 620px; }
}

@media (max-width: 900px) {
    .btw-shell { width: min(100% - 36px, 720px); }
    .btw-section { padding: 70px 0; }
    .btw-hero { min-height: 620px; background-position: 64% center; }
    .btw-hero::before { background: linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.86) 55%, rgba(255,255,255,.28)); }
    .btw-hero__copy { width: 72%; }
    .btw-essential-grid { gap: 24px; }
    .btw-split { grid-template-columns: 1fr; }
    .btw-split__media { min-height: 390px; }
    .btw-split__content { padding: 64px max(24px, calc((100vw - 720px) / 2)); }
    .btw-split--reassurance .btw-split__content { order: 2; }
    .btw-review__flow { max-width: 680px; }
    .btw-guides__layout { grid-template-columns: 1fr; }
    .btw-guides__intro { max-width: 520px; }
    .btw-home-footer__inner { grid-template-columns: 1fr; text-align: center; }
    .btw-home-footer__brand { align-items: center; }
    .btw-home-footer nav { justify-content: center; flex-wrap: wrap; }
    .btw-home-footer__legal { justify-self: center; text-align: center; }
}

@media (max-width: 680px) {
    .header-one .header-main-one-wrapper { height: 70px !important; }
    .header-one .thumbnail img.logohead { max-height: 42px !important; }
    .header-one .button-area .rts-btn { display: none !important; }
    .btw-shell { width: calc(100% - 32px); }
    .btw-hero { min-height: 640px; align-items: flex-end; background-position: 58% center; }
    .btw-hero::before { background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.95) 52%, #fff 100%); }
    .btw-hero__copy { width: 100%; padding: 230px 0 58px; }
    .btw-hero h1 { font-size: 46px; }
    .btw-hero__copy > p:not(.btw-eyebrow) { font-size: 16px; line-height: 1.55; }
    .btw-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
    .btw-essential-grid { grid-template-columns: 1fr; gap: 42px; }
    .btw-split__media { min-height: 310px; }
    .btw-split__content { padding: 52px 20px; }
    .btw-review__flow { grid-template-columns: repeat(2, 1fr); gap: 28px 12px; }
    .btw-review__flow > div:nth-child(2)::after { display: none; }
    .btw-pricing__cards, .btw-guide-grid { grid-template-columns: 1fr; }
    .btw-price-card { min-height: 0; padding: 30px; }
    .btw-guide-card h3 { min-height: 0; }
    .btw-home-footer nav { gap: 14px 20px; }
}
