.country-overview-page {
    --cop-bg: #f6f3ec;
    --cop-beige: #ecdfbf;
    --cop-card: #f4f6f4;
    --cop-white: #ffffff;
    --cop-text: #314647;
    --cop-heading: #263d3e;
    --cop-muted: #6b7d7e;
    --cop-border: #d7e3df;
    --cop-red: #bb1f2f;
    --cop-red-dark: #981724;
    --cop-green: #1fa89c;
    --cop-green-dark: #14877d;
    --cop-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    background: var(--cop-bg);
    color: var(--cop-text);
}

.country-overview-page * {
    box-sizing: border-box;
}

.country-overview-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* .cop-container {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
} */

.cop-container.ast-container {
    width: 100%;
    display: block;
}

/* 
.cop-container--narrow {
    width: min(100%, 1180px);
} */

/* Hero */

.cop-hero {
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    padding: 120px 0;
}

.cop-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg,
            rgba(22, 40, 44, 0.80) 0%,
            rgba(35, 57, 62, 0) 100%);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    mask-image: linear-gradient(to right,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 31%,
            rgba(0, 0, 0, 0) 57%);
    -webkit-mask-image: linear-gradient(to right,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 31%,
            rgba(0, 0, 0, 0) 57%);
}

.cop-hero__content {
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    align-items: flex-end;
    gap: var(--teflie-space-md);
}

.cop-hero__content-details {
    flex: 0 0 55%;
}

.cop-hero__content .hero-banner-accreditation {
    flex: 0 0 45%;
}

.cop-hero__title {
    margin: 0 0 1rem;
    font-size: clamp(44px, 5vw, 64px);
    line-height: 0.96;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
}

.cop-hero__subtitle {
    margin-bottom: 1.5rem;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.96);
}

.cop-hero__text {
    max-width: 540px;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.42;
    color: rgba(255, 255, 255, 0.95);
}

.cop-hero__text p {
    margin: 0;
}

.cop-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
}

.cop-hero-stats {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
}

.cop-hero-stats__title {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.86);
}

.cop-hero-stats__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.cop-hero-stat {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 120px;
}

.cop-hero-stat__icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.cop-hero-stat__value {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
}

.cop-hero-stat__label {
    font-size: 10px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.88);
}

.cop-hero__content-details .hero-banner-text__footer {
    margin-top: var(--teflie-space-md);
    display: flex;
    align-items: center;
    gap: var(--teflie-space-xs);
    color: var(--teflie-white);
}

.cop-hero__content-details .google-review {
    display: flex;
    align-items: center;
    gap: var(--teflie-space-xs);
    color: var(--teflie-white);
    line-height: 1.25;
    padding-right: 10px;
    font-size: 20px;
}

.cop-hero__content-details .google-review img {
    width: 32px;
}

.cop-hero__content-details .google-review:hover,
.cop-hero__content-details .google-review:active {
    color: var(--teflie-white);
}

.cop-hero__content-details .google-review__count {
    position: relative;
    margin-left: var(--teflie-space-xs);
}

.cop-hero__content-details .google-review__count::before {
    content: ".";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-70%);
}

.cop-hero__content .hero-banner-accreditation .accreditation-text,
.cop-hero__content .hero-banner-accreditation .accreditation-text-bottom {
    line-height: 1.5;
    font-size: 16px;
    color: var(--teflie-white);
    font-weight: var(--teflie-font-weight-regular);
}

.cop-hero__content .hero-banner-accreditation .accreditation-text {
    margin-bottom: var(--teflie-space-sm);
}

.cop-hero__content .hero-banner-accreditation .accreditation-text-bottom {
    margin-top: var(--teflie-space-sm);
}

.cop-hero__content .hero-banner-accreditation .accreditation-logos {
    display: inline-flex;
    align-items: center;
    gap: var(--teflie-space-sm);
}

.cop-hero__content .hero-banner-accreditation .accreditation-logo img {
    max-height: 200px;
    object-fit: contain;
}

.country-overview-page--child .cop-hero {
    min-height: 420px;
    padding: 60px 0 64px;
}

.country-overview-page--child .cop-hero__title {
    font-size: clamp(34px, 4vw, 48px);
}

.country-overview-page--child .cop-hero__subtitle {
    font-size: clamp(16px, 2vw, 22px);
}

/* Hero responsive */
@media (max-width: 767px) {
    .cop-hero {
        min-height: 520px;
        padding: 58px 0 72px;
    }

    .cop-hero__content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cop-hero__content-details,
    .cop-hero__content .hero-banner-accreditation {
        flex: 0 0 100%;
        width: 100%;
    }

    .cop-hero__content .hero-banner-accreditation {
        margin-top: var(--teflie-space-md);
    }

    .cop-hero__content .hero-banner-accreditation .accreditation-logo img {
        max-height: 70px;
    }

    .cop-hero__content-details .hero-banner-text__footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .cop-hero__content-details .google-review {
        padding-right: 0;
    }

    .cop-hero__title {
        font-size: 40px;
    }

    .cop-hero__subtitle {
        font-size: 20px;
    }

    .cop-hero__buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .cop-btn--primary,
    .cop-btn--ghost {
        width: 100%;
        max-width: 280px;
    }
}

/* Body */

.cop-body {
    background: var(--cop-bg);
    padding: 50px 0 0;
}

.cop-section-title {
    margin: 0 0 16px;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 600;
    color: var(--cop-heading);
}

.cop-section-title--center {
    text-align: center;
}

.cop-section-intro {
    max-width: 760px;
    margin: 0 0 22px;
    font-size: 13px;
    line-height: 1.58;
    color: var(--cop-muted);
}

.cop-section-intro--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cop-section-button {
    margin-top: 18px;
    text-align: center;
}

/* Why section */

.cop-why {
    margin-bottom: 44px;
}

.cop-why .cop-section-title {
    font-size: 36px;
    margin-bottom: 14px;
}

.cop-why__list {
    display: grid;
    gap: 0;
}

.cop-why-item ul {
    margin-left: 20px;
}

.cop-why-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: flex-start;
    padding: 22px 0;
    border-bottom: 1px solid var(--cop-border);
}

.cop-why-item li {
    list-style: disc;
}

.cop-why-item__title {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--cop-heading);
    cursor: pointer;
}

.cop-why-item__text {
    font-size: 18px;
    line-height: 1.5;
    color: var(--cop-muted);
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.3s ease;
}

.cop-why-item__text p {
    margin: 0;
}

.cop-why-item__text p+p {
    margin-top: 8px;
}

.cop-why-item.is-expanded .cop-why-item__text {
    max-height: none;
    opacity: 1;
}

.cop-why-item.is-static .cop-why-item__action {
    display: none;
}

.cop-why-item__action {
    flex-shrink: 0;
}

.cop-why-item__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #cfe9e3;
    color: var(--cop-heading);
    cursor: pointer;
    transition: background 0.2s ease;
}

.cop-why-item__cta:hover {
    background: #bfe0d8;
}

.cop-why-item__cta-icon {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
}

.cop-why-item__cta-icon::before,
.cop-why-item__cta-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    border-radius: 2px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* horizontal bar — always visible */
.cop-why-item__cta-icon::before {
    width: 14px;
    height: 2px;
    transform: translate(-50%, -50%);
}

/* vertical bar — collapses when expanded, turning + into − */
.cop-why-item__cta-icon::after {
    width: 2px;
    height: 14px;
    transform: translate(-50%, -50%);
}

.cop-why-item.is-expanded .cop-why-item__cta-icon::after {
    transform: translate(-50%, -50%) scaleY(0);
    opacity: 0;
}

.cop-why-item.is-expanded .cop-why-item__text {
    -webkit-line-clamp: unset;
    max-height: none;
}

/* Responsive */
@media (max-width: 767px) {
    .cop-why-item {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .cop-why-item__action {
        justify-self: start;
        margin: 0;
    }
}

/* ===== Trusted & Accredited ===== */

.cop-trusted {
    margin-bottom: 50px;
    background: var(--cop-beige);
    padding: 50px 0;
}

.cop-trusted__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 440px);
    gap: 48px;
    align-items: stretch;
}

.cop-trusted .cop-section-title {
    margin: 0 0 16px;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: 500;
    color: var(--cop-heading);
}

.cop-trusted .cop-section-title strong,
.cop-trusted .cop-section-title b {
    font-weight: 700;
}

.cop-trusted__text {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.6;
    color: var(--cop-text);
}

.cop-trusted__text p {
    margin: 0 0 10px;
}

.cop-trusted__text p:last-child {
    margin-bottom: 0;
}

.cop-trusted__label {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    color: var(--cop-heading);
}

.cop-trusted__points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 560px;
}

.cop-trusted-point {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 16px;
    border-radius: 12px;
    background: linear-gradient(to right, var(--teflie-light-blue-transparent) 0%, rgba(177, 227, 228, 0) 100%);
}

.cop-trusted-point__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cop-trusted-point__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.cop-trusted-point__text {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--cop-heading);
}

.cop-trusted__image-wrap {
    align-self: stretch;
}

.cop-trusted__image {
    width: 100%;
    height: 450px !important;
    object-fit: cover;
    border-radius: 18px;
}

/* Responsive */
@media (max-width: 900px) {
    .cop-trusted__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .cop-trusted__image {
        height: 320px;
        min-height: 0;
    }
}

@media (max-width: 600px) {
    .cop-trusted__points {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
}

/* Comparison */

.cop-comparison {
    margin-bottom: 44px;
}

.cop-comparison-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--cop-border);
    border-radius: 16px;
    background: var(--cop-white);
    box-shadow: var(--cop-shadow);
    -webkit-overflow-scrolling: touch;
}

.cop-comparison-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
    background: var(--cop-white);
    margin: 0;
}

.cop-comparison-table thead th {
    background: #b9d8d1;
    color: #2D3F40;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    padding: 16px 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.55);
    border-bottom: 1rem;
}

.cop-comparison-table thead th:last-child {
    border-right: 0;
}

.cop-comparison-table tbody td {
    padding: 18px 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #374343;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid var(--cop-border);
    border-right: 1px solid #eef2f0;
}

.cop-comparison-table tbody td:last-child {
    border-right: 0;
}

.cop-comparison-table__country {
    font-size: 18px !important;
    font-weight: 700;
    color: #2D3F40 !important;
}

.cop-comparison-table__cta {
    white-space: nowrap;
}

.cop-comparison-table__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 999px;
    background: #fbe6bd;
    color: #7a6326;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s ease;
}

.cop-comparison-table__btn:hover {
    background: #f6dca0;
    color: #7a6326;
}

.cop-comparison__bottom {
    margin-top: 20px;
    text-align: center;
}

.cop-comparison-table thead th:nth-child(2),
.cop-comparison-table tbody td:nth-child(2) {
    width: 12%;
    max-width: 130px;
}

.cop-comparison-table__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    /* was 8px 18px */
    border-radius: 999px;
    background: #fbe6bd;
    color: #7a6326;
    font-size: 14px;
    /* was 12px */
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}

.cop-comparison-table__btn:hover {
    background: var(--cop-green);
    color: #fff;
}

/* Cities */

/* Featured Cities */

.cop-cities {
    margin-bottom: 60px;
}

.cop-cities .cop-section-title {
    margin-bottom: 14px;
    text-align: center;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 600;
    color: #2f4647;
}

.cop-cities .cop-section-intro {
    max-width: 1120px;
    margin: 0 auto 38px;
    text-align: center;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    color: var(--teflie-text-primary);
}

.cop-cities__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.cop-city-card {
    position: relative;
    min-height: 400px;
    border-radius: 16px;
    overflow: hidden;
    background: #d9d9d9;
}

.cop-city-card__image-wrap {
    position: absolute;
    inset: 0;
}

.cop-city-card__image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.cop-city-card__link:hover .cop-city-card__image {
    transform: scale(1.03);
}

.cop-city-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 22px 22px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 34%,
            rgba(0, 0, 0, 0.10) 50%,
            rgba(0, 0, 0, 0.42) 72%,
            rgba(0, 0, 0, 0.74) 100%);
    color: #fff;
    transition: background 0.35s ease;
}

.cop-city-card:hover .cop-city-card__overlay {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 8%,
            rgba(0, 0, 0, 0.35) 35%,
            rgba(0, 0, 0, 0.65) 62%,
            rgba(0, 0, 0, 0.85) 100%);
}

.cop-city-card__title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.cop-city-card__text {
    display: block;
    max-height: 0;
    margin-bottom: 0;
    opacity: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    transition: max-height 0.45s ease-in-out, opacity 0.4s ease-in-out, margin-bottom 0.4s ease-in-out;
}

.cop-city-card:hover .cop-city-card__text {
    max-height: 200px;
    margin-bottom: 10px;
    opacity: 1;
}

.cop-city-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 38px;
    border-radius: 999px;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(98, 98, 98, 0.55) 0%, rgba(42, 42, 42, 0.72) 100%);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 8px 20px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    transition: transform 0.2s ease;
}

.cop-city-card__link:hover .cop-city-card__button {
    transform: translateY(-1px);
}

/* Journey Section */

.journey-section {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center -50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.journey-section::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(180deg, #faf7f0 26.82%, rgba(255, 251, 243, 0) 100%);
}

.journey-section::after {
    content: "";
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, #0E1615 32.72%, rgba(14, 22, 21, 0.538294) 55%, rgba(14, 22, 21, 0) 100%);
}

.journey-section .ast-container {
    z-index: 2;
    padding: 40px 0 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* Tablet */
@media (max-width: 1200px) {
    .cop-cities__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .cop-cities__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* .cop-city-card,
    .cop-city-card__link {
        min-height: 360px;
    } */
}

.cop-city-card__overlay .teflie-btn {
    width: 100%;
}

/* Mobile: horizontal slider */
@media (max-width: 767px) {
    .cop-cities {
        margin-bottom: 40px;
    }

    .cop-cities .cop-section-title {
        margin-bottom: 14px;
    }

    .cop-cities .cop-section-intro {
        margin-bottom: 24px;
        font-size: 14px;
    }

    .cop-cities__grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
        /* let the row bleed to the screen edges, then sit inside the container */
        margin-inline: -18px;
        padding-inline: 18px;
        scroll-padding-left: 18px;
    }

    /* hide the scrollbar for a cleaner slider */
    .cop-cities__grid {
        scrollbar-width: none;
    }

    .cop-cities__grid::-webkit-scrollbar {
        display: none;
    }

    .cop-city-card {
        flex: 0 0 80%;
        /* one card + a peek of the next */
        scroll-snap-align: start;
        min-height: 360px;
    }

    .cop-city-card__overlay {
        padding: 0 20px 20px;
    }

    .cop-city-card__title {
        font-size: 16px;
    }

    .cop-city-card__button {
        width: 145px;
        height: 36px;
        font-size: 14px;
    }
}

/* Steps */

.cop-steps {
    margin-bottom: 60px;
}

@media screen and (min-width:769px) {
    .cop-steps {
        padding: 50px 0;
    }
}

.cop-steps__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    position: relative;
}

.cop-steps__grid:after {
    content: "";
    background: no-repeat;
    width: 75%;
    height: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    border: 1px dashed #AFADAA;
    z-index: 0;
}

.cop-step {
    text-align: center;
}

.cop-step__icon {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.cop-step__icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.cop-step__title {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #2B2D42;
}

.cop-step__text {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    color: #2B2D42;
}

.cop-step__text p:last-child {
    margin-bottom: 0;
}

/* Report */

.cop-report {
    margin-bottom: 60px;
}

.cop-report__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 500px;
    gap: 0;
    align-items: center;
    background: #daf2ea;
    border-radius: 18px;
    padding: 24px;
}

.cop-report__text {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.54;
    color: var(--cop-text);
}

.cop-report__image {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

/* ===== Stories  ===== */

#city-stories-section {
    margin-top: 5rem;
}

.city-stories__row {
    display: flex;
    align-items: center;
    gap: var(--teflie-space-xl);
}

.city-stories__intro {
    flex: 0 0 32%;
}

.city-stories__title {
    margin: 0 0 14px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
    color: #243d3f;
}

.city-stories__title strong,
.city-stories__title b {
    font-weight: 700;
}

.city-stories__text {
    margin: 0 0 22px;
    max-width: 320px;
    font-size: 15px;
    line-height: 1.5;
    color: #425456;
}

.city-stories__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.city-stories__cta img {
    width: 14px;
    height: auto;
}

.city-stories__slider-wrap {
    flex: auto;
    min-width: 0;
    overflow: hidden;
}

.city-story-card {
    position: relative;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
}

.city-story-card__overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.city-story-card__title {
    margin: 0;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
}

.city-story-card__btn {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 22px;
    border-radius: 999px;
    background: #fff;
    color: #243d3f;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.city-story-card__btn:hover {
    background: #1fa79b;
    color: #fff;
}

.city-stories__arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--teflie-space-sm);
    margin-top: var(--teflie-space-lg);
}

.city-stories__arrows button {
    background: none;
    cursor: pointer;
    padding: 0;
    width: 40px;
    position: relative;
    left: auto;
    right: auto;
    opacity: 1;
    transition: all 0.3s ease;
}

.city-stories__arrows button img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.city-stories__arrows button.splide__arrow--prev img {
    transform: rotate(180deg);
}

.city-stories__arrows button.disabled,
.city-stories__arrows button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.splide__pagination.city-stories__pagination {
    position: static;
    justify-content: flex-start;
    margin: 1rem 0 0;
    padding: 0;
}

.splide__pagination.city-stories__pagination .splide__pagination__page {
    background: #00000026;
}

.splide__pagination.city-stories__pagination .splide__pagination__page.is-active {
    background: #1fa79b;
    transform: none;
}

@media (max-width: 768px) {
    .city-stories__row {
        flex-direction: column;
        align-items: stretch;
        gap: var(--teflie-space-lg);
    }

    .city-stories__intro {
        flex: none;
        text-align: center;
    }

    .city-stories__text {
        margin-left: auto;
        margin-right: auto;
    }

    .city-stories__cta {
        justify-content: center;
    }
}

/* Graduates */

.city-section.city-graduates {
    margin-top: 70px;
    background-position: top center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.city-graduates-intro {
    margin-top: 0;
}

.city-graduates__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.city-graduate-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.city-graduate-card__image {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.city-graduate-card__overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(15, 19, 21, 0.82) 100%);
    color: #fff;
}

.city-graduate-card__name {
    font-size: 18px;
    font-weight: 700;
}

.city-graduate-card__play {
    position: absolute;
    right: 2rem;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
}

.city-graduate-card__play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #1d2325;
}

.city-section {
    margin-bottom: 50px;
}

.city-section-title {
    font-size: 36px;
    font-weight: 500;
    color: #2D4040;
}

.city-section-title--center {
    text-align: center;
}

.city-section-intro {
    max-width: 680px;
    font-size: 16px;
    line-height: 1.25;
    margin-top: 1rem;
}

.city-section-intro--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.city-section-intro--center p {
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .city-graduates__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .city-graduates__grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .slider-container {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 10px;
    }

    .slider-container::-webkit-scrollbar {
        display: none;
    }

    .slider-item {
        flex: 0 0 90%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        flex-shrink: 0;
    }
}

/* FAQ */

.cop-faq {
    margin-bottom: 54px;
}

.cop-faq__list {
    max-width: 720px;
    margin: 0 auto;
    display: grid;
    gap: 10px;
}

.cop-faq-item {
    background: #f4ddb0;
    border-radius: 12px;
    overflow: hidden;
}

.cop-faq-item__toggle {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-align: left;
    cursor: pointer;
    font: inherit;
    color: inherit;
}

.cop-faq-item__question {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--cop-heading);
}

.cop-faq-item__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.cop-faq-item__icon::before,
.cop-faq-item__icon::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 3px;
    width: 12px;
    height: 2px;
    background: var(--cop-heading);
    transition: transform 0.2s ease;
}

.cop-faq-item__icon::after {
    transform: rotate(90deg);
}

.cop-faq-item.is-open .cop-faq-item__icon::after {
    transform: rotate(0deg);
}

.cop-faq-item__answer {
    padding: 0 18px 16px;
}

.cop-faq-item__answer-inner {
    font-size: 11px;
    line-height: 1.52;
    color: var(--cop-text);
}

.cop-faq-item__answer-inner p:last-child {
    margin-bottom: 0;
}

/* Bottom CTA */

.cop-bottom-cta {
    background-color: #d9efe8;
    background-size: cover;
    background-position: center center;
    padding: 42px 0 54px;
}

.cop-bottom-cta__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
}

.cop-bottom-cta__title {
    margin: 0;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: var(--cop-heading);
}

/* Child pages (city style) */

.country-overview-page--child .cop-hero {
    min-height: 420px;
    padding: 60px 0 64px;
}

.country-overview-page--child .cop-hero__title {
    font-size: clamp(34px, 4vw, 48px);
}

.country-overview-page--child .cop-hero__subtitle {
    font-size: clamp(16px, 2vw, 22px);
}

/* Responsive */

@media (max-width: 1024px) {

    .cop-trusted__grid,
    .cop-report__grid {
        grid-template-columns: 1fr;
    }

    .cop-cities__grid,
    .cop-stories__grid,
    .cop-graduates__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .cop-why-item {
        grid-template-columns: 1fr;
    }

    .cop-stories__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {

    .cop-container,
    .cop-container--narrow {
        padding-left: 18px;
        padding-right: 18px;
    }

    .cop-page-top {
        padding: 14px 0 10px;
    }

    .cop-hero {
        min-height: 520px;
        padding: 58px 0 72px;
    }

    .cop-hero__title {
        font-size: 40px;
    }

    .cop-hero__subtitle {
        font-size: 20px;
    }

    .cop-hero__buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .cop-btn--primary,
    .cop-btn--ghost {
        width: 100%;
        max-width: 280px;
    }

    .cop-trusted__grid,
    .cop-report__grid,
    .cop-cities__grid,
    .cop-stories__grid,
    .cop-graduates__grid,
    .cop-steps__grid {
        grid-template-columns: 1fr;
    }

    .cop-trusted__points {
        grid-template-columns: 1fr;
    }

    img.faq-sparkle,
    .cop-steps__grid:after {
        display: none;
    }

    .journey-section {
        height: auto;
        padding: 40px 20px 140px;
        justify-content: center;
        align-items: center;
        background-size: 300%;
        background-position: bottom;
    }

    .journey-section::after {
        display: none;
    }

    .journey-section .ast-container {
        padding: 0;
        text-align: center;
    }

    .journey-section .teflie-btn {
        width: 50%;
        margin-top: 20px;
    }

    .cop-city-card__overlay {
        justify-content: flex-end;
        gap: 8px;
        padding: 0 20px 20px;
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0) 8%,
                rgba(0, 0, 0, 0.35) 35%,
                rgba(0, 0, 0, 0.65) 62%,
                rgba(0, 0, 0, 0.85) 100%);
    }

    .cop-comparison-table {
        min-width: 1100px;
    }

    .cop-comparison-table thead th,
    .cop-comparison-table tbody td {
        padding: 14px 16px;
        font-size: 14px;
    }

    .cop-comparison-table tbody td {
        min-width: 150px;
    }
}