/* ============================================
   Volaris Tech — Premium layout layer
   ============================================ */
:root {
    --container: 1420px;
    --navy-deep: #0b1220;
    --navy-footer: #081d48;
    --shadow: 0 12px 40px rgba(15, 30, 70, 0.08);
    --shadow-lg: 0 28px 70px rgba(15, 30, 70, 0.14);
    --shadow-soft: 0 8px 28px rgba(26, 50, 90, 0.06);
    --radius: 18px;
}

.container {
    width: min(100% - 48px, var(--container));
}

.btn-primary,
.btn-glow {
    background: linear-gradient(135deg, #1a73e8 0%, #6d28d9 100%);
    box-shadow: 0 12px 28px rgba(26, 115, 232, 0.35);
}

.btn-primary:hover,
.btn-glow:hover {
    background: linear-gradient(135deg, #1558b0 0%, #5b21b6 100%);
    transform: translateY(-2px);
}

.section {
    padding: 112px 0;
}

.section-muted {
    background: #f5f6fd;
}

.section-head {
    margin-bottom: 56px;
}

.section-head-left {
    text-align: left;
    max-width: 640px;
    margin-bottom: 48px;
}

.section-head-left p {
    margin-inline: 0;
    margin-top: 14px;
}

.section-head h2 {
    font-size: clamp(2rem, 3.4vw, 2.8rem);
}

/* ---------- Hero: keep full-width image (no boxed panel) ---------- */
.hero-wide {
    /* image spans entire browser width */
}

.hero .btn-primary,
.hero .btn-glow {
    background: linear-gradient(135deg, #1a73e8 0%, #6d28d9 100%);
    box-shadow: 0 12px 28px rgba(26, 115, 232, 0.35);
}

/* ---------- Brands showcase (logo + text row) ---------- */
.brands-section {
    background: #fff;
    border-top: 1px solid rgba(230, 235, 242, 0.8);
}

.brands-compact {
    padding: 52px 0 56px;
}

.brands-head {
    margin-bottom: 36px;
    text-align: center;
}

.brands-head h2 {
    font-size: clamp(1.55rem, 2.4vw, 2rem);
    line-height: 1.2;
}

.brands-showcase {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
}

.brand-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 18px;
    min-width: 0;
    color: inherit;
    text-decoration: none;
    transition: opacity 0.25s ease;
}

.brand-item:not(:last-child) {
    border-right: 1px solid #e6ebf2;
}

.brand-item:hover {
    opacity: 0.82;
}

.brand-item-logo {
    width: 46px;
    height: 46px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 8px;
}

.brand-item-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.brand-item-copy strong {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.brand-item-copy span {
    font-size: 0.72rem;
    line-height: 1.35;
    color: var(--muted);
}
/* ---------- Premium solution cards ---------- */
.solutions-grid-premium {
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.solution-card-lg {
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    border-color: rgba(226, 232, 240, 0.9);
}

.solution-card-lg:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.solution-thumb-lg {
    position: relative;
    margin: 0;
    border-radius: 0;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: var(--bg-soft, #f6f8fb);
}

.solution-thumb-lg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.solution-thumb-lg .solution-icon {
    position: absolute;
    top: 14px;
    left: 14px;
    margin: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.solution-card-lg .solution-body {
    padding: 22px 20px 24px;
}

.solution-card-lg .solution-body h3 {
    font-size: 1.08rem;
}

.solution-card-lg .btn-link {
    margin-top: 4px;
}

.solutions-grid-more {
    gap: 20px;
}

.solution-card {
    border-radius: 18px;
}

.solution-card:hover {
    transform: translateY(-8px);
}

/* ---------- Ecosystem ---------- */
.ecosystem {
    padding: 112px 0;
    background:
        radial-gradient(ellipse 50% 60% at 90% 20%, rgba(124, 58, 237, 0.08), transparent),
        radial-gradient(ellipse 40% 50% at 10% 80%, rgba(26, 115, 232, 0.1), transparent),
        #0b1220;
    color: #e8eef8;
}

.ecosystem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.ecosystem .eyebrow {
    color: #7dd3fc;
}

.ecosystem h2 {
    font-size: clamp(2rem, 3.2vw, 2.7rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 10px 0 16px;
    line-height: 1.15;
}

.ecosystem-copy > p {
    color: rgba(232, 238, 248, 0.72);
    max-width: 48ch;
    margin-bottom: 24px;
}

.ecosystem-list {
    display: grid;
    gap: 12px;
    margin-bottom: 28px;
}

.ecosystem-list li {
    position: relative;
    padding-left: 22px;
    color: rgba(232, 238, 248, 0.88);
    font-weight: 500;
}

.ecosystem-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22d3ee, #a855f7);
}

.ecosystem-visual img {
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.45));
    transform: scale(1.08);
}

/* ---------- Stats panel (stats.png background) ---------- */
.stats-panel-section {
    background: #fff;
    padding: 8px 0 12px;
}

.section-products {
    padding-top: 40px;
    padding-bottom: 88px;
}

.stats-panel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    align-items: center;
    padding: 28px 36px;
    border-radius: 22px;
    color: #fff;
    background:
        linear-gradient(105deg, rgba(37, 71, 245, 0.35), rgba(124, 45, 210, 0.28)),
        url("/assets/images/stats.png") center / cover no-repeat;
    box-shadow: 0 16px 40px rgba(40, 60, 160, 0.18);
    overflow: hidden;
}

.stats-panel-item {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
}

.stats-panel-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    flex-shrink: 0;
    line-height: 0;
}

.stats-panel-icon svg {
    display: block;
    flex-shrink: 0;
}

.stats-panel-item strong {
    display: block;
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.stats-panel-item > div span {
    display: block;
    font-size: 0.9rem;
    opacity: 0.92;
    font-weight: 500;
}

@media (max-width: 960px) {
    .stats-panel {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 24px 22px;
    }
}

@media (max-width: 560px) {
    .stats-panel {
        grid-template-columns: 1fr;
        padding: 22px 18px;
    }

    .stats-panel-item {
        justify-content: flex-start;
    }
}

/* ---------- Full-width stats band ---------- */
.stats-band {
    background: linear-gradient(105deg, #1a73e8 0%, #4f46e5 45%, #7c3aed 100%);
    padding: 56px 0;
    color: #fff;
}

.stats-band-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

.stat-band-item strong {
    display: block;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 6px;
}

.stat-band-item span {
    font-size: 0.95rem;
    opacity: 0.88;
    font-weight: 500;
}

/* ---------- Refs ---------- */
.refs-section {
    background: #fff;
}

.refs-section .refs-slider-wrap {
    max-width: 100%;
    padding: 0;
}

.refs-section .refs-track {
    gap: 36px;
    padding: 8px 0;
}

.refs-section .ref-logo {
    flex: 0 0 calc(20% - 28.8px);
    height: auto;
    min-height: 128px;
    padding: 12px 8px;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.refs-section .ref-logo:hover {
    box-shadow: none;
    transform: none;
}

.refs-section .ref-logo img {
    max-height: 108px;
    max-width: 100%;
    width: auto;
    height: auto;
}

@media (max-width: 1100px) {
    .refs-section .ref-logo {
        flex-basis: calc(25% - 27px);
    }

    .refs-section .ref-logo img {
        max-height: 96px;
    }
}

@media (max-width: 720px) {
    .refs-section .ref-logo {
        flex-basis: calc(50% - 18px);
        min-height: 108px;
    }

    .refs-section .ref-logo img {
        max-height: 84px;
    }
}

/* ---------- Dark premium footer ---------- */
.site-footer {
    background: var(--navy-footer);
    border-top: none;
    padding-top: 72px;
    color: rgba(226, 232, 240, 0.78);
}

.site-footer .brand-text,
.site-footer .brand-volaris,
.site-footer .brand-tech {
    /* keep gradient text readable on dark */
}

.site-footer .footer-brand p {
    color: rgba(226, 232, 240, 0.65);
}

.site-footer .footer-col h4 {
    color: #fff;
}

.site-footer .footer-col a,
.site-footer .footer-contact li,
.site-footer .footer-contact a {
    color: rgba(226, 232, 240, 0.68);
}

.site-footer .footer-col a:hover {
    color: #7dd3fc;
}

.site-footer .footer-contact svg {
    color: #60a5fa;
}

.site-footer .social-btn {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(226, 232, 240, 0.85);
}

.site-footer .social-btn:hover {
    background: linear-gradient(135deg, #1a73e8, #7c3aed);
    border-color: transparent;
    color: #fff;
}

.footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.footer-bottom p,
.footer-legal a {
    color: rgba(226, 232, 240, 0.5);
}

.footer-legal a:hover {
    color: #7dd3fc;
}

/* ---------- Hakkımızda page ---------- */
.about-hero {
    position: relative;
    padding: 72px 0 80px;
    overflow: hidden;
    background:
        radial-gradient(ellipse 48% 70% at 88% 35%, rgba(124, 58, 237, 0.1), transparent 60%),
        radial-gradient(ellipse 40% 55% at 12% 70%, rgba(26, 115, 232, 0.08), transparent 55%),
        #f7f9fd;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.about-hero-copy h1 {
    color: var(--navy);
    font-size: clamp(2rem, 3.6vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 12px 0 18px;
    max-width: 14ch;
}

.about-hero-copy > p {
    color: var(--muted);
    font-size: 1.05rem;
    max-width: 42ch;
    margin-bottom: 28px;
    line-height: 1.7;
}

.about-feature-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
}

.about-feature-row li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.35;
}

.about-feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--blue);
    background: rgba(26, 115, 232, 0.08);
    border: 1px solid rgba(26, 115, 232, 0.12);
}

.about-hero-visual {
    position: relative;
    display: grid;
    place-items: center;
}

.about-hero-glow {
    position: absolute;
    width: 78%;
    height: 78%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(26, 115, 232, 0.22), transparent 68%);
    filter: blur(8px);
    z-index: 0;
}

.about-hero-visual img {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    height: auto;
    filter: drop-shadow(0 28px 50px rgba(15, 40, 90, 0.18));
}

.about-who-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
}

.about-who-copy h2 {
    color: var(--navy);
    font-size: clamp(1.55rem, 2.5vw, 2.05rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin: 10px 0 18px;
    max-width: 18ch;
}

.about-who-copy p {
    color: var(--muted);
    margin-bottom: 14px;
    max-width: 48ch;
}

.about-who-copy .btn {
    margin-top: 10px;
}

.about-title-accent {
    position: relative;
    display: inline-block;
}

.about-title-accent::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin-top: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1a73e8, #7c3aed);
}

.section-head-center {
    text-align: center;
}

.section-head-center .about-section-kicker {
    display: block;
    margin-bottom: 12px;
}

.section-head-center .about-title-accent {
    display: block;
    margin: 0;
}

.section-head-center .about-title-accent::after {
    margin-inline: auto;
}

.about-who-visual {
    background:
        radial-gradient(ellipse 60% 50% at 50% 40%, rgba(125, 211, 252, 0.35), transparent),
        linear-gradient(160deg, #e8f2ff 0%, #eef2ff 55%, #f5f7fd 100%);
    border-radius: 28px;
    padding: 28px 24px;
    display: grid;
    place-items: center;
    min-height: 360px;
    box-shadow: inset 0 0 0 1px rgba(26, 115, 232, 0.06);
}

.about-who-visual img {
    width: min(100%, 480px);
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(15, 40, 90, 0.16));
}

.about-values .value-card {
    border-radius: 20px;
    border-color: rgba(226, 232, 240, 0.9);
    box-shadow: 0 14px 36px rgba(26, 50, 90, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-values .value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(26, 50, 90, 0.1);
}

.about-process-lead {
    color: var(--muted);
    max-width: 52ch;
    margin: 14px auto 0;
    font-size: 1rem;
    line-height: 1.65;
}

.process-steps {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-top: 44px;
    counter-reset: none;
}

.process-step {
    position: relative;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 20px;
    padding: 26px 20px 28px;
    box-shadow: 0 12px 32px rgba(26, 50, 90, 0.05);
    min-height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.process-step:hover {
    transform: translateY(-6px);
    border-color: rgba(26, 115, 232, 0.28);
    box-shadow: 0 20px 42px rgba(26, 115, 232, 0.1);
}

.process-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 28px;
    padding: 0 10px;
    margin-bottom: 16px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--blue);
    background: rgba(26, 115, 232, 0.1);
}

.process-step h3 {
    color: var(--navy);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.3;
    margin-bottom: 10px;
}

.process-step p {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 0;
}

@media (min-width: 1101px) {
    .process-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 38px;
        right: -10px;
        width: 20px;
        height: 2px;
        background: linear-gradient(90deg, rgba(26, 115, 232, 0.35), rgba(124, 58, 237, 0.2));
        border-radius: 2px;
        z-index: 1;
    }
}

.about-refs-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 36px 28px;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
}

.about-refs .ref-logo,
.about-ref-logo {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 128px;
    padding: 12px 8px;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.about-refs .ref-logo:hover,
.about-ref-logo:hover {
    box-shadow: none;
    transform: none;
}

.about-refs .ref-logo img,
.about-ref-logo img {
    max-height: 108px;
    max-width: 100%;
    width: auto;
    height: auto;
}

/* ---------- About FAQ accordion ---------- */
.about-faq {
    padding-top: 24px;
    padding-bottom: 88px;
    background: #fff;
}

.about-faq-lead {
    color: var(--muted);
    margin-top: 10px;
    font-size: 1rem;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 36px;
}

.faq-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(26, 50, 90, 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-item.is-open {
    border-color: rgba(26, 115, 232, 0.28);
    box-shadow: 0 14px 34px rgba(26, 115, 232, 0.08);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    text-align: left;
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.35;
}

.faq-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: var(--blue);
    background: rgba(26, 115, 232, 0.08);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s ease, color 0.25s ease;
}

.faq-item.is-open .faq-icon {
    background: var(--blue);
    color: #fff;
    transform: rotate(45deg);
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
}

.faq-answer > p {
    overflow: hidden;
    margin: 0;
    padding: 0 20px;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.7;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.28s ease, transform 0.28s ease, padding 0.35s ease;
}

.faq-item.is-open .faq-answer > p {
    padding: 0 20px 20px;
    opacity: 1;
    transform: none;
}

/* ---------- Solution detail pages ---------- */
.sol-hero {
    padding: 48px 0 64px;
    background:
        radial-gradient(ellipse 48% 70% at 88% 30%, rgba(124, 58, 237, 0.08), transparent 60%),
        radial-gradient(ellipse 40% 55% at 10% 80%, rgba(26, 115, 232, 0.07), transparent 55%),
        #f7f9fd;
    border-bottom: 1px solid var(--line);
}

.sol-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.sol-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 0.84rem;
    color: var(--muted);
    margin-bottom: 18px;
}

.sol-breadcrumb a:hover { color: var(--blue); }

.sol-hero-copy h1 {
    color: var(--navy);
    font-size: clamp(1.85rem, 3.2vw, 2.7rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 10px 0 16px;
}

.sol-hero-lead {
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 54ch;
    margin-bottom: 24px;
}

.sol-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sol-hero-media {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 24px 50px rgba(15, 40, 90, 0.12);
    aspect-ratio: 16 / 11;
    background: #fff;
}

.sol-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sol-body-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    gap: 36px;
    align-items: start;
}

.sol-block + .sol-block {
    margin-top: 34px;
}

.sol-inline-figure + .sol-block {
    margin-top: 34px;
}

.sol-block h2 {
    color: var(--navy);
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.sol-block p {
    color: var(--muted);
    line-height: 1.75;
    font-size: 1.02rem;
}

.sol-inline-figure {
    margin: 32px 0 8px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 18px 40px rgba(15, 40, 90, 0.1);
    background: #0b1526;
}

.sol-inline-figure img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.sol-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.sol-chip-list li {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(26, 115, 232, 0.08);
    color: var(--navy);
    font-size: 0.9rem;
    font-weight: 600;
}

.sol-aside {
    position: sticky;
    top: calc(var(--header-h) + 16px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sol-aside-card,
.sol-aside-cta {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 12px 30px rgba(26, 50, 90, 0.05);
}

.sol-aside-card h2 {
    color: var(--navy);
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.sol-check-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sol-check-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--text);
    font-size: 0.92rem;
    line-height: 1.45;
}

.sol-check-list svg {
    flex-shrink: 0;
    color: var(--blue);
    margin-top: 2px;
}

.sol-aside-cta {
    background: linear-gradient(145deg, rgba(26, 115, 232, 0.08), rgba(124, 58, 237, 0.08));
    border-color: rgba(26, 115, 232, 0.16);
}

.sol-aside-cta strong {
    display: block;
    color: var(--navy);
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.sol-aside-cta p {
    color: var(--muted);
    font-size: 0.92rem;
    margin-bottom: 14px;
    line-height: 1.55;
}

.sol-aside-cta .btn {
    width: 100%;
    justify-content: center;
}

.sol-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 36px;
}

.sol-related-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(26, 50, 90, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sol-related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(26, 50, 90, 0.1);
}

.sol-related-card img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.sol-related-card > div {
    padding: 16px;
}

.sol-related-card h3 {
    color: var(--navy);
    font-size: 1rem;
    font-weight: 800;
    margin-top: 6px;
    line-height: 1.35;
}

.sol-block .faq-list {
    margin-top: 16px;
}

/* ---------- Contact page (dark premium) ---------- */
.contact-hero {
    background:
        radial-gradient(ellipse 45% 60% at 85% 40%, rgba(37, 99, 235, 0.22), transparent 60%),
        radial-gradient(ellipse 35% 50% at 10% 80%, rgba(14, 165, 233, 0.12), transparent 55%),
        #050a15;
    color: #e8eef8;
    padding: 72px 0 40px;
}

.contact-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: center;
}

.contact-eyebrow {
    display: inline-block;
    color: #7dd3fc;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.contact-hero-copy h1 {
    font-size: clamp(2rem, 3.8vw, 3.1rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 16px;
    max-width: 14ch;
}

.contact-hero-copy > p {
    color: #9fb0c9;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 46ch;
    margin-bottom: 22px;
}

.contact-hero-checks {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

.contact-hero-checks li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #dbe7f7;
    font-weight: 600;
    font-size: 0.95rem;
}

.contact-hero-checks span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(37, 99, 235, 0.2);
    color: #60a5fa;
    flex-shrink: 0;
}

.contact-hero-badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 14px;
    background: linear-gradient(115deg, #1d4ed8, #2563eb);
    color: #fff;
    font-weight: 800;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.35);
    max-width: calc(100% - 36px);
}

.contact-hero-badge-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.18);
    font-weight: 800;
}

.contact-hero-visual {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(96, 165, 250, 0.2);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

.contact-hero-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.contact-stats-wrap {
    background: #050a15;
    padding: 0 0 48px;
}

.contact-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #0c1b33, #091426);
    border: 1px solid rgba(96, 165, 250, 0.15);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.contact-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
}

.contact-stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: #60a5fa;
    background: rgba(37, 99, 235, 0.16);
    flex-shrink: 0;
}

.contact-stat strong {
    display: block;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 800;
}

.contact-stat span {
    color: #8fa3bf;
    font-size: 0.82rem;
}

.contact-main {
    background:
        radial-gradient(ellipse 40% 40% at 90% 10%, rgba(37, 99, 235, 0.08), transparent 50%),
        #070d1a;
    padding: 24px 0 72px;
}

.contact-main-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
}

.contact-panel {
    background: #0c1b33;
    border: 1px solid rgba(96, 165, 250, 0.12);
    border-radius: 18px;
    padding: 22px 20px;
    color: #d7e3f4;
    min-height: 100%;
}

.contact-panel h2 {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.contact-panel-lead {
    color: #8fa3bf;
    font-size: 0.9rem;
    line-height: 1.55;
    margin: -6px 0 16px;
}

.contact-panel-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-panel-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.contact-panel-ico {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(37, 99, 235, 0.16);
    color: #60a5fa;
    flex-shrink: 0;
}

.contact-panel-list strong {
    display: block;
    color: #fff;
    font-size: 0.88rem;
    margin-bottom: 4px;
}

.contact-panel-list p,
.contact-panel-list a {
    color: #9fb0c9;
    font-size: 0.88rem;
    line-height: 1.5;
}

.contact-panel-list a:hover {
    color: #7dd3fc;
}

.contact-dark-form .form-group {
    margin-bottom: 12px;
}

.contact-dark-form label {
    display: block;
    color: #a9bdd8;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.contact-dark-form input,
.contact-dark-form select,
.contact-dark-form textarea {
    width: 100%;
    background: #081426;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 10px;
    color: #e8eef8;
    padding: 11px 12px;
    font: inherit;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-dark-form input::placeholder,
.contact-dark-form textarea::placeholder {
    color: #64748b;
}

.contact-dark-form input:focus,
.contact-dark-form select:focus,
.contact-dark-form textarea:focus {
    border-color: rgba(96, 165, 250, 0.55);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.contact-dark-form textarea {
    min-height: 110px;
    resize: vertical;
}

.contact-dark-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.contact-dark-form select option {
    background: #0c1b33;
    color: #e8eef8;
}

.contact-send-btn {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
}

.contact-form-panel .form-success {
    background: rgba(16, 185, 129, 0.12);
    color: #6ee7b7;
    border: 1px solid rgba(52, 211, 153, 0.25);
}

.contact-quick {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-quick-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 14px;
    background: rgba(8, 20, 38, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.14);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.contact-quick-item:hover {
    border-color: rgba(96, 165, 250, 0.35);
    transform: translateY(-1px);
}

.contact-quick-ico {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(37, 99, 235, 0.16);
    color: #60a5fa;
    flex-shrink: 0;
}

.contact-quick-item.is-whatsapp .contact-quick-ico {
    background: rgba(34, 197, 94, 0.16);
    color: #4ade80;
}

.contact-quick-item strong {
    display: block;
    color: #fff;
    font-size: 0.9rem;
}

.contact-quick-item em {
    display: block;
    font-style: normal;
    color: #8fa3bf;
    font-size: 0.8rem;
    margin-top: 2px;
}

.contact-cities-map {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 14px;
    background: #081426;
}

.contact-cities-toggle {
    width: 100%;
    padding: 11px 14px;
    border-radius: 10px;
    border: 1px solid rgba(96, 165, 250, 0.4);
    color: #7dd3fc;
    font-weight: 700;
    font-size: 0.88rem;
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease;
}

.contact-cities-toggle:hover {
    background: rgba(37, 99, 235, 0.16);
    color: #fff;
}

.contact-cities-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-top: 14px;
    max-height: 220px;
    overflow: auto;
    padding-right: 4px;
}

.contact-cities-list span {
    font-size: 0.78rem;
    color: #9fb0c9;
    padding: 6px 8px;
    border-radius: 8px;
    background: rgba(8, 20, 38, 0.8);
}

.contact-trust {
    background: #050a15;
    padding: 20px 0 72px;
}

.contact-trust-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 18px;
    align-items: stretch;
}

.contact-trust-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.contact-trust-list li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 16px;
    border-radius: 16px;
    background: #0c1b33;
    border: 1px solid rgba(96, 165, 250, 0.12);
    color: #dbe7f7;
    font-weight: 700;
    font-size: 0.9rem;
}

.contact-trust-list span {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: #60a5fa;
    background: rgba(37, 99, 235, 0.16);
}

.contact-trust-cta {
    position: relative;
    border-radius: 18px;
    padding: 24px 22px;
    background: linear-gradient(145deg, rgba(37, 99, 235, 0.18), rgba(12, 27, 51, 0.95));
    border: 1px solid rgba(96, 165, 250, 0.35);
    overflow: hidden;
}

.contact-trust-mark {
    position: absolute;
    right: 18px;
    top: 12px;
    font-size: 4rem;
    font-weight: 800;
    color: rgba(96, 165, 250, 0.18);
    line-height: 1;
}

.contact-trust-cta p {
    color: #c9d7ea;
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 16px;
    max-width: 34ch;
    position: relative;
}

.contact-trust-cta strong {
    color: #fff;
}

@media (max-width: 1100px) {
    .contact-main-grid { grid-template-columns: 1fr 1fr; }
    .contact-stats { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 960px) {
    .contact-hero-grid,
    .contact-trust-grid {
        grid-template-columns: 1fr;
    }

    .contact-hero-copy h1 { max-width: none; }
    .contact-hero-visual { order: -1; }
    .contact-trust-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
    .contact-main-grid,
    .contact-stats,
    .contact-trust-list,
    .contact-dark-form .form-row {
        grid-template-columns: 1fr;
    }

    .contact-hero { padding: 48px 0 28px; }
}

@media (max-width: 960px) {
    .sol-hero-grid,
    .sol-body-grid {
        grid-template-columns: 1fr;
    }

    .sol-aside { position: static; }
    .sol-related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
    .sol-related-grid { grid-template-columns: 1fr; }
    .sol-hero { padding: 32px 0 48px; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
    .brands-showcase { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .brand-item:nth-child(3) { border-right: 0; }
    .brand-item:nth-child(n+4) { border-top: 1px solid #e6ebf2; padding-top: 16px; margin-top: 8px; }
    .solutions-grid-premium { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 960px) {
    .about-hero-grid,
    .about-who-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .about-hero-copy h1,
    .about-who-copy h2 {
        max-width: none;
    }

    .about-feature-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-hero-visual { order: -1; }
    .about-refs-grid { grid-template-columns: repeat(3, 1fr); }
    .about-refs .ref-logo img,
    .about-ref-logo img { max-height: 96px; }
    .process-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .ecosystem-grid {
        grid-template-columns: 1fr;
    }

    .brands-compact { padding: 40px 0; }
    .brands-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .brand-item:nth-child(odd) { border-right: 1px solid #e6ebf2; }
    .brand-item:nth-child(even) { border-right: 0; }
    .brand-item:nth-child(n+3) { border-top: 1px solid #e6ebf2; padding-top: 16px; margin-top: 8px; }
    .solutions-grid-premium { grid-template-columns: repeat(2, 1fr); }
    .stats-band-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .ecosystem-visual { order: -1; }
}

@media (max-width: 720px) {
    .section { padding: 72px 0; }
    .about-hero { padding: 48px 0 56px; }
    .about-feature-row { grid-template-columns: 1fr 1fr; gap: 12px; }
    .about-refs-grid { grid-template-columns: repeat(2, 1fr); }
    .about-refs .ref-logo,
    .about-ref-logo { min-height: 108px; }
    .about-refs .ref-logo img,
    .about-ref-logo img { max-height: 84px; }
    .process-steps { grid-template-columns: 1fr; }
    .about-who-visual { min-height: 280px; padding: 20px 16px; border-radius: 22px; }
    .brands-showcase { grid-template-columns: 1fr; }
    .brand-item {
        border-right: 0 !important;
        padding: 14px 4px;
    }
    .brand-item:not(:first-child) {
        border-top: 1px solid #e6ebf2;
    }
    .solutions-grid-premium { grid-template-columns: 1fr; }
    .stats-band-grid { grid-template-columns: 1fr; }
    .hero-meta { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto; }
}
