:root {
    --clearharbor-bg: #f3eee3;
    --clearharbor-bg-soft: #f7f3eb;
    --clearharbor-surface: rgba(255, 252, 245, 0.92);
    --clearharbor-surface-strong: #fffaf0;
    --clearharbor-surface-dark: #102740;
    --clearharbor-text: #13253d;
    --clearharbor-text-soft: #546a82;
    --clearharbor-text-on-dark: #f5f1e7;
    --clearharbor-accent: #c98723;
    --clearharbor-accent-strong: #9a6617;
    --clearharbor-mint: #7ea3a0;
    --clearharbor-line: rgba(19, 37, 61, 0.1);
    --clearharbor-shadow: 0 22px 60px rgba(13, 32, 55, 0.12);
    --clearharbor-shadow-strong: 0 24px 70px rgba(5, 16, 30, 0.24);
}

body.clearharbor-bridge-site {
    position: relative;
    min-height: 100vh;
    font-family: "Sora", sans-serif;
    color: var(--clearharbor-text);
    background:
        radial-gradient(circle at top left, rgba(201, 135, 35, 0.14), transparent 28%),
        radial-gradient(circle at 84% 6%, rgba(126, 163, 160, 0.18), transparent 22%),
        linear-gradient(180deg, #f7f3eb 0%, #f3eee3 42%, #edf1ee 100%);
}

body.clearharbor-bridge-site::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(19, 37, 61, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(19, 37, 61, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 75%);
    pointer-events: none;
    z-index: -2;
}

body.clearharbor-bridge-site::after {
    content: "";
    position: fixed;
    inset: auto -10vw -24vh auto;
    width: 42vw;
    height: 42vw;
    background: radial-gradient(circle, rgba(201, 135, 35, 0.16), transparent 66%);
    filter: blur(42px);
    pointer-events: none;
    z-index: -2;
}

body.clearharbor-bridge-site,
body.clearharbor-bridge-site p,
body.clearharbor-bridge-site li,
body.clearharbor-bridge-site a,
body.clearharbor-bridge-site span,
body.clearharbor-bridge-site input,
body.clearharbor-bridge-site button,
body.clearharbor-bridge-site select,
body.clearharbor-bridge-site textarea {
    font-family: "Sora", sans-serif;
}

body.clearharbor-bridge-site h1,
body.clearharbor-bridge-site h2,
body.clearharbor-bridge-site h3,
body.clearharbor-bridge-site h4,
body.clearharbor-bridge-site .gilroy-Semibold {
    font-family: "Fraunces", serif;
}

body.clearharbor-bridge-site a {
    color: inherit;
    transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.clearharbor-bridge-shell,
body.clearharbor-bridge-site .px-240 {
    width: min(1180px, calc(100vw - 40px));
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.clearharbor-bridge-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    backdrop-filter: blur(18px);
}

.clearharbor-bridge-header__main {
    background: linear-gradient(180deg, rgba(247, 243, 235, 0.92), rgba(247, 243, 235, 0.72));
    border-bottom: 1px solid rgba(19, 37, 61, 0.08);
}

.clearharbor-bridge-brand {
    display: inline-flex;
    align-items: center;
    min-height: 80px;
    color: var(--clearharbor-text);
    text-decoration: none;
}

.clearharbor-bridge-brand__logo {
    display: block;
    width: min(292px, 74vw);
    height: auto;
}

.clearharbor-bridge-subnav {
    background: rgba(255, 250, 240, 0.82);
    border-bottom: 1px solid rgba(19, 37, 61, 0.08);
}

.clearharbor-bridge-subnav__inner {
    padding: 0.55rem 0 0.7rem;
}

.clearharbor-bridge-subnav__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearharbor-bridge-subnav__list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.7rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(19, 37, 61, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 236, 0.96));
    box-shadow:
        0 10px 24px rgba(19, 37, 61, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
    color: #5a6d84;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
}

.clearharbor-bridge-subnav__list a:hover,
.clearharbor-bridge-subnav__list .is-current a {
    color: #fff7eb;
    background: linear-gradient(135deg, #102740 0%, #091b30 100%);
    box-shadow: 0 16px 34px rgba(5, 16, 30, 0.18);
}

.clearharbor-bridge-footer {
    position: relative;
    margin-top: 4.5rem;
    padding: 0 0 2.4rem;
}

.clearharbor-bridge-footer__surface {
    position: relative;
    z-index: 1;
    padding: clamp(1.4rem, 3vw, 2rem);
    border-radius: 34px;
    background:
        radial-gradient(circle at 16% 0%, rgba(212, 170, 103, 0.18), transparent 24%),
        linear-gradient(180deg, #132031 0%, #0d1722 100%);
    box-shadow: var(--clearharbor-shadow-strong);
    color: var(--clearharbor-text-on-dark);
}

.clearharbor-bridge-footer__compact h3 {
    margin: 0 0 1.1rem;
    font-family: "Fraunces", serif;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    color: var(--clearharbor-text-on-dark);
}

.clearharbor-bridge-footer__brand {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
}

.clearharbor-bridge-footer__logo {
    display: block;
    width: min(268px, 72vw);
    height: auto;
}

.clearharbor-bridge-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 1rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #d4b27d;
}

.clearharbor-bridge-eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

.clearharbor-bridge-contact-list {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearharbor-bridge-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1rem;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.clearharbor-bridge-contact-list strong {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 1rem;
    color: var(--clearharbor-text-on-dark);
}

.clearharbor-bridge-contact-list a {
    color: rgba(245, 241, 231, 0.82);
    text-decoration: none;
}

.clearharbor-bridge-contact-list a:hover {
    color: #ffffff;
}

.clearharbor-bridge-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(212, 170, 103, 0.22), rgba(212, 170, 103, 0.08));
    color: #d8b681;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.clearharbor-bridge-contact-icon svg {
    width: 20px;
    height: 20px;
}

.clearharbor-bridge-contact-icon svg path,
.clearharbor-bridge-contact-icon svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.clearharbor-auth-logo {
    display: inline-block;
    width: min(270px, 74vw);
    height: auto;
}

body.clearharbor-bridge-site #scroll-top-area {
    right: 24px;
    bottom: 24px;
    z-index: 1030;
}

body.clearharbor-bridge-site #scroll-top-area a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: linear-gradient(135deg, #102740 0%, #091b30 100%);
    color: #fff7eb;
    box-shadow: 0 18px 34px rgba(5, 16, 30, 0.18);
}

body.clearharbor-bridge-site .bottom-head {
    position: relative;
    overflow: hidden;
    min-height: 620px !important;
    height: auto !important;
    padding: 9.5rem 0 5rem !important;
    background:
        linear-gradient(110deg, rgba(247, 243, 235, 0.96) 0%, rgba(247, 243, 235, 0.84) 42%, rgba(247, 243, 235, 0.34) 100%),
        radial-gradient(circle at 86% 18%, rgba(126, 163, 160, 0.16), transparent 22%),
        linear-gradient(180deg, #f7f3eb 0%, #efe8da 100%);
    border-bottom: 1px solid rgba(19, 37, 61, 0.08);
}

body.clearharbor-bridge-site .bottom-head::before {
    content: "";
    position: absolute;
    inset: auto -10% -18% auto;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 135, 35, 0.16), transparent 68%);
    filter: blur(18px);
    pointer-events: none;
}

body.clearharbor-bridge-site .button-widths {
    width: min(320px, 100%);
    min-height: 58px;
    padding: 0.95rem 1.35rem;
    border: 0 !important;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--clearharbor-accent) 0%, #dea03d 100%);
    box-shadow: 0 16px 40px rgba(201, 135, 35, 0.26);
    text-decoration: none;
}

body.clearharbor-bridge-site .button-widths:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(201, 135, 35, 0.32);
}

body.clearharbor-bridge-site .button-widths span {
    color: #fff7eb;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

body.clearharbor-bridge-site .button-widths .svg-img-parent {
    margin-left: auto;
}

body.clearharbor-bridge-site .button-widths .svg-img {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

body.clearharbor-bridge-site .button-widths .svg-img path {
    fill: #fff7eb;
}

body.clearharbor-bridge-site .get-section,
body.clearharbor-bridge-site .bg-ligt-pink {
    background: transparent !important;
}

body.clearharbor-bridge-site .bg-white {
    background: linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(248, 242, 232, 0.92)) !important;
    border: 1px solid rgba(19, 37, 61, 0.08);
    border-radius: 30px;
}

body.clearharbor-bridge-site .white-shad {
    box-shadow:
        0 20px 46px rgba(13, 32, 55, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

body.clearharbor-bridge-site .small-border,
body.clearharbor-bridge-site .bgd-blue {
    background: linear-gradient(90deg, var(--clearharbor-accent), rgba(201, 135, 35, 0.28)) !important;
}

body.clearharbor-bridge-site .color-05B,
body.clearharbor-bridge-site .color-5Br,
body.clearharbor-bridge-site .color-5B,
body.clearharbor-bridge-site .color-FFr {
    color: var(--clearharbor-text) !important;
}

body.clearharbor-bridge-site .color-FE,
body.clearharbor-bridge-site .color-FF,
body.clearharbor-bridge-site .color-B87r {
    color: var(--clearharbor-accent-strong) !important;
}

body.clearharbor-bridge-site .learn-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--clearharbor-text);
    font-weight: 700;
    text-decoration: none;
}

body.clearharbor-bridge-site .learn-btn:hover {
    color: var(--clearharbor-accent-strong);
}

body.clearharbor-bridge-site .path-yellow {
    fill: #d4aa67 !important;
}

body.clearharbor-bridge-site .path-black {
    fill: #fffaf0 !important;
}

body.clearharbor-bridge-site .path-white {
    fill: var(--clearharbor-text) !important;
}

body.clearharbor-bridge-site .path-gray {
    fill: #7a8ea2 !important;
}

body.clearharbor-bridge-site .btn-primary,
body.clearharbor-bridge-site .btn-dark,
body.clearharbor-bridge-site button[type="submit"] {
    border-color: transparent !important;
    background: linear-gradient(135deg, var(--clearharbor-accent) 0%, #dea03d 100%) !important;
    color: #fff7eb !important;
    box-shadow: 0 16px 36px rgba(201, 135, 35, 0.18);
}

body.clearharbor-bridge-site .text-primary,
body.clearharbor-bridge-site .auth-text a,
body.clearharbor-bridge-site .small a {
    color: var(--clearharbor-accent-strong) !important;
}

body.clearharbor-bridge-site .form-control:focus,
body.clearharbor-bridge-site .form-select:focus,
body.clearharbor-bridge-site input:focus,
body.clearharbor-bridge-site select:focus,
body.clearharbor-bridge-site textarea:focus {
    border-color: rgba(201, 135, 35, 0.46) !important;
    box-shadow: 0 0 0 0.2rem rgba(201, 135, 35, 0.14) !important;
}

.clearharbor-refund-home {
    display: grid;
    gap: 4.75rem;
    padding: 3.6rem 0 0;
}

.clearharbor-refund-hero__grid,
.clearharbor-refund-split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 2rem;
    align-items: start;
}

.clearharbor-refund-hero__content,
.clearharbor-refund-split__content,
.clearharbor-refund-cta,
.clearharbor-refund-heading {
    display: grid;
    gap: 1rem;
}

.clearharbor-refund-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--clearharbor-accent-strong);
}

.clearharbor-refund-tag::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

.clearharbor-refund-hero__content h1,
.clearharbor-refund-heading h2,
.clearharbor-refund-split__content h2,
.clearharbor-refund-cta h2,
.clearharbor-refund-panel--dark h2 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.clearharbor-refund-hero__content h1 {
    font-size: clamp(3.2rem, 5vw, 5rem);
    max-width: 9ch;
    color: var(--clearharbor-text);
}

.clearharbor-refund-heading h2,
.clearharbor-refund-split__content h2,
.clearharbor-refund-cta h2,
.clearharbor-refund-panel--dark h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    max-width: 12ch;
    color: var(--clearharbor-text);
}

.clearharbor-refund-panel--dark h2 {
    color: var(--clearharbor-text-on-dark);
}

.clearharbor-refund-hero__lead,
.clearharbor-refund-heading p,
.clearharbor-refund-split__content p,
.clearharbor-refund-cta p,
.clearharbor-refund-card p,
.clearharbor-refund-step p,
.clearharbor-refund-panel--dark span {
    margin: 0;
    color: var(--clearharbor-text-soft);
    font-size: 1rem;
    line-height: 1.75;
}

.clearharbor-refund-panel--dark span,
.clearharbor-refund-panel--dark p {
    color: rgba(245, 241, 231, 0.82);
}

.clearharbor-refund-hero__meta {
    margin: 0.1rem 0 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--clearharbor-accent-strong);
}

.clearharbor-refund-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.clearharbor-refund-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.95rem 1.45rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
}

.clearharbor-refund-button:hover {
    transform: translateY(-2px);
}

.clearharbor-refund-button--primary {
    color: #fff7eb;
    background: linear-gradient(135deg, var(--clearharbor-accent) 0%, #dea03d 100%);
    box-shadow: 0 16px 40px rgba(201, 135, 35, 0.24);
}

.clearharbor-refund-button--secondary,
.clearharbor-refund-button--ghost {
    color: var(--clearharbor-text);
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(19, 37, 61, 0.1);
    box-shadow:
        0 10px 24px rgba(19, 37, 61, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.clearharbor-refund-button--ghost {
    background: transparent;
}

.clearharbor-refund-proof-list,
.clearharbor-refund-detail-list {
    display: grid;
    gap: 0.8rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearharbor-refund-proof-list li {
    position: relative;
    padding-left: 1.35rem;
    color: var(--clearharbor-text);
    font-weight: 600;
}

.clearharbor-refund-proof-list li::before {
    content: "";
    position: absolute;
    top: 0.58rem;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--clearharbor-accent);
}

.clearharbor-refund-hero__stack {
    display: grid;
    gap: 1.2rem;
}

.clearharbor-refund-hero__image,
.clearharbor-refund-split__media {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 32px;
    background: var(--clearharbor-surface);
    border: 1px solid rgba(19, 37, 61, 0.08);
    box-shadow: var(--clearharbor-shadow);
}

.clearharbor-refund-hero__image img,
.clearharbor-refund-split__media img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.clearharbor-refund-hero__image img {
    min-height: 360px;
    object-position: center 28%;
}

.clearharbor-refund-split__media img {
    min-height: 100%;
}

.clearharbor-refund-split__media {
    align-self: stretch;
}

.clearharbor-refund-split__media::before,
.clearharbor-refund-hero__image::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(10, 22, 36, 0.05), rgba(10, 22, 36, 0.34));
    pointer-events: none;
}

.clearharbor-refund-split__media figcaption {
    position: absolute;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
    padding: 0.95rem 1rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(13, 32, 55, 0.82), rgba(13, 32, 55, 0.62));
    color: var(--clearharbor-text-on-dark);
    font-weight: 600;
    line-height: 1.6;
    box-shadow:
        0 14px 32px rgba(5, 16, 30, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.clearharbor-refund-panel {
    padding: 1.7rem;
    border-radius: 30px;
}

.clearharbor-refund-panel--dark {
    background:
        linear-gradient(135deg, rgba(212, 170, 103, 0.08), rgba(212, 170, 103, 0) 38%),
        radial-gradient(circle at top right, rgba(87, 131, 163, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(24, 49, 78, 0.98), rgba(7, 23, 40, 1));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--clearharbor-shadow-strong);
}

.clearharbor-refund-panel__eyebrow {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.2rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(244, 232, 210, 0.74);
}

.clearharbor-refund-detail-list li {
    display: grid;
    gap: 0.4rem;
    padding: 1rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.clearharbor-refund-detail-list strong {
    color: var(--clearharbor-text-on-dark);
    font-size: 1.02rem;
}

.clearharbor-refund-section {
    display: block;
}

.clearharbor-refund-section--alt {
    padding: 4rem 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.08));
}

.clearharbor-refund-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.clearharbor-refund-card {
    padding: 1.55rem;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(248, 242, 232, 0.92)),
        radial-gradient(circle at top right, rgba(212, 170, 103, 0.14), transparent 28%);
    border: 1px solid rgba(19, 37, 61, 0.08);
    box-shadow:
        0 18px 38px rgba(13, 32, 55, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.clearharbor-refund-card h3,
.clearharbor-refund-step h3 {
    margin: 0 0 0.55rem;
    font-family: "Fraunces", serif;
    font-size: 1.42rem;
    color: var(--clearharbor-text);
}

.clearharbor-refund-step-list {
    display: grid;
    gap: 1rem;
}

.clearharbor-refund-step {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    padding: 1.3rem;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(248, 242, 232, 0.92)),
        radial-gradient(circle at top right, rgba(212, 170, 103, 0.14), transparent 28%);
    border: 1px solid rgba(19, 37, 61, 0.08);
    box-shadow:
        0 18px 38px rgba(13, 32, 55, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.clearharbor-refund-step__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(212, 170, 103, 0.24), rgba(212, 170, 103, 0.08));
    color: var(--clearharbor-accent-strong);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

@media (max-width: 991.98px) {
    .clearharbor-refund-hero__grid,
    .clearharbor-refund-split {
        grid-template-columns: 1fr;
    }

    .clearharbor-refund-card-grid {
        grid-template-columns: 1fr;
    }

    .clearharbor-bridge-brand {
        min-height: 72px;
    }

    .clearharbor-bridge-brand__logo {
        width: min(248px, 72vw);
    }

    .clearharbor-bridge-subnav__list {
        gap: 0.45rem;
    }

    .clearharbor-bridge-subnav__list a {
        font-size: 0.64rem;
        letter-spacing: 0.1em;
        padding: 0.68rem 0.45rem;
    }

    body.clearharbor-bridge-site .bottom-head {
        padding-top: 8.5rem !important;
        min-height: 560px !important;
    }
}

@media (max-width: 767.98px) {
    .clearharbor-refund-home {
        gap: 3.6rem;
        padding-top: 2.8rem;
    }

    .clearharbor-refund-actions {
        flex-direction: column;
    }

    .clearharbor-refund-button {
        width: 100%;
    }

    .clearharbor-refund-hero__content h1 {
        font-size: clamp(2.5rem, 9vw, 3.4rem);
    }

    .clearharbor-refund-heading h2,
    .clearharbor-refund-split__content h2,
    .clearharbor-refund-cta h2,
    .clearharbor-refund-panel--dark h2 {
        font-size: clamp(1.85rem, 7vw, 2.4rem);
    }

    .clearharbor-refund-hero__image,
    .clearharbor-refund-split__media,
    .clearharbor-refund-panel,
    .clearharbor-refund-card,
    .clearharbor-refund-step {
        border-radius: 24px;
    }

    .clearharbor-refund-hero__image img {
        min-height: 280px;
    }

    .clearharbor-bridge-shell,
    body.clearharbor-bridge-site .px-240 {
        width: min(100vw - 24px, 1180px);
    }

    .clearharbor-bridge-subnav__inner {
        padding: 0.42rem 0 0.5rem;
    }

    .clearharbor-bridge-subnav__list {
        gap: 0.4rem;
    }

    .clearharbor-bridge-subnav__list a {
        min-height: 40px;
        font-size: 0.6rem;
        letter-spacing: 0.08em;
    }

    .clearharbor-bridge-footer__surface {
        padding: 1.3rem;
        border-radius: 26px;
    }

    body.clearharbor-bridge-site .bottom-head {
        min-height: 500px !important;
        padding: 7.6rem 0 4rem !important;
    }

    body.clearharbor-bridge-site .button-widths {
        width: 100%;
    }
}
