@charset "UTF-8";
/* Country service landing CSS. Extracted from ta-service.css for dachi/zagorod page. */

/* ===================================
   Country service landing
   =================================== */

.country-landing {
    overflow: hidden;
    background:
        radial-gradient(ellipse at 12% 0%, rgba(121, 148, 77, 0.14), transparent 34%),
        linear-gradient(180deg, #f7f6ef 0%, #fff 30%, #f6f2e8 100%);
    color: #15170f;
}

.country-hero {
    position: relative;
    isolation: isolate;
    padding: 158px 0 74px;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 16% 18%, rgba(246, 179, 77, 0.34), transparent 32%),
        radial-gradient(ellipse at 84% 10%, rgba(114, 145, 72, 0.34), transparent 34%),
        linear-gradient(132deg, #162012 0%, #213019 46%, #594229 100%);
    color: #fff;
}

.country-hero::before,
.country-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.country-hero::before {
    z-index: 0;
    background:
        radial-gradient(circle at 14% 32%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 100%),
        repeating-linear-gradient(118deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 92px);
    opacity: 0.7;
}

.country-hero::after {
    z-index: 1;
    background:
        linear-gradient(110deg, transparent 0 58%, rgba(255, 255, 255, 0.08) 58.2% 58.6%, transparent 58.8% 100%),
        linear-gradient(180deg, rgba(22, 32, 18, 0), rgba(22, 32, 18, 0.58));
}

.country-hero__glow {
    position: absolute;
    z-index: 1;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(2px);
}

.country-hero__glow--sun {
    right: 7%;
    bottom: 16%;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(246, 179, 77, 0.32);
    box-shadow: 0 0 90px rgba(246, 179, 77, 0.16);
}

.country-hero__glow--leaf {
    left: 42%;
    top: 14%;
    width: 96px;
    height: 96px;
    background: rgba(126, 156, 79, 0.22);
}

.country-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
    gap: 42px;
    align-items: center;
}

.country-hero__copy {
    max-width: 850px;
}

.country-hero__side {
    display: grid;
    gap: 18px;
}

.country-visual-card {
    position: relative;
    min-height: 350px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 36px;
    background: #172012;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.country-visual-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 12%, rgba(246, 179, 77, 0.22), transparent 32%),
        linear-gradient(180deg, rgba(22, 32, 18, 0), rgba(22, 32, 18, 0.34));
    pointer-events: none;
}

.country-visual-card img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
}

.country-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #f4bd5b;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.country-eyebrow::before {
    content: '';
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
}

.country-hero__title {
    max-width: 880px;
    margin: 0;
    font-size: clamp(42px, 5.6vw, 78px);
    line-height: 0.96;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.country-hero__lead {
    max-width: 710px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 22px;
    line-height: 1.58;
}

.country-hero__actions,
.country-hero__chips,
.country-strip__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.country-hero__actions {
    margin-top: 32px;
}

.country-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 16px;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.country-button:hover {
    transform: translateY(-2px);
}

.country-button--primary {
    background: linear-gradient(180deg, #ffd06d 0%, #f2a83d 100%);
    color: #17130a;
    box-shadow: 0 18px 40px rgba(242, 168, 61, 0.28);
}

.country-button--ghost {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.country-button--dark {
    background: #172012;
    color: #fff;
}

.country-hero__chips {
    margin-top: 26px;
}

.country-hero__chips span,
.country-strip__inner span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
}

.country-hero__chips span {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.9);
}

.country-route-card {
    position: relative;
    z-index: 2;
    margin: -82px 26px 0;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(23, 32, 18, 0.92), rgba(23, 32, 18, 0.76)),
        rgba(23, 32, 18, 0.84);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.country-route-card__top,
.country-route-card__row {
    display: grid;
    align-items: center;
}

.country-route-card__top {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 0 0 18px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.country-route-card__top strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 32px;
    border-radius: 10px;
    background: rgba(246, 179, 77, 0.18);
    color: #f4bd5b;
}

.country-route-card__rows {
    display: grid;
    gap: 12px;
}

.country-route-card__row {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    min-height: 72px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
    color: #fff;
    text-decoration: none;
}

.country-route-card__row:hover {
    background: rgba(255, 255, 255, 0.09);
}

.country-route-card__row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 42px;
    border-radius: 14px;
    background: #f2a83d;
    color: #15170f;
    font-weight: 900;
}

.country-route-card__row strong {
    display: block;
    font-size: 19px;
    line-height: 1.18;
}

.country-strip {
    position: relative;
    z-index: 2;
    margin-top: -26px;
    padding: 0 0 32px;
}

.country-strip__inner {
    justify-content: center;
    padding: 18px;
    border: 1px solid rgba(21, 23, 15, 0.06);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(41, 47, 25, 0.1);
}

.country-strip__inner span {
    background: #f7f3e7;
    color: #3b422f;
}

.country-directions,
.country-plan,
.country-scenarios,
.country-proof {
    padding: 58px 0;
}

.country-section-head {
    max-width: 840px;
    margin: 0 0 32px;
}

.country-section-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.country-section-head h2,
.country-cta h2 {
    margin: 0;
    color: #15170f;
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.country-section-head p {
    margin: 18px 0 0;
    color: #58604b;
    font-size: 20px;
    line-height: 1.6;
}

.country-directions__showcase {
    display: grid;
    grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
    gap: 22px;
    align-items: stretch;
}

.country-road-panel {
    position: relative;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 32px;
    background: #172012;
    box-shadow: 0 22px 54px rgba(41, 47, 25, 0.11);
}

.country-road-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 16% 14%, rgba(246, 179, 77, 0.22), transparent 28%),
        linear-gradient(180deg, transparent 42%, rgba(22, 32, 18, 0.74));
    pointer-events: none;
}

.country-road-panel img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
}

.country-road-panel figcaption {
    position: absolute;
    z-index: 2;
    left: 26px;
    right: 26px;
    bottom: 24px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.52;
}

.country-directions__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.country-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 370px;
    padding: 26px;
    border: 1px solid rgba(21, 23, 15, 0.07);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
        #fff;
    box-shadow: 0 22px 54px rgba(41, 47, 25, 0.08);
}

.country-card__label {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
    min-width: 62px;
    height: 44px;
    margin: 0;
    padding: 0 14px;
    border-radius: 14px;
    background: #172012;
    color: #f4bd5b;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.country-card h3 {
    margin: 0;
    color: #15170f;
    font-size: 30px;
    line-height: 1.08;
}

.country-card em {
    display: block;
    margin: -8px 0 0;
    color: #8b6b25;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

.country-card p {
    margin: 0;
    color: #58604b;
    font-size: 17px;
    line-height: 1.62;
}

.country-card a {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: auto;
    border-radius: 14px;
    background: #172012;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.country-plan {
    background:
        radial-gradient(ellipse at 10% 20%, rgba(246, 179, 77, 0.14), transparent 26%),
        #fff;
}

.country-plan__grid,
.country-proof__grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
    gap: 34px;
    align-items: start;
}

.country-section-head--sticky {
    position: sticky;
    top: 130px;
    padding: 34px;
    border-radius: 32px;
    background: #172012;
    color: #fff;
}

.country-section-head--sticky h2 {
    color: #fff;
}

.country-section-head--sticky p {
    color: rgba(255, 255, 255, 0.76);
}

.country-plan__steps {
    display: grid;
    gap: 18px;
}

.country-step {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 22px;
    padding: 28px;
    border: 1px solid rgba(21, 23, 15, 0.07);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(41, 47, 25, 0.06);
}

.country-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffd06d 0%, #f2a83d 100%);
    color: #15170f;
    font-size: 18px;
    font-weight: 900;
}

.country-step h3,
.country-scenario h3 {
    margin: 0;
    color: #15170f;
    font-size: 28px;
    line-height: 1.12;
}

.country-step p,
.country-scenario p {
    margin: 14px 0 0;
    color: #58604b;
    font-size: 17px;
    line-height: 1.62;
}

.country-scenarios__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.country-scenario {
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(139, 107, 37, 0.12);
    box-shadow: 0 20px 46px rgba(41, 47, 25, 0.07);
}

.country-scenario__media {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #172012;
}

.country-scenario__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(22, 32, 18, 0), rgba(22, 32, 18, 0.18));
    pointer-events: none;
}

.country-scenario__media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.country-scenario__body {
    padding: 24px 26px 28px;
}

.country-proof {
    background: #f7f6ef;
}

.country-proof__main,
.country-proof__list {
    border-radius: 32px;
}

.country-proof__main {
    padding: 34px;
    background:
        radial-gradient(ellipse at 18% 8%, rgba(246, 179, 77, 0.18), transparent 32%),
        #172012;
    color: #fff;
}

.country-proof__main h2 {
    margin: 0;
    color: #fff;
    font-size: 36px;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.country-proof__main p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.62;
}

.country-proof__list {
    display: grid;
    gap: 14px;
}

.country-proof__list div {
    position: relative;
    padding: 24px 24px 24px 58px;
    border: 1px solid rgba(21, 23, 15, 0.07);
    border-radius: 24px;
    background: #fff;
    color: #303822;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.45;
    box-shadow: 0 14px 34px rgba(41, 47, 25, 0.06);
}

.country-proof__list div::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 26px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f2a83d;
    box-shadow: 0 0 0 7px rgba(242, 168, 61, 0.14);
}

.country-cta {
    padding: 16px 0 62px;
}

.country-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px;
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(246, 179, 77, 0.22), transparent 38%),
        #fff;
    box-shadow: 0 24px 60px rgba(41, 47, 25, 0.1);
}

.country-cta h2 {
    max-width: 760px;
    font-size: 32px;
}

.country-cta .country-hero__actions {
    flex-shrink: 0;
    margin-top: 0;
}

.angel-faq--country {
    padding-top: 26px;
    background: #f7f6ef;
}

@media screen and (max-width: 1140px) {
    .country-hero {
        padding: 126px 0 58px;
    }

    .country-hero__grid,
    .country-plan__grid,
    .country-proof__grid,
    .country-directions__showcase {
        grid-template-columns: 1fr;
    }

    .country-hero__side {
        max-width: 620px;
    }

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

    .country-road-panel img {
        min-height: 420px;
    }

    .country-section-head--sticky {
        position: relative;
        top: auto;
    }

    .country-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .country-hero {
        padding: 96px 0 42px;
    }

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

    .country-hero__lead,
    .country-section-head p {
        font-size: 18px;
    }

    .country-route-card,
    .country-visual-card,
    .country-road-panel,
    .country-card,
    .country-section-head--sticky,
    .country-step,
    .country-scenario,
    .country-proof__main,
    .country-proof__list div,
    .country-cta__inner {
        padding: 22px;
        border-radius: 24px;
    }

    .country-visual-card,
    .country-visual-card img {
        min-height: 230px;
    }

    .country-route-card {
        margin: -42px 14px 0;
    }

    .country-road-panel img {
        min-height: 320px;
    }

    .country-road-panel figcaption {
        left: 18px;
        right: 18px;
        bottom: 18px;
        font-size: 16px;
    }

    .country-directions__grid,
    .country-scenarios__grid {
        grid-template-columns: 1fr;
    }

    .country-card {
        min-height: 0;
    }

    .country-card a {
        margin-top: 22px;
    }

    .country-step {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .country-section-head h2 {
        font-size: 31px;
    }

    .country-cta h2,
    .country-proof__main h2 {
        font-size: 28px;
    }

    .country-button,
    .country-hero__actions {
        width: 100%;
    }
}
