:root {
    --asco-red: #D81F3F;
    --asco-dark: #191f23;
    --asco-ink: #282b2d;
    --asco-muted: #6f7478;
    --asco-line: #e8ecef;
    --asco-soft: #f6f7f8;
    --asco-white: #fff;
    --asco-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
}

html {
    scroll-behavior: smooth;
}

.asco-temp-page {
    background: var(--asco-white);
    color: var(--asco-ink);
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
    overflow-x: hidden;
}

.asco-temp-page *,
.asco-temp-page *::before,
.asco-temp-page *::after {
    box-sizing: border-box;
}

.asco-temp-page img {
    display: block;
    max-width: 100%;
}

.asco-temp-page a {
    color: inherit;
    text-decoration: none;
}

.asco-temp-page p {
    margin: 0 0 1rem;
}

.asco-temp-page h1,
.asco-temp-page h2,
.asco-temp-page h3 {
    color: var(--asco-ink);
    line-height: 1.15;
    margin: 0;
}

.asco-temp-svg-sprite {
    height: 0;
    position: absolute;
    width: 0;
}

.asco-temp-container {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 24px;
    width: 100%;
}

.asco-temp-header {
    background: var(--asco-white);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
    left: 0;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 1000;
}

.asco-temp-header-inner {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: auto 1fr auto;
    min-height: 86px;
}

.asco-temp-brand {
    align-items: center;
    display: inline-flex;
    min-width: 300px;
}

.asco-temp-brand-mark {
    align-items: center;
    display: inline-flex;
    flex: 0 0 76px;
    height: 76px;
    justify-content: center;
    margin-right: 12px;
}

.asco-temp-brand-mark img {
    height: 76px;
    object-fit: contain;
    width: auto;
}

.asco-temp-brand-text {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-width: 200px;
}

.asco-temp-brand-main {
    color: var(--asco-red);
    display: block;
    font-size: 39px;
    font-weight: 900;
    letter-spacing: 7px;
    line-height: 0.9;
    padding-left: 7px;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.asco-temp-brand-sub {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 8px;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
}

.asco-temp-nav {
    align-items: center;
    display: flex;
    gap: 4px;
    justify-content: center;
}

.asco-temp-nav a {
    color: var(--asco-ink);
    font-size: 15px;
    font-weight: 700;
    padding: 14px 10px;
    transition: color 0.2s ease;
}

.asco-temp-nav a:hover,
.asco-temp-nav a:focus-visible {
    color: var(--asco-red);
}

.asco-temp-header-call {
    border: 1px solid var(--asco-line);
    border-radius: 4px;
    color: var(--asco-red);
    font-size: 14px;
    font-weight: 800;
    padding: 10px 14px;
    white-space: nowrap;
}

.asco-temp-nav-toggle {
    align-items: center;
    background: var(--asco-ink);
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    height: 44px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 48px;
}

.asco-temp-nav-toggle span {
    background: var(--asco-white);
    border-radius: 999px;
    display: block;
    height: 2px;
    left: 14px;
    position: absolute;
    transition: transform 0.2s ease, opacity 0.2s ease;
    width: 20px;
}

.asco-temp-nav-toggle span:nth-child(1) {
    transform: translateY(-7px);
}

.asco-temp-nav-toggle span:nth-child(3) {
    transform: translateY(7px);
}

.asco-temp-nav-open .asco-temp-nav-toggle span:nth-child(1) {
    transform: rotate(45deg);
}

.asco-temp-nav-open .asco-temp-nav-toggle span:nth-child(2) {
    opacity: 0;
}

.asco-temp-nav-open .asco-temp-nav-toggle span:nth-child(3) {
    transform: rotate(-45deg);
}

.asco-temp-hero {
    align-items: center;
    display: flex;
    min-height: 690px;
    overflow: hidden;
    position: relative;
}

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

.asco-temp-hero-image {
    object-fit: cover;
    object-position: center center;
}

.asco-temp-hero-overlay {
    background:
        linear-gradient(90deg, rgba(6, 12, 18, 0.9) 0%, rgba(7, 13, 19, 0.75) 42%, rgba(7, 13, 19, 0.24) 72%, rgba(7, 13, 19, 0.1) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.1));
}

.asco-temp-hero-content {
    color: var(--asco-white);
    padding-bottom: 86px;
    padding-top: 86px;
    position: relative;
    z-index: 1;
}

.asco-temp-hero-content > * {
    max-width: 690px;
}

.asco-temp-eyebrow,
.asco-temp-kicker {
    color: var(--asco-red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.7px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.asco-temp-hero h1 {
    color: var(--asco-white);
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 22px;
}

.asco-temp-hero p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    max-width: 660px;
}

.asco-temp-hero-lead {
    font-size: 18px;
}

.asco-temp-trust-line {
    border-left: 4px solid var(--asco-red);
    font-weight: 700;
    padding-left: 14px;
}

.asco-temp-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 22px;
    margin-top: 28px;
}

.asco-temp-button {
    align-items: center;
    border: 0;
    border-radius: 4px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 9px;
    justify-content: center;
    line-height: 1.2;
    min-height: 50px;
    padding: 14px 22px;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.asco-temp-button svg {
    fill: none;
    flex: 0 0 18px;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 18px;
}

.asco-temp-button:hover,
.asco-temp-button:focus-visible {
    transform: translateY(-2px);
}

.asco-temp-button-primary {
    background: var(--asco-red);
    color: var(--asco-white);
}

.asco-temp-button-primary:hover,
.asco-temp-button-primary:focus-visible {
    background: #3b3b3b;
    color: var(--asco-white);
}

.asco-temp-button-secondary {
    background: var(--asco-ink);
    color: var(--asco-white);
}

.asco-temp-button-secondary:hover,
.asco-temp-button-secondary:focus-visible {
    background: var(--asco-red);
    color: var(--asco-white);
}

.asco-temp-button-light {
    background: var(--asco-white);
    color: var(--asco-red);
}

.asco-temp-button-light:hover,
.asco-temp-button-light:focus-visible {
    background: var(--asco-ink);
    color: var(--asco-white);
}

.asco-temp-page .asco-temp-header-call,
.asco-temp-page .asco-temp-button-primary,
.asco-temp-page .asco-temp-button-primary:hover,
.asco-temp-page .asco-temp-button-primary:focus-visible,
.asco-temp-page .asco-temp-button-secondary,
.asco-temp-page .asco-temp-button-secondary:hover,
.asco-temp-page .asco-temp-button-secondary:focus-visible {
    color: var(--asco-white);
}

.asco-temp-page .asco-temp-header-call {
    color: var(--asco-red);
}

.asco-temp-page .asco-temp-button-light {
    color: var(--asco-red);
}

.asco-temp-page .asco-temp-button-light:hover,
.asco-temp-page .asco-temp-button-light:focus-visible {
    color: var(--asco-white);
}

.asco-temp-hero-location {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 700;
}

.asco-temp-notice {
    background: var(--asco-ink);
    color: var(--asco-white);
}

.asco-temp-notice-inner {
    align-items: center;
    display: flex;
    gap: 18px;
    padding-bottom: 18px;
    padding-top: 18px;
}

.asco-temp-notice span {
    background: var(--asco-red);
    border-radius: 4px;
    color: var(--asco-white);
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 7px 11px;
    text-transform: uppercase;
}

.asco-temp-notice p {
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
}

.asco-temp-section {
    padding: 88px 0;
    scroll-margin-top: 96px;
}

.asco-temp-section:nth-of-type(odd) {
    background: var(--asco-soft);
}

.asco-temp-section-heading {
    margin: 0 auto 42px;
    max-width: 780px;
    text-align: center;
}

.asco-temp-section-heading h2,
.asco-temp-split-copy h2,
.asco-temp-final-cta h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 16px;
}

.asco-temp-section-heading > p:not(.asco-temp-kicker),
.asco-temp-split-copy p {
    color: var(--asco-muted);
}

.asco-temp-card-grid {
    display: grid;
    gap: 24px;
}

.asco-temp-card-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.asco-temp-card-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.asco-temp-card {
    background: var(--asco-white);
    border: 1px solid var(--asco-line);
    border-radius: 6px;
    box-shadow: var(--asco-shadow);
    min-height: 100%;
    padding: 28px;
}

.asco-temp-card-icon {
    align-items: center;
    background: rgba(216, 31, 63, 0.09);
    border-radius: 6px;
    color: var(--asco-red);
    display: inline-flex;
    height: 46px;
    justify-content: center;
    margin-bottom: 18px;
    width: 46px;
}

.asco-temp-card-icon svg {
    fill: none;
    height: 25px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
    width: 25px;
}

.asco-temp-card h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
}

.asco-temp-card p {
    color: var(--asco-muted);
    margin-bottom: 0;
}

.asco-temp-split {
    align-items: center;
    display: grid;
    gap: 52px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.asco-temp-split-reverse .asco-temp-split-copy {
    order: 1;
}

.asco-temp-split-reverse .asco-temp-image-panel {
    order: 2;
}

.asco-temp-image-panel {
    border-radius: 6px;
    box-shadow: var(--asco-shadow);
    min-height: 460px;
    overflow: hidden;
}

.asco-temp-image-panel img {
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

.asco-temp-image-panel-tight img {
    object-position: 43% center;
}

.asco-temp-split-copy {
    max-width: 560px;
}

.asco-temp-checklist {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.asco-temp-checklist li {
    align-items: flex-start;
    color: var(--asco-ink);
    display: flex;
    font-weight: 650;
    gap: 10px;
}

.asco-temp-checklist svg {
    background: rgba(216, 31, 63, 0.09);
    border-radius: 999px;
    color: var(--asco-red);
    fill: none;
    flex: 0 0 22px;
    height: 22px;
    margin-top: 2px;
    padding: 4px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    width: 22px;
}

.asco-temp-checklist-columns {
    background: var(--asco-white);
    border: 1px solid var(--asco-line);
    border-radius: 6px;
    box-shadow: var(--asco-shadow);
    gap: 15px 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 30px;
}

.asco-temp-section-note {
    color: var(--asco-ink);
    font-weight: 800;
    margin: 28px auto 0;
    max-width: 760px;
    text-align: center;
}

.asco-temp-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.asco-temp-pill-list span {
    background: var(--asco-white);
    border: 1px solid var(--asco-line);
    border-left: 4px solid var(--asco-red);
    border-radius: 4px;
    color: var(--asco-ink);
    font-size: 14px;
    font-weight: 800;
    padding: 9px 12px;
}

.asco-temp-parts .asco-temp-pill-list span {
    background: #fdfdfd;
}

.asco-temp-emphasis {
    border-left: 4px solid var(--asco-red);
    color: var(--asco-ink) !important;
    font-weight: 800;
    margin-top: 22px !important;
    padding-left: 14px;
}

.asco-temp-process {
    background: var(--asco-ink) !important;
}

.asco-temp-process .asco-temp-section-heading h2,
.asco-temp-process .asco-temp-section-heading p:not(.asco-temp-kicker) {
    color: var(--asco-white);
}

.asco-temp-process-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.asco-temp-process-card {
    box-shadow: none;
    padding: 24px;
}

.asco-temp-process-card span {
    color: var(--asco-red);
    display: block;
    font-size: 27px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 18px;
}

.asco-temp-customers .asco-temp-card {
    border-top: 4px solid var(--asco-red);
}

.asco-temp-locations-grid {
    align-items: start;
}

.asco-temp-location-image {
    min-height: 520px;
}

.asco-temp-location-image img {
    min-height: 520px;
    object-position: 46% center;
}

.asco-temp-location-cards {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
}

.asco-temp-location-card {
    background: var(--asco-white);
    border: 1px solid var(--asco-line);
    border-left: 4px solid var(--asco-red);
    border-radius: 6px;
    box-shadow: var(--asco-shadow);
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.asco-temp-map-frame {
    background: #eef2f5;
    border: 1px solid var(--asco-line);
    border-radius: 4px;
    height: 230px;
    margin-bottom: 20px;
    overflow: hidden;
}

.asco-temp-map-frame iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.asco-temp-location-card h3 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 10px;
}

.asco-temp-location-card p {
    margin-bottom: 8px;
}

.asco-temp-location-card .asco-temp-button {
    align-self: flex-start;
    margin-top: auto;
}

.asco-temp-bottom-notice {
    background: #f7f8f9;
    border-bottom: 1px solid var(--asco-line);
    border-top: 1px solid var(--asco-line);
    padding: 20px 0;
}

.asco-temp-bottom-notice p {
    color: #3b3b3b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
}

.asco-temp-final-cta {
    background:
        linear-gradient(120deg, rgba(25, 31, 35, 0.96), rgba(25, 31, 35, 0.9)),
        var(--asco-dark);
    color: var(--asco-white);
    padding: 82px 0;
    scroll-margin-top: 96px;
}

.asco-temp-final-cta-inner {
    align-items: center;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.8fr);
}

.asco-temp-final-cta h2,
.asco-temp-final-cta p {
    color: var(--asco-white);
}

.asco-temp-contact-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
    padding: 28px;
}

.asco-temp-contact-panel a:not(.asco-temp-button) {
    color: var(--asco-white);
    font-weight: 800;
}

.asco-temp-contact-panel a:not(.asco-temp-button):hover {
    color: var(--asco-red);
}

.asco-temp-contact-panel .asco-temp-button {
    margin-top: 8px;
}

.asco-temp-footer {
    background: var(--asco-dark);
    color: rgba(255, 255, 255, 0.82);
    padding: 48px 0 0;
}

.asco-temp-footer-grid {
    display: grid;
    gap: 34px;
    grid-template-columns: 1.1fr 1fr 0.8fr 1fr;
}

.asco-temp-footer-logo {
    height: auto;
    margin-bottom: 14px;
    max-width: 160px;
}

.asco-temp-footer h2 {
    color: var(--asco-white);
    font-size: 20px;
    margin-bottom: 18px;
    position: relative;
}

.asco-temp-footer h2::after {
    background: var(--asco-red);
    bottom: -9px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 54px;
}

.asco-temp-footer-list,
.asco-temp-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.asco-temp-footer-list {
    display: grid;
    gap: 12px;
}

.asco-temp-footer-list li {
    align-items: flex-start;
    display: flex;
    gap: 10px;
}

.asco-temp-footer-list svg {
    color: var(--asco-white);
    fill: none;
    flex: 0 0 18px;
    height: 18px;
    margin-top: 4px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 18px;
}

.asco-temp-footer a {
    color: var(--asco-white);
}

.asco-temp-footer a:hover {
    color: var(--asco-red);
}

.asco-temp-footer small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.asco-temp-footer-links {
    display: grid;
    gap: 9px;
}

.asco-temp-footer-links a::before {
    color: var(--asco-red);
    content: ">";
    font-weight: 900;
    padding-right: 8px;
}

.asco-temp-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 34px;
    padding: 16px 0;
    text-align: center;
}

.asco-temp-footer-bottom p {
    color: rgba(255, 255, 255, 0.84);
    margin: 0;
}

.asco-temp-floating-whatsapp {
    align-items: center;
    background: #25D366;
    border-radius: 999px;
    bottom: 22px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
    color: var(--asco-white);
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    position: fixed;
    right: 20px;
    z-index: 1001;
}

.asco-temp-page .asco-temp-floating-whatsapp,
.asco-temp-page .asco-temp-floating-whatsapp:hover,
.asco-temp-page .asco-temp-floating-whatsapp:focus-visible {
    color: var(--asco-white);
}

.asco-temp-floating-whatsapp svg {
    fill: none;
    height: 19px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 19px;
}

.asco-temp-floating-whatsapp:hover,
.asco-temp-floating-whatsapp:focus-visible {
    background: #1fb85a;
    color: var(--asco-white);
}

@media (max-width: 1120px) {
    .asco-temp-header-inner {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .asco-temp-nav-toggle {
        display: inline-flex;
    }

    .asco-temp-nav {
        background: var(--asco-white);
        border-top: 1px solid var(--asco-line);
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
        display: none;
        grid-column: 1 / -1;
        margin: 0 -24px;
        padding: 8px 24px 18px;
    }

    .asco-temp-nav-open .asco-temp-nav {
        display: grid;
        gap: 0;
    }

    .asco-temp-nav a {
        border-bottom: 1px solid var(--asco-line);
        padding: 13px 0;
    }

    .asco-temp-header-call {
        display: none;
    }

    .asco-temp-card-grid-4,
    .asco-temp-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .asco-temp-hero {
        min-height: 720px;
    }

    .asco-temp-hero-image {
        object-position: 64% center;
    }

    .asco-temp-hero-overlay {
        background:
            linear-gradient(90deg, rgba(6, 12, 18, 0.9) 0%, rgba(7, 13, 19, 0.78) 55%, rgba(7, 13, 19, 0.42) 100%),
            linear-gradient(0deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.14));
    }

    .asco-temp-hero h1 {
        font-size: 42px;
    }

    .asco-temp-card-grid-3,
    .asco-temp-split,
    .asco-temp-final-cta-inner,
    .asco-temp-footer-grid {
        grid-template-columns: 1fr;
    }

    .asco-temp-split-copy {
        max-width: none;
    }

    .asco-temp-split-reverse .asco-temp-split-copy,
    .asco-temp-split-reverse .asco-temp-image-panel {
        order: initial;
    }

    .asco-temp-checklist-columns {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .asco-temp-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .asco-temp-header-inner {
        min-height: 74px;
    }

    .asco-temp-brand {
        min-width: 0;
    }

    .asco-temp-brand-mark {
        flex-basis: 56px;
        height: 56px;
        margin-right: 8px;
    }

    .asco-temp-brand-mark img {
        height: 56px;
    }

    .asco-temp-brand-text {
        min-width: 166px;
    }

    .asco-temp-brand-main {
        font-size: 31px;
        letter-spacing: 5px;
        padding-left: 5px;
    }

    .asco-temp-brand-sub {
        font-size: 9.5px;
        letter-spacing: 0.65px;
        margin-top: 6px;
    }

    .asco-temp-nav {
        margin-left: -18px;
        margin-right: -18px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .asco-temp-hero {
        min-height: 760px;
    }

    .asco-temp-hero-image {
        object-position: 70% center;
    }

    .asco-temp-hero-content {
        padding-bottom: 58px;
        padding-top: 58px;
    }

    .asco-temp-hero h1 {
        font-size: 34px;
    }

    .asco-temp-hero p,
    .asco-temp-hero-lead {
        font-size: 16px;
    }

    .asco-temp-button {
        min-height: 48px;
        width: 100%;
    }

    .asco-temp-hero-actions {
        align-items: stretch;
    }

    .asco-temp-hero-location {
        display: block;
        width: 100%;
    }

    .asco-temp-notice-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .asco-temp-section,
    .asco-temp-final-cta {
        padding: 60px 0;
    }

    .asco-temp-section-heading h2,
    .asco-temp-split-copy h2,
    .asco-temp-final-cta h2 {
        font-size: 30px;
    }

    .asco-temp-card-grid-4,
    .asco-temp-location-cards,
    .asco-temp-process-grid {
        grid-template-columns: 1fr;
    }

    .asco-temp-card,
    .asco-temp-checklist-columns,
    .asco-temp-contact-panel,
    .asco-temp-location-card {
        padding: 22px;
    }

    .asco-temp-image-panel,
    .asco-temp-image-panel img {
        min-height: 330px;
    }

    .asco-temp-location-image,
    .asco-temp-location-image img {
        min-height: 360px;
    }

    .asco-temp-location-image img {
        object-position: 43% center;
    }

    .asco-temp-footer {
        padding-top: 38px;
    }

    .asco-temp-floating-whatsapp {
        bottom: 16px;
        height: 46px;
        min-height: 42px;
        padding: 0;
        right: 14px;
        width: 46px;
    }

    .asco-temp-floating-whatsapp span {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

@media (max-width: 380px) {
    .asco-temp-brand-mark {
        flex-basis: 50px;
        height: 50px;
    }

    .asco-temp-brand-mark img {
        height: 50px;
    }

    .asco-temp-brand-text {
        min-width: 150px;
    }

    .asco-temp-brand-main {
        font-size: 28px;
        letter-spacing: 4px;
        padding-left: 4px;
    }

    .asco-temp-brand-sub {
        font-size: 8.8px;
    }
}

/* Alignment with the active Asco website theme */
body.asco-temp-page {
    background: #fff;
    color: #6f6f6f;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
}

.asco-temp-page h1,
.asco-temp-page h2,
.asco-temp-page h3 {
    color: #3b3b3b;
    font-family: inherit;
    font-weight: 700;
}

.asco-temp-page a:hover,
.asco-temp-page a:active {
    color: #D81F3F;
}

.asco-temp-container {
    max-width: 1140px;
}

.asco-temp-site-header {
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 10;
}

.asco-temp-site-header .navbar-default {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0));
    border-bottom: 0 !important;
}

.asco-temp-site-header .navbar-nav {
    gap: 0;
}

.asco-temp-site-header .navbar-nav > li > a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 21px 0.5rem;
    text-transform: capitalize;
}

.asco-temp-site-header .navbar-nav > li > a:hover,
.asco-temp-site-header .navbar-nav > li > a:focus {
    color: #D81F3F !important;
}

.asco-temp-page .asco-temp-site-header .asco-temp-nav a {
    border-radius: 4px;
    color: #fff !important;
    font-weight: 800;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.asco-temp-page .asco-temp-site-header .asco-temp-nav a:hover,
.asco-temp-page .asco-temp-site-header .asco-temp-nav a:focus-visible {
    background: rgba(216, 31, 63, 0.92);
    color: #fff !important;
    text-shadow: none;
}

.asco-temp-site-header .navbar-toggler {
    border: 0;
}

.asco-temp-hero-wrap {
    position: relative;
}

.asco-temp-hero {
    min-height: clamp(540px, 72vh, 700px);
}

.asco-temp-hero-overlay {
    background: linear-gradient(90deg, rgba(3, 12, 22, 0.54) 0%, rgba(3, 12, 22, 0.32) 48%, rgba(3, 12, 22, 0.1) 100%);
}

.asco-temp-hero-content {
    padding-top: 150px;
}

.asco-temp-hero-content > * {
    max-width: none;
}

.asco-temp-hero-panel {
    background: linear-gradient(115deg, rgba(3, 12, 22, 0.82), rgba(3, 12, 22, 0.54));
    border-left: 4px solid #D81F3F;
    border-radius: 4px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.25);
    margin: 38px 0 0;
    max-width: 690px;
    padding: 30px 34px 32px;
    text-align: left;
}

.asco-temp-hero h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.asco-temp-hero p {
    color: rgba(255, 255, 255, 0.94);
    font-size: 16px;
}

.asco-temp-eyebrow,
.asco-temp-kicker {
    color: #D81F3F;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.asco-temp-hero .asco-temp-eyebrow {
    color: #fff;
}

.asco-temp-button {
    border-radius: 4px;
    font-weight: 500;
    line-height: 25px;
    min-height: 51px;
    padding: 13px 34px;
}

.asco-temp-button-primary,
.asco-temp-page .asco-temp-button-primary {
    background: #D81F3F;
    color: #fff;
}

.asco-temp-button-primary:hover,
.asco-temp-button-primary:focus-visible {
    background: #3b3b3b;
}

.asco-temp-button-secondary,
.asco-temp-page .asco-temp-button-secondary {
    background: #3b3b3b;
    color: #fff;
}

.asco-temp-button-secondary:hover,
.asco-temp-button-secondary:focus-visible {
    background: #D81F3F;
}

.asco-temp-section {
    padding: 90px 0;
}

.asco-temp-section:nth-of-type(odd) {
    background: #fbfbfb;
}

.asco-temp-section-heading {
    margin-bottom: 60px;
}

.asco-temp-section-heading h2,
.asco-temp-split-copy h2,
.asco-temp-final-cta h2 {
    color: #3b3b3b;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.asco-temp-section-heading::after {
    background:
        linear-gradient(90deg, transparent 0, transparent calc(50% - 100px), #D81F3F calc(50% - 100px), #D81F3F calc(50% - 20px), #3b3b3b calc(50% - 7px), #3b3b3b calc(50% + 7px), #D81F3F calc(50% + 20px), #D81F3F calc(50% + 100px), transparent calc(50% + 100px));
    content: "";
    display: block;
    height: 4px;
    margin: 10px auto 0;
    max-width: 220px;
    transform: skewX(-10deg);
}

.asco-temp-section-heading > p:not(.asco-temp-kicker),
.asco-temp-split-copy p {
    color: #858584;
}

.asco-temp-card,
.asco-temp-location-card,
.asco-temp-contact-panel {
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
}

.asco-temp-card h3,
.asco-temp-location-card h3 {
    color: #3b3b3b;
    font-weight: 700;
}

.asco-temp-card p,
.asco-temp-location-card p {
    color: #6f6f6f;
}

.asco-temp-image-panel {
    border-radius: 4px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
}

.asco-temp-notice {
    background: #282b2d;
}

.asco-temp-process {
    background: #191f23 !important;
}

.asco-temp-final-cta {
    background: #191f23;
}

.asco-temp-final-cta h2,
.asco-temp-final-cta p {
    color: #fff;
}

.asco-temp-contact-panel {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
}

footer .footer-social-icon,
footer .address-list li a,
footer .footer-list-style1 li a {
    color: #fff;
}

footer .footer-social-icon:hover {
    color: #fff;
}

.asco-temp-page .floating-whatsapp,
.asco-temp-page .floating-whatsapp::after,
.asco-temp-page .floating-whatsapp:hover,
.asco-temp-page .floating-whatsapp:focus-visible {
    color: #fff !important;
}

@media screen and (min-width: 992px) {
    .asco-temp-site-header .navbar-nav {
        display: flex !important;
        left: 50%;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 991px) {
    .asco-temp-site-header .navbar-nav {
        background: #fff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        display: none;
        left: 0;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute;
        top: 71px;
        width: 100%;
    }

    .asco-temp-nav-open .asco-temp-site-header .navbar-nav {
        display: block !important;
    }

    .asco-temp-site-header .navbar-nav > li > a {
        color: #282b2d !important;
        padding: 14px 20px;
    }

    .asco-temp-page .asco-temp-site-header .asco-temp-nav a {
        background: transparent;
        color: #282b2d !important;
        text-shadow: none;
    }

    .asco-temp-page .asco-temp-site-header .asco-temp-nav a:hover,
    .asco-temp-page .asco-temp-site-header .asco-temp-nav a:focus-visible {
        background: rgba(216, 31, 63, 0.08);
        color: #D81F3F !important;
    }

    .asco-temp-hero-content {
        padding-top: 120px;
    }

    .asco-temp-hero-panel {
        margin-top: 18px;
        max-width: 620px;
        padding: 26px 28px;
    }

    .asco-temp-hero h1 {
        font-size: 40px;
    }

    .asco-temp-section-heading h2,
    .asco-temp-split-copy h2,
    .asco-temp-final-cta h2 {
        font-size: 32px;
        line-height: 35px;
    }
}

@media screen and (max-width: 575px) {
    .asco-temp-hero {
        min-height: 760px;
    }

    .asco-temp-hero-panel {
        padding: 22px 20px;
    }

    .asco-temp-hero h1 {
        font-size: 33px;
    }

    .asco-temp-section {
        padding: 60px 0;
    }

    .asco-temp-section-heading {
        margin-bottom: 35px;
    }

    .asco-temp-page .floating-whatsapp {
        height: 46px;
        min-width: 46px;
        padding: 0;
        width: 46px;
    }

    .asco-temp-page .floating-whatsapp::after {
        content: "";
        display: none;
    }
}

/* User-requested live placeholder refinements */
.asco-temp-page .asco-temp-hero {
    height: clamp(430px, 52vh, 500px) !important;
    min-height: clamp(430px, 52vh, 500px) !important;
    padding: 0 !important;
}

.asco-temp-page .asco-temp-hero-image {
    object-fit: cover;
    object-position: center center !important;
}

.asco-temp-page .asco-temp-hero-content {
    padding-bottom: 30px !important;
    padding-top: 104px !important;
}

.asco-temp-page .asco-temp-hero-panel {
    margin-top: 0;
    max-width: 780px;
    padding: 21px 28px 22px;
}

.asco-temp-page .asco-temp-hero h1 {
    font-size: 38px;
    line-height: 1.08;
    margin-bottom: 12px;
}

.asco-temp-page .asco-temp-hero p {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 8px;
}

.asco-temp-page .asco-temp-hero p.asco-temp-eyebrow {
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.asco-temp-page .asco-temp-hero p.asco-temp-hero-lead {
    font-size: 15px;
    line-height: 1.45;
}

.asco-temp-page .asco-temp-hero p.asco-temp-trust-line {
    padding-left: 12px;
}

.asco-temp-page .asco-temp-hero p.asco-temp-hero-location {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0;
    margin-top: 10px;
}

.asco-temp-page .asco-temp-notice {
    padding: 0 !important;
}

.asco-temp-page .asco-temp-notice-inner {
    align-items: center;
    gap: 16px;
    max-width: 1280px;
    min-height: 0 !important;
    padding-bottom: 7px !important;
    padding-top: 7px !important;
    width: calc(100% - 48px);
}

.asco-temp-page .asco-temp-notice span {
    font-size: 10.5px;
    line-height: 1.2;
    padding: 5px 9px;
}

.asco-temp-page .asco-temp-notice p {
    font-size: 13px;
    line-height: 1.35;
}

.asco-temp-page footer#contact {
    scroll-margin-top: 96px;
}

@media screen and (max-width: 991px) {
    .asco-temp-page .asco-temp-hero {
        height: auto !important;
        min-height: 560px !important;
        padding: 0 !important;
    }

    .asco-temp-page .asco-temp-hero-content {
        padding-bottom: 30px !important;
        padding-top: 104px !important;
    }

    .asco-temp-page .asco-temp-hero-panel {
        max-width: 560px;
        padding: 22px 24px;
    }

    .asco-temp-page .asco-temp-hero h1 {
        font-size: 34px;
    }
}

@media screen and (max-width: 575px) {
    .asco-temp-page .asco-temp-hero {
        min-height: 610px !important;
    }

    .asco-temp-page .asco-temp-hero-content {
        padding-bottom: 28px !important;
        padding-top: 96px !important;
    }

    .asco-temp-page .asco-temp-hero-panel {
        padding: 20px 18px;
    }

    .asco-temp-page .asco-temp-hero h1 {
        font-size: 30px;
    }

    .asco-temp-page .asco-temp-notice-inner {
        align-items: flex-start;
        gap: 6px;
        padding-bottom: 7px !important;
        padding-top: 7px !important;
        width: calc(100% - 24px);
    }

    .asco-temp-page .asco-temp-notice span {
        font-size: 10px;
        padding: 5px 8px;
    }

    .asco-temp-page .asco-temp-notice p {
        font-size: 12.5px;
        line-height: 1.32;
    }
}

/* Warning signs section refinement */
.asco-temp-page .asco-temp-symptoms {
    background: #fbfbfb;
}

.asco-temp-page .asco-temp-symptoms .asco-temp-section-heading {
    margin-bottom: 34px;
    max-width: 790px;
}

.asco-temp-page .asco-temp-section-heading .asco-temp-section-eyebrow {
    color: #D81F3F;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.asco-temp-page .asco-temp-warning-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1040px;
}

.asco-temp-page .asco-temp-warning-card {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    border-top: 4px solid #D81F3F;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 22px 24px;
}

.asco-temp-page .asco-temp-warning-card h3 {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 14px;
}

.asco-temp-page .asco-temp-warning-card ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.asco-temp-page .asco-temp-warning-card li {
    align-items: flex-start;
    color: #4f5356;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    gap: 9px;
    line-height: 1.45;
}

.asco-temp-page .asco-temp-warning-card svg,
.asco-temp-page .asco-temp-warning-note svg {
    background: rgba(216, 31, 63, 0.09);
    border-radius: 999px;
    color: #D81F3F;
    fill: none;
    flex: 0 0 20px;
    height: 20px;
    margin-top: 1px;
    padding: 4px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    width: 20px;
}

.asco-temp-page .asco-temp-warning-note {
    align-items: center;
    background: #fff;
    border: 1px solid #ededed;
    border-left: 4px solid #D81F3F;
    border-radius: 4px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.04);
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 22px auto 0;
    max-width: 880px;
    padding: 16px 20px;
}

.asco-temp-page .asco-temp-warning-note p {
    color: #3b3b3b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .asco-temp-page .asco-temp-symptoms .asco-temp-section-heading {
        margin-bottom: 26px;
    }

    .asco-temp-page .asco-temp-warning-grid {
        gap: 16px;
        grid-template-columns: 1fr;
    }

    .asco-temp-page .asco-temp-warning-card {
        padding: 20px;
    }

    .asco-temp-page .asco-temp-warning-note {
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 18px;
        padding: 15px 16px;
    }

    .asco-temp-page .asco-temp-warning-note p {
        text-align: left;
    }
}
