.amd-page {
    color: #2f3357;
    background: #ffffff;
}

.amd-page section {
    scroll-margin-top: 96px;
}

.amd-gtm-frame {
    display: none;
    visibility: hidden;
}

.amd-spinner {
    width: 3rem;
    height: 3rem;
}

.amd-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(16, 24, 47, .94) 0%, rgba(16, 24, 47, .78) 48%, rgba(16, 24, 47, .3) 100%),
        url("../img/angioplastia-hero.jpg") center / cover no-repeat;
}

.amd-hero::after {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    right: -150px;
    bottom: -230px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    box-shadow:
        0 0 0 65px rgba(255, 255, 255, .04),
        0 0 0 130px rgba(255, 255, 255, .025);
}

.amd-hero .container {
    position: relative;
    z-index: 2;
}

.amd-hero-content {
    max-width: 820px;
    padding: 90px 0;
}

.amd-eyebrow,
.amd-section-label {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    margin-bottom: 1rem;
    color: var(--primary);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.amd-hero .amd-eyebrow {
    color: #ffffff;
}

.amd-eyebrow::before,
.amd-section-label::before {
    content: "";
    width: 34px;
    height: 3px;
    flex: 0 0 auto;
    border-radius: 3px;
    background: currentColor;
}

.amd-hero h1 {
    max-width: 800px;
    margin-bottom: 1.25rem;
    color: #ffffff;
    font-size: clamp(2.65rem, 6vw, 5.4rem);
    line-height: .98;
    letter-spacing: -.045em;
}

.amd-hero h1 span {
    color: #ff3868;
}

.amd-hero .lead {
    max-width: 760px;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.65;
}

.amd-hero-note {
    max-width: 700px;
    color: rgba(255, 255, 255, .72);
    line-height: 1.65;
}

.amd-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 2rem;
}

.amd-actions .btn {
    min-width: 185px;
}

.amd-btn-outline {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .62);
}

.amd-btn-outline:hover,
.amd-btn-outline:focus {
    color: #2f3357;
    background: #ffffff;
    border-color: #ffffff;
}

.amd-section {
    padding: 96px 0;
}

.amd-section-soft {
    background: #f4f6fb;
}

.amd-section-dark {
    color: #ffffff;
    background: #2f3357;
}

.amd-section-dark h2,
.amd-section-dark h3,
.amd-section-dark h4 {
    color: #ffffff;
}

.amd-title {
    margin-bottom: 1.25rem;
    color: #2f3357;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.amd-intro {
    max-width: 760px;
    color: #626783;
    font-size: 1.08rem;
    line-height: 1.78;
}

.amd-quote {
    position: relative;
    margin: 0;
    padding: 2rem 2rem 2rem 2.4rem;
    color: #2f3357;
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    font-weight: 600;
    line-height: 1.45;
    background: #ffffff;
    border-left: 6px solid var(--primary);
    border-radius: 0 20px 20px 0;
    box-shadow: 0 16px 50px rgba(47, 51, 87, .09);
}

.amd-card {
    height: 100%;
    padding: 2rem;
    background: #ffffff;
    border: 1px solid #e7e9f2;
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(47, 51, 87, .07);
    transition: transform .25s ease, box-shadow .25s ease;
}

.amd-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 50px rgba(47, 51, 87, .13);
}

.amd-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: #ffffff;
    font-size: 1.5rem;
    background: var(--primary);
    border-radius: 16px;
}

.amd-card h3 {
    margin-bottom: .75rem;
    font-size: 1.22rem;
}

.amd-card p {
    margin-bottom: 0;
    color: #6b708b;
    line-height: 1.7;
}

.amd-media {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 24px 70px rgba(47, 51, 87, .18);
}

.amd-media img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
}

.amd-media-caption {
    position: absolute;
    z-index: 2;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
    padding: 1rem 1.15rem;
    color: #ffffff;
    font-size: .9rem;
    background: rgba(16, 24, 47, .86);
    border-radius: 14px;
    backdrop-filter: blur(8px);
}

.amd-check-list {
    display: grid;
    gap: .9rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.amd-check-list li {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    color: #555b79;
    line-height: 1.6;
}

.amd-check-list i {
    margin-top: .2rem;
    color: var(--primary);
}

.amd-process {
    position: relative;
}

.amd-process::before {
    content: "";
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 31px;
    width: 2px;
    background: #dfe2ed;
}

.amd-step {
    position: relative;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 1.25rem;
    padding-bottom: 2rem;
}

.amd-step:last-child {
    padding-bottom: 0;
}

.amd-step-number {
    position: relative;
    z-index: 2;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    background: var(--primary);
    border: 7px solid #f4f6fb;
    border-radius: 50%;
}

.amd-step-content {
    padding: .8rem 0 0;
}

.amd-step-content h3 {
    margin-bottom: .45rem;
    font-size: 1.18rem;
}

.amd-step-content p {
    max-width: 790px;
    margin: 0;
    color: #676c86;
    line-height: 1.7;
}

.amd-stay-note {
    margin-top: 2rem;
    padding: 1.25rem 1.5rem;
    color: #3f4566;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(47, 51, 87, .08);
}

.amd-stat {
    height: 100%;
    padding: 2rem 1.25rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    background: rgba(255, 255, 255, .06);
}

.amd-stat strong {
    display: block;
    margin-bottom: .5rem;
    color: #ffffff;
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    line-height: 1;
}

.amd-stat span {
    display: block;
    color: rgba(255, 255, 255, .76);
    line-height: 1.5;
}

.amd-results-note {
    max-width: 920px;
    margin: 2rem auto 0;
    color: rgba(255, 255, 255, .66);
    font-size: .9rem;
    line-height: 1.6;
    text-align: center;
}

.amd-results-heading {
    max-width: 780px;
}

.amd-team-card {
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e7e9f2;
    border-radius: 22px;
    box-shadow: 0 16px 46px rgba(47, 51, 87, .09);
}

.amd-team-card .team-top {
    min-height: 180px;
    display: flex;
    align-items: flex-end;
    padding: 1.8rem;
    color: #ffffff;
    background:
        linear-gradient(130deg, rgba(204, 0, 51, .98), rgba(47, 51, 87, .94)),
        url("https://angioplasty4amd.org/assets/foto-3-DnxzekGp.jpg") center / cover;
}

.amd-team-card .team-top.team-top-dark {
    background:
        linear-gradient(180deg, rgba(19, 24, 48, .08) 25%, rgba(19, 24, 48, .86) 100%),
        url("../img/mario.webp") center 34% / cover no-repeat;
}

.amd-team-card .team-top h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.55rem, 3vw, 2.1rem);
}

.amd-team-card .team-body {
    padding: 1.8rem;
}

.amd-team-card .team-role {
    display: block;
    margin-bottom: 1rem;
    color: var(--primary);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.amd-team-card p {
    color: #676c86;
    line-height: 1.7;
}

.amd-testimonial-card {
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e8f1;
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(47, 51, 87, .08);
}

.amd-video-wrap {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #11172b;
}

.amd-video-wrap video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.amd-testimonial-body {
    padding: 1.35rem 1.5rem 1.5rem;
}

.amd-testimonial-body h3 {
    margin-bottom: .35rem;
    font-size: 1.15rem;
}

.amd-testimonial-body p {
    margin: 0;
    color: #6b708b;
    font-size: .9rem;
}

.amd-testimonial-note {
    margin-top: 1.5rem;
    color: #747991;
    font-size: .82rem;
    line-height: 1.6;
}

.amd-tag {
    display: inline-block;
    margin: .25rem .25rem 0 0;
    padding: .4rem .7rem;
    color: #414765;
    font-size: .78rem;
    font-weight: 600;
    background: #f0f2f8;
    border-radius: 50px;
}

.amd-evidence-box {
    padding: 2rem;
    background: #ffffff;
    border: 1px solid #e5e8f1;
    border-radius: 20px;
}

.amd-evidence-box h3 {
    font-size: 1.25rem;
}

.amd-evidence-box p {
    margin-bottom: 0;
    color: #676c86;
    line-height: 1.75;
}

.amd-publication {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1.75rem;
    color: inherit;
    background: #ffffff;
    border: 1px solid #e2e5ef;
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(47, 51, 87, .07);
}

.amd-publication:hover,
.amd-publication:focus {
    color: inherit;
    transform: translateY(-4px);
    box-shadow: 0 18px 48px rgba(47, 51, 87, .12);
}

.amd-publication-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: #ffffff;
    font-size: 1.3rem;
    background: var(--primary);
    border-radius: 14px;
}

.amd-publication h3 {
    color: #2f3357;
    font-size: 1.08rem;
    line-height: 1.45;
}

.amd-publication-authors {
    color: #6b708b;
    font-size: .83rem;
    line-height: 1.55;
}

.amd-publication-meta {
    margin-top: auto;
    padding-top: 1rem;
    color: var(--primary);
    font-size: .82rem;
    font-weight: 700;
}

.amd-review-note {
    display: flex;
    gap: .85rem;
    align-items: flex-start;
    margin-top: 1.5rem;
    padding: 1rem 1.15rem;
    color: #725d18;
    font-size: .86rem;
    line-height: 1.6;
    background: #fff7d8;
    border: 1px solid #f0d679;
    border-radius: 14px;
}

.amd-review-note i {
    margin-top: .2rem;
}

.amd-official-site {
    background: #ffffff;
}

.amd-official-card {
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    padding: clamp(2rem, 5vw, 4rem);
    color: #ffffff;
    background:
        radial-gradient(circle at 92% 10%, rgba(255, 255, 255, .13) 0, rgba(255, 255, 255, 0) 30%),
        linear-gradient(120deg, #2f3357 0%, #202642 62%, #151b33 100%);
    border-radius: 25px;
    box-shadow: 0 24px 70px rgba(47, 51, 87, .2);
}

.amd-official-card::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -105px;
    bottom: -170px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    box-shadow:
        0 0 0 45px rgba(255, 255, 255, .035),
        0 0 0 90px rgba(255, 255, 255, .02);
}

.amd-official-copy,
.amd-official-action {
    position: relative;
    z-index: 2;
}

.amd-official-copy {
    max-width: 780px;
}

.amd-official-card .amd-section-label {
    margin-bottom: .8rem;
    color: #ff5a81;
}

.amd-official-card h2 {
    margin-bottom: .85rem;
    color: #ffffff;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.amd-official-card p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    line-height: 1.75;
}

.amd-official-action .btn {
    min-width: 220px;
    white-space: nowrap;
}

.amd-contact {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(115deg, rgba(47, 51, 87, .97), rgba(30, 35, 67, .95)),
        url("https://angioplasty4amd.org/assets/foto-3-DnxzekGp.jpg") center / cover;
}

.amd-contact::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -250px;
    right: -100px;
    border: 70px solid rgba(255, 255, 255, .035);
    border-radius: 50%;
}

.amd-contact .container {
    position: relative;
    z-index: 2;
}

.amd-contact-copy {
    color: rgba(255, 255, 255, .78);
    font-size: 1.06rem;
    line-height: 1.75;
}

.amd-contact-list {
    display: grid;
    gap: .8rem;
    margin-top: 1.75rem;
}

.amd-contact-list a,
.amd-contact-list span {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    color: #ffffff;
}

.amd-contact-list i {
    margin-top: .2rem;
    color: #ff5a81;
}

.amd-form {
    padding: 2rem;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.amd-form .form-control,
.amd-form .form-select {
    min-height: 54px;
    border-color: #dfe2ec;
    border-radius: 10px;
}

.amd-form textarea.form-control {
    min-height: 140px;
}

.amd-form .form-control:focus,
.amd-form .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 .2rem rgba(204, 0, 51, .12);
}

.amd-form-status {
    display: none;
    margin-top: 1rem;
    padding: .85rem 1rem;
    border-radius: 10px;
}

.amd-form-status.is-visible {
    display: block;
}

.amd-form-status.is-success {
    color: #146c43;
    background: #d1e7dd;
}

.amd-form-status.is-error {
    color: #842029;
    background: #f8d7da;
}

.amd-disclaimer {
    padding: 1.25rem 0;
    color: #676c86;
    font-size: .78rem;
    line-height: 1.6;
    background: #eef0f6;
}

@media (max-width: 991.98px) {
    .amd-hero {
        min-height: 650px;
        background-position: 60% center;
    }

    .amd-hero-content {
        padding: 75px 0;
    }

    .amd-section {
        padding: 72px 0;
    }

    .amd-media {
        min-height: 430px;
    }
}

@media (max-width: 767.98px) {
    .amd-hero {
        min-height: 620px;
        background:
            linear-gradient(rgba(16, 24, 47, .9), rgba(16, 24, 47, .86)),
            url("https://fun.org/assets/hero-anatomical-UplrnPhx.jpg") 58% center / cover no-repeat;
    }

    .amd-hero h1 {
        font-size: clamp(2.45rem, 12vw, 4rem);
    }

    .amd-actions {
        display: grid;
    }

    .amd-actions .btn {
        width: 100%;
    }

    .amd-section {
        padding: 58px 0;
    }

    .amd-quote,
    .amd-card,
    .amd-form {
        padding: 1.5rem;
    }

    .amd-media {
        min-height: 360px;
    }

    .amd-process::before {
        left: 25px;
    }

    .amd-official-card {
        display: block;
        padding: 2rem 1.5rem;
    }

    .amd-official-action {
        margin-top: 1.5rem;
    }

    .amd-official-action .btn {
        width: 100%;
        min-width: 0;
    }

    .amd-step {
        grid-template-columns: 52px 1fr;
        gap: .85rem;
    }

    .amd-step-number {
        width: 52px;
        height: 52px;
        border-width: 6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .amd-card {
        transition: none;
    }
}

/* Navegación institucional compartida con la página de inicio */
.amd-page {
    --fr-red: #cc0033;
    --fr-red-dark: #a6002a;
    --fr-navy: #14183e;
    --fr-cream: #f4f7fe;
}

.amd-page .site-header {
    background: var(--fr-red);
}

.amd-page .site-topbar {
    display: none;
    color: var(--fr-red);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    background: #fff;
}

.amd-page .nav-shell {
    width: calc(100% - 3rem);
    max-width: 1140px;
    min-height: 48px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.amd-page .topbar-address {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}

.amd-page .topbar-links {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.amd-page .topbar-links a {
    color: var(--fr-red);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.amd-page .topbar-links a:hover {
    color: var(--fr-navy);
}

.amd-page .topbar-phone,
.amd-page .topbar-instagram {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.amd-page .topbar-phone {
    gap: .45rem;
}

.amd-page .topbar-phone svg,
.amd-page .topbar-instagram svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.amd-page .topbar-phone svg {
    width: 18px;
    height: 18px;
}

.amd-page .topbar-instagram svg {
    width: 27px;
    height: 27px;
}

.amd-page .navbar-sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--fr-red);
    box-shadow: 0 3px 14px rgba(20, 24, 62, .18);
    transition: box-shadow .25s ease;
}

.amd-page .nav {
    position: relative;
    top: auto;
    width: calc(100% - 2rem);
    max-width: 1140px;
    height: 68px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    box-shadow: none;
    transition: height .25s ease;
}

.amd-page .nav-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.amd-page .nav-logo img {
    width: auto;
    height: 43px;
    object-fit: contain;
    filter: none;
    transition: height .25s ease;
}

.amd-page .nav-logo-fb {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .02em;
}

.amd-page .nav-logo-fb small {
    display: block;
    color: rgba(255, 255, 255, .5);
    font-size: 9px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.amd-page .nav-mobile-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.amd-page .nav-icon-btn {
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--fr-red);
    background: #fff;
    border: 0;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    font-size: 0;
    font-weight: 700;
    text-decoration: none;
}

.amd-page .nav-icon-btn svg {
    width: 16px;
    height: 16px;
}

.amd-page .nav-desktop {
    display: none;
    margin: 0;
    padding: 0;
}

.amd-page .hamburger {
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: 0;
    cursor: pointer;
}

.amd-page .hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

.amd-page .mobile-menu {
    position: fixed;
    top: 68px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 1.5rem;
    overflow-y: auto;
    background: var(--fr-red);
}

.amd-page .mobile-menu.open {
    display: flex;
}

.amd-page .mobile-menu a {
    padding: 14px 0;
    color: rgba(255, 255, 255, .95);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
}

.amd-page .mm-sub {
    padding-left: 1rem;
}

.amd-page .mm-sub a {
    display: block;
    padding: 10px 0;
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    font-weight: 400;
}

.amd-page .mobile-menu .mm-cta {
    margin-top: 1rem;
    padding: 16px;
    color: var(--fr-red);
    background: #fff;
    border: 0;
    border-radius: 4px;
    font-weight: 800;
    text-align: center;
}

.amd-page .mobile-menu .mm-lang {
    margin-top: .75rem;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center;
}

.amd-page .navbar-sticky.is-compact {
    box-shadow: 0 5px 18px rgba(20, 24, 62, .24);
}

.amd-page .navbar-sticky.is-compact .nav {
    height: 56px;
}

.amd-page .navbar-sticky.is-compact .nav-logo img {
    height: 34px;
}

.amd-page .navbar-sticky.is-compact + .mobile-menu {
    top: 56px;
}

@media (min-width: 860px) {
    .amd-page .site-topbar {
        display: block;
    }

    .amd-page .nav {
        height: 75px;
    }

    .amd-page .nav-logo img {
        height: 47px;
    }

    .amd-page .hamburger,
    .amd-page .nav-icon-btn {
        display: none;
    }

    .amd-page .nav-desktop {
        display: flex;
        align-items: center;
        gap: clamp(.8rem, 1.5vw, 1.6rem);
        list-style: none;
    }

    .amd-page .nav-desktop li {
        list-style: none;
    }

    .amd-page .nav-desktop a {
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0;
        text-decoration: none;
        text-transform: none;
    }

    .amd-page .nav-desktop a:hover {
        color: var(--fr-navy);
    }

    .amd-page .nav-desktop .nav-cta {
        padding: 10px 20px;
        color: var(--fr-red);
        background: #fff;
        border-radius: 4px;
        font-weight: 700;
    }

    .amd-page .nav-desktop .nav-lang {
        min-width: 36px;
        height: 34px;
        padding: 0 9px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, .55);
        border-radius: 4px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .08em;
    }

    .amd-page .nav-desktop .nav-lang:hover,
    .amd-page .nav-desktop .nav-lang:focus-visible {
        color: var(--fr-red);
        background: #fff;
        border-color: #fff;
    }

    .amd-page .nav-inst {
        position: relative;
    }

    .amd-page .nav-inst .nav-drop {
        position: absolute;
        top: calc(100% + 27px);
        left: 0;
        z-index: 2;
        display: none;
        min-width: 200px;
        padding: .5rem 0;
        background: #fff;
        border-radius: 0 0 6px 6px;
        box-shadow: 0 10px 25px rgba(20, 24, 62, .16);
    }

    .amd-page .nav-inst:hover .nav-drop,
    .amd-page .nav-inst:focus-within .nav-drop {
        display: block;
    }

    .amd-page .nav-drop a {
        display: block;
        padding: 10px 1.25rem;
        color: var(--fr-navy);
        font-size: 13px;
        white-space: nowrap;
    }

    .amd-page .nav-drop a:hover {
        color: var(--fr-red);
        background: var(--fr-cream);
    }

    .amd-page .navbar-sticky.is-compact .nav {
        height: 58px;
    }

    .amd-page .navbar-sticky.is-compact .nav-logo img {
        height: 37px;
    }

    .amd-page .navbar-sticky.is-compact .nav-inst .nav-drop {
        top: calc(100% + 19px);
    }
}
