/* =============================================================
 * Sweden Rock landing page – premium styling
 * Scoped under .sr-* and .sweden-rock-* to avoid leaking globally.
 * GPU-accelerated transforms only (no layout-triggering animations).
 * Honors prefers-reduced-motion.
 * ============================================================= */

/* ---------- Hero ---------- */
.sweden-rock-hero-section {
    position: relative;
    overflow: hidden;
}

.sweden-rock-hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(74, 159, 217, 0.18) 0%, transparent 55%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.4) 0%, rgba(15, 23, 42, 0.85) 100%);
    pointer-events: none;
    z-index: 1;
}

.sweden-rock-hero-section .wp-block-cover__inner-container {
    position: relative;
    z-index: 2;
}

.sr-hero-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px 6px 12px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.35);
    border-radius: 100px;
    color: #6ee7b7;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

.sr-hero-status__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6);
    animation: srPulseDot 2s ease-in-out infinite;
}

@keyframes srPulseDot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.5); }
    50%      { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
}

.sr-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 36px;
    padding: 0;
    list-style: none;
}

.sr-trust-badges li {
    margin: 0;
}

.sr-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 100px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.sr-trust-badge:hover {
    transform: translateY(-2px);
    background: rgba(74, 159, 217, 0.2);
    border-color: rgba(74, 159, 217, 0.55);
}

.sr-trust-badge__icon {
    font-size: 15px;
    line-height: 1;
}

/* ---------- Hero buttons (replaces inline styles) ---------- */
.sr-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.sr-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    text-decoration: none;
    line-height: 1.2;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
}

.sr-hero-btn--primary {
    background: #4A9FD9;
    color: #ffffff;
    box-shadow: 0 16px 32px -10px rgba(74, 159, 217, 0.6);
}

.sr-hero-btn--primary:hover {
    transform: translateY(-2px);
    background: #3b8fc7;
    box-shadow: 0 20px 36px -10px rgba(74, 159, 217, 0.7);
    color: #ffffff;
}

.sr-hero-btn--ghost {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-weight: 600;
    letter-spacing: 1.1px;
}

.sr-hero-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.45);
    color: #ffffff;
}

/* ---------- Section heading ---------- */
.sr-section-heading {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 56px;
}

.sr-eyebrow {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(15, 61, 110, 0.08);
    border: 1px solid rgba(15, 61, 110, 0.15);
    border-radius: 100px;
    color: #0F3D6E;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin-bottom: 18px;
}

.sr-section-heading__title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    color: #0F172A;
    line-height: 1.15;
    margin: 0 0 16px;
}

.sr-section-heading__title em {
    font-style: normal;
    color: #0F3D6E;
}

.sr-section-heading__subtitle {
    font-size: 17px;
    line-height: 1.65;
    color: #475569;
    margin: 0;
}

/* ---------- Routes section (premium travel booking style) ---------- */
.sr-routes-section {
    position: relative;
    padding: 110px 24px;
    background:
        radial-gradient(ellipse 800px 600px at 15% 0%, rgba(74, 159, 217, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse 700px 500px at 85% 100%, rgba(15, 61, 110, 0.06) 0%, transparent 60%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 60%, #f8fafc 100%);
    overflow: hidden;
}

.sr-routes-bg {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.045 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: 0.6;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.sr-routes-inner {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    z-index: 1;
}

/* Eyebrow upgrade - icon support */
.sr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(15, 61, 110, 0.06), rgba(74, 159, 217, 0.08));
    border: 1px solid rgba(15, 61, 110, 0.14);
    border-radius: 100px;
    color: #0F3D6E;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin-bottom: 22px;
}

.sr-eyebrow svg {
    color: #4A9FD9;
}

/* Stats row under heading */
.sr-routes-stats {
    list-style: none;
    padding: 0;
    margin: 36px 0 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(15, 61, 110, 0.08);
    border-radius: 16px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px -10px rgba(15, 61, 110, 0.1);
    overflow: hidden;
}

.sr-routes-stats li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 28px;
    border-right: 1px solid rgba(15, 61, 110, 0.08);
}

.sr-routes-stats li:last-child {
    border-right: none;
}

.sr-routes-stats strong {
    font-size: 22px;
    font-weight: 700;
    color: #0F3D6E;
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}

.sr-routes-stats span {
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* Grid */
.sr-routes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    max-width: 1240px;
    margin: 0 auto;
}

/* Cards (clickable <a>) */
.sr-route-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px 26px 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(15, 61, 110, 0.08);
    border-radius: 22px;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 6px 20px -10px rgba(15, 23, 42, 0.08);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.45s ease;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    isolation: isolate;
}

/* Decorative gradient sweep on hover */
.sr-route-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: linear-gradient(135deg, rgba(74, 159, 217, 0) 0%, rgba(74, 159, 217, 0.18) 50%, rgba(74, 159, 217, 0) 100%);
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.45s ease;
    pointer-events: none;
    z-index: 0;
}

/* Subtle top accent line */
.sr-route-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #4A9FD9 50%, transparent 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.sr-route-card:hover {
    transform: translateY(-8px) scale(1.012);
    border-color: rgba(74, 159, 217, 0.45);
    box-shadow:
        0 28px 48px -16px rgba(15, 61, 110, 0.22),
        0 12px 24px -12px rgba(74, 159, 217, 0.18);
}

.sr-route-card:hover::before {
    opacity: 1;
}

.sr-route-card:hover::after {
    transform: scaleX(1);
}

.sr-route-card:focus-visible {
    outline: 3px solid rgba(74, 159, 217, 0.6);
    outline-offset: 4px;
}

/* Card top: icon + badge */
.sr-route-card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
}

.sr-route-card__icon-wrap {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0F3D6E 0%, #2563eb 50%, #4A9FD9 100%);
    color: #ffffff;
    box-shadow:
        0 10px 24px -8px rgba(74, 159, 217, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.45s ease;
}

.sr-route-card:hover .sr-route-card__icon-wrap {
    transform: scale(1.06) rotate(-3deg);
    box-shadow:
        0 14px 28px -6px rgba(74, 159, 217, 0.7),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* Badges */
.sr-route-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 11px 6px 9px;
    border-radius: 100px;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
}

.sr-route-card__badge svg {
    width: 12px;
    height: 12px;
}

.sr-route-card__badge--popular {
    background: linear-gradient(135deg, #f97316 0%, #ef4444 100%);
    box-shadow:
        0 6px 14px -4px rgba(239, 68, 68, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.sr-route-card__badge--info {
    background: linear-gradient(135deg, #0F3D6E 0%, #4A9FD9 100%);
    box-shadow:
        0 6px 14px -4px rgba(74, 159, 217, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* Route text */
.sr-route-card__route {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
}

.sr-route-card__from-label {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 6px;
}

.sr-route-card__title {
    font-size: 22px;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.2;
    margin: 0 0 8px;
    letter-spacing: -0.3px;
}

.sr-route-card__to {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #475569;
    margin: 0;
}

.sr-route-card__arrow {
    color: #4A9FD9;
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sr-route-card:hover .sr-route-card__arrow {
    transform: translateX(4px);
}

/* Chips */
.sr-route-card__chips {
    list-style: none;
    padding: 18px 0 0;
    margin: 0 0 18px;
    border-top: 1px dashed rgba(15, 61, 110, 0.12);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.sr-route-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 11px;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #475569;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.sr-route-chip svg {
    color: #94a3b8;
    transition: color 0.3s ease;
    flex-shrink: 0;
}

.sr-route-chip--accent {
    background: linear-gradient(135deg, rgba(15, 61, 110, 0.08), rgba(74, 159, 217, 0.12));
    color: #0F3D6E;
}

.sr-route-chip--accent svg {
    color: #4A9FD9;
}

.sr-route-card:hover .sr-route-chip {
    background: #ffffff;
    color: #0F3D6E;
}

.sr-route-card:hover .sr-route-chip svg {
    color: #4A9FD9;
}

.sr-route-card:hover .sr-route-chip--accent {
    background: linear-gradient(135deg, #0F3D6E 0%, #4A9FD9 100%);
    color: #ffffff;
}

.sr-route-card:hover .sr-route-chip--accent svg {
    color: #ffffff;
}

/* Card CTA at bottom */
.sr-route-card__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding: 12px 14px;
    background: rgba(15, 61, 110, 0.04);
    border-radius: 12px;
    color: #0F3D6E;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: background 0.4s ease, color 0.4s ease;
    position: relative;
    z-index: 1;
}

.sr-route-card__cta-arrow {
    display: inline-flex;
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sr-route-card:hover .sr-route-card__cta {
    background: linear-gradient(135deg, #0F3D6E 0%, #4A9FD9 100%);
    color: #ffffff;
}

.sr-route-card:hover .sr-route-card__cta-arrow {
    transform: translateX(5px);
}

/* Routes section foot CTA */
.sr-routes-foot {
    margin-top: 56px;
    padding: 28px 32px;
    background: linear-gradient(135deg, rgba(15, 61, 110, 0.04) 0%, rgba(74, 159, 217, 0.06) 100%);
    border: 1px solid rgba(15, 61, 110, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.sr-routes-foot__inner {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.sr-routes-foot__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0F3D6E 0%, #4A9FD9 100%);
    color: #ffffff;
    box-shadow: 0 8px 20px -6px rgba(74, 159, 217, 0.5);
}

.sr-routes-foot__text {
    flex: 1 1 280px;
    min-width: 0;
}

.sr-routes-foot__title {
    font-size: 17px;
    font-weight: 700;
    color: #0F172A;
    margin: 0 0 4px;
    line-height: 1.3;
}

.sr-routes-foot__subtitle {
    font-size: 14px;
    color: #475569;
    margin: 0;
    line-height: 1.5;
}

.sr-routes-foot__btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: #0F3D6E;
    color: #ffffff;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 20px -8px rgba(15, 61, 110, 0.5);
}

.sr-routes-foot__btn:hover {
    transform: translateY(-2px);
    background: #4A9FD9;
    box-shadow: 0 12px 24px -8px rgba(74, 159, 217, 0.6);
}

.sr-routes-foot__btn svg {
    transition: transform 0.3s ease;
}

.sr-routes-foot__btn:hover svg {
    transform: translateX(3px);
}

/* ---------- Mid-page CTA banner ---------- */
.sr-cta-section {
    padding: 0 24px 96px;
    background: #ffffff;
}

.sr-cta-banner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 48px;
    background: linear-gradient(135deg, #0F3D6E 0%, #1e3a8a 60%, #0F172A 100%);
    border-radius: 24px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(15, 61, 110, 0.4);
}

.sr-cta-banner::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -120px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(74, 159, 217, 0.32) 0%, transparent 65%);
    pointer-events: none;
}

.sr-cta-banner::after {
    content: "";
    position: absolute;
    bottom: -200px;
    left: -100px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(239, 68, 68, 0.18) 0%, transparent 65%);
    pointer-events: none;
}

.sr-cta-banner__inner {
    position: relative;
    z-index: 1;
}

.sr-cta-banner__eyebrow {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    color: #93c5fd;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin-bottom: 16px;
}

.sr-cta-banner__title {
    font-size: clamp(26px, 3.6vw, 38px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 16px;
}

.sr-cta-banner__title em {
    font-style: normal;
    color: #93c5fd;
}

.sr-cta-banner__text {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    max-width: 560px;
    margin: 0 auto 32px;
}

.sr-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 38px;
    background: #ffffff;
    color: #0F3D6E;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                background-color 0.3s ease,
                color 0.3s ease,
                box-shadow 0.3s ease;
    box-shadow: 0 12px 28px -10px rgba(0, 0, 0, 0.4);
}

.sr-cta-btn:hover {
    transform: translateY(-3px) scale(1.02);
    background: #4A9FD9;
    color: #ffffff;
    box-shadow: 0 18px 36px -10px rgba(74, 159, 217, 0.6);
}

.sr-cta-btn__arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.sr-cta-btn:hover .sr-cta-btn__arrow {
    transform: translateX(4px);
}

/* ---------- Info cards (premium grid) ---------- */
.sr-info-section {
    padding: 96px 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
}

.sr-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    max-width: 1180px;
    margin: 0 auto;
}

.sr-info-card {
    position: relative;
    padding: 36px 28px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(15, 61, 110, 0.08);
    border-radius: 20px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 4px 24px rgba(15, 61, 110, 0.05);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                background-color 0.4s ease;
    overflow: hidden;
}

.sr-info-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0F3D6E 0%, #4A9FD9 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.sr-info-card:hover {
    transform: translateY(-8px);
    background: #ffffff;
    box-shadow: 0 28px 48px -16px rgba(15, 61, 110, 0.2);
}

.sr-info-card:hover::before {
    transform: scaleX(1);
}

.sr-info-card__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0F3D6E 0%, #4A9FD9 100%);
    margin-bottom: 22px;
    box-shadow: 0 10px 24px -8px rgba(74, 159, 217, 0.5);
    color: #ffffff;
    font-size: 26px;
}

.sr-info-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #0F172A;
    margin: 0 0 12px;
    line-height: 1.3;
}

.sr-info-card__text {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin: 0;
}

/* ---------- SEO content section ---------- */
.sr-seo-section {
    padding: 96px 24px;
    background: #0F172A;
    color: #cbd5e1;
}

.sr-seo-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.sr-seo-section .sr-section-heading__title {
    color: #ffffff;
}

.sr-seo-section .sr-section-heading__title em {
    color: #4A9FD9;
}

.sr-seo-section .sr-section-heading__subtitle {
    color: #94a3b8;
}

.sr-seo-section .sr-eyebrow {
    background: rgba(74, 159, 217, 0.12);
    border-color: rgba(74, 159, 217, 0.3);
    color: #93c5fd;
}

.sr-seo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 40px;
}

.sr-seo-block {
    padding: 32px 28px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.sr-seo-block:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(74, 159, 217, 0.3);
}

.sr-seo-block__title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 14px;
}

.sr-seo-block__title-icon {
    color: #4A9FD9;
    font-size: 18px;
}

.sr-seo-block p {
    font-size: 14.5px;
    line-height: 1.75;
    color: #cbd5e1;
    margin: 0 0 12px;
}

.sr-seo-block p:last-child {
    margin-bottom: 0;
}

.sr-seo-block strong {
    color: #ffffff;
    font-weight: 600;
}

/* ---------- Reveal animations ---------- */
.sr-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, transform;
}

.sr-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.sr-reveal[data-sr-delay="1"].is-visible { transition-delay: 0.08s; }
.sr-reveal[data-sr-delay="2"].is-visible { transition-delay: 0.16s; }
.sr-reveal[data-sr-delay="3"].is-visible { transition-delay: 0.24s; }
.sr-reveal[data-sr-delay="4"].is-visible { transition-delay: 0.32s; }

/* ---------- Tablet ---------- */
@media (max-width: 1024px) {
    .sr-routes-section {
        padding: 80px 24px;
    }

    .sr-routes-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
    }
}

/* ---------- Mobile ---------- */
@media (max-width: 768px) {
    .sr-routes-section,
    .sr-info-section,
    .sr-seo-section {
        padding: 64px 18px;
    }

    .sr-cta-section {
        padding: 0 18px 64px;
    }

    .sr-cta-banner {
        padding: 44px 24px;
        border-radius: 18px;
    }

    .sr-cta-banner__title {
        font-size: 24px;
    }

    .sr-routes-grid,
    .sr-info-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sr-seo-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sr-info-card {
        padding: 28px 22px;
    }

    .sr-route-card {
        padding: 24px 22px 22px;
        border-radius: 18px;
    }

    .sr-route-card__icon-wrap {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .sr-route-card__title {
        font-size: 19px;
    }

    .sr-route-card__to {
        font-size: 15px;
    }

    .sr-routes-stats {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
    }

    .sr-routes-stats li {
        flex-direction: row;
        gap: 10px;
        padding: 14px 20px;
        border-right: none;
        border-bottom: 1px solid rgba(15, 61, 110, 0.08);
    }

    .sr-routes-stats li:last-child {
        border-bottom: none;
    }

    .sr-routes-stats strong {
        margin-bottom: 0;
        font-size: 18px;
    }

    .sr-routes-foot {
        padding: 24px 22px;
    }

    .sr-routes-foot__inner {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .sr-routes-foot__btn {
        width: 100%;
        justify-content: center;
    }

    .sr-trust-badges {
        gap: 8px;
        margin-top: 28px;
    }

    .sr-trust-badge {
        padding: 7px 13px;
        font-size: 12px;
    }

    /* Hero buttons – stack full-width, smaller padding */
    .sr-hero-actions {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
        width: 100%;
    }

    .sr-hero-btn {
        width: 100%;
        padding: 15px 20px;
        font-size: 13px;
        letter-spacing: 1px;
        white-space: normal;
        word-break: break-word;
    }

    /* Mid-page CTA banner button */
    .sr-cta-btn {
        width: 100%;
        padding: 16px 20px;
        font-size: 13px;
        letter-spacing: 1px;
        white-space: normal;
        text-align: center;
        line-height: 1.3;
        gap: 8px;
        box-sizing: border-box;
    }

    /* Route card CTA – tighter on mobile */
    .sr-route-card__cta {
        padding: 12px 14px;
        font-size: 12px;
        letter-spacing: 0.9px;
        gap: 8px;
        white-space: normal;
        text-align: left;
        box-sizing: border-box;
    }

    /* Routes foot CTA – wrap text */
    .sr-routes-foot__btn {
        padding: 14px 18px;
        font-size: 13px;
        white-space: normal;
        text-align: center;
        line-height: 1.3;
        box-sizing: border-box;
        max-width: 100%;
    }
}

/* Tiny screens – tighten further */
@media (max-width: 380px) {
    .sr-hero-btn,
    .sr-cta-btn {
        padding: 13px 16px;
        font-size: 12px;
        letter-spacing: 0.8px;
    }

    .sr-route-card__cta {
        padding: 10px 12px;
        font-size: 11px;
        letter-spacing: 0.7px;
    }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
    .sr-reveal,
    .sr-trust-badge,
    .sr-route-card,
    .sr-route-card::before,
    .sr-route-card::after,
    .sr-route-card__icon-wrap,
    .sr-route-card__arrow,
    .sr-route-card__cta,
    .sr-route-card__cta-arrow,
    .sr-route-chip,
    .sr-route-chip svg,
    .sr-routes-foot__btn,
    .sr-routes-foot__btn svg,
    .sr-info-card,
    .sr-info-card::before,
    .sr-cta-btn,
    .sr-cta-btn__arrow,
    .sr-seo-block {
        transition: none;
    }

    .sr-hero-status__dot {
        animation: none;
    }

    .sr-reveal {
        opacity: 1;
        transform: none;
    }
}
