

/* Start:/bitrix/templates/universesite_s1/services-landing.css?17872462959215*/
/* GoInSpain — services hub landing */

body:has(.goinspain-services-landing) .intec-template-title {
    display: none !important;
}

.goinspain-services-landing {
    --svc-red: #c8102e;
    --svc-ink: #1a1d24;
    --svc-muted: #5f6673;
    --svc-line: #e8ebf0;
    --svc-panel: #ffffff;
    --svc-bg: #f7f8fa;
    --svc-shadow: 0 18px 50px rgba(26, 29, 36, 0.08);
    --svc-radius: 18px;
    --svc-ease: cubic-bezier(0.22, 1, 0.36, 1);
    padding-bottom: 56px;
}

.services-page {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.services-section-label {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--svc-red);
}

.services-section-label--light {
    color: rgba(255, 255, 255, 0.78);
}

.services-heading {
    margin: 0 0 22px;
    color: var(--svc-ink);
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
}

/* Hero */
.services-hero {
    position: relative;
    overflow: hidden;
    min-height: 440px;
    border-radius: calc(var(--svc-radius) + 6px);
    background:
        linear-gradient(118deg, rgba(17, 20, 26, 0.9) 0%, rgba(26, 12, 16, 0.7) 46%, rgba(200, 16, 46, 0.38) 100%),
        var(--services-hero-image) center / cover no-repeat;
    color: #fff;
    box-shadow: var(--svc-shadow);
}

.services-hero__shade {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 16%, rgba(255, 196, 86, 0.16), transparent 28%),
        radial-gradient(circle at 10% 90%, rgba(200, 16, 46, 0.26), transparent 36%);
    pointer-events: none;
}

.services-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    padding: 56px 44px;
}

.services-hero__brand {
    margin: 0 0 14px;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
}

.services-hero__brand::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    margin-top: 14px;
    background: var(--svc-red);
}

.services-hero__title {
    margin: 0 0 16px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.services-hero__lead {
    margin: 0 0 28px;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.55;
}

.services-hero__actions,
.services-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.services-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none !important;
    transition: transform 0.2s var(--svc-ease), background 0.2s var(--svc-ease), color 0.2s var(--svc-ease), border-color 0.2s var(--svc-ease);
}

.services-btn:hover {
    transform: translateY(-1px);
}

.services-btn--solid {
    background: var(--svc-red);
    color: #fff !important;
}

.services-btn--solid:hover {
    background: #b40e29;
}

.services-btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.42);
    color: #fff !important;
    background: rgba(255, 255, 255, 0.06);
}

.services-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.14);
}

.services-btn--light {
    background: #fff;
    color: var(--svc-ink) !important;
}

.services-btn--ghost-light {
    border: 1px solid rgba(255, 255, 255, 0.38);
    color: #fff !important;
    background: transparent;
}

/* Actual 2026 */
.services-actual__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.services-actual-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 188px;
    padding: 22px 22px 24px;
    border: 1px solid var(--svc-line);
    border-radius: var(--svc-radius);
    background: var(--svc-panel);
    text-decoration: none !important;
    transition: border-color 0.2s var(--svc-ease), box-shadow 0.2s var(--svc-ease), transform 0.2s var(--svc-ease);
}

.services-actual-card:hover {
    border-color: rgba(200, 16, 46, 0.3);
    box-shadow: var(--svc-shadow);
    transform: translateY(-2px);
}

.services-actual-card__eyebrow {
    color: var(--svc-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.services-actual-card__title {
    color: var(--svc-ink);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.25;
}

.services-actual-card__text {
    flex: 1;
    color: var(--svc-muted);
    font-size: 15px;
    line-height: 1.55;
}

.services-actual-card__more {
    color: var(--svc-red);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Intro */
.services-intro__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 36px;
}

.services-intro__grid p {
    margin: 0;
    color: var(--svc-muted);
    font-size: 16px;
    line-height: 1.65;
}

/* Directions / cards with images */
.services-directions__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.services-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--svc-radius);
    background: var(--svc-panel);
    border: 1px solid var(--svc-line);
    text-decoration: none !important;
    box-shadow: none;
    transition: transform 0.2s var(--svc-ease), box-shadow 0.2s var(--svc-ease), border-color 0.2s var(--svc-ease);
}

.services-card:hover {
    transform: translateY(-3px);
    border-color: rgba(200, 16, 46, 0.28);
    box-shadow: var(--svc-shadow);
}

.services-card__media {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--svc-bg);
}

.services-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s var(--svc-ease);
}

.services-card:hover .services-card__media img {
    transform: scale(1.03);
}

.services-card__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 20px 22px;
    flex: 1;
}

.services-card__title {
    color: var(--svc-ink);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.services-card__text {
    flex: 1;
    color: var(--svc-muted);
    font-size: 15px;
    line-height: 1.55;
}

.services-card__more {
    color: var(--svc-red);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Steps */
.services-steps__list {
    list-style: none !important;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    counter-reset: none;
}

.services-steps__list > li,
.services-step {
    list-style: none !important;
}

.services-steps__list > li::before,
.services-steps__list > li::marker,
.services-step::before,
.services-step::marker {
    content: none !important;
    display: none !important;
}

.services-step {
    position: relative;
    padding: 22px 20px 24px;
    border: 1px solid var(--svc-line);
    border-radius: var(--svc-radius);
    background: var(--svc-panel);
}

.services-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: rgba(200, 16, 46, 0.1);
    color: var(--svc-red);
    font-size: 14px;
    font-weight: 800;
}

.services-step__title {
    margin: 0 0 8px;
    color: var(--svc-ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.services-step__text {
    margin: 0;
    color: var(--svc-muted);
    font-size: 14px;
    line-height: 1.55;
}

/* CTA */
.services-cta {
    overflow: hidden;
    border-radius: calc(var(--svc-radius) + 4px);
    background:
        linear-gradient(125deg, #1a1d24 0%, #2a1218 55%, #c8102e 140%);
    color: #fff;
    box-shadow: var(--svc-shadow);
}

.services-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 40px 44px;
}

.services-cta__title {
    margin: 0 0 12px;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.services-cta__text {
    margin: 0;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.55;
}

@media (max-width: 980px) {
    .services-actual__grid,
    .services-directions__grid {
        grid-template-columns: 1fr;
    }

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

    .services-intro__grid {
        grid-template-columns: 1fr;
    }

    .services-cta__inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 24px;
    }

    .services-hero__inner {
        padding: 40px 24px;
    }
}

@media (max-width: 560px) {
    .services-steps__list {
        grid-template-columns: 1fr;
    }

    .services-page {
        gap: 28px;
    }
}

/* End */
/* /bitrix/templates/universesite_s1/services-landing.css?17872462959215 */
