:root {
    --acc-charcoal: #333333;
    --acc-deep: #242424;
    --acc-red: #c0002b;
    --acc-red-dark: #970022;
    --acc-yellow: #ffce00;
    --acc-orange: #f76e00;
    --acc-cream: #f5f1e6;
    --acc-muted: #66615a;
    --acc-line: #e3ddd0;
}

body.acc-redesign {
    overflow-x: hidden;
    background: #ffffff;
    color: var(--acc-charcoal);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
}

body.acc-redesign h1,
body.acc-redesign h2,
body.acc-redesign h3 {
    font-weight: 800;
    letter-spacing: -0.035em;
}

body.acc-redesign .container-xxl {
    max-width: 1240px;
}

body.acc-redesign header {
    position: relative;
    z-index: 1000;
    width: 100%;
    padding: 0;
    background: #ffffff !important;
    color: var(--acc-charcoal);
    box-shadow: 0 10px 34px rgba(36, 36, 36, 0.08);
}

body.acc-redesign header .contact-bar-desktop {
    margin: 0;
    padding: 0.48rem max(9rem, calc((100vw - 1240px) / 2)) 0.48rem max(1rem, calc((100vw - 1240px) / 2));
    background: var(--acc-deep);
    color: #ffffff;
    font-size: 0.76rem;
    opacity: 1;
}

body.acc-redesign header .contact-bar-desktop a {
    color: #ffffff;
}

body.acc-redesign header .contact-bar-desktop .btn-primary {
    border-color: rgba(255, 255, 255, 0.55);
    color: #ffffff !important;
}

body.acc-redesign header .contact-bar-desktop .btn-primary:hover {
    border-color: var(--acc-red);
    background: var(--acc-red) !important;
}

body.acc-redesign header .contact-bar-desktop .language-switcher {
    z-index: 20;
    width: 7rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

body.acc-redesign header .contact-bar-desktop .language-switcher:hover,
body.acc-redesign header .contact-bar-desktop .language-switcher:focus-within {
    border-color: var(--acc-line);
    background: #ffffff;
    color: var(--acc-charcoal);
    box-shadow: 0 12px 26px rgba(27, 27, 27, 0.22);
}

body.acc-redesign header .contact-bar-desktop .language-switcher:hover .choose-language,
body.acc-redesign header .contact-bar-desktop .language-switcher:focus-within .choose-language {
    color: var(--acc-charcoal);
}

body.acc-redesign header .contact-bar-desktop .language-switcher:focus-within a.choose-language {
    display: block;
}

body.acc-redesign header .contact-bar-desktop .language-switcher a.choose-language {
    border-top: 1px solid var(--acc-line);
    color: var(--acc-charcoal) !important;
    text-decoration: none;
    -webkit-text-stroke-width: 0;
    text-shadow: none;
    transform: none;
}

body.acc-redesign header .contact-bar-desktop .language-switcher a.choose-language:hover,
body.acc-redesign header .contact-bar-desktop .language-switcher a.choose-language:focus-visible {
    background: var(--acc-cream);
    color: var(--acc-red) !important;
    -webkit-text-stroke-width: 0;
    text-shadow: none;
    transform: none;
}

body.acc-redesign header .main-menu {
    min-height: 92px;
    padding-block: 0.9rem;
    font-size: 1rem;
}

body.acc-redesign header .nav-link {
    color: var(--acc-charcoal);
    font-size: 0.93rem;
    font-weight: 750;
    -webkit-text-stroke-width: 0;
}

body.acc-redesign header .nav-link:hover,
body.acc-redesign header .nav-link:focus-visible {
    color: var(--acc-red);
    transform: none;
}

body.acc-redesign header .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0.6rem;
    border: 1px solid var(--acc-line);
    border-radius: 0.35rem;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(36, 36, 36, 0.14);
}

body.acc-redesign header .logo {
    width: 0 !important;
    height: 0 !important;
    padding: 27px 70px !important;
    background-image: url(../img/acc-logo-red.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

body.acc-redesign header .navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

body.acc-redesign header .navbar-brand::after {
    padding-left: 0.9rem;
    border-left: 1px solid var(--acc-line);
    color: var(--acc-charcoal);
    content: "American\A Consumer Claims";
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.05;
    white-space: pre;
}

.acc-home-main {
    display: block;
}

.acc-home-hero {
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 8%, rgba(255, 206, 0, 0.18), transparent 31%),
        linear-gradient(135deg, var(--acc-deep), var(--acc-charcoal) 64%, #5c1727);
    color: #ffffff;
}

body.acc-redesign .acc-home-hero > .container-xxl {
    max-width: none;
    padding: 0;
}

.acc-home-hero .row {
    margin: 0;
}

.acc-hero-copy,
.acc-hero-image {
    min-height: 650px;
}

.acc-hero-copy {
    display: flex;
    align-items: center;
    padding: 0;
}

.acc-hero-copy-inner {
    width: min(620px, calc(100% - 3rem));
    margin-left: auto;
    padding: 4.5rem 4.5rem 4.5rem 1.5rem;
}

.acc-eyebrow {
    margin: 0 0 0.85rem;
    color: var(--acc-red);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.acc-home-hero .acc-eyebrow {
    color: var(--acc-yellow);
}

.acc-home-hero h1 {
    max-width: 680px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(3.5rem, 5vw, 5.75rem);
    line-height: 0.94;
}

.acc-hero-intro {
    max-width: 610px;
    margin: 1.65rem 0 0;
    color: #eee7df;
    font-size: 1.08rem;
    line-height: 1.75;
}

.acc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2rem;
}

body.acc-redesign .btn-primary {
    border-color: var(--acc-red);
    border-radius: 0.35rem !important;
    background: var(--acc-red);
    box-shadow: 0 10px 24px rgba(192, 0, 43, 0.24);
    font-weight: 800;
}

body.acc-redesign .btn-primary:hover,
body.acc-redesign .btn-primary:focus-visible {
    border-color: var(--acc-red-dark);
    background: var(--acc-red-dark);
    color: #ffffff;
}

.acc-phone-link {
    display: grid;
    color: #ffffff;
    line-height: 1.15;
    text-decoration: none;
}

.acc-phone-link:hover {
    color: var(--acc-yellow);
}

.acc-phone-link span {
    color: #d1c9c1;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.acc-phone-link strong {
    font-size: 1.05rem;
}

.acc-hero-result {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin: 2.35rem 0 0;
    color: #ded4ca;
}

.acc-hero-result strong {
    color: var(--acc-yellow);
    font-size: 1.75rem;
    line-height: 1;
}

.acc-hero-result span {
    font-size: 0.78rem;
    font-weight: 750;
    text-transform: uppercase;
}

.acc-hero-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.2rem;
    margin-top: 2rem;
    color: #ded7cf;
    font-size: 0.75rem;
    font-weight: 800;
}

.acc-hero-assurances span::before {
    content: "✓";
    margin-right: 0.4rem;
    color: var(--acc-yellow);
}

.acc-hero-image {
    position: relative;
    overflow: hidden;
    padding: 0;
    background:
        linear-gradient(90deg, rgba(36, 36, 36, 0.58), transparent 38%),
        url(../img/acc-hero-production.png) 58% center / cover no-repeat;
    clip-path: polygon(110px 0, 100% 0, 100% 100%, 0 100%);
}

.acc-hero-image::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 120px;
    background: linear-gradient(var(--acc-yellow), var(--acc-orange));
    clip-path: polygon(calc(100% - 8px) 0, 100% 0, 8px 100%, 0 100%);
    content: "";
}

.acc-proof {
    position: relative;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 14px 40px rgba(51, 51, 51, 0.1);
}

.acc-proof-item {
    display: grid;
    place-content: center;
    min-height: 128px;
    padding: 1.25rem;
    border-right: 1px solid var(--acc-line);
}

.acc-proof-item:last-child {
    border-right: 0;
}

.acc-proof-item strong {
    color: var(--acc-red);
    font-size: clamp(2rem, 3vw, 2.9rem);
    line-height: 1;
}

.acc-proof-item span {
    margin-top: 0.45rem;
    color: var(--acc-muted);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.acc-section {
    padding: 6.5rem 0;
}

body.acc-redesign .home-about-acc {
    padding: 6.5rem 0;
    background: #ffffff;
}

.home-about-acc h2,
.acc-section-heading h2,
.home-exit-illegal-help h2 {
    margin: 0;
    color: var(--acc-charcoal);
    font-size: clamp(2.4rem, 4vw, 3.65rem);
    line-height: 1.04;
}

.acc-home-copy {
    color: #4d4944;
    font-size: 1.06rem;
    line-height: 1.8;
}

.acc-home-copy p:last-child {
    margin-bottom: 0;
}

.acc-routes h2,
.acc-process h2,
.acc-results h2,
.acc-testimonial h2 {
    margin: 0;
    font-size: clamp(2.4rem, 4vw, 3.7rem);
    line-height: 1.03;
}

.acc-section-intro,
.acc-results-lead {
    margin: 0;
    color: var(--acc-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.acc-route-card {
    display: flex;
    min-height: 390px;
    flex-direction: column;
    padding: 2.2rem;
    border: 1px solid var(--acc-line);
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: 0 10px 32px rgba(51, 51, 51, 0.08);
}

.acc-route-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(51, 51, 51, 0.15);
}

.acc-route-number {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 0.65rem;
    background: #fff3bf;
    color: var(--acc-red);
    font-size: 0.78rem;
    font-weight: 900;
}

.acc-route-card h3 {
    margin: 2rem 0 1rem;
    font-size: 1.72rem;
    line-height: 1.12;
}

.acc-route-card p {
    color: var(--acc-muted);
}

.acc-route-card a,
.acc-text-link {
    margin-top: auto;
    color: var(--acc-red);
    font-weight: 850;
    text-decoration: none;
}

.acc-routes .acc-section-link {
    display: inline-block;
    margin-top: 1rem;
}

.acc-route-card p .acc-inline-link {
    display: inline;
    margin: 0;
    color: inherit;
    font-weight: 750;
    text-decoration: underline;
    text-decoration-color: rgba(192, 0, 43, 0.45);
    text-underline-offset: 0.18em;
}

.acc-route-card p .acc-inline-link:hover,
.acc-route-card p .acc-inline-link:focus-visible {
    color: var(--acc-red);
    text-decoration-color: currentColor;
}

.acc-route-card-featured {
    border-color: transparent;
    background: linear-gradient(145deg, var(--acc-red-dark), var(--acc-red));
    color: #ffffff;
}

.acc-route-card-featured .acc-route-number {
    background: var(--acc-yellow);
    color: var(--acc-deep);
}

.acc-route-card-featured p,
.acc-route-card-featured a {
    color: #ffffff;
}

.acc-process {
    background:
        radial-gradient(circle at 85% 20%, rgba(255, 206, 0, 0.18), transparent 30%),
        var(--acc-deep);
    color: #ffffff;
}

.acc-process .acc-eyebrow {
    color: var(--acc-yellow);
}

.acc-process-heading {
    max-width: 850px;
}

.acc-process-intro {
    max-width: 760px;
    margin: 0.65rem auto 0;
    color: #aca59e;
}

.acc-process-item {
    text-align: center;
}

.acc-process-item > span {
    display: grid;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    place-items: center;
    border-radius: 0.65rem;
    background: var(--acc-yellow);
    color: var(--acc-deep);
    font-weight: 900;
}

.acc-process-item h3 {
    margin: 1.4rem 0 0.7rem;
    font-size: 1.65rem;
}

.acc-process-item p {
    margin: 0;
    color: #d7d2cb;
}

.acc-results {
    background: #ffffff;
}

.acc-results h2 {
    margin-bottom: 1.5rem;
}

.acc-results .acc-results-lead + p {
    margin-top: 1.25rem;
    color: var(--acc-muted);
}

.acc-results .acc-text-link {
    display: inline-block;
    margin-top: 1rem;
}

.acc-result-panel {
    padding: 2.8rem;
    border-radius: 0.8rem;
    background: var(--acc-cream);
    box-shadow: 0 16px 42px rgba(51, 51, 51, 0.12);
}

.acc-result-stat {
    display: grid;
    padding: 1.35rem 0;
    border-bottom: 1px solid var(--acc-line);
}

.acc-result-stat strong {
    color: var(--acc-red);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    line-height: 1;
}

.acc-result-stat span {
    margin-top: 0.4rem;
    color: var(--acc-charcoal);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.acc-result-note {
    margin: 1.5rem 0 0;
    color: var(--acc-muted);
    font-size: 0.78rem;
}

.acc-testimonial {
    background: #fff6cf;
}

.acc-testimonial h2 {
    margin-bottom: 1.5rem;
}

.acc-testimonial figure {
    margin: 0;
    padding: 2.2rem;
    border-left: 6px solid var(--acc-yellow);
}

.acc-testimonial blockquote {
    margin: 0;
    color: var(--acc-charcoal);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.6;
}

.acc-testimonial figcaption {
    display: grid;
    margin-top: 1.4rem;
}

.acc-testimonial figcaption span {
    color: var(--acc-muted);
    font-size: 0.8rem;
}

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

.acc-testimonial-list figure {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 1.6rem;
    border: 1px solid rgba(51, 51, 51, 0.12);
    border-left: 5px solid var(--acc-yellow);
    background: rgba(255, 255, 255, 0.48);
}

.acc-testimonial-list blockquote {
    font-size: 1rem;
    line-height: 1.55;
}

.acc-testimonial-list figcaption {
    margin-top: auto;
    padding-top: 1.25rem;
}

.acc-faq {
    background: #ffffff;
}

.acc-faq h2 {
    margin: 0 0 1.5rem;
    font-size: clamp(2.4rem, 4vw, 3.7rem);
    line-height: 1.03;
}

.acc-faq .acc-text-link {
    display: inline-block;
    margin-top: 1.5rem;
}

.acc-faq-accordion {
    border-top: 0;
}

.acc-faq-accordion .accordion-item {
    margin-bottom: 0;
    border: 0 !important;
    border-top: 1px solid var(--acc-line) !important;
    border-radius: 0;
}

.acc-faq-accordion .accordion-button {
    padding: 1.35rem 0;
    color: var(--acc-charcoal);
    background: transparent;
    font-size: 1.08rem;
    font-weight: 850;
    box-shadow: none;
}

.acc-faq-accordion .accordion-button:not(.collapsed) {
    color: var(--acc-red);
}

.acc-faq-accordion .accordion-button:focus-visible {
    outline: 3px solid rgba(207, 0, 50, 0.22);
    outline-offset: 0.25rem;
}

.acc-faq-accordion .accordion-body {
    padding: 0 2.5rem 1.4rem 0;
    color: var(--acc-muted);
    line-height: 1.7;
}

body.acc-redesign .home-about {
    margin-top: 0;
}

.acc-values-section {
    background: var(--acc-cream);
}

.acc-section-heading {
    margin-bottom: 3rem;
}

body.acc-redesign .home-about-desktop .row {
    --bs-gutter-x: 1.5rem;
}

body.acc-redesign .home-about-desktop .col-md {
    overflow: hidden;
    padding: 0 0 2rem;
    border: 1px solid var(--acc-line);
    border-radius: 0.7rem;
    background: #ffffff;
    box-shadow: 0 10px 34px rgba(51, 51, 51, 0.08);
}

body.acc-redesign .home-about-desktop img {
    width: 100%;
    height: 230px;
    margin: 0;
    border-radius: 0;
    object-fit: cover;
}

body.acc-redesign .home-about-desktop h3,
body.acc-redesign .home-about-desktop p {
    margin-inline: 1.75rem;
}

body.acc-redesign .home-about-desktop h3 {
    margin-top: 1.25rem;
    padding: 0;
    color: var(--acc-red);
    font-size: 1.65rem;
}

body.acc-redesign .home-about-desktop p {
    color: var(--acc-muted);
}

body.acc-redesign .home-exit-illegal-help {
    padding: 6.5rem 0;
    background: #ffffff;
}

body.acc-redesign .home-exit-illegal-help .container-fluid {
    padding: 0;
}

.acc-help-grid {
    margin-top: 2.25rem;
}

body.acc-redesign .acc-help-grid > .col-md {
    overflow: hidden;
    padding: 0 0 2rem;
    border: 1px solid var(--acc-line);
    border-radius: 0.7rem;
    background: #ffffff;
    text-align: left;
    box-shadow: 0 10px 34px rgba(51, 51, 51, 0.07);
}

body.acc-redesign .acc-help-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

body.acc-redesign .acc-help-grid h3,
body.acc-redesign .acc-help-grid p,
body.acc-redesign .acc-help-grid .btn {
    margin-inline: 1.7rem;
}

body.acc-redesign .acc-help-grid h3 {
    min-height: 3.2em;
    margin-top: 1.5rem;
    padding: 0;
    font-size: 1.48rem;
    line-height: 1.12;
}

body.acc-redesign .acc-help-grid p {
    color: var(--acc-muted);
}

body.acc-redesign .way-out {
    margin: 0;
    padding: 7rem 0;
    background: var(--acc-cream);
}

body.acc-redesign .way-out > .container > .row {
    align-items: center;
    --bs-gutter-x: 6rem;
}

body.acc-redesign .way-out .question {
    padding-block: 1rem;
}

body.acc-redesign .way-out h2 {
    max-width: 9em;
    margin: 0;
    padding: 0;
    color: var(--acc-charcoal);
    font-size: clamp(2.8rem, 4vw, 4.2rem);
    line-height: 0.96;
    text-align: left;
    letter-spacing: -0.055em;
}

body.acc-redesign .way-out h2::after {
    content: "";
    position: static;
    width: 5rem;
    height: 0.55rem;
    margin-top: 2rem;
    line-height: 0;
    background: var(--acc-red);
}

body.acc-redesign .way-out .contact-form {
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.acc-redesign .way-out .contact-form::before {
    display: none;
}

body.acc-redesign .way-out .contact-form h3 {
    max-width: 31em;
    margin: 0 0 2rem;
    color: var(--acc-charcoal);
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    line-height: 1.2;
    text-align: left;
    letter-spacing: -0.025em;
}

body.acc-redesign .way-out .contact-form h3 strong {
    color: var(--acc-red);
}

body.acc-redesign .way-out .contact-form form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
    border: 0;
}

body.acc-redesign .way-out .contact-form input.form-control {
    min-width: 0;
    height: 3.65rem;
    margin: 0 !important;
    padding: 0.9rem 1.1rem;
    border: 1px solid #d7d0c5;
    border-radius: 0.45rem;
    background: #ffffff;
    color: var(--acc-charcoal);
    box-shadow: none;
}

body.acc-redesign .way-out .contact-form input.form-control:focus {
    border-color: var(--acc-red);
    background: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(207, 0, 50, 0.12);
}

body.acc-redesign .way-out .contact-form .form-group {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 11rem;
    align-items: center;
    gap: 1.25rem;
    margin: 0;
    padding-top: 0.35rem;
}

body.acc-redesign .way-out .contact-form .form-group > div {
    width: auto;
    margin: 0;
    padding: 0;
}

body.acc-redesign .way-out .contact-form label {
    position: relative;
    display: block;
    margin: 0 !important;
    padding-left: 1.7rem;
    color: #59544d;
    font-size: 0.86rem;
    line-height: 1.45;
    text-align: left;
    font-weight: 600;
}

body.acc-redesign .way-out .contact-form label input {
    position: absolute;
    top: 0.12rem;
    left: 0;
    width: 1.05rem;
    height: 1.05rem;
    accent-color: var(--acc-red);
}

body.acc-redesign .way-out .contact-form label.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

body.acc-redesign .way-out .contact-form label a {
    color: var(--acc-red);
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

body.acc-redesign .way-out .btn-primary {
    min-height: 3.65rem;
    border: 0;
    border-radius: 0.45rem;
    background: var(--acc-red);
    color: #ffffff;
    font-size: 1.05rem;
    box-shadow: none;
}

body.acc-redesign .way-out .btn-primary:hover,
body.acc-redesign .way-out .btn-primary:focus-visible {
    background: var(--acc-deep);
    color: #ffffff;
}

body.acc-redesign .way-out .contact-form h4 {
    margin: 2rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid #d7d0c5;
    color: var(--acc-charcoal);
    font-size: 1rem;
    line-height: 1.75;
    text-align: left !important;
}

body.acc-redesign .way-out .contact-form h4 strong {
    display: block;
    color: var(--acc-red);
    font-size: 0.78rem;
    letter-spacing: 0.12em;
}

body.acc-redesign .way-out .contact-form h4 a {
    color: var(--acc-charcoal);
}

body.acc-redesign .way-out .contact-form h4 i {
    display: none;
}

body.acc-redesign .way-out .contact-form h4 a:hover,
body.acc-redesign .way-out .contact-form h4 a:focus-visible {
    color: var(--acc-red);
}

body.acc-redesign .exit-your-contract {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--acc-deep);
    text-align: left;
}

body.acc-redesign .exit-your-contract::before {
    display: none;
}

body.acc-redesign .exit-your-contract a {
    display: block;
    padding: 2.6rem 0;
}

body.acc-redesign .exit-your-contract a .row {
    position: relative;
    transform: none;
}

body.acc-redesign .exit-your-contract .col-md-7 {
    width: 100%;
    max-width: none;
    padding-right: 5rem;
}

body.acc-redesign .exit-your-contract a .row::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 3.25rem;
    height: 3.25rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    color: var(--acc-yellow);
    font-size: 1.7rem;
    line-height: 3rem;
    text-align: center;
    transform: translateY(-50%);
    transition: background 0.18s ease, color 0.18s ease;
}

body.acc-redesign .exit-your-contract a:hover .row {
    transform: none;
}

body.acc-redesign .exit-your-contract a:hover .row::after,
body.acc-redesign .exit-your-contract a:focus-visible .row::after {
    background: var(--acc-yellow);
    color: var(--acc-deep);
}

body.acc-redesign .exit-your-contract h3 {
    margin: 0 0 0.45rem;
    color: #ffffff;
    font-size: clamp(1.75rem, 2.6vw, 2.5rem);
    line-height: 1.05;
}

body.acc-redesign .exit-your-contract p {
    max-width: 52rem;
    padding-right: 4.5rem;
    color: #bfb8b1;
    font-size: 0.94rem;
}

body.acc-redesign footer {
    background: var(--acc-deep);
    color: #d8d2cb;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.acc-redesign footer p,
body.acc-redesign footer small,
body.acc-redesign footer .footer-address {
    color: #d8d2cb;
}

body.acc-redesign footer a {
    color: #ffffff;
}

body.acc-redesign footer a:hover,
body.acc-redesign footer a:focus-visible {
    color: var(--acc-yellow);
}

body.acc-redesign footer .footer-links {
    color: #ffffff;
}

body.acc-redesign footer .footer-address {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.acc-redesign footer .ecc-logo {
    display: block;
    max-width: 95px;
}

body.acc-redesign footer .acc-footer-grid {
    margin-bottom: 2.25rem;
    padding-bottom: 2.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    text-align: left;
}

body.acc-redesign footer .acc-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
}

body.acc-redesign footer .acc-footer-brand img {
    width: 94px;
}

body.acc-redesign footer .acc-footer-brand span {
    padding-left: 0.9rem;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.05;
}

body.acc-redesign footer .acc-footer-summary {
    max-width: 430px;
    margin-top: 1rem;
}

body.acc-redesign footer .acc-footer-ecc {
    margin-top: 1.25rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.78rem;
    line-height: 1.5;
}

body.acc-redesign footer .acc-footer-ecc a {
    color: #ffffff;
    font-weight: 750;
}

body.acc-redesign footer .acc-footer-grid h2 {
    color: #ffffff;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.acc-redesign footer .acc-footer-grid ul {
    display: grid;
    gap: 0.6rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

body.acc-redesign footer .acc-footer-grid li,
body.acc-redesign footer .acc-footer-grid a {
    font-size: 0.82rem;
}

@media (min-width: 1700px) {
    .acc-hero-copy,
    .acc-hero-image {
        min-height: 740px;
    }

    .acc-hero-copy-inner {
        width: min(720px, calc(100% - 5rem));
        padding-right: 6rem;
    }
}

@media (max-width: 1199.98px) {
    body.acc-redesign header .main-menu {
        font-size: 0.9rem;
    }

    body.acc-redesign header .nav-link {
        font-size: 0.82rem;
    }

    body.acc-redesign header .navbar-brand::after {
        display: none;
    }

    .acc-hero-copy-inner {
        padding-right: 2.75rem;
    }
}

@media (max-width: 991.98px) {
    body.acc-redesign header .main-menu {
        min-height: 76px;
        padding-inline: 0.75rem;
    }

    body.acc-redesign header .navbar-collapse {
        margin-top: 0.8rem;
        padding: 1rem;
        border: 1px solid var(--acc-line);
        background: #ffffff;
        box-shadow: 0 14px 35px rgba(36, 36, 36, 0.12);
    }

    body.acc-redesign header .nav-link {
        padding-block: 0.55rem;
        font-size: 1rem;
    }

    .acc-hero-copy,
    .acc-hero-image {
        min-height: auto;
    }

    .acc-route-card {
        min-height: auto;
    }

    .acc-hero-copy-inner {
        width: min(720px, calc(100% - 3rem));
        margin: auto;
        padding: 4.5rem 0;
    }

    .acc-hero-image {
        min-height: 440px;
        clip-path: none;
    }

    .acc-hero-image::before {
        display: none;
    }

    body.acc-redesign .way-out {
        padding: 5.5rem 0;
    }

    body.acc-redesign .way-out > .container > .row {
        --bs-gutter-x: 1.5rem;
        gap: 2.5rem;
    }

    body.acc-redesign .way-out h2 {
        max-width: 12em;
        font-size: clamp(2.8rem, 8vw, 4.5rem);
    }

    body.acc-redesign .way-out .contact-form {
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    body.acc-redesign .acc-mobile-tools {
        display: grid;
        grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
        gap: 0.75rem;
        margin: 1rem 0 1.35rem;
    }

    body.acc-redesign .menu-contact-mobile .acc-mobile-client-area,
    body.acc-redesign .menu-contact-mobile .acc-mobile-language-link {
        display: inline-flex;
        min-height: 46px;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
        margin: 0;
        padding: 0.7rem 0.8rem;
        border: 1px solid var(--acc-line);
        border-radius: 0.25rem;
        font-size: 0.82rem;
        font-weight: 850;
        line-height: 1.1;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

    body.acc-redesign .menu-contact-mobile .acc-mobile-client-area {
        border-color: var(--acc-red);
        background: var(--acc-red);
        color: #ffffff;
    }

    body.acc-redesign .menu-contact-mobile .acc-mobile-language-link {
        background: var(--acc-cream);
        color: var(--acc-charcoal);
    }

    body.acc-redesign .menu-contact-mobile .acc-mobile-client-area:hover,
    body.acc-redesign .menu-contact-mobile .acc-mobile-client-area:focus-visible {
        border-color: var(--acc-red-dark);
        background: var(--acc-red-dark);
        color: #ffffff;
    }

    body.acc-redesign .menu-contact-mobile .acc-mobile-language-link:hover,
    body.acc-redesign .menu-contact-mobile .acc-mobile-language-link:focus-visible {
        border-color: var(--acc-red);
        color: var(--acc-red);
    }

    .acc-proof-item {
        min-height: 104px;
        border-right: 0;
        border-bottom: 1px solid var(--acc-line);
    }

    .acc-proof-item:last-child {
        border-bottom: 0;
    }

    body.acc-redesign .contact-bar-mobile {
        padding: 1rem;
        background: var(--acc-red);
    }

    body.acc-redesign .contact-bar-mobile a {
        color: #ffffff;
    }

    body.acc-redesign .home-about-mobile {
        padding: 4.5rem 1rem;
        background: var(--acc-cream);
    }

    body.acc-redesign .home-about-mobile .carousel-item {
        padding: 0 2.6rem;
    }

    body.acc-redesign footer .acc-footer-grid {
        text-align: center;
    }

    body.acc-redesign footer .acc-footer-brand,
    body.acc-redesign footer .acc-footer-ecc {
        margin-inline: auto;
    }

    body.acc-redesign .home-about-mobile img {
        width: 210px;
        height: 210px;
        object-fit: cover;
    }

    body.acc-redesign .way-out .contact-form form,
    body.acc-redesign .way-out .contact-form .form-group {
        grid-template-columns: 1fr;
    }

    body.acc-redesign .way-out .contact-form h4 {
        text-align: center !important;
    }
}

@media (max-width: 575.98px) {
    .acc-section,
    body.acc-redesign .home-about-acc,
    body.acc-redesign .home-exit-illegal-help {
        padding: 4.5rem 0;
    }

    .acc-home-hero h1 {
        font-size: clamp(2.9rem, 15vw, 4.2rem);
    }

    .acc-hero-copy-inner {
        width: calc(100% - 2rem);
        padding: 3.4rem 0;
    }

    .acc-hero-intro {
        font-size: 1rem;
    }

    .acc-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .acc-hero-actions .btn {
        width: 100%;
    }

    .acc-hero-result {
        align-items: flex-start;
        flex-direction: column;
    }

    .acc-hero-image {
        min-height: 350px;
        background-position: 62% center;
    }

    .home-about-acc h2,
    .acc-section-heading h2,
    .home-exit-illegal-help h2 {
        font-size: 2.45rem;
    }

    body.acc-redesign .acc-help-grid {
        margin-inline: 0;
    }

    body.acc-redesign .acc-help-grid > .col-md {
        margin-inline: 0;
    }

    body.acc-redesign .acc-help-grid h3 {
        min-height: auto;
    }

    body.acc-redesign .way-out {
        padding: 4.5rem 0;
    }

    body.acc-redesign .way-out .question {
        padding-inline: 1.1rem;
    }

    body.acc-redesign .way-out h2 {
        font-size: 2.75rem;
    }

    body.acc-redesign .way-out h2::after {
        margin-top: 1.4rem;
    }

    body.acc-redesign .way-out .contact-form {
        margin-inline: 0;
        padding: 0 1.1rem;
    }

    body.acc-redesign .way-out .contact-form h3 {
        font-size: 1.35rem;
    }

    body.acc-redesign .way-out .contact-form h4 a {
        font-size: 0.92rem;
    }

    body.acc-redesign .exit-your-contract a {
        padding: 2.25rem 0;
    }

    body.acc-redesign .exit-your-contract a .row::after {
        right: 0.25rem;
        width: 2.8rem;
        height: 2.8rem;
        line-height: 2.55rem;
    }

    body.acc-redesign .exit-your-contract h3,
    body.acc-redesign .exit-your-contract p {
        padding-right: 3.5rem;
    }

    body.acc-redesign .exit-your-contract h3 {
        font-size: 1.8rem;
    }
}

/* Spanish campaign landing integrated with the current ACC runtime. */
.acc-skip-link {
    z-index: 2000;
    padding: 0.75rem 1rem;
    background: var(--acc-deep);
    color: #fff;
}

.acc-landing-header .container-xxl {
    max-width: 1240px;
}

.acc-landing-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 92px;
    padding-block: 0.85rem;
}

.acc-landing-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    color: var(--acc-charcoal);
    text-decoration: none;
}

.acc-landing-brand img {
    width: 94px;
    height: auto;
}

.acc-landing-brand span {
    padding-left: 0.9rem;
    border-left: 1px solid var(--acc-line);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.05;
}

.acc-landing-header-phone {
    display: grid;
    justify-items: end;
    color: var(--acc-charcoal);
    line-height: 1.1;
    text-decoration: none;
}

.acc-landing-header-phone:hover,
.acc-landing-header-phone:focus-visible {
    color: var(--acc-red);
}

.acc-landing-header-phone small {
    color: var(--acc-red);
    font-size: 0.63rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.acc-landing-header-phone strong {
    margin-top: 0.3rem;
    font-size: 1.25rem;
}

.acc-landing-hero {
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(10, 24, 38, 0.58), rgba(10, 24, 38, 0.18) 62%, rgba(10, 24, 38, 0.08)),
        url('../img/acc-spanish-landing-hero.webp') center 46% / cover no-repeat;
}

.acc-landing-hero-row {
    min-height: 650px;
}

.acc-landing-copy {
    margin: 3.4rem 0;
    padding: 3rem 3.25rem 3.1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 6px solid var(--acc-yellow);
    border-radius: 0.75rem;
    background: rgba(17, 31, 44, 0.82);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.acc-landing-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    padding: 0.5rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff4bf;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.acc-landing-kicker span {
    display: grid;
    place-items: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--acc-red);
    color: #fff;
}

.acc-landing-copy h1 {
    max-width: 720px;
    margin: 1.6rem 0 0;
    color: #fff;
    font-size: clamp(3.6rem, 5.4vw, 5.25rem);
    line-height: 0.96;
}

.acc-landing-slogan {
    max-width: 650px;
    margin: 1.5rem 0 0;
    color: var(--acc-yellow);
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    font-weight: 850;
    line-height: 1.15;
}

.acc-landing-intro {
    max-width: 650px;
    margin: 1.25rem 0 0;
    color: #e7dfd8;
    font-size: 1.12rem;
    line-height: 1.55;
}

.acc-landing-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 1.15rem;
    color: #ded4ca;
    font-size: 0.76rem;
    font-weight: 750;
}

.acc-landing-assurances span {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.acc-landing-assurances b {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255, 206, 0, 0.16);
    color: var(--acc-yellow);
    font-size: 0.7rem;
}

.acc-landing-result-card {
    width: min(350px, 100%);
    margin-bottom: 2.15rem;
    padding: 1.5rem 1.65rem;
    border-left: 6px solid var(--acc-yellow);
    border-radius: 0.5rem;
    background: rgba(36, 36, 36, 0.94);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.25);
}

.acc-landing-result-card span,
.acc-landing-result-card strong {
    display: block;
}

.acc-landing-result-card span {
    color: var(--acc-yellow);
    font-size: 0.63rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.acc-landing-result-card strong {
    margin-top: 0.45rem;
    font-size: 1.55rem;
    line-height: 1.08;
}

.acc-landing-result-card p {
    margin: 0.65rem 0 0;
    color: #d8d1cb;
    font-size: 0.82rem;
    line-height: 1.45;
}

.acc-landing-credibility {
    padding: 5.1rem 0 5.5rem;
    border-bottom: 1px solid var(--acc-line);
    background: #fff;
}

.acc-landing-credibility-title {
    margin: 0;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 1.05;
}

.acc-landing-credibility-lead {
    margin: 1.5rem 0 0;
    color: var(--acc-charcoal);
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.5;
}

.acc-landing-credibility-copy {
    margin: 1.1rem 0 0;
    color: var(--acc-muted);
    font-size: 0.95rem;
}

.acc-landing-credibility-callout {
    display: grid;
    gap: 0.35rem;
    margin-top: 1.75rem;
    padding: 1.25rem 1.4rem;
    border-left: 5px solid var(--acc-yellow);
    background: var(--acc-cream);
}

.acc-landing-credibility-callout span,
.acc-landing-visual-label {
    color: var(--acc-red);
    font-size: 0.63rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.acc-landing-credibility-callout strong {
    font-size: 0.94rem;
    line-height: 1.45;
}

.acc-landing-credibility-visual {
    position: relative;
    overflow: hidden;
    padding: 2.4rem;
    border-radius: 0.75rem;
    background: var(--acc-deep);
    color: #fff;
    box-shadow: 22px 22px 0 rgba(192, 0, 43, 0.08);
}

.acc-landing-credibility-visual::after {
    position: absolute;
    top: -115px;
    right: -90px;
    width: 260px;
    height: 260px;
    content: "";
    border: 48px solid rgba(255, 206, 0, 0.08);
    border-radius: 50%;
}

.acc-landing-visual-label {
    position: relative;
    z-index: 2;
    color: var(--acc-yellow);
}

.acc-landing-milestone-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 1.4rem 0 0;
}

.acc-landing-milestone-grid > div {
    width: auto;
    padding: 0;
}

.acc-landing-milestone-grid article {
    height: 100%;
    min-height: 190px;
    padding: 1.5rem;
    border-radius: 0.45rem;
    background: rgba(255, 255, 255, 0.05);
}

.acc-landing-milestone-grid strong {
    display: block;
    color: var(--acc-yellow);
    font-size: clamp(1.95rem, 3.2vw, 2.9rem);
    line-height: 1;
}

.acc-landing-milestone-grid h3 {
    margin: 1.1rem 0 0.4rem;
    color: #fff;
    font-size: 1.05rem;
}

.acc-landing-milestone-grid p {
    margin: 0;
    color: #cfc8c1;
    font-size: 0.8rem;
    line-height: 1.45;
}

.acc-landing-ecc-lockup {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.4rem;
    margin-top: 1.4rem;
    padding: 0.85rem 1rem;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.acc-landing-ecc-lockup:hover {
    opacity: 0.82;
}

.acc-landing-ecc-lockup:focus-visible {
    outline: 2px solid var(--acc-yellow);
    outline-offset: 3px;
}

.acc-landing-ecc-lockup span {
    color: #d8d1cb;
    font-size: 0.58rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.acc-landing-ecc-lockup img {
    width: 112px;
    height: auto;
}

.acc-landing-conversion {
    padding: 5.4rem 0 6rem;
    background: var(--acc-cream);
}

.acc-landing-section-title {
    max-width: 540px;
    margin: 0;
    font-size: clamp(2.6rem, 4.2vw, 4rem);
    line-height: 1;
}

.acc-landing-conversion-intro {
    max-width: 510px;
    margin: 1.35rem 0 0;
    color: var(--acc-muted);
    font-size: 1.1rem;
}

.acc-landing-process-note {
    display: grid;
    gap: 0.2rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--acc-line);
}

.acc-landing-process-note a {
    color: var(--acc-red);
    font-weight: 850;
}

.acc-landing-lead-form {
    padding: 2.5rem 2.65rem;
    border-top: 7px solid var(--acc-yellow);
    border-radius: 0.65rem;
    background: #fff;
    box-shadow: 0 26px 70px rgba(51, 51, 51, 0.16);
}

.acc-landing-lead-form h2 {
    margin: 0;
    font-size: 2.2rem;
}

.acc-landing-form-help,
.acc-landing-submit-status {
    color: var(--acc-muted);
    font-size: 0.78rem;
}

.acc-landing-lead-form .form-label,
.acc-problem-options legend {
    margin-bottom: 0.45rem;
    color: var(--acc-charcoal);
    font-size: 0.78rem;
    font-weight: 800;
}

.acc-landing-lead-form .form-control {
    min-height: 48px;
    padding: 0.7rem 0.8rem;
    border-color: #d5d0c7;
    background: #fbfaf7;
}

.acc-landing-lead-form .form-control:focus {
    border-color: var(--acc-red);
    box-shadow: 0 0 0 0.2rem rgba(192, 0, 43, 0.13);
}

.acc-problem-options {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.acc-problem-options-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.acc-problem-option {
    position: relative;
    margin: 0;
    cursor: pointer;
}

.acc-problem-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.acc-problem-option span {
    display: flex;
    align-items: center;
    min-height: 62px;
    padding: 0.8rem 0.9rem 0.8rem 2.65rem;
    border: 1px solid #d5d0c7;
    border-radius: 0.35rem;
    background: #fbfaf7;
    color: #4e4943;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
}

.acc-problem-option span::before {
    position: absolute;
    left: 0.95rem;
    width: 1rem;
    height: 1rem;
    content: "";
    border: 2px solid #9b958d;
    border-radius: 50%;
    background: #fff;
}

.acc-problem-option input:checked + span {
    border-color: var(--acc-red);
    background: #fff5f7;
    color: var(--acc-red-dark);
}

.acc-problem-option input:checked + span::before {
    border: 4px solid var(--acc-red);
}

.acc-problem-option input:focus-visible + span {
    outline: 3px solid rgba(192, 0, 43, 0.22);
    outline-offset: 2px;
}

.acc-problem-option-wide {
    grid-column: 1 / -1;
}

.acc-landing-consent {
    display: grid;
    grid-template-columns: 1.2rem minmax(0, 1fr);
    gap: 0.7rem;
    align-items: start;
    color: #5b5750;
    font-size: 0.78rem;
    line-height: 1.5;
}

.acc-landing-consent input {
    width: 1.05rem;
    height: 1.05rem;
    margin-top: 0.15rem;
    accent-color: var(--acc-red);
}

.acc-landing-consent a {
    color: var(--acc-red);
    font-weight: 800;
}

body.acc-redesign .acc-landing-footer {
    padding-top: 0;
    background: #171717;
}

.acc-landing-footer-main {
    padding-block: 4rem 2.5rem;
}

.acc-landing-footer-contact {
    display: grid;
    justify-items: start;
    gap: 0.55rem;
}

.acc-landing-footer-contact h2 {
    margin: 0 0 0.5rem;
    color: #fff;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.acc-landing-footer-disclosure,
.acc-landing-footer-bottom {
    padding-block: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.acc-landing-footer-disclosure p,
.acc-landing-footer-bottom p {
    margin: 0.35rem 0;
    font-size: 0.72rem;
}

.acc-landing-footer-ecc-logo {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 991.98px) {
    .acc-landing-hero {
        background-position: 58% center;
    }

    .acc-landing-copy {
        width: min(720px, calc(100% - 1.5rem));
        margin: 2.75rem auto 0;
        padding: 2.6rem 2.5rem 2.75rem;
    }

    .acc-landing-result-card {
        margin: 0 0 2.75rem 0.75rem;
    }

    .acc-landing-credibility-visual {
        margin-top: 0.5rem;
    }

    .acc-landing-conversion {
        padding: 4.25rem 0;
    }

    .acc-landing-footer-ecc-logo {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .acc-landing-header-inner {
        min-height: 78px;
    }

    .acc-landing-brand img {
        width: 78px;
    }

    .acc-landing-brand span {
        display: none;
    }

    .acc-landing-header-phone strong {
        font-size: 1rem;
    }

    .acc-landing-hero {
        background-position: 62% center;
    }

    .acc-landing-copy {
        width: 100%;
        margin: 1.75rem 0 0;
        padding: 2.1rem 1.5rem 2.25rem;
    }

    .acc-landing-copy h1 {
        font-size: clamp(2.7rem, 13vw, 3.6rem);
    }

    .acc-landing-slogan {
        font-size: 1.25rem;
    }

    .acc-landing-intro {
        font-size: 1rem;
    }

    .acc-landing-assurances {
        display: grid;
        gap: 0.55rem;
    }

    .acc-landing-result-card {
        width: 100%;
        margin: 0 0 1.75rem;
        padding: 1.15rem;
    }

    .acc-landing-credibility {
        padding: 3.25rem 0;
    }

    .acc-landing-credibility-visual {
        padding: 1.5rem;
        box-shadow: 12px 12px 0 rgba(192, 0, 43, 0.08);
    }

    .acc-landing-milestone-grid article {
        min-height: 0;
        padding: 1.35rem 1.25rem;
    }

    .acc-landing-milestone-grid {
        grid-template-columns: 1fr;
    }

    .acc-landing-ecc-lockup {
        align-items: flex-start;
        flex-direction: column;
    }

    .acc-landing-section-title {
        font-size: 2.65rem;
    }

    .acc-landing-lead-form {
        padding: 1.9rem 1.25rem;
    }

    .acc-landing-lead-form h2 {
        font-size: 1.9rem;
    }

    .acc-problem-options-grid {
        grid-template-columns: 1fr;
    }

    .acc-problem-option-wide {
        grid-column: auto;
    }

    .acc-landing-footer-main {
        padding-top: 3rem;
    }
}

/* Managed news and victories runtime */
.acc-runtime-hero {
    padding: 3.25rem 0 4.75rem;
    background:
        radial-gradient(circle at 82% 28%, rgba(255, 206, 0, 0.2), transparent 25rem),
        var(--acc-cream);
}

.acc-runtime-hero .acc-breadcrumb {
    margin-bottom: 3.5rem;
}

.acc-runtime-hero h1 {
    max-width: 920px;
    margin: 0.45rem 0 1rem;
    color: var(--acc-charcoal);
    font-size: clamp(3rem, 7vw, 6.5rem);
    line-height: 0.92;
}

.acc-runtime-hero__lead {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.15rem;
}

.acc-runtime-listing {
    padding-top: 5.5rem;
    padding-bottom: 7rem;
}

.acc-runtime-listing > h2,
.acc-runtime-listing > .row:first-child h2 {
    max-width: 780px;
    margin: 0 auto 3.25rem;
    color: var(--acc-charcoal);
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    line-height: 1.15;
}

.acc-runtime-listing .posts-filter {
    align-items: center;
    margin: 0 0 3.5rem;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 0;
    color: #fff;
    background: var(--acc-deep);
}

.acc-runtime-listing .posts-filter a {
    display: inline-block;
    margin: 0.2rem 0.12rem;
    padding: 0.24rem 0.48rem;
    border-radius: 0;
    color: #fff;
    font-weight: 750;
    text-decoration: none;
}

.acc-runtime-listing .posts-filter a.is-active,
.acc-runtime-listing .posts-filter a:hover {
    color: var(--acc-deep);
    background: var(--acc-yellow);
}

.acc-runtime-listing .posts-filter .form-control {
    min-height: 48px;
    padding-inline: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.acc-runtime-listing .posts-filter .form-control::placeholder {
    color: rgba(255, 255, 255, 0.68);
}

.acc-runtime-listing--blog .card {
    overflow: hidden;
    margin: 0 !important;
    border: 1px solid var(--acc-line);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 14px 40px rgba(36, 36, 36, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.acc-runtime-listing--blog .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(36, 36, 36, 0.14);
}

.acc-runtime-listing--blog .card-body {
    display: flex;
    min-height: 100%;
    padding: 0;
    flex-direction: column;
}

.acc-runtime-listing--blog .press-img-container {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--acc-cream);
}

.acc-runtime-listing--blog .press-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}

.acc-runtime-listing--blog .card:hover .press-img-container img {
    transform: scale(1.035);
}

.acc-runtime-listing--blog .post-heading,
.acc-runtime-listing--blog .post-content,
.acc-runtime-listing--blog .read-more {
    margin-inline: 1.5rem;
}

.acc-runtime-listing--blog .post-heading {
    padding-top: 1.5rem;
}

.acc-runtime-listing--blog .post-heading h2 {
    margin-bottom: 0.75rem;
    font-size: 1.45rem;
    line-height: 1.08;
}

.acc-runtime-listing--blog .post-heading h2 a,
.acc-runtime-listing--victories h2 a,
.acc-runtime-article .related-news h4 a {
    color: var(--acc-charcoal);
    text-decoration: none;
}

.acc-runtime-listing time,
.acc-runtime-post-hero time {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.acc-runtime-listing--blog .post-content {
    color: var(--acc-muted);
    flex-grow: 1;
}

.acc-runtime-listing--blog .read-more {
    padding: 0.5rem 0 1.6rem;
    text-align: left !important;
}

.acc-runtime-listing .btn,
.acc-runtime-article .btn {
    padding: 0.75rem 1.15rem;
    border: 0;
    border-radius: 0;
    background: var(--acc-red);
    font-weight: 800;
}

.acc-runtime-listing--victories .victories-item {
    align-items: stretch;
    margin: 0;
    padding: 2rem 0;
    border-top: 1px solid var(--acc-line);
}

.acc-runtime-listing--victories .victories-item:last-of-type {
    border-bottom: 1px solid var(--acc-line);
}

.acc-runtime-listing--victories .news-item-img {
    display: block;
    height: 100%;
    min-height: 220px;
    overflow: hidden;
    background: var(--acc-cream);
}

.acc-runtime-listing--victories .news-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.acc-runtime-listing--victories h2 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.6rem, 3vw, 2.45rem);
    line-height: 1.05;
}

.acc-runtime-listing--victories time {
    display: block;
    margin-bottom: 1rem;
    color: var(--acc-red);
}

.acc-runtime-listing--victories .victories-item h2,
.acc-runtime-listing--victories .victories-item p,
.acc-runtime-listing--victories .victories-item a {
    min-width: 0;
    overflow-wrap: anywhere;
}

.acc-runtime-post-hero {
    position: relative;
    isolation: isolate;
    min-height: 550px;
    color: #fff;
    background-image:
        linear-gradient(90deg, rgba(27, 27, 27, 0.96) 0%, rgba(27, 27, 27, 0.8) 48%, rgba(27, 27, 27, 0.3) 100%),
        var(--acc-post-image);
    background-position: center;
    background-size: cover;
}

.acc-runtime-post-hero__inner {
    display: flex;
    min-height: 550px;
    padding-top: 3rem;
    padding-bottom: 4rem;
    justify-content: flex-end;
    flex-direction: column;
}

.acc-runtime-post-hero .acc-breadcrumb {
    position: absolute;
    top: 2.25rem;
}

.acc-runtime-post-hero .acc-breadcrumb,
.acc-runtime-post-hero .acc-breadcrumb a {
    color: rgba(255, 255, 255, 0.82);
}

.acc-runtime-post-hero h1 {
    max-width: 950px;
    margin: 0.6rem 0 1.15rem;
    color: #fff;
    font-size: clamp(2.8rem, 6vw, 5.75rem);
    line-height: 0.94;
    text-wrap: balance;
}

.acc-runtime-post-hero h1[data-acc-translate] {
    overflow-wrap: anywhere;
}

.acc-runtime-post-hero h1.acc-title-long {
    font-size: clamp(2.6rem, 5.2vw, 4.75rem);
}

.acc-runtime-post-hero h1.acc-title-xlong {
    font-size: clamp(2.4rem, 4.6vw, 4.25rem);
}

.acc-runtime-post-hero time {
    color: rgba(255, 255, 255, 0.78);
}

.acc-runtime-article {
    max-width: 940px;
    padding-top: 5.5rem;
    padding-bottom: 7rem;
}

body.acc-redesign.media-post .main-content.acc-runtime-article {
    padding-top: 5.5rem;
}

.acc-runtime-article .news-item > div {
    width: 100%;
}

.acc-runtime-article [itemprop="articleBody"] {
    display: block;
    color: #49443e;
    font-size: 1.08rem;
    line-height: 1.85;
}

.acc-runtime-article [itemprop="articleBody"] h2,
.acc-runtime-article [itemprop="articleBody"] h3 {
    margin-top: 2.6rem;
    color: var(--acc-charcoal);
    line-height: 1.12;
}

.acc-runtime-article [itemprop="articleBody"] a {
    color: var(--acc-red);
    font-weight: 750;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.acc-runtime-article [itemprop="articleBody"] img {
    height: auto;
    margin: 1.5rem 0;
}

.acc-runtime-article--victory [itemprop="articleBody"] {
    min-width: 0;
    overflow-wrap: anywhere;
}

.acc-runtime-article--victory [itemprop="articleBody"] table {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    margin: 1.5rem 0 2.5rem;
    border-collapse: collapse;
    table-layout: fixed;
}

.acc-runtime-article--victory [itemprop="articleBody"] table td,
.acc-runtime-article--victory [itemprop="articleBody"] table th {
    width: auto !important;
    max-width: 50%;
    overflow-wrap: anywhere;
    vertical-align: top;
}

.acc-runtime-article .sharethis-inline-share-buttons {
    margin-top: 2.5rem;
}

.acc-runtime-article .related-news {
    width: min(1180px, calc(100vw - 2rem));
    margin-top: 3.5rem;
    margin-right: 0;
    margin-left: 50%;
    padding-top: 3rem;
    border-top: 1px solid var(--acc-line);
    transform: translateX(-50%);
}

.acc-runtime-article .related-news > .col-md-12 h2 {
    margin: 0 0 2.25rem !important;
    font-size: 2.3rem;
}

.acc-runtime-article .related-news > .col-md-3 {
    display: flex;
    flex-direction: column;
}

.acc-runtime-article .related-img-container {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--acc-cream);
}

.acc-runtime-article .related-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.acc-runtime-article .related-news h4 {
    margin: 1rem 0 0.65rem;
    font-size: 1.05rem;
    line-height: 1.2;
    text-align: left !important;
}

.acc-runtime-article .related-news .post-content {
    color: var(--acc-muted);
    font-size: 0.9rem;
    flex-grow: 1;
}

.acc-runtime-article .related-news .text-center {
    margin-top: auto;
    margin-bottom: 0;
    text-align: left !important;
}

@media (max-width: 767.98px) {
    .acc-runtime-hero {
        padding: 2.2rem 0 3.5rem;
    }

    .acc-runtime-hero .acc-breadcrumb {
        margin-bottom: 2.5rem;
    }

    .acc-runtime-listing {
        padding-top: 3.75rem;
        padding-bottom: 5rem;
    }

    .acc-runtime-listing--victories .victories-item {
        gap: 1.5rem;
    }

    .acc-runtime-listing--victories .victories-item .ps-4 {
        padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    }

    .acc-runtime-post-hero,
    .acc-runtime-post-hero__inner {
        min-height: 480px;
    }

    .acc-runtime-post-hero {
        background-image:
            linear-gradient(90deg, rgba(27, 27, 27, 0.94), rgba(27, 27, 27, 0.68)),
            var(--acc-post-image);
    }

    .acc-runtime-post-hero h1 {
        font-size: clamp(2.15rem, 10vw, 2.55rem);
        line-height: 0.98;
    }

    .acc-runtime-post-hero h1[data-acc-translate] {
        font-size: clamp(1.95rem, 9vw, 2.25rem);
        line-height: 1;
    }

    .acc-runtime-post-hero h1.acc-title-long {
        font-size: clamp(1.7rem, 7.5vw, 1.9rem);
        line-height: 1.02;
    }

    .acc-runtime-post-hero h1.acc-title-xlong {
        font-size: clamp(1.55rem, 7vw, 1.75rem);
    }

    .acc-runtime-article {
        padding-top: 3.75rem;
        padding-bottom: 5rem;
    }

    body.acc-redesign.media-post .main-content.acc-runtime-article {
        padding-top: 3.75rem;
    }

    .acc-runtime-article .related-news {
        margin-top: 3rem;
        padding-top: 2.5rem;
    }

    .acc-runtime-article .related-news > .col-md-3 {
        margin-bottom: 2.5rem;
    }

    .acc-runtime-article .related-news > .col-md-3:last-child {
        margin-bottom: 0;
    }
}

/* Public confirmation and cancellation states -------------------------- */
.acc-status-main {
    background: #fff;
}

.acc-status-section {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 206, 0, 0.2), transparent 25rem),
        var(--acc-cream);
}

.acc-status-section::after {
    position: absolute;
    right: -9rem;
    bottom: -14rem;
    width: 30rem;
    height: 30rem;
    border: 5rem solid rgba(192, 0, 43, 0.05);
    border-radius: 50%;
    content: '';
}

.acc-status-card {
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin: 0 auto;
    padding: clamp(2.5rem, 6vw, 5.5rem);
    border-top: 8px solid var(--acc-yellow);
    background: #fff;
    box-shadow: 0 28px 80px rgba(36, 36, 36, 0.12);
}

.acc-status-card .acc-status-mark {
    display: grid;
    width: 64px;
    height: 64px;
    margin-bottom: 2rem;
    place-items: center;
    color: #fff;
    border-radius: 50%;
    background: var(--acc-red);
    font-size: 2rem;
    font-weight: 900;
}

.acc-status-card h1 {
    max-width: 760px;
    margin: 0 0 1.5rem;
    color: var(--acc-charcoal);
    font-size: clamp(3rem, 5.5vw, 5.2rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.acc-status-card > p:not(.acc-eyebrow),
.acc-download-status > div > p:not(.acc-eyebrow) {
    max-width: 680px;
    margin: 0 0 2rem;
    color: var(--acc-muted);
    font-size: 1.16rem;
    line-height: 1.7;
}

.acc-status-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 2rem;
    align-items: center;
}

.acc-status-actions .acc-text-link {
    color: var(--acc-red);
    font-weight: 800;
}

.acc-status-card .acc-primary-cta {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 1.4rem;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: var(--acc-red);
    font-weight: 850;
    text-decoration: none;
}

.acc-status-card .acc-primary-cta:hover,
.acc-status-card .acc-primary-cta:focus-visible {
    color: #fff;
    background: var(--acc-red-dark);
}

.acc-download-status {
    display: grid;
    grid-template-columns: minmax(210px, 0.38fr) minmax(0, 0.62fr);
    gap: clamp(2.5rem, 6vw, 5rem);
    align-items: center;
}

.acc-download-cover img {
    display: block;
    width: 100%;
    box-shadow: 16px 18px 0 rgba(192, 0, 43, 0.09);
}

@media (max-width: 767.98px) {
    .acc-status-section {
        padding: 4.5rem 0;
    }

    .acc-download-status {
        grid-template-columns: 1fr;
    }

    .acc-download-cover {
        max-width: 260px;
    }
}

/* Legal pages ----------------------------------------------------------- */
.acc-legal-section {
    max-width: 1040px;
    padding-top: 6rem;
    padding-bottom: 6.5rem;
}

.acc-legal-section > .row {
    margin-right: 0;
    margin-left: 0;
}

.acc-legal-section > .row > .col {
    padding: 0;
}

.acc-legal-section h2 {
    margin: 0 0 2rem;
    color: var(--acc-charcoal);
    font-size: clamp(2.3rem, 4vw, 3.8rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.acc-legal-section h3 {
    margin: 3.25rem 0 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--acc-line);
    color: var(--acc-charcoal);
    font-size: 1.45rem;
    line-height: 1.25;
}

.acc-legal-section h2 + p,
.acc-legal-section h3 + p {
    color: #403c38;
}

.acc-legal-section p,
.acc-legal-section li {
    color: var(--acc-muted);
    font-size: 1.02rem;
    line-height: 1.78;
}

.acc-legal-section p {
    margin-bottom: 1.25rem;
}

.acc-legal-section ul {
    margin: 1.25rem 0 2rem;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    border-left: 5px solid var(--acc-yellow);
    background: var(--acc-cream);
}

.acc-legal-section li + li {
    margin-top: 0.45rem;
}

.acc-legal-section a {
    color: var(--acc-red);
    font-weight: 700;
    text-decoration-color: rgba(192, 0, 43, 0.38);
    text-underline-offset: 0.18em;
}

.acc-legal-section a:hover,
.acc-legal-section a:focus-visible {
    color: var(--acc-red-dark);
    text-decoration-color: currentColor;
}

@media (max-width: 991.98px) {
    .acc-legal-section {
        padding-top: 4.5rem;
        padding-bottom: 5rem;
    }
}

/* Resorts --------------------------------------------------------------- */
.acc-redesign.resorts .page-header,
body.acc-redesign[class*="resorts-"] .page-header {
    display: flex;
    position: relative;
    overflow: hidden;
    min-height: 360px;
    align-items: center;
    padding: 5.5rem 0 4.75rem;
    border: 0;
    background:
        linear-gradient(105deg, rgba(34, 34, 34, 0.96) 0%, rgba(34, 34, 34, 0.9) 48%, rgba(65, 53, 12, 0.82) 100%),
        url('../img/img-resorts.jpg?v=1') center 44% / cover no-repeat;
}

.acc-redesign.resorts .page-header::before,
body.acc-redesign[class*="resorts-"] .page-header::before {
    z-index: 0;
    background:
        linear-gradient(105deg, rgba(34, 34, 34, 0.96) 0%, rgba(34, 34, 34, 0.9) 48%, rgba(65, 53, 12, 0.82) 100%),
        url('../img/img-resorts.jpg?v=1') center 44% / cover no-repeat;
}

.acc-redesign.resorts .page-header::after,
body.acc-redesign[class*="resorts-"] .page-header::after {
    position: absolute;
    right: -7rem;
    bottom: -9rem;
    width: 23rem;
    height: 23rem;
    border: 3.5rem solid rgba(255, 203, 5, 0.12);
    border-radius: 50%;
    content: '';
}

.acc-redesign.resorts .page-header .container,
body.acc-redesign[class*="resorts-"] .page-header .container {
    position: relative;
    z-index: 1;
}

.acc-redesign.resorts .page-header h1,
body.acc-redesign[class*="resorts-"] .page-header h1 {
    position: static;
    display: block;
    max-width: 900px;
    margin: 0;
    padding: 0;
    color: #fff;
    background: transparent;
    font-size: clamp(3rem, 5.6vw, 5.8rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-align: left;
    text-transform: none;
}

.acc-redesign.resorts .main-content,
body.acc-redesign[class*="resorts-"] .main-content {
    padding-top: 6rem;
    padding-bottom: 6.5rem;
}

.acc-redesign.resorts .main-content > .row,
body.acc-redesign[class*="resorts-"] .main-content > .row {
    margin-right: 0;
    margin-left: 0;
}

.acc-redesign.resorts .main-content h2,
body.acc-redesign[class*="resorts-"] .main-content h2 {
    max-width: 900px;
    margin: 0 0 2rem;
    color: var(--acc-charcoal);
    font-size: clamp(2.3rem, 4.1vw, 4.3rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.acc-redesign.resorts .main-content p,
body.acc-redesign[class*="resorts-"] .main-content p {
    color: var(--acc-muted);
    font-size: 1.06rem;
    line-height: 1.75;
}

.acc-redesign.resorts .main-content > .row > .col > p {
    max-width: 850px;
}

.acc-redesign.resorts .main-content > .row > .col > .text-center:first-of-type {
    margin: 3.5rem 0;
}

.acc-redesign.resorts .main-content > .row > .col > .text-center:first-of-type img {
    width: 100%;
    max-height: 470px;
    margin: 0 !important;
    object-fit: cover;
}

.acc-redesign.resorts .resorts-cloud {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 3rem 0;
    padding: 1px;
    background: var(--acc-line);
    list-style: none;
}

.acc-redesign.resorts .resorts-cloud li {
    display: flex;
    min-width: 0;
    margin: 0;
    background: #fff;
}

.acc-redesign.resorts .resorts-cloud a {
    display: flex;
    width: 100%;
    min-height: 112px;
    align-items: center;
    justify-content: space-between;
    padding: 1.4rem 1.5rem;
    color: var(--acc-charcoal);
    background: #fff;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.acc-redesign.resorts .resorts-cloud a::after {
    flex: 0 0 auto;
    margin-left: 1rem;
    color: var(--acc-red);
    content: '\2192';
    font-size: 1.25rem;
}

.acc-redesign.resorts .resorts-cloud a:hover,
.acc-redesign.resorts .resorts-cloud a:focus-visible {
    color: #fff;
    background: var(--acc-red);
}

.acc-redesign.resorts .resorts-cloud a:hover::after,
.acc-redesign.resorts .resorts-cloud a:focus-visible::after {
    color: #fff;
}

body.acc-redesign[class*="resorts-"] .main-content > .row {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.55fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: start;
}

body.acc-redesign[class*="resorts-"] .main-content > .row > .col,
body.acc-redesign[class*="resorts-"] .resort-pictures {
    width: auto;
    max-width: none;
    padding: 0;
}

body.acc-redesign[class*="resorts-"] .main-content > .row > .col > p:first-of-type {
    color: var(--acc-charcoal);
    font-size: 1.28rem;
    font-weight: 650;
    line-height: 1.55;
}

body.acc-redesign[class*="resorts-"] .resort-pictures {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: 2rem;
}

body.acc-redesign[class*="resorts-"] .resort-pictures img {
    display: block;
    width: 100%;
    margin: 0;
    background: var(--acc-cream);
    object-fit: cover;
}

body.acc-redesign[class*="resorts-"] .resort-pictures img:first-child {
    aspect-ratio: 4 / 5;
}

body.acc-redesign[class*="resorts-"] .resort-pictures img + img {
    aspect-ratio: 4 / 3;
}

@media (max-width: 991.98px) {
    .acc-redesign.resorts .main-content,
    body.acc-redesign[class*="resorts-"] .main-content {
        padding-top: 4.5rem;
        padding-bottom: 5rem;
    }

    .acc-redesign.resorts .resorts-cloud {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.acc-redesign[class*="resorts-"] .main-content > .row {
        grid-template-columns: 1fr;
    }

    body.acc-redesign[class*="resorts-"] .resort-pictures {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.acc-redesign[class*="resorts-"] .resort-pictures img:first-child,
    body.acc-redesign[class*="resorts-"] .resort-pictures img + img {
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 575.98px) {
    .acc-redesign.resorts .page-header,
    body.acc-redesign[class*="resorts-"] .page-header {
        padding: 4rem 0 3.5rem;
    }

    .acc-redesign.resorts .resorts-cloud,
    body.acc-redesign[class*="resorts-"] .resort-pictures {
        grid-template-columns: 1fr;
    }

    .acc-redesign.resorts .resorts-cloud a {
        min-height: 84px;
    }
}

/* Resorts 2026 hub and resort detail pages ------------------------------ */
.acc-resorts-hub .acc-resorts-hub-hero {
    overflow: hidden;
    background:
        linear-gradient(105deg, rgba(34, 34, 34, 0.97) 0%, rgba(34, 34, 34, 0.9) 52%, rgba(65, 53, 12, 0.76) 100%),
        url('../img/img-resorts.jpg?v=1') center 44% / cover no-repeat;
}

.acc-resorts-hub .acc-resorts-hub-hero::after {
    border-color: rgba(255, 203, 5, 0.15);
}

.acc-resorts-hub .acc-resorts-hub-hero .acc-breadcrumb,
.acc-resorts-hub .acc-resorts-hub-hero .acc-breadcrumb a,
.acc-resorts-hub .acc-resorts-hub-hero h1,
.acc-resorts-hub .acc-resorts-hub-hero .acc-interior-lead {
    color: #fff;
}

.acc-resort-directory {
    padding-top: 6.5rem;
    padding-bottom: 7rem;
}

.acc-resort-directory-intro {
    max-width: 920px;
    margin-bottom: 6rem;
}

.acc-resort-directory-intro h2,
.acc-resort-category-heading h2,
.acc-resort-hub-cta h2 {
    margin: 0 0 1.25rem;
    font-size: clamp(2.45rem, 4vw, 4.35rem);
    line-height: 1;
    letter-spacing: -0.045em;
}

.acc-resort-directory-intro > p:last-child,
.acc-resort-category-heading p,
.acc-resort-hub-cta p {
    color: var(--acc-muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

.acc-resort-category + .acc-resort-category {
    margin-top: 7rem;
}

.acc-resort-category-heading {
    max-width: 900px;
    margin-bottom: 2.75rem;
}

.acc-resort-card {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--acc-line);
    background: #fff;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.acc-resort-card:hover {
    border-color: rgba(208, 0, 48, 0.35);
    box-shadow: 0 1.25rem 3rem rgba(34, 34, 34, 0.1);
    transform: translateY(-4px);
}

.acc-resort-card-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: var(--acc-cream);
}

.acc-resort-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.acc-resort-card:hover .acc-resort-card-image img {
    transform: scale(1.025);
}

.acc-resort-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.75rem;
}

.acc-resort-card-badge {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.35rem 0.55rem;
    color: var(--acc-deep);
    background: var(--acc-yellow);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.acc-resort-card h3 {
    margin: 0 0 0.8rem;
    font-size: clamp(1.45rem, 2vw, 1.8rem);
    line-height: 1.08;
}

.acc-resort-card p {
    margin-bottom: 1.5rem;
    color: var(--acc-muted);
    line-height: 1.65;
}

.acc-resort-card .acc-text-link {
    margin-top: auto;
}

.acc-resort-hub-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3rem;
    align-items: end;
    margin-top: 7rem;
    padding: clamp(2.5rem, 5vw, 4.5rem);
    background: var(--acc-cream);
}

.acc-resort-hub-cta > div {
    max-width: 820px;
}

.acc-resort-hub-cta h2 {
    font-size: clamp(2.15rem, 3.5vw, 3.8rem);
}

.acc-resort-hub-cta p:last-child {
    margin-bottom: 0;
}

.acc-resort-page {
    background: #fff;
}

.acc-resort-hero {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 620px;
    align-items: flex-end;
    background: var(--acc-deep);
}

.acc-resort-hero-image,
.acc-resort-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.acc-resort-hero-image {
    object-fit: cover;
}

.acc-resort-hero-overlay {
    background: linear-gradient(90deg, rgba(25, 25, 25, 0.94) 0%, rgba(25, 25, 25, 0.82) 46%, rgba(25, 25, 25, 0.25) 78%, rgba(25, 25, 25, 0.12) 100%);
}

.acc-resort-hero-content {
    position: relative;
    z-index: 1;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.acc-breadcrumb-light,
.acc-breadcrumb-light a {
    color: rgba(255, 255, 255, 0.82);
}

.acc-resort-hero h1 {
    max-width: 980px;
    margin: 0 0 1.5rem;
    color: #fff;
    font-size: clamp(3.25rem, 6.4vw, 6.5rem);
    line-height: 0.94;
    letter-spacing: -0.055em;
}

.acc-resort-hero-lead {
    max-width: 800px;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    line-height: 1.6;
}

.acc-resort-content {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.acc-resort-introduction {
    margin-bottom: 5.5rem;
}

.acc-resort-introduction p,
.acc-resort-copy-section p,
.acc-resort-conversion p,
.acc-resort-faq .accordion-body {
    color: var(--acc-muted);
    font-size: 1.08rem;
    line-height: 1.78;
}

.acc-resort-introduction p:first-child {
    color: var(--acc-charcoal);
    font-size: 1.3rem;
    font-weight: 650;
    line-height: 1.58;
}

.acc-resort-copy-section + .acc-resort-copy-section {
    margin-top: 5.5rem;
}

.acc-resort-copy-section h2,
.acc-resort-conversion h2,
.acc-resort-faq h2 {
    margin: 0 0 1.75rem;
    font-size: clamp(2.5rem, 4vw, 4.25rem);
    line-height: 1;
    letter-spacing: -0.045em;
}

.acc-resort-checklist {
    display: grid;
    gap: 0.9rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.acc-resort-checklist li {
    position: relative;
    padding: 0.95rem 1rem 0.95rem 3rem;
    border-top: 1px solid var(--acc-line);
    color: var(--acc-charcoal);
    font-weight: 650;
    line-height: 1.5;
}

.acc-resort-checklist li::before {
    position: absolute;
    top: 0.92rem;
    left: 0.15rem;
    color: var(--acc-red);
    content: '✓';
    font-size: 1.1rem;
    font-weight: 900;
}

.acc-resort-conversion {
    margin: 6rem 0;
    padding: clamp(2.25rem, 5vw, 4.25rem);
    color: #fff;
    background: linear-gradient(120deg, var(--acc-deep) 0%, #302d24 100%);
}

.acc-resort-conversion h2,
.acc-resort-conversion p {
    color: #fff;
}

.acc-resort-conversion p {
    color: rgba(255, 255, 255, 0.76);
}

.acc-resort-conversion .btn {
    margin-top: 1rem;
}

.acc-resort-related {
    top: 2rem;
    padding: 1.75rem;
    border-top: 4px solid var(--acc-yellow);
    background: var(--acc-cream);
}

.acc-resort-related a {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-top: 1px solid rgba(34, 34, 34, 0.14);
    color: var(--acc-charcoal);
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
}

.acc-resort-related a:hover,
.acc-resort-related a:focus-visible {
    color: var(--acc-red);
}

.acc-resort-faq {
    scroll-margin-top: 2rem;
}

.acc-resort-faq > .acc-eyebrow {
    margin-bottom: 0.8rem;
}

@media (max-width: 991.98px) {
    .acc-resort-directory,
    .acc-resort-content {
        padding-top: 5rem;
        padding-bottom: 5.5rem;
    }

    .acc-resort-directory-intro,
    .acc-resort-category + .acc-resort-category,
    .acc-resort-hub-cta {
        margin-top: 5rem;
    }

    .acc-resort-directory-intro {
        margin-top: 0;
        margin-bottom: 5rem;
    }

    .acc-resort-hub-cta {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .acc-resort-hero {
        min-height: 560px;
    }

    .acc-resort-hero-overlay {
        background: linear-gradient(90deg, rgba(25, 25, 25, 0.94) 0%, rgba(25, 25, 25, 0.75) 72%, rgba(25, 25, 25, 0.42) 100%);
    }

    .acc-resort-related {
        position: static !important;
        margin-top: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .acc-resort-card-body {
        padding: 1.4rem;
    }

    .acc-resort-hero {
        min-height: 520px;
    }

    .acc-resort-hero-content {
        padding-bottom: 3.5rem;
    }

    .acc-resort-hero h1 {
        font-size: clamp(2.75rem, 13vw, 4.2rem);
    }

    .acc-resort-conversion,
    .acc-resort-hub-cta {
        margin-right: calc(var(--bs-gutter-x) * -0.5);
        margin-left: calc(var(--bs-gutter-x) * -0.5);
    }
}

/* Corporate pages. */
.acc-about-story {
    background: #fff;
}

.acc-about-story h2,
.acc-owner-concerns h2,
.acc-network h2,
.acc-offices-section h2 {
    margin: 0 0 1.75rem;
    font-size: clamp(2.7rem, 4.8vw, 5rem);
    line-height: 0.98;
}

.acc-about-story p:not(.acc-eyebrow),
.acc-network p:not(.acc-eyebrow) {
    color: var(--acc-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.acc-about-principle {
    padding: clamp(2rem, 4vw, 3.5rem);
    color: #fff;
    border-top: 7px solid var(--acc-yellow);
    border-radius: 4px;
    background: var(--acc-deep);
    box-shadow: 0 20px 55px rgba(36, 36, 36, 0.16);
}

.acc-about-principle .acc-eyebrow {
    color: var(--acc-yellow);
}

.acc-about-principle strong {
    display: block;
    margin-bottom: 1.5rem;
    font-size: clamp(1.65rem, 2.6vw, 2.35rem);
    line-height: 1.12;
}

.acc-about-principle p:last-child {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
}

.acc-about-results {
    padding: 0 0 6.5rem;
    background: #fff;
}

.acc-about-results .row {
    overflow: hidden;
    border: 1px solid var(--acc-line);
    border-radius: 4px;
}

.acc-about-stat {
    height: 100%;
    padding: 2.2rem;
    text-align: center;
    border-right: 1px solid var(--acc-line);
    background: var(--acc-cream);
}

.acc-about-results .col-md-4:last-child .acc-about-stat {
    border-right: 0;
}

.acc-about-stat strong {
    display: block;
    color: var(--acc-red);
    font-size: clamp(2rem, 3.3vw, 3.2rem);
    line-height: 1;
}

.acc-about-stat span {
    display: block;
    margin-top: 0.75rem;
    font-weight: 800;
}

.acc-about-disclaimer {
    max-width: 860px;
    margin: 1.25rem auto 0;
    color: var(--acc-muted);
    font-size: 0.82rem;
    text-align: center;
}

.acc-owner-concerns {
    background: var(--acc-cream);
}

.acc-value-card {
    min-height: 285px;
    padding: 2rem;
    border: 1px solid var(--acc-line);
    border-radius: 4px;
    background: #fff;
}

.acc-value-card > span {
    display: grid;
    width: 3rem;
    height: 3rem;
    margin-bottom: 2rem;
    place-items: center;
    color: var(--acc-red);
    border-radius: 4px;
    background: #fff1b8;
    font-weight: 900;
}

.acc-value-card h3 {
    margin-bottom: 0.75rem;
    font-size: 1.55rem;
}

.acc-value-card p {
    margin: 0;
    color: var(--acc-muted);
    line-height: 1.65;
}

.acc-network {
    background: #fff;
}

.acc-network img {
    display: block;
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 20px 20px 0 var(--acc-yellow);
}

.acc-offices-section {
    background: #fff;
}

.acc-office-list {
    display: grid;
    gap: 3rem;
}

.acc-office-card {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    overflow: hidden;
    border: 1px solid var(--acc-line);
    border-radius: 5px;
    background: var(--acc-cream);
}

.acc-office-card-reverse .acc-office-image {
    order: 2;
}

.acc-office-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.acc-office-copy {
    padding: clamp(2rem, 5vw, 4.5rem);
}

.acc-office-copy h3 {
    margin: 0 0 1.5rem;
    font-size: clamp(2.6rem, 4vw, 4.3rem);
    line-height: 0.98;
}

.acc-office-copy address {
    margin-bottom: 2rem;
    color: var(--acc-muted);
    font-size: 1.08rem;
    font-style: normal;
    line-height: 1.7;
}

.acc-office-contact {
    display: grid;
    border-top: 1px solid var(--acc-line);
}

.acc-office-contact a {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 0;
    color: var(--acc-deep);
    border-bottom: 1px solid var(--acc-line);
    text-decoration: none;
}

.acc-office-contact a:hover,
.acc-office-contact a:focus-visible {
    color: var(--acc-red);
}

.acc-office-contact span {
    color: var(--acc-muted);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.acc-office-contact strong {
    overflow-wrap: anywhere;
    text-align: right;
}

@media (max-width: 991.98px) {
    .acc-office-card {
        grid-template-columns: 1fr;
    }

    .acc-office-card-reverse .acc-office-image {
        order: 0;
    }

    .acc-office-image img {
        min-height: 350px;
        max-height: 500px;
    }
}

@media (max-width: 767.98px) {
    .acc-about-results {
        padding-bottom: 4.5rem;
    }

    .acc-about-stat {
        border-right: 0;
        border-bottom: 1px solid var(--acc-line);
    }

    .acc-about-results .col-md-4:last-child .acc-about-stat {
        border-bottom: 0;
    }

    .acc-network img {
        min-height: 300px;
        box-shadow: 10px 10px 0 var(--acc-yellow);
    }
}

@media (max-width: 575.98px) {
    .acc-office-contact a {
        align-items: flex-start;
        flex-direction: column;
    }

    .acc-office-contact strong {
        text-align: left;
    }
}

/* Integrated consultation and form: final homepage closing sequence. */
body.acc-redesign .way-out {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 6.5rem 0;
    background:
        radial-gradient(circle at 88% 12%, rgba(255, 206, 0, 0.26), transparent 26rem),
        linear-gradient(118deg, #5b1027 0%, #351d27 43%, var(--acc-deep) 76%);
    color: #ffffff;
}

body.acc-redesign .way-out::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0.45rem;
    background: linear-gradient(90deg, var(--acc-red) 0 68%, var(--acc-orange) 84%, var(--acc-yellow));
}

body.acc-redesign .way-out > .container {
    position: relative;
    z-index: 1;
}

body.acc-redesign .way-out > .container > .row {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 2.5rem 4.5rem;
    align-items: start;
    margin: 0;
}

body.acc-redesign .way-out .question,
body.acc-redesign .way-out .contact-form {
    width: auto;
    margin: 0;
    padding: 0;
}

body.acc-redesign .way-out .acc-consultation-eyebrow {
    margin: 0 0 1.2rem;
    color: var(--acc-yellow);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.acc-redesign .way-out h2 {
    max-width: 8.5em;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: clamp(3rem, 4.5vw, 4.7rem);
    line-height: 0.98;
    text-align: left;
    letter-spacing: -0.055em;
}

body.acc-redesign .way-out h2::after,
body.acc-redesign .way-out .contact-form::before {
    display: none;
}

body.acc-redesign .way-out .contact-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 11.5rem;
    gap: 1.5rem 2rem;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.acc-redesign .way-out .contact-form h3 {
    grid-column: 1;
    grid-row: 1;
    max-width: 33rem;
    margin: 0;
    color: #c9c2bb;
    font-size: 1.06rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0;
}

body.acc-redesign .way-out .contact-form h4 {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin: 0;
    padding: 0;
    border: 0;
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.45;
    text-align: left !important;
}

body.acc-redesign .way-out .contact-form h4 strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #c9c2bb;
    font-size: 0.65rem;
    letter-spacing: 0.08em;
}

body.acc-redesign .way-out .contact-form h4 a {
    display: block;
    color: #ffffff;
    font-weight: 800;
    white-space: normal !important;
}

body.acc-redesign .way-out .contact-form form {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin: 0;
    padding: 1.75rem 0 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

body.acc-redesign .way-out .contact-form input.form-control {
    height: 3.45rem;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.35rem;
    background: rgba(255, 255, 255, 0.09);
    color: #ffffff;
}

body.acc-redesign .way-out .contact-form input.form-control::placeholder {
    color: #ded8d1;
    opacity: 1;
}

body.acc-redesign .way-out .contact-form input.form-control:focus {
    border-color: var(--acc-yellow);
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 0 0 0.2rem rgba(255, 206, 0, 0.12);
}

body.acc-redesign .way-out .contact-form .form-group {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) calc((100% - 1.7rem) / 3);
    gap: 1.25rem;
    align-items: center;
    margin: 0;
    padding: 0.15rem 0 0;
}

body.acc-redesign .way-out .contact-form label {
    color: #c9c2bb;
}

body.acc-redesign .way-out .contact-form label a {
    color: var(--acc-yellow);
}

body.acc-redesign .way-out .btn-primary {
    width: 100%;
    min-width: 0;
    min-height: 3.45rem;
    padding-inline: 1rem;
    background: var(--acc-red);
    font-size: 0.92rem;
    white-space: nowrap;
}

body.acc-redesign .way-out .btn-primary:hover,
body.acc-redesign .way-out .btn-primary:focus-visible {
    background: #ffffff;
    color: var(--acc-red);
}

body.acc-redesign footer {
    border-top: 0;
    background: #171717;
    padding-top: 4rem;
}

@media (max-width: 991.98px) {
    body.acc-redesign .way-out > .container > .row {
        grid-template-columns: 1fr;
        gap: 2.75rem;
    }

    body.acc-redesign .way-out h2 {
        max-width: 11em;
    }

    .acc-testimonial-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    body.acc-redesign .way-out {
        padding: 4.5rem 0;
    }

    body.acc-redesign footer {
        padding-top: 3rem;
    }

    body.acc-redesign .way-out .contact-form {
        grid-template-columns: 1fr;
        padding: 0;
    }

    body.acc-redesign .way-out .contact-form h3,
    body.acc-redesign .way-out .contact-form h4,
    body.acc-redesign .way-out .contact-form form {
        grid-column: 1;
        grid-row: auto;
    }

    body.acc-redesign .way-out .contact-form h4 {
        text-align: left !important;
    }

    body.acc-redesign .way-out .contact-form form,
    body.acc-redesign .way-out .contact-form .form-group {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    body.acc-redesign .way-out > .container > .row {
        gap: 2.25rem;
    }

    body.acc-redesign .way-out .question,
    body.acc-redesign .way-out .contact-form {
        padding-inline: 0.35rem;
    }

    body.acc-redesign .way-out h2 {
        font-size: 2.85rem;
    }
}

/* Migrated service and information pages. */
.acc-interior-main {
    background: #ffffff;
}

.acc-interior-hero {
    position: relative;
    overflow: hidden;
    padding: 3.25rem 0 6.5rem;
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 206, 0, 0.2), transparent 25rem),
        var(--acc-cream);
}

.acc-interior-hero::after {
    content: "";
    position: absolute;
    right: -11rem;
    bottom: -18rem;
    width: 34rem;
    height: 34rem;
    border: 5.5rem solid rgba(207, 0, 50, 0.055);
    border-radius: 50%;
}

.acc-interior-hero > .container-xxl {
    position: relative;
    z-index: 1;
}

.acc-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 3.5rem;
    color: var(--acc-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.acc-breadcrumb a {
    color: var(--acc-red);
    text-decoration-color: rgba(192, 0, 43, 0.38);
    text-underline-offset: 0.18em;
}

.acc-breadcrumb a:hover,
.acc-breadcrumb a:focus-visible {
    color: var(--acc-red-dark);
    text-decoration-color: currentColor;
}

.acc-interior-hero h1 {
    max-width: 920px;
    margin: 0;
    color: var(--acc-charcoal);
    font-size: clamp(3.5rem, 6vw, 5.8rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.acc-interior-lead {
    max-width: 780px;
    margin: 1.6rem 0 2rem;
    color: var(--acc-muted);
    font-size: 1.22rem;
    line-height: 1.65;
}

.acc-hero-fact {
    padding: 2.5rem;
    border-top: 8px solid var(--acc-yellow);
    background: var(--acc-deep);
    color: #ffffff;
    box-shadow: 18px 18px 0 rgba(192, 0, 43, 0.08);
}

.acc-hero-fact span,
.acc-hero-fact strong {
    display: block;
}

.acc-hero-fact span {
    color: var(--acc-yellow);
    font-size: clamp(2.6rem, 4vw, 3.6rem);
    font-weight: 900;
    line-height: 1;
}

.acc-hero-fact strong {
    margin-top: 0.7rem;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.acc-hero-fact p {
    margin: 1.2rem 0 0;
    color: #c9c2bb;
    font-size: 0.84rem;
    line-height: 1.65;
}

.acc-article-body {
    color: #48433e;
    font-size: 1.07rem;
    line-height: 1.82;
}

.acc-article-body a:not(.btn):not(.acc-text-link) {
    color: var(--acc-red);
    font-weight: 700;
    text-decoration-color: rgba(192, 0, 43, 0.4);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.acc-article-body a:not(.btn):not(.acc-text-link):hover,
.acc-article-body a:not(.btn):not(.acc-text-link):focus-visible {
    color: var(--acc-red-dark);
    text-decoration-color: currentColor;
}

.acc-article-intro {
    margin: 0 0 3.5rem;
    color: var(--acc-charcoal);
    font-size: 1.42rem;
    font-weight: 650;
    line-height: 1.55;
}

.acc-content-section {
    scroll-margin-top: 9rem;
    margin-top: 4.5rem;
}

.acc-content-section:first-of-type {
    margin-top: 0;
}

.acc-content-section h2 {
    margin: 0 0 1.4rem;
    color: var(--acc-charcoal);
    font-size: clamp(2.1rem, 3vw, 3rem);
    line-height: 1.08;
}

.acc-content-list {
    display: grid;
    gap: 0.7rem;
    margin: 1.7rem 0 0;
    padding: 0;
    list-style: none;
}

.acc-content-list li {
    position: relative;
    padding: 0.85rem 1rem 0.85rem 3rem;
    background: var(--acc-cream);
}

.acc-content-list li::before {
    content: "✓";
    position: absolute;
    top: 0.82rem;
    left: 1rem;
    color: var(--acc-red);
    font-weight: 900;
}

.acc-sidebar-card {
    top: 9rem;
    padding: 1.9rem;
    border-top: 6px solid var(--acc-red);
    background: var(--acc-cream);
    box-shadow: 0 18px 44px rgba(51, 51, 51, 0.1);
}

.acc-sidebar-title {
    margin: 0 0 0.55rem;
    color: var(--acc-red);
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.acc-sidebar-card > a:not(.acc-text-link) {
    display: block;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--acc-line);
    color: var(--acc-charcoal);
    font-size: 0.85rem;
    font-weight: 750;
}

.acc-sidebar-card > a:not(.acc-text-link):hover,
.acc-sidebar-card > a:not(.acc-text-link):focus-visible {
    color: var(--acc-red);
}

.acc-sidebar-card hr {
    margin: 1.7rem 0;
    border-color: var(--acc-line);
    opacity: 1;
}

.acc-sidebar-card p:not(.acc-eyebrow) {
    color: var(--acc-muted);
    font-size: 0.86rem;
}

.acc-related-services {
    background: var(--acc-cream);
}

.acc-related-services h2 {
    margin: 0;
    font-size: clamp(2.4rem, 4vw, 3.7rem);
    line-height: 1.03;
}

.acc-related-card {
    display: flex;
    min-height: 250px;
    flex-direction: column;
    padding: 2rem;
    border: 1px solid var(--acc-line);
    background: #ffffff;
    color: var(--acc-charcoal);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.acc-related-card:hover,
.acc-related-card:focus-visible {
    color: var(--acc-charcoal);
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(51, 51, 51, 0.14);
}

.acc-related-card h3 {
    margin: 0 0 0.8rem;
    font-size: 1.65rem;
    line-height: 1.12;
}

.acc-related-card p {
    color: var(--acc-muted);
}

.acc-related-card strong {
    margin-top: auto;
    color: var(--acc-red);
}

@media (max-width: 991.98px) {
    .acc-interior-hero {
        padding-bottom: 5rem;
    }

    .acc-hero-fact {
        max-width: 520px;
    }

    .acc-sidebar-card {
        position: static !important;
    }
}

@media (max-width: 575.98px) {
    .acc-interior-hero {
        padding: 2.5rem 0 4.5rem;
    }

    .acc-breadcrumb {
        margin-bottom: 2.5rem;
    }

    .acc-interior-hero h1 {
        font-size: clamp(2.8rem, 14vw, 4rem);
    }

    .acc-interior-lead {
        font-size: 1.08rem;
    }

    .acc-hero-fact {
        padding: 2rem 1.5rem;
    }

    .acc-article-intro {
        font-size: 1.22rem;
    }

    .acc-related-card {
        min-height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.acc-redesign *,
    body.acc-redesign *::before,
    body.acc-redesign *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Contact page. */
.acc-contact-hero {
    position: relative;
    overflow: hidden;
    padding: 3.25rem 0 7rem;
    color: #fff;
    background:
        radial-gradient(circle at 92% 15%, rgba(255, 204, 0, 0.18), transparent 26rem),
        linear-gradient(112deg, #201f21 0%, #201f21 55%, #3a3019 100%);
}

.acc-contact-hero::after {
    position: absolute;
    right: -8rem;
    bottom: -11rem;
    width: 28rem;
    height: 28rem;
    content: "";
    border: 5rem solid rgba(210, 0, 52, 0.14);
    border-radius: 50%;
}

.acc-contact-hero > .container-xxl {
    position: relative;
    z-index: 1;
}

.acc-breadcrumb-light,
.acc-breadcrumb-light a {
    color: rgba(255, 255, 255, 0.72);
}

.acc-breadcrumb-light a:hover,
.acc-breadcrumb-light a:focus-visible {
    color: #fff;
}

.acc-contact-intro {
    padding-top: 1rem;
}

.acc-contact-intro .acc-eyebrow {
    color: var(--acc-yellow);
}

.acc-contact-intro h1 {
    max-width: 680px;
    margin: 0 0 1.75rem;
    color: #fff;
    font-size: clamp(3.25rem, 5.7vw, 6rem);
    line-height: 0.94;
    letter-spacing: -0.055em;
}

.acc-contact-lead {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.22rem;
    line-height: 1.65;
}

.acc-direct-contacts {
    display: grid;
    gap: 1px;
    margin-top: 3.25rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.13);
}

.acc-direct-contacts a {
    display: flex;
    flex-direction: column;
    padding: 1.1rem 1.25rem;
    color: #fff;
    background: rgba(31, 30, 31, 0.82);
    text-decoration: none;
}

.acc-direct-contacts a:hover,
.acc-direct-contacts a:focus-visible {
    background: rgba(210, 0, 52, 0.82);
}

.acc-direct-contacts small {
    margin-bottom: 0.2rem;
    color: var(--acc-yellow);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.acc-direct-contacts strong {
    overflow-wrap: anywhere;
    font-size: 1.05rem;
}

.acc-contact-form-card {
    padding: clamp(2rem, 4vw, 3.5rem);
    color: var(--acc-deep);
    border-top: 7px solid var(--acc-yellow);
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.acc-contact-form-card h2 {
    margin: 0 0 0.25rem;
    color: var(--acc-deep);
    font-size: clamp(2rem, 3.4vw, 3rem);
}

.acc-form-help {
    margin-bottom: 2rem;
    color: var(--acc-muted);
}

.acc-contact-form-card .form-label {
    margin-bottom: 0.45rem;
    color: var(--acc-deep);
    font-weight: 800;
}

.acc-contact-form-card .form-control {
    min-height: 3.6rem;
    padding: 0.8rem 1rem;
    border: 1px solid #d6d1c6;
    border-radius: 3px;
    background: #faf9f6;
}

.acc-contact-form-card textarea.form-control {
    min-height: 9.5rem;
}

.acc-contact-form-card .form-control:focus {
    border-color: var(--acc-red);
    box-shadow: 0 0 0 0.2rem rgba(210, 0, 52, 0.13);
}

.acc-contact-consent {
    display: grid;
    grid-template-columns: 1.2rem 1fr;
    gap: 0.75rem;
    align-items: start;
    margin: 0.35rem 0 0.5rem;
    color: #5b5750;
    font-size: 0.9rem;
    line-height: 1.45;
}

.acc-contact-consent input {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.15rem;
    accent-color: var(--acc-red);
}

.acc-contact-consent a {
    color: var(--acc-red);
    font-weight: 800;
}

.acc-contact-details {
    background: #f5f1e7;
}

.acc-contact-details h2 {
    margin: 0 0 1.5rem;
    font-size: clamp(2.6rem, 4.5vw, 4.5rem);
}

.acc-contact-details .acc-contact-steps-title {
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 3vw, 3rem);
}

.acc-contact-details address {
    color: #4f4b44;
    font-size: 1.15rem;
    font-style: normal;
    line-height: 1.75;
}

.acc-office-note {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #d9d3c6;
    color: var(--acc-muted);
}

.acc-next-steps {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.acc-next-steps li {
    display: grid;
    grid-template-columns: 3.25rem 1fr;
    gap: 1.25rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #d9d3c6;
}

.acc-next-steps li:first-child {
    padding-top: 0;
}

.acc-next-steps li > span {
    display: grid;
    width: 3.25rem;
    height: 3.25rem;
    place-items: center;
    color: var(--acc-deep);
    border-radius: 4px;
    background: var(--acc-yellow);
    font-weight: 900;
}

.acc-next-steps strong {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1.2rem;
}

.acc-next-steps p {
    margin: 0;
    color: var(--acc-muted);
    line-height: 1.65;
}

.acc-contact-map {
    margin-top: 5rem;
    overflow: hidden;
    border: 10px solid #fff;
    border-radius: 4px;
    box-shadow: 0 16px 50px rgba(31, 30, 31, 0.12);
}

.acc-contact-map iframe {
    display: block;
}

/* Frequently asked questions. */
.acc-faq-content {
    background: #fff;
}

.acc-faq-group {
    margin-bottom: 6rem;
    scroll-margin-top: 2rem;
}

.acc-faq-group:last-child {
    margin-bottom: 0;
}

.acc-faq-group h2 {
    max-width: 760px;
    margin: 0 0 1rem;
    font-size: clamp(2.4rem, 4vw, 4.2rem);
    line-height: 1;
}

.acc-faq-group-intro {
    max-width: 760px;
    margin-bottom: 2.25rem;
    color: var(--acc-muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

.acc-faq-accordion {
    border-top: 0;
}

.acc-faq-accordion .accordion-item {
    margin-bottom: 0;
    border: 0 !important;
    border-top: 1px solid var(--acc-line) !important;
    border-radius: 0;
    background: transparent;
}

.acc-faq-accordion .accordion-button {
    padding: 1.5rem 3.5rem 1.5rem 0;
    color: var(--acc-deep);
    background: transparent;
    box-shadow: none;
    font-size: clamp(1.15rem, 1.8vw, 1.4rem);
    font-weight: 850;
    line-height: 1.3;
}

.acc-faq-accordion .accordion-button:not(.collapsed) {
    color: var(--acc-red);
}

.acc-faq-accordion .accordion-button::after {
    position: absolute;
    right: 0;
}

.acc-faq-accordion .accordion-body {
    max-width: 790px;
    padding: 0 3.5rem 1.75rem 0;
    color: var(--acc-muted);
    font-size: 1.02rem;
    line-height: 1.75;
}

.acc-faq-accordion .accordion-body p:last-of-type {
    margin-bottom: 0;
}

.acc-faq-accordion .accordion-body .acc-text-link {
    display: inline-block;
    margin-top: 1.25rem;
}

@media (max-width: 991.98px) {
    .acc-contact-hero {
        padding-bottom: 5rem;
    }
}

@media (max-width: 575.98px) {
    .acc-contact-hero {
        padding: 2.5rem 0 4.5rem;
    }

    .acc-contact-intro h1 {
        font-size: clamp(3rem, 14vw, 4rem);
    }

    .acc-contact-form-card {
        padding: 2rem 1.35rem;
    }

    .acc-contact-map {
        margin-top: 3.5rem;
        border-width: 5px;
    }

    .acc-faq-group {
        margin-bottom: 4.5rem;
    }

    .acc-faq-accordion .accordion-button {
        padding-right: 2.5rem;
    }

    .acc-faq-accordion .accordion-body {
        padding-right: 0;
    }
}

/* News and long-form editorial pages. */
.acc-editorial-index,
.acc-article-page {
    background: #fff;
}

.acc-inner-hero {
    position: relative;
    overflow: hidden;
    padding: 3.25rem 0 6.5rem;
    color: #fff;
    background:
        radial-gradient(circle at 90% 12%, rgba(255, 206, 0, 0.17), transparent 25rem),
        linear-gradient(112deg, #202020 0%, #202020 57%, #3b321c 100%);
}

body.acc-redesign header.acc-inner-hero {
    color: #fff;
    background:
        radial-gradient(circle at 90% 12%, rgba(255, 206, 0, 0.17), transparent 25rem),
        linear-gradient(112deg, #202020 0%, #202020 57%, #3b321c 100%) !important;
    box-shadow: none;
}

body.acc-redesign header.acc-entry-image-hero {
    min-height: 590px;
    display: flex;
    align-items: flex-end;
    background-image:
        linear-gradient(90deg, rgba(20, 20, 20, 0.93) 0%, rgba(20, 20, 20, 0.82) 48%, rgba(20, 20, 20, 0.38) 76%, rgba(20, 20, 20, 0.24) 100%),
        linear-gradient(0deg, rgba(20, 20, 20, 0.65), transparent 55%),
        var(--acc-entry-image) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

body.acc-redesign header.acc-entry-image-hero::after {
    display: none;
}

.acc-inner-hero::after {
    position: absolute;
    right: -10rem;
    bottom: -18rem;
    width: 34rem;
    height: 34rem;
    content: "";
    border: 5.5rem solid rgba(192, 0, 43, 0.1);
    border-radius: 50%;
}

.acc-inner-hero > .container-xxl {
    position: relative;
    z-index: 1;
}

.acc-inner-hero .acc-breadcrumb,
.acc-inner-hero .acc-breadcrumb a {
    color: rgba(255, 255, 255, 0.68);
}

.acc-inner-hero .acc-breadcrumb a:hover,
.acc-inner-hero .acc-breadcrumb a:focus-visible {
    color: #fff;
}

.acc-inner-hero h1 {
    max-width: 960px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.45rem, 6vw, 6rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.acc-hero-lead {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.12rem;
    line-height: 1.75;
}

.acc-editorial-feature-section {
    padding: 6.5rem 0 0;
}

.acc-editorial-feature {
    overflow: hidden;
    border: 1px solid var(--acc-line);
    background: var(--acc-cream);
}

.acc-editorial-feature-image {
    display: block;
    height: 100%;
    min-height: 430px;
    overflow: hidden;
}

.acc-editorial-feature-image img {
    width: 100%;
    height: 100%;
    padding: 2.5rem;
    background: #fff;
    object-fit: contain;
    transition: transform 0.45s ease;
}

.acc-editorial-feature-image:hover img,
.acc-editorial-feature-image:focus-visible img {
    transform: scale(1.025);
}

.acc-editorial-feature-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(2.2rem, 5vw, 4.75rem);
}

.acc-story-meta {
    display: block;
    margin: 0 0 1rem;
    color: var(--acc-red);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.acc-editorial-feature-copy h2 {
    margin: 0 0 1.2rem;
    font-size: clamp(2.15rem, 3.4vw, 3.4rem);
    line-height: 1.04;
}

.acc-editorial-feature-copy h2 a,
.acc-news-card h3 a {
    color: var(--acc-charcoal);
    text-decoration: none;
}

.acc-editorial-feature-copy h2 a:hover,
.acc-editorial-feature-copy h2 a:focus-visible,
.acc-news-card h3 a:hover,
.acc-news-card h3 a:focus-visible {
    color: var(--acc-red);
}

.acc-editorial-feature-copy > p:not(.acc-story-meta) {
    margin: 0 0 1.7rem;
    color: var(--acc-muted);
    font-size: 1.05rem;
}

.acc-editorial-archive {
    padding: 7rem 0 6.5rem;
}

.acc-editorial-archive .acc-section-heading {
    max-width: 760px;
    margin-bottom: 3.25rem;
}

.acc-news-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--acc-line);
    background: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.acc-news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(36, 36, 36, 0.1);
}

.acc-news-card-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--acc-cream);
}

.acc-news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.acc-news-card-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.7rem;
}

.acc-news-card h3 {
    margin: 0 0 1rem;
    font-size: 1.45rem;
    line-height: 1.18;
}

.acc-news-card-copy > p {
    margin: 0 0 1.5rem;
    color: var(--acc-muted);
    font-size: 0.94rem;
}

.acc-news-card .acc-text-link {
    margin-top: auto;
}

.acc-article-hero {
    padding-bottom: 7rem;
}

.acc-article-hero h1 {
    max-width: 1040px;
    font-size: clamp(3rem, 5.5vw, 5.5rem);
}

.acc-article-byline {
    margin: 1.75rem 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.acc-article-feature {
    max-width: 1080px;
    margin: -3.5rem auto 0;
    position: relative;
    z-index: 2;
    border: 8px solid #fff;
    background: var(--acc-cream);
    box-shadow: 0 20px 55px rgba(36, 36, 36, 0.13);
}

.acc-article-feature img {
    display: block;
    width: 100%;
    max-height: 620px;
    object-fit: cover;
}

.acc-article-layout {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
}

.acc-article-layout .acc-article-body {
    max-width: 820px;
    margin: 0 auto;
}

.acc-article-body > p:first-child {
    color: var(--acc-charcoal);
    font-size: 1.3rem;
    font-weight: 620;
    line-height: 1.65;
}

.acc-article-body h2 {
    margin: 3.5rem 0 1.25rem;
    color: var(--acc-charcoal);
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.08;
}

.acc-article-body h3 {
    margin: 2.5rem 0 1rem;
    color: var(--acc-charcoal);
    font-size: 1.55rem;
}

.acc-article-body img,
.acc-article-body iframe,
.acc-article-body video {
    max-width: 100%;
}

.acc-article-body blockquote {
    margin: 2.75rem 0;
    padding: 2rem 2.25rem;
    border-left: 6px solid var(--acc-yellow);
    background: var(--acc-cream);
    color: var(--acc-charcoal);
    font-size: 1.2rem;
}

.acc-article-body a:not(.acc-text-link) {
    color: var(--acc-red);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.acc-back-link {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid var(--acc-line);
}

@media (max-width: 991.98px) {
    .acc-inner-hero {
        padding-bottom: 5rem;
    }

    body.acc-redesign header.acc-entry-image-hero {
        min-height: 530px;
        background-position: center !important;
    }

    .acc-editorial-feature-section {
        padding-top: 4.5rem;
    }

    .acc-editorial-feature-image {
        min-height: 360px;
    }

    .acc-editorial-archive {
        padding: 5rem 0;
    }
}

@media (max-width: 575.98px) {
    .acc-inner-hero {
        padding: 2.5rem 0 4.5rem;
    }

    body.acc-redesign header.acc-entry-image-hero {
        min-height: 560px;
        background-image:
            linear-gradient(180deg, rgba(20, 20, 20, 0.52) 0%, rgba(20, 20, 20, 0.84) 54%, rgba(20, 20, 20, 0.96) 100%),
            var(--acc-entry-image) !important;
        background-position: center;
    }

    .acc-inner-hero h1 {
        font-size: clamp(3rem, 14vw, 4rem);
    }

    .acc-article-hero h1,
    .acc-victory-article-hero h1 {
        font-size: clamp(2.55rem, 11vw, 3.45rem);
    }

    .acc-editorial-feature-image {
        min-height: 245px;
    }

    .acc-editorial-feature-copy {
        padding: 2rem 1.4rem;
    }

    .acc-news-card-copy {
        padding: 1.4rem;
    }

    .acc-article-feature {
        margin-top: -2rem;
        border-width: 5px;
    }

    .acc-article-layout {
        padding-top: 4rem;
        padding-bottom: 4.5rem;
    }
}

/* Result bulletins remain visually distinct from general news. */
.acc-victories-index,
.acc-victory-article-page {
    background: #fff;
}

.acc-victories-content {
    padding: 5rem 0 6.5rem;
}

.acc-filter-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 3rem;
}

.acc-filter-links span {
    margin-right: 0.35rem;
    color: var(--acc-muted);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.acc-filter-links a {
    padding: 0.65rem 0.9rem;
    border: 1px solid var(--acc-line);
    color: var(--acc-charcoal);
    background: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    text-decoration: none;
}

.acc-filter-links a:hover,
.acc-filter-links a:focus-visible,
.acc-filter-links a.is-active {
    border-color: var(--acc-red);
    color: #fff;
    background: var(--acc-red);
}

.acc-victory-feature {
    overflow: hidden;
    border: 1px solid var(--acc-line);
    background: var(--acc-cream);
}

.acc-victory-stamp {
    display: flex;
    min-height: 390px;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.3rem, 5vw, 4rem);
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 206, 0, 0.24), transparent 15rem),
        var(--acc-deep);
}

.acc-victory-stamp.acc-victory-stamp-image {
    background-image:
        linear-gradient(145deg, rgba(32, 32, 32, 0.94) 0%, rgba(32, 32, 32, 0.82) 58%, rgba(57, 47, 20, 0.68) 100%),
        var(--acc-victory-stamp-image);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.acc-victory-stamp span,
.acc-victory-stamp small {
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.acc-victory-stamp span {
    color: var(--acc-yellow);
}

.acc-victory-stamp strong {
    margin: 1rem 0;
    font-size: clamp(4rem, 7vw, 7rem);
    line-height: 0.9;
    text-transform: uppercase;
}

.acc-victory-stamp small {
    color: rgba(255, 255, 255, 0.62);
}

.acc-victory-feature-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(2.4rem, 5vw, 5rem);
}

.acc-victory-feature-copy h2 {
    margin: 0 0 1.35rem;
    font-size: clamp(2.2rem, 3.7vw, 3.8rem);
    line-height: 1.04;
}

.acc-victory-feature-copy h2 a,
.acc-victory-row h3 a {
    color: var(--acc-charcoal);
    text-decoration: none;
}

.acc-victory-feature-copy h2 a:hover,
.acc-victory-feature-copy h2 a:focus-visible,
.acc-victory-row h3 a:hover,
.acc-victory-row h3 a:focus-visible {
    color: var(--acc-red);
}

.acc-victory-feature-copy p {
    max-width: 710px;
    margin: 0 0 1.8rem;
    color: var(--acc-muted);
    font-size: 1.05rem;
}

.acc-victory-archive-heading {
    margin: 6rem 0 2rem;
}

.acc-victory-archive-heading h2 {
    margin: 0;
    font-size: clamp(2.4rem, 4vw, 3.8rem);
}

.acc-victory-list {
    border-top: 1px solid var(--acc-line);
}

.acc-victory-row {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 60px;
    gap: 2.5rem;
    align-items: center;
    padding: 2.25rem 0;
    border-bottom: 1px solid var(--acc-line);
}

.acc-victory-row-meta {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.9rem;
}

.acc-victory-row-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--acc-cream);
}

.acc-victory-row-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.acc-victory-row-image:hover img {
    transform: scale(1.035);
}

.acc-victory-row-meta > time {
    color: var(--acc-red);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.acc-victory-row h3 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1.15;
}

.acc-victory-row p {
    max-width: 770px;
    margin: 0;
    color: var(--acc-muted);
    font-size: 0.94rem;
}

.acc-victory-arrow {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    justify-self: end;
    border: 1px solid var(--acc-line);
    color: var(--acc-red);
    font-size: 1.25rem;
    text-decoration: none;
}

.acc-victory-arrow:hover,
.acc-victory-arrow:focus-visible {
    border-color: var(--acc-red);
    color: #fff;
    background: var(--acc-red);
}

.acc-empty-state {
    padding: 4rem;
    border: 1px solid var(--acc-line);
    background: var(--acc-cream);
    text-align: center;
}

.acc-victory-article-hero h1 {
    max-width: 1040px;
    font-size: clamp(3rem, 5.4vw, 5.5rem);
}

.acc-victory-article-layout {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
}

.acc-victory-article-hero .row,
.acc-victory-article-layout > .row {
    margin-right: 0;
    margin-left: 0;
}

.acc-results-body > p:first-child {
    color: var(--acc-charcoal);
    font-size: 1.3rem;
    font-weight: 620;
    line-height: 1.65;
}

.acc-results-body table {
    width: 100% !important;
    margin: 1.5rem 0 2.5rem;
    border-collapse: collapse;
    border-top: 4px solid var(--acc-yellow);
}

.acc-results-body table td,
.acc-results-body table th {
    padding: 1rem 1.1rem;
    border-bottom: 1px solid var(--acc-line);
    vertical-align: top;
}

.acc-results-body table tr:first-child {
    color: #fff;
    background: var(--acc-deep);
}

.acc-results-body table p {
    margin: 0;
}

.acc-results-body h2 {
    margin: 3.5rem 0 1.2rem;
    font-size: clamp(2rem, 3vw, 2.8rem);
}

.acc-results-note {
    position: sticky;
    top: 2rem;
    padding: 2rem;
    border-top: 6px solid var(--acc-yellow);
    background: var(--acc-cream);
}

.acc-results-note h2 {
    margin: 0 0 1rem;
    font-size: 1.45rem;
}

.acc-results-note p {
    margin: 0 0 1.4rem;
    color: var(--acc-muted);
    font-size: 0.9rem;
}

@media (max-width: 991.98px) {
    .acc-victories-content,
    .acc-victory-article-layout {
        padding-top: 4.5rem;
        padding-bottom: 5rem;
    }

    .acc-victory-stamp {
        min-height: 270px;
    }

    .acc-results-note {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .acc-victory-row {
        grid-template-columns: 112px minmax(0, 1fr) 42px;
        gap: 1rem 1.5rem;
        align-items: start;
    }

    .acc-victory-row-meta {
        gap: 0.7rem;
    }

    .acc-victory-row-image {
        aspect-ratio: 1 / 1;
    }

    .acc-victory-arrow {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 575.98px) {
    .acc-filter-links {
        align-items: stretch;
    }

    .acc-victory-article-hero h1 {
        font-size: clamp(2.55rem, 11vw, 3.45rem);
    }

    .acc-filter-links span {
        width: 100%;
    }

    .acc-victory-stamp,
    .acc-victory-feature-copy {
        padding: 2rem 1.4rem;
    }

    .acc-victory-row {
        grid-template-columns: 96px minmax(0, 1fr);
        padding: 1.7rem 0;
    }

    .acc-victory-arrow {
        display: none;
    }

    .acc-results-body table td,
    .acc-results-body table th {
        padding: 0.8rem 0.65rem;
        font-size: 0.88rem;
    }
}

/* Client stories and resources ----------------------------------------- */
.acc-trust-hero,
.acc-resources-hero {
    padding-bottom: 6rem;
}

.acc-testimonials-section,
.acc-video-testimonials-section,
.acc-resources-section {
    padding-top: 6rem;
    padding-bottom: 6.5rem;
}

.acc-testimonials-intro {
    margin: 0 auto 3rem;
    color: var(--acc-muted);
    font-size: 1.15rem;
    line-height: 1.7;
    text-align: center;
}

.acc-redesign.client-feedback .testimonials-grid {
    margin-right: -10px;
    margin-left: -10px;
}

.acc-redesign.client-feedback .card.testimonial {
    width: calc(33.333% - 20px);
    margin: 0 10px 20px;
    border: 1px solid var(--acc-line);
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.acc-redesign.client-feedback .card.testimonial:nth-child(3n + 2) {
    background: var(--acc-cream);
}

.acc-redesign.client-feedback .card.testimonial .card-body {
    padding: 2.2rem;
}

.acc-redesign.client-feedback .card.testimonial .testimonial-text {
    margin-bottom: 2.2rem;
    color: #4a4540;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.7;
}

.acc-redesign.client-feedback .card.testimonial .testimonial-text::before {
    display: block;
    margin-bottom: 0.65rem;
    color: var(--acc-red);
    content: '\201C';
    font-family: Georgia, serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 0.7;
}

.acc-redesign.client-feedback .card.testimonial .testimonial-text p::before {
    content: none;
}

.acc-redesign.client-feedback .card.testimonial .testimonial-text::after,
.acc-redesign.client-feedback .card.testimonial .testimonial-text p:last-of-type::after {
    content: none;
}

.acc-redesign.client-feedback .card.testimonial .testimonial-name {
    padding-top: 1rem;
    border-top: 3px solid var(--acc-yellow);
    color: var(--acc-charcoal);
    text-align: left;
}

.acc-redesign.client-feedback .card.testimonial .testimonial-company {
    margin-bottom: 0;
    color: var(--acc-red);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
}

.acc-redesign.video-testimonials .video-testimonials-container {
    row-gap: 2rem;
}

.acc-redesign.video-testimonials .video-card {
    height: 100%;
    margin: 0;
    border: 1px solid var(--acc-line);
    background: #fff;
}

.acc-redesign.video-testimonials .video-card .ratio {
    background: var(--acc-deep);
}

.acc-redesign.video-testimonials .video-card > .row {
    align-items: center;
    min-height: 92px;
    margin: 0;
    padding: 1.2rem 1.35rem !important;
}

.acc-redesign.video-testimonials .video-card p {
    margin: 0;
    color: var(--acc-charcoal);
    font-size: 0.95rem;
    font-weight: 750;
}

.acc-redesign.video-testimonials .video-card .col-md-3 p {
    color: var(--acc-red);
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.acc-resources-heading {
    margin: 0 0 0.8rem;
    color: var(--acc-charcoal);
    font-size: clamp(2.6rem, 4vw, 4rem);
    line-height: 1;
}

.acc-resources-intro {
    max-width: 740px;
    margin: 0 0 3.5rem;
    color: var(--acc-muted);
    font-size: 1.1rem;
    line-height: 1.7;
}

.acc-redesign:is(.resources, .recursos) .acc-resources-section .row-cols-md-4 {
    row-gap: 2rem;
}

.acc-redesign:is(.resources, .recursos) .acc-resources-section .card {
    overflow: hidden;
    border: 1px solid var(--acc-line);
    border-radius: 0;
    background: #fff;
}

.acc-redesign:is(.resources, .recursos) .acc-resources-section .card-img-top {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: top center;
}

.acc-redesign:is(.resources, .recursos) .acc-resources-section .card-body {
    padding: 1.6rem 1.5rem 1.25rem;
}

.acc-redesign:is(.resources, .recursos) .acc-resources-section .card-title {
    color: var(--acc-charcoal);
    font-size: 1.25rem;
    font-weight: 850;
    line-height: 1.15;
}

.acc-redesign:is(.resources, .recursos) .acc-resources-section .card-text {
    color: var(--acc-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.acc-redesign:is(.resources, .recursos) .acc-resources-section .card-footer {
    padding: 0 1.5rem 1.5rem;
    border: 0;
    background: #fff;
}

.acc-redesign:is(.resources, .recursos) .acc-resources-section .card-footer .btn {
    min-height: 50px;
    border: 0;
    border-radius: 0;
    background: var(--acc-red);
    font-weight: 800;
}

.acc-redesign:is(.resources, .recursos) #find-out-modal-content {
    overflow: hidden;
    color: #fff;
    background: var(--acc-deep);
    border-radius: 12px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.acc-redesign:is(.resources, .recursos) dialog#find-out-modal {
    width: min(860px, calc(100% - 32px));
    max-width: 860px;
    max-height: calc(100dvh - 32px);
    padding: 0;
    overflow: auto;
}

.acc-redesign:is(.resources, .recursos) #find-out-modal-content h2 {
    color: #fff;
    margin: 0 0 0.5rem;
    padding-right: 2.5rem;
    font-size: clamp(1.75rem, 3vw, 2.05rem);
    line-height: 1.02;
    text-align: left;
}

.acc-redesign:is(.resources, .recursos) .acc-resource-modal-grid {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
}

.acc-redesign:is(.resources, .recursos) .acc-resource-cover-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    min-width: 0;
    aspect-ratio: 707 / 1000;
    padding: 0;
    overflow: hidden;
    background: transparent;
}

.acc-redesign:is(.resources, .recursos) .acc-resource-cover-panel .ebook-cover {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    object-fit: cover;
}

.acc-redesign:is(.resources, .recursos) .acc-resource-cover-panel p {
    display: none;
}

.acc-redesign:is(.resources, .recursos) .acc-resource-form-panel {
    min-width: 0;
    padding: 24px 26px 20px;
}

.acc-redesign:is(.resources, .recursos) .acc-resource-modal-eyebrow {
    margin: 0 0 0.55rem;
    color: var(--acc-yellow);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.acc-redesign:is(.resources, .recursos) .acc-selected-guide-title {
    min-height: 1.4em;
    margin: 0 0 1.15rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    text-align: left;
}

.acc-redesign:is(.resources, .recursos) .acc-resource-field {
    margin-bottom: 0.7rem;
    text-align: left;
}

.acc-redesign:is(.resources, .recursos) .acc-resource-field label {
    display: block;
    margin-bottom: 0.35rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 800;
}

.acc-redesign:is(.resources, .recursos) #find-out-modal-content .form-control {
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.acc-redesign:is(.resources, .recursos) #find-out-modal-content .form-control:focus {
    border-color: var(--acc-yellow);
    box-shadow: 0 0 0 3px rgba(255, 211, 0, 0.18);
}

.acc-redesign:is(.resources, .recursos) #find-out-modal-content .form-control::placeholder {
    color: rgba(255, 255, 255, 0.68);
}

.acc-redesign:is(.resources, .recursos) #find-out-modal-content .gdpr,
.acc-redesign:is(.resources, .recursos) #find-out-modal-content .gdpr a {
    color: rgba(255, 255, 255, 0.8);
}

.acc-redesign:is(.resources, .recursos) .acc-resource-consent {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 0.65rem;
    align-items: start;
    margin: 0.95rem 0;
    font-size: 0.82rem;
    line-height: 1.45;
    text-align: left;
}

.acc-redesign:is(.resources, .recursos) .acc-resource-consent input {
    width: 17px;
    height: 17px;
    margin-top: 2px;
}

.acc-redesign:is(.resources, .recursos) .acc-resource-submit {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 6px;
    font-weight: 900;
}

.acc-redesign:is(.resources, .recursos) .acc-resource-submit-note {
    display: none;
}

.acc-redesign:is(.resources, .recursos) #find-out-modal-content .close-modal {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    top: 12px;
    right: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    background: rgba(34, 34, 34, 0.8);
    font-size: 1rem;
    line-height: 1;
    appearance: none;
}

.acc-redesign:is(.resources, .recursos) #find-out-modal-content .close-modal span {
    display: block;
    margin-top: -2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.65rem;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 899.98px) {
    .acc-redesign:is(.resources, .recursos) dialog#find-out-modal {
        width: min(540px, calc(100% - 20px));
        max-height: calc(100dvh - 20px);
    }

    .acc-redesign:is(.resources, .recursos) .acc-resource-modal-grid {
        grid-template-columns: 1fr;
    }

    .acc-redesign:is(.resources, .recursos) .acc-resource-cover-panel {
        display: none;
    }

    .acc-redesign:is(.resources, .recursos) .acc-resource-form-panel {
        padding: 24px 20px 18px;
    }
}

@media (max-width: 991.98px) {
    .acc-redesign.client-feedback .card.testimonial {
        width: calc(50% - 20px);
    }

    .acc-testimonials-section,
    .acc-video-testimonials-section,
    .acc-resources-section {
        padding-top: 4.5rem;
        padding-bottom: 5rem;
    }
}

@media (max-width: 575.98px) {
    .acc-redesign.client-feedback .card.testimonial {
        width: calc(100% - 20px);
    }

    .acc-redesign.video-testimonials .video-card .col-md-3 p {
        margin-top: 0.55rem;
        text-align: left !important;
    }
}
