﻿body {
    font-family: Arial, "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif;
    background-color: #ffffff;
}

:root {
    --fun-orange: #F6821F;
    --fun-orange-deep: #D96C14;
    --fun-orange-dark: #B45309;
    --fun-border: #E5E7EB;
    --fun-text: #0F172A;
    --fun-muted: #64748B;
    --fun-soft-bg: #F8FAFC;
    --fun-section-line: #E2E8F0;
}

.home-hero-section {
    position: relative;
    min-height: clamp(620px, 76vh, 760px);
    overflow: hidden;
    background: var(--fun-soft-bg);
    color: var(--fun-text);
    border-bottom: 0;
}

.home-hero-media {
    position: absolute;
    inset: 0;
    background-image: url("/web/FunIDC2/static/images/hero-datacenter-v80.jpg");
    background-image: image-set(url("/web/FunIDC2/static/images/hero-datacenter-v80.webp") type("image/webp"), url("/web/FunIDC2/static/images/hero-datacenter-v80.jpg") type("image/jpeg"));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

.home-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.74) 34%, rgba(255, 255, 255, 0.50) 58%, rgba(255, 255, 255, 0.30) 100%);
    pointer-events: none;
}

.home-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    width: min(1280px, calc(100vw - 48px));
    min-height: clamp(620px, 76vh, 760px);
    margin: 0 auto;
    padding: 74px 32px 88px;
}

.home-hero-copy {
    max-width: 680px;
}

.home-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #465973;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.home-hero-kicker::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: var(--fun-orange);
}

.home-hero-copy h1 {
    margin: 0;
    color: var(--fun-text);
    font-size: 62px;
    font-weight: 900;
    line-height: 1.07;
    letter-spacing: 0;
}

.home-hero-copy h1 span {
    color: var(--fun-orange);
}

.home-hero-copy p {
    max-width: 610px;
    margin: 22px 0 0;
    color: var(--fun-muted);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.82;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.home-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 900;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.home-hero-actions a:hover {
    transform: translateY(-2px);
}

.home-hero-primary {
    color: #ffffff;
    background: var(--fun-orange);
    box-shadow: 0 18px 36px rgba(246, 130, 31, 0.20);
}

.home-hero-primary:hover {
    color: #ffffff;
    background: var(--fun-orange-deep);
    box-shadow: 0 20px 40px rgba(246, 130, 31, 0.25);
}

.home-hero-secondary {
    color: #13233C;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid #CBD8E8;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.045);
}

.home-hero-secondary:hover {
    color: var(--fun-orange-deep);
    border-color: rgba(246, 130, 31, 0.45);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.home-section {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.product-section {
    background:
        radial-gradient(circle at 50% 0%, rgba(246, 130, 31, 0.05), transparent 32%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-top: 0;
    border-bottom: 1px solid #edf2f7;
    margin-top: 0;
    padding-top: 5.25rem;
}

.pricing-section {
    background: #ffffff;
    border-top: 1px solid var(--fun-section-line);
    border-bottom: 1px solid var(--fun-section-line);
}

.network-showcase-section {
    overflow: hidden;
    background: #ffffff;
    border-top: 1px solid var(--fun-section-line);
    border-bottom: 1px solid var(--fun-section-line);
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.scenario-section + .network-showcase-section {
    border-top: 0;
}

.network-showcase-section .network-shell {
    max-width: 80rem;
}

.faq-home-section {
    background: var(--fun-soft-bg);
    border-top: 1px solid var(--fun-section-line);
    border-bottom: 0;
}

.support-section {
    background: #ffffff;
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
}

.ecosystem-section {
    background: #F8FAFC;
    border-top: 1px solid var(--fun-section-line);
    border-bottom: 1px solid var(--fun-section-line);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.final-cta-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #F8FAFC 72%, #ffffff 100%);
    border-top: 0;
    color: var(--fun-text);
    padding-top: 70px;
    padding-bottom: 92px;
}

.final-cta-section::before {
    content: none;
}

.final-cta-shell {
    position: relative;
    width: min(1280px, calc(100vw - 64px));
    min-height: 428px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(211, 219, 231, 0.95);
    border-radius: 24px;
    background: #ffffff;
    padding: 64px 64px 58px;
    box-shadow: 0 30px 82px rgba(15, 23, 42, 0.09);
}

.final-cta-shell::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
    background-size: 68px 68px, 68px 68px;
    opacity: 0.55;
    pointer-events: none;
}

.final-cta-shell::after {
    content: none;
}

.final-cta-copy,
.final-cta-network {
    position: relative;
    z-index: 1;
}

.final-cta-copy {
    z-index: 3;
    max-width: 520px;
}

.final-cta-kicker {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    margin-bottom: 18px;
    padding-left: 14px;
    color: var(--fun-orange-dark);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 900;
}

.final-cta-kicker::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 4px;
    border-radius: 999px;
    background: var(--fun-orange);
}

.final-cta-copy h2 {
    max-width: 500px;
    margin: 0 0 18px;
    color: var(--fun-text);
    font-size: 44px;
    line-height: 1.14;
    font-weight: 900;
    letter-spacing: 0;
}

.final-cta-copy h2 span {
    color: var(--fun-orange);
}

.final-cta-copy p {
    max-width: 500px;
    margin: 0;
    color: var(--fun-muted);
    font-size: 15.5px;
    line-height: 1.82;
    font-weight: 650;
}

.final-cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
}

.final-cta-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    min-height: 52px;
    border-radius: 10px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.final-cta-actions a:hover {
    transform: translateY(-2px);
}

.final-cta-primary {
    color: #ffffff;
    background: var(--fun-orange);
    box-shadow: 0 16px 34px rgba(246, 130, 31, 0.24);
}

.final-cta-primary:hover {
    color: #ffffff;
    background: var(--fun-orange-deep);
    box-shadow: 0 18px 38px rgba(246, 130, 31, 0.28);
}

.final-cta-secondary {
    background: #ffffff;
    border: 1px solid #DBE3EE;
    color: var(--fun-text);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.final-cta-secondary:hover {
    border-color: rgba(246, 130, 31, 0.45);
    color: var(--fun-orange-deep);
    box-shadow: 0 14px 30px rgba(246, 130, 31, 0.08);
}

.final-cta-points {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin-top: 30px;
}

.final-cta-points span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #475569;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
}

.final-cta-points i {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--fun-orange);
    box-shadow: 0 0 0 4px rgba(246, 130, 31, 0.12);
}

.final-cta-network {
    position: absolute;
    z-index: 1;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.88) 32%, rgba(255, 255, 255, 0.68) 48%, rgba(255, 255, 255, 0.34) 66%, rgba(255, 255, 255, 0.08) 100%),
        url("/web/FunIDC2/static/images/final-network-v66.png");
    background-position: left center, center center;
    background-repeat: no-repeat;
    background-size: 100% 100%, cover;
    pointer-events: none;
}

.final-cta-network::before {
    content: none;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bg-cf-orange {
    background-color: var(--fun-orange);
}

.hover\:bg-cf-orangeHover:hover {
    background-color: var(--fun-orange-deep);
}

.hover\:text-cf-orangeHover:hover {
    color: var(--fun-orange-deep);
}

.to-red-500 {
    --tw-gradient-to: #FB923C;
}

.home-hover-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.product-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 36px;
}

.product-heading-row h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: var(--fun-text);
    font-size: clamp(30px, 3.1vw, 42px);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0;
}

.product-heading-row p {
    max-width: 760px;
    color: var(--fun-muted);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
}

.product-all-link {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    color: var(--fun-orange);
    font-size: 15px;
    font-weight: 900;
    transition: color 0.2s ease, transform 0.2s ease;
}

.product-all-link:hover {
    color: var(--fun-orange-deep);
    transform: translateX(3px);
}

.product-matrix-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.product-matrix-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(160px, 195px);
    gap: 14px;
    align-items: center;
    min-height: 0;
    overflow: hidden;
    border: 1px solid #dfe5ee;
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92));
    box-shadow: 0 18px 58px rgba(15, 23, 42, 0.07);
    padding: 22px 24px;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.product-matrix-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, rgba(246, 130, 31, 0.05), transparent 38%),
        radial-gradient(circle at 88% 16%, rgba(148, 163, 184, 0.12), transparent 34%);
    opacity: 0;
    transition: opacity 0.24s ease;
    pointer-events: none;
}

.product-matrix-card:hover {
    transform: translateY(-4px);
    border-color: rgba(246, 130, 31, 0.55);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.11), 0 10px 26px rgba(246, 130, 31, 0.06);
}

.product-matrix-card:hover::before {
    opacity: 1;
}

.product-card-copy {
    position: relative;
    z-index: 1;
}

.product-card-copy h3 {
    margin-bottom: 12px;
    color: var(--fun-text);
    font-size: clamp(22px, 1.8vw, 28px);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0;
}

.product-card-copy p {
    max-width: 360px;
    margin-bottom: 16px;
    color: var(--fun-muted);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.72;
}

.product-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.product-metrics span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 0 13px;
    border-radius: 999px;
    border: 1px solid #E2E8F0;
    background: rgba(255, 255, 255, 0.82);
    color: #64748B;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.product-metrics svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #475569;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-card-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    color: var(--fun-orange);
    font-size: 15px;
    font-weight: 900;
    transition: color 0.2s ease, transform 0.2s ease;
}

.product-card-link:hover {
    color: var(--fun-orange-deep);
    transform: translateX(4px);
}

.product-art {
    position: relative;
    z-index: 1;
    justify-self: end;
    width: min(100%, 192px);
    transition: transform 0.28s ease;
}

.product-matrix-card:hover .product-art {
    transform: translateY(-2px) scale(1.01);
}

.product-art svg {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 28px rgba(15, 23, 42, 0.10));
}

.product-art img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: scale(1.08);
    transform-origin: center;
    filter: drop-shadow(0 18px 28px rgba(15, 23, 42, 0.10));
}

.product-art img + svg {
    display: none;
}

.hero-secondary-cta {
    background: #fff7ed;
    border: 1px solid #FED7AA;
    color: var(--fun-orange);
    box-shadow: 0 10px 24px rgba(246, 130, 31, 0.06);
}

.hero-secondary-cta:hover {
    background: #ffffff;
    border-color: var(--fun-orange);
    color: var(--fun-orange-deep);
    box-shadow: 0 10px 24px rgba(246, 130, 31, 0.10);
    transform: translateY(-1px);
}

.scenario-section {
    background:
        linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 48%, #F8FAFC 100%);
    border-top: 1px solid var(--fun-section-line);
    border-bottom: 1px solid var(--fun-section-line);
}

.scenario-shell {
    --scenario-accent: #F6821F;
    --scenario-accent-rgb: 246, 130, 31;
}

.scenario-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
    gap: 20px;
    align-items: stretch;
    margin-bottom: 18px;
}

.scenario-copy-card,
.scenario-visual {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #E5E7EB;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.07);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.scenario-copy-card {
    min-height: 378px;
    padding: 34px;
}

.scenario-copy-card::before {
    content: "";
    position: absolute;
    right: -90px;
    top: -110px;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: rgba(var(--scenario-accent-rgb), 0.13);
    filter: blur(12px);
    pointer-events: none;
}

.scenario-copy-card:hover,
.scenario-visual:hover {
    transform: translateY(-3px);
    border-color: rgba(var(--scenario-accent-rgb), 0.24);
    box-shadow: 0 28px 68px rgba(15, 23, 42, 0.09);
}

.scenario-copy-content {
    position: relative;
    z-index: 1;
}

.scenario-kicker {
    display: inline-flex;
    width: max-content;
    border-radius: 999px;
    background: rgba(var(--scenario-accent-rgb), 0.10);
    border: 1px solid rgba(var(--scenario-accent-rgb), 0.18);
    color: var(--scenario-accent);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 10px;
    margin-bottom: 18px;
}

.scenario-copy-card h3 {
    color: var(--fun-text);
    font-size: 36px;
    line-height: 1.14;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.scenario-copy-card p {
    color: var(--fun-muted);
    font-size: 15px;
    line-height: 1.85;
    font-weight: 600;
    max-width: 620px;
}

.scenario-feature-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0;
}

.scenario-feature-metrics span {
    display: block;
    border-radius: 14px;
    border: 1px solid #E5E7EB;
    background: #F8FAFC;
    padding: 12px;
    transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.scenario-copy-card:hover .scenario-feature-metrics span {
    border-color: rgba(var(--scenario-accent-rgb), 0.20);
    background: rgba(var(--scenario-accent-rgb), 0.05);
    transform: translateY(-1px);
}

.scenario-feature-metrics strong {
    display: block;
    color: var(--scenario-accent);
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 7px;
}

.scenario-feature-metrics em {
    display: block;
    color: var(--fun-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.scenario-points {
    display: grid;
    gap: 10px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.scenario-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--fun-text);
    font-size: 14px;
    font-weight: 700;
}

.scenario-points li::before {
    content: "";
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--scenario-accent);
    box-shadow: 0 0 0 5px rgba(var(--scenario-accent-rgb), 0.10);
}

.scenario-action-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.scenario-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    background: var(--scenario-accent);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.scenario-link:hover {
    color: #ffffff;
    filter: brightness(0.96);
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(var(--scenario-accent-rgb), 0.20);
}

.scenario-note {
    color: var(--fun-muted);
    font-size: 12px;
    font-weight: 700;
}

.scenario-visual {
    min-height: 378px;
    background: #0f172a;
}

.scenario-visual-frame {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 24px;
    background: #0f172a;
}

.scenario-visual-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.6s ease, filter 0.6s ease;
}

.scenario-visual:hover .scenario-visual-image {
    transform: scale(1.045);
    filter: saturate(1.04) contrast(1.02);
}

.scenario-visual-shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.30) 100%),
        linear-gradient(90deg, rgba(15, 23, 42, 0.28) 0%, rgba(15, 23, 42, 0.02) 46%, rgba(15, 23, 42, 0.38) 100%);
    pointer-events: none;
}

.scenario-visual-label {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 4;
    display: inline-flex;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.50);
    color: var(--fun-text);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.10em;
    padding: 7px 10px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
}

.scenario-visual-card {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.90);
    padding: 16px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(10px);
}

.scenario-visual-card strong {
    color: var(--fun-text);
    font-size: 18px;
    font-weight: 900;
}

.scenario-visual-card span {
    color: var(--fun-muted);
    font-size: 13px;
    font-weight: 700;
    text-align: right;
}

.scenario-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.scenario-card {
    appearance: none;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    min-height: 132px;
    padding: 20px 44px 20px 20px;
    border-radius: 18px;
    border: 1px solid #E5E7EB;
    background: #ffffff;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.045);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.scenario-card::after {
    content: "\2192";
    position: absolute;
    right: 18px;
    bottom: 17px;
    color: var(--scenario-accent);
    font-size: 18px;
    font-weight: 900;
    opacity: 0.46;
    transform: translateX(0);
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.scenario-card:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--scenario-accent-rgb), 0.28);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.scenario-card:hover::after,
.scenario-card.is-active::after {
    opacity: 1;
    transform: translateX(3px);
}

.scenario-card.is-active {
    background:
        linear-gradient(180deg, rgba(var(--scenario-accent-rgb), 0.065) 0%, #FFFFFF 78%);
    border-color: rgba(var(--scenario-accent-rgb), 0.48);
    box-shadow: 0 18px 46px rgba(var(--scenario-accent-rgb), 0.10), 0 12px 32px rgba(15, 23, 42, 0.04);
    transform: translateY(-2px);
}

.scenario-card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 28px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(var(--scenario-accent-rgb), 0.08);
    border: 1px solid rgba(var(--scenario-accent-rgb), 0.16);
    color: var(--scenario-accent);
    font-size: 10px;
    letter-spacing: 0.08em;
    font-weight: 900;
}

.scenario-card strong {
    color: var(--fun-text);
    font-size: 18px;
    font-weight: 900;
}

.scenario-card small {
    color: var(--fun-muted);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 600;
}

.scenario-copy-content.is-changing {
    animation: scenarioFade 0.28s ease both;
}

.scenario-visual.is-changing .scenario-visual-frame {
    animation: scenarioVisualIn 0.32s ease both;
}

@keyframes scenarioFade {
    from {
        opacity: 0.28;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scenarioVisualIn {
    from {
        opacity: 0.55;
        transform: scale(0.985);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (hover: hover) {
    .home-hover-card:hover {
        border-color: var(--fun-orange);
        box-shadow: 0 20px 55px rgba(15, 23, 42, 0.10), 0 8px 24px rgba(246, 130, 31, 0.06);
        transform: translateY(-4px);
    }
}

.network-console {
    position: relative;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    color: var(--fun-text);
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
    gap: 34px;
    align-items: stretch;
    min-height: 500px;
    padding: 18px 0 14px;
}

.network-console::before {
    content: "";
    position: absolute;
    inset: -28px -2vw -18px;
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.025) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: 0.5;
    pointer-events: none;
}

.network-console::after {
    content: none;
}

.network-console > * {
    position: relative;
    z-index: 1;
}

.network-summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    gap: 30px;
    min-width: 0;
}

.network-title {
    color: var(--fun-text);
    font-size: clamp(38px, 4.5vw, 58px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.network-desc {
    color: var(--fun-muted);
    font-size: 17px;
    line-height: 1.8;
    font-weight: 600;
    max-width: 620px;
}

.network-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}

.network-metric {
    position: relative;
    overflow: hidden;
    min-height: 94px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 18px;
    padding: 18px 20px;
    cursor: default;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.network-metric::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(246, 130, 31, 0.13), transparent 62%);
    opacity: 0;
    transition: opacity 0.22s ease;
    pointer-events: none;
}

.network-metric:hover {
    transform: translateY(-3px);
    border-color: rgba(246, 130, 31, 0.36);
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07), 0 8px 20px rgba(246, 130, 31, 0.06);
}

.network-metric:hover::after {
    opacity: 1;
}

.network-metric strong {
    position: relative;
    z-index: 1;
    display: block;
    color: var(--fun-orange);
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
    transition: color 0.22s ease, text-shadow 0.22s ease;
}

.network-metric:hover strong {
    color: var(--fun-orange-deep);
    text-shadow: 0 0 10px rgba(246, 130, 31, 0.14);
}

.network-metric span {
    position: relative;
    z-index: 1;
    display: block;
    color: var(--fun-muted);
    font-size: 12px;
    font-weight: 900;
}

.network-metric:hover span {
    color: #334155;
}

.network-node-panel {
    display: grid;
    gap: 12px;
    width: min(100%, 560px);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255, 247, 237, 0.66) 0%, rgba(248, 250, 252, 0.92) 48%, #ffffff 100%);
    padding: 12px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.network-region-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.network-region-tabs a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 56px;
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: #475569;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.network-region-tabs a:hover {
    transform: translateY(-1px);
    border-color: rgba(246, 130, 31, 0.34);
    background: #ffffff;
    color: var(--fun-orange-deep);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.network-region-tabs a.is-active {
    border-color: rgba(246, 130, 31, 0.46);
    background: var(--fun-orange);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(246, 130, 31, 0.18);
}

.network-region-tabs strong {
    font-size: 15px;
    line-height: 1.1;
    font-weight: 900;
}

.network-region-tabs span {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 800;
}

.network-node-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px 18px;
    align-items: center;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 16px;
    background: #ffffff;
    padding: 18px;
}

.network-node-card strong {
    display: block;
    color: var(--fun-text);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 900;
    margin-bottom: 8px;
}

.network-node-card p {
    max-width: 360px;
    color: var(--fun-muted);
    font-size: 13px;
    line-height: 1.65;
    font-weight: 600;
}

.network-node-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(72px, 1fr));
    gap: 8px;
}

.network-node-stats span {
    min-height: 60px;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    background: #F8FAFC;
    padding: 10px;
    color: #64748B;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.network-node-stats b {
    display: block;
    color: var(--fun-orange-deep);
    font-size: 17px;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 5px;
}

.network-node-card > a {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-height: 42px;
    border-radius: 10px;
    background: #111827;
    color: #ffffff;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 900;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.network-node-card > a:hover {
    transform: translateY(-1px);
    background: var(--fun-orange-deep);
    box-shadow: 0 12px 26px rgba(246, 130, 31, 0.18);
}

.network-map {
    position: relative;
    min-height: 430px;
    border: 0;
    background: transparent;
    overflow: visible;
    margin-left: -12px;
}

.network-map::before {
    content: "";
    position: absolute;
    inset: 34px 4px 30px 12px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 54% 52%, rgba(246, 130, 31, 0.075), transparent 30%),
        radial-gradient(ellipse at 50% 50%, rgba(248, 250, 252, 0.72), rgba(255, 255, 255, 0) 70%);
    opacity: 1;
    pointer-events: none;
}

.network-map svg {
    position: absolute;
    inset: -28px -18px -16px -40px;
    width: calc(100% + 58px);
    height: calc(100% + 48px);
    opacity: 1;
    filter: saturate(1.08) contrast(1.04);
}

.network-wave {
    transform-origin: center;
}

.network-console {
    grid-template-columns: minmax(0, 0.66fr) minmax(650px, 1.34fr);
    gap: 34px;
    min-height: 488px;
    padding: 8px 0;
}

.network-summary {
    min-height: 488px;
    justify-content: center;
    gap: 0;
}

.network-title {
    font-size: clamp(32px, 3vw, 36px);
    line-height: 1.16;
    margin-bottom: 16px;
}

.network-desc {
    max-width: 470px;
    font-size: 15px;
    line-height: 1.76;
}

.network-lite-list {
    display: grid;
    gap: 0;
    max-width: 460px;
    margin-top: 26px;
    border-top: 1px solid #E8EDF4;
}

.network-lite-item {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #E8EDF4;
}

.network-lite-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 9px;
    background: #FFF7ED;
    color: var(--fun-orange);
}

.network-lite-icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.network-lite-item strong {
    display: block;
    color: var(--fun-text);
    font-size: 15px;
    font-weight: 900;
}

.network-lite-item em {
    display: block;
    margin-top: 3px;
    color: var(--fun-muted);
    font-size: 12px;
    line-height: 1.45;
    font-style: normal;
    font-weight: 700;
}

.network-lite-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
}

.network-lite-actions a {
    color: var(--fun-orange-deep);
    font-size: 13px;
    font-weight: 900;
}

.network-lite-actions a:hover {
    color: var(--fun-orange-dark);
}

.network-map {
    min-height: 488px;
    margin-left: 0;
}

.network-map::before {
    inset: 14px -28px 16px;
    border-radius: 38px;
    background:
        radial-gradient(circle at 51% 51%, rgba(246, 130, 31, 0.085), transparent 29%),
        radial-gradient(ellipse at 50% 50%, rgba(248, 250, 252, 0.72), rgba(255, 255, 255, 0) 73%);
}

.network-map svg {
    inset: -52px -64px -28px -100px;
    width: calc(100% + 164px);
    height: calc(100% + 86px);
}

.network-map .network-metrics {
    position: absolute;
    right: 0;
    bottom: 30px;
    display: flex;
    gap: 10px;
    margin: 0;
    z-index: 2;
}

.network-map .network-metric {
    min-width: 132px;
    min-height: 0;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.9);
    padding: 13px 14px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.network-map .network-metric strong {
    font-size: 20px;
    margin-bottom: 6px;
}

.network-map .network-metric span {
    font-size: 12px;
    line-height: 1.2;
}

.faq-home-section {
    background: #F8FAFC;
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow-anchor: none;
}

.faq-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.faq-header h2 {
    color: var(--fun-text);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.faq-header p {
    max-width: 920px;
    color: var(--fun-muted);
    font-size: 15px;
    line-height: 1.8;
    font-weight: 600;
}

.faq-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    height: 46px;
    border-radius: 10px;
    background: var(--fun-orange);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(246, 130, 31, 0.16);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-contact-btn:hover {
    background: var(--fun-orange-deep);
    box-shadow: 0 12px 28px rgba(246, 130, 31, 0.2);
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.faq-flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 0;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.96) 100%);
    padding: 8px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.055);
}

.faq-flow-item {
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 12px;
    row-gap: 2px;
    align-items: center;
    border: 0;
    border-radius: 12px;
    background: transparent;
    padding: 14px 12px;
    box-shadow: none;
    transition: background-color 0.2s ease;
}

.faq-flow-item:first-child {
    background: #FFF7ED;
}

.faq-flow-item:hover {
    background: #ffffff;
}

.faq-flow-item span {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #FFF7ED;
    color: var(--fun-orange);
    font-size: 14px;
    font-weight: 900;
}

.faq-flow-item:first-child span {
    background: var(--fun-orange);
    color: #ffffff;
}

.faq-flow-item strong {
    color: var(--fun-text);
    font-size: 15px;
    font-weight: 900;
}

.faq-flow-item em {
    color: var(--fun-muted);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}

.faq-checks {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 16px;
    height: 430px;
}

.faq-check-card {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    align-items: center;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    background: #ffffff;
    padding: 20px 22px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.055);
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
    will-change: transform;
}

.faq-check-card:hover {
    transform: translateY(-3px);
    border-color: rgba(246, 130, 31, 0.26);
    background: linear-gradient(135deg, rgba(255, 247, 237, 0.78) 0%, #ffffff 72%);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.075), 0 10px 22px rgba(246, 130, 31, 0.045);
}

.faq-check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #FFF7ED;
    color: var(--fun-orange);
}

.faq-check-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.faq-check-icon img {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: drop-shadow(0 8px 12px rgba(15, 23, 42, 0.08));
    transition: transform 0.22s ease, filter 0.22s ease;
}

.faq-check-card:hover .faq-check-icon img {
    transform: scale(1.08);
    filter: drop-shadow(0 10px 14px rgba(246, 130, 31, 0.14));
}

.faq-check-card strong {
    display: block;
    color: var(--fun-text);
    font-size: 17px;
    font-weight: 900;
}

.faq-check-card em {
    display: block;
    margin-top: 6px;
    color: var(--fun-muted);
    font-size: 13px;
    line-height: 1.6;
    font-style: normal;
    font-weight: 700;
}

.faq-panel {
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    background: #ffffff;
    padding: 10px;
    height: 430px;
    box-shadow: 0 20px 54px rgba(15, 23, 42, 0.065);
    overflow-y: auto;
    overflow-anchor: none;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.faq-panel:hover {
    transform: translateY(-2px);
    border-color: rgba(246, 130, 31, 0.18);
    box-shadow: 0 26px 66px rgba(15, 23, 42, 0.09), 0 10px 24px rgba(246, 130, 31, 0.035);
}

.faq-list {
    display: grid;
    gap: 0;
}

.faq-item {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border: 0;
    border-radius: 12px;
    background: #ffffff;
    padding: 0 18px;
    box-shadow: none;
    overflow-anchor: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.faq-item + .faq-item {
    border-top: 1px solid #EEF2F7;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 3px;
    border-radius: 999px;
    background: transparent;
    transition: background-color 0.2s ease;
    z-index: 1;
}

.faq-item::after {
    display: none;
}

.faq-item:hover {
    background: linear-gradient(90deg, #F8FAFC 0%, #ffffff 90%);
    box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.72);
}

.faq-item:hover::before {
    background: #CBD5E1;
}

.faq-item[open] {
    background: linear-gradient(90deg, #F8FAFC 0%, #ffffff 90%);
    box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.72);
}

.faq-item[open]::before {
    background: var(--fun-orange);
}

.faq-item summary {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    list-style: none;
    color: var(--fun-text);
    font-size: 16px;
    font-weight: 900;
    min-height: 64px;
    padding: 16px 0;
    transition: color 0.2s ease;
}

.faq-item summary:focus {
    outline: none;
}

.faq-item summary:focus-visible {
    outline: 2px solid rgba(246, 130, 31, 0.32);
    outline-offset: 3px;
    border-radius: 10px;
}

.faq-item:hover summary,
.faq-item[open] summary {
    color: #111827;
}

.faq-item summary::after {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid #CBD5E1;
    background: #ffffff;
    color: #64748B;
    font-size: 16px;
    line-height: 1;
    flex: 0 0 auto;
    box-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.faq-item:hover summary::after {
    transform: scale(1.08);
    border-color: rgba(246, 130, 31, 0.36);
    background: #ffffff;
    color: var(--fun-orange-deep);
    box-shadow: 0 8px 18px rgba(246, 130, 31, 0.12);
}

.faq-item[open] summary::after {
    content: "-";
    background: var(--fun-orange);
    border-color: var(--fun-orange);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(246, 130, 31, 0.18);
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item p {
    position: relative;
    z-index: 1;
    color: var(--fun-muted);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
    border-top: 1px solid #F1F5F9;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 16px;
    max-width: 920px;
    overflow-anchor: none;
}

.support-problem-header {
    max-width: 980px;
    margin-bottom: 28px;
}

.support-problem-header h2 {
    color: var(--fun-text);
    font-size: clamp(34px, 3.4vw, 44px);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.support-problem-header p {
    color: var(--fun-muted);
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
}

.support-problem-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.support-problem-card {
    position: relative;
    overflow: hidden;
    min-height: 196px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    padding: 28px 26px 24px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.045);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.support-problem-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 16% 20%, rgba(246, 130, 31, 0.08), transparent 34%);
    opacity: 0;
    transition: opacity 0.22s ease;
    pointer-events: none;
}

.support-problem-card:hover {
    transform: translateY(-4px);
    border-color: rgba(246, 130, 31, 0.30);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.085), 0 10px 24px rgba(246, 130, 31, 0.055);
}

.support-problem-card:hover::before {
    opacity: 1;
}

.support-problem-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 0;
    background: transparent;
    border: 0;
    color: inherit;
    margin-bottom: 14px;
    overflow: visible;
}

.support-problem-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.support-problem-icon img {
    display: block;
    width: 104px;
    height: 104px;
    max-width: none;
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(15, 23, 42, 0.08));
}

.support-problem-card h3 {
    position: relative;
    z-index: 1;
    color: var(--fun-text);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
    margin-bottom: 10px;
}

.support-problem-card p {
    position: relative;
    z-index: 1;
    color: var(--fun-muted);
    font-size: 14px;
    line-height: 1.75;
    font-weight: 600;
    margin: 0;
}

.support-card-arrow {
    position: relative;
    z-index: 1;
    display: inline-flex;
    color: var(--fun-orange);
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    margin-top: 20px;
}

.cf-card {
    background: #ffffff;
    border: 1px solid var(--fun-border);
    border-radius: 18px;
    box-shadow: 0 12px 38px rgba(15, 23, 42, 0.06);
    transition: all 0.2s ease-in-out;
}

.cf-card:hover {
    border-color: var(--fun-orange);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.10), 0 8px 22px rgba(246, 130, 31, 0.05);
    transform: translateY(-2px);
}

.pricing-card {
    border-radius: 18px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.pricing-card:hover {
    border-color: var(--fun-orange);
    box-shadow: 0 22px 58px rgba(15, 23, 42, 0.11), 0 10px 24px rgba(246, 130, 31, 0.08);
    transform: translateY(-4px);
}

.pricing-card-featured {
    border-color: var(--fun-orange) !important;
    border-radius: 18px;
    box-shadow:
        0 0 0 2px rgba(246, 130, 31, 0.95),
        0 24px 62px rgba(15, 23, 42, 0.12),
        0 12px 28px rgba(246, 130, 31, 0.10);
}

.pricing-card-featured:hover {
    border-color: var(--fun-orange) !important;
    box-shadow:
        0 0 0 2px rgba(246, 130, 31, 1),
        0 28px 70px rgba(15, 23, 42, 0.14),
        0 14px 32px rgba(246, 130, 31, 0.14);
    transform: translateY(-20px);
}

.pricing-btn {
    border: 2px solid var(--fun-orange);
}

.pricing-btn-outline {
    background: #fff7ed;
    color: var(--fun-orange);
}

.pricing-btn-outline:hover {
    background: var(--fun-orange);
    color: #ffffff;
}

.pricing-btn-primary {
    background: var(--fun-orange);
    color: #ffffff;
}

.pricing-btn-primary:hover {
    background: var(--fun-orange-deep);
    border-color: var(--fun-orange-deep);
}

.nav-item:hover > .nav-dropdown,
.nav-item:focus-within > .nav-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}

@media (max-width: 1023px) {
    .product-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-matrix-grid {
        grid-template-columns: 1fr;
    }

    .product-matrix-card {
        grid-template-columns: minmax(0, 1fr) minmax(150px, 190px);
    }

    .scenario-layout {
        grid-template-columns: 1fr;
    }

    .scenario-copy-card,
    .scenario-visual {
        min-height: 330px;
    }

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

    .faq-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .faq-layout {
        grid-template-columns: 1fr;
    }

    .faq-checks {
        grid-template-rows: none;
        height: auto;
    }

    .faq-flow {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .final-cta-shell {
        width: min(100%, calc(100vw - 48px));
        min-height: 0;
        padding: 42px 40px 36px;
    }

    .final-cta-copy h2 {
        max-width: 680px;
        font-size: 38px;
    }

    .final-cta-copy p {
        max-width: 660px;
    }

    .final-cta-actions {
        justify-content: flex-start;
    }

    .final-cta-network {
        position: relative;
        width: 100%;
        inset: auto;
        height: 304px;
        margin-top: 24px;
        border: 1px solid rgba(203, 213, 225, 0.82);
        background-position: center center, center center;
        background-size: 100% 100%, cover;
        border-radius: 18px;
        background-color: rgba(255, 255, 255, 0.92);
    }

    .final-cta-network::before {
        content: none;
    }

}

@media (max-width: 640px) {
    .home-hero-section {
        padding-bottom: 4rem;
    }

    .home-section,
    .final-cta-section {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .ecosystem-section {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .network-showcase-section {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .product-heading-row {
        gap: 18px;
        margin-bottom: 28px;
    }

    .product-heading-row h2 {
        font-size: 28px;
    }

    .product-heading-row p {
        font-size: 14px;
    }

    .product-all-link {
        display: none;
    }

    .product-matrix-grid {
        gap: 16px;
    }

    .product-matrix-card {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 20px;
        border-radius: 16px;
    }

    .product-card-copy h3 {
        font-size: 24px;
    }

    .product-card-copy p {
        max-width: none;
        margin-bottom: 14px;
        font-size: 13px;
    }

    .product-metrics {
        gap: 8px;
        margin-bottom: 16px;
    }

    .product-metrics span {
        min-height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }

    .product-art {
        justify-self: center;
        width: min(100%, 210px);
        margin-top: 4px;
    }

    .scenario-copy-card {
        min-height: 0;
        padding: 22px;
        border-radius: 20px;
    }

    .scenario-copy-card h3 {
        font-size: 28px;
    }

    .scenario-feature-metrics {
        grid-template-columns: 1fr;
    }

    .scenario-visual {
        min-height: 290px;
        border-radius: 20px;
    }

    .scenario-visual-frame {
        inset: 0;
        border-radius: 20px;
    }

    .scenario-visual-card {
        left: 12px;
        right: 12px;
        bottom: 12px;
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .scenario-visual-card span {
        text-align: left;
    }

    .scenario-tabs {
        display: flex;
        overflow-x: auto;
        padding-bottom: 4px;
        scroll-snap-type: x mandatory;
    }

    .scenario-card {
        flex: 0 0 240px;
        min-height: 0;
        scroll-snap-align: start;
    }

    .faq-flow {
        grid-template-columns: 1fr;
        padding: 6px;
    }

    .faq-header h2 {
        font-size: 28px;
    }

    .faq-panel {
        border-radius: 16px;
    }

    .support-section {
        padding-top: 4.5rem;
        padding-bottom: 4rem;
    }

    .support-problem-header {
        margin-bottom: 22px;
    }

    .support-problem-header h2 {
        font-size: 30px;
    }

    .support-problem-header p {
        font-size: 14px;
        line-height: 1.75;
    }

    .support-problem-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .support-problem-card {
        min-height: 0;
        padding: 22px;
        border-radius: 16px;
    }

    .support-problem-icon {
        width: 76px;
        height: 76px;
        margin-bottom: 14px;
    }

    .support-problem-icon svg {
        width: 24px;
        height: 24px;
    }

    .support-problem-icon img {
        width: 86px;
        height: 86px;
    }

    .support-problem-card h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .support-problem-card p {
        font-size: 13px;
        line-height: 1.65;
    }

    .support-card-arrow {
        margin-top: 16px;
    }

    .faq-panel {
        padding: 6px;
        min-height: 0;
    }

    .faq-item summary {
        font-size: 15px;
        gap: 12px;
    }

    .final-cta-shell {
        gap: 22px;
        width: calc(100vw - 32px);
        border-color: rgba(203, 213, 225, 0.95);
        border-radius: 18px;
        padding: 30px 20px;
    }

    .final-cta-shell::before {
        top: 0;
        bottom: 0;
        background-size: 56px 56px, 56px 56px;
    }

    .final-cta-kicker {
        margin-bottom: 14px;
        font-size: 12px;
    }

    .final-cta-copy h2 {
        font-size: 30px;
        line-height: 1.16;
    }

    .final-cta-copy p {
        font-size: 14px;
        line-height: 1.75;
    }

    .final-cta-actions {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr;
    }

    .final-cta-actions a {
        width: 100%;
        min-height: 50px;
    }

    .final-cta-points {
        gap: 8px;
        margin-top: 20px;
    }

    .final-cta-points span {
        font-size: 12px;
    }

    .final-cta-network {
        height: 232px;
        margin-top: 18px;
        border-color: rgba(190, 201, 216, 0.95);
        background-position: center center, center center;
        background-size: 100% 100%, cover;
    }

}


@media (max-width: 1023px) {
    .network-console {
        grid-template-columns: 1fr;
        gap: 22px;
        min-height: 0;
        padding: 20px 0;
    }

    .network-summary {
        min-height: 0;
        gap: 28px;
    }

    .network-map {
        min-height: 340px;
        margin-left: 0;
    }

    .network-map::before {
        inset: 28px 2px 24px;
        border-radius: 26px;
    }

    .network-map .network-wave {
        inset: -20px -16px -14px -34px;
        width: calc(100% + 50px);
        height: calc(100% + 34px);
    }

    .network-title {
        white-space: normal;
    }

    .network-node-panel {
        width: 100%;
    }

    .network-node-card p {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .network-console {
        padding: 14px 0;
        border-radius: 0;
    }

    .network-summary {
        gap: 22px;
    }

    .network-title {
        font-size: 32px;
    }

    .network-desc {
        font-size: 14px;
    }

    .network-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: 22px;
    }

    .network-metric {
        min-height: 0;
        border-radius: 14px;
        padding: 14px 8px;
        text-align: center;
    }

    .network-metric strong {
        margin-top: 0;
        margin-bottom: 8px;
        font-size: 24px;
    }

    .network-metric span {
        font-size: 11px;
        line-height: 1.25;
    }

    .network-node-panel {
        gap: 10px;
        border-radius: 16px;
        padding: 10px;
    }

    .network-region-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .network-region-tabs a {
        min-height: 52px;
    }

    .network-node-card {
        grid-template-columns: 1fr;
        gap: 14px;
        border-radius: 14px;
        padding: 16px;
    }

    .network-node-card > a {
        width: 100%;
        justify-self: stretch;
    }

    .network-map {
        min-height: 250px;
        padding-bottom: 0;
    }

    .network-map::before {
        inset: 20px 0 18px;
        border-radius: 22px;
    }

    .network-map .network-wave {
        inset: -10px -44px -12px -88px;
        width: calc(100% + 132px);
        height: calc(100% + 24px);
    }
}

@media (max-width: 1023px) {
    .network-console {
        grid-template-columns: 1fr;
        gap: 20px;
        min-height: 0;
    }

    .network-summary {
        min-height: 0;
    }

    .network-desc,
    .network-lite-list {
        max-width: none;
    }

    .network-map {
        min-height: 360px;
    }

    .network-map .network-wave {
        inset: -30px -52px -12px -92px;
        width: calc(100% + 144px);
        height: calc(100% + 52px);
    }

    .network-map .network-metrics {
        right: 0;
        left: 0;
        justify-content: flex-end;
    }

    .faq-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .network-title {
        font-size: 30px;
    }

    .network-lite-item {
        grid-template-columns: 26px 1fr;
    }

    .network-lite-actions {
        margin-top: 20px;
    }

    .network-map {
        min-height: 340px;
    }

    .network-map .network-wave {
        inset: -24px -54px 0 -94px;
        width: calc(100% + 148px);
        height: 312px;
    }

    .network-map .network-metrics {
        position: relative;
        right: auto;
        bottom: auto;
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 252px;
    }

    .network-map .network-metric {
        width: 100%;
        text-align: left;
    }

    .faq-check-card {
        grid-template-columns: 42px 1fr;
        padding: 18px;
    }

}

@media (max-width: 1023px) {
    .home-hero-section {
        min-height: 0;
    }

    .home-hero-media {
        background-image: url("/web/FunIDC2/static/images/hero-datacenter-v80.jpg");
        background-image: image-set(url("/web/FunIDC2/static/images/hero-datacenter-v80.webp") type("image/webp"), url("/web/FunIDC2/static/images/hero-datacenter-v80.jpg") type("image/jpeg"));
        background-position: 58% top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .home-hero-media::after {
        content: "";
        background: rgba(255, 255, 255, 0.72);
    }

    .home-hero-inner {
        width: calc(100vw - 32px);
        min-height: 0;
        padding: 62px 0 72px;
    }

    .home-hero-copy {
        max-width: 100%;
        transform: none;
    }

    .home-hero-copy h1 {
        font-size: 42px;
        line-height: 1.1;
    }

    .home-hero-copy p {
        max-width: none;
        font-size: 15px;
        line-height: 1.78;
    }

    .home-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 28px;
    }
}

@media (max-width: 640px) {
    .home-hero-section {
        padding-bottom: 0;
    }

    .home-hero-inner {
        width: calc(100vw - 32px);
        padding: 56px 0 66px;
    }

    .home-hero-kicker {
        margin-bottom: 16px;
        font-size: 12px;
    }

    .home-hero-kicker::before {
        width: 30px;
    }

    .home-hero-copy h1 {
        font-size: 39px;
        line-height: 1.1;
    }

    .home-hero-copy p {
        margin-top: 22px;
        font-size: 15px;
        line-height: 1.78;
    }

    .home-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 26px;
    }

    .home-hero-actions a {
        width: 100%;
        min-height: 50px;
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    body > header > .bg-white {
        box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
    }

    body > header .w-full {
        padding-left: 18px;
        padding-right: 18px;
    }

    .home-hero-media {
        background-position: 60% top;
    }

    .home-hero-media::after {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.78) 68%, rgba(255, 255, 255, 0.84) 100%);
    }

    .home-hero-inner {
        width: calc(100vw - 36px);
        padding: 42px 0 48px;
    }

    .home-hero-kicker {
        gap: 10px;
        margin-bottom: 14px;
        font-size: 11.5px;
        line-height: 1.3;
    }

    .home-hero-kicker::before {
        width: 26px;
    }

    .home-hero-copy h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .home-hero-copy p {
        margin-top: 18px;
        color: #586A84;
        font-size: 14px;
        line-height: 1.68;
    }

    .home-hero-actions {
        gap: 10px;
        margin-top: 22px;
    }

    .home-hero-actions a {
        min-height: 46px;
        border-radius: 10px;
        font-size: 14px;
    }

    .product-section {
        padding-top: 46px;
    }

    .home-section,
    .network-showcase-section,
    .support-section,
    .faq-home-section {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .product-heading-row,
    .support-problem-header,
    .faq-header {
        margin-bottom: 20px;
    }

    .product-heading-row h2,
    .support-problem-header h2,
    .faq-header h2,
    .network-title {
        font-size: 26px;
        line-height: 1.18;
        margin-bottom: 10px;
    }

    .product-heading-row p,
    .support-problem-header p,
    .faq-header p,
    .network-desc {
        font-size: 13px;
        line-height: 1.68;
    }

    .product-matrix-grid {
        gap: 12px;
    }

    .product-matrix-card {
        grid-template-columns: minmax(0, 1fr) 116px;
        gap: 10px;
        align-items: center;
        min-height: 210px;
        padding: 18px;
        border-radius: 15px;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.052);
    }

    .product-card-copy h3 {
        font-size: 21px;
        margin-bottom: 8px;
    }

    .product-card-copy p {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1.62;
    }

    .product-metrics {
        gap: 6px;
        margin-bottom: 12px;
    }

    .product-metrics span {
        min-height: 26px;
        padding: 0 8px;
        font-size: 11px;
    }

    .product-metrics svg {
        width: 13px;
        height: 13px;
    }

    .product-card-link {
        font-size: 13px;
    }

    .product-art {
        align-self: end;
        justify-self: end;
        width: 112px;
        margin-top: 0;
    }

    .scenario-section {
        padding-top: 52px;
        padding-bottom: 48px;
    }

    .scenario-section h2 {
        font-size: 26px;
        line-height: 1.18;
    }

    .scenario-copy-card {
        padding: 18px;
        border-radius: 16px;
    }

    .scenario-copy-card h3 {
        font-size: 24px;
    }

    .scenario-copy-card p {
        font-size: 13px;
        line-height: 1.68;
    }

    .scenario-feature-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin: 18px 0;
    }

    .scenario-feature-metrics span {
        padding: 10px 8px;
    }

    .scenario-feature-metrics strong {
        font-size: 17px;
    }

    .scenario-feature-metrics em {
        font-size: 11px;
        line-height: 1.25;
    }

    .scenario-points {
        gap: 8px;
        margin-bottom: 18px;
    }

    .scenario-points li,
    .scenario-note {
        font-size: 12px;
    }

    .scenario-visual {
        min-height: 220px;
        border-radius: 16px;
    }

    .scenario-visual-frame {
        border-radius: 16px;
    }

    .scenario-tabs {
        gap: 10px;
    }

    .scenario-card {
        flex-basis: 210px;
        padding: 14px;
        border-radius: 14px;
    }

    .scenario-card strong {
        font-size: 15px;
    }

    .scenario-card small {
        font-size: 11px;
    }

    .pricing-section .grid {
        gap: 14px;
    }

    .pricing-section .pricing-card {
        padding: 22px !important;
    }

    .pricing-card-featured,
    .pricing-card-featured:hover {
        transform: none;
    }

    .pricing-section .text-4xl {
        font-size: 30px;
        line-height: 1.1;
    }

    .pricing-section ul {
        margin-bottom: 22px !important;
    }

    .pricing-section li {
        font-size: 13px;
        line-height: 1.35;
    }

    .network-showcase-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .network-console {
        gap: 12px;
        padding: 0;
    }

    .network-lite-list {
        margin-top: 18px;
    }

    .network-lite-item {
        padding: 12px 0;
    }

    .network-lite-actions {
        margin-top: 16px;
    }

    .network-map {
        min-height: 260px;
        overflow: hidden;
    }

    .network-map::before {
        inset: 12px 0 10px;
        border-radius: 20px;
    }

    .network-map .network-wave {
        inset: -42px -70px auto -100px;
        width: calc(100% + 170px);
        height: 230px;
    }

    .network-map .network-metrics {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 8px;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: 0;
    }

    .network-map .network-metric {
        width: auto;
        padding: 12px 8px;
        text-align: center;
    }

    .network-map .network-metric strong {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .support-problem-grid {
        gap: 12px;
    }

    .support-problem-card {
        display: grid;
        grid-template-columns: 72px minmax(0, 1fr);
        column-gap: 14px;
        align-items: center;
        padding: 18px;
        border-radius: 15px;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.052);
    }

    .support-problem-icon {
        grid-row: span 2;
        width: 66px;
        height: 66px;
        margin-bottom: 0;
    }

    .support-problem-icon img {
        width: 74px;
        height: 74px;
    }

    .support-problem-card h3 {
        align-self: end;
        font-size: 17px;
        margin-bottom: 6px;
    }

    .support-problem-card p {
        align-self: start;
        font-size: 12.5px;
        line-height: 1.6;
    }

    .support-card-arrow {
        display: none;
    }

    .faq-header {
        gap: 16px;
    }

    .faq-contact-btn {
        width: 100%;
        min-width: 0;
        height: 44px;
    }

    .faq-layout {
        gap: 12px;
    }

    .faq-checks {
        gap: 10px;
    }

    .faq-check-card {
        grid-template-columns: 40px 1fr;
        gap: 12px;
        padding: 14px;
        border-radius: 14px;
        box-shadow: 0 10px 26px rgba(15, 23, 42, 0.045);
    }

    .faq-check-icon {
        width: 38px;
        height: 38px;
        border-radius: 11px;
    }

    .faq-check-icon img {
        width: 31px;
        height: 31px;
    }

    .faq-check-card strong {
        font-size: 15px;
    }

    .faq-check-card em {
        margin-top: 4px;
        font-size: 12px;
        line-height: 1.52;
    }

    .faq-panel {
        height: auto;
        overflow: visible;
        padding: 6px;
        border-radius: 15px;
        box-shadow: 0 12px 32px rgba(15, 23, 42, 0.055);
    }

    .faq-item {
        padding: 0 14px;
    }

    .faq-item summary {
        min-height: 54px;
        padding: 12px 0;
        font-size: 14px;
    }

    .faq-item p {
        padding-top: 10px;
        padding-bottom: 14px;
        font-size: 12.5px;
        line-height: 1.68;
    }

    .final-cta-section {
        padding-top: 48px;
        padding-bottom: 52px;
    }

    .final-cta-shell {
        width: calc(100vw - 32px);
        padding: 24px 18px;
        border-radius: 16px;
    }

    .final-cta-kicker {
        margin-bottom: 12px;
        font-size: 11.5px;
    }

    .final-cta-copy h2 {
        font-size: 27px;
        line-height: 1.16;
        margin-bottom: 14px;
    }

    .final-cta-copy p {
        font-size: 13px;
        line-height: 1.68;
    }

    .final-cta-actions {
        gap: 10px;
        margin-top: 22px;
    }

    .final-cta-actions a {
        min-height: 46px;
        border-radius: 10px;
        font-size: 14px;
    }

    .final-cta-points {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px 12px;
        margin-top: 18px;
    }

    .final-cta-points span {
        font-size: 11.5px;
        line-height: 1.35;
    }

    .final-cta-network {
        height: 178px;
        margin-top: 18px;
        border-radius: 14px;
        background-size: 100% 100%, cover;
    }
}

@media (max-width: 640px) {
    .scenario-layout {
        margin-bottom: 14px;
    }

    .scenario-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        overflow: visible;
        padding-bottom: 0;
        scroll-snap-type: none;
    }

    .scenario-card {
        flex: none;
        flex-basis: auto;
        min-width: 0;
        min-height: 86px;
        padding: 12px;
        gap: 6px;
        border-radius: 14px;
        scroll-snap-align: none;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
    }

    .scenario-card:hover,
    .scenario-card.is-active {
        transform: none;
    }

    .scenario-card::after {
        display: none;
    }

    .scenario-card.is-active {
        background:
            linear-gradient(180deg, rgba(var(--scenario-accent-rgb), 0.09) 0%, rgba(255, 255, 255, 0.98) 84%);
        border-color: rgba(var(--scenario-accent-rgb), 0.52);
        box-shadow: 0 12px 28px rgba(var(--scenario-accent-rgb), 0.10), 0 8px 22px rgba(15, 23, 42, 0.035);
    }

    .scenario-card-badge {
        height: 22px;
        padding: 0 7px;
        font-size: 10px;
    }

    .scenario-card strong {
        font-size: 15px;
        line-height: 1.2;
    }

    .scenario-card small {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 11px;
        line-height: 1.35;
    }
}

@media (max-width: 640px) {
    .scenario-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .scenario-section .mb-8 {
        margin-bottom: 16px;
    }

    .scenario-section h2 {
        font-size: 24px;
        line-height: 1.16;
    }

    .scenario-section h2 + p {
        font-size: 12.5px;
        line-height: 1.58;
    }

    .scenario-shell {
        display: flex;
        flex-direction: column;
    }

    .scenario-tabs {
        order: 1;
        margin-bottom: 12px;
    }

    .scenario-layout {
        order: 2;
        gap: 0;
        margin-bottom: 0;
    }

    .scenario-card {
        min-height: 68px;
        padding: 10px;
        gap: 4px;
    }

    .scenario-card-badge {
        height: 20px;
        padding: 0 6px;
        font-size: 9.5px;
    }

    .scenario-card strong {
        font-size: 14px;
    }

    .scenario-card small {
        font-size: 10.5px;
        line-height: 1.28;
    }

    .scenario-copy-card {
        padding: 16px;
        border-radius: 16px;
    }

    .scenario-kicker {
        display: none;
    }

    .scenario-copy-card h3 {
        font-size: 22px;
        line-height: 1.18;
        margin-bottom: 9px;
    }

    .scenario-copy-card p {
        font-size: 12.5px;
        line-height: 1.58;
    }

    .scenario-feature-metrics {
        gap: 6px;
        margin: 12px 0;
    }

    .scenario-feature-metrics span {
        border-radius: 12px;
        padding: 9px 8px;
    }

    .scenario-feature-metrics strong {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .scenario-feature-metrics em {
        font-size: 10.5px;
    }

    .scenario-points,
    .scenario-note,
    .scenario-visual {
        display: none;
    }

    .scenario-action-row {
        margin-top: 12px;
    }

    .scenario-link {
        width: 100%;
        min-height: 42px;
        border-radius: 10px;
        font-size: 13px;
    }
}

/* Homepage global network map */
.network-showcase-section {
    padding-top: 4.75rem;
    padding-bottom: 3rem;
    background:
        linear-gradient(rgba(226, 232, 240, 0.24) 1px, transparent 1px),
        linear-gradient(90deg, rgba(226, 232, 240, 0.24) 1px, transparent 1px),
        #ffffff;
    background-size: 72px 72px;
}

.network-globe-shell {
    max-width: 90rem;
}

.network-globe-header {
    text-align: center;
}

.network-globe-header > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--fun-orange-deep);
    font-size: 12px;
    font-weight: 900;
}

.network-globe-header > span::before,
.network-globe-header > span::after {
    content: "";
    width: 24px;
    height: 2px;
    background: var(--fun-orange);
}

.network-globe-header h2 {
    margin: 10px 0 0;
    color: var(--fun-text);
    font-size: clamp(32px, 3.2vw, 40px);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0;
}

.network-globe-header p {
    margin: 12px 0 0;
    color: var(--fun-muted);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
}

.network-globe-stage {
    position: relative;
    width: min(1280px, 100%);
    margin: 24px auto -68px;
}

.network-globe-image {
    display: block;
    width: 100%;
    height: auto;
}

.network-globe-pin {
    position: absolute;
    top: var(--pin-y);
    left: var(--pin-x);
    display: grid;
    place-items: center;
    width: 11px;
    height: 11px;
    margin: 0;
    padding: 0;
    border: 2px solid var(--fun-orange);
    border-radius: 50%;
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(246, 130, 31, 0.09);
    transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.network-globe-pin i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--fun-orange);
}

.network-globe-pin.is-core {
    width: 13px;
    height: 13px;
    box-shadow:
        0 0 0 5px rgba(246, 130, 31, 0.15),
        0 0 0 10px rgba(246, 130, 31, 0.07);
}

.network-globe-pin em {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: calc(100% + 10px);
    min-width: max-content;
    padding: 6px 8px;
    border: 1px solid #FED7AA;
    border-radius: 6px;
    color: var(--fun-orange-deep);
    background: rgba(255, 247, 237, 0.98);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 4px);
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.network-globe-pin em::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-right: 1px solid #FED7AA;
    border-bottom: 1px solid #FED7AA;
    background: #FFF7ED;
    transform: translate(-50%, -4px) rotate(45deg);
}

.network-globe-pin:hover,
.network-globe-pin:focus-visible,
.network-globe-pin.is-active {
    box-shadow:
        0 0 0 5px rgba(246, 130, 31, 0.16),
        0 0 0 10px rgba(246, 130, 31, 0.07);
}

.network-globe-pin:hover em,
.network-globe-pin:focus-visible em,
.network-globe-pin.is-active em {
    opacity: 1;
    transform: translate(-50%, 0);
}

@media (max-width: 640px) {
    .network-showcase-section {
        padding-top: 48px;
        padding-bottom: 34px;
        background-size: 40px 40px;
    }

    .network-globe-header > span {
        font-size: 11px;
    }

    .network-globe-header > span::before,
    .network-globe-header > span::after {
        width: 18px;
    }

    .network-globe-header h2 {
        margin-top: 9px;
        font-size: 27px;
    }

    .network-globe-header p {
        margin-top: 9px;
        font-size: 13px;
        line-height: 1.65;
    }

    .network-globe-stage {
        width: calc(100% + 16px);
        margin-top: 20px;
        margin-right: -8px;
        margin-bottom: -18px;
        margin-left: -8px;
    }

    .network-globe-pin {
        width: 8px;
        height: 8px;
        border-width: 1.5px;
        box-shadow: 0 0 0 2px rgba(246, 130, 31, 0.09);
    }

    .network-globe-pin i {
        width: 1.5px;
        height: 1.5px;
    }

    .network-globe-pin.is-core {
        width: 10px;
        height: 10px;
        box-shadow:
            0 0 0 3px rgba(246, 130, 31, 0.15),
            0 0 0 6px rgba(246, 130, 31, 0.07);
    }

    .network-globe-pin em {
        bottom: calc(100% + 9px);
        padding: 6px 8px;
        font-size: 10px;
    }
}

/* Homepage final CTA: transparent illustration used as an integrated background. */
.final-cta-section {
    position: relative;
    min-height: 490px;
    overflow: hidden;
    border-top: 1px solid var(--fun-section-line);
    border-bottom: 1px solid var(--fun-section-line);
    background: #ffffff;
    padding: 0;
}

.final-cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(226, 232, 240, 0.22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(226, 232, 240, 0.22) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: 0.72;
    pointer-events: none;
}

.final-cta-shell {
    position: relative;
    display: flex;
    align-items: center;
    width: min(1280px, calc(100vw - 64px));
    min-height: 490px;
    margin: 0 auto;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 54px 16px;
    box-shadow: none;
}

.final-cta-shell::before {
    content: none;
}

.final-cta-shell::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: rgba(255, 255, 255, 0.16);
    pointer-events: none;
}

.final-cta-copy {
    position: relative;
    z-index: 3;
    max-width: 565px;
}

.final-cta-kicker {
    min-height: auto;
    margin-bottom: 15px;
    padding-left: 44px;
    font-size: 12px;
}

.final-cta-kicker::before {
    top: 50%;
    bottom: auto;
    width: 34px;
    height: 3px;
    transform: translateY(-50%);
}

.final-cta-copy h2 {
    max-width: 535px;
    margin-bottom: 15px;
    font-size: 43px;
    line-height: 1.13;
}

.final-cta-copy p {
    max-width: 535px;
    font-size: 15px;
    line-height: 1.78;
}

.final-cta-actions {
    gap: 12px;
    margin-top: 25px;
}

.final-cta-actions a {
    min-width: 160px;
    min-height: 48px;
    border-radius: 8px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
}

.final-cta-secondary {
    background: rgba(255, 255, 255, 0.82);
}

.final-cta-points {
    gap: 17px;
    margin-top: 23px;
}

.final-cta-points span {
    gap: 8px;
    font-size: 12px;
}

.final-cta-points i {
    width: 6px;
    height: 6px;
}

.final-cta-network {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url("/web/FunIDC2/static/images/final-network-global-v98.png");
    background-position: calc(50% + 222px) center;
    background-repeat: no-repeat;
    background-size: auto calc(100% - 34px);
    pointer-events: none;
}

@media (max-width: 1023px) {
    .final-cta-section {
        min-height: 500px;
        padding: 0;
    }

    .final-cta-section::before {
        background-size: 60px 60px;
    }

    .final-cta-shell {
        width: calc(100vw - 48px);
        min-height: 500px;
        padding: 42px 0 36px;
    }

    .final-cta-shell::after {
        inset: 0 -24px;
        background: rgba(255, 255, 255, 0.62);
    }

    .final-cta-network {
        inset: 0 -24px;
        height: auto;
        margin: 0;
        border: 0;
        background-position: 54% 72%;
        background-size: auto 80%;
    }
}

@media (max-width: 640px) {
    .final-cta-section {
        min-height: 0;
        padding: 0;
    }

    .final-cta-section::before {
        background-size: 54px 54px;
        opacity: 0.52;
    }

    .final-cta-shell {
        display: block;
        width: calc(100vw - 32px);
        min-height: 0;
        padding: 32px 0 27px;
    }

    .final-cta-shell::after {
        inset: 0 -16px;
        background: rgba(255, 255, 255, 0.73);
    }

    .final-cta-network {
        inset: 0 -16px;
        height: auto;
        margin: 0;
        border: 0;
        border-radius: 0;
        background-position: 52% 78%;
        background-size: auto 92%;
    }

    .final-cta-kicker {
        margin-bottom: 14px;
        padding-left: 35px;
        font-size: 10.5px;
    }

    .final-cta-kicker::before {
        width: 25px;
    }

    .final-cta-copy h2 {
        margin-bottom: 12px;
        font-size: 28px;
    }

    .final-cta-copy p {
        font-size: 12.5px;
        line-height: 1.65;
    }

    .final-cta-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        margin-top: 20px;
    }

    .final-cta-actions a {
        width: 100%;
        min-width: 0;
        min-height: 42px;
        padding-right: 8px;
        padding-left: 8px;
        font-size: 13px;
    }

    .final-cta-points {
        display: flex;
        gap: 7px 11px;
        margin-top: 14px;
    }

    .final-cta-points span {
        font-size: 10px;
    }
}

/* Homepage FAQ: lightweight deployment support block. */
.faq-home-section {
    position: relative;
    overflow: hidden;
    padding: 62px 0 66px;
    background-color: #f8fafd;
    background-image:
        linear-gradient(rgba(224, 232, 242, 0.35) 1px, transparent 1px),
        linear-gradient(90deg, rgba(224, 232, 242, 0.35) 1px, transparent 1px);
    background-size: 72px 72px;
}

.faq-home-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 46%, rgba(255, 127, 22, 0.09), rgba(255, 127, 22, 0) 38%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.70) 82%);
    pointer-events: none;
}

.faq-home-section > div {
    position: relative;
}

.faq-v99-header {
    text-align: center;
}

.faq-v99-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    color: #d85d00;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.09em;
}

.faq-v99-kicker::before,
.faq-v99-kicker::after {
    content: "";
    width: 25px;
    height: 1px;
    background: #ff7f16;
}

.faq-v99-header h2 {
    margin: 0;
    color: #0f1b33;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0.01em;
}

.faq-v99-header p {
    margin: 11px 0 0;
    color: #718096;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
}

.faq-v99-tags {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin: 19px auto 29px;
    padding: 0 6px;
}

.faq-v99-tags span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #52627a;
    font-size: 12px;
    font-weight: 800;
}

.faq-v99-tags i {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid #ffd6ae;
    border-radius: 50%;
    color: #ff7f16;
    background: #ffffff;
    font-size: 10px;
    font-style: normal;
}

.faq-v99-wrap {
    position: relative;
    width: min(920px, 100%);
    margin: 0 auto;
}

.faq-home-section .faq-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
    border: 0;
    counter-reset: homepage-faq;
}

.faq-home-section .faq-item {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid #e5ecf4;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 5px 15px rgba(15, 27, 51, 0.035);
    counter-increment: homepage-faq;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.faq-home-section .faq-item + .faq-item {
    border-top: 1px solid #e5ecf4;
}

.faq-home-section .faq-item::before,
.faq-home-section .faq-item::after {
    content: none;
}

.faq-home-section .faq-item[open] {
    border-color: #ffd3a8;
    box-shadow: 0 10px 24px rgba(255, 127, 22, 0.07);
}

.faq-home-section .faq-item[open]::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #ff7f16;
}

.faq-home-section .faq-item summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 62px;
    padding: 0 50px 0 50px;
    color: #24334e;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
    cursor: pointer;
    list-style: none;
    transition: color 180ms ease;
}

.faq-home-section .faq-item summary::before {
    content: "Q" counter(homepage-faq);
    position: absolute;
    left: 22px;
    color: #ff7f16;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.faq-home-section .faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    border: 0;
    border-radius: 0;
    color: #97a6b9;
    background: transparent;
    box-shadow: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
}

.faq-home-section .faq-item:hover summary {
    color: #d85d00;
}

.faq-home-section .faq-item[open] summary {
    color: #d85d00;
}

.faq-home-section .faq-item[open] summary::after {
    content: "\2212";
    color: #ff7f16;
    transform: translateY(-50%);
}

.faq-home-section .faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-home-section .faq-item p {
    max-width: 820px;
    margin: -3px 0 0;
    padding: 0 52px 17px 50px;
    color: #718096;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.85;
}

.faq-v99-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: min(920px, 100%);
    min-height: 62px;
    margin: 17px auto 0;
    padding: 12px 17px 12px 20px;
    border: 1px solid #ffddbd;
    border-radius: 10px;
    background: rgba(255, 248, 241, 0.90);
}

.faq-v99-cta strong {
    color: #33425a;
    font-size: 13px;
    font-weight: 900;
}

.faq-v99-cta span {
    margin-left: 7px;
    color: #8592a4;
    font-size: 12px;
    font-weight: 500;
}

.faq-v99-cta a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 7px;
    color: #ffffff;
    background: #ff7f16;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 180ms ease;
}

.faq-v99-cta a:hover {
    background: #e96d08;
}

@media (max-width: 640px) {
    .faq-home-section {
        padding: 33px 0 38px;
        background-size: 54px 54px;
    }

    .faq-v99-kicker {
        gap: 8px;
        margin-bottom: 7px;
        font-size: 9px;
    }

    .faq-v99-kicker::before,
    .faq-v99-kicker::after {
        width: 17px;
    }

    .faq-v99-header h2 {
        font-size: 25px;
    }

    .faq-v99-header p {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.7;
    }

    .faq-v99-tags {
        gap: 10px;
        margin: 14px auto 18px;
    }

    .faq-v99-tags span {
        gap: 5px;
        font-size: 10px;
    }

    .faq-v99-tags i {
        width: 17px;
        height: 17px;
        font-size: 9px;
    }

    .faq-home-section .faq-list {
        gap: 8px;
    }

    .faq-home-section .faq-item {
        border-radius: 8px;
    }

    .faq-home-section .faq-item summary {
        min-height: 53px;
        padding: 0 38px 0 39px;
        font-size: 13px;
    }

    .faq-home-section .faq-item summary::before {
        left: 15px;
        font-size: 10px;
    }

    .faq-home-section .faq-item summary::after {
        right: 13px;
        width: 17px;
        height: 17px;
        font-size: 18px;
    }

    .faq-home-section .faq-item p {
        padding: 0 30px 13px 39px;
        font-size: 11px;
        line-height: 1.75;
    }

    .faq-v99-cta {
        display: block;
        min-height: 0;
        margin-top: 13px;
        padding: 14px;
        border-radius: 8px;
    }

    .faq-v99-cta strong {
        display: block;
        font-size: 12px;
    }

    .faq-v99-cta span {
        display: block;
        margin: 4px 0 10px;
        font-size: 11px;
    }

    .faq-v99-cta a {
        justify-content: center;
        width: 100%;
        min-height: 35px;
    }
}

/* Homepage v100: tighten the global map and mobile page rhythm. */
@media (min-width: 641px) {
    .network-showcase-section {
        padding-top: 4.25rem;
        padding-bottom: 2.5rem;
    }

    .network-globe-stage {
        width: min(1120px, 88%);
        margin-top: 18px;
        margin-bottom: -46px;
    }
}

/* Homepage v102: simplify and align the FAQ block. */
@media (min-width: 641px) {
    .faq-v99-wrap,
    .faq-v99-cta {
        width: min(1120px, 100%);
    }

}

.faq-v99-cta a {
    border: 1px solid #ffb572;
    color: #d85d00;
    background: rgba(255, 255, 255, 0.92);
}

.faq-v99-cta a:hover {
    border-color: #ff9a45;
    color: #c65300;
    background: #fff7ed;
}

@media (max-width: 640px) {
    .network-globe-pin {
        width: 32px;
        height: 32px;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .network-globe-pin::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        border: 1.5px solid var(--fun-orange);
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 0 0 2px rgba(246, 130, 31, 0.09);
        transform: translate(-50%, -50%);
    }

    .network-globe-pin i {
        position: relative;
        z-index: 1;
        width: 1.5px;
        height: 1.5px;
    }

    .network-globe-pin.is-core {
        width: 32px;
        height: 32px;
        box-shadow: none;
    }

    .network-globe-pin.is-core::before {
        width: 10px;
        height: 10px;
        box-shadow:
            0 0 0 3px rgba(246, 130, 31, 0.15),
            0 0 0 6px rgba(246, 130, 31, 0.07);
    }

    .network-globe-pin:hover,
    .network-globe-pin:focus-visible,
    .network-globe-pin.is-active {
        box-shadow: none;
    }

    .network-globe-pin:hover::before,
    .network-globe-pin:focus-visible::before,
    .network-globe-pin.is-active::before {
        box-shadow:
            0 0 0 4px rgba(246, 130, 31, 0.16),
            0 0 0 8px rgba(246, 130, 31, 0.07);
    }

    .network-globe-pin em {
        bottom: calc(50% + 10px);
    }

    .support-section {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .support-problem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .support-problem-card {
        display: block;
        min-height: 150px;
        padding: 12px;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
    }

    .support-problem-icon {
        width: 46px;
        height: 46px;
        margin-bottom: 7px;
    }

    .support-problem-icon img {
        width: 54px;
        height: 54px;
    }

    .support-problem-card h3 {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.35;
    }

    .support-problem-card p {
        display: -webkit-box;
        overflow: hidden;
        font-size: 10.5px;
        line-height: 1.55;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .faq-v99-cta a {
        color: #d85d00;
        background: #ffffff;
    }
}

/* Homepage v103: make the final signup CTA a natural FAQ follow-up. */
.faq-home-section {
    padding-bottom: 48px;
}

.final-cta-section {
    min-height: 420px;
    border-top: 0;
    background:
        linear-gradient(180deg, #f8fafd 0, rgba(248, 250, 253, 0.72) 24px, #ffffff 96px);
}

.final-cta-shell {
    min-height: 420px;
    padding-top: 38px;
    padding-bottom: 38px;
}

.final-cta-kicker {
    margin-bottom: 12px;
}

.final-cta-copy h2 {
    margin-bottom: 12px;
    font-size: 40px;
}

.final-cta-actions {
    margin-top: 20px;
}

.final-cta-points {
    margin-top: 18px;
}

.final-cta-network {
    background-size: auto calc(100% - 18px);
}

/* Homepage v104: center the symmetric product matrix heading. */
.product-heading-row {
    display: block;
    text-align: center;
}

.product-heading-row p {
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1023px) {
    .final-cta-section,
    .final-cta-shell {
        min-height: 440px;
    }
}

@media (max-width: 640px) {
    .faq-home-section {
        padding-bottom: 26px;
    }

    .final-cta-section,
    .final-cta-shell {
        min-height: 0;
    }

    .final-cta-shell {
        padding-top: 23px;
        padding-bottom: 20px;
    }

    .final-cta-kicker {
        margin-bottom: 11px;
    }

    .final-cta-copy h2 {
        margin-bottom: 10px;
        font-size: 27px;
    }

    .final-cta-actions {
        margin-top: 16px;
    }

    .final-cta-points {
        margin-top: 11px;
    }

    .final-cta-network {
        background-position: 52% 74%;
        background-size: auto 88%;
    }
}
