/* ============================================================
   Homepage — modern corporate UI
   ============================================================ */

.page-home .site-main {
    overflow-x: hidden;
    --brand-marquee-h: 4.75rem;
}

/* Header sticky — hero ilk ekranda header altında kalır (header.css margin) */

/* İlk ekran: hero + video üzerinde kayan yazı */
.page-home .home-viewport {
    min-height: 100vh;
    min-height: 100dvh;
}

.page-home .home-hero--banner {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* —— Shared glass —— */
.page-home .glass {
    background: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(24px) saturate(1.75);
    -webkit-backdrop-filter: blur(24px) saturate(1.75);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow:
        0 8px 32px rgba(10, 10, 15, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    transition:
        background 0.3s var(--ease),
        border-color 0.3s var(--ease),
        box-shadow 0.3s var(--ease);
}

.page-home .glass.glass--strong {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(255, 255, 255, 0.88);
}

.page-home .glass:hover {
    transform: none;
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(255, 255, 255, 0.96);
    box-shadow:
        0 16px 48px rgba(10, 10, 15, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

/* —— Section heads —— */
.page-home .section-head--compact {
    margin-bottom: 2.5rem;
}

.page-home .section-head--compact .section-title {
    font-size: clamp(1.625rem, 3vw, 2.25rem);
}

.page-home .section-label {
    color: var(--primary-dark);
    letter-spacing: 0.14em;
}

.page-home .section-label::before {
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

/* —— Hero (continued) —— */
.page-home .home-hero__center {
    align-items: center;
    width: 100%;
    max-width: 880px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(var(--total-header) + 1.5rem) 1.5rem 1rem;
}

.page-home .home-hero__cards {
    flex-shrink: 0;
    margin-top: auto;
    padding-bottom: calc(var(--brand-marquee-h) + 0.75rem);
    width: 100%;
    position: relative;
    z-index: 2;
}

.page-home .home-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.page-home .home-hero__tag-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 0 3px rgba(10, 10, 15, 0.25);
    animation: heroPulse 2.4s ease-in-out infinite;
}

@keyframes heroPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(0.85); }
}

.page-home .home-hero__title {
    text-wrap: balance;
    letter-spacing: -0.025em;
}

.page-home .home-hero__title em {
    font-style: normal;
    background: linear-gradient(135deg, #ffffff 0%, #fca5a5 42%, #ef4444 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-home .home-hero__lead {
    display: block;
    max-width: 540px;
    margin: 0 auto 1.75rem;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
    text-wrap: pretty;
}

.page-home .home-hero__scroll {
    position: absolute;
    bottom: 11rem;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s;
    pointer-events: auto;
}

.page-home .home-hero__scroll:hover {
    color: rgba(255, 255, 255, 0.95);
}

.page-home .home-hero__scroll-line {
    width: 1px;
    height: 36px;
    background: linear-gradient(180deg, rgba(255,255,255,0.7), transparent);
    position: relative;
    overflow: hidden;
}

.page-home .home-hero__scroll-line::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {
    0% { top: -100%; opacity: 0; }
    40% { opacity: 1; }
    100% { top: 100%; opacity: 0; }
}

.page-home .home-hero__cards .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* —— Discover cards (outline on hero) —— */
.page-home .discover-row {
    gap: 1.125rem;
    align-items: stretch;
}

.page-home .discover-row .discover-card {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    padding: 1.5rem 1.25rem 1.375rem;
    min-height: 156px;
    border-radius: var(--radius-md);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition:
        background 0.3s var(--ease),
        border-color 0.3s var(--ease),
        transform 0.3s var(--ease);
}

.page-home .discover-row .discover-card:hover {
    transform: none;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.78);
    box-shadow: none;
}

.page-home .discover-card__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.page-home .discover-card strong {
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 700;
    color: var(--white);
}

.page-home .discover-card__link {
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    margin-top: auto;
    padding-top: 0.375rem;
    transition: color 0.25s, gap 0.25s var(--ease);
}

.page-home .discover-card:hover .discover-card__link {
    color: var(--white);
}

/* —— Brand marquee — video üzerinde şeffaf —— */
.page-home .brand-marquee--hero,
.page-home .home-hero .brand-marquee {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    flex-shrink: 0;
    padding: 1rem 0 1.25rem;
    min-height: var(--brand-marquee-h);
    display: flex;
    align-items: center;
    background: transparent;
    pointer-events: auto;
}

.page-home .brand-marquee--hero::before,
.page-home .brand-marquee--hero::after,
.page-home .home-hero .brand-marquee::before,
.page-home .home-hero .brand-marquee::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 1;
    pointer-events: none;
}

.page-home .brand-marquee--hero::before,
.page-home .home-hero .brand-marquee::before {
    left: 0;
    background: linear-gradient(90deg, rgba(10, 10, 15, 0.55), transparent);
}

.page-home .brand-marquee--hero::after,
.page-home .home-hero .brand-marquee::after {
    right: 0;
    background: linear-gradient(270deg, rgba(10, 10, 15, 0.55), transparent);
}

.page-home .brand-marquee__track {
    position: relative;
    z-index: 2;
}

.page-home .brand-marquee__content p,
.page-home .brand-marquee__track > p {
    color: rgba(255, 255, 255, 0.95);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 12px rgba(10, 10, 15, 0.45);
}

.page-home .brand-marquee__content em {
    color: var(--secondary-light);
    -webkit-text-fill-color: var(--secondary-light);
}

/* —— Stats —— */
.page-home .stats-band {
    padding: 5.5rem 0;
    background: var(--white);
    position: relative;
}

.page-home .stats-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 80% at 0% 50%, rgba(10, 10, 15, 0.04), transparent 55%),
        radial-gradient(ellipse 45% 70% at 100% 40%, rgba(82, 82, 91, 0.03), transparent 50%);
    pointer-events: none;
}

.page-home .stats-band .container {
    position: relative;
    z-index: 1;
}

.page-home .stats-band .section-head--compact {
    margin-bottom: 3rem;
}

.page-home .stats-band__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: var(--white);
    border: 1px solid rgba(10, 10, 15, 0.07);
    border-radius: var(--radius-lg);
    box-shadow:
        0 1px 2px rgba(10, 10, 15, 0.04),
        0 12px 40px rgba(10, 10, 15, 0.05);
    overflow: hidden;
}

.page-home .stats-band__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: 1.75rem 1.5rem;
    text-align: left;
    position: relative;
    transition: background 0.3s var(--ease);
}

.page-home .stats-band__item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 1.75rem;
    right: 0;
    bottom: 1.75rem;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(10, 10, 15, 0.08), transparent);
}

.page-home .stats-band__item:hover {
    background: rgba(10, 10, 15, 0.03);
}

.page-home .stats-band__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(10, 10, 15, 0.08);
    color: var(--primary);
    flex-shrink: 0;
    transition: background 0.3s var(--ease), color 0.3s;
}

.page-home .stats-band__item:hover .stats-band__icon {
    background: var(--primary);
    color: var(--white);
}

.page-home .stats-band__body {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.page-home .stats-band__body strong {
    font-size: clamp(1.625rem, 2.5vw, 2.125rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--navy);
    font-variant-numeric: tabular-nums;
}

.page-home .stats-band__body span {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-muted);
    line-height: 1.35;
}

@media (max-width: 1024px) {
    .page-home .stats-band__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-home .stats-band__item:nth-child(2)::after {
        display: none;
    }

    .page-home .stats-band__item:nth-child(1),
    .page-home .stats-band__item:nth-child(2) {
        border-bottom: 1px solid rgba(10, 10, 15, 0.06);
    }
}

@media (max-width: 768px) {
    .page-home .stats-band__grid {
        grid-template-columns: 1fr;
    }

    .page-home .stats-band__item::after {
        display: none;
    }

    .page-home .stats-band__item:not(:last-child) {
        border-bottom: 1px solid rgba(10, 10, 15, 0.06);
    }

    .page-home .stats-band__item:nth-child(1),
    .page-home .stats-band__item:nth-child(2) {
        border-bottom: 1px solid rgba(10, 10, 15, 0.06);
    }
}

/* —— Products —— */
.page-home .home-products {
    padding: 5.5rem 0;
    background:
        radial-gradient(ellipse 60% 50% at 100% 0%, rgba(10, 10, 15, 0.04), transparent 50%),
        var(--white);
    position: relative;
}

.page-home .home-products::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(100%, var(--container));
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(10, 10, 15, 0.08), transparent);
}

.page-home .section-head {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.page-home .section-head .section-label {
    justify-content: center;
}

.page-home .section-head .section-label::before {
    display: none;
}

.page-home .section-head .section-desc {
    margin-left: auto;
    margin-right: auto;
}

.page-home .section-cta {
    text-align: center;
    margin-top: 2.75rem;
}

.page-home .section-cta .btn--primary {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

/* —— Global band (monochrome) —— */
.page-home .global-band {
    padding: 4.5rem 0;
    background: linear-gradient(180deg, #fafafa 0%, #f0f0f2 100%);
    position: relative;
}

.page-home .global-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.03), transparent 45%),
        radial-gradient(circle at 80% 50%, rgba(0, 0, 0, 0.02), transparent 40%);
    pointer-events: none;
}

.page-home .global-band__card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
    padding: 2rem 2.5rem;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, #0a0a0f 0%, #14141c 48%, #1e1e28 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.06) inset,
        0 24px 64px rgba(0, 0, 0, 0.22),
        0 8px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    isolation: isolate;
}

.page-home .global-band__card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 65%);
    pointer-events: none;
}

.page-home .global-band__card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.page-home .global-band__icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--white);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.page-home .global-band__content {
    position: relative;
    z-index: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.page-home .global-band__domain {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: lowercase;
    color: rgba(255, 255, 255, 0.72);
}

.page-home .global-band__title {
    margin: 0;
    color: var(--white);
    font-size: clamp(1.0625rem, 2vw, 1.375rem);
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -0.02em;
}

.page-home .global-band__cta {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    min-height: 48px;
    padding: 0.875rem 1.625rem;
    background: var(--white);
    color: #0a0a0f;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.01em;
    border-radius: var(--btn-radius);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s, color 0.25s, border-color 0.25s;
    white-space: nowrap;
}

.page-home .global-band__cta:hover {
    background: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.55);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.page-home .global-band__cta svg {
    flex-shrink: 0;
    transition: transform 0.25s var(--ease);
}

.page-home .global-band__cta:hover svg {
    transform: translateX(4px);
}

/* —— News —— */
.page-home .home-news {
    padding: 5.5rem 0;
    background:
        radial-gradient(ellipse 75% 55% at 75% 30%, rgba(10, 10, 15, 0.06), transparent 55%),
        radial-gradient(ellipse 60% 50% at 15% 70%, rgba(82, 82, 91, 0.04), transparent 50%),
        linear-gradient(180deg, #eef1f6 0%, #f6f8fb 100%);
}

.page-home .home-news .section-head .home-news__tag {
    display: inline-block;
    margin: 1rem auto 0;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--primary-dark);
    padding: 0.375rem 1rem;
    background: rgba(10, 10, 15, 0.08);
    border-radius: 999px;
    border: 1px solid rgba(10, 10, 15, 0.15);
}

.page-home .home-news__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem;
    align-items: stretch;
}

.page-home .news-card {
    display: flex;
    flex-direction: column;
    padding: 2rem 2rem 1.75rem;
    min-height: 240px;
    border-radius: var(--radius-md);
    position: relative;
    overflow: hidden;
}

.page-home .news-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 2rem;
    right: 2rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(10, 10, 15, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.page-home .news-card:hover::after {
    opacity: 1;
}

.page-home .news-card__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary);
}

.page-home .news-card h3 {
    margin: 0.5rem 0 0.75rem;
    color: var(--navy);
    font-size: 1.375rem;
    letter-spacing: -0.02em;
}

.page-home .news-card p {
    flex: 1;
    margin-bottom: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.page-home .news-card a {
    margin-top: auto;
    font-weight: 600;
    color: var(--primary-dark);
}

/* —— Trust (monochrome) —— */
.page-home .trust {
    padding: 5rem 0 5.5rem;
    background: linear-gradient(180deg, #fafafa 0%, #f3f3f5 100%);
    position: relative;
}

.page-home .trust::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.08), transparent);
}

.page-home .trust__intro {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 2.75rem;
}

.page-home .trust__intro .section-label {
    color: rgba(10, 10, 15, 0.45);
}

.page-home .trust__intro .section-label::before {
    background: #0a0a0f;
}

.page-home .trust__title {
    margin-top: 0.625rem;
    font-family: var(--font-display);
    font-size: clamp(1.625rem, 3vw, 2.125rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0a0a0f;
}

.page-home .trust__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

.page-home .trust-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 2rem 1.375rem 1.75rem;
    min-height: 220px;
    background: var(--white);
    border: 1px solid rgba(10, 10, 15, 0.08);
    border-radius: var(--radius-lg);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 12px 32px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s, background 0.3s, color 0.3s;
}

.page-home .trust-item::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    transition: border-color 0.3s;
    pointer-events: none;
}

.page-home .trust-item:hover {
    transform: translateY(-4px);
    background: #0a0a0f;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
}

.page-home .trust-item:hover::after {
    border-color: rgba(255, 255, 255, 0.08);
}

.page-home .trust-item__num {
    position: absolute;
    top: 1rem;
    right: 1.125rem;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(10, 10, 15, 0.2);
    transition: color 0.3s;
}

.page-home .trust-item:hover .trust-item__num {
    color: rgba(255, 255, 255, 0.35);
}

.page-home .trust-item__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
}

.page-home .trust-item__icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #0a0a0f;
    border: 1px solid rgba(10, 10, 15, 0.12);
    color: var(--white);
    transition: background 0.3s, color 0.3s, transform 0.3s var(--ease), border-color 0.3s;
}

.page-home .trust-item:hover .trust-item__icon {
    background: var(--white);
    color: #0a0a0f;
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.2);
}

.page-home .trust-item strong {
    display: block;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0a0a0f;
    transition: color 0.3s;
}

.page-home .trust-item:hover strong {
    color: var(--white);
}

.page-home .trust-item p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: rgba(10, 10, 15, 0.58);
    max-width: 220px;
    transition: color 0.3s;
}

.page-home .trust-item:hover p {
    color: rgba(255, 255, 255, 0.68);
}

.theme-glass.page-home .trust {
    background: linear-gradient(180deg, #fafafa 0%, #f3f3f5 100%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.theme-glass.page-home .trust-item {
    background: var(--white);
    border-color: rgba(10, 10, 15, 0.08);
}

.theme-glass.page-home .trust-item__icon {
    background: #0a0a0f;
    border-color: rgba(10, 10, 15, 0.12);
    color: var(--white);
}

.theme-glass.page-home .trust-item strong {
    color: #0a0a0f;
}

.theme-glass.page-home .trust-item p {
    color: rgba(10, 10, 15, 0.58);
}

.theme-glass.page-home .trust-item:hover {
    background: #0a0a0f;
}

.theme-glass.page-home .trust-item:hover strong {
    color: var(--white);
}

.theme-glass.page-home .trust-item:hover p {
    color: rgba(255, 255, 255, 0.68);
}

.theme-glass.page-home .trust-item:hover .trust-item__icon {
    background: var(--white);
    color: #0a0a0f;
}

@media (max-width: 1024px) {
    .page-home .home-hero__scroll {
        display: none;
    }

    .page-home .stats-band__grid,
    .page-home .trust__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-home .global-band__card {
        grid-template-columns: auto 1fr;
        gap: 1.25rem 1.5rem;
        padding: 1.75rem 1.5rem;
    }

    .page-home .global-band__cta {
        grid-column: 1 / -1;
        justify-self: stretch;
        justify-content: center;
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .page-home .site-main {
        --brand-marquee-h: 4.25rem;
    }

    .page-home .home-viewport {
        min-height: 100dvh;
    }

    .page-home .home-hero__center {
        padding-top: calc(var(--total-header) + 1rem);
    }

    .page-home .home-hero__cards {
        padding-bottom: 1.25rem;
    }

    .page-home .discover-row {
        grid-template-columns: repeat(2, 1fr);
        max-width: none;
        gap: 0.75rem;
    }

    .page-home .discover-row .discover-card {
        min-height: 120px;
        padding: 1.125rem 1rem;
    }

    .page-home .discover-card strong {
        font-size: 1rem;
    }

    .page-home .stats-band,
    .page-home .global-band,
    .page-home .home-products,
    .page-home .home-news,
    .page-home .trust {
        padding: 4rem 0;
    }

    .page-home .stats-band__grid,
    .page-home .trust__grid,
    .page-home .home-news__grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-home .home-hero__lead {
        font-size: 0.9375rem;
    }

    .page-home .global-band__card {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.25rem;
        padding: 1.75rem 1.25rem;
    }

    .page-home .global-band__icon {
        margin: 0 auto;
    }

    .page-home .global-band__cta {
        grid-column: auto;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-home .home-hero__tag-dot,
    .page-home .home-hero__scroll-line::after {
        animation: none;
    }

    .page-home .trust-item:hover {
        transform: none;
    }
}
