/* LOOM authority, trust and local-conversion layer — 2026-08-21 */

.trust-bar {
  position: relative;
  z-index: 5;
  color: #fff;
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.trust-bar-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-bar span { min-height: 112px; padding: 28px 24px; display: grid; align-content: center; border-right: 1px solid rgba(255,255,255,.14); }
.trust-bar span:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.trust-bar b { font-size: 13px; line-height: 1.3; letter-spacing: .02em; }
.trust-bar small { margin-top: 5px; color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }

.svc-list .t { color: inherit; text-decoration: none; }
.svc-list .t::after { content: " ↗"; font-size: .48em; vertical-align: top; opacity: 0; transition: opacity .25s, transform .25s; display: inline-block; }
.svc-list li:hover .t::after, .svc-list .t:focus-visible::after { opacity: .55; transform: translate(3px,-2px); }

.authority { padding: clamp(90px, 12vw, 170px) 0; background: #f8f9fc; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.authority-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(40px, 7vw, 110px); align-items: end; }
.authority-head .lead { max-width: 590px; margin: 0 0 8px; }
.authority-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(50px, 8vw, 100px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.authority-card { min-height: 290px; padding: 34px clamp(22px, 3vw, 44px) 40px; border-right: 1px solid var(--line); }
.authority-card:first-child { border-left: 1px solid var(--line); }
.authority-card > span { display: inline-grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; letter-spacing: .08em; }
.authority-card h3 { margin: 62px 0 12px; font-size: clamp(24px, 2.5vw, 38px); line-height: 1; letter-spacing: -.045em; }
.authority-card p { max-width: 390px; color: var(--ink-soft); line-height: 1.75; }
.insurance-note { margin: 28px 0 0; padding: 20px 24px; border-left: 3px solid var(--blue); color: var(--ink-soft); background: rgba(223,233,242,.45); line-height: 1.65; }
.insurance-note strong { color: var(--ink); }

.how-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; }
#contact, #quote-form { scroll-margin-top: 110px; }

.contact-hub {
  position: relative;
  padding: clamp(90px, 11vw, 150px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(190,116,82,.20), transparent 29%),
    radial-gradient(circle at 92% 82%, rgba(113,136,166,.24), transparent 34%),
    linear-gradient(135deg, #f5eee8 0%, #f8f9fc 54%, #e8eef5 100%);
  border-top: 1px solid rgba(32,35,58,.1);
}
.contact-hub::before { content: ""; position: absolute; width: 310px; height: 310px; right: 8%; top: -190px; border: 1px solid rgba(184,105,74,.22); border-radius: 50%; box-shadow: 0 0 0 58px rgba(184,105,74,.045), 0 0 0 116px rgba(113,136,166,.035); pointer-events: none; }
.contact-hub-head { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(35px, 7vw, 100px); align-items: end; }
.contact-hub-head .lead { max-width: 570px; margin: 0 0 8px; }
.contact-hub-head .label { color: #9a5a43; }
.contact-hub-head .h-big { color: #a66047; text-shadow: 0 16px 42px rgba(166,96,71,.12); }
.contact-hub-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: clamp(48px, 7vw, 85px); }
.contact-card { grid-column: span 2; min-height: 220px; padding: 28px; display: flex; flex-direction: column; color: var(--ink); background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.72); border-radius: 26px; box-shadow: 0 24px 55px -38px rgba(32,35,58,.42), inset 0 1px 0 rgba(255,255,255,.75); backdrop-filter: blur(10px); text-decoration: none; transition: color .3s, background .3s, border-color .3s, box-shadow .3s, transform .3s; }
.contact-card:nth-child(4), .contact-card:nth-child(5) { grid-column: span 3; }
.contact-card:nth-child(1) { background: linear-gradient(145deg, rgba(255,250,244,.94), rgba(244,224,212,.78)); }
.contact-card:nth-child(2) { background: linear-gradient(145deg, rgba(250,250,255,.94), rgba(221,226,244,.82)); }
.contact-card:nth-child(3) { background: linear-gradient(145deg, rgba(248,253,249,.94), rgba(211,232,219,.82)); }
.contact-card:nth-child(4) { background: linear-gradient(145deg, rgba(255,248,250,.94), rgba(240,215,222,.80)); }
.contact-card:nth-child(5) { background: linear-gradient(145deg, rgba(247,251,255,.94), rgba(210,226,242,.82)); }
.contact-card span { align-self: flex-start; padding: 8px 11px; color: #8d533e; background: rgba(255,255,255,.58); border: 1px solid rgba(32,35,58,.08); border-radius: 100px; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-card strong { margin-top: auto; overflow-wrap: anywhere; font-size: clamp(17px, 1.7vw, 25px); line-height: 1.2; letter-spacing: -.035em; }
.contact-card small { margin-top: 8px; color: var(--ink-soft); font-size: 11px; }
.contact-card:hover { z-index: 2; color: #fff; background: linear-gradient(145deg, #a66047, #363c5c); border-color: rgba(255,255,255,.34); box-shadow: 0 34px 70px -34px rgba(32,35,58,.72); transform: translateY(-7px) rotate(-.35deg); }
.contact-card:hover span, .contact-card:hover small { color: rgba(255,255,255,.65); }
.contact-card:hover span { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.18); }
.booking-intro-copy { max-width: 580px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.75; }
.booking-points { list-style: none; margin: 30px 0 0; padding: 0; color: rgba(255,255,255,.8); }
.booking-points li { position: relative; padding: 14px 0 14px 28px; border-bottom: 1px solid rgba(255,255,255,.12); }
.booking-points li::before { content: "✓"; position: absolute; left: 0; color: #b9cae0; font-weight: 800; }

/* Site-wide evolution of the LOOM visual language: soft geometry + warm contrast. */
.svc {
  background:
    radial-gradient(circle at 88% 12%, rgba(184,105,74,.13), transparent 26%),
    linear-gradient(155deg, #f8f9fc 0%, #f4ede8 100%);
}
.svc .label, .how .label, .rv .label, .areas .label, .faq .label, .host-care .label, .authority .label { color: #9a5a43; }
.svc-list { display: grid; gap: 12px; }
.svc-list li {
  padding: 25px 26px;
  border: 1px solid rgba(32,35,58,.09);
  border-radius: 22px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 20px 45px -38px rgba(32,35,58,.45);
  transition: padding-left .35s, transform .35s, box-shadow .35s, background .35s;
}
.svc-list li:nth-child(2), .svc-list li:nth-child(5) { background: rgba(233,225,239,.66); }
.svc-list li:nth-child(3), .svc-list li:nth-child(6) { background: rgba(232,239,234,.68); }
.svc-list li:hover { padding-left: 32px; background: #fff; box-shadow: 0 28px 56px -36px rgba(32,35,58,.58); transform: translateY(-3px); }

.authority { background: linear-gradient(145deg, #f8f9fc 0%, #e9eef5 55%, #f5ece6 100%); }
.authority-grid { gap: 16px; border: 0; }
.authority-card {
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 26px;
  background: rgba(255,255,255,.70);
  box-shadow: 0 24px 55px -40px rgba(32,35,58,.5);
}
.authority-card:first-child { border-left: 1px solid rgba(255,255,255,.7); background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(241,226,217,.74)); }
.authority-card:nth-child(2) { background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(221,228,243,.78)); }
.authority-card:nth-child(3) { background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(221,236,226,.76)); }
.insurance-note { border: 0; border-radius: 18px; background: rgba(255,255,255,.62); box-shadow: inset 0 0 0 1px rgba(32,35,58,.08); }

.ba-experience { border-radius: 28px; }
.ba-frame { border-radius: 20px; }
.real-clip-card { border-radius: 22px; padding: 10px 10px 0; }
.real-clip-card video { border-radius: 15px; }

.how {
  background:
    radial-gradient(circle at 10% 90%, rgba(113,136,166,.19), transparent 30%),
    linear-gradient(135deg, #f8f9fc, #f5eee9);
}
.how-row { gap: 16px; }
.how-step { min-height: 245px; padding: 30px; border: 1px solid rgba(255,255,255,.7); border-radius: 26px; background: rgba(255,255,255,.72); box-shadow: 0 24px 50px -40px rgba(32,35,58,.5); }
.how-step:nth-child(2) { background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(226,231,245,.78)); }
.how-step:nth-child(3) { background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(240,222,214,.74)); }
.how-step h3 { margin-top: 62px; font-size: clamp(1.35rem, 2vw, 1.8rem); }

.promise { background: radial-gradient(circle at 85% 14%, rgba(184,105,74,.34), transparent 30%), linear-gradient(145deg, #20233a, #363c5c 58%, #744d47); }
.promise-copy { padding: clamp(26px, 4vw, 46px); border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }

.host-care { background: radial-gradient(circle at 5% 10%, rgba(184,105,74,.16), transparent 25%), linear-gradient(145deg, #edf0f5 0%, #fff 48%, #e9ddd7 100%); }
.host-care-list { gap: 10px; border: 0; }
.host-care-list li, .host-care-list li:nth-child(odd) { min-height: 78px; padding: 20px 18px 18px 42px; border: 1px solid rgba(32,35,58,.08); border-radius: 16px; background: rgba(255,255,255,.58); }
.host-care-list li::before { left: 16px; }
.portal-preview { border-radius: 28px; background: linear-gradient(145deg, #171b31, #363c5c 70%, #744d47); }

.rv { background: linear-gradient(145deg, #f4ede8, #f8f9fc 48%, #e8eef5); }
.rv-grid { gap: 16px; }
.rv-item { border: 1px solid rgba(255,255,255,.72); border-radius: 26px; background: rgba(255,255,255,.76); box-shadow: 0 24px 52px -40px rgba(32,35,58,.52); }
.rv-item:nth-child(2) { background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(224,232,244,.8)); }
.rv-item:nth-child(3) { background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(241,224,216,.78)); }

.ed { background: radial-gradient(circle at 88% 18%, rgba(184,105,74,.14), transparent 26%), #f8f9fc; }
.ed-media img { border-radius: 28px; box-shadow: 0 34px 72px -42px rgba(32,35,58,.62); }
.ed-body .h-big { color: #363c5c; }

.areas { background: radial-gradient(circle at 50% 120%, rgba(184,105,74,.20), transparent 38%), linear-gradient(145deg, #e7edf5, #f8f9fc 50%, #f3e9e4); }
.areas .h-big { color: #744d47; }
.area-links a { border-radius: 16px; box-shadow: 0 12px 28px -24px rgba(32,35,58,.45); }

.faq { background: linear-gradient(150deg, #f8f9fc, #f3ece7); }
.q { margin-bottom: 10px; padding: 0 22px; border: 1px solid rgba(32,35,58,.08); border-radius: 18px; background: rgba(255,255,255,.68); box-shadow: 0 16px 36px -34px rgba(32,35,58,.46); }
.q[open] { background: #fff; box-shadow: 0 24px 48px -36px rgba(32,35,58,.5); }

.ct { background: radial-gradient(circle at 12% 12%, rgba(184,105,74,.28), transparent 27%), linear-gradient(145deg, #20233a, #363c5c 68%, #744d47); }
.form { border: 1px solid rgba(255,255,255,.34); border-radius: 28px; background: linear-gradient(150deg, #fbfbfd, #f4ece8); box-shadow: 0 42px 85px -42px rgba(0,0,0,.72); }
.form input, .form select, .form textarea, .form .extra-option, .payment-summary { border-radius: 13px; }
.payment-badge { border-radius: 15px; }

/* Refined palette: restrained navy, slate, stone and a controlled copper accent. */
.contact-hub {
  background:
    radial-gradient(circle at 9% 16%, rgba(154,90,67,.10), transparent 28%),
    radial-gradient(circle at 90% 84%, rgba(91,97,120,.14), transparent 34%),
    linear-gradient(135deg, #f1f3f5 0%, #f5f3ef 56%, #e8edf2 100%);
}
.contact-hub-head .h-big { color: #363c5c; text-shadow: none; }
.contact-card,
.contact-card:nth-child(1),
.contact-card:nth-child(2),
.contact-card:nth-child(3),
.contact-card:nth-child(4),
.contact-card:nth-child(5) { background: linear-gradient(145deg, rgba(255,255,255,.90), rgba(232,236,240,.78)); }
.contact-card:nth-child(odd) { background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(237,232,226,.82)); }

.svc { background: linear-gradient(150deg, #f5f6f7 0%, #eeece8 100%); }
.svc-list li,
.svc-list li:nth-child(2),
.svc-list li:nth-child(3),
.svc-list li:nth-child(5),
.svc-list li:nth-child(6) { background: rgba(255,255,255,.70); }
.svc-list li:nth-child(even) { background: rgba(229,234,239,.72); }

.authority { background: linear-gradient(145deg, #f4f5f7 0%, #e8edf2 58%, #efebe6 100%); }
.authority-card:first-child,
.authority-card:nth-child(2),
.authority-card:nth-child(3) { background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(229,234,239,.72)); }
.authority-card:nth-child(2) { background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(237,232,226,.76)); }

.how { background: linear-gradient(140deg, #f3f5f7, #ece9e5); }
.how-step,
.how-step:nth-child(2),
.how-step:nth-child(3) { background: rgba(255,255,255,.74); }
.how-step:nth-child(2) { background: rgba(226,232,238,.78); }

.promise { background: radial-gradient(circle at 86% 12%, rgba(154,90,67,.14), transparent 27%), linear-gradient(145deg, #20233a, #363c5c 72%, #44475e); }
.host-care { background: linear-gradient(145deg, #edf0f3 0%, #f8f8f7 48%, #e8e4df 100%); }
.portal-preview { background: linear-gradient(145deg, #171b31, #363c5c 78%, #44475e); }

.rv { background: linear-gradient(145deg, #efede9, #f6f7f8 50%, #e6ebf0); }
.rv-item,
.rv-item:nth-child(2),
.rv-item:nth-child(3) { background: rgba(255,255,255,.76); }
.rv-item:nth-child(2) { background: rgba(226,232,238,.78); }

.ed { background: linear-gradient(145deg, #f5f6f7, #ece9e5); }
.areas { background: linear-gradient(145deg, #e7ecf1, #f5f6f7 52%, #ece8e3); }
.areas .h-big { color: #363c5c; }
.faq { background: linear-gradient(150deg, #f4f5f7, #ece9e5); }
.ct { background: radial-gradient(circle at 10% 10%, rgba(154,90,67,.12), transparent 25%), linear-gradient(145deg, #20233a, #363c5c 78%, #44475e); }
.form { background: linear-gradient(150deg, #fbfbfc, #eef0f2); }

.promise { padding: clamp(90px, 12vw, 170px) 0; color: #fff; background: var(--navy); position: relative; overflow: hidden; }
.promise::after { content: "24"; position: absolute; right: -2vw; bottom: -16vw; color: rgba(255,255,255,.035); font-size: min(48vw, 680px); line-height: 1; font-weight: 800; letter-spacing: -.12em; pointer-events: none; }
.promise-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 130px); align-items: start; }
.promise-copy { padding-top: 18px; }
.promise-lead { margin: 0 0 28px; max-width: 680px; font-size: clamp(25px, 3vw, 46px); line-height: 1.12; letter-spacing: -.045em; }
.promise-copy > p:not(.promise-lead) { max-width: 570px; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.8; }
.btn-light { margin-top: 28px; color: var(--navy); background: #fff; border-color: #fff; }
.btn-light:hover { color: #fff; background: transparent; }

.host-care { padding: clamp(90px, 12vw, 170px) 0; background: linear-gradient(145deg, #edf0f5 0%, #fff 48%, #dfe9f2 100%); }
.host-care-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.host-care-copy .lead { max-width: 650px; }
.host-care-list { list-style: none; margin: 34px 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.host-care-list li { position: relative; min-height: 72px; padding: 20px 18px 18px 30px; border-bottom: 1px solid var(--line); color: var(--ink-soft); line-height: 1.45; }
.host-care-list li:nth-child(odd) { border-right: 1px solid var(--line); }
.host-care-list li::before { content: "✓"; position: absolute; left: 4px; color: var(--blue); font-weight: 800; }
.host-care-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.portal-preview { padding: clamp(20px, 3vw, 38px); color: #fff; background: #171b31; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 40px 90px -45px rgba(17,22,45,.72); transform: rotate(1.2deg); }
.portal-preview-top { display: flex; align-items: center; justify-content: space-between; padding: 0 0 28px; font-size: 10px; letter-spacing: .12em; color: rgba(255,255,255,.55); }
.portal-preview-top b { color: #fff; font-weight: 500; }
.portal-preview article { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); }
.portal-preview article div { display: grid; gap: 7px; }
.portal-preview article small, .portal-preview-alert small { font-size: 9px; letter-spacing: .12em; color: rgba(255,255,255,.45); }
.portal-preview article strong { font-size: 15px; }
.portal-preview article em { max-width: 150px; color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.4; font-style: normal; text-align: right; text-transform: uppercase; letter-spacing: .08em; }
.portal-preview article em.is-done { color: #9ed1ad; }
.portal-preview article em.is-live { color: #abc8ed; }
.portal-preview-alert { margin-top: 8px; padding: 20px; display: grid; gap: 8px; background: rgba(159,179,205,.12); border-left: 2px solid #9fb3cd; }
.portal-preview-alert a { justify-self: start; margin-top: 6px; color: #fff; font-size: 11px; font-weight: 700; text-underline-offset: 4px; }

.area-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.area-links a { padding: 12px 17px; color: var(--ink); border: 1px solid var(--line); border-radius: 100px; text-decoration: none; font-size: 12px; font-weight: 700; background: rgba(255,255,255,.6); transition: .25s ease; }
.area-links a:hover { color: #fff; background: var(--navy); border-color: var(--navy); transform: translateY(-2px); }

.ft-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }

@media (max-width: 980px) {
  .trust-bar-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-bar span:nth-child(2) { border-right: 0; }
  .trust-bar span:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.14); }
  .authority-head, .promise-grid, .host-care-grid, .contact-hub-head { grid-template-columns: 1fr; }
  .authority-head { gap: 30px; }
  .authority-grid { grid-template-columns: 1fr; }
  .authority-card { min-height: auto; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .authority-card:last-child { border-bottom: 0; }
  .authority-card h3 { margin-top: 34px; }
  .portal-preview { transform: none; }
  .contact-hub-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-card, .contact-card:nth-child(4), .contact-card:nth-child(5) { grid-column: span 1; }
  .contact-card:last-child { grid-column: 1 / -1; }
  .ft-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .trust-bar span { min-height: 96px; padding: 22px 15px; }
  .trust-bar b { font-size: 11px; }
  .trust-bar small { font-size: 8px; }
  .host-care-list { grid-template-columns: 1fr; }
  .contact-hub-grid { grid-template-columns: 1fr; }
  .contact-card, .contact-card:nth-child(4), .contact-card:nth-child(5), .contact-card:last-child { grid-column: auto; min-height: 170px; }
  .host-care-list li:nth-child(odd) { border-right: 0; }
  .portal-preview article { align-items: flex-start; }
  .portal-preview article em { max-width: 96px; }
  .ft-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .portal-preview { transform: none; }
}

/* Soft caramel + ice-blue interaction system */
:root {
  --loom-caramel-soft: #faf8f5;
  --loom-caramel-line: rgba(151, 128, 103, .11);
  --loom-blue-soft: #eef3f7;
  --loom-blue-line: rgba(95, 126, 153, .14);
}

.svc-list li,
.authority-card,
.how-step,
.rv-item,
.contact-card,
.host-care-list li,
.form .extra-option,
.q,
.area-links a {
  transition: background-color .28s ease, border-color .28s ease,
              box-shadow .28s ease, color .28s ease, transform .28s ease;
}

.svc-list li,
.svc-list li:nth-child(n) {
  background: var(--loom-caramel-soft);
  border-color: var(--loom-caramel-line);
}

.svc-list li:hover,
.svc-list li:focus-within,
.authority-card:hover,
.how-step:hover,
.rv-item:hover,
.contact-card:hover,
.host-care-list li:hover,
.form .extra-option:hover,
.q:hover,
.q[open],
.area-links a:hover,
.area-links a:focus-visible {
  color: var(--ink);
  background: var(--loom-blue-soft);
  border-color: var(--loom-blue-line);
  box-shadow: 0 14px 34px -28px rgba(47, 78, 104, .28);
  transform: translateY(-2px);
}

.svc-list li:hover .n,
.svc-list li:focus-within .n,
.contact-card:hover span,
.contact-card:hover small,
.area-links a:hover {
  color: var(--navy);
}

.authority-card,
.how-step,
.rv-item,
.contact-card,
.form .extra-option,
.q {
  background: var(--loom-caramel-soft);
  border-color: var(--loom-caramel-line);
}

.authority-card:nth-child(n),
.how-step:nth-child(n),
.rv-item:nth-child(n),
.contact-card:nth-child(n) {
  background: var(--loom-caramel-soft);
}

.host-care-list li,
.area-links a,
.form .extra-option {
  background: var(--loom-caramel-soft);
}

.host-care-list li:hover,
.q[open] {
  transform: none;
}

/* Quieter, product-style hierarchy: restrained cards, color-led actions */
.svc-list li,
.authority-card,
.how-step,
.rv-item,
.contact-card,
.host-care-list li,
.q,
.form,
.promise-copy,
.portal-preview {
  border-radius: 16px;
}

.svc-list li:hover,
.svc-list li:focus-within,
.authority-card:hover,
.how-step:hover,
.rv-item:hover,
.contact-card:hover,
.host-care-list li:hover,
.form .extra-option:hover,
.q:hover,
.q[open],
.area-links a:hover,
.area-links a:focus-visible {
  background: #f5f7f8;
  border-color: rgba(95, 126, 153, .18);
  box-shadow: 0 12px 30px -27px rgba(32, 35, 58, .30);
}

.btn-solid {
  background: var(--navy-2);
  border-color: var(--navy-2);
}

.btn-solid:hover {
  background: var(--navy);
  border-color: var(--navy);
}

.btn-line:hover {
  background: var(--navy-2);
  border-color: var(--navy-2);
}

/* Familiar support-directory pattern used by large consumer sites */
.contact-hub-grid {
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .54);
  border: 1px solid rgba(32, 35, 58, .09);
  border-radius: 16px;
  box-shadow: 0 22px 55px -46px rgba(32, 35, 58, .42);
}

.contact-card,
.contact-card:nth-child(n) {
  grid-column: auto;
  min-height: 0;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto 18px;
  gap: 20px;
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(32, 35, 58, .08);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.contact-card:last-child { border-bottom: 0; }
.contact-card span { padding: 0; background: none; border: 0; border-radius: 0; color: var(--ink-soft); }
.contact-card strong { margin: 0; font-size: clamp(15px, 1.5vw, 20px); }
.contact-card small { margin: 0; text-align: right; }
.contact-card::after { content: "›"; color: var(--ink-soft); font-size: 25px; font-weight: 300; line-height: 1; }

.contact-card:hover,
.contact-card:nth-child(n):hover {
  background: #f5f7f8;
  border-color: rgba(32, 35, 58, .08);
  box-shadow: none;
  transform: none;
}

@media (max-width: 620px) {
  .contact-card,
  .contact-card:nth-child(n),
  .contact-card:last-child {
    min-height: 0;
    padding: 20px;
    grid-template-columns: 1fr 18px;
    gap: 5px 12px;
  }
  .contact-card span,
  .contact-card strong,
  .contact-card small { grid-column: 1; text-align: left; }
  .contact-card::after { grid-column: 2; grid-row: 1 / span 3; align-self: center; }
}

/* Light-gray canvas with crisp white content surfaces */
.svc,
.authority,
.how,
.host-care,
.rv,
.ed,
.areas,
.faq,
.contact-hub {
  background: #f5f5f7;
}

.svc-list li,
.svc-list li:nth-child(n),
.authority-card,
.authority-card:nth-child(n),
.how-step,
.how-step:nth-child(n),
.rv-item,
.rv-item:nth-child(n),
.host-care-list li,
.q,
.form .extra-option,
.area-links a {
  background: #fff;
  border-color: rgba(32, 35, 58, .08);
  box-shadow: 0 10px 30px -28px rgba(32, 35, 58, .32);
}

.contact-hub-grid {
  background: #fff;
  border-color: rgba(32, 35, 58, .08);
}

.contact-card,
.contact-card:nth-child(n) { background: #fff; }

.svc-list li:hover,
.svc-list li:focus-within,
.authority-card:hover,
.how-step:hover,
.rv-item:hover,
.contact-card:hover,
.contact-card:nth-child(n):hover,
.host-care-list li:hover,
.form .extra-option:hover,
.q:hover,
.q[open],
.area-links a:hover,
.area-links a:focus-visible {
  background: #eef3f7;
}

/* Neutral site-wide canvas — remove the remaining pale-blue fields */
:root {
  --bg: #f5f5f7;
  --bg-2: #ececef;
  --paper: #fff;
}

body,
.stage,
.ba,
.svc,
.authority,
.how,
.host-care,
.rv,
.ed,
.areas,
.faq,
.contact-hub {
  background: #f5f5f7;
}

.beat-copy::before,
.hero-foot::before {
  background: radial-gradient(70% 70% at 26% 55%, rgba(245,245,247,.96) 0%, rgba(245,245,247,.78) 48%, rgba(245,245,247,0) 82%);
}

.insurance-note,
.ba-experience,
.form,
.payment-summary {
  background: #fff;
}

.svc-list li:hover,
.svc-list li:focus-within,
.authority-card:hover,
.how-step:hover,
.rv-item:hover,
.contact-card:hover,
.contact-card:nth-child(n):hover,
.host-care-list li:hover,
.form .extra-option:hover,
.form .extra-option:has(input:checked),
.q:hover,
.q[open],
.area-links a:hover,
.area-links a:focus-visible {
  background: #f5f5f7;
}

.hdr.solid {
  background: rgba(245, 245, 247, .90);
}

/* Controlled energy: warm editorial details and soft interactive depth */
.label:not(.light),
.work-kicker {
  color: #925f48;
}

.svc-list .n,
.how-step > span,
.authority-card > span {
  color: var(--navy-2);
  background: #edf2f6;
  border-color: rgba(95, 126, 153, .16);
}

.svc-list li,
.authority-card,
.how-step,
.rv-item {
  position: relative;
  overflow: hidden;
}

.svc-list li::after,
.authority-card::after,
.how-step::after,
.rv-item::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, #9fb3cd, #c89b78);
  opacity: 0;
  transform: scaleX(.35);
  transform-origin: left;
  transition: opacity .3s ease, transform .45s cubic-bezier(.22,1,.36,1);
}

.svc-list li:hover,
.authority-card:hover,
.how-step:hover,
.rv-item:hover {
  background: #fff;
  box-shadow: 0 24px 55px -38px rgba(32, 35, 58, .50);
  transform: translateY(-4px);
}

.svc-list li:hover::after,
.authority-card:hover::after,
.how-step:hover::after,
.rv-item:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.real-clips {
  margin-top: clamp(44px, 7vw, 90px);
  padding: clamp(24px, 4vw, 48px);
  background: #fff;
  border: 1px solid rgba(32, 35, 58, .08);
  border-radius: 20px;
  box-shadow: 0 30px 70px -52px rgba(32, 35, 58, .55);
}

.real-clip-card {
  background: #f5f5f7;
  border-color: rgba(32, 35, 58, .08);
}

.real-clip-card video {
  background: #ececef;
}

@media (prefers-reduced-motion: reduce) {
  .svc-list li:hover,
  .authority-card:hover,
  .how-step:hover,
  .rv-item:hover { transform: none; }
}
