:root {
    --fp-navy: #0f2744;
    --fp-navy-2: #1e3a5f;
    --fp-accent: #0077a8;
    --fp-accent-dark: #005f87;
    --fp-slate: #f8fafc;
    --fp-slate-2: #f1f5f9;
    --fp-line: #e5e7eb;
    --fp-text: #374151;
    --fp-muted: #6b7280;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.fp-wrap {
    box-sizing: border-box;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.fp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--fp-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.fp-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1.75rem;
    font-size: 0.9rem;
    font-weight: 600;
}

.fp-breadcrumb a,
.fp-breadcrumb span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.fp-breadcrumb a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.fp-breadcrumb a:hover {
    color: var(--fp-accent);
}

.fp-breadcrumb--dark {
    color: rgba(219, 234, 254, 0.7);
}

.fp-breadcrumb--dark span:last-child {
    color: #fff;
}

.fp-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: center;
}

.fp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    max-width: 100%;
    min-height: 48px;
    padding: 0.82rem 1.35rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.fp-btn:hover {
    transform: translateY(-1px);
}

.fp-btn--primary {
    background: var(--fp-accent);
    color: #fff;
    box-shadow: 0 16px 30px rgba(39, 170, 225, 0.22);
}

.fp-btn--primary:hover {
    background: var(--fp-accent-dark);
}

.fp-btn--light {
    background: #fff;
    color: var(--fp-navy);
}

.fp-btn--secondary {
    border: 1px solid var(--fp-line);
    background: #fff;
    color: var(--fp-navy);
}

.fp-btn--secondary:hover {
    border-color: rgba(39, 170, 225, 0.48);
    color: var(--fp-accent-dark);
}

.fp-btn--outline-light {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
}

.fp-btn--outline-light:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.55);
}

.fp-link {
    color: var(--fp-accent);
    font-weight: 700;
    text-decoration: none;
}

.fp-link:hover {
    text-decoration: underline;
}

.fp-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--fp-navy);
    color: #fff;
    padding: 8.5rem 0 4.5rem;
}

.fp-hero__media,
.fp-hero__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.fp-hero__media {
    z-index: -2;
}

.fp-hero__media img {
    object-fit: cover;
}

.fp-hero__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(15, 39, 68, 0.96) 0%, rgba(15, 39, 68, 0.88) 42%, rgba(15, 39, 68, 0.48) 100%),
        linear-gradient(0deg, rgba(15, 39, 68, 0.64), rgba(15, 39, 68, 0.08));
}

.fp-hero__content {
    position: relative;
    z-index: 1;
    max-width: 820px;
    min-width: 0;
}

.fp-hero__kicker {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fp-hero__kicker span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.fp-hero h1 {
    max-width: 780px;
    margin: 0 0 1.5rem;
    color: #fff;
    font-size: clamp(2rem, 4.4vw, 3.4rem);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.015em;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.fp-hero__lead {
    max-width: 620px;
    margin: 0 0 2rem;
    color: rgba(219, 234, 254, 0.82);
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    line-height: 1.6;
    font-weight: 400;
    overflow-wrap: anywhere;
}

.fp-hero__metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 3.5rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.fp-hero__metric {
    min-height: 96px;
    padding: 1.15rem;
    background: rgba(15, 39, 68, 0.54);
}

.fp-hero__metric strong {
    display: block;
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.4rem);
    line-height: 1;
}

.fp-hero__metric span {
    display: block;
    margin-top: 0.55rem;
    color: rgba(219, 234, 254, 0.78);
    font-size: 0.86rem;
    line-height: 1.35;
}

.fp-hero--about {
    min-height: 680px;
    padding: 8rem 0 3.5rem;
}

.fp-hero--about .fp-hero__media img {
    object-position: 66% center;
}

.fp-hero--about .fp-hero__shade {
    background:
        linear-gradient(90deg, rgba(15, 39, 68, 0.98) 0%, rgba(15, 39, 68, 0.9) 46%, rgba(15, 39, 68, 0.32) 100%),
        linear-gradient(0deg, rgba(15, 39, 68, 0.72), rgba(15, 39, 68, 0.1));
}

.fp-hero--about .fp-hero__content {
    max-width: 780px;
}

.about-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin: 0 0 1.85rem;
    padding: 0;
    list-style: none;
}

.about-hero__trust li {
    flex: 1 1 180px;
    min-width: 0;
    padding: 0.8rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}

.about-hero__trust strong,
.about-hero__trust span {
    display: block;
}

.about-hero__trust strong {
    color: #fff;
    font-size: 0.9rem;
}

.about-hero__trust span {
    margin-top: 0.25rem;
    color: rgba(219, 234, 254, 0.78);
    font-size: 0.78rem;
    line-height: 1.4;
}

.fp-hero__metrics--about {
    overflow: hidden;
    border-radius: 1.1rem;
    box-shadow: 0 22px 46px rgba(5, 15, 30, 0.18);
}

.fp-section {
    padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.fp-section--light {
    background: var(--fp-slate);
    border-block: 1px solid var(--fp-line);
}

.fp-section--navy {
    background: linear-gradient(135deg, var(--fp-navy), var(--fp-navy-2));
    color: #fff;
}

.fp-section-heading {
    max-width: 760px;
    margin-bottom: 2.5rem;
}

.fp-section-heading.center {
    margin-inline: auto;
    text-align: center;
}

.fp-section h2 {
    margin: 0.6rem 0 0;
    color: var(--fp-navy);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    font-weight: 700;
}

.fp-section--navy h2,
.fp-section--navy .fp-section-heading p {
    color: #fff;
}

.fp-section-heading p {
    margin: 1rem 0 0;
    color: var(--fp-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.fp-split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.fp-copy {
    color: var(--fp-text);
    font-size: 1.02rem;
    line-height: 1.85;
    overflow-wrap: break-word;
}

.fp-copy p + p {
    margin-top: 1.25rem;
}

.fp-photo {
    position: relative;
    overflow: hidden;
    border-radius: 1.35rem;
    background: var(--fp-slate-2);
    box-shadow: 0 24px 55px rgba(15, 39, 68, 0.12);
}

.fp-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fp-photo--wide {
    aspect-ratio: 16 / 11;
}

.fp-note-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    margin-top: 2rem;
    border: 1px solid var(--fp-line);
    border-radius: 1rem;
    background: var(--fp-line);
}

.fp-note-strip div {
    padding: 1rem;
    background: #fff;
}

.fp-note-strip strong {
    display: block;
    color: var(--fp-navy);
    font-size: 0.92rem;
}

.fp-note-strip span {
    display: block;
    margin-top: 0.25rem;
    color: var(--fp-muted);
    font-size: 0.84rem;
    line-height: 1.45;
}

.about-intro .fp-photo {
    box-shadow: 0 22px 50px rgba(15, 39, 68, 0.13);
}

.about-care-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.6rem;
}

.about-care-list div {
    min-width: 0;
    padding: 1rem;
    border: 1px solid var(--fp-line);
    border-radius: 0.95rem;
    background: #fff;
}

.about-care-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0.6rem;
    background: #e0f2fe;
    color: var(--fp-accent-dark);
    font-size: 0.78rem;
    font-weight: 800;
}

.about-care-list strong {
    display: block;
    margin-top: 0.75rem;
    color: var(--fp-navy);
    font-size: 0.94rem;
}

.about-care-list p {
    margin: 0.35rem 0 0;
    color: var(--fp-muted);
    font-size: 0.84rem;
    line-height: 1.55;
}

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

.fp-card {
    border: 1px solid var(--fp-line);
    border-radius: 1rem;
    background: #fff;
    padding: 1.45rem;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.fp-card:hover {
    transform: translateY(-2px);
    border-color: rgba(39, 170, 225, 0.45);
    box-shadow: 0 18px 40px rgba(15, 39, 68, 0.08);
}

.fp-card__number {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1rem;
}

.fp-card__number strong {
    color: var(--fp-accent);
    font-size: 2.6rem;
    line-height: 1;
}

.fp-card__number span {
    color: var(--fp-muted);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.fp-card h3 {
    margin: 0 0 0.75rem;
    color: var(--fp-navy);
    font-size: 1.15rem;
    font-weight: 700;
}

.fp-card p {
    margin: 0;
    color: var(--fp-muted);
    font-size: 0.95rem;
    line-height: 1.68;
}

.about-process .fp-card {
    position: relative;
    overflow: hidden;
}

.about-process .fp-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--fp-accent), #8bd5f1);
}

.fp-surgeon-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2.5vw, 1.75rem);
}

.fp-surgeon {
    display: block;
    min-width: 0;
    padding: 0.7rem 0.7rem 1rem;
    border: 1px solid var(--fp-line);
    border-radius: 1rem;
    background: #fff;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.fp-surgeon__image {
    overflow: hidden;
    aspect-ratio: 3 / 4;
    border-radius: 0.75rem;
    background: #e0f2fe;
}

.fp-surgeon__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.3s ease;
}

.fp-surgeon:hover img {
    transform: scale(1.04);
}

.fp-surgeon:hover {
    transform: translateY(-2px);
    border-color: rgba(39, 170, 225, 0.45);
    box-shadow: 0 18px 34px rgba(15, 39, 68, 0.08);
}

.fp-surgeon h3 {
    margin: 0.85rem 0 0.25rem;
    color: var(--fp-navy);
    font-size: 1.05rem;
    line-height: 1.25;
    font-weight: 700;
    transition: color 0.2s ease;
}

.fp-surgeon:hover h3 {
    color: var(--fp-accent);
}

.fp-surgeon p {
    margin: 0;
    color: var(--fp-accent);
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.45;
}

.fp-register {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}

.fp-location-list {
    border: 1px solid var(--fp-line);
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
}

.fp-location {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    color: inherit;
    text-decoration: none;
    border-top: 1px solid var(--fp-line);
    transition: background 0.2s ease;
}

.fp-location:first-child {
    border-top: 0;
}

.fp-location:hover {
    background: var(--fp-slate);
}

.fp-location small {
    display: block;
    color: var(--fp-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.fp-location strong {
    display: block;
    margin-top: 0.25rem;
    color: var(--fp-navy);
}

.fp-location span {
    color: var(--fp-muted);
    font-size: 0.9rem;
}

.fp-location b {
    color: var(--fp-accent);
    font-size: 1.7rem;
}

.fp-specialty-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.fp-specialty {
    display: block;
    min-height: 160px;
    padding: 1.25rem;
    border: 1px solid var(--fp-line);
    border-radius: 1rem;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(15, 39, 68, 0.04);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.fp-specialty:hover {
    transform: translateY(-2px);
    border-color: rgba(39, 170, 225, 0.5);
    background: #f0f9ff;
    box-shadow: 0 18px 34px rgba(15, 39, 68, 0.08);
}

.fp-specialty small {
    color: var(--fp-accent);
    font-weight: 700;
}

.fp-specialty strong {
    display: block;
    margin: 0.6rem 0;
    color: var(--fp-navy);
    font-size: 1.1rem;
}

.fp-specialty span {
    color: var(--fp-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.fp-standards {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
}

.fp-standard-panel {
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
}

.fp-standard-panel h3 {
    margin: 0 0 0.75rem;
    color: #fff;
}

.fp-standard-panel p,
.fp-standard-panel li {
    color: rgba(219, 234, 254, 0.84);
    line-height: 1.7;
}

.fp-standard-panel ul {
    margin: 0;
    padding-left: 1.1rem;
}

.about-final-cta {
    background: linear-gradient(135deg, var(--fp-navy), #17476c);
    color: #fff;
}

.about-final-cta__inner {
    max-width: 860px;
    text-align: center;
}

.about-final-cta h2 {
    color: #fff;
}

.about-final-cta .fp-copy {
    color: rgba(219, 234, 254, 0.86);
}

.about-final-cta .fp-btn--secondary {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.about-final-cta .fp-btn--secondary:hover {
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.14);
}

.trust-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--fp-navy), var(--fp-navy-2));
    color: #fff;
    padding: 8.5rem 0 4rem;
}

.trust-hero::after {
    content: "";
    position: absolute;
    inset: auto -10% -46% 40%;
    height: 440px;
    background: linear-gradient(90deg, transparent, rgba(39, 170, 225, 0.16));
    transform: rotate(-6deg);
    pointer-events: none;
}

.trust-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: end;
}

.trust-hero h1 {
    margin: 0.8rem 0 1rem;
    font-size: clamp(2.25rem, 5vw, 4.4rem);
    line-height: 1.04;
    font-weight: 700;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.trust-hero p {
    max-width: 760px;
    color: rgba(219, 234, 254, 0.88);
    font-size: 1.1rem;
    line-height: 1.75;
    overflow-wrap: break-word;
}

.trust-hero__panel {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
    padding: 1.25rem;
}

.trust-hero__panel strong {
    display: block;
    color: #fff;
    font-size: 0.9rem;
}

.trust-hero__panel span {
    display: block;
    margin-top: 0.35rem;
    color: rgba(219, 234, 254, 0.78);
    font-size: 0.9rem;
    line-height: 1.55;
}

.trust-page {
    background: var(--fp-slate);
}

.trust-snapshot {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--fp-line);
    border-radius: 1rem;
    background: var(--fp-line);
    transform: translateY(-1.5rem);
}

.trust-snapshot__item {
    padding: 1.2rem;
    background: #fff;
}

.trust-snapshot__item strong {
    display: block;
    color: var(--fp-navy);
    font-size: 0.95rem;
}

.trust-snapshot__item span {
    display: block;
    margin-top: 0.35rem;
    color: var(--fp-muted);
    font-size: 0.86rem;
    line-height: 1.45;
}

.trust-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    padding-bottom: clamp(4rem, 8vw, 6rem);
}

.trust-sidebar {
    position: sticky;
    top: 96px;
}

.trust-sidebar__panel {
    border: 1px solid var(--fp-line);
    border-radius: 1rem;
    background: #fff;
    padding: 1.15rem;
}

.trust-sidebar h2 {
    margin: 0 0 0.8rem;
    color: var(--fp-navy);
    font-size: 0.95rem;
}

.trust-sidebar a {
    display: block;
    padding: 0.45rem 0;
    color: var(--fp-muted);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.trust-sidebar a:hover {
    color: var(--fp-accent);
}

.trust-sidebar__meta {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--fp-line);
    color: var(--fp-muted);
    font-size: 0.82rem;
    line-height: 1.55;
}

.trust-content {
    border: 1px solid var(--fp-line);
    border-radius: 1.2rem;
    background: #fff;
    padding: clamp(1.4rem, 4vw, 3rem);
}

.trust-section {
    padding: 2rem 0;
    border-top: 1px solid var(--fp-line);
    scroll-margin-top: 104px;
}

.trust-section:first-child {
    padding-top: 0;
    border-top: 0;
}

.trust-section h2 {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin: 0 0 1rem;
    color: var(--fp-navy);
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1.2;
}

.trust-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border-radius: 0.65rem;
    background: #e0f2fe;
    color: var(--fp-accent-dark);
    font-size: 0.9rem;
    font-weight: 800;
}

.trust-section p {
    color: var(--fp-text);
    line-height: 1.82;
}

.trust-section p + p {
    margin-top: 1rem;
}

.trust-list {
    display: grid;
    gap: 0.8rem;
    margin: 1.2rem 0;
    padding: 0;
    list-style: none;
}

.trust-list li {
    position: relative;
    padding-left: 1.7rem;
    color: var(--fp-text);
    line-height: 1.65;
}

.trust-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: var(--fp-accent);
}

.trust-callout {
    margin: 1.5rem 0;
    padding: 1.15rem 1.25rem;
    border-left: 4px solid var(--fp-accent);
    border-radius: 0.8rem;
    background: var(--fp-slate);
}

.trust-callout strong {
    color: var(--fp-navy);
}

.trust-alert {
    border-color: #fecaca;
    background: #fef2f2;
}

.trust-alert .trust-number {
    background: #fee2e2;
    color: #b91c1c;
}

.trust-alert p,
.trust-alert li {
    color: #7f1d1d;
}

.trust-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.trust-contact a {
    display: block;
    padding: 1rem;
    border: 1px solid var(--fp-line);
    border-radius: 0.9rem;
    color: var(--fp-navy);
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.trust-contact a:hover {
    border-color: rgba(39, 170, 225, 0.5);
    background: #f0f9ff;
}

.trust-contact small {
    display: block;
    color: var(--fp-muted);
    font-size: 0.8rem;
}

.trust-contact strong {
    display: block;
    margin-top: 0.25rem;
}

.procedure-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--fp-navy);
    color: #fff;
    padding: 8.5rem 0 4.5rem;
}

.procedure-hero__image,
.procedure-hero__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.procedure-hero__image {
    z-index: -2;
}

.procedure-hero__image img {
    object-fit: cover;
    object-position: center;
    opacity: 0.24;
}

.procedure-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(15, 39, 68, 0.98), rgba(15, 39, 68, 0.86) 52%, rgba(15, 39, 68, 0.58));
}

.procedure-hero__content {
    position: relative;
    z-index: 1;
    max-width: 850px;
    min-width: 0;
}

.procedure-hero h1 {
    margin: 0 0 1.25rem;
    font-size: clamp(2.3rem, 5vw, 4.4rem);
    line-height: 1.06;
    font-weight: 700;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.procedure-hero p {
    max-width: 780px;
    color: rgba(219, 234, 254, 0.88);
    font-size: 1.1rem;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.procedure-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1.5rem 0 2rem;
}

.procedure-tags span {
    max-width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: rgba(219, 234, 254, 0.92);
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.84rem;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.procedure-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--fp-line);
    border-radius: 1rem;
    background: var(--fp-line);
}

.procedure-fact {
    padding: 1.2rem;
    background: #fff;
}

.procedure-fact strong {
    display: block;
    color: var(--fp-navy);
    font-size: 1rem;
}

.procedure-fact span {
    display: block;
    margin-top: 0.35rem;
    color: var(--fp-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.procedure-two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.procedure-panel {
    border: 1px solid var(--fp-line);
    border-radius: 1rem;
    background: #fff;
    padding: 1.45rem;
}

.procedure-panel h3 {
    margin: 0 0 0.8rem;
    color: var(--fp-navy);
}

.procedure-panel ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--fp-text);
    line-height: 1.75;
}

.procedure-timeline {
    border-left: 2px solid #bae6fd;
    margin-left: 0.75rem;
}

.procedure-timeline__item {
    position: relative;
    padding: 0 0 1.7rem 1.6rem;
}

.procedure-timeline__item::before {
    content: "";
    position: absolute;
    left: -0.48rem;
    top: 0.25rem;
    width: 0.9rem;
    height: 0.9rem;
    border: 3px solid #fff;
    border-radius: 999px;
    background: var(--fp-accent);
    box-shadow: 0 0 0 1px #bae6fd;
}

.procedure-timeline__item strong {
    display: block;
    color: var(--fp-navy);
}

.procedure-timeline__item span {
    display: block;
    margin-top: 0.25rem;
    color: var(--fp-muted);
    line-height: 1.65;
}

.procedure-surgeon {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 2rem;
    align-items: center;
    border: 1px solid var(--fp-line);
    border-radius: 1.1rem;
    background: #fff;
    padding: 1.4rem;
}

.procedure-surgeon__image {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 0.9rem;
    background: #e0f2fe;
}

.procedure-surgeon__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.faq-list {
    display: grid;
    gap: 0.8rem;
}

.faq-item {
    border: 1px solid var(--fp-line);
    border-radius: 1rem;
    background: #fff;
    overflow: hidden;
}

.faq-item button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.2rem;
    color: var(--fp-navy);
    font-weight: 700;
    text-align: left;
}

.faq-item__body {
    padding: 0 1.2rem 1.2rem;
    color: var(--fp-muted);
    line-height: 1.7;
}

@media (max-width: 980px) {
    .fp-hero,
    .trust-hero,
    .procedure-hero {
        padding-top: 7.5rem;
    }

    .fp-hero__metrics,
    .trust-snapshot,
    .procedure-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fp-split,
    .fp-register,
    .trust-hero__grid,
    .trust-layout,
    .procedure-surgeon {
        grid-template-columns: 1fr;
    }

    .trust-sidebar {
        position: static;
    }

    .fp-card-grid,
    .fp-specialty-grid,
    .fp-standards,
    .about-care-list {
        grid-template-columns: 1fr;
    }

    .fp-surgeon-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .fp-wrap {
        width: calc(100% - 32px);
        padding-inline: 0;
    }

    .fp-hero,
    .trust-hero,
    .procedure-hero {
        padding: 6.75rem 0 3.5rem;
    }

    .fp-hero--about {
        min-height: auto;
        padding: 6.5rem 0 2.75rem;
    }

    .fp-hero--about .fp-hero__media img {
        object-position: 72% center;
    }

    .fp-hero h1,
    .trust-hero h1,
    .procedure-hero h1 {
        font-size: clamp(1.85rem, 9.2vw, 2.35rem);
    }

    .fp-hero__kicker {
        font-size: 0.84rem;
        line-height: 1.45;
    }

    .fp-hero__shade {
        background:
            linear-gradient(90deg, rgba(15, 39, 68, 0.97), rgba(15, 39, 68, 0.86)),
            linear-gradient(0deg, rgba(15, 39, 68, 0.72), rgba(15, 39, 68, 0.18));
    }

    .fp-hero--about .fp-hero__shade {
        background:
            linear-gradient(90deg, rgba(15, 39, 68, 0.98), rgba(15, 39, 68, 0.9)),
            linear-gradient(0deg, rgba(15, 39, 68, 0.76), rgba(15, 39, 68, 0.16));
    }

    .about-hero__trust li {
        flex-basis: 100%;
    }

    .fp-hero__content,
    .fp-hero__kicker,
    .fp-hero h1,
    .fp-hero__lead,
    .fp-btn-row,
    .fp-hero__metrics,
    .about-hero__trust {
        max-width: calc(100vw - 48px);
    }

    .fp-hero__content,
    .fp-hero__metrics {
        width: calc(100% - 16px);
    }

    .fp-hero__metrics,
    .fp-note-strip,
    .trust-snapshot,
    .trust-contact,
    .procedure-facts,
    .procedure-two-col {
        grid-template-columns: 1fr;
    }

    .fp-btn {
        width: 100%;
    }

    .fp-btn-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .fp-btn-row .fp-btn {
        width: auto;
    }

    .fp-section {
        padding: 3.5rem 0;
    }

    .fp-surgeon-grid {
        gap: 1rem;
    }

    .fp-surgeon h3 {
        font-size: 0.95rem;
    }
}
