/* ==============================
   Official Corporate Override
   ============================== */
body.official-theme {
    --accent-blue: #2d72d9;
    --accent-cyan: #56b9e6;
    --accent-purple: #81c8eb;
    --accent-gradient: linear-gradient(120deg, #2d72d9 0%, #38a8df 60%, #81c8eb 100%);
    --accent-gradient-fast: linear-gradient(90deg, #2d72d9, #38a8df, #81c8eb, #2d72d9);
    --bg-primary: #05121d;
    --bg-secondary: transparent;
    --bg-card: rgba(7, 27, 44, 0.74);
    --bg-card-hover: rgba(11, 36, 58, 0.88);
    --text-primary: #f2f7fb;
    --text-secondary: #bfd1df;
    --text-muted: #90a5b7;
    --border-color: rgba(122, 167, 209, 0.18);
    --border-glow: rgba(104, 179, 232, 0.38);
    --bg-section-light: #f2f6f9;
    --bg-section-text-dark: #0f2236;
    --bg-section-border: rgba(27, 78, 124, 0.14);
    --font-display: 'Inter', 'Noto Sans TC', sans-serif;
    --font-heading: 'Inter', 'Noto Sans TC', sans-serif;
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 30px;
    background:
        radial-gradient(circle at top right, rgba(86, 185, 230, 0.08), transparent 24%),
        linear-gradient(180deg, #05131f 0%, #0a1d2d 38%, #07131f 100%);
}

body.official-theme::after,
body.official-theme #canvas-bg,
body.official-theme .orb,
body.official-theme .hero-grid,
body.official-theme .hero::after {
    display: none;
}

body.official-theme .container {
    max-width: 1260px;
    padding: 0 32px;
}

body.official-theme .gradient-text {
    animation: none;
    background-size: 100% 100%;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.16)) drop-shadow(0 0 14px rgba(160, 218, 255, 0.18));
}

body.official-theme .inline-link {
    color: #2d72d9;
    text-decoration: none;
    border-bottom: 1px solid rgba(45, 114, 217, 0.28);
}

body.official-theme .accent-highlight {
    color: #237dd0;
}

body.official-theme .section-label {
    font-family: var(--font-heading);
    font-size: 0.78rem;
    letter-spacing: 0.24em;
    font-weight: 700;
    color: #6cb2e4;
    margin-bottom: 18px;
    text-shadow: none;
}

body.official-theme .section-label::before {
    display: none;
}

body.official-theme .section-label::after {
    width: 72px;
    height: 2px;
    margin-top: 12px;
    background: linear-gradient(90deg, #68b3e8, rgba(104, 179, 232, 0));
    box-shadow: none;
}

body.official-theme .section-title {
    font-family: var(--font-heading);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 20px;
    text-shadow: none;
}

body.official-theme .section-lead {
    font-size: 1.02rem;
    line-height: 1.85;
    color: rgba(242, 247, 251, 0.78);
}

body.official-theme .section-light .section-title,
body.official-theme .section-light .contact-info h2,
body.official-theme .section-light .contact-value,
body.official-theme .section-light .feature-title,
body.official-theme .section-light .about-card h3,
body.official-theme .section-light .esg-card h3 {
    color: #10283d;
}

body.official-theme .section-light .section-lead {
    color: rgba(15, 34, 54, 0.92);
}

body.official-theme .section-light .section-label {
    color: #2d72d9;
}

body.official-theme .btn {
    padding: 15px 28px;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-shadow: none;
}

body.official-theme .btn-primary {
    background: var(--accent-gradient);
    animation: none;
    box-shadow: 0 14px 32px rgba(24, 78, 134, 0.24);
}

body.official-theme .btn-primary::before {
    display: none;
}

body.official-theme .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(24, 78, 134, 0.32);
}

body.official-theme .btn-outline {
    background: rgba(255, 255, 255, 0.02);
    color: #f3f7fb;
    border: 1px solid rgba(140, 186, 224, 0.28);
}

body.official-theme .btn-outline::before {
    display: none;
}

body.official-theme .btn-outline:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(140, 186, 224, 0.54);
    box-shadow: none;
    text-shadow: none;
}

body.official-theme .navbar {
    padding: 18px 0;
    background: rgba(4, 18, 31, 0.9);
    border-bottom: 1px solid rgba(139, 186, 224, 0.16);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

body.official-theme .navbar::after {
    height: 2px;
    background: linear-gradient(90deg, rgba(45, 114, 217, 0.35), rgba(86, 185, 230, 0.75), rgba(129, 200, 235, 0.35));
    opacity: 0.55;
}

body.official-theme .navbar.scrolled {
    padding: 12px 0;
    background: rgba(4, 20, 34, 0.96);
}

body.official-theme .nav-container {
    gap: 28px;
}

body.official-theme .logo {
    gap: 14px;
}

body.official-theme .logo-icon {
    min-width: 52px;
    height: 52px;
    padding: 0 12px;
    font-family: var(--font-heading);
    font-size: 1.08rem;
    letter-spacing: 0.08em;
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(10, 61, 112, 0.28);
}

body.official-theme .logo-text {
    font-family: var(--font-heading);
    font-size: 1rem;
    letter-spacing: 0.04em;
}

body.official-theme .logo-subtitle {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8ea7bc;
}

body.official-theme .nav-links {
    gap: 32px;
    margin-left: auto;
}

body.official-theme .nav-links a {
    font-size: 0.95rem;
    color: #d7e5ef;
    font-weight: 500;
}

body.official-theme .nav-links a::after {
    height: 1px;
    bottom: -7px;
    background: linear-gradient(90deg, #7fc3eb, #2d72d9);
}

body.official-theme .nav-links a:hover {
    color: #ffffff;
}

body.official-theme .nav-cta {
    padding: 12px 22px;
    margin-left: 8px;
}

body.official-theme .mobile-menu-btn span {
    background: #f2f7fb;
}

body.official-theme .hero {
    min-height: auto;
    padding: 148px 0 84px;
    overflow: visible;
    background: #071625;
    border-bottom: 1px solid rgba(136, 184, 223, 0.12);
}

body.official-theme .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    background-image:
        linear-gradient(90deg, rgba(5, 18, 29, 0.82) 0%, rgba(5, 18, 29, 0.58) 42%, rgba(5, 18, 29, 0.42) 70%, rgba(5, 18, 29, 0.72) 100%),
        url('./hero-background-corporate.png');
    background-repeat: no-repeat;
    background-position: center center, center center;
    background-size: auto, cover;
    opacity: 1;
}

body.official-theme .hero-layout {
    display: block;
}

body.official-theme .hero-content {
    max-width: 760px;
    position: relative;
    background: none;
    border: none;
    border-radius: 0;
    padding: 12px 0 0;
    box-shadow: none;
}

body.official-theme .hero-content::before {
    display: none;
}

body.official-theme .hero-label {
    padding: 0;
    border-radius: 0;
    font-size: 0.76rem;
    letter-spacing: 0.24em;
    font-weight: 700;
    color: #83c4eb;
    background: none;
    border: none;
    text-shadow: none;
    animation: none;
    margin-bottom: 18px;
}

body.official-theme .hero-label::before {
    display: none;
}

body.official-theme .hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.8rem, 5.6vw, 4.7rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
    margin-bottom: 24px;
    text-shadow: none;
}

body.official-theme .hero-subtitle {
    max-width: 700px;
    font-size: 1.05rem;
    line-height: 1.9;
    color: rgba(231, 240, 247, 0.82);
    margin-bottom: 28px;
}

body.official-theme .hero-subtitle strong {
    color: #ffffff;
}

body.official-theme .hero-buttons {
    gap: 14px;
    margin-top: 10px;
}

body.official-theme .hero-cta-note {
    margin-top: 16px;
    color: #dfeef8;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

body.official-theme .hero-proof-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

body.official-theme .hero-proof-item {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(123, 196, 235, 0.1);
    border: 1px solid rgba(123, 196, 235, 0.18);
    color: #dfeef8;
    font-size: 0.88rem;
    font-weight: 600;
}

body.official-theme .hero-stats {
    display: flex;
    align-items: stretch;
    gap: 0;
    max-width: 760px;
    margin-top: 42px;
    padding-top: 24px;
    border-top: 1px solid rgba(136, 184, 223, 0.18);
}

body.official-theme .hero-stats::before {
    display: none;
}

body.official-theme .stat-item {
    flex: 1;
    min-height: auto;
    padding: 4px 24px 0 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

body.official-theme .stat-item + .stat-item {
    margin-left: 24px;
    padding-left: 24px;
    padding-right: 24px;
}

body.official-theme .stat-item + .stat-item::before {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    width: 1px;
    background: rgba(136, 184, 223, 0.18);
}

body.official-theme .stat-value {
    margin-bottom: 4px;
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 800;
    color: #f2f7fb;
    background: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: initial;
    animation: none;
    filter: none;
}

body.official-theme .stat-label {
    color: rgba(210, 225, 236, 0.64);
    font-size: 0.92rem;
    line-height: 1.55;
}

body.official-theme .hero-panel {
    display: none;
}

body.official-theme .hero-panel-card {
    background: linear-gradient(180deg, rgba(247, 250, 253, 0.96), rgba(230, 241, 248, 0.88));
    border: 1px solid rgba(140, 184, 221, 0.22);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 24px 60px rgba(2, 20, 34, 0.18);
    color: #0f2236;
}

body.official-theme .hero-panel-intro {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 240px;
    justify-content: space-between;
}

body.official-theme .hero-panel-eyebrow {
    font-size: 0.76rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #2d72d9;
    font-weight: 700;
}

body.official-theme .hero-panel-title {
    font-family: var(--font-heading);
    font-size: 1.9rem;
    line-height: 1.22;
    letter-spacing: -0.03em;
}

body.official-theme .hero-service-list {
    display: grid;
    gap: 14px;
    list-style: none;
}

body.official-theme .hero-service-list li {
    position: relative;
    padding-left: 22px;
    font-size: 1rem;
    color: #29445b;
    font-weight: 600;
}

body.official-theme .hero-service-list li::before {
    content: '';
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 10px;
    height: 2px;
    background: linear-gradient(90deg, #56b9e6, #2d72d9);
    border-radius: 999px;
}

body.official-theme .hero-panel-visual {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(248, 252, 255, 0.98), rgba(237, 245, 250, 0.9));
}

body.official-theme .hero-panel-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(45, 114, 217, 0.12), transparent 40%, rgba(86, 185, 230, 0.08));
    pointer-events: none;
}

body.official-theme .hero-visual-frame {
    position: relative;
    z-index: 1;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, #dbe8f1, #f7fbff);
    border: 1px solid rgba(120, 167, 205, 0.18);
}

body.official-theme .hero-visual-frame img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 36px rgba(8, 25, 42, 0.16);
}

body.official-theme .hero-visual-copy {
    position: relative;
    z-index: 1;
    margin-top: 18px;
}

body.official-theme .hero-visual-kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    color: #2d72d9;
    font-weight: 700;
}

body.official-theme .hero-visual-copy p {
    color: #355068;
    line-height: 1.8;
}

body.official-theme .hero-visual-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

body.official-theme .hero-visual-metric {
    padding: 16px 18px;
    border-radius: 18px;
    background: #f8fbfd;
    border: 1px solid rgba(118, 165, 205, 0.18);
}

body.official-theme .hero-visual-value {
    display: block;
    margin-bottom: 4px;
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 800;
    color: #123b66;
}

body.official-theme .hero-visual-label {
    font-size: 0.86rem;
    color: #5e7589;
    line-height: 1.5;
}

body.official-theme .section-dark {
    padding: 96px 0;
    background: transparent;
    color: var(--text-primary);
}

body.official-theme .section-light {
    padding: 96px 0;
    background: linear-gradient(180deg, #f6f9fb 0%, #edf4f8 100%);
    color: var(--bg-section-text-dark);
}

body.official-theme .about-grid,
body.official-theme .news-grid,
body.official-theme .esg-grid {
    gap: 28px;
    margin-top: 46px;
}

body.official-theme .about-grid {
    counter-reset: about-card;
}

body.official-theme .about-card {
    counter-increment: about-card;
    position: relative;
    padding: 78px 30px 30px;
    background: linear-gradient(180deg, #ffffff, #f3f8fb);
    border: 1px solid rgba(27, 78, 124, 0.12);
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(6, 36, 69, 0.08);
}

body.official-theme .about-card::before {
    content: '0' counter(about-card);
    position: absolute;
    top: 28px;
    left: 30px;
    font-size: 0.82rem;
    letter-spacing: 0.24em;
    font-weight: 800;
    color: #6aa7d7;
}

body.official-theme .about-card::after {
    content: '';
    position: absolute;
    top: 48px;
    left: 72px;
    width: 48px;
    height: 1px;
    background: rgba(45, 114, 217, 0.25);
}

body.official-theme .about-card h3 {
    color: #10283d;
    font-size: 1.18rem;
    margin-bottom: 14px;
}

body.official-theme .about-card p {
    color: #253f52;
}

body.official-theme .about-card:hover {
    transform: translateY(-6px);
    border-color: rgba(45, 114, 217, 0.22);
    box-shadow: 0 26px 50px rgba(6, 36, 69, 0.12);
}

body.official-theme .gpu-section .section-lead {
    max-width: 720px;
}

body.official-theme .gpu-grid {
    gap: 28px;
    margin-top: 42px;
}

body.official-theme .gpu-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(136, 184, 223, 0.16);
    border-radius: 30px;
    box-shadow: 0 24px 60px rgba(0, 10, 20, 0.18);
}

body.official-theme .gpu-card::before {
    height: 4px;
    background: linear-gradient(90deg, #7bc4eb, #2d72d9);
    opacity: 1;
    animation: none;
}

body.official-theme .gpu-card::after {
    display: none;
}

body.official-theme .gpu-card:hover {
    transform: translateY(-4px);
    border-color: rgba(136, 184, 223, 0.26);
    box-shadow: 0 28px 70px rgba(0, 10, 20, 0.22);
}

body.official-theme .gpu-card-header {
    padding: 28px 28px 20px;
    align-items: flex-start;
    gap: 18px;
}

body.official-theme .gpu-name {
    font-family: var(--font-heading);
    font-size: 1.48rem;
    letter-spacing: 0.02em;
}

body.official-theme .gpu-series {
    margin-top: 8px;
    font-size: 0.88rem;
    color: rgba(210, 225, 236, 0.68);
}

body.official-theme .gpu-price-badge {
    background: rgba(123, 196, 235, 0.12);
    color: #dff2fb;
    padding: 7px 14px;
    border: 1px solid rgba(123, 196, 235, 0.24);
}

body.official-theme .gpu-image {
    height: 300px;
    padding: 24px 24px 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(123, 196, 235, 0.06));
}

body.official-theme .gpu-image img {
    filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.22));
}

body.official-theme .gpu-specs {
    padding: 24px 26px 28px;
    gap: 12px;
    border-top: 1px solid rgba(136, 184, 223, 0.12);
}

body.official-theme .spec-item {
    padding: 18px 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(136, 184, 223, 0.08);
    border-radius: 18px;
}

body.official-theme .spec-value {
    font-family: var(--font-heading);
    color: #dff2fb;
}

body.official-theme .spec-label {
    color: rgba(210, 225, 236, 0.6);
}

body.official-theme .compare-section {
    background: linear-gradient(180deg, #f6f9fb 0%, #eef4f8 100%);
}

body.official-theme .compare-table-wrapper {
    margin-top: 40px;
}

body.official-theme .compare-table {
    border: 1px solid rgba(22, 74, 120, 0.12);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 58px rgba(6, 36, 69, 0.08);
}

body.official-theme .compare-table th,
body.official-theme .compare-table td {
    padding: 18px 22px;
    border-bottom: 1px solid rgba(22, 74, 120, 0.08);
}

body.official-theme .compare-table thead th {
    background: linear-gradient(180deg, #eef5fa, #f9fcff);
    font-family: var(--font-heading);
    font-size: 1rem;
    color: #12395f;
    letter-spacing: 0.01em;
    text-shadow: none;
}

body.official-theme .compare-table tbody td:first-child {
    color: #102a43;
}

body.official-theme .compare-table tbody td {
    color: #274154;
}

body.official-theme .compare-table tbody tr:hover {
    background: rgba(45, 114, 217, 0.03);
}

body.official-theme .compare-recommend {
    background: linear-gradient(120deg, #2d72d9, #59b4e7);
    box-shadow: none;
}

body.official-theme .compare-note {
    color: #233d50;
    font-size: 0.96rem;
}

body.official-theme .pricing-header {
    margin-bottom: 52px;
}

body.official-theme .pricing-proof-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: 1040px;
    margin: 28px auto 0;
}

body.official-theme .pricing-proof-item {
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(136, 184, 223, 0.12);
    text-align: left;
}

body.official-theme .pricing-proof-item strong {
    display: block;
    margin-bottom: 6px;
    color: #f2f7fb;
    font-size: 1rem;
}

body.official-theme .pricing-proof-item span {
    color: rgba(210, 225, 236, 0.7);
    font-size: 0.88rem;
    line-height: 1.6;
}

body.official-theme .pricing-grid {
    gap: 28px;
    max-width: none;
}

body.official-theme .pricing-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(136, 184, 223, 0.16);
    border-radius: 30px;
    padding: 34px;
    box-shadow: 0 24px 60px rgba(0, 10, 20, 0.16);
}

body.official-theme .pricing-card::after {
    height: 3px;
    background: linear-gradient(90deg, #7bc4eb, #2d72d9);
    opacity: 0.9;
    animation: none;
}

body.official-theme .pricing-card.featured {
    background: linear-gradient(180deg, rgba(53, 136, 206, 0.14), rgba(255, 255, 255, 0.04));
    border-color: rgba(123, 196, 235, 0.34);
    box-shadow: 0 30px 70px rgba(5, 24, 40, 0.22);
}

body.official-theme .pricing-card.featured::before {
    top: 20px;
    right: 20px;
    background: rgba(123, 196, 235, 0.14);
    color: #e7f6ff;
    border: 1px solid rgba(123, 196, 235, 0.22);
    box-shadow: none;
}

body.official-theme .pricing-card:hover {
    transform: translateY(-4px);
    border-color: rgba(136, 184, 223, 0.24);
    box-shadow: 0 28px 68px rgba(0, 10, 20, 0.22);
}

body.official-theme .pricing-gpu-name {
    font-family: var(--font-heading);
    font-size: 1.38rem;
    letter-spacing: 0.02em;
}

body.official-theme .pricing-card-tag {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(123, 196, 235, 0.12);
    border: 1px solid rgba(123, 196, 235, 0.18);
    color: #e4f4ff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

body.official-theme .pricing-gpu-desc {
    color: rgba(210, 225, 236, 0.68);
}

body.official-theme .pricing-use-cases {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 24px;
}

body.official-theme .pricing-use-cases span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(136, 184, 223, 0.12);
    color: #d9e8f1;
    font-size: 0.83rem;
    font-weight: 600;
}

body.official-theme .price-amount {
    font-family: var(--font-heading);
    font-size: 3.2rem;
    color: #ffffff;
    background: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: initial;
}

body.official-theme .price-unit {
    color: rgba(210, 225, 236, 0.64);
}

body.official-theme .pricing-features li {
    border-bottom: 1px solid rgba(136, 184, 223, 0.1);
    color: #d5e4ee;
}

body.official-theme .pricing-features li::before {
    color: #7bc4eb;
}

body.official-theme .pricing-note {
    margin-top: 16px;
    color: rgba(210, 225, 236, 0.72);
    font-size: 0.9rem;
    line-height: 1.7;
}

body.official-theme .enterprise-banner {
    margin-top: 36px;
    padding: 34px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(21, 64, 103, 0.72), rgba(7, 27, 44, 0.9));
    border: 1px solid rgba(136, 184, 223, 0.16);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    text-align: left;
}

body.official-theme .enterprise-banner h3 {
    width: 100%;
    margin: 0 0 8px;
    font-family: var(--font-heading);
    font-size: 1.55rem;
}

body.official-theme .enterprise-banner p {
    max-width: 620px;
    margin: 0;
    color: rgba(210, 225, 236, 0.72);
}

body.official-theme .enterprise-banner .btn {
    flex-shrink: 0;
}

body.official-theme .features-section {
    background: linear-gradient(180deg, #f7fbfd 0%, #edf4f8 100%);
}

body.official-theme .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 42px;
}

body.official-theme .feature-card {
    text-align: left;
    background: linear-gradient(180deg, #ffffff, #f4f8fb);
    border: 1px solid rgba(27, 78, 124, 0.12);
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 18px 44px rgba(6, 36, 69, 0.08);
}

body.official-theme .feature-card::before {
    height: 3px;
    opacity: 1;
    background: linear-gradient(90deg, #7bc4eb, #2d72d9);
    animation: none;
}

body.official-theme .feature-card::after {
    display: none;
}

body.official-theme .feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(45, 114, 217, 0.18);
    box-shadow: 0 26px 54px rgba(6, 36, 69, 0.12);
}

body.official-theme .feature-icon {
    width: 56px;
    height: 56px;
    margin: 0 0 18px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #1c5ea9, #4eb2e1);
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    box-shadow: 0 14px 28px rgba(28, 94, 169, 0.18);
}

body.official-theme .feature-card:hover .feature-icon {
    border: none;
    box-shadow: 0 16px 32px rgba(28, 94, 169, 0.24);
}

body.official-theme .feature-title {
    color: #10283d;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

body.official-theme .feature-desc {
    color: #284357;
    font-size: 0.97rem;
}

body.official-theme .news-grid {
    gap: 24px;
    margin-top: 42px;
}

body.official-theme .news-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(136, 184, 223, 0.16);
    border-radius: 28px;
    padding: 28px 28px 30px;
    box-shadow: 0 20px 56px rgba(0, 10, 20, 0.15);
}

body.official-theme .news-card:hover {
    transform: translateY(-4px);
    border-color: rgba(136, 184, 223, 0.24);
    box-shadow: 0 28px 64px rgba(0, 10, 20, 0.22);
}

body.official-theme .news-card h3 {
    color: #f2f7fb;
    font-size: 1.2rem;
    line-height: 1.5;
}

body.official-theme .news-card p {
    color: rgba(210, 225, 236, 0.68);
}

body.official-theme .news-tag {
    color: #eaf6fc;
    background: rgba(123, 196, 235, 0.14);
    border: 1px solid rgba(123, 196, 235, 0.24);
    padding: 6px 12px;
    letter-spacing: 0.08em;
}

body.official-theme .news-card a.inline-link {
    margin-top: 18px;
    color: #8fd5f2;
    border-bottom: none;
}

body.official-theme .faq-container {
    max-width: 920px;
}

body.official-theme .faq-item {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(136, 184, 223, 0.14);
    border-radius: 24px;
    margin-bottom: 18px;
    box-shadow: 0 18px 48px rgba(0, 10, 20, 0.12);
}

body.official-theme .faq-item:hover,
body.official-theme .faq-item.active {
    border-color: rgba(136, 184, 223, 0.24);
    box-shadow: 0 24px 56px rgba(0, 10, 20, 0.18);
}

body.official-theme .faq-question {
    padding: 24px 28px;
    font-size: 1.08rem;
}

body.official-theme .faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1c5ea9, #4eb2e1);
    color: #ffffff;
    font-size: 1.35rem;
    text-shadow: none;
}

body.official-theme .faq-answer {
    color: rgba(210, 225, 236, 0.74);
}

body.official-theme .faq-item.active .faq-answer {
    padding: 0 28px 24px;
}

body.official-theme .esg-grid {
    gap: 28px;
    margin-top: 42px;
}

body.official-theme .esg-card {
    position: relative;
    background: linear-gradient(180deg, #ffffff, #f4f8fb);
    border: 1px solid rgba(27, 78, 124, 0.12);
    border-radius: 28px;
    padding: 34px 30px;
    box-shadow: 0 18px 44px rgba(6, 36, 69, 0.08);
}

body.official-theme .esg-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #7bc4eb, #2d72d9);
    border-radius: 28px 28px 0 0;
}

body.official-theme .esg-card h3 {
    color: #10283d;
    font-size: 1.2rem;
}

body.official-theme .esg-card p {
    color: #284357;
}

body.official-theme .esg-card:hover {
    transform: translateY(-4px);
    border-color: rgba(45, 114, 217, 0.18);
    box-shadow: 0 26px 52px rgba(6, 36, 69, 0.12);
}

body.official-theme .contact-section {
    background: linear-gradient(180deg, #f7fbfd 0%, #eef5f8 100%);
}

body.official-theme .contact-grid {
    gap: 36px;
    align-items: stretch;
}

body.official-theme .contact-info,
body.official-theme .contact-form {
    background: linear-gradient(180deg, #ffffff, #f4f8fb);
    border: 1px solid rgba(27, 78, 124, 0.12);
    border-radius: 30px;
    box-shadow: 0 18px 44px rgba(6, 36, 69, 0.08);
    padding: 38px;
    color: #0f2236;
}

body.official-theme .contact-info h2 {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    line-height: 1.15;
    margin-bottom: 20px;
}

body.official-theme .contact-info > p {
    color: #274255;
    margin-bottom: 32px;
}

body.official-theme .contact-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
}

body.official-theme .contact-benefits span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f3f8fc;
    border: 1px solid rgba(27, 78, 124, 0.1);
    color: #153b5b;
    font-size: 0.86rem;
    font-weight: 600;
}

body.official-theme .contact-list {
    gap: 18px;
}

body.official-theme .contact-item {
    padding: 18px 20px;
    background: #f8fbfd;
    border: 1px solid rgba(27, 78, 124, 0.08);
    border-radius: 20px;
    align-items: center;
}

body.official-theme .contact-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #eef5fa);
    border: 1px solid rgba(27, 78, 124, 0.1);
    box-shadow: 0 10px 24px rgba(10, 41, 72, 0.08);
    color: #2d72d9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

body.official-theme .contact-icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.85;
}

body.official-theme .contact-label {
    color: #174d82;
    font-weight: 700;
}

body.official-theme .contact-value {
    color: #0d2337;
    font-size: 1rem;
}

body.official-theme .contact-map {
    margin-top: 24px;
    border: 1px solid rgba(27, 78, 124, 0.08);
    border-radius: 24px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

body.official-theme .contact-map iframe {
    height: 240px;
    filter: grayscale(0.2) contrast(1.05);
}

body.official-theme .contact-form {
    position: relative;
    overflow: hidden;
}

body.official-theme .contact-form::before {
    height: 4px;
    background: linear-gradient(90deg, #7bc4eb, #2d72d9);
    animation: none;
}

body.official-theme .form-title {
    margin-bottom: 28px;
    font-family: var(--font-heading);
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    color: #10283d;
    text-shadow: none;
}

body.official-theme .form-intro {
    margin: -10px 0 24px;
    color: #274459;
    font-size: 0.94rem;
    line-height: 1.75;
}

body.official-theme .form-label {
    color: #345166;
    font-weight: 700;
}

body.official-theme .form-input,
body.official-theme .form-select,
body.official-theme .form-textarea {
    background: #f7fafc;
    border: 1px solid rgba(27, 78, 124, 0.12);
    color: #10283d;
}

body.official-theme .form-input:focus,
body.official-theme .form-select:focus,
body.official-theme .form-textarea:focus {
    background: #ffffff;
    border-color: #2d72d9;
    box-shadow: 0 0 0 4px rgba(45, 114, 217, 0.08);
}

body.official-theme .form-input::placeholder,
body.official-theme .form-textarea::placeholder {
    color: #879eb2;
}

body.official-theme .form-status.status-error {
    background-color: rgba(220, 38, 38, 0.08);
    color: #b42318;
    border-color: rgba(220, 38, 38, 0.14);
}

body.official-theme .form-status.status-success {
    background-color: rgba(2, 132, 199, 0.08);
    color: #0c6cb4;
    border-color: rgba(2, 132, 199, 0.14);
}

body.official-theme .footer {
    background: #071625;
    border-top: 1px solid rgba(136, 184, 223, 0.16);
    padding: 36px 0 40px;
}

body.official-theme .footer::before {
    height: 2px;
    background: linear-gradient(90deg, rgba(123, 196, 235, 0), rgba(123, 196, 235, 0.55), rgba(45, 114, 217, 0.55), rgba(123, 196, 235, 0));
}

body.official-theme .footer-brand {
    gap: 14px;
}

body.official-theme .footer-logo {
    font-family: var(--font-heading);
    text-shadow: none;
}

body.official-theme .footer-company,
body.official-theme .footer-copyright {
    color: #8ea7bc;
}

body.official-theme .footer-links a {
    color: #d3e1ea;
}

body.official-theme .footer-links a:hover {
    color: #8fd5f2;
}

body.official-theme .footer-copyright {
    border-top: 1px solid rgba(136, 184, 223, 0.1);
}

body.official-theme .cookie-banner {
    background: rgba(4, 20, 34, 0.96);
    color: #d5e4ee;
    border-top: 1px solid rgba(136, 184, 223, 0.16);
}

body.official-theme .cookie-banner a {
    color: #8fd5f2;
}

body.official-theme .cookie-btn {
    box-shadow: none;
}

body.official-theme .cookie-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(24, 78, 134, 0.24);
}

@media (max-width: 1080px) {
    body.official-theme .hero-layout,
    body.official-theme .contact-grid,
    body.official-theme .pricing-grid,
    body.official-theme .features-grid {
        grid-template-columns: 1fr;
    }

    body.official-theme .pricing-proof-strip {
        grid-template-columns: 1fr;
    }

    body.official-theme .hero {
        background: #071625;
    }

    body.official-theme .hero::before {
        background-position: center center, 62% center;
    }

    body.official-theme .enterprise-banner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    body.official-theme .container {
        padding: 0 20px;
    }

    body.official-theme .navbar {
        padding: 14px 0;
    }

    body.official-theme .nav-links {
        background: rgba(4, 20, 34, 0.98);
        border-bottom: 1px solid rgba(136, 184, 223, 0.16);
        border-radius: 0 0 24px 24px;
        padding: 20px;
    }

    body.official-theme .nav-links a {
        color: #e7f1f7;
    }

    body.official-theme .hero {
        padding: 126px 0 70px;
        background: #071625;
    }

    body.official-theme .hero::before {
        background-image:
            linear-gradient(180deg, rgba(5, 18, 29, 0.78) 0%, rgba(5, 18, 29, 0.88) 100%),
            url('./hero-background-corporate.png');
        background-position: center center, 66% center;
        background-size: auto, cover;
    }

    body.official-theme .hero-content,
    body.official-theme .hero-panel-card,
    body.official-theme .contact-info,
    body.official-theme .contact-form {
        padding: 28px 24px;
        border-radius: 24px;
    }

    body.official-theme .hero-title {
        font-size: clamp(2.25rem, 13vw, 3.2rem);
    }

    body.official-theme .hero-stats {
        flex-direction: column;
        gap: 18px;
        padding-top: 20px;
    }

    body.official-theme .pricing-proof-item {
        padding: 16px 18px;
    }

    body.official-theme .hero-visual-grid,
    body.official-theme .gpu-specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.official-theme .news-grid,
    body.official-theme .about-grid,
    body.official-theme .esg-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 540px) {
    body.official-theme .logo-icon {
        min-width: 46px;
        height: 46px;
        font-size: 1rem;
    }

    body.official-theme .hero-visual-grid,
    body.official-theme .gpu-specs {
        grid-template-columns: 1fr;
    }

    body.official-theme .stat-item,
    body.official-theme .stat-item + .stat-item {
        margin-left: 0;
        padding: 0;
    }

    body.official-theme .stat-item + .stat-item::before {
        display: none;
    }

    body.official-theme .enterprise-banner {
        padding: 26px 22px;
    }

    body.official-theme .hero-proof-list,
    body.official-theme .pricing-use-cases,
    body.official-theme .contact-benefits {
        gap: 8px;
    }

    body.official-theme .compare-table th,
    body.official-theme .compare-table td {
        padding: 14px 16px;
        font-size: 0.9rem;
    }

    body.official-theme .contact-icon {
        width: 48px;
        height: 48px;
    }

    body.official-theme .contact-icon svg {
        width: 20px;
        height: 20px;
    }
}
