        :root {
            color-scheme: light;
            --content-width: 1280px;
            --stage-width: 1440px;
            --bg: #ffffff;
            --bg-deep: #000000;
            --surface: #fafafc;
            --surface-strong: #ffffff;
            --surface-dark: #272729;
            --line: #e0e0e0;
            --line-strong: #f0f0f0;
            --text: #1d1d1f;
            --muted: #7a7a7a;
            --muted-soft: #333333;
            --brand: #0066cc;
            --brand-strong: #0071e3;
            --brand-soft: rgba(0, 102, 204, 0.08);
            --accent: #2997ff;
            --shadow: none;
            --shadow-soft: none;
            --radius-xl: 18px;
            --radius-lg: 18px;
            --radius-md: 18px;
            --radius-sm: 8px;
        }
        * { box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            margin: 0;
            font-family: "SF Pro Text", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
            color: var(--text);
            background: var(--bg);
            min-height: 100vh;
        }
        body::before,
        body::after {
            content: none;
        }
        a {
            color: inherit;
            text-decoration: none;
            transition: color 0.25s ease, opacity 0.25s ease, border-color 0.25s ease, background 0.25s ease;
        }
        a:hover { color: var(--brand-strong); }
        img { max-width: 100%; }
        .container { width: min(var(--content-width), calc(100% - 48px)); margin: 0 auto; }
        .site-shell {
            position: relative;
            overflow: hidden;
        }
        .site-shell::before {
            content: none;
        }
        .utility-bar {
            color: rgba(245, 245, 247, 0.88);
            font-size: 12px;
            background: #1d1d1f;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        }
        .utility-bar .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            padding: 7px 0;
            flex-wrap: wrap;
        }
        .utility-links,
        .utility-languages {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            align-items: center;
        }
        .utility-label {
            color: rgba(245, 245, 247, 0.56);
            text-transform: none;
            letter-spacing: -0.01em;
            font-size: 12px;
        }
        .utility-link,
        .utility-language-link {
            display: inline-flex;
            align-items: center;
            min-height: 28px;
            padding: 0 10px;
            border-radius: 999px;
            color: rgba(245, 245, 247, 0.74);
            border: 1px solid transparent;
            background: transparent;
            line-height: 1;
            letter-spacing: -0.01em;
        }
        .utility-link:hover,
        .utility-language-link:hover {
            color: #ffffff;
            border-color: rgba(255, 255, 255, 0.12);
            background: rgba(255, 255, 255, 0.06);
        }
        .utility-language-link[aria-current="true"] {
            color: #ffffff;
            border-color: rgba(255, 255, 255, 0.14);
            background: rgba(255, 255, 255, 0.1);
        }
        .topbar {
            position: sticky;
            top: 0;
            z-index: 40;
            backdrop-filter: saturate(180%) blur(24px);
            background: rgba(251, 251, 253, 0.82);
            border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        }
        .topbar .container {
            display: flex;
            gap: 22px;
            align-items: center;
            justify-content: space-between;
            min-height: 56px;
            padding: 8px 0;
        }
        .brand {
            display: flex;
            align-items: center;
            gap: 14px;
            min-width: 0;
        }
        .brand-logo {
            width: 34px;
            height: 34px;
            border-radius: 10px;
            object-fit: cover;
            background: #ffffff;
            border: 1px solid rgba(0, 0, 0, 0.06);
            flex: 0 0 auto;
        }
        .brand-copy {
            display: flex;
            flex-direction: column;
            gap: 2px;
            min-width: 0;
        }
        .brand strong {
            display: block;
            font-size: 15px;
            line-height: 1.2;
            letter-spacing: -0.02em;
            font-weight: 600;
        }
        .brand span {
            color: #6e6e73;
            font-size: 12px;
            line-height: 1.2;
            letter-spacing: -0.12px;
            text-transform: none;
        }
        .nav-wrap {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 12px;
            flex: 1;
            flex-wrap: wrap;
        }
        .nav {
            display: flex;
            gap: 4px;
            flex-wrap: wrap;
            justify-content: flex-end;
        }
        .nav a {
            color: #1d1d1f;
            padding: 10px 14px;
            border-radius: 999px;
            border: 1px solid transparent;
            font-size: 14px;
            line-height: 1;
            letter-spacing: -0.02em;
        }
        .nav a:hover {
            color: #0066cc;
            border-color: rgba(0, 102, 204, 0.12);
            background: rgba(0, 102, 204, 0.06);
        }
        .nav a[aria-current="page"] {
            color: #0066cc;
            border-color: rgba(0, 102, 204, 0.12);
            background: rgba(0, 102, 204, 0.08);
        }
        .nav-cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0 22px;
            min-height: 40px;
            border-radius: 999px;
            font-size: 14px;
            line-height: 1;
            letter-spacing: -0.02em;
            color: #ffffff;
            background: #0066cc;
            box-shadow: none;
        }
        .nav-cta:hover {
            color: #ffffff;
            background: #0071e3;
        }
        .menu-toggle {
            display: none;
            width: 48px;
            height: 48px;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.82);
            color: #1d1d1f;
            cursor: pointer;
            box-shadow: none;
        }
        .menu-toggle span,
        .menu-toggle::before,
        .menu-toggle::after {
            content: "";
            display: block;
            width: 18px;
            height: 2px;
            border-radius: 999px;
            background: currentColor;
            transition: transform 0.25s ease, opacity 0.25s ease;
        }
        .menu-toggle span {
            position: relative;
        }
        .menu-toggle::before {
            position: absolute;
            transform: translateY(-6px);
        }
        .menu-toggle::after {
            position: absolute;
            transform: translateY(6px);
        }
        .menu-toggle.is-active span {
            opacity: 0;
        }
        .menu-toggle.is-active::before {
            transform: rotate(45deg);
        }
        .menu-toggle.is-active::after {
            transform: rotate(-45deg);
        }
        .mobile-nav-backdrop {
            position: fixed;
            inset: 0;
            background: rgba(29, 29, 31, 0.12);
            backdrop-filter: saturate(180%) blur(12px);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.25s ease;
            z-index: 35;
        }
        .mobile-nav-backdrop.is-visible {
            opacity: 1;
            pointer-events: auto;
        }
        .ad-grid { display: grid; gap: 0; margin: 20px auto 0; }
        .ad-carousel {
            position: relative;
            overflow: hidden;
            border-radius: 0;
            border: 0;
            background: #272729;
            box-shadow: none;
        }
        .ad-carousel-track {
            position: relative;
            min-height: 220px;
        }
        .ad-slide {
            position: relative;
            overflow: hidden;
            min-height: 220px;
            border-radius: 0;
            border: 0;
            background: #272729;
            box-shadow: none;
        }
        .js-enhanced .ad-carousel.has-multiple .ad-slide {
            position: absolute;
            inset: 0;
            opacity: 0;
            pointer-events: none;
            transform: scale(1.02);
            transition: opacity 0.4s ease, transform 0.4s ease;
        }
        .js-enhanced .ad-carousel.has-multiple .ad-slide.is-active {
            opacity: 1;
            pointer-events: auto;
            transform: scale(1);
        }
        .ad-slide-link {
            position: relative;
            display: block;
            min-height: inherit;
            color: inherit;
        }
        .ad-slide-image {
            display: block;
            width: 100%;
            height: 100%;
            min-height: 220px;
            object-fit: cover;
        }
        .ad-slide-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(20, 18, 24, 0.76) 0%, rgba(20, 18, 24, 0.42) 48%, rgba(20, 18, 24, 0.2) 100%);
        }
        .ad-slide.no-image .ad-slide-overlay {
            background: transparent;
        }
        .ad-slide-content {
            position: absolute;
            inset: 0;
            z-index: 1;
            display: grid;
            align-content: end;
            gap: 10px;
            padding: 26px 28px;
        }
        .ad-slide-content strong {
            display: block;
            max-width: 20ch;
            font-size: clamp(1.4rem, 2.5vw, 2.2rem);
            line-height: 1.1;
            letter-spacing: -0.03em;
            color: #ffffff;
        }
        .ad-slide-content p {
            margin: 0;
            max-width: 60ch;
            color: rgba(255, 255, 255, 0.82);
            line-height: 1.8;
        }
        .ad-slide.no-image .ad-slide-content strong {
            color: #6b3f13;
        }
        .ad-slide.no-image .ad-slide-content p {
            color: #8a5a14;
        }
        .ad-slide-cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: fit-content;
            min-height: 44px;
            padding: 0 22px;
            border-radius: 999px;
            color: #ffffff;
            font-size: 17px;
            font-weight: 400;
            letter-spacing: -0.02em;
            background: #0066cc;
            box-shadow: none;
        }
        .ad-carousel-controls {
            position: absolute;
            right: 18px;
            bottom: 18px;
            z-index: 2;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .ad-carousel-arrow,
        .ad-carousel-dot {
            appearance: none;
            border: 0;
            cursor: pointer;
            font: inherit;
        }
        .ad-carousel-arrow {
            width: 42px;
            height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            color: #1d1d1f;
            background: rgba(210, 210, 215, 0.64);
            backdrop-filter: blur(10px);
        }
        .ad-carousel-dots {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 0 6px;
            min-height: 42px;
            border-radius: 999px;
            background: rgba(210, 210, 215, 0.42);
            backdrop-filter: blur(10px);
        }
        .ad-carousel-dot {
            width: 10px;
            height: 10px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.44);
        }
        .ad-carousel-dot.is-active {
            width: 28px;
            background: #ffffff;
        }
        .ad-section-header,
        .ad-section-footer {
            position: relative;
            width: min(var(--stage-width), calc(100% - 48px));
        }
        .ad-section-header {
            margin-top: 0;
        }
        .ad-section-header .ad-carousel,
        .ad-section-header .ad-slide {
            background: #272729;
        }
        .ad-section-footer .ad-carousel,
        .ad-section-footer .ad-slide {
            background: #f5f5f7;
        }
        .ad-section-header .ad-slide {
            min-height: 420px;
        }
        .ad-section-footer .ad-slide {
            min-height: 280px;
        }
        .ad-section-header .ad-slide-overlay {
            background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.38) 52%, rgba(0, 0, 0, 0.08) 100%);
        }
        .ad-section-footer .ad-slide-overlay {
            background: linear-gradient(90deg, rgba(245, 245, 247, 0.12) 0%, rgba(245, 245, 247, 0.36) 58%, rgba(245, 245, 247, 0.82) 100%);
        }
        .ad-section-header .ad-slide.no-image .ad-slide-overlay,
        .ad-section-footer .ad-slide.no-image .ad-slide-overlay {
            background: transparent;
        }
        .ad-section-header .ad-slide-content,
        .ad-section-footer .ad-slide-content {
            align-content: center;
            gap: 16px;
            padding: 56px;
        }
        .ad-section-header .ad-slide-content strong,
        .ad-section-footer .ad-slide-content strong {
            max-width: 12ch;
            font-size: clamp(2.5rem, 4.2vw, 4.5rem);
            font-weight: 600;
            line-height: 1.07;
            letter-spacing: -0.04em;
        }
        .ad-section-header .ad-slide-content p,
        .ad-section-footer .ad-slide-content p {
            max-width: 40ch;
            font-size: 17px;
            line-height: 1.47;
            letter-spacing: -0.02em;
        }
        .ad-section-header .ad-slide-content strong,
        .ad-section-header .ad-slide-content p {
            color: #ffffff;
        }
        .ad-section-footer .ad-slide-content strong,
        .ad-section-footer .ad-slide-content p,
        .ad-section-footer .ad-slide.no-image .ad-slide-content strong,
        .ad-section-footer .ad-slide.no-image .ad-slide-content p {
            color: #1d1d1f;
        }
        .ad-section-footer .ad-slide-cta {
            color: #ffffff;
        }
        .breadcrumb-wrap {
            margin: 0;
            padding: 14px 0;
            border-radius: 0;
            background: rgba(245, 245, 247, 0.82);
            border-top: 1px solid rgba(224, 224, 224, 0.9);
            border-bottom: 1px solid rgba(224, 224, 224, 0.9);
            box-shadow: none;
            backdrop-filter: saturate(180%) blur(20px);
        }
        .breadcrumb-list {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 12px;
            align-items: center;
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .breadcrumb-item {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            min-width: 0;
            color: var(--muted);
            font-size: 12px;
            line-height: 1;
            letter-spacing: -0.12px;
        }
        .breadcrumb-item:not(:last-child)::after {
            content: "/";
            color: var(--muted-soft);
        }
        .breadcrumb-item a,
        .breadcrumb-item span {
            max-width: min(36ch, calc(100vw - 120px));
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .breadcrumb-item a {
            color: #333333;
        }
        .breadcrumb-item a:hover {
            color: #0066cc;
        }
        .breadcrumb-item span[aria-current="page"] {
            color: #1d1d1f;
            font-weight: 400;
        }
        main.container {
            position: relative;
            padding: 32px 0 80px;
        }
        .hero,
        .panel {
            position: relative;
            overflow: hidden;
            border-radius: 18px;
            border: 1px solid #e0e0e0;
            box-shadow: none;
        }
        .hero {
            margin: 12px auto 32px;
            padding: 80px 56px;
            background: #f5f5f7;
            color: var(--text);
        }
        .hero::before,
        .panel::before {
            content: "";
            position: absolute;
            inset: 0 auto auto 0;
            width: 100%;
            height: 1px;
            border-radius: 0;
            background: rgba(255, 255, 255, 0.7);
            transform: none;
            pointer-events: none;
        }
        .hero h1 {
            margin: 0;
            font-size: clamp(2.85rem, 5vw, 5rem);
            line-height: 1.05;
            letter-spacing: -0.05em;
            max-width: 10ch;
        }
        .hero p {
            margin: 0;
            max-width: 42ch;
            line-height: 1.5;
            color: var(--muted);
            font-size: 24px;
            font-weight: 300;
            letter-spacing: 0;
        }
        .hero-grid {
            display: grid;
            gap: 32px;
            grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.8fr);
            align-items: end;
        }
        .hero-copy {
            display: grid;
            gap: 17px;
            align-content: start;
        }
        .hero-kicker {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            width: fit-content;
            padding: 0;
            border-radius: 0;
            border: 0;
            background: transparent;
            color: var(--brand);
            font-size: 12px;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .hero-kicker::before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--brand);
            box-shadow: none;
        }
        .hero-actions {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            padding-top: 8px;
        }
        .button,
        .button-secondary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 44px;
            padding: 0 22px;
            border-radius: 999px;
            font-weight: 400;
            font-size: 17px;
            line-height: 1.47;
            letter-spacing: -0.374px;
        }
        .button {
            color: #ffffff;
            background: var(--brand);
            box-shadow: none;
        }
        .button:hover { color: #ffffff; background: var(--brand-strong); }
        .button-secondary {
            color: var(--brand);
            border: 1px solid rgba(0, 102, 204, 0.24);
            background: transparent;
            box-shadow: none;
        }
        .button-secondary:hover {
            color: var(--brand-strong);
            background: rgba(255, 255, 255, 0.86);
            border-color: rgba(0, 102, 204, 0.36);
        }
        .hero-footnote {
            color: var(--muted-soft);
            font-size: 13px;
        }
        .hero-side {
            display: grid;
            gap: 16px;
        }
        .hero-card,
        .mini-card {
            position: relative;
            overflow: hidden;
            border-radius: 18px;
            border: 1px solid #e0e0e0;
            background: #ffffff;
            backdrop-filter: none;
        }
        .hero-card { padding: 24px; }
        .hero-card h3,
        .mini-card strong,
        .stat-card strong {
            display: block;
            font-size: 12px;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: var(--muted-soft);
            margin-bottom: 10px;
        }
        .hero-card p,
        .mini-card p { color: var(--muted); max-width: none; }
        .hero-social-card {
            padding: 22px;
        }
        .hero-social-head {
            display: flex;
            align-items: start;
            justify-content: space-between;
            gap: 14px;
            margin-bottom: 16px;
        }
        .hero-social-head span {
            display: block;
            color: var(--muted);
            font-size: 13px;
            line-height: 1.7;
        }
        .hero-social-link {
            display: inline-flex;
            align-items: center;
            min-height: 38px;
            padding: 0 14px;
            border-radius: 999px;
            color: var(--brand);
            background: transparent;
            border: 1px solid rgba(0, 102, 204, 0.24);
            white-space: nowrap;
        }
        .hero-social-grid {
            display: grid;
            gap: 12px;
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .hero-social-item {
            padding: 14px;
            border-radius: 18px;
            background: #ffffff;
            border: 1px solid #e0e0e0;
        }
        .hero-social-item strong {
            display: block;
            margin-bottom: 8px;
            color: var(--text);
            font-size: 14px;
        }
        .hero-social-item span {
            display: block;
            color: var(--muted);
            font-size: 12px;
            line-height: 1.6;
            word-break: break-word;
        }
        .hero-social-item img {
            display: block;
            width: 72px;
            height: 72px;
            margin-top: 12px;
            border-radius: 16px;
            background: #fff;
            padding: 5px;
            object-fit: cover;
        }
        .hero-stats {
            display: grid;
            gap: 14px;
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .stat-card {
            padding: 20px;
            border-radius: 18px;
            background: #ffffff;
            border: 1px solid #e0e0e0;
        }
        .stat-card span {
            display: block;
            font-size: 2rem;
            line-height: 1;
            font-weight: 700;
            letter-spacing: -0.03em;
            color: var(--text);
        }
        .stat-card small {
            display: block;
            margin-top: 10px;
            color: var(--muted);
            line-height: 1.6;
        }
        .grid { display: grid; gap: 24px; }
        .grid-3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
        .grid-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
        .panel {
            padding: 32px;
            margin-bottom: 24px;
            background: #ffffff;
            backdrop-filter: none;
        }
        .panel h2,
        .panel h1,
        .section-title {
            margin: 0;
            letter-spacing: -0.03em;
            line-height: 1.1;
        }
        .section-title { font-size: clamp(1.75rem, 2.4vw, 2.5rem); }
        .section-heading {
            display: flex;
            align-items: end;
            justify-content: space-between;
            gap: 16px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }
        .section-heading p {
            margin: 0;
            max-width: 40ch;
            color: #6e6e73;
            font-size: 17px;
            line-height: 1.47;
            letter-spacing: -0.02em;
        }
        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            width: fit-content;
            padding: 0;
            border-radius: 999px;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: var(--brand);
            background: transparent;
            margin-bottom: 14px;
        }
        .eyebrow::before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--brand);
        }
        .card {
            position: relative;
            overflow: hidden;
            display: grid;
            gap: 12px;
            align-content: start;
            padding: 24px;
            border-radius: 18px;
            background: #ffffff;
            border: 1px solid #e0e0e0;
            box-shadow: none;
        }
        .card:hover {
            transform: none;
            border-color: rgba(0, 102, 204, 0.24);
            box-shadow: none;
        }
        .card-cover {
            width: calc(100% + 48px);
            max-width: calc(100% + 48px);
            height: 220px;
            object-fit: cover;
            margin: -24px -24px 2px;
            border-radius: 18px 18px 0 0;
            display: block;
        }
        .content-cover {
            width: 100%;
            max-height: 460px;
            object-fit: cover;
            border-radius: 18px;
            margin: 10px 0 6px;
            display: block;
            box-shadow: none;
        }
        .card h3,
        .card strong {
            font-size: 1.15rem;
            line-height: 1.35;
        }
        .card p,
        .mini-card p {
            margin: 0;
            color: var(--muted);
            line-height: 1.85;
        }
        .card-link {
            color: var(--text);
        }
        .card-link:hover { color: var(--brand-strong); }
        .meta {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            align-items: center;
            color: var(--muted-soft);
            font-size: 12px;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            margin: 2px 0;
        }
        .badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 12px;
            border-radius: 999px;
            background: var(--brand-soft);
            color: var(--brand);
            font-size: 12px;
            font-weight: 500;
            margin-right: 8px;
        }
        .badge::before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: currentColor;
            opacity: 0.7;
        }
        .badge-row {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        .split-panel {
            display: grid;
            grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
            gap: 24px;
            align-items: start;
        }
        .feature-list,
        .list {
            display: grid;
            gap: 16px;
        }
        .feature-item {
            padding: 18px 20px;
            border-radius: 18px;
            background: #ffffff;
            border: 1px solid #e0e0e0;
        }
        .feature-item strong {
            display: block;
            margin-bottom: 8px;
            font-size: 15px;
        }
        .feature-item p {
            margin: 0;
            color: var(--muted);
            line-height: 1.8;
        }
        .showcase-grid {
            display: grid;
            gap: 20px;
            grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
            align-items: stretch;
        }
        .showcase-lead {
            display: grid;
            gap: 18px;
            padding: 28px;
            border-radius: 28px;
            background: linear-gradient(180deg, #ffffff 0%, #f5f5f7 100%);
            color: var(--text);
            min-height: 100%;
            border: 1px solid var(--line);
        }
        .showcase-lead p,
        .showcase-lead .meta {
            color: var(--muted);
        }
        .showcase-media {
            width: 100%;
            height: 320px;
            object-fit: cover;
            border-radius: 22px;
            display: block;
        }
        .showcase-title {
            margin: 0;
            font-size: clamp(1.8rem, 3vw, 3rem);
            line-height: 1.08;
            letter-spacing: -0.04em;
        }
        .showcase-list {
            display: grid;
            gap: 16px;
        }
        .showcase-mini {
            display: grid;
            gap: 10px;
            padding: 20px;
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.92);
            border: 1px solid var(--line);
            box-shadow: none;
        }
        .showcase-mini:hover {
            transform: translateY(-2px);
            border-color: rgba(0, 102, 204, 0.18);
            box-shadow: var(--shadow-soft);
        }
        .showcase-mini strong {
            font-size: 1.05rem;
            line-height: 1.35;
        }
        .showcase-mini p {
            margin: 0;
            color: var(--muted);
            line-height: 1.8;
        }
        .media-wall {
            display: grid;
            gap: 18px;
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
        .media-card {
            position: relative;
            overflow: hidden;
            min-height: 320px;
            border-radius: 28px;
            background: linear-gradient(180deg, #ffffff 0%, #f5f5f7 100%);
            box-shadow: var(--shadow-soft);
            border: 1px solid var(--line);
        }
        .media-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .media-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(29, 29, 31, 0.28));
        }
        .media-card-content {
            position: absolute;
            left: 22px;
            right: 22px;
            bottom: 22px;
            z-index: 1;
            color: #ffffff;
        }
        .media-card-content strong {
            display: block;
            font-size: 1.3rem;
            margin-bottom: 8px;
        }
        .media-card-content p {
            margin: 0;
            color: rgba(255, 255, 255, 0.76);
            line-height: 1.7;
        }
.media-wall-products {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.media-wall-detail {
    margin-top: 22px;
}
.product-media-card {
    min-height: 360px;
}
.product-card-meta {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
}
        .media-card-fallback {
            display: grid;
            align-content: end;
            padding: 24px;
        }
        .logo-wall {
            display: grid;
            gap: 16px;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        }
        .logo-item {
            min-height: 90px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 18px;
            border-radius: 22px;
            background: rgba(255, 255, 255, 0.92);
            border: 1px solid var(--line);
            box-shadow: none;
            text-align: center;
        }
        .logo-item strong {
            font-size: 15px;
            line-height: 1.5;
            letter-spacing: 0.04em;
        }
        .story-grid,
        .team-grid {
            display: grid;
            gap: 20px;
        }
        .story-grid {
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        }
        .story-block,
        .team-card {
            padding: 24px;
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.9);
            border: 1px solid var(--line);
            box-shadow: none;
        }
        .story-block h3,
        .team-card h3 {
            margin: 0 0 10px;
            font-size: 1.2rem;
        }
        .story-block p,
        .team-card p {
            margin: 0;
            color: var(--muted);
            line-height: 1.85;
        }
        .timeline-list {
            display: grid;
            gap: 16px;
        }
        .timeline-item {
            position: relative;
            padding: 20px 20px 20px 74px;
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.92);
            border: 1px solid var(--line);
            box-shadow: none;
        }
        .timeline-year {
            position: absolute;
            top: 20px;
            left: 20px;
            width: 42px;
            height: 42px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--brand);
            color: #fff;
            font-weight: 700;
            font-size: 12px;
        }
        .timeline-item strong {
            display: block;
            margin-bottom: 8px;
            font-size: 1.05rem;
        }
        .team-grid {
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        }
        .team-avatar {
            width: 72px;
            height: 72px;
            border-radius: 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 102, 204, 0.08);
            color: var(--brand);
            font-size: 1.35rem;
            font-weight: 700;
            margin-bottom: 16px;
        }
        .team-role {
            color: var(--brand);
            font-size: 12px;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            margin-bottom: 10px;
        }
        .team-meta {
            display: grid;
            gap: 8px;
            margin-top: 16px;
            color: var(--muted-soft);
            font-size: 14px;
        }
        .case-hero-grid {
            display: grid;
            gap: 24px;
            grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
            align-items: start;
        }
        .case-sidebar {
            display: grid;
            gap: 14px;
        }
        .stat-pill {
            padding: 18px 20px;
            border-radius: 22px;
            background: rgba(255, 255, 255, 0.9);
            border: 1px solid var(--line);
        }
        .stat-pill strong {
            display: block;
            margin-bottom: 6px;
            font-size: 13px;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: var(--muted-soft);
        }
        .stat-pill span {
            display: block;
            font-size: 1.08rem;
            line-height: 1.6;
        }
        .consult-band {
            padding: 24px 0 44px;
            background: #f5f5f7;
        }
        .consult-panel {
            overflow: visible;
            border: 0;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
        }
        .consult-panel::before {
            content: none;
        }
        .consult-grid {
            display: grid;
            gap: 40px;
            grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
            align-items: center;
        }
        .consult-copy {
            display: grid;
            gap: 24px;
            padding: 8px 0;
        }
        .consult-copy p {
            margin: 0;
            max-width: 38ch;
            color: #1d1d1f;
            font-size: 17px;
            line-height: 1.47;
            letter-spacing: -0.02em;
        }
        .consult-copy .eyebrow {
            margin-bottom: 12px;
            color: #0066cc;
            background: transparent;
        }
        .consult-copy .eyebrow::before {
            background: #0066cc;
        }
        .consult-copy .section-title {
            max-width: 11ch;
            font-size: clamp(2.25rem, 3.8vw, 3.9rem);
            line-height: 1.07;
            letter-spacing: -0.05em;
        }
        .consult-copy .story-grid {
            gap: 24px;
        }
        .consult-copy .story-block {
            padding: 18px 0 0;
            border-radius: 0;
            border: 0;
            border-top: 1px solid #e0e0e0;
            background: transparent;
        }
        .consult-copy .story-block h3 {
            margin-bottom: 8px;
            font-size: 21px;
            line-height: 1.19;
            letter-spacing: 0.01em;
        }
        .consult-copy .story-block p {
            max-width: none;
            color: #6e6e73;
            font-size: 15px;
            line-height: 1.6;
            letter-spacing: 0;
        }
        .consult-copy .badge {
            min-height: 36px;
            padding: 0 14px;
            border-radius: 999px;
            border: 1px solid #e0e0e0;
            background: #ffffff;
            color: #333333;
        }
        .consult-form-shell {
            padding: 32px;
            border-radius: 18px;
            background: #ffffff;
            border: 1px solid #e0e0e0;
            box-shadow: none;
        }
        .consult-form-head {
            display: grid;
            gap: 10px;
            margin-bottom: 20px;
        }
        .consult-form-kicker {
            color: #0066cc;
            font-size: 12px;
            line-height: 1;
            letter-spacing: -0.12px;
        }
        .consult-form-title {
            margin: 0;
            color: #1d1d1f;
            font-size: 28px;
            font-weight: 600;
            line-height: 1.14;
            letter-spacing: -0.03em;
        }
        .consult-form-meta {
            margin: 0;
            color: #6e6e73;
            font-size: 14px;
            line-height: 1.43;
            letter-spacing: -0.02em;
        }
        .consult-form {
            display: grid;
            gap: 16px;
        }
        .consult-form-grid {
            display: grid;
            gap: 16px;
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .form-field {
            display: grid;
            gap: 8px;
        }
        .form-field label {
            color: #6e6e73;
            font-size: 12px;
            font-weight: 400;
            line-height: 1;
            letter-spacing: -0.12px;
            text-transform: uppercase;
        }
        .form-field input,
        .form-field textarea {
            width: 100%;
            min-height: 44px;
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 999px;
            background: #ffffff;
            padding: 12px 20px;
            font: inherit;
            color: var(--text);
            outline: none;
            box-shadow: none;
        }
        .form-field textarea {
            min-height: 140px;
            border-radius: 18px;
            resize: vertical;
        }
        .form-field input::placeholder,
        .form-field textarea::placeholder {
            color: #7a7a7a;
        }
        .form-field input:focus,
        .form-field textarea:focus {
            border-color: #0071e3;
            box-shadow: 0 0 0 4px rgba(0, 102, 204, 0.08);
        }
        .form-field.is-wide {
            grid-column: 1 / -1;
        }
        .form-alert {
            padding: 14px 16px;
            border-radius: 12px;
            font-size: 14px;
            line-height: 1.75;
            margin-bottom: 12px;
        }
        .form-alert.success {
            background: rgba(34, 197, 94, 0.12);
            color: #166534;
            border: 1px solid rgba(34, 197, 94, 0.18);
        }
        .form-alert.error {
            background: rgba(239, 68, 68, 0.08);
            color: #991b1b;
            border: 1px solid rgba(239, 68, 68, 0.16);
        }
        .form-note {
            color: #6e6e73;
            font-size: 12px;
            line-height: 1.4;
            letter-spacing: -0.12px;
        }
        .consult-form .button {
            min-height: 44px;
            padding: 0 22px;
            border-radius: 999px;
            font-size: 17px;
            font-weight: 400;
            letter-spacing: -0.02em;
            box-shadow: none;
        }
        .cta-panel {
            background: linear-gradient(180deg, #1d1d1f 0%, #2b2b2d 100%);
            color: #ffffff;
        }
        .cta-panel .section-title,
        .cta-panel .eyebrow,
        .cta-panel .feature-item strong,
        .cta-panel a {
            color: #ffffff;
        }
        .cta-panel .eyebrow {
            background: transparent;
            color: #2997ff;
        }
        .cta-panel .eyebrow::before {
            background: #2997ff;
        }
        .cta-grid {
            display: grid;
            gap: 24px;
            grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
            align-items: center;
        }
        .cta-copy {
            display: grid;
            gap: 16px;
        }
        .cta-copy p {
            margin: 0;
            color: rgba(255, 255, 255, 0.78);
            line-height: 1.9;
            max-width: 640px;
        }
        .cta-actions {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
            padding-top: 8px;
        }
        .cta-note {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.62);
        }
        .cta-stack {
            display: grid;
            gap: 14px;
        }
        .cta-panel .feature-item {
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(255, 255, 255, 0.1);
        }
        .cta-panel .feature-item p {
            color: rgba(255, 255, 255, 0.72);
        }
        .js-enhanced [data-reveal] {
            opacity: 0;
            transform: translateY(28px);
            transition: opacity 0.75s ease, transform 0.75s ease;
            transition-delay: calc(var(--reveal-order, 0) * 0.08s);
        }
        .js-enhanced [data-reveal].is-visible {
            opacity: 1;
            transform: translateY(0);
        }
        .highlight-panel {
            padding: 24px;
            border-radius: 18px;
            background: #ffffff;
            border: 1px solid #e0e0e0;
        }
        .highlight-panel h3 {
            margin: 0 0 12px;
            font-size: 21px;
            line-height: 1.19;
            letter-spacing: 0.231px;
        }
        .highlight-panel p {
            margin: 0;
            color: var(--muted);
            font-size: 17px;
            line-height: 1.47;
            letter-spacing: -0.374px;
        }
        .divider {
            height: 1px;
            background: var(--line);
            margin: 24px 0;
            border: 0;
        }
        .detail-title {
            font-size: clamp(2.1rem, 3.4vw, 3.8rem);
            line-height: 1.07;
            letter-spacing: -0.05em;
            max-width: 11ch;
        }
        .content-body {
            font-size: 17px;
            line-height: 1.7;
            letter-spacing: -0.374px;
            color: var(--text);
            white-space: pre-line;
        }
        .content-rich { white-space: normal; }
        .content-rich p { margin: 0 0 1em; }
        .content-rich h2,
        .content-rich h3,
        .content-rich h4 { margin: 1.25em 0 0.65em; line-height: 1.35; }
        .content-rich ul,
        .content-rich ol { margin: 0 0 1em; padding-left: 24px; }
        .content-rich blockquote {
            margin: 1.2em 0;
            padding: 16px 18px;
            border-left: 3px solid #0066cc;
            background: #f5f5f7;
            color: var(--text);
            border-radius: 0 18px 18px 0;
        }
        .content-rich a {
            color: var(--brand-strong);
            text-decoration: underline;
            text-decoration-thickness: 1px;
        }
        .content-rich img { max-width: 100%; height: auto; border-radius: 18px; }
        .empty {
            padding: 22px;
            border-radius: 18px;
            color: var(--muted);
            background: #f5f5f7;
            border: 1px dashed #e0e0e0;
        }
        .pager { margin-top: 22px; }
        .pager nav {
            display: flex;
            justify-content: center;
        }
        .pager svg { width: 16px; }
        .footer {
            padding: 56px 0 20px;
            color: #333333;
            background: #f5f5f7;
        }
        .footer-shell {
            width: min(var(--stage-width), calc(100% - 48px));
            margin: 0 auto;
        }
        .footer-card {
            position: relative;
            overflow: visible;
            padding: 0;
            background: transparent;
            box-shadow: none;
        }
        .footer-panel {
            background: transparent;
            border: 0;
            border-radius: 0;
            box-shadow: none;
        }
        .footer-grid {
            position: relative;
            display: grid;
            gap: 40px 28px;
            grid-template-columns: minmax(280px, 1.2fr) repeat(3, minmax(0, 0.75fr));
            align-items: start;
            padding-bottom: 28px;
            border-bottom: 1px solid #e0e0e0;
        }
        .footer-grid > * {
            padding: 0;
            border-radius: 0;
            background: transparent;
            border: 0;
        }
        .footer-brand strong {
            display: block;
            margin-bottom: 4px;
            font-size: 24px;
            font-weight: 600;
            line-height: 1.19;
            letter-spacing: -0.02em;
            color: #1d1d1f;
        }
        .footer-brand-head {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            margin-bottom: 14px;
        }
        .footer-brand-head strong {
            margin-bottom: 0;
        }
        .footer-brand-logo {
            width: 40px;
            height: 40px;
            border-radius: 12px;
            object-fit: cover;
            background: #ffffff;
            padding: 4px;
            border: 1px solid rgba(0, 0, 0, 0.06);
        }
        .footer-brand-subtitle {
            display: block;
            color: #6e6e73;
            font-size: 12px;
            line-height: 1.3;
            letter-spacing: -0.12px;
        }
        .footer-brand p,
        .footer-meta {
            margin: 0;
            color: #333333;
            font-size: 14px;
            line-height: 1.6;
            letter-spacing: -0.02em;
        }
        .footer-section {
            display: grid;
            gap: 14px;
            align-content: start;
            min-width: 0;
        }
        .footer-section-label {
            display: inline-block;
            color: #1d1d1f;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.29;
            letter-spacing: -0.224px;
        }
        .footer-link-list {
            display: grid;
            gap: 0;
        }
        .footer-contact-list {
            display: grid;
            gap: 8px;
            margin-top: 20px;
        }
        .footer-contact-item {
            display: flex;
            gap: 10px;
            align-items: center;
            min-height: auto;
            padding: 0;
            border-radius: 0;
            background: transparent;
            border: 0;
            color: #333333;
            font-size: 14px;
            line-height: 1.43;
            letter-spacing: -0.224px;
        }
        .footer-social-grid {
            display: grid;
            gap: 18px;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        }
        .footer-social-card {
            padding: 12px 0 0;
            border-radius: 0;
            background: transparent;
            border: 0;
            border-top: 1px solid #e0e0e0;
        }
        .footer-social-card strong {
            display: block;
            margin-bottom: 6px;
            font-size: 14px;
            line-height: 1.29;
            letter-spacing: -0.224px;
            color: #1d1d1f;
        }
        .footer-social-card span {
            display: block;
            min-height: auto;
            color: #6e6e73;
            font-size: 14px;
            line-height: 1.43;
            letter-spacing: -0.224px;
            word-break: break-word;
        }
        .footer-social-card img {
            display: block;
            width: 100%;
            max-width: 88px;
            aspect-ratio: 1 / 1;
            margin-top: 12px;
            border-radius: 8px;
            background: #fff;
            padding: 3px;
            object-fit: cover;
            border: 1px solid #e0e0e0;
        }
        .footer-link-list a {
            display: block;
            padding: 2px 0;
            color: #333333;
            font-size: 17px;
            line-height: 1.9;
            letter-spacing: 0;
        }
        .footer-link-list a:hover {
            color: #0066cc;
        }
        .footer-actions {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }
        .footer-actions-inline {
            margin-top: 20px;
        }
        .footer-pill {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 44px;
            padding: 0 22px;
            border-radius: 999px;
            color: #0066cc;
            border: 1px solid #0066cc;
            background: transparent;
            font-size: 17px;
            line-height: 1;
            letter-spacing: -0.02em;
        }
        .footer-pill-primary {
            background: #0066cc;
            border-color: #0066cc;
            color: #ffffff;
            box-shadow: none;
        }
        .footer-pill:hover {
            color: #0066cc;
            border-color: #0066cc;
            background: rgba(255, 255, 255, 0.72);
        }
        .footer-pill-primary:hover {
            color: #ffffff;
            background: #0071e3;
            border-color: #0071e3;
        }
        .footer-bottom {
            display: flex;
            justify-content: space-between;
            gap: 16px;
            flex-wrap: wrap;
            margin-top: 18px;
            padding-top: 0;
            color: #7a7a7a;
            font-size: 12px;
            line-height: 1.3;
            letter-spacing: -0.12px;
        }
        .service-float {
            position: fixed;
            right: 22px;
            bottom: 22px;
            z-index: 80;
            display: grid;
            justify-items: end;
            gap: 12px;
        }
        .service-widget {
            width: min(360px, calc(100vw - 28px));
            padding: 20px;
            border-radius: 18px;
            color: #1d1d1f;
            background: rgba(245, 245, 247, 0.88);
            border: 1px solid #e0e0e0;
            box-shadow: none;
            backdrop-filter: saturate(180%) blur(20px);
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transform: translateY(18px) scale(0.96);
            transform-origin: bottom right;
            transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
        }
        .service-widget.is-open {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transform: translateY(0) scale(1);
        }
        .service-widget-header {
            display: flex;
            gap: 14px;
            align-items: center;
        }
        .service-widget-avatar {
            width: 62px;
            height: 62px;
            border-radius: 12px;
            object-fit: cover;
            background: #ffffff;
            border: 1px solid #e0e0e0;
            flex: 0 0 auto;
        }
        .service-widget-name {
            font-size: 17px;
            font-weight: 600;
            line-height: 1.24;
            letter-spacing: -0.02em;
        }
        .service-widget-role {
            margin-top: 4px;
            color: #6e6e73;
            font-size: 12px;
            line-height: 1;
            letter-spacing: -0.12px;
            text-transform: none;
        }
        .service-widget-copy {
            margin: 14px 0 0;
            color: #333333;
            line-height: 1.47;
            font-size: 14px;
            letter-spacing: -0.224px;
        }
        .service-widget-meta {
            display: grid;
            gap: 10px;
            margin-top: 16px;
        }
        .service-widget-meta span {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            min-height: auto;
            padding: 0;
            border-radius: 0;
            background: transparent;
            color: #333333;
            font-size: 14px;
            line-height: 1.43;
            letter-spacing: -0.224px;
        }
        .service-widget-qr {
            margin-top: 16px;
            padding-top: 14px;
            border-radius: 0;
            background: transparent;
            border-top: 1px solid #e0e0e0;
        }
        .service-widget-qr strong {
            display: block;
            margin-bottom: 10px;
            font-size: 12px;
            line-height: 1;
            letter-spacing: -0.12px;
            text-transform: none;
            color: #6e6e73;
        }
        .service-widget-qr img {
            display: block;
            width: 112px;
            max-width: 100%;
            aspect-ratio: 1 / 1;
            object-fit: cover;
            border-radius: 8px;
            background: #fff;
            padding: 4px;
            border: 1px solid #e0e0e0;
        }
        .service-widget-socials {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            margin-top: 14px;
        }
        .service-widget-socials span {
            display: inline-flex;
            align-items: center;
            min-height: 34px;
            padding: 0 12px;
            border-radius: 999px;
            background: #ffffff;
            border: 1px solid #e0e0e0;
            color: #333333;
            font-size: 12px;
            line-height: 1.29;
            letter-spacing: -0.224px;
        }
        .service-widget-social-grid {
            display: grid;
            gap: 10px;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            margin-top: 14px;
        }
        .service-widget-social-card {
            padding: 10px 0 0;
            border-radius: 0;
            background: transparent;
            border-top: 1px solid #e0e0e0;
        }
        .service-widget-social-card strong {
            display: block;
            margin-bottom: 8px;
            font-size: 12px;
            line-height: 1;
            letter-spacing: -0.12px;
            color: #6e6e73;
        }
        .service-widget-social-card img {
            display: block;
            width: 100%;
            aspect-ratio: 1 / 1;
            object-fit: cover;
            border-radius: 8px;
            background: #fff;
            padding: 4px;
            border: 1px solid #e0e0e0;
        }
        .service-widget-actions {
            display: grid;
            gap: 10px;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            margin-top: 16px;
        }
        .service-widget-action {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 42px;
            padding: 0 14px;
            border-radius: 999px;
            color: #0066cc;
            background: transparent;
            border: 1px solid #0066cc;
            font-size: 14px;
            line-height: 1.29;
            letter-spacing: -0.224px;
        }
        .service-widget-action:hover {
            color: #0066cc;
            background: rgba(255, 255, 255, 0.72);
        }
        .service-float-dock {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 10px;
        }
        .service-float-btn,
        .service-float-main {
            appearance: none;
            border: 0;
            cursor: pointer;
            font: inherit;
        }
        .service-float-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 54px;
            min-height: 54px;
            padding: 0 16px;
            border-radius: 999px;
            color: #1d1d1f;
            background: rgba(245, 245, 247, 0.88);
            box-shadow: none;
            border: 1px solid #e0e0e0;
            backdrop-filter: saturate(180%) blur(20px);
        }
        .service-float-btn:hover {
            color: #0066cc;
            transform: none;
        }
        .service-float-top {
            display: none;
        }
        .service-float-top.is-visible {
            display: inline-flex;
        }
        .service-float-main {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            min-height: 56px;
            padding: 0 20px;
            border-radius: 999px;
            color: #fff;
            background: #0066cc;
            border: 1px solid #0066cc;
            box-shadow: none;
        }
        .service-float-main::before {
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #ffffff;
            box-shadow: none;
        }
        .popup-mask {
            position: fixed;
            inset: 0;
            background: rgba(29, 29, 31, 0.18);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 999;
            padding: 16px;
            backdrop-filter: saturate(180%) blur(20px);
        }
        .popup-mask.is-visible { display: flex; }
        .popup-card {
            width: min(520px, 100%);
            background: rgba(245, 245, 247, 0.94);
            border-radius: 18px;
            padding: 28px;
            border: 1px solid #e0e0e0;
            box-shadow: none;
        }
        .popup-card h3 {
            margin: 0 0 12px;
            font-size: 28px;
            line-height: 1.14;
            letter-spacing: -0.03em;
        }
        .popup-link-row {
            margin: 16px 0 0;
        }
        .popup-link {
            color: #0066cc;
            font-size: 17px;
            line-height: 1.47;
            letter-spacing: -0.02em;
        }
        .popup-close {
            margin-top: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 44px;
            padding: 0 22px;
            background: #0066cc;
            color: #fff;
            border-radius: 999px;
            cursor: pointer;
            border: 1px solid #0066cc;
        }
        @media (max-width: 1280px) {
            .footer-grid {
                grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
            }
            .footer-side {
                grid-column: 1 / -1;
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
        @media (max-width: 1024px) {
            .hero-grid,
            .showcase-grid,
            .media-wall,
            .consult-grid,
            .case-hero-grid,
            .cta-grid,
            .split-panel,
            .footer-grid {
                grid-template-columns: 1fr;
            }
            .footer-side {
                grid-column: auto;
                grid-template-columns: 1fr;
            }
            .footer-hero {
                align-items: start;
                flex-direction: column;
            }
            .footer-hero-actions {
                justify-content: flex-start;
            }
            .hero h1 { max-width: none; }
        }
        @media (max-width: 768px) {
            .ad-carousel-track,
            .ad-slide,
            .ad-slide-image {
                min-height: 180px;
            }
            .ad-section-header .ad-slide,
            .ad-section-header .ad-slide-image {
                min-height: 300px;
            }
            .ad-section-footer .ad-slide,
            .ad-section-footer .ad-slide-image {
                min-height: 220px;
            }
            .ad-slide-content {
                padding: 18px 18px 22px;
            }
            .ad-section-header .ad-slide-content,
            .ad-section-footer .ad-slide-content {
                padding: 32px 20px;
            }
            .ad-slide-content strong {
                max-width: none;
                font-size: 1.3rem;
            }
            .ad-section-header .ad-slide-content strong,
            .ad-section-footer .ad-slide-content strong {
                font-size: clamp(2rem, 8vw, 2.8rem);
            }
            .ad-section-header,
            .ad-section-footer {
                width: min(100%, calc(100% - 24px));
            }
            .ad-slide-content p {
                font-size: 13px;
                line-height: 1.7;
            }
            .ad-carousel-controls {
                right: 12px;
                bottom: 12px;
                gap: 8px;
            }
            .ad-carousel-arrow {
                width: 36px;
                height: 36px;
            }
            .ad-carousel-dots {
                min-height: 36px;
            }
            body.menu-open {
                overflow: hidden;
            }
            .utility-bar .container {
                align-items: flex-start;
            }
            .topbar .container {
                align-items: center;
            }
            .menu-toggle {
                display: inline-flex;
                position: relative;
            }
            .nav-wrap {
                position: fixed;
                top: 62px;
                left: 16px;
                right: 16px;
                z-index: 36;
                display: grid;
                gap: 14px;
                padding: 16px;
                border-radius: 18px;
                background: rgba(245, 245, 247, 0.88);
                border: 1px solid #e0e0e0;
                box-shadow: none;
                backdrop-filter: saturate(180%) blur(20px);
                opacity: 0;
                pointer-events: none;
                transform: translateY(-12px);
                transition: opacity 0.25s ease, transform 0.25s ease;
            }
            .nav-wrap.is-open {
                opacity: 1;
                pointer-events: auto;
                transform: translateY(0);
            }
            .nav {
                justify-content: flex-start;
                flex-direction: column;
                width: 100%;
            }
            .nav a,
            .nav-cta {
                width: 100%;
                justify-content: flex-start;
            }
            .nav a {
                min-height: 42px;
                padding: 10px 12px;
            }
            .hero {
                padding: 32px 24px;
                border-radius: 18px;
            }
            .hero-stats {
                grid-template-columns: 1fr;
            }
            .hero-social-grid {
                grid-template-columns: 1fr;
            }
            .showcase-media,
            .media-card {
                min-height: 260px;
                height: 260px;
            }
            .consult-form-grid {
                grid-template-columns: 1fr;
            }
            .consult-copy {
                gap: 20px;
                padding: 0;
            }
            .consult-copy .section-title {
                max-width: none;
                font-size: clamp(2rem, 8vw, 2.8rem);
            }
            .consult-form-shell {
                padding: 20px;
            }
            .consult-form-title {
                font-size: 24px;
            }
            .panel,
            .card,
            .popup-card {
                padding-left: 20px;
                padding-right: 20px;
            }
            .footer-shell {
                width: min(100%, calc(100% - 24px));
            }
            .footer-card {
                padding: 0;
            }
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .footer-grid > * {
                padding: 0;
            }
            .footer-bottom {
                flex-direction: column;
                gap: 8px;
            }
            .breadcrumb-wrap {
                margin-top: 0;
                padding: 12px 0;
            }
            .breadcrumb-list {
                gap: 8px 10px;
            }
            .breadcrumb-item {
                gap: 10px;
                font-size: 12px;
            }
            .breadcrumb-item a,
            .breadcrumb-item span {
                max-width: min(22ch, calc(100vw - 112px));
            }
            .service-float {
                right: 14px;
                bottom: 14px;
                left: 14px;
                justify-items: stretch;
            }
            .service-widget {
                width: auto;
            }
            .service-float-dock {
                justify-content: space-between;
            }
            .card-cover {
                width: calc(100% + 40px);
                max-width: calc(100% + 40px);
                margin-left: -20px;
                margin-right: -20px;
            }
        }
        @media (prefers-reduced-motion: reduce) {
            html { scroll-behavior: auto; }
            * {
                animation: none !important;
                transition: none !important;
            }
            .js-enhanced [data-reveal] {
                opacity: 1;
                transform: none;
            }
        }

.section-top-gap {
    margin-top: 28px;
}

.hero-top-gap {
    margin-top: 12px;
}

.hero-bottom-gap {
    margin-bottom: 24px;
}

.badge-row-top-md {
    margin: 12px 0 0;
}

.badge-row-tight {
    margin: 6px 0 2px;
}

.badge-row-top-lg {
    margin-top: 18px;
}

.hero-actions-top-sm {
    padding-top: 12px;
}

.hero-actions-top-md {
    padding-top: 16px;
}

.footer-actions-compact {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.content-body-top {
    margin-top: 16px;
}

.full-width {
    width: 100%;
}

.empty-full-grid {
    grid-column: 1 / -1;
}

.contact-info-grid {
    gap: 16px;
    margin-top: 20px;
}

.qr-code-image {
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    background: #fff;
    padding: 6px;
    margin-top: 18px;
}

.qr-code-image-lg {
    width: min(200px, 100%);
}

.qr-code-image-md {
    width: min(156px, 100%);
}

.social-card-title {
    margin: 14px 0 10px;
}

.page-hero-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: start;
}

.page-summary {
    margin: 0;
    color: #1d1d1f;
    font-size: 17px;
    line-height: 1.47;
    letter-spacing: -0.02em;
    max-width: 42ch;
}

.info-grid {
    display: grid;
    gap: 18px;
}

.info-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card {
    display: grid;
    gap: 10px;
    align-content: start;
    padding: 22px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
}

.info-card strong {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted-soft);
}

.info-card p,
.info-card span {
    margin: 0;
    color: var(--text);
    line-height: 1.7;
}

.split-content-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: start;
}

.content-stack,
.stack-list,
.compact-list {
    display: grid;
    gap: 18px;
}

.feature-list-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.compact-item {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.compact-item strong {
    font-size: 16px;
    line-height: 1.45;
}

.compact-item p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.link-cloud {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.directory-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.directory-card {
    display: grid;
    gap: 12px;
    padding: 24px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
}

.directory-card h3,
.directory-card strong {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
}

.directory-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.rich-answer {
    padding: 24px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    color: var(--text);
    line-height: 1.8;
}

.sitemap-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.page-product-column .page-summary,
.page-materials .page-summary,
.page-html-sitemap .page-summary {
    max-width: 36ch;
}

.page-product-column .info-grid,
.page-materials .info-grid,
.page-html-sitemap .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-product-column .info-card,
.page-materials .info-card,
.page-html-sitemap .info-card {
    min-height: 100%;
}

.page-product-column .info-card p,
.page-materials .info-card p,
.page-html-sitemap .info-card p {
    color: #6e6e73;
}

.page-product-column .media-wall-products {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-product-column .product-media-card {
    min-height: 380px;
}

.page-sitetemp .template-library-card .media-card-content {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    color: inherit;
    display: grid;
    gap: 12px;
    align-content: start;
}

.page-sitetemp .template-library-card .media-card-content .hero-actions {
    margin-top: auto;
    padding-top: 4px;
}

.page-product-column .product-column-feature-card h2 {
    margin: 0;
    font-size: 26px;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.page-product-column .product-column-feature-card {
    gap: 12px;
}

.page-sitetemp .template-filter-strip {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-sitetemp .template-filter-pill {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 18px;
    background: #ffffff;
    color: #1d1d1f;
}

.page-sitetemp .template-filter-pill.is-active {
    border-color: rgba(0, 102, 204, 0.22);
    background: rgba(0, 102, 204, 0.06);
}

.page-sitetemp .template-filter-pill span {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.page-sitetemp .template-filter-pill small {
    color: #6e6e73;
    font-size: 13px;
    line-height: 1.45;
}

.page-sitetemp .template-showcase-frame {
    display: grid;
    gap: 14px;
}

.page-sitetemp .template-showcase-cover,
.page-sitetemp .template-library-cover {
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 18px;
    background: #f5f5f7;
}

.page-sitetemp .template-showcase-cover .site-cover-image,
.page-sitetemp .template-library-cover .site-cover-image {
    aspect-ratio: 5 / 4;
}

.page-sitetemp .template-showcase-overlay,
.page-sitetemp .template-library-cover-note {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
}

.page-sitetemp .template-showcase-label,
.page-sitetemp .template-library-cover-note span {
    color: #0066cc;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-sitetemp .template-showcase-overlay strong,
.page-sitetemp .template-library-cover-note strong {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.page-sitetemp .template-showcase-stack {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-sitetemp .template-showcase-mini {
    display: grid;
    gap: 8px;
    align-content: start;
    color: #1d1d1f;
}

.page-sitetemp .template-showcase-mini img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid #e0e0e0;
    background: #f5f5f7;
}

.page-sitetemp .template-showcase-mini span {
    font-size: 13px;
    line-height: 1.4;
    color: #6e6e73;
}

.page-sitetemp .template-signal-grid {
    display: grid;
    gap: 12px;
}

.page-sitetemp .template-signal-card {
    display: grid;
    gap: 6px;
    padding-top: 12px;
    border-top: 1px solid #e0e0e0;
    color: #1d1d1f;
}

.page-sitetemp .template-signal-card:first-child {
    padding-top: 0;
    border-top: 0;
}

.page-sitetemp .template-signal-card span,
.page-sitetemp .template-signal-card small {
    color: #6e6e73;
    font-size: 13px;
    line-height: 1.45;
}

.page-sitetemp .template-signal-card strong {
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.page-sitetemp .media-wall-products {
    gap: 24px;
}

.page-sitetemp .template-library-card {
    padding: 18px;
    gap: 18px;
    align-content: start;
}

.page-sitetemp .template-library-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.page-sitetemp .template-library-badge,
.page-sitetemp .template-library-scene {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid #e0e0e0;
    background: #f5f5f7;
    color: #1d1d1f;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.01em;
}

.page-sitetemp .template-library-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding-top: 4px;
}

.page-sitetemp .template-library-footer .site-button-secondary {
    min-height: 40px;
}

.page-column .site-hero-shell,
.page-contact .site-hero-shell {
    align-items: start;
}

.product-column-hero-aside,
.column-hero-aside,
.contact-hero-aside,
.content-hero-aside,
.page-hero-aside,
.faq-hero-aside,
.shops-hero-aside,
.area-hero-aside {
    display: grid;
    gap: 18px;
    align-content: start;
}

.page-product-column .product-column-feature-card,
.page-content-detail .content-feature-card,
.page-content-detail .content-links-card,
.page-content-detail .content-side-links-card,
.page-single-page .page-feature-card,
.page-single-page .page-links-card,
.page-single-page .page-side-links-card,
.page-area-detail .area-feature-card,
.page-area-detail .area-links-card,
.page-area-detail .area-side-links-card {
    min-height: 0;
}

.page-column .column-feature-card,
.page-column .column-links-card,
.page-contact .contact-feature-card,
.page-contact .contact-stats-card {
    min-height: 100%;
}

.page-product-column .product-column-link-card,
.page-column .column-links-card,
.page-contact .contact-stats-card,
.page-content-detail .content-links-card,
.page-content-detail .content-side-links-card,
.page-single-page .page-links-card,
.page-single-page .page-side-links-card,
.page-faq-index .faq-feature-card,
.page-faq-index .faq-links-card,
.page-faq-detail .faq-detail-links-card,
.page-shops .shop-feature-card,
.page-shops .shop-links-card,
.page-shop-detail .shop-detail-links-card,
.page-product-detail .product-detail-links-card,
.page-area-detail .area-links-card,
.page-area-detail .area-side-links-card {
    gap: 14px;
}

.page-product-column .product-column-link-list,
.page-column .column-link-list,
.page-contact .contact-stat-list,
.page-content-detail .content-link-list,
.page-single-page .page-link-list,
.faq-link-list,
.shop-link-list,
.page-product-detail .product-detail-link-list,
.page-area-detail .area-link-list {
    display: grid;
    gap: 10px;
}

.page-product-column .product-column-link-list a,
.page-column .column-link-list a,
.page-contact .contact-stat-list div,
.page-content-detail .content-link-list a,
.page-single-page .page-link-list a,
.faq-link-list a,
.shop-link-list a,
.page-product-detail .product-detail-link-list a,
.page-area-detail .area-link-list a {
    color: #1d1d1f;
    font-size: 15px;
    line-height: 1.4;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}

.page-product-column .product-column-link-list a:first-child,
.page-column .column-link-list a:first-child,
.page-contact .contact-stat-list div:first-child,
.page-content-detail .content-link-list a:first-child,
.page-single-page .page-link-list a:first-child,
.faq-link-list a:first-child,
.shop-link-list a:first-child,
.page-product-detail .product-detail-link-list a:first-child,
.page-area-detail .area-link-list a:first-child {
    padding-top: 0;
    border-top: 0;
}

.page-content-detail .content-attachment-cta {
    gap: 16px;
    border-color: rgba(0, 102, 204, 0.22);
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.page-content-detail .content-attachment-title {
    font-size: 24px;
    line-height: 1.2;
    color: #1d1d1f;
}

.page-content-detail .content-attachment-copy {
    margin: 0;
    color: #4f4f53;
    font-size: 15px;
    line-height: 1.7;
}

.page-content-detail .content-attachment-file {
    display: grid;
    gap: 6px;
    padding: 14px 16px;
    border: 1px solid rgba(0, 102, 204, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
}

.page-content-detail .content-attachment-file span {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0066cc;
}

.page-content-detail .content-attachment-file strong {
    font-size: 16px;
    line-height: 1.5;
    color: #1d1d1f;
    word-break: break-word;
}

.page-content-detail .content-attachment-cta .site-actions {
    gap: 10px;
}

.page-content-detail .content-attachment-cta .site-button-primary,
.page-content-detail .content-attachment-cta .site-button-secondary {
    width: 100%;
}

.page-contact .contact-stat-list strong {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #333333;
}

.page-contact .contact-stat-list p {
    margin: 6px 0 0;
    color: #6e6e73;
    line-height: 1.5;
}

.page-materials .directory-grid {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.materials-stat-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.materials-layout {
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.8fr);
    align-items: start;
}

.materials-main,
.materials-sidebar {
    display: grid;
    gap: 18px;
    align-content: start;
}

.page-materials .directory-card {
    gap: 14px;
    padding: 28px;
}

.page-materials .directory-card p {
    max-width: 34ch;
}

.page-materials .directory-card .meta {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.224px;
}

.page-materials .directory-card .button-secondary {
    width: fit-content;
    margin-top: 2px;
}

.page-materials .materials-sidebar .compact-list {
    gap: 10px;
}

.page-materials .materials-sidebar .compact-item {
    gap: 10px;
}

.page-html-sitemap .sitemap-grid {
    gap: 24px;
}

.page-html-sitemap-overview {
    display: grid;
    gap: 22px;
}

.sitemap-grid-structured {
    align-items: start;
}

.sitemap-panel-wide {
    grid-column: 1 / -1;
}

.sitemap-quick-links,
.sitemap-anchor-links {
    grid-template-columns: repeat(auto-fit, minmax(160px, max-content));
    justify-content: start;
}

.sitemap-anchor-links {
    gap: 12px;
}

.page-html-sitemap .panel {
    padding: 28px;
}

.page-html-sitemap .section-heading {
    align-items: start;
    margin-bottom: 18px;
}

.page-html-sitemap .section-heading p {
    margin: 8px 0 0;
    max-width: 28ch;
    color: #6e6e73;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.224px;
}

.page-html-sitemap .compact-list {
    gap: 12px;
}

.page-html-sitemap .compact-item {
    gap: 6px;
    padding: 14px 0 0;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
    background: transparent;
}

.page-html-sitemap .compact-item strong {
    font-size: 17px;
    line-height: 1.35;
}

.page-html-sitemap .compact-item p {
    font-size: 14px;
    line-height: 1.43;
}

.page-product-detail .info-grid {
    grid-template-columns: 1fr;
}

.page-product-detail .info-card,
.page-product-detail .highlight-panel {
    min-height: 0;
}

.page-area-detail .area-highlight-list {
    display: grid;
    gap: 12px;
}

.page-area-detail .area-highlight-list p {
    margin: 0;
    color: #6e6e73;
}

.page-area-detail .area-resource-card {
    gap: 16px;
}

.page-area-detail .area-resource-list {
    gap: 14px;
}

.site-lead-compact {
    max-width: 34ch;
    font-size: clamp(19px, 1.8vw, 24px);
    line-height: 1.42;
}

@media (max-width: 1068px) {
    .page-hero-grid,
    .split-content-grid,
    .info-grid-2,
    .info-grid-3 {
        grid-template-columns: 1fr;
    }

    .materials-stat-grid,
    .materials-layout {
        grid-template-columns: 1fr;
    }

    .page-product-column .product-column-link-card,
    .page-product-column .product-column-feature-card,
    .page-column .column-feature-card,
    .page-column .column-links-card,
    .page-contact .contact-feature-card,
    .page-contact .contact-stats-card,
    .page-content-detail .content-feature-card,
    .page-content-detail .content-links-card,
    .page-single-page .page-feature-card,
    .page-single-page .page-links-card,
    .page-faq-index .faq-feature-card,
    .page-faq-index .faq-links-card,
    .page-shops .shop-feature-card,
    .page-shops .shop-links-card,
    .page-area-detail .area-feature-card,
    .page-area-detail .area-links-card {
        min-height: 0;
    }

    .page-sitetemp .template-filter-strip,
    .page-sitetemp .template-showcase-stack {
        grid-template-columns: 1fr;
    }

    .page-sitetemp .template-library-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .page-sitetemp .template-library-footer .site-button-secondary {
        width: 100%;
    }
}

.ad-grid-footer {
    margin-bottom: 18px;
}

.about-apple {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-top: 16px;
    margin-left: -50vw;
    margin-right: -50vw;
}

.about-stage {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.about-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.about-stage-light {
    background: #ffffff;
    color: #1d1d1f;
}

.about-stage-parchment {
    background: #f5f5f7;
    color: #1d1d1f;
}

.about-stage-dark {
    background: #272729;
    color: #ffffff;
}

.about-stage-dark::before {
    background: none;
}

.about-stage-dark-2 {
    background: #2a2a2c;
    color: #ffffff;
}

.about-stage-dark-2::before {
    background: none;
}

.about-shell {
    width: min(var(--content-width), calc(100% - 48px));
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.about-hero-shell,
.about-content-shell {
    display: grid;
    gap: 32px;
    align-items: center;
}

.about-hero-shell {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
}

.about-content-shell {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
}

.about-center-shell {
    text-align: center;
}

.about-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #0066cc;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.12px;
    text-transform: uppercase;
}

.about-eyebrow-dark {
    color: #2997ff;
}

.about-hero-copy h1,
.about-center-shell h2,
.about-copy-column h2 {
    margin: 0;
    font-family: "SF Pro Display", system-ui, -apple-system, sans-serif;
    font-weight: 600;
    letter-spacing: -0.28px;
}

.about-hero-copy h1 {
    font-size: clamp(40px, 5vw, 56px);
    line-height: 1.07;
}

.about-center-shell h2,
.about-copy-column h2 {
    font-size: clamp(34px, 4vw, 40px);
    line-height: 1.1;
}

.about-lead,
.about-stage-copy,
.about-apple p,
.about-apple li {
    font-family: "SF Pro Text", system-ui, -apple-system, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.47;
    letter-spacing: -0.374px;
}

.about-lead {
    max-width: 760px;
    margin: 16px 0 0;
    font-size: clamp(21px, 2.2vw, 28px);
    line-height: 1.24;
    letter-spacing: 0;
}

.about-stage-copy {
    max-width: 760px;
    margin: 16px auto 0;
}

.about-copy-column .about-stage-copy {
    margin-left: 0;
}

.about-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.about-actions-center {
    justify-content: center;
}

.about-button-primary,
.about-button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 22px;
    border-radius: 9999px;
    font-family: "SF Pro Text", system-ui, -apple-system, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.about-button-primary {
    background: #0066cc;
    color: #ffffff;
}

.about-button-primary:hover {
    color: #ffffff;
    background: #0071e3;
    transform: scale(0.98);
}

.about-button-secondary {
    background: transparent;
    color: #0066cc;
    border: 1px solid #0066cc;
}

.about-button-secondary:hover {
    color: #0071e3;
    border-color: #0071e3;
    transform: scale(0.98);
}

.about-hero-visual {
    display: grid;
    place-items: center;
}

.about-product-plinth {
    width: min(100%, 520px);
    min-height: 420px;
    display: grid;
    place-items: center;
    padding: 28px;
    background: #fafafc;
}

.about-stage-dark .about-product-plinth,
.about-stage-dark-2 .about-product-plinth {
    background: rgba(255, 255, 255, 0.04);
}

.about-product-image {
    display: block;
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
    filter: drop-shadow(rgba(0, 0, 0, 0.22) 3px 5px 30px);
}

.about-product-placeholder {
    display: grid;
    place-items: center;
    gap: 8px;
    width: 100%;
    min-height: 320px;
    text-align: center;
    background: #f5f5f7;
    color: #1d1d1f;
}

.about-product-placeholder strong {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.28px;
}

.about-product-placeholder span {
    color: #7a7a7a;
    font-size: 14px;
}

.about-mini-grid,
.about-capability-grid,
.about-feature-grid,
.about-link-grid {
    display: grid;
    gap: 24px;
    margin-top: 40px;
}

.about-mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    text-align: left;
}

.about-capability-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    text-align: left;
}

.about-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: left;
}

.about-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    text-align: left;
}

.about-mini-card,
.about-capability-card,
.about-feature-card,
.about-related-card,
.about-principle-card,
.about-stat-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 18px;
    padding: 24px;
}

.about-capability-card,
.about-feature-card,
.about-related-card {
    min-height: 100%;
}

.about-stage-dark .about-mini-card,
.about-stage-dark-2 .about-feature-card,
.about-stage-dark-2 .about-related-card,
.about-stage-dark .about-principle-card,
.about-stage-dark .about-stat-card {
    border-color: rgba(255, 255, 255, 0.14);
    background: transparent;
}

.about-mini-card h3,
.about-capability-card h3,
.about-feature-card h3,
.about-copy-column h2,
.about-related-card strong,
.about-principles strong {
    margin: 0 0 10px;
}

.about-mini-card h3,
.about-capability-card h3,
.about-feature-card h3 {
    font-size: 21px;
    line-height: 1.19;
    letter-spacing: 0.231px;
}

.about-feature-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    margin-bottom: 18px;
    background: #f5f5f7;
}

.about-feature-tag {
    display: inline-block;
    margin-bottom: 10px;
    color: #0066cc;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: -0.224px;
}

.about-stage-dark-2 .about-feature-tag {
    color: #2997ff;
}

.about-feature-link {
    color: inherit;
}

.about-feature-link:hover {
    color: #0066cc;
}

.about-stage-dark .about-feature-link:hover,
.about-stage-dark-2 .about-feature-link:hover {
    color: #2997ff;
}

.about-side-column {
    display: grid;
    gap: 24px;
}

.about-stat-row {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-stat-card strong {
    display: block;
    font-family: "SF Pro Display", system-ui, -apple-system, sans-serif;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -0.28px;
    margin-bottom: 8px;
}

.about-stat-card span {
    display: block;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 1.43;
}

.about-principle-list,
.about-link-wall {
    display: grid;
    gap: 16px;
    margin-top: 18px;
}

.about-link-wall {
    grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
    justify-content: center;
}

.about-link-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 9999px;
    color: #1d1d1f;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: -0.224px;
}

.about-link-pill:hover {
    color: #0066cc;
    border-color: #0066cc;
}

.about-rich-body {
    margin-top: 24px;
}

.about-rich-body > :first-child {
    margin-top: 0;
}

.about-rich-body p {
    margin: 0 0 18px;
}

.about-rich-body p:last-child {
    margin-bottom: 0;
}

body.page-about .ad-grid {
    width: min(1480px, calc(100% - 32px));
    margin-top: 20px;
}

body.page-about .ad-carousel {
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.66);
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 44%),
        linear-gradient(180deg, rgba(8, 12, 24, 0.94), rgba(22, 28, 46, 0.92));
    box-shadow:
        0 30px 70px rgba(9, 14, 26, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.page-about .ad-slide {
    border-color: rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top right, rgba(41, 151, 255, 0.2), transparent 38%),
        linear-gradient(180deg, rgba(7, 10, 20, 0.96), rgba(18, 24, 39, 0.94));
    box-shadow: none;
}

body.page-about .ad-slide-overlay {
    background: linear-gradient(90deg, rgba(4, 7, 16, 0.84) 0%, rgba(6, 11, 23, 0.52) 50%, rgba(6, 11, 23, 0.22) 100%);
}

body.page-about .ad-slide.no-image .ad-slide-overlay {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(41, 151, 255, 0.12));
}

body.page-about .ad-slide-content {
    padding: 34px 36px;
    align-content: center;
    gap: 14px;
}

body.page-about .ad-slide-content strong {
    max-width: 16ch;
    font-size: clamp(2rem, 4vw, 3.6rem);
    letter-spacing: -0.05em;
}

body.page-about .ad-slide-content p {
    max-width: 54ch;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.75;
}

body.page-about .ad-slide.no-image .ad-slide-content strong,
body.page-about .ad-slide.no-image .ad-slide-content p {
    color: #f5f5f7;
}

body.page-about .ad-slide-cta {
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}

body.page-about .ad-carousel-arrow {
    background: rgba(255, 255, 255, 0.1);
}

body.page-about .ad-carousel-dots {
    background: rgba(255, 255, 255, 0.08);
}

body.page-about .consult-band {
    padding: 20px 0 36px;
    background: linear-gradient(180deg, #f5f5f7 0%, #ececf1 100%);
}

body.page-about .consult-band .panel {
    padding: 40px;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background:
        radial-gradient(circle at top right, rgba(0, 102, 204, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(244, 244, 246, 0.96));
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.page-about .consult-copy {
    gap: 20px;
}

body.page-about .consult-copy p {
    max-width: 60ch;
    color: #4f5967;
    font-size: 16px;
    line-height: 1.85;
}

body.page-about .consult-copy .eyebrow,
body.page-about .footer-section-label {
    color: #0066cc;
}

body.page-about .consult-band .section-title {
    font-size: clamp(2rem, 3.4vw, 3.4rem);
    letter-spacing: -0.05em;
}

body.page-about .consult-band .story-block {
    border-radius: 28px;
    border-color: rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.68);
    backdrop-filter: blur(14px);
}

body.page-about .consult-band .story-block p {
    font-size: 15px;
}

body.page-about .consult-band .badge {
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 102, 204, 0.12);
    background: rgba(255, 255, 255, 0.66);
    color: #355070;
}

body.page-about .consult-form {
    gap: 16px;
}

body.page-about .consult-form-grid {
    gap: 16px;
}

body.page-about .form-field label {
    color: #526072;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.page-about .form-field input,
body.page-about .form-field textarea {
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.page-about .form-field input::placeholder,
body.page-about .form-field textarea::placeholder {
    color: #8a94a4;
}

body.page-about .form-field input:focus,
body.page-about .form-field textarea:focus {
    border-color: rgba(0, 102, 204, 0.28);
    box-shadow:
        0 0 0 4px rgba(0, 102, 204, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.page-about .consult-form .button,
body.page-about .footer-pill-primary {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    background: #0066cc;
    border-color: #0066cc;
    box-shadow: none;
}

body.page-about .consult-form .button:hover,
body.page-about .footer-pill-primary:hover {
    background: #0071e3;
    border-color: #0071e3;
}

body.page-about .form-note {
    color: #6b7280;
}

body.page-about .footer {
    padding-top: 56px;
    background: #f5f5f7;
}

body.page-about .footer-shell {
    width: min(1440px, calc(100% - 48px));
}

body.page-about .footer-card {
    padding: 0;
}

body.page-about .footer-grid {
    gap: 40px 32px;
    padding: 0 0 28px;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #e0e0e0;
}

body.page-about .footer-brand strong {
    font-size: 24px;
    letter-spacing: -0.02em;
}

body.page-about .footer-brand-subtitle,
body.page-about .footer-brand p,
body.page-about .footer-meta,
body.page-about .footer-link-list a {
    color: #333333;
}

body.page-about .footer-contact-item,
body.page-about .footer-social-card {
    background: transparent;
    backdrop-filter: none;
}

body.page-about .footer-pill {
    min-height: 44px;
    border-color: #0066cc;
    background: transparent;
}

body.page-about .footer-pill:hover {
    background: rgba(255, 255, 255, 0.72);
}

body.page-about .footer-bottom {
    padding: 0;
}

@media (max-width: 1068px) {
    .about-stage {
        padding: 64px 0;
    }

    .about-hero-shell,
    .about-content-shell,
    .about-mini-grid,
    .about-capability-grid,
    .about-feature-grid,
    .about-link-grid {
        grid-template-columns: 1fr;
    }

    .about-stat-row {
        grid-template-columns: 1fr;
    }

    body.page-about .ad-slide-content {
        align-content: end;
        padding: 28px 24px;
    }

    body.page-about .consult-band .panel {
        padding: 28px;
    }
}

@media (max-width: 640px) {
    .about-shell {
        width: min(100%, calc(100% - 32px));
    }

    .about-stage {
        padding: 48px 0;
    }

    .about-hero-copy h1 {
        font-size: 34px;
    }

    .about-center-shell h2,
    .about-copy-column h2 {
        font-size: 28px;
    }

    .about-lead {
        font-size: 21px;
        line-height: 1.3;
    }

    .about-product-plinth {
        min-height: 280px;
        padding: 18px;
    }

    .about-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .about-button-primary,
    .about-button-secondary,
    .about-link-pill {
        width: 100%;
    }

    .about-link-wall {
        grid-template-columns: 1fr;
    }

    body.page-about .ad-grid,
    body.page-about .footer-shell {
        width: min(100%, calc(100% - 24px));
    }

    body.page-about .ad-carousel,
    body.page-about .consult-band .panel {
        border-radius: 28px;
    }

    body.page-about .ad-slide-content {
        padding: 24px 20px;
    }

    body.page-about .ad-slide-content strong,
    body.page-about .consult-band .section-title {
        max-width: none;
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

    body.page-about .consult-band {
        padding: 16px 0 28px;
    }

    body.page-about .consult-band .panel {
        padding: 22px;
    }

    body.page-about .consult-form .button,
    body.page-about .footer-pill,
    body.page-about .footer-pill-primary {
        width: 100%;
    }

    body.page-about .footer-bottom {
        padding: 0;
    }
}

.site-apple {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-top: 16px;
    margin-left: -50vw;
    margin-right: -50vw;
}

.site-stage {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.site-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.site-stage-light {
    background: #ffffff;
    color: #1d1d1f;
}

.site-stage-parchment {
    background: #f5f5f7;
    color: #1d1d1f;
}

.site-stage-dark {
    background: #272729;
    color: #ffffff;
}

.site-stage-dark::before {
    background: none;
}

.site-stage-dark-2 {
    background: #2a2a2c;
    color: #ffffff;
}

.site-stage-dark-2::before {
    background: none;
}

.site-stage > .site-shell {
    width: min(var(--content-width), calc(100% - 48px));
}

.site-shell {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.site-hero-shell,
.site-content-shell,
.site-columns-shell {
    display: grid;
    gap: 32px;
    align-items: center;
}

.site-hero-shell {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.site-content-shell {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
    align-items: start;
}

.site-columns-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.site-center-shell {
    text-align: center;
}

.site-copy-column,
.site-side-column,
.site-stack {
    display: grid;
    gap: 24px;
    align-content: start;
}

.site-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #0066cc;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.12px;
    text-transform: uppercase;
}

.site-eyebrow-dark {
    color: #2997ff;
}

.site-title,
.site-copy-column h2,
.site-center-shell h2 {
    margin: 0;
    font-family: "SF Pro Display", system-ui, -apple-system, sans-serif;
    font-weight: 600;
    letter-spacing: -0.28px;
}

.site-title {
    font-size: clamp(40px, 5vw, 56px);
    line-height: 1.07;
    max-width: 10ch;
}

.site-copy-column h2,
.site-center-shell h2 {
    font-size: clamp(34px, 4vw, 40px);
    line-height: 1.1;
    max-width: 12ch;
}

.site-lead,
.site-stage-copy,
.site-apple p,
.site-apple li {
    font-family: "SF Pro Text", system-ui, -apple-system, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.47;
    letter-spacing: -0.374px;
}

.site-lead {
    max-width: 40ch;
    margin: 16px 0 0;
    font-size: clamp(21px, 2.2vw, 28px);
    line-height: 1.24;
    letter-spacing: 0;
}

.site-stage-copy {
    max-width: 42ch;
    margin: 16px auto 0;
}

.site-copy-column .site-stage-copy {
    margin-left: 0;
}

.site-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.site-actions-center {
    justify-content: center;
}

.site-button-primary,
.site-button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 22px;
    border-radius: 9999px;
    font-family: "SF Pro Text", system-ui, -apple-system, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.site-button-primary {
    background: #0066cc;
    color: #ffffff;
}

.site-button-primary:hover {
    color: #ffffff;
    background: #0071e3;
    transform: scale(0.98);
}

.site-button-secondary {
    background: transparent;
    color: #0066cc;
    border: 1px solid #0066cc;
}

.site-button-secondary:hover {
    color: #0071e3;
    border-color: #0071e3;
    transform: scale(0.98);
}

.site-visual-frame {
    width: min(100%, 560px);
    min-height: 420px;
    margin-left: auto;
    display: grid;
    align-content: end;
    padding: 28px;
    border: 1px solid rgba(224, 224, 224, 0.9);
    background: #fafafc;
}

.site-stage-dark .site-visual-frame,
.site-stage-dark-2 .site-visual-frame {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
}

.site-visual-frame img,
.site-cover-image {
    display: block;
    width: 100%;
    object-fit: cover;
}

.site-visual-frame img {
    min-height: 320px;
    max-height: 440px;
}

.site-cover-image {
    aspect-ratio: 16 / 10;
    background: #f5f5f7;
}

.site-visual-content {
    display: grid;
    gap: 14px;
}

.site-visual-content strong {
    display: block;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.28px;
}

.site-visual-content p,
.site-note,
.site-meta-text {
    margin: 0;
    color: #6e6e73;
}

.site-stage-dark .site-meta-text,
.site-stage-dark .site-note,
.site-stage-dark .site-visual-content p,
.site-stage-dark-2 .site-meta-text,
.site-stage-dark-2 .site-note,
.site-stage-dark-2 .site-visual-content p {
    color: rgba(255, 255, 255, 0.7);
}

.site-stat-grid,
.site-card-grid,
.site-list-grid {
    display: grid;
    gap: 20px;
    margin-top: 40px;
}

.site-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-card-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-card-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-card-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.site-card,
.site-stat-card,
.site-list-card {
    position: relative;
    min-height: 100%;
    padding: 22px;
    border: 1px solid #e0e0e0;
    border-radius: 18px;
    background: #ffffff;
}

.site-stage-dark .site-card,
.site-stage-dark .site-stat-card,
.site-stage-dark .site-list-card,
.site-stage-dark-2 .site-card,
.site-stage-dark-2 .site-stat-card,
.site-stage-dark-2 .site-list-card {
    border-color: rgba(255, 255, 255, 0.14);
    background: transparent;
}

.site-card h3,
.site-card strong,
.site-list-card strong {
    display: block;
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.19;
    letter-spacing: 0.231px;
}

.site-card p,
.site-list-card p {
    margin: 0;
}

.site-list-card p {
    color: #6e6e73;
}

.site-stat-card strong {
    display: block;
    font-family: "SF Pro Display", system-ui, -apple-system, sans-serif;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -0.28px;
    margin-bottom: 8px;
}

.site-stat-card span {
    display: block;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 1.43;
}

.site-stage-dark .site-stat-card span,
.site-stage-dark-2 .site-stat-card span {
    color: rgba(255, 255, 255, 0.72);
}

.site-badge-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.site-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 9999px;
    border: 1px solid rgba(224, 224, 224, 0.92);
    background: rgba(255, 255, 255, 0.9);
    color: #1d1d1f;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: -0.224px;
}

.site-pill:hover {
    color: #0066cc;
    border-color: #0066cc;
}

.site-stage-dark .site-pill,
.site-stage-dark-2 .site-pill {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
}

.site-stage-dark .site-pill:hover,
.site-stage-dark-2 .site-pill:hover {
    color: #2997ff;
    border-color: #2997ff;
}

.site-link-wall {
    display: grid;
    gap: 16px;
    margin-top: 18px;
    grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
    justify-content: center;
}

.site-rich-body {
    display: grid;
    gap: 0;
    margin-top: 24px;
}

.site-rich-body > :first-child {
    margin-top: 0;
}

.site-rich-body p {
    margin: 0 0 18px;
}

.site-rich-body p:last-child {
    margin-bottom: 0;
}

.site-feature-list {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-feature-list li {
    padding: 20px 22px;
    border: 1px solid rgba(224, 224, 224, 0.9);
}

.site-stage-dark .site-feature-list li,
.site-stage-dark-2 .site-feature-list li {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.02);
}

@media (max-width: 1068px) {
    .site-stage {
        padding: 64px 0;
    }

    .site-hero-shell,
    .site-content-shell,
    .site-columns-shell,
    .site-stat-grid,
    .site-card-grid-2,
    .site-card-grid-3,
    .site-card-grid-4 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .container,
    .site-shell {
        width: min(100%, calc(100% - 32px));
    }

    .button,
    .button-secondary {
        width: 100%;
        justify-content: center;
    }

    .site-stage {
        padding: 48px 0;
    }

    .site-title {
        font-size: 34px;
    }

    .site-copy-column h2,
    .site-center-shell h2 {
        font-size: 28px;
    }

    .site-lead {
        font-size: 21px;
        line-height: 1.3;
    }

    .site-visual-frame {
        min-height: 280px;
        padding: 18px;
    }

    .site-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .site-button-primary,
    .site-button-secondary,
    .site-pill {
        width: 100%;
    }

    .site-link-wall {
        grid-template-columns: 1fr;
    }
}
