/* ============================================
   Corporate Pages - Bank Accounts, Datacenter, Infrastructure
   Kurumsal Sayfalar - Hakkımızda Sayfası Gibi Tasarım
============================================ */

/* Typography */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --corp-font: 'Plus Jakarta Sans', sans-serif;
    --corp-primary: #0891b2;
    --corp-dark: #0f172a;
    --corp-gray: #64748b;
    --corp-light: #f8fafc;
    --corp-border: #e2e8f0;
}

/* ============================================
   SHARED HERO SECTION - Like About Page
============================================ */
.corp-hero-v2 {
    padding: 60px 0 100px;
    position: relative;
    overflow: hidden;
}

.corp-hero-v2.hero-cyan {
    background: linear-gradient(135deg, #0c4a6e 0%, #0e7490 50%, #0891b2 100%);
}

.corp-hero-v2.hero-green {
    background: linear-gradient(135deg, #065f46 0%, #059669 50%, #10b981 100%);
}

.corp-hero-v2.hero-purple {
    background: linear-gradient(135deg, #581c87 0%, #7c3aed 50%, #8b5cf6 100%);
}

.corp-hero-v2.hero-dark {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
}

.corp-hero-v2.hero-orange {
    background: linear-gradient(135deg, #9a3412 0%, #ea580c 50%, #f97316 100%);
}

.corp-hero-v2 .hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.corp-hero-v2 .hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.08) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.06) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255,255,255,0.04) 0%, transparent 30%);
    pointer-events: none;
}

.hero-grid-corp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-breadcrumb-corp {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-family: var(--corp-font);
    font-size: 14px;
}

.hero-breadcrumb-corp a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.hero-breadcrumb-corp a:hover {
    color: #fff;
}

.hero-breadcrumb-corp span {
    color: rgba(255, 255, 255, 0.5);
}

.hero-breadcrumb-corp span:last-child {
    color: #fff;
}

.hero-badge-corp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: var(--corp-font);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-badge-corp svg {
    width: 18px;
    height: 18px;
}

.hero-content-corp h1 {
    font-family: var(--corp-font);
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.hero-description-corp {
    font-family: var(--corp-font);
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Hero Stats Mini */
.hero-stats-mini-corp {
    display: flex;
    gap: 40px;
}

.stat-mini-corp {
    text-align: center;
}

.stat-mini-corp .stat-number {
    display: block;
    font-family: var(--corp-font);
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}

.stat-mini-corp .stat-label {
    font-family: var(--corp-font);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Hero Visual */
.hero-visual-corp {
    position: relative;
}

.visual-card-main-corp {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.visual-card-main-corp img {
    width: 100%;
    height: auto;
    display: block;
}

.visual-badge-corp {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    padding: 16px 24px;
    border-radius: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 12px;
}

.visual-badge-corp.green {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
}

.visual-badge-corp.purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.4);
}

.visual-badge-corp.dark {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.visual-badge-corp.orange {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.4);
}

.visual-badge-corp .badge-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-badge-corp .badge-icon svg {
    width: 20px;
    height: 20px;
}

.visual-badge-corp .badge-tier {
    display: block;
    font-family: var(--corp-font);
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.visual-badge-corp .badge-text {
    font-family: var(--corp-font);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

/* Floating Cards */
.floating-card-corp {
    position: absolute;
    background: #fff;
    padding: 16px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    animation: floatCorp 3s ease-in-out infinite;
}

.floating-card-corp svg {
    width: 28px;
    height: 28px;
}

.floating-card-corp span {
    font-family: var(--corp-font);
    font-size: 15px;
    font-weight: 700;
    color: var(--corp-dark);
}

.floating-card-corp.card-1 {
    top: -20px;
    right: 40px;
}

.floating-card-corp.card-1 svg { color: #10b981; }

.floating-card-corp.card-2 {
    bottom: 100px;
    right: -30px;
    animation-delay: 1.5s;
}

.floating-card-corp.card-2 svg { color: #f59e0b; }

.location-badge-corp {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--corp-font);
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@keyframes floatCorp {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ============================================
   SHARED STATS SECTION - Like About Page
============================================ */
.corp-stats-v2 {
    padding: 0;
    margin-top: -60px;
    position: relative;
    z-index: 10;
}

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

.stat-card-corp {
    background: #fff;
    border-radius: 20px;
    padding: 32px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.stat-card-corp:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.stat-icon-corp {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon-corp.cyan {
    background: linear-gradient(145deg, #ecfeff 0%, #cffafe 100%);
}
.stat-icon-corp.cyan svg { color: #0891b2; }

.stat-icon-corp.green {
    background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
}
.stat-icon-corp.green svg { color: #10b981; }

.stat-icon-corp.purple {
    background: linear-gradient(145deg, #f5f3ff 0%, #ede9fe 100%);
}
.stat-icon-corp.purple svg { color: #8b5cf6; }

.stat-icon-corp.orange {
    background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%);
}
.stat-icon-corp.orange svg { color: #f59e0b; }

.stat-icon-corp svg {
    width: 32px;
    height: 32px;
}

.stat-number-corp {
    display: block;
    font-family: var(--corp-font);
    font-size: 28px;
    font-weight: 800;
    color: var(--corp-dark);
    letter-spacing: -0.5px;
}

.stat-label-corp {
    font-family: var(--corp-font);
    font-size: 14px;
    color: var(--corp-gray);
}

.stat-desc-corp {
    display: block;
    margin-top: 6px;
    font-family: var(--corp-font);
    font-size: 13px;
    line-height: 1.45;
    color: #64748b;
}

.stat-icon-corp.blue {
    background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%);
}
.stat-icon-corp.blue svg { color: #2563eb; }

.stat-icon-corp.emerald {
    background: linear-gradient(145deg, #ecfdf5 0%, #a7f3d0 100%);
}
.stat-icon-corp.emerald svg { color: #059669; }

.stat-icon-corp.slate {
    background: linear-gradient(145deg, #f8fafc 0%, #e2e8f0 100%);
}
.stat-icon-corp.slate svg { color: #475569; }

.stat-icon-corp.rose {
    background: linear-gradient(145deg, #fff1f2 0%, #fecdd3 100%);
}
.stat-icon-corp.rose svg { color: #e11d48; }

/* ============================================
   BANK ACCOUNTS PAGE
============================================ */

.hero-notice {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-notice svg {
    width: 24px;
    height: 24px;
    color: #fbbf24;
    flex-shrink: 0;
}

.hero-notice span {
    font-family: var(--corp-font);
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

/* ============================================
   SHARED SECTION HEADER
============================================ */
.section-header-v2 {
    margin-bottom: 50px;
}

.section-header-v2.center {
    text-align: center;
}

.section-badge-v2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 50px;
    font-family: var(--corp-font);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
}

.section-badge-v2.cyan {
    background: linear-gradient(145deg, #ecfeff 0%, #cffafe 100%);
    color: #0891b2;
}

.section-badge-v2.green {
    background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
    color: #059669;
}

.section-badge-v2.purple {
    background: linear-gradient(145deg, #f5f3ff 0%, #ede9fe 100%);
    color: #7c3aed;
}

.section-badge-v2.orange {
    background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%);
    color: #d97706;
}

.section-badge-v2.blue {
    background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%);
    color: #2563eb;
}

.section-badge-v2 svg {
    width: 16px;
    height: 16px;
}

.section-header-v2 h2 {
    font-family: var(--corp-font);
    font-size: 36px;
    font-weight: 800;
    color: var(--corp-dark);
    margin: 0 0 16px;
    letter-spacing: -0.5px;
}

.section-header-v2 p {
    font-family: var(--corp-font);
    font-size: 16px;
    color: var(--corp-gray);
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   BANK ACCOUNTS V3 - Premium Design
============================================ */

/* Bank Visual in Hero */
.bank-visual {
    background: linear-gradient(145deg, #f0fdf4 0%, #dcfce7 100%);
    padding: 60px 40px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.bank-visual::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2322c55e' fill-opacity='0.05'%3E%3Cpath d='M0 20h40v1H0zM20 0v40h1V0z'/%3E%3C/g%3E%3C/svg%3E");
}

.bank-cards-preview {
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 200px;
}

.preview-card {
    position: absolute;
    width: 300px;
    height: 180px;
    border-radius: 16px;
    padding: 24px;
    color: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.preview-card.c1 {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    z-index: 2;
    transform: rotate(-5deg);
}

.preview-card.c2 {
    background: linear-gradient(135deg, #0e7490 0%, #06b6d4 100%);
    z-index: 1;
    transform: translateX(40px) translateY(-10px) rotate(5deg);
}

.card-chip {
    width: 45px;
    height: 35px;
    background: linear-gradient(135deg, #fcd34d 0%, #f59e0b 100%);
    border-radius: 6px;
    margin-bottom: 30px;
}

.card-number {
    font-family: 'Monaco', monospace;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.card-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Bank Accounts Section V3 */
.bank-accounts-section-v3 {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.bank-accounts-grid-v3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.bank-accounts-summary-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 36px;
    padding: 24px 28px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

.bank-accounts-summary-bar__item {
    flex: 1 1 140px;
    min-width: 0;
}

.bank-accounts-summary-bar__item--note {
    flex: 2 1 280px;
    font-family: var(--corp-font);
    font-size: 14px;
    line-height: 1.55;
    color: #64748b;
    display: flex;
    align-items: center;
    padding-left: 12px;
    border-left: 3px solid #10b981;
}

.bank-accounts-summary-bar__label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 6px;
    font-family: var(--corp-font);
}

.bank-accounts-summary-bar__value {
    font-family: var(--corp-font);
    font-size: 28px;
    font-weight: 800;
    color: var(--corp-dark);
    letter-spacing: -0.02em;
}

.bank-accounts-table-panel {
    display: none;
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.07);
}

.bank-accounts-table-pro {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--corp-font);
}

.bank-accounts-table-pro thead {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.bank-accounts-table-pro th {
    text-align: left;
    padding: 16px 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
    border-bottom: 1px solid #e2e8f0;
}

.bank-accounts-table-pro td {
    padding: 18px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
    font-size: 15px;
    color: var(--corp-dark);
}

.bank-accounts-table-pro tbody tr:last-child td {
    border-bottom: none;
}

.bank-accounts-table-pro tbody tr:hover {
    background: #fafbfc;
}

.bank-table-bank-name {
    display: block;
    font-weight: 700;
}

.bank-table-meta {
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    letter-spacing: 0.04em;
}

.bank-table-iban {
    font-family: 'SF Mono', 'Monaco', 'Consolas', monospace;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    letter-spacing: 0.04em;
    background: #f8fafc;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.bank-accounts-table-pro__actions {
    width: 140px;
    text-align: right;
}

.copy-iban-btn--table {
    padding: 10px 16px;
    font-size: 12px;
    box-shadow: 0 2px 10px rgba(16, 185, 129, 0.25);
}

.bank-accounts-empty-state {
    text-align: center;
    max-width: 520px;
    margin: 0 auto 40px;
    padding: 48px 32px;
    background: #fff;
    border-radius: 24px;
    border: 1px dashed #cbd5e1;
}

.bank-accounts-empty-state__icon {
    color: #94a3b8;
    margin-bottom: 20px;
}

.bank-accounts-empty-state h3 {
    font-family: var(--corp-font);
    font-size: 22px;
    font-weight: 700;
    color: var(--corp-dark);
    margin: 0 0 12px;
}

.bank-accounts-empty-state p {
    font-family: var(--corp-font);
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
    margin: 0 0 24px;
}

.bank-accounts-empty-state__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 12px;
    font-family: var(--corp-font);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bank-accounts-empty-state__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(16, 185, 129, 0.4);
    color: #fff;
}

@media (min-width: 992px) {
    .bank-accounts-page-v2 .bank-accounts-table-panel {
        display: block;
    }
    .bank-accounts-page-v2 .bank-accounts-grid-v3 {
        display: none;
    }
}

@media (max-width: 991px) {
    .bank-accounts-page-v2 .bank-accounts-summary-bar__item--note {
        border-left: none;
        padding-left: 0;
        padding-top: 12px;
        border-top: 1px solid #e2e8f0;
    }
}

.bank-accounts-page-v2 .stats-grid-corp {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.bank-card-v3 {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.bank-card-v3:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.bank-card-header-v3 {
    background: var(--card-gradient);
    padding: 28px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.bank-logo-v3 {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.bank-logo-v3 span {
    font-family: var(--corp-font);
    font-size: 16px;
    font-weight: 800;
    color: var(--corp-dark);
}

.bank-title-v3 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bank-title-v3 h3 {
    font-family: var(--corp-font);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.currency-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-family: var(--corp-font);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
}

.bank-card-body-v3 {
    padding: 28px;
}

.info-group {
    margin-bottom: 20px;
}

.info-group:last-child {
    margin-bottom: 0;
}

.info-group label {
    display: block;
    font-family: var(--corp-font);
    font-size: 11px;
    font-weight: 600;
    color: var(--corp-gray);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.info-group .info-value {
    font-family: var(--corp-font);
    font-size: 15px;
    font-weight: 600;
    color: var(--corp-dark);
}

.info-group .info-value.code {
    font-family: 'SF Mono', 'Monaco', 'Consolas', monospace;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #0891b2;
}

.info-row-dual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.info-row-dual .info-group {
    margin-bottom: 0;
}

/* IBAN Group */
.iban-group {
    background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 20px;
    border-radius: 16px;
    margin-top: 24px;
    border: 1px solid #e2e8f0;
}

.iban-group label {
    display: block;
    font-family: var(--corp-font);
    font-size: 11px;
    font-weight: 600;
    color: var(--corp-gray);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.iban-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.iban-value {
    flex: 1;
    font-family: 'SF Mono', 'Monaco', 'Consolas', monospace;
    font-size: 14px;
    font-weight: 600;
    color: var(--corp-dark);
    letter-spacing: 1.5px;
    background: #fff;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.copy-iban-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
    border: none;
    padding: 14px 20px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--corp-font);
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.copy-iban-btn svg {
    width: 18px;
    height: 18px;
}

.copy-iban-btn .icon-check {
    display: none;
}

.copy-iban-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

.copy-iban-btn.copied {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.copy-iban-btn.copied .icon-copy {
    display: none;
}

.copy-iban-btn.copied .icon-check {
    display: block;
}

.copy-iban-btn.copied .btn-text::after {
    content: 'landı!';
}

/* How to Pay Section V3 */
.how-to-pay-v3 {
    padding: 100px 0;
    background: #fff;
}

.steps-timeline {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin-top: 60px;
}

.step-item {
    flex: 1;
    max-width: 260px;
    text-align: center;
    position: relative;
}

.step-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--corp-font);
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto 24px;
    box-shadow: 0 4px 15px rgba(8, 145, 178, 0.3);
}

.step-content {
    padding: 0 20px;
}

.step-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.step-icon.cyan {
    background: linear-gradient(145deg, #ecfeff 0%, #cffafe 100%);
}
.step-icon.cyan svg { color: #0891b2; }

.step-icon.green {
    background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
}
.step-icon.green svg { color: #10b981; }

.step-icon.purple {
    background: linear-gradient(145deg, #f5f3ff 0%, #ede9fe 100%);
}
.step-icon.purple svg { color: #8b5cf6; }

.step-icon.orange {
    background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%);
}
.step-icon.orange svg { color: #f59e0b; }

.step-icon svg {
    width: 28px;
    height: 28px;
}

.step-content h4 {
    font-family: var(--corp-font);
    font-size: 17px;
    font-weight: 700;
    color: var(--corp-dark);
    margin: 0 0 10px;
}

.step-content p {
    font-family: var(--corp-font);
    font-size: 14px;
    color: var(--corp-gray);
    line-height: 1.6;
    margin: 0;
}

.step-connector {
    display: flex;
    align-items: center;
    padding-top: 50px;
    color: #cbd5e1;
}

.step-connector svg {
    width: 24px;
    height: 24px;
}

/* Important Notes V3 */
.important-notes-v3 {
    padding: 0 0 100px;
    background: #fff;
}

.notes-card {
    background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%);
    border-radius: 24px;
    padding: 40px;
    border: 1px solid #fde68a;
}

.notes-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.notes-header .notes-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.notes-header .notes-icon svg {
    width: 28px;
    height: 28px;
    color: #fff;
}

.notes-header h3 {
    font-family: var(--corp-font);
    font-size: 22px;
    font-weight: 700;
    color: #92400e;
    margin: 0;
}

.notes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.note-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: rgba(255, 255, 255, 0.7);
    padding: 16px 20px;
    border-radius: 12px;
}

.note-check {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.note-check svg {
    width: 16px;
    height: 16px;
    color: #fff;
}

.note-item p {
    font-family: var(--corp-font);
    font-size: 14px;
    color: #78350f;
    line-height: 1.5;
    margin: 0;
}

/* OLD Bank Accounts Section V2 (keeping for compatibility) */
.bank-accounts-section-v2 {
    padding: 100px 0;
    background: var(--corp-light);
}

.bank-accounts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.bank-card-v2 {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--corp-border);
    transition: all 0.3s ease;
}

.bank-card-v2:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.bank-card-header {
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid var(--corp-border);
}

.bank-card-v2.green .bank-card-header {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
}

.bank-card-v2.blue .bank-card-header {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

.bank-card-v2.purple .bank-card-header {
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
}

.bank-logo {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.bank-logo svg {
    width: 32px;
    height: 32px;
}

.bank-card-header h3 {
    font-family: var(--corp-font);
    font-size: 20px;
    font-weight: 700;
    color: var(--corp-dark);
    margin: 0;
}

.bank-card-body {
    padding: 24px;
}

.bank-info-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid #f1f5f9;
}

.bank-info-row:last-child {
    border-bottom: none;
}

.bank-info-row .label {
    font-family: var(--corp-font);
    font-size: 13px;
    color: var(--corp-gray);
    font-weight: 500;
}

.bank-info-row .value {
    font-family: var(--corp-font);
    font-size: 14px;
    color: var(--corp-dark);
    font-weight: 600;
    text-align: right;
}

.bank-info-row .account-number {
    font-family: 'Monaco', 'Consolas', monospace;
    letter-spacing: 0.5px;
}

.iban-row-old {
    flex-direction: column;
    gap: 8px;
}

.iban-value-old {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.iban-value-old .value {
    flex: 1;
    font-family: 'Monaco', 'Consolas', monospace;
    font-size: 13px;
    letter-spacing: 1px;
    background: #f8fafc;
    padding: 12px 16px;
    border-radius: 8px;
    text-align: left;
}

.copy-btn {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.copy-btn svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

.copy-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.copy-btn.copied {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

/* Payment Instructions */
.payment-instructions-v2 {
    padding: 80px 0;
    background: #fff;
}

.instructions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 50px;
}

.instruction-card {
    text-align: center;
    padding: 32px 24px;
    background: var(--corp-light);
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease;
}

.instruction-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.instruction-number {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--corp-font);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.instruction-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.instruction-icon.cyan {
    background: linear-gradient(145deg, #ecfeff 0%, #cffafe 100%);
}
.instruction-icon.cyan svg { color: #0891b2; }

.instruction-icon.green {
    background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
}
.instruction-icon.green svg { color: #10b981; }

.instruction-icon.purple {
    background: linear-gradient(145deg, #f5f3ff 0%, #ede9fe 100%);
}
.instruction-icon.purple svg { color: #8b5cf6; }

.instruction-icon.orange {
    background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%);
}
.instruction-icon.orange svg { color: #f59e0b; }

.instruction-icon svg {
    width: 28px;
    height: 28px;
}

.instruction-card h4 {
    font-family: var(--corp-font);
    font-size: 16px;
    font-weight: 700;
    color: var(--corp-dark);
    margin: 0 0 8px;
}

.instruction-card p {
    font-family: var(--corp-font);
    font-size: 13px;
    color: var(--corp-gray);
    margin: 0;
    line-height: 1.6;
}

/* Important Notes */
.important-notes-v2 {
    padding: 0 0 80px;
    background: #fff;
}

.notes-box {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border: 1px solid #fbbf24;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    gap: 24px;
}

.notes-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.notes-icon svg {
    width: 28px;
    height: 28px;
    color: #fff;
}

.notes-content h3 {
    font-family: var(--corp-font);
    font-size: 18px;
    font-weight: 700;
    color: var(--corp-dark);
    margin: 0 0 16px;
}

.notes-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notes-content ul li {
    font-family: var(--corp-font);
    font-size: 14px;
    color: #78350f;
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
}

.notes-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #f59e0b;
    border-radius: 50%;
}

/* ============================================
   DATACENTER PAGE
============================================ */

/* Datacenter Hero */
.datacenter-hero-v2 {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    padding: 60px 0 100px;
    position: relative;
    overflow: hidden;
}

.datacenter-hero-v2 .hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(6, 182, 212, 0.1) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(16, 185, 129, 0.08) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.06) 0%, transparent 30%);
    pointer-events: none;
}

.hero-grid-datacenter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-breadcrumb-datacenter {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-family: var(--corp-font);
    font-size: 14px;
}

.hero-breadcrumb-datacenter a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.hero-breadcrumb-datacenter span {
    color: rgba(255, 255, 255, 0.4);
}

.hero-breadcrumb-datacenter span:last-child {
    color: #fff;
}

.hero-badge-datacenter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(6, 182, 212, 0.15);
    backdrop-filter: blur(10px);
    color: #22d3ee;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: var(--corp-font);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(6, 182, 212, 0.3);
}

.datacenter-hero-v2 h1 {
    font-family: var(--corp-font);
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px;
    letter-spacing: -1px;
}

.hero-description-datacenter {
    font-family: var(--corp-font);
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 32px;
}

.datacenter-stats-mini {
    display: flex;
    gap: 32px;
}

.dc-stat-mini {
    text-align: center;
}

.dc-stat-value {
    display: block;
    font-family: var(--corp-font);
    font-size: 28px;
    font-weight: 800;
    color: #22d3ee;
}

.dc-stat-label {
    font-family: var(--corp-font);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Datacenter 3D Visual */
.datacenter-3d-visual {
    position: relative;
    padding: 40px;
}

.server-rack {
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.rack-unit {
    background: linear-gradient(90deg, #334155 0%, #475569 50%, #334155 100%);
    height: 48px;
    border-radius: 6px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    position: relative;
    overflow: hidden;
}

.rack-unit:last-child {
    margin-bottom: 0;
}

.rack-unit.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #10b981 0%, #06b6d4 100%);
}

.led-lights {
    display: flex;
    gap: 6px;
}

.led {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 8px currentColor;
}

.led.green {
    background: #10b981;
    color: #10b981;
}

.led.amber {
    background: #f59e0b;
    color: #f59e0b;
}

.led.blink {
    animation: ledBlink 1s ease-in-out infinite;
}

@keyframes ledBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.tier-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
    color: #fff;
    padding: 12px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.4);
}

.tier-label {
    display: block;
    font-family: var(--corp-font);
    font-size: 18px;
    font-weight: 800;
}

.tier-text {
    font-family: var(--corp-font);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

.location-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--corp-font);
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Datacenter Specs */
.datacenter-specs-v2 {
    padding: 100px 0;
    background: var(--corp-light);
}

.specs-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.spec-card-v2 {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--corp-border);
    transition: all 0.3s ease;
}

.spec-card-v2:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.spec-icon-v2 {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.spec-icon-v2.green { background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%); }
.spec-icon-v2.green svg { color: #10b981; }

.spec-icon-v2.cyan { background: linear-gradient(145deg, #ecfeff 0%, #cffafe 100%); }
.spec-icon-v2.cyan svg { color: #0891b2; }

.spec-icon-v2.purple { background: linear-gradient(145deg, #f5f3ff 0%, #ede9fe 100%); }
.spec-icon-v2.purple svg { color: #8b5cf6; }

.spec-icon-v2.orange { background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%); }
.spec-icon-v2.orange svg { color: #f59e0b; }

.spec-icon-v2.red { background: linear-gradient(145deg, #fef2f2 0%, #fecaca 100%); }
.spec-icon-v2.red svg { color: #ef4444; }

.spec-icon-v2.blue { background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%); }
.spec-icon-v2.blue svg { color: #3b82f6; }

.spec-icon-v2 svg {
    width: 32px;
    height: 32px;
}

.spec-card-v2 h3 {
    font-family: var(--corp-font);
    font-size: 18px;
    font-weight: 700;
    color: var(--corp-dark);
    margin: 0 0 12px;
}

.spec-card-v2 p {
    font-family: var(--corp-font);
    font-size: 14px;
    color: var(--corp-gray);
    margin: 0;
    line-height: 1.6;
}

/* Certifications */
.certifications-section-v2 {
    padding: 100px 0;
    background: #fff;
}

.certifications-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
}

.certifications-content h2 {
    font-family: var(--corp-font);
    font-size: 36px;
    font-weight: 800;
    color: var(--corp-dark);
    margin: 0 0 16px;
}

.certifications-content p {
    font-family: var(--corp-font);
    font-size: 16px;
    color: var(--corp-gray);
    line-height: 1.7;
}

.certifications-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.cert-card {
    background: var(--corp-light);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
}

.cert-card:hover {
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.cert-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cert-icon svg {
    width: 26px;
    height: 26px;
    color: #fff;
}

.cert-info h4 {
    font-family: var(--corp-font);
    font-size: 16px;
    font-weight: 700;
    color: var(--corp-dark);
    margin: 0 0 4px;
}

.cert-info span {
    font-family: var(--corp-font);
    font-size: 13px;
    color: var(--corp-gray);
}

/* Network Map */
.network-map-v2 {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.network-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 50px;
}

.network-stat {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--corp-border);
}

.network-stat .stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.network-stat .stat-icon svg {
    width: 28px;
    height: 28px;
    color: #10b981;
}

.network-stat .stat-value {
    display: block;
    font-family: var(--corp-font);
    font-size: 24px;
    font-weight: 800;
    color: var(--corp-dark);
}

.network-stat .stat-label {
    font-family: var(--corp-font);
    font-size: 13px;
    color: var(--corp-gray);
}

/* ============================================
   INFRASTRUCTURE PAGE
============================================ */

/* Infrastructure Hero */
.infrastructure-hero-v2 {
    background: linear-gradient(135deg, #7c3aed 0%, #6366f1 50%, #4f46e5 100%);
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
}

.infrastructure-hero-v2 .hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.hero-content-infrastructure {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-breadcrumb-infrastructure {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-family: var(--corp-font);
    font-size: 14px;
}

.hero-breadcrumb-infrastructure a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.hero-breadcrumb-infrastructure span {
    color: rgba(255, 255, 255, 0.5);
}

.hero-breadcrumb-infrastructure span:last-child {
    color: #fff;
}

.hero-badge-infrastructure {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: var(--corp-font);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.infrastructure-hero-v2 h1 {
    font-family: var(--corp-font);
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px;
    letter-spacing: -1px;
}

.hero-description-infrastructure {
    font-family: var(--corp-font);
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 32px;
}

.infrastructure-highlights {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.infrastructure-highlights .highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.infrastructure-highlights .highlight-item svg {
    width: 18px;
    height: 18px;
    color: #a5f3fc;
}

.infrastructure-highlights .highlight-item span {
    font-family: var(--corp-font);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

/* Server Hardware */
.server-hardware-v2 {
    padding: 100px 0;
    background: var(--corp-light);
}

.hardware-grid-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.hardware-card-v2 {
    background: #fff;
    border-radius: 20px;
    padding: 32px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--corp-border);
    transition: all 0.3s ease;
}

.hardware-card-v2:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.hardware-icon-v2 {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.hardware-icon-v2.cyan { background: linear-gradient(145deg, #ecfeff 0%, #cffafe 100%); }
.hardware-icon-v2.cyan svg { color: #0891b2; }

.hardware-icon-v2.purple { background: linear-gradient(145deg, #f5f3ff 0%, #ede9fe 100%); }
.hardware-icon-v2.purple svg { color: #8b5cf6; }

.hardware-icon-v2.green { background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%); }
.hardware-icon-v2.green svg { color: #10b981; }

.hardware-icon-v2.orange { background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%); }
.hardware-icon-v2.orange svg { color: #f59e0b; }

.hardware-icon-v2 svg {
    width: 28px;
    height: 28px;
}

.hardware-card-v2 h3 {
    font-family: var(--corp-font);
    font-size: 18px;
    font-weight: 700;
    color: var(--corp-dark);
    margin: 0 0 10px;
}

.hardware-card-v2 p {
    font-family: var(--corp-font);
    font-size: 14px;
    color: var(--corp-gray);
    margin: 0 0 20px;
    line-height: 1.6;
}

.hardware-specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hardware-specs-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-top: 1px solid #f1f5f9;
    font-family: var(--corp-font);
    font-size: 13px;
    color: var(--corp-dark);
}

.hardware-specs-list li:first-child {
    border-top: none;
}

.hardware-specs-list li svg {
    width: 16px;
    height: 16px;
    color: #10b981;
    flex-shrink: 0;
}

/* Software Stack */
.software-stack-v2 {
    padding: 100px 0;
    background: #fff;
}

.software-grid-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.software-card-v2 {
    background: var(--corp-light);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.software-card-v2:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.software-header {
    padding: 20px 24px;
}

.software-header.blue { background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); }
.software-header.green { background: linear-gradient(135deg, #10b981 0%, #059669 100%); }
.software-header.purple { background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%); }
.software-header.orange { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); }

.software-header h3 {
    font-family: var(--corp-font);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.software-list {
    list-style: none;
    padding: 20px 24px;
    margin: 0;
}

.software-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-family: var(--corp-font);
    font-size: 14px;
    color: var(--corp-dark);
    border-bottom: 1px solid #e2e8f0;
}

.software-list li:last-child {
    border-bottom: none;
}

.software-list li svg {
    width: 16px;
    height: 16px;
    color: var(--corp-gray);
}

/* Security Section */
.security-section-v2 {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.security-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    align-items: center;
}

.security-content h2 {
    font-family: var(--corp-font);
    font-size: 36px;
    font-weight: 800;
    color: var(--corp-dark);
    margin: 0 0 16px;
}

.security-content > p {
    font-family: var(--corp-font);
    font-size: 16px;
    color: var(--corp-gray);
    line-height: 1.7;
    margin-bottom: 32px;
}

.security-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.security-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid var(--corp-border);
    transition: all 0.3s ease;
}

.security-item:hover {
    border-color: #10b981;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.1);
}

.security-check {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.security-check svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

.security-info h4 {
    font-family: var(--corp-font);
    font-size: 15px;
    font-weight: 700;
    color: var(--corp-dark);
    margin: 0 0 2px;
}

.security-info span {
    font-family: var(--corp-font);
    font-size: 13px;
    color: var(--corp-gray);
}

/* Security Visual */
.security-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shield-animation {
    position: relative;
    width: 200px;
    height: 200px;
}

.shield-outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid rgba(16, 185, 129, 0.2);
    border-radius: 50%;
    animation: shieldPulse 2s ease-in-out infinite;
}

.shield-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 50px rgba(16, 185, 129, 0.4);
}

.shield-inner svg {
    width: 56px;
    height: 56px;
    color: #fff;
}

.shield-particles span {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: particleOrbit 3s linear infinite;
}

.shield-particles span:nth-child(1) { animation-delay: 0s; }
.shield-particles span:nth-child(2) { animation-delay: 0.75s; }
.shield-particles span:nth-child(3) { animation-delay: 1.5s; }
.shield-particles span:nth-child(4) { animation-delay: 2.25s; }

@keyframes shieldPulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.2; }
}

@keyframes particleOrbit {
    0% {
        transform: rotate(0deg) translateX(90px) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: rotate(360deg) translateX(90px) rotate(-360deg);
        opacity: 1;
    }
}

/* Performance Section */
.performance-section-v2 {
    padding: 100px 0;
    background: #fff;
}

.performance-comparison {
    max-width: 700px;
    margin: 50px auto 0;
}

.comparison-item {
    margin-bottom: 16px;
}

.comparison-bar {
    background: #f1f5f9;
    border-radius: 8px;
    height: 48px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    transition: width 1s ease-out;
}

.bar-fill.litespeed {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.bar-fill.nginx {
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
}

.bar-fill.apache {
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
}

.bar-label {
    font-family: var(--corp-font);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.bar-value {
    font-family: var(--corp-font);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.performance-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 50px;
}

.perf-feature {
    text-align: center;
    padding: 24px;
    background: var(--corp-light);
    border-radius: 16px;
}

.perf-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.perf-icon svg {
    width: 24px;
    height: 24px;
    color: #f59e0b;
}

.perf-feature h4 {
    font-family: var(--corp-font);
    font-size: 15px;
    font-weight: 700;
    color: var(--corp-dark);
    margin: 0 0 4px;
}

.perf-feature p {
    font-family: var(--corp-font);
    font-size: 13px;
    color: var(--corp-gray);
    margin: 0;
}

/* ============================================
   Responsive Design
============================================ */
@media (max-width: 1200px) {
    .stats-grid-corp {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-grid-corp {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-visual-corp {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    .bank-accounts-grid,
    .instructions-grid,
    .specs-grid-v2,
    .network-stats,
    .hardware-grid-v2,
    .software-grid-v2,
    .performance-features {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-grid-datacenter,
    .certifications-wrapper,
    .security-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .datacenter-3d-visual {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .security-visual {
        order: -1;
    }
    
    .hero-content-corp h1 {
        font-size: 42px;
    }
    
    .hero-stats-mini-corp {
        gap: 24px;
    }
    
    .floating-card-corp.card-2 {
        right: 0;
    }
}

@media (max-width: 768px) {
    .corp-hero-v2 {
        padding: 50px 0 80px;
    }
    
    .hero-content-corp h1 {
        font-size: 32px;
    }
    
    .hero-description-corp {
        font-size: 16px;
    }
    
    .hero-stats-mini-corp {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
    
    .stat-mini-corp {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    
    .stat-mini-corp .stat-number {
        font-size: 24px;
    }
    
    .stats-grid-corp {
        grid-template-columns: 1fr;
    }
    
    .stat-card-corp {
        padding: 24px 20px;
    }
    
    .stat-icon-corp {
        width: 54px;
        height: 54px;
    }
    
    .stat-number-corp {
        font-size: 22px;
    }
    
    .floating-card-corp {
        display: none;
    }
    
    .bank-accounts-grid,
    .instructions-grid,
    .specs-grid-v2,
    .certifications-grid,
    .network-stats,
    .hardware-grid-v2,
    .software-grid-v2,
    .security-grid,
    .performance-features {
        grid-template-columns: 1fr;
    }
    
    .datacenter-stats-mini {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .infrastructure-highlights {
        flex-direction: column;
        align-items: center;
    }
    
    .notes-box {
        flex-direction: column;
        text-align: center;
    }
    
    .notes-icon {
        margin: 0 auto;
    }
    
    .visual-badge-corp {
        padding: 12px 16px;
    }
    
    .visual-badge-corp .badge-tier {
        font-size: 18px;
    }
    
    .location-badge-corp {
        bottom: 10px;
        right: 10px;
        font-size: 11px;
        padding: 8px 12px;
    }
}

/* ============================================
   Animations
============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bank-card-v2,
.instruction-card,
.spec-card-v2,
.cert-card,
.network-stat,
.hardware-card-v2,
.software-card-v2,
.security-item,
.perf-feature {
    animation: fadeInUp 0.6s ease forwards;
}

/* ============================================
   NEW V3 STYLES - Premium Corporate Design
============================================ */

/* Datacenter Visual */
.datacenter-visual {
    background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
    padding: 40px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.dc-rack-visual {
    position: relative;
    background: linear-gradient(180deg, #334155 0%, #1e293b 100%);
    border-radius: 12px;
    padding: 20px;
    border: 2px solid #475569;
}

.rack-unit {
    height: 20px;
    background: #475569;
    margin-bottom: 6px;
    border-radius: 4px;
    position: relative;
}

.rack-unit.active {
    background: linear-gradient(90deg, #0891b2 0%, #06b6d4 100%);
    box-shadow: 0 0 10px rgba(8, 145, 178, 0.5);
}

.rack-unit.active::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #10b981;
    border-radius: 50%;
    animation: blink 1s infinite;
}

.rack-leds {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    justify-content: center;
}

.led {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.led.green {
    background: #10b981;
    box-shadow: 0 0 8px rgba(16, 185, 129, 0.6);
}

.led.orange {
    background: #f59e0b;
    box-shadow: 0 0 8px rgba(245, 158, 11, 0.6);
    animation: blink 2s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.dc-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
    padding: 12px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(8, 145, 178, 0.4);
}

.dc-badge .tier {
    display: block;
    font-family: var(--corp-font);
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.dc-badge .text {
    font-family: var(--corp-font);
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Infrastructure Visual */
.infra-visual {
    background: linear-gradient(145deg, #581c87 0%, #7c3aed 100%);
    padding: 50px 30px;
    border-radius: 24px;
    position: relative;
}

.tech-stack-visual {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tech-layer {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tech-layer .tech-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-layer .tech-icon svg {
    width: 24px;
    height: 24px;
    color: #fff;
}

.tech-layer .tech-name {
    font-family: var(--corp-font);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.tech-layer.layer-1 { animation: slideInFromLeft 0.6s ease forwards; }
.tech-layer.layer-2 { animation: slideInFromLeft 0.6s ease 0.1s forwards; opacity: 0; }
.tech-layer.layer-3 { animation: slideInFromLeft 0.6s ease 0.2s forwards; opacity: 0; }

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* DC Specs Section V3 */
.dc-specs-section-v3 {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.specs-grid-v3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.spec-card-v3 {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--corp-border);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.spec-card-v3:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.1);
}

.spec-icon-v3 {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.spec-icon-v3.green { background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%); }
.spec-icon-v3.green svg { color: #10b981; }

.spec-icon-v3.cyan { background: linear-gradient(145deg, #ecfeff 0%, #cffafe 100%); }
.spec-icon-v3.cyan svg { color: #0891b2; }

.spec-icon-v3.purple { background: linear-gradient(145deg, #f5f3ff 0%, #ede9fe 100%); }
.spec-icon-v3.purple svg { color: #8b5cf6; }

.spec-icon-v3.orange { background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%); }
.spec-icon-v3.orange svg { color: #f59e0b; }

.spec-icon-v3.red { background: linear-gradient(145deg, #fef2f2 0%, #fecaca 100%); }
.spec-icon-v3.red svg { color: #ef4444; }

.spec-icon-v3.blue { background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%); }
.spec-icon-v3.blue svg { color: #3b82f6; }

.spec-icon-v3 svg {
    width: 28px;
    height: 28px;
}

.spec-content-v3 h3 {
    font-family: var(--corp-font);
    font-size: 18px;
    font-weight: 700;
    color: var(--corp-dark);
    margin: 0 0 10px;
}

.spec-content-v3 p {
    font-family: var(--corp-font);
    font-size: 14px;
    color: var(--corp-gray);
    line-height: 1.6;
    margin: 0 0 16px;
}

.spec-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.spec-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--corp-font);
    font-size: 13px;
    color: var(--corp-dark);
    padding: 8px 0;
    border-top: 1px solid #f1f5f9;
}

.spec-features li:first-child {
    border-top: none;
}

.spec-features li svg {
    width: 16px;
    height: 16px;
    color: #10b981;
    flex-shrink: 0;
}

/* Certifications V3 */
.certifications-section-v3 {
    padding: 100px 0;
    background: #fff;
}

.cert-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
}

.cert-content h2 {
    font-family: var(--corp-font);
    font-size: 36px;
    font-weight: 800;
    color: var(--corp-dark);
    margin: 0 0 16px;
}

.cert-content > p {
    font-family: var(--corp-font);
    font-size: 16px;
    color: var(--corp-gray);
    line-height: 1.7;
}

.cert-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.cert-card-v3 {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--corp-light);
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--corp-border);
    transition: all 0.3s ease;
}

.cert-card-v3:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: #8b5cf6;
}

.cert-icon-v3 {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.cert-icon-v3 svg {
    width: 24px;
    height: 24px;
    color: #fff;
}

.cert-info-v3 h4 {
    font-family: var(--corp-font);
    font-size: 16px;
    font-weight: 700;
    color: var(--corp-dark);
    margin: 0 0 4px;
}

.cert-info-v3 span {
    font-family: var(--corp-font);
    font-size: 13px;
    color: var(--corp-gray);
}

/* Network Section V3 */
.network-section-v3 {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.network-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.network-stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--corp-border);
    transition: all 0.3s ease;
}

.network-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.network-stat-card .stat-value {
    font-family: var(--corp-font);
    font-size: 28px;
    font-weight: 800;
    color: #10b981;
    margin-bottom: 8px;
}

.network-stat-card .stat-label {
    font-family: var(--corp-font);
    font-size: 14px;
    color: var(--corp-gray);
}

.network-map-visual {
    position: relative;
    height: 200px;
    background: linear-gradient(145deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 20px;
    overflow: hidden;
}

.map-point {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map-point .dot {
    width: 12px;
    height: 12px;
    background: #0891b2;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(8, 145, 178, 0.4);
}

.map-point.active .pulse {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #10b981;
    border-radius: 50%;
    animation: mapPulse 2s ease infinite;
}

.map-point.active .dot {
    background: #10b981;
}

.map-point .label {
    font-family: var(--corp-font);
    font-size: 12px;
    font-weight: 600;
    color: var(--corp-dark);
    margin-top: 8px;
    background: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.point-tr { left: 55%; top: 40%; }
.point-eu { left: 35%; top: 35%; }
.point-us { left: 15%; top: 45%; }

@keyframes mapPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* Hardware Section V3 */
.hardware-section-v3 {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.hardware-grid-v3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.hardware-card-v3 {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--corp-border);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.hardware-card-v3:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.1);
}

.hardware-header-v3 {
    display: flex;
    gap: 20px;
    padding: 28px;
    border-bottom: 1px solid #f1f5f9;
}

.hardware-icon-v3 {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hardware-icon-v3.cyan { background: linear-gradient(145deg, #ecfeff 0%, #cffafe 100%); }
.hardware-icon-v3.cyan svg { color: #0891b2; }

.hardware-icon-v3.purple { background: linear-gradient(145deg, #f5f3ff 0%, #ede9fe 100%); }
.hardware-icon-v3.purple svg { color: #8b5cf6; }

.hardware-icon-v3.green { background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%); }
.hardware-icon-v3.green svg { color: #10b981; }

.hardware-icon-v3.orange { background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%); }
.hardware-icon-v3.orange svg { color: #f59e0b; }

.hardware-icon-v3 svg {
    width: 28px;
    height: 28px;
}

.hardware-header-v3 h3 {
    font-family: var(--corp-font);
    font-size: 18px;
    font-weight: 700;
    color: var(--corp-dark);
    margin: 0 0 8px;
}

.hardware-header-v3 p {
    font-family: var(--corp-font);
    font-size: 14px;
    color: var(--corp-gray);
    line-height: 1.5;
    margin: 0;
}

.hardware-specs-v3 {
    padding: 20px 28px;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.spec-row:last-child {
    border-bottom: none;
}

.spec-label {
    font-family: var(--corp-font);
    font-size: 13px;
    color: var(--corp-gray);
}

.spec-value {
    font-family: var(--corp-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--corp-dark);
}

/* Software Section V3 */
.software-section-v3 {
    padding: 100px 0;
    background: #fff;
}

.software-grid-v3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.software-card-v3 {
    background: var(--corp-light);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.software-card-v3:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.software-header-v3 {
    padding: 20px 24px;
}

.software-header-v3.blue { background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); }
.software-header-v3.green { background: linear-gradient(135deg, #10b981 0%, #059669 100%); }
.software-header-v3.purple { background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%); }
.software-header-v3.orange { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); }

.software-header-v3 h3 {
    font-family: var(--corp-font);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.software-list-v3 {
    list-style: none;
    padding: 20px 24px;
    margin: 0;
}

.software-list-v3 li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-family: var(--corp-font);
    font-size: 14px;
    color: var(--corp-dark);
    border-bottom: 1px solid #e2e8f0;
}

.software-list-v3 li:last-child {
    border-bottom: none;
}

.software-list-v3 li svg {
    width: 16px;
    height: 16px;
    color: #10b981;
    flex-shrink: 0;
}

/* Security Section V3 */
.security-section-v3 {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.security-wrapper-v3 {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    align-items: center;
}

.security-content-v3 h2 {
    font-family: var(--corp-font);
    font-size: 36px;
    font-weight: 800;
    color: var(--corp-dark);
    margin: 0 0 16px;
}

.security-content-v3 > p {
    font-family: var(--corp-font);
    font-size: 16px;
    color: var(--corp-gray);
    line-height: 1.7;
    margin-bottom: 32px;
}

.security-grid-v3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.security-item-v3 {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid var(--corp-border);
    transition: all 0.3s ease;
}

.security-item-v3:hover {
    border-color: #10b981;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.1);
}

.security-check-v3 {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.security-check-v3 svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

.security-info-v3 h4 {
    font-family: var(--corp-font);
    font-size: 15px;
    font-weight: 700;
    color: var(--corp-dark);
    margin: 0 0 2px;
}

.security-info-v3 span {
    font-family: var(--corp-font);
    font-size: 13px;
    color: var(--corp-gray);
}

/* Security Visual V3 */
.security-visual-v3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shield-animation-v3 {
    position: relative;
    width: 200px;
    height: 200px;
}

.shield-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid rgba(16, 185, 129, 0.2);
}

.shield-ring.ring-1 {
    width: 180px;
    height: 180px;
    animation: shieldRing 3s ease-in-out infinite;
}

.shield-ring.ring-2 {
    width: 140px;
    height: 140px;
    animation: shieldRing 3s ease-in-out 0.5s infinite;
}

.shield-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.4);
}

.shield-core svg {
    width: 50px;
    height: 50px;
    color: #fff;
}

@keyframes shieldRing {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.5;
    }
}

/* Performance Section V3 */
.performance-section-v3 {
    padding: 100px 0;
    background: #fff;
}

.performance-chart-v3 {
    max-width: 700px;
    margin: 60px auto;
}

.perf-bar-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.perf-label {
    width: 100px;
    font-family: var(--corp-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--corp-dark);
}

.perf-bar-wrapper {
    flex: 1;
    height: 40px;
    background: #f1f5f9;
    border-radius: 10px;
    overflow: hidden;
}

.perf-bar {
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 16px;
    transition: width 1s ease;
}

.perf-speed {
    font-family: var(--corp-font);
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.performance-features-v3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 60px;
}

.perf-feature-v3 {
    text-align: center;
    padding: 28px 20px;
    background: var(--corp-light);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.perf-feature-v3:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.perf-icon-v3 {
    width: 56px;
    height: 56px;
    background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.perf-icon-v3 svg {
    width: 26px;
    height: 26px;
    color: #f59e0b;
}

.perf-feature-v3 h4 {
    font-family: var(--corp-font);
    font-size: 15px;
    font-weight: 700;
    color: var(--corp-dark);
    margin: 0 0 6px;
}

.perf-feature-v3 p {
    font-family: var(--corp-font);
    font-size: 13px;
    color: var(--corp-gray);
    margin: 0;
}

/* ============================================
   V3 Responsive Design
============================================ */
@media (max-width: 1024px) {
    .bank-accounts-grid-v3,
    .hardware-grid-v3,
    .cert-cards,
    .notes-grid {
        grid-template-columns: 1fr;
    }
    
    .specs-grid-v3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cert-wrapper,
    .security-wrapper-v3 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .steps-timeline {
        flex-direction: column;
        gap: 40px;
    }
    
    .step-connector {
        transform: rotate(90deg);
        padding: 0;
    }
    
    .network-stats-grid,
    .software-grid-v3,
    .performance-features-v3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .specs-grid-v3,
    .network-stats-grid,
    .software-grid-v3,
    .performance-features-v3,
    .security-grid-v3 {
        grid-template-columns: 1fr;
    }
    
    .step-item {
        max-width: 100%;
    }
    
    .security-visual-v3 {
        order: -1;
    }
    
    .shield-animation-v3 {
        width: 160px;
        height: 160px;
    }
}

