/* Kurumsal Font Ayarları (Inter) */
        * { font-family: 'Inter', 'Poppins', sans-serif; }
        body { background-color: #131722; color: #ffffff; overflow-x: hidden; -webkit-font-smoothing: antialiased; font-weight: 400; background-image: radial-gradient(circle at 50% -20%, #1e2536 0%, #131722 50%); background-attachment: scroll; }
        .container { max-width: 1280px; }
        .bg-servercim-dark { background-color: #131722; }
        .bg-servercim-card { background-color: #1c2230; }
        .text-servercim-orange { color: #ff8c00; }
        .bg-servercim-orange { background-color: #ff8c00; }
        .card-shadow { box-shadow: 0 10px 40px rgba(0,0,0,0.3); }

        /* Site header — sayfayla birlikte kayar (sabit/sticky değil) */
        .site-header {
            width: 100%;
            position: static;
            z-index: 100;
        }

        .site-header__top,
        .site-header__nav {
            position: static;
            top: auto;
        }

        .site-header__inner {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            padding-left: clamp(16px, 2.5vw, 40px);
            padding-right: clamp(16px, 2.5vw, 40px);
            box-sizing: border-box;
        }

        .site-header__top {
            padding: 0.5rem 0;
        }

        .site-header__inner--top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem 1.5rem;
            min-height: 34px;
            font-size: 12px;
            font-weight: 600;
            color: #94a3b8;
        }

        .site-header__top-left,
        .site-header__top-right {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 0;
            min-width: 0;
        }

        .site-header__top-right {
            justify-content: flex-end;
            margin-left: auto;
        }

        .topbar-item {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            line-height: 1;
            white-space: nowrap;
        }

        .topbar-item--link {
            text-decoration: none;
            color: inherit;
            transition: color 0.2s;
        }

        .topbar-item--link:hover { color: #ff8c00; }

        .topbar-item--lang {
            font-size: 11px;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: #fff;
        }

        .topbar-item.cursor-pointer:hover { color: #ff8c00; }

        .topbar-item__icon {
            width: 14px;
            height: 14px;
            flex-shrink: 0;
        }

        .site-header__nav {
            padding: 0.85rem 0;
        }

        /* Yan menüler — ana header sayfayla kaydığı için sticky üst boşluk */
        .icann-sidebar,
        .ht-sidebar,
        .em-sidebar,
        .sv-sidebar,
        .wt-sidebar,
        .sw-hazir-sidebar__box,
        .tr-docs-sidebar {
            top: 1rem;
        }

        .wt-sidebar,
        .icann-sidebar,
        .ht-sidebar,
        .em-sidebar,
        .sv-sidebar {
            max-height: calc(100vh - 2rem);
        }

        /* Dropdown Menu Styles */
        .nav-container {
            display: grid;
            grid-template-columns: auto minmax(0, 1fr) auto;
            align-items: center;
            gap: clamp(0.75rem, 2vw, 1.75rem);
            position: relative;
            width: 100%;
        }

        .nav-side {
            display: flex;
            align-items: center;
            min-width: 0;
        }

        .nav-side.left {
            justify-content: flex-start;
        }

        .nav-side.right {
            justify-content: flex-end;
            gap: 0.65rem;
            flex-shrink: 0;
        }

        .nav-center {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: nowrap;
            gap: clamp(0.35rem, 1.2vw, 1.15rem);
            overflow: visible;
            position: relative;
            min-width: 0;
            --mega-menu-width: min(1280px, calc(100vw - 80px));
            --mega-sidebar-width: 300px;
        }

        .nav-cart {
            flex-shrink: 0;
            margin-right: 0.15rem;
        }

        .nav-side.right .btn-gradient,
        .nav-side.right .btn-outline-dark {
            white-space: nowrap;
            flex-shrink: 0;
        }
        nav.glass-nav,
        .nav-container {
            overflow: visible;
        }
        .nav-item {
            position: static;
            padding: 0.5rem 0;
            font-size: clamp(13px, 1.1vw, 15px);
            font-weight: 700;
            color: #ffffff;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            letter-spacing: -0.2px;
            transition: color 0.2s, opacity 0.2s;
            opacity: 0.9;
            white-space: nowrap;
            flex-shrink: 0;
        }
        .dropdown-menu { 
            position: absolute; 
            top: 100%;
            left: 50%;
            transform: translateX(-50%) translateY(15px); 
            background: #1c2230; 
            width: var(--mega-menu-width);
            max-width: var(--mega-menu-width);
            min-width: var(--mega-menu-width);
            border-radius: 30px; 
            box-shadow: 0 40px 100px rgba(0,0,0,0.6); 
            opacity: 0; 
            visibility: hidden; 
            transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                        visibility 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                        transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 1000; 
            padding: 0;
            border: 1px solid rgba(255,255,255,0.1);
            display: flex;
            overflow: hidden;
            box-sizing: border-box;
            pointer-events: none;
        }
        /* Fare menü ile sekme arasında kaybolmasın diye görünmez köprü */
        .dropdown-menu::before {
            content: '';
            position: absolute;
            top: -18px;
            left: 0;
            right: 0;
            height: 18px;
        }
        .dropdown-menu--wide,
        .dropdown-menu--compact,
        .dropdown-menu--narrow {
            width: var(--mega-menu-width);
            max-width: var(--mega-menu-width);
            min-width: var(--mega-menu-width);
        }
        .dropdown-menu--narrow .mega-content {
            grid-template-columns: 1fr;
        }
        .nav-item:hover .dropdown-menu,
        .nav-item:focus-within .dropdown-menu { 
            opacity: 1; 
            visibility: visible; 
            transform: translateX(-50%) translateY(0); 
            pointer-events: auto;
        }

        .mega-content {
            flex: 1 1 0;
            min-width: 0;
            padding: 36px 32px;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            /* 1 başlık satırı + en fazla 3 menü satırı — sütunlar arası hizalı */
            grid-template-rows: auto repeat(3, minmax(4.25rem, auto));
            column-gap: 20px;
            row-gap: 16px;
            align-items: start;
            overflow: hidden;
            box-sizing: border-box;
        }
        .mega-content--3col {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            padding: 36px 32px;
        }
        .dropdown-menu--compact .mega-content {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .mega-col {
            min-width: 0;
            overflow: hidden;
            display: grid;
            grid-template-rows: subgrid;
            grid-row: 1 / -1;
            gap: 0;
        }
        .mega-content > .mega-col {
            padding-left: 0 !important;
            padding-right: 16px !important;
        }
        .mega-content > .mega-col:last-child {
            padding-right: 8px !important;
        }
        .mega-col-list,
        .mega-col > div:has(> .dropdown-item) {
            display: contents;
        }
        .mega-content .menu-category-title {
            margin-bottom: 0;
            align-self: start;
        }
        .mega-content .dropdown-item {
            align-items: flex-start;
            align-self: start;
            max-width: 100%;
        }
        .mega-content .dropdown-item:hover {
            transform: none;
        }
        .mega-sidebar {
            width: var(--mega-sidebar-width);
            flex: 0 0 var(--mega-sidebar-width);
            max-width: var(--mega-sidebar-width);
            background: rgba(255,255,255,0.02);
            border-left: 1px solid rgba(255,255,255,0.08);
            padding: 28px 24px;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            box-sizing: border-box;
            position: relative;
            z-index: 2;
        }
        
        .menu-category-title { font-size: 11px; font-weight: 800; color: #ff8c00; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 25px; display: flex; align-items: center; white-space: nowrap; }
        .menu-category-title::after { content: ''; flex: 1; height: 1px; background: rgba(255,140,0,0.15); margin-left: 15px; }
        
        .dropdown-item { 
            display: flex; 
            align-items: center; 
            padding: 12px 15px; 
            border-radius: 18px; 
            color: #ffffff; 
            transition: all 0.3s;
            background: transparent;
            border: 1px solid transparent;
        }
        .dropdown-item:hover { 
            background: rgba(255,255,255,0.03); 
            border-color: rgba(255,255,255,0.1);
            transform: translateX(5px);
        }
        .dropdown-item .icon-box { 
            width: 40px; 
            height: 40px; 
            background: rgba(255,140,0,0.1); 
            border-radius: 12px; 
            display: flex; 
            align-items: center; 
            justify-content: center; 
            margin-right: 15px; 
            color: #ff8c00;
            font-size: 15px;
            flex-shrink: 0;
            transition: all 0.3s;
        }
        .dropdown-item:hover .icon-box {
            background: #ff8c00;
            color: white;
            box-shadow: 0 8px 20px rgba(255, 140, 0, 0.4);
        }
        .dropdown-item .item-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            flex: 1;
            min-width: 0;
            overflow: hidden;
        }
        .dropdown-item .item-title {
            font-weight: 700;
            font-size: 14px;
            color: white;
            margin-bottom: 2px;
            line-height: 1.35;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: normal;
            overflow-wrap: normal;
        }
        .dropdown-item .item-title--with-badge {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 6px 8px;
            white-space: normal;
            overflow: visible;
            text-overflow: unset;
        }
        .dropdown-item .item-title--with-badge .item-title-text {
            flex: 1 1 auto;
            min-width: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .mega-badge {
            display: inline-flex;
            align-items: center;
            flex-shrink: 0;
            white-space: nowrap;
            font-size: 9px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: #fff;
            padding: 0.25rem 0.625rem;
            border-radius: 0.375rem;
            background: linear-gradient(to right, #ff8c00, #ffab40);
            box-shadow: 0 0 15px rgba(255, 140, 0, 0.4);
        }
        .dropdown-item .item-desc {
            font-size: 11px;
            color: #94a3b8;
            font-weight: 500;
            line-height: 1.4;
            white-space: normal;
            word-wrap: break-word;
            overflow-wrap: break-word;
            word-break: normal;
        }

        .campaign-card { 
            background: linear-gradient(135deg, #ff8c00 0%, #ff5e00 100%); 
            border-radius: 22px; 
            padding: 22px; 
            color: white; 
            position: relative; 
            overflow: hidden;
            margin-bottom: 20px;
            cursor: pointer;
            transition: all 0.3s;
            border: 1px solid rgba(255,255,255,0.1);
            width: 100%;
        }
        .campaign-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(255, 94, 0, 0.3); }
        .campaign-card .icon.bg-icon,
        .campaign-card .icon.icon-bg { position: absolute; right: -15px; bottom: -15px; width: 5rem; height: 5rem; opacity: 0.15; transform: rotate(-15deg); pointer-events: none; }
        .campaign-card h4 { font-size: 17px; font-weight: 900; line-height: 1.3; margin-bottom: 12px; position: relative; z-index: 1; white-space: normal; word-wrap: break-word; }
        .campaign-card p { position: relative; z-index: 1; white-space: normal; }
        
        @media (max-width: 1440px) {
            .nav-center {
                --mega-menu-width: min(1180px, calc(100vw - 80px));
                --mega-sidebar-width: 280px;
            }
            .mega-content, .mega-content--3col { padding: 28px 24px; column-gap: 16px; }
        }
        @media (max-width: 1200px) {
            .nav-center {
                --mega-menu-width: min(1040px, calc(100vw - 48px));
                --mega-sidebar-width: 260px;
                gap: 0.5rem;
            }
            .mega-content, .mega-content--3col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
            .top-bar-divider { margin: 0 8px; }
        }
        @media (max-width: 1100px) {
            .site-header__inner--top { font-size: 11px; }
        }
        @media (max-width: 991px) {
            .dropdown-menu, .dropdown-menu--wide, .dropdown-menu--compact { width: 95vw; min-width: 0; flex-direction: column; max-height: 80vh; overflow-y: auto; }
            .mega-sidebar { width: 100%; border-left: none; border-top: 1px solid rgba(255,255,255,0.08); }
            .mega-content, .mega-content--3col { grid-template-columns: 1fr; grid-template-rows: none; }
            .mega-content > .mega-col {
                display: block;
                grid-row: auto;
                grid-template-rows: none;
            }
            .mega-col-list,
            .mega-col > div:has(> .dropdown-item) {
                display: flex;
                flex-direction: column;
                gap: 1rem;
            }
            .mega-content .menu-category-title { margin-bottom: 25px; }
            .dropdown-item .item-title:not(.item-title--with-badge),
            .dropdown-item .item-title--with-badge .item-title-text {
                white-space: normal;
                overflow: visible;
                text-overflow: unset;
            }
         }
         

        .dropdown-footer {
            grid-column: span 3;
            margin-top: 10px;
            padding: 12px 20px;
            background: rgba(255,255,255,0.03);
            border-radius: 15px;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
            font-size: 12px;
            font-weight: 600;
            color: #ffffff;
            border: 1px solid rgba(255,255,255,0.05);
        }
        .dropdown-footer .badge {
            background: linear-gradient(135deg, #ff8c00 0%, #ffab40 100%);
            color: white;
            padding: 3px 10px;
            border-radius: 6px;
            font-size: 10px;
            font-weight: 800; text-transform: uppercase; margin-right: 12px; box-shadow: 0 4px 10px rgba(255, 140, 0, 0.3); }

        .nav-item:hover { color: #ff8c00; opacity: 1; }

        /* Mega Menu Specifics */
        .dropdown-item-complex { display: flex; align-items: center; padding: 10px 14px; border-radius: 15px; color: #94a3b8; font-size: 15px; font-weight: 600; transition: all 0.3s; text-transform: none; }
        .dropdown-item-complex:hover { background: rgba(255, 255, 255, 0.03); color: #ff8c00; transform: translateX(5px); }
        .dropdown-item-complex .icon-box { width: 38px; height: 38px; background: rgba(255, 140, 0, 0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-right: 15px; transition: all 0.3s; }
        .dropdown-item-complex:hover .icon-box { background: #ff8c00; }
        .dropdown-item-complex:hover .icon-box .icon { color: white; }
        .dropdown-item-simple { display: flex; align-items: center; padding: 10px 14px; color: #64748b; font-size: 14px; font-weight: 500; transition: all 0.3s; text-transform: none; }
        .dropdown-item-simple:hover { color: #ff8c00; padding-left: 20px; }
        .dropdown-item-simple i { margin-right: 12px; font-size: 10px; opacity: 0.4; }

        /* Header Badges & Elements from Image */
        .menu-badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: #ff8c00; color: white; font-size: 8px; padding: 2px 8px; border-radius: 50px; font-weight: 800; white-space: nowrap; box-shadow: 0 4px 10px rgba(255, 140, 0, 0.3); }
        .top-bar-divider {
            width: 1px;
            height: 14px;
            background: rgba(255, 255, 255, 0.1);
            margin: 0 clamp(8px, 1vw, 14px);
            flex-shrink: 0;
            align-self: center;
        }

        /* Üst bar — Fırsatlar & Araçlar sayfa linkleri */
        .topbar-simple-link {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            font-size: 12px;
            font-weight: 600;
            line-height: 1;
            text-decoration: none;
            color: #94a3b8;
            white-space: nowrap;
            transition: color 0.2s ease;
        }
        .topbar-simple-link:hover { color: #ff8c00; }
        .topbar-simple-link--deals { color: #ff8c00; }
        .topbar-simple-link--deals .icon { color: #ff8c00; }
        .topbar-simple-link--tools { font-weight: 800; color: #fff; }
        .btn-gradient { background: linear-gradient(135deg, #ff8c00 0%, #ffab40 100%); box-shadow: 0 10px 20px rgba(255, 140, 0, 0.3); }
        .btn-outline-dark { border: 1.5px solid rgba(255,255,255,0.15); color: #ffffff; }
        .logo-circle { width: 32px; height: 32px; border: 4px solid #ff8c00; border-radius: 50%; position: relative; margin-right: 8px; }
        .logo-circle::after { content: ''; position: absolute; top: -4px; right: -4px; width: 12px; height: 12px; background: #131722; border-radius: 50%; }
        .site-logo {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            color: inherit;
            flex-shrink: 0;
        }
        .site-logo__icon-box {
            flex-shrink: 0;
            width: 42px;
            height: 42px;
            padding: 7px;
            border-radius: 12px;
            background: rgba(255, 140, 0, 0.12);
            border: 1px solid rgba(255, 140, 0, 0.25);
            display: flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            transition: border-color 0.2s, background 0.2s;
        }
        .site-logo:hover .site-logo__icon-box {
            background: rgba(255, 140, 0, 0.2);
            border-color: rgba(255, 140, 0, 0.45);
        }
        .site-logo__icon-box img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
        }
        .site-logo__wordmark {
            height: 28px;
            width: auto;
            max-width: 140px;
            display: block;
        }
        .site-logo--sm .site-logo__icon-box {
            width: 34px;
            height: 34px;
            padding: 6px;
            border-radius: 10px;
        }
        .site-logo--sm .site-logo__wordmark {
            height: 22px;
            max-width: 118px;
        }

        .hero-badge { background: rgba(255, 140, 0, 0.12); color: #ff8c00; font-size: 12px; font-weight: 800; padding: 6px 18px; border-radius: 50px; border: 1px solid rgba(255, 140, 0, 0.25); }
        .whatsapp-float { position: fixed; bottom: 35px; right: 35px; background: #25d366; color: white; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; box-shadow: 0 10px 25px rgba(37,211,102,0.4); z-index: 1000; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        .whatsapp-float:hover { transform: scale(1.1) rotate(10deg); }
        .orange-dot { width: 6px; height: 6px; background-color: #ff8c00; border-radius: 50%; display: inline-block; margin-left: 3px; }
        .footer-link { color: #94a3b8; font-size: 14px; font-weight: 600; transition: all 0.3s; display: inline-block; }
        .footer-link:hover { color: white; transform: translateX(5px); }
        /* Kalite bölümü — bento grid */
        @keyframes quality-hub-glow {
            0%, 100% { opacity: 0.4; transform: scale(1); }
            50% { opacity: 0.7; transform: scale(1.05); }
        }
        @keyframes quality-tile-shine {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(200%); }
        }
        .quality-bento {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1rem;
            position: relative;
            z-index: 1;
        }
        @media (min-width: 1024px) {
            .quality-bento {
                grid-template-columns: 1fr 1.25fr 1fr;
                grid-template-rows: 1fr 1fr;
                gap: 1.25rem;
                min-height: 580px;
            }
        }
        @keyframes quality-grid-move {
            0% { background-position: 0 0; }
            100% { background-position: 28px 28px; }
        }
        .service-tile {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 240px;
            padding: 1.35rem 1.35rem 1.2rem;
            border-radius: 1.75rem;
            background: linear-gradient(160deg, #1e2536 0%, #1a2030 55%, #161b28 100%);
            border: 1px solid rgba(255, 255, 255, 0.08);
            overflow: hidden;
            transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
            cursor: pointer;
        }
        .service-tile__decor {
            position: absolute;
            right: -12px;
            bottom: -16px;
            width: 88px;
            height: 88px;
            color: rgba(255, 140, 0, 0.06);
            pointer-events: none;
            transform: rotate(-12deg);
        }
        .service-tile__decor .icon { width: 100%; height: 100%; }
        .service-tile::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
            background: rgba(255, 140, 0, 0.35);
            opacity: 0;
            transition: opacity 0.35s;
        }
        .service-tile:hover {
            transform: translateY(-6px);
            border-color: rgba(255, 140, 0, 0.35);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
        }
        .service-tile:hover::before { opacity: 1; }
        .service-tile__head {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 0.75rem;
            margin-bottom: 0.85rem;
            position: relative;
            z-index: 1;
        }
        .service-tile__head-text { min-width: 0; }
        .service-tile__chip {
            display: inline-block;
            margin-bottom: 6px;
            padding: 3px 8px;
            border-radius: 6px;
            font-size: 8px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: #ff8c00;
            background: rgba(255, 140, 0, 0.12);
            border: 1px solid rgba(255, 140, 0, 0.25);
        }
        .service-tile__chip--green {
            color: #4ade80;
            background: rgba(34, 197, 94, 0.12);
            border-color: rgba(34, 197, 94, 0.25);
        }
        .service-tile__chip--dark {
            color: rgba(19, 23, 34, 0.8);
            background: rgba(19, 23, 34, 0.15);
            border-color: rgba(19, 23, 34, 0.2);
        }
        .service-tile__label {
            display: block;
            font-size: 11px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.18em;
            color: rgba(148, 163, 184, 0.9);
            transition: color 0.3s;
        }
        .service-tile:hover .service-tile__label { color: #ff8c00; }
        .service-tile__desc {
            display: block;
            margin-top: 4px;
            font-size: 11px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.42);
            line-height: 1.35;
        }
        .service-tile__tags {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            margin-bottom: 0.85rem;
            position: relative;
            z-index: 1;
        }
        .service-tile__tag {
            padding: 4px 8px;
            border-radius: 6px;
            font-size: 9px;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.55);
            background: rgba(0, 0, 0, 0.25);
            border: 1px solid rgba(255, 255, 255, 0.06);
        }
        .service-tile__body { position: relative; z-index: 1; }
        .service-tile__icon {
            width: 48px;
            height: 48px;
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.08);
            color: #ff8c00;
            flex-shrink: 0;
            transition: background 0.35s, color 0.35s, border-color 0.35s;
        }
        .service-tile:hover .service-tile__icon {
            background: #ff8c00;
            color: #131722;
            border-color: #ff8c00;
        }
        .service-tile__icon .icon { width: 1.25rem; height: 1.25rem; }
        .service-tile__price {
            font-size: clamp(1.75rem, 4vw, 2.35rem);
            font-weight: 900;
            color: #fff;
            letter-spacing: -0.04em;
            line-height: 1;
            margin-bottom: 0.35rem;
        }
        .service-tile__sub {
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            color: rgba(148, 163, 184, 0.65);
            margin-bottom: 0.75rem;
        }
        .service-tile__period {
            display: inline-block;
            margin-left: 6px;
            padding: 2px 6px;
            border-radius: 4px;
            font-size: 8px;
            font-weight: 800;
            color: rgba(255, 255, 255, 0.35);
            background: rgba(255, 255, 255, 0.05);
            vertical-align: middle;
            letter-spacing: 0.05em;
        }
        .service-tile--popular {
            border-color: rgba(255, 140, 0, 0.35);
            box-shadow: inset 0 0 0 1px rgba(255, 140, 0, 0.08);
        }
        .service-tile__cta {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 11px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            color: rgba(255, 255, 255, 0.45);
            transition: color 0.3s, gap 0.3s;
        }
        .service-tile:hover .service-tile__cta { color: #ff8c00; gap: 0.65rem; }
        .service-tile__cta .icon { width: 0.65rem; height: 0.65rem; }
        .service-tile--featured {
            background: linear-gradient(145deg, #ff8c00 0%, #c45f00 100%);
            border-color: rgba(255, 255, 255, 0.15);
        }
        .service-tile--featured::before { display: none; }
        .service-tile--featured .service-tile__label,
        .service-tile--featured .service-tile__sub,
        .service-tile--featured .service-tile__desc { color: rgba(19, 23, 34, 0.7); }
        .service-tile--featured .service-tile__tag {
            color: rgba(19, 23, 34, 0.75);
            background: rgba(19, 23, 34, 0.12);
            border-color: rgba(19, 23, 34, 0.15);
        }
        .service-tile--featured .service-tile__price { color: #131722; }
        .service-tile--featured .service-tile__decor { color: rgba(19, 23, 34, 0.12); }
        .service-tile--featured .service-tile__icon {
            background: rgba(19, 23, 34, 0.2);
            border-color: rgba(19, 23, 34, 0.25);
            color: #131722;
        }
        .service-tile--featured:hover .service-tile__icon {
            background: #131722;
            color: #ff8c00;
        }
        .service-tile--featured .service-tile__cta { color: rgba(19, 23, 34, 0.75); }
        .service-tile--featured:hover .service-tile__cta { color: #131722; }
        .service-tile--featured .service-tile__btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            width: 100%;
            padding: 0.85rem 1rem;
            border-radius: 12px;
            background: #131722;
            color: #fff;
            font-size: 11px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            transition: background 0.3s, color 0.3s;
        }
        .service-tile--featured:hover .service-tile__btn {
            background: #fff;
            color: #ff8c00;
        }
        .service-tile--featured .service-tile__btn .icon { width: 0.65rem; height: 0.65rem; }
        @media (min-width: 1024px) {
            .service-tile--domain { grid-column: 1; grid-row: 1; }
            .service-tile--hosting { grid-column: 1; grid-row: 2; }
            .quality-hub { grid-column: 2; grid-row: 1 / 3; }
            .service-tile--vds { grid-column: 3; grid-row: 1; }
            .service-tile--ssl { grid-column: 3; grid-row: 2; }
        }
        .quality-hub {
            position: relative;
            padding: 1.5rem;
            border-radius: 2rem;
            background: linear-gradient(165deg, #1a2030 0%, #12161f 50%, #0d1018 100%);
            border: 1px solid rgba(255, 140, 0, 0.25);
            box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            min-height: 360px;
        }
        .quality-hub__bg {
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255, 140, 0, 0.05) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 140, 0, 0.05) 1px, transparent 1px);
            background-size: 28px 28px;
            animation: quality-grid-move 24s linear infinite;
            mask-image: radial-gradient(ellipse 90% 80% at 50% 45%, #000 15%, transparent 78%);
            pointer-events: none;
        }
        .quality-hub__glow {
            position: absolute;
            width: 200px;
            height: 200px;
            top: -60px;
            right: -40px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255, 140, 0, 0.2) 0%, transparent 70%);
            animation: quality-hub-glow 4s ease-in-out infinite;
            pointer-events: none;
        }
        .quality-hub > *:not(.quality-hub__bg):not(.quality-hub__glow) {
            position: relative;
            z-index: 1;
        }
        .quality-hub__head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 1.5rem;
        }
        .quality-hub__badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 5px 10px;
            border-radius: 99px;
            font-size: 9px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: #4ade80;
            background: rgba(34, 197, 94, 0.12);
            border: 1px solid rgba(34, 197, 94, 0.25);
        }
        .quality-hub__badge i {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #4ade80;
            box-shadow: 0 0 6px #4ade80;
        }
        .quality-hub__title {
            font-size: 11px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            color: #ff8c00;
        }
        .quality-hub__sla {
            margin-bottom: 1rem;
            padding: 12px 14px;
            border-radius: 14px;
            background: rgba(0, 0, 0, 0.35);
            border: 1px solid rgba(255, 255, 255, 0.06);
        }
        .quality-hub__sla-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
            font-size: 10px;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.5);
        }
        .quality-hub__sla-top em {
            font-style: normal;
            font-weight: 800;
            color: #4ade80;
        }
        .quality-hub__sla-bar {
            height: 6px;
            border-radius: 99px;
            background: rgba(255, 255, 255, 0.08);
            overflow: hidden;
        }
        .quality-hub__sla-fill {
            height: 100%;
            width: 99.9%;
            border-radius: 99px;
            background: linear-gradient(90deg, #ff8c00, #ffb347, #4ade80);
        }
        .quality-hub__hero {
            text-align: center;
            margin-bottom: 1rem;
            padding: 12px 0 4px;
        }
        .quality-hub__hero strong {
            display: block;
            font-size: clamp(2.5rem, 6vw, 3.25rem);
            font-weight: 900;
            color: #fff;
            letter-spacing: -0.05em;
            line-height: 1;
        }
        .quality-hub__hero strong em {
            font-style: normal;
            color: #ff8c00;
        }
        .quality-hub__hero span {
            display: block;
            margin-top: 6px;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.15em;
            color: rgba(255, 255, 255, 0.4);
        }
        .quality-hub__stats {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 8px;
            margin-bottom: 1rem;
        }
        .quality-hub__stat {
            padding: 10px 8px;
            border-radius: 12px;
            background: rgba(0, 0, 0, 0.3);
            border: 1px solid rgba(255, 255, 255, 0.06);
            text-align: center;
        }
        .quality-hub__stat b {
            display: block;
            font-size: 14px;
            font-weight: 900;
            color: #fff;
            line-height: 1.1;
        }
        .quality-hub__stat small {
            display: block;
            margin-top: 3px;
            font-size: 8px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            color: rgba(255, 255, 255, 0.38);
        }
        .quality-hub__services {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 8px;
            flex: 1;
            align-content: start;
        }
        .quality-hub__svc {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 12px;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.06);
            transition: border-color 0.25s, background 0.25s;
        }
        .quality-hub__svc > div {
            flex: 1;
            min-width: 0;
        }
        .quality-hub__svc:hover {
            border-color: rgba(255, 140, 0, 0.35);
            background: rgba(255, 140, 0, 0.06);
        }
        .quality-hub__svc-icon {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            background: rgba(255, 140, 0, 0.12);
            color: #ff8c00;
            flex-shrink: 0;
        }
        .quality-hub__svc-icon .icon { width: 1rem; height: 1rem; }
        .quality-hub__svc div b {
            display: block;
            font-size: 11px;
            font-weight: 800;
            color: #fff;
            line-height: 1.2;
        }
        .quality-hub__svc div small {
            font-size: 9px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.4);
        }
        .quality-hub__svc-status {
            margin-left: auto;
            font-size: 8px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            color: #4ade80;
            padding: 2px 6px;
            border-radius: 4px;
            background: rgba(34, 197, 94, 0.1);
        }
        .quality-hub__checks {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin-bottom: 1rem;
        }
        .quality-hub__check {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            padding: 5px 10px;
            border-radius: 8px;
            font-size: 9px;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.65);
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.06);
        }
        .quality-hub__check .icon {
            width: 0.7rem;
            height: 0.7rem;
            color: #4ade80;
        }
        .quality-hub__foot {
            margin-top: auto;
            padding-top: 1rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
        }
        .quality-hub__foot-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            margin-bottom: 8px;
        }
        .quality-hub__avatars {
            display: flex;
            align-items: center;
        }
        .quality-hub__avatars span {
            width: 22px;
            height: 22px;
            margin-left: -6px;
            border-radius: 50%;
            border: 2px solid #1a2030;
            background: linear-gradient(135deg, #ff8c00, #c45f00);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 8px;
            font-weight: 900;
            color: #131722;
        }
        .quality-hub__avatars span:first-child { margin-left: 0; }
        .quality-hub__rating {
            font-size: 10px;
            font-weight: 800;
            color: #ff8c00;
            letter-spacing: 0.05em;
        }
        .quality-hub__foot p {
            margin: 0;
            font-size: 11px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.48);
            line-height: 1.45;
        }
        .quality-hub__foot p em {
            font-style: normal;
            color: #ff8c00;
            font-weight: 800;
        }
        @media (prefers-reduced-motion: reduce) {
            .quality-hub__glow,
            .quality-hub__bg { animation: none; }
        }

        /* —— Müşteri yorumları —— */
        .reviews-head {
            text-align: center;
            margin-bottom: 2rem;
        }
        .reviews-head__badge {
            display: inline-block;
            padding: 6px 14px;
            margin-bottom: 1rem;
            font-size: 11px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            color: #ff8c00;
            background: rgba(255, 140, 0, 0.1);
            border-radius: 999px;
        }
        .reviews-head__title {
            margin: 0 0 0.75rem;
            font-size: clamp(2rem, 5vw, 2.75rem);
            font-weight: 900;
            color: #fff;
            letter-spacing: -0.04em;
            line-height: 1.1;
        }
        .reviews-head__sub {
            margin: 0 auto;
            max-width: 36rem;
            font-size: 15px;
            font-weight: 500;
            line-height: 1.55;
            color: rgba(148, 163, 184, 0.85);
        }
        .reviews-stats {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 1.5rem 2.5rem;
            margin-bottom: 2rem;
            padding: 1.25rem 1.5rem;
            border-radius: 1.25rem;
            background: rgba(28, 34, 48, 0.65);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }
        .reviews-stats__item {
            text-align: center;
            min-width: 7rem;
        }
        .reviews-stats__value {
            display: block;
            font-size: clamp(1.5rem, 4vw, 2rem);
            font-weight: 900;
            color: #fff;
            letter-spacing: -0.03em;
            line-height: 1.1;
        }
        .reviews-stats__value--stars {
            color: #ff8c00;
        }
        .reviews-stats__label {
            display: block;
            margin-top: 0.35rem;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            color: rgba(255, 255, 255, 0.38);
        }
        .reviews-stats__divider {
            width: 1px;
            height: 2.5rem;
            background: rgba(255, 255, 255, 0.08);
            display: none;
        }
        @media (min-width: 640px) {
            .reviews-stats__divider { display: block; }
        }
        .reviews-slider { position: relative; }
        .reviews-slider__viewport {
            overflow: hidden;
            border-radius: 1.25rem;
        }
        .reviews-slider__track {
            display: flex;
            gap: 1rem;
            transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
            will-change: transform;
        }
        .reviews-slider__slide {
            flex: 0 0 100%;
            min-width: 0;
        }
        @media (min-width: 640px) {
            .reviews-slider__slide {
                flex: 0 0 calc((100% - 1rem) / 2);
            }
        }
        @media (min-width: 1024px) {
            .reviews-slider__slide {
                flex: 0 0 calc((100% - 2rem) / 3);
            }
        }
        .review-card {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            height: 100%;
            min-height: 220px;
            padding: 1.35rem 1.4rem;
            border-radius: 1.25rem;
            background: linear-gradient(165deg, rgba(28, 34, 48, 0.95), rgba(19, 23, 34, 0.98));
            border: 1px solid rgba(255, 255, 255, 0.07);
            transition: border-color 0.3s, box-shadow 0.3s;
        }
        .reviews-slider__slide.is-active .review-card {
            border-color: rgba(255, 140, 0, 0.28);
            box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
        }
        .reviews-slider__controls {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            margin-top: 1.5rem;
        }
        .reviews-slider__btn {
            flex-shrink: 0;
            width: 44px;
            height: 44px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 12px;
            background: rgba(28, 34, 48, 0.9);
            color: #fff;
            cursor: pointer;
            display: grid;
            place-items: center;
            transition: background 0.25s, border-color 0.25s, color 0.25s;
        }
        .reviews-slider__btn:hover:not(:disabled) {
            background: #ff8c00;
            border-color: #ff8c00;
            color: #131722;
        }
        .reviews-slider__btn:disabled {
            opacity: 0.35;
            cursor: not-allowed;
        }
        .reviews-slider__btn .icon {
            width: 1.1rem;
            height: 1.1rem;
        }
        .reviews-slider__btn--prev .icon {
            transform: rotate(180deg);
        }
        .reviews-slider__dots {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.5rem;
            max-width: 280px;
        }
        .reviews-slider__dot {
            width: 8px;
            height: 8px;
            padding: 0;
            border: none;
            border-radius: 99px;
            background: rgba(255, 255, 255, 0.2);
            cursor: pointer;
            transition: width 0.3s, background 0.3s;
        }
        .reviews-slider__dot.is-active {
            width: 24px;
            background: #ff8c00;
        }
        .reviews-slider__dot:hover:not(.is-active) {
            background: rgba(255, 140, 0, 0.5);
        }
        .review-card__top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.75rem;
        }
        .review-card__stars {
            font-size: 0.85rem;
            letter-spacing: 0.12em;
            color: #ff8c00;
        }
        .review-card__tag {
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 9px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: rgba(255, 255, 255, 0.55);
            background: rgba(0, 0, 0, 0.3);
            border: 1px solid rgba(255, 255, 255, 0.06);
        }
        .review-card__quote {
            margin: 0;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.65;
            color: rgba(226, 232, 240, 0.88);
        }
        .review-card__quote::before {
            content: "\201C";
            color: #ff8c00;
            font-weight: 900;
            margin-right: 0.15em;
        }
        .review-card__foot {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-top: auto;
            padding-top: 0.25rem;
        }
        .review-card__avatar {
            flex-shrink: 0;
            width: 42px;
            height: 42px;
            border-radius: 12px;
            display: grid;
            place-items: center;
            font-size: 13px;
            font-weight: 900;
            color: #131722;
            background: linear-gradient(135deg, #ff8c00, #ffb347);
        }
        .review-card__meta { min-width: 0; }
        .review-card__name {
            display: block;
            font-size: 13px;
            font-weight: 800;
            color: #fff;
        }
        .review-card__role {
            display: block;
            margin-top: 2px;
            font-size: 11px;
            font-weight: 600;
            color: rgba(148, 163, 184, 0.7);
        }
        .reviews-foot {
            margin-top: 2rem;
            text-align: center;
            font-size: 13px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.4);
        }
        .reviews-foot a {
            color: #ff8c00;
            font-weight: 800;
            text-decoration: none;
        }
        .reviews-foot a:hover { text-decoration: underline; }
        @media (prefers-reduced-motion: reduce) {
            .reviews-slider__track { transition: none; }
        }
        .btn-sepete-ekle { background-color: #ff8c00; color: white; padding: 14px 28px; border-radius: 12px; font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: 0.8px; transition: all 0.3s; box-shadow: 0 8px 20px rgba(255, 140, 0, 0.3); }
        .btn-sepete-ekle:hover { background-color: #ffffff; color: #ff8c00; transform: translateY(-2px); box-shadow: 0 12px 25px rgba(0,0,0,0.2); }
        
        @keyframes bounce-slow { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
        .animate-bounce-slow { animation: bounce-slow 4s ease-in-out infinite; }
        @keyframes pulse-soft { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.05); opacity: 0.9; } }
        .animate-pulse-soft { animation: pulse-soft 3s ease-in-out infinite; }

        /* Side Drawer Styles */
        .side-drawer-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(8px);
            z-index: 2000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
        }
        .side-drawer-overlay.active {
            opacity: 1;
            visibility: visible;
        }
        .side-drawer {
            position: fixed;
            top: 0;
            right: -450px;
            width: min(100%, 400px);
            height: 100%;
            background: #0f121a;
            z-index: 2001;
            box-shadow: -20px 0 60px rgba(0, 0, 0, 0.5);
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            padding: 2.75rem 1.35rem 1.5rem;
            overflow-y: auto;
            border-left: 1px solid rgba(255, 140, 0, 0.1);
        }
        .side-drawer.active {
            right: 0;
        }
        .drawer-close {
            position: absolute;
            top: 1rem;
            right: 1rem;
            width: 36px;
            height: 36px;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #94a3b8;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.3s;
            border: 1px solid rgba(255, 255, 255, 0.05);
        }
        .drawer-close:hover {
            background: #ff8c00;
            color: white;
            transform: rotate(90deg);
        }
        .drawer-header {
            margin-bottom: 1.25rem;
        }
        .drawer-header__tagline {
            margin: 0.5rem 0 0;
            font-size: 10px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            color: #64748b;
        }
        .drawer-category-title {
            color: #ff8c00;
            font-size: 10px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            margin-bottom: 0.5rem;
            margin-top: 1.1rem;
            display: flex;
            align-items: center;
            gap: 0.65rem;
        }
        .drawer-category-title:first-child {
            margin-top: 0;
        }
        .drawer-category-title::after {
            content: '';
            flex: 1;
            height: 1px;
            background: linear-gradient(to right, rgba(255, 140, 0, 0.2), transparent);
        }
        .drawer-link {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            padding: 0.45rem 0;
            color: #94a3b8;
            font-size: 13px;
            font-weight: 600;
            line-height: 1.35;
            text-decoration: none;
            transition: color 0.2s, padding 0.2s;
            border-bottom: 1px solid rgba(255, 255, 255, 0.03);
        }
        .drawer-link:hover {
            color: #ff8c00;
            padding-left: 0.35rem;
        }
        .drawer-link .icon {
            width: 1rem;
            height: 1rem;
            padding: 0.35rem;
            box-sizing: content-box;
            flex-shrink: 0;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 6px;
            transition: background 0.2s, color 0.2s;
            margin-right: 0;
        }
        .drawer-link:hover .icon {
            background: #ff8c00;
            stroke: #fff;
            fill: #fff;
        }
        .drawer-footer-card {
            background: linear-gradient(135deg, rgba(255, 140, 0, 0.1) 0%, transparent 100%);
            border: 1px solid rgba(255, 140, 0, 0.1);
            border-radius: 14px;
            padding: 1rem;
            margin-top: 1.25rem;
        }
        .drawer-footer-card__title {
            margin: 0 0 0.35rem;
            font-size: 14px;
            font-weight: 800;
            color: #fff;
        }
        .drawer-footer-card__text {
            margin: 0 0 0.85rem;
            font-size: 11px;
            line-height: 1.5;
            color: #94a3b8;
        }
        .drawer-footer-card__actions {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }
        .drawer-footer-card__btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.35rem;
            width: 100%;
            padding: 0.65rem 0.85rem;
            border-radius: 10px;
            font-size: 12px;
            font-weight: 800;
            text-decoration: none;
            transition: background 0.2s, color 0.2s, border-color 0.2s;
        }
        .drawer-footer-card__btn--primary {
            background: #ff8c00;
            color: #131722;
        }
        .drawer-footer-card__btn--primary:hover {
            background: #fff;
            color: #ff8c00;
        }
        .drawer-footer-card__btn--ghost {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: #fff;
        }
        .drawer-footer-card__btn--ghost:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .drawer-footer-card__btn .icon {
            width: 0.9rem;
            height: 0.9rem;
        }
        .custom-radio { accent-color: #ff8c00; width: 20px; height: 20px; cursor: pointer; }
        ::selection { background: #ff8c00; color: white; }
        .section-glow-orange { position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(255, 140, 0, 0.12) 0%, transparent 70%); pointer-events: none; z-index: 1; }
        .section-glow-blue { position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%); pointer-events: none; z-index: 1; }

        /* Hero — ikon kutularında ortala (inline-block kaymasını kapat) */
        .hero-visual-wrap .hero-visual-badge__icon .icon,
        .hero-visual-wrap .hero-visual__node-icon .icon,
        .hero-visual-wrap .hero-visual__hub-brand-icon .icon,
        .hero-visual-wrap .hero-visual-badge__icon svg,
        .hero-visual-wrap .hero-visual__node-icon svg,
        .hero-visual-wrap .hero-visual__hub-brand-icon svg {
            display: block;
            margin: 0;
            vertical-align: top;
        }

        /* Hero — altyapı orbit görseli */
        @keyframes hero-orbit-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
        @keyframes hero-line-flow {
            to { stroke-dashoffset: -28; }
        }
        @keyframes hero-pulse-ring {
            0% { transform: scale(0.92); opacity: 0.5; }
            100% { transform: scale(1.15); opacity: 0; }
        }
        .hero-visual-wrap {
            position: relative;
            max-width: 520px;
            width: 100%;
            margin: 0 auto;
        }
        .hero-visual {
            position: relative;
            aspect-ratio: 1;
            max-height: 460px;
            width: 100%;
            margin: 0 auto;
            --orbit-r: 42%;
            border-radius: 50%;
            background:
                radial-gradient(circle at 50% 50%, rgba(255, 140, 0, 0.1) 0%, transparent 45%),
                radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.05) 0%, transparent 58%);
            border: 1px solid rgba(255, 255, 255, 0.08);
            overflow: visible;
        }
        .hero-visual__ring {
            position: absolute;
            inset: 8%;
            border-radius: 50%;
            border: 1px dashed rgba(255, 140, 0, 0.3);
            animation: hero-orbit-spin 80s linear infinite;
        }
        .hero-visual__ring::before {
            content: '';
            position: absolute;
            inset: -6px;
            border-radius: 50%;
            border: 1px dashed rgba(255, 140, 0, 0.12);
            animation: hero-orbit-spin 120s linear infinite reverse;
        }
        .hero-visual__pulse {
            position: absolute;
            inset: 26%;
            border-radius: 50%;
            border: 1px solid rgba(255, 140, 0, 0.2);
            animation: hero-pulse-ring 2.8s ease-out infinite;
        }
        .hero-visual__hub {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 46%;
            max-width: 210px;
            z-index: 5;
            padding: 14px 14px 12px;
            border-radius: 20px;
            background: linear-gradient(165deg, rgba(28, 34, 48, 0.98) 0%, rgba(19, 23, 34, 0.98) 100%);
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
        }
        .hero-visual__hub::before {
            content: '';
            position: absolute;
            top: 0;
            left: 12px;
            right: 12px;
            height: 2px;
            border-radius: 99px;
            background: linear-gradient(90deg, transparent, #ff8c00, transparent);
        }
        .hero-visual__hub-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
            margin-bottom: 12px;
        }
        .hero-visual__hub-brand {
            display: flex;
            align-items: center;
            gap: 8px;
            min-width: 0;
        }
        .hero-visual__hub-brand-icon {
            width: 34px;
            height: 34px;
            border-radius: 10px;
            background: rgba(255, 140, 0, 0.12);
            border: 1px solid rgba(255, 140, 0, 0.25);
            color: #ff8c00;
        }
        .hero-visual__hub-brand-icon .icon { width: 1rem; height: 1rem; }
        .hero-visual__hub-brand strong {
            display: block;
            font-size: 11px;
            font-weight: 800;
            color: #fff;
            letter-spacing: -0.02em;
            line-height: 1.2;
        }
        .hero-visual__hub-brand > div span {
            display: block;
            font-size: 9px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.4);
            margin-top: 1px;
        }
        .hero-visual__hub-status {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            padding: 4px 8px;
            border-radius: 99px;
            font-size: 9px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            color: #4ade80;
            background: rgba(34, 197, 94, 0.12);
            border: 1px solid rgba(34, 197, 94, 0.25);
            white-space: nowrap;
            flex-shrink: 0;
        }
        .hero-visual__hub-status i {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #4ade80;
            box-shadow: 0 0 8px #4ade80;
        }
        .hero-visual__hub-stats {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 6px;
            margin-bottom: 10px;
        }
        .hero-visual__hub-stat {
            padding: 8px 8px;
            border-radius: 10px;
            background: rgba(0, 0, 0, 0.25);
            border: 1px solid rgba(255, 255, 255, 0.05);
            text-align: center;
        }
        .hero-visual__hub-stat strong {
            display: block;
            font-size: 13px;
            font-weight: 900;
            color: #ff8c00;
            line-height: 1.1;
        }
        .hero-visual__hub-stat span {
            display: block;
            margin-top: 2px;
            font-size: 8px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            color: rgba(255, 255, 255, 0.38);
        }
        .hero-visual__hub-load {
            padding-top: 2px;
        }
        .hero-visual__hub-load-head {
            display: flex;
            justify-content: space-between;
            margin-bottom: 5px;
            font-size: 9px;
            font-weight: 600;
            color: rgba(203, 213, 225, 0.55);
        }
        .hero-visual__hub-load-head em {
            font-style: normal;
            font-weight: 800;
            color: #4ade80;
        }
        .hero-visual__hub-load-bar {
            height: 5px;
            border-radius: 99px;
            background: rgba(255, 255, 255, 0.08);
            overflow: hidden;
        }
        .hero-visual__hub-load-fill {
            height: 100%;
            width: 18%;
            border-radius: 99px;
            background: linear-gradient(90deg, #22c55e, #4ade80);
        }
        .hero-visual__node {
            position: absolute;
            z-index: 4;
            width: 44px;
            height: 44px;
            transform: translate(-50%, -50%);
        }
        .hero-visual__node--n {
            left: 50%;
            top: calc(50% - var(--orbit-r));
        }
        .hero-visual__node--ne {
            left: calc(50% + var(--orbit-r) * 0.951);
            top: calc(50% - var(--orbit-r) * 0.309);
        }
        .hero-visual__node--se {
            left: calc(50% + var(--orbit-r) * 0.588);
            top: calc(50% + var(--orbit-r) * 0.809);
        }
        .hero-visual__node--s {
            left: calc(50% - var(--orbit-r) * 0.588);
            top: calc(50% + var(--orbit-r) * 0.809);
        }
        .hero-visual__node--sw {
            left: calc(50% - var(--orbit-r) * 0.951);
            top: calc(50% - var(--orbit-r) * 0.309);
        }
        .hero-visual__node-icon {
            width: 44px;
            height: 44px;
            border-radius: 13px;
            background: #1c2230;
            border: 1px solid rgba(255, 255, 255, 0.12);
            color: #ff8c00;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
        }
        .hero-visual__node-meta {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 76px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2px;
            pointer-events: none;
        }
        .hero-visual__node-meta {
            top: calc(100% + 6px);
            bottom: auto;
        }
        .hero-visual__node--n .hero-visual__node-meta {
            top: auto;
            bottom: calc(100% + 6px);
        }
        .hero-visual-badges {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0.65rem;
            margin-top: 1.25rem;
            width: 100%;
        }
        @media (max-width: 480px) {
            .hero-visual-badges {
                grid-template-columns: 1fr;
            }
        }
        .hero-visual-badge {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px 14px;
            border-radius: 16px;
            background: rgba(28, 34, 48, 0.9);
            border: 1px solid rgba(255, 255, 255, 0.08);
            min-width: 0;
        }
        .hero-visual-badge__icon,
        .hero-visual__node-icon,
        .hero-visual__hub-brand-icon {
            display: grid;
            place-items: center;
            flex-shrink: 0;
            line-height: 0;
        }
        .hero-visual-badge__icon {
            width: 36px;
            height: 36px;
            border-radius: 10px;
        }
        .hero-visual-badge__icon .icon,
        .hero-visual-badge__icon svg {
            width: 1rem;
            height: 1rem;
        }
        .hero-visual-badge__icon--orange {
            background: rgba(255, 140, 0, 0.15);
            color: #ff8c00;
        }
        .hero-visual-badge__icon--green {
            background: rgba(34, 197, 94, 0.12);
            color: #4ade80;
        }
        .hero-visual-badge__icon--blue {
            background: rgba(59, 130, 246, 0.12);
            color: #60a5fa;
        }
        .hero-visual-badge strong {
            display: block;
            font-size: 11px;
            font-weight: 800;
            color: #fff;
            line-height: 1.2;
        }
        .hero-visual-badge > div span {
            display: block;
            font-size: 9px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.4);
            margin-top: 1px;
        }
        .hero-visual__node-icon .icon {
            width: 1.1rem;
            height: 1.1rem;
            display: block;
            flex-shrink: 0;
        }
        .hero-visual__hub-brand-icon .icon,
        .hero-visual-badge__icon .icon {
            display: block;
            flex-shrink: 0;
        }
        .hero-visual__node-label {
            font-size: 10px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            color: #fff;
            line-height: 1.2;
        }
        .hero-visual__node-desc {
            font-size: 8px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.38);
            line-height: 1.2;
            max-width: 72px;
        }
        .hero-visual__lines {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            pointer-events: none;
        }
        .hero-visual__lines line {
            stroke: rgba(255, 140, 0, 0.28);
            stroke-width: 1.5;
            stroke-dasharray: 6 10;
            animation: hero-line-flow 2.2s linear infinite;
        }
        .hero-visual__lines line:nth-child(1) { animation-delay: 0s; }
        .hero-visual__lines line:nth-child(2) { animation-delay: 0.35s; }
        .hero-visual__lines line:nth-child(3) { animation-delay: 0.7s; }
        .hero-visual__lines line:nth-child(4) { animation-delay: 1.05s; }
        .hero-visual__lines line:nth-child(5) { animation-delay: 1.4s; }

        .quality-bento .service-tile__icon,
        .quality-bento .quality-hub__svc-icon {
            display: grid;
            place-items: center;
            line-height: 0;
        }
        .quality-bento .service-tile__icon .icon,
        .quality-bento .quality-hub__svc-icon .icon {
            display: block;
            margin: 0;
        }
        @media (prefers-reduced-motion: reduce) {
            .hero-visual__ring,
            .hero-visual__ring::before,
            .hero-visual__pulse,
            .hero-visual__lines line,
            .quality-hub__glow {
                animation: none;
            }
        }

        /* TLD marquee — sağdan sola */
        .tld-marquee-wrap {
            position: relative;
            border-radius: 3.5rem;
            background: #1c2230;
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
            overflow: hidden;
        }
        .tld-marquee-wrap::before,
        .tld-marquee-wrap::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 4rem;
            z-index: 2;
            pointer-events: none;
        }
        .tld-marquee-wrap::before {
            left: 0;
            background: linear-gradient(90deg, #1c2230 0%, transparent 100%);
        }
        .tld-marquee-wrap::after {
            right: 0;
            background: linear-gradient(270deg, #1c2230 0%, transparent 100%);
        }
        .tld-marquee {
            overflow: hidden;
            padding: 2.5rem 0;
        }
        .tld-marquee__track {
            display: flex;
            align-items: center;
            width: max-content;
            animation: tld-marquee-scroll 55s linear infinite;
        }
        .tld-marquee:hover .tld-marquee__track {
            animation-play-state: paused;
        }
        @keyframes tld-marquee-scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        @media (prefers-reduced-motion: reduce) {
            .tld-marquee__track {
                animation: none;
                flex-wrap: wrap;
                justify-content: center;
                width: 100%;
                max-width: 100%;
            }
            .tld-marquee__group[aria-hidden="true"] {
                display: none;
            }
            .tld-marquee-wrap::before,
            .tld-marquee-wrap::after {
                display: none;
            }
        }
        .tld-marquee__group {
            display: flex;
            align-items: center;
            gap: 0;
            flex-shrink: 0;
        }
        .tld-item {
            flex-shrink: 0;
            padding: 0 2.75rem;
            text-align: center;
            cursor: pointer;
            transition: transform 0.35s;
        }
        .tld-item:hover {
            transform: translateY(-6px);
        }
        .tld-item__head {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.65rem;
            min-height: 2.75rem;
            margin-bottom: 0.65rem;
        }
        .tld-item__ext {
            font-size: 2rem;
            font-weight: 800;
            color: #fff;
            letter-spacing: -0.03em;
            transition: color 0.25s;
        }
        .tld-item:hover .tld-item__ext {
            color: #ff8c00;
        }
        .tld-item__badge {
            padding: 0.25rem 0.65rem;
            border-radius: 0.6rem;
            font-size: 0.65rem;
            font-weight: 800;
            text-transform: uppercase;
            color: #ff8c00;
            background: rgba(255, 140, 0, 0.2);
            letter-spacing: 0.04em;
        }
        .tld-item__price {
            margin: 0;
            font-size: 1.35rem;
            font-weight: 700;
            color: #fff;
            letter-spacing: -0.02em;
        }

        /* Footer — sayfa ile aynı zemin, yumuşak üst gölge */
        .section--pre-footer::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 10rem;
            pointer-events: none;
            background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.18) 100%);
            z-index: 2;
        }
        .footer-immersive {
            position: relative;
            width: 100%;
            margin-top: 0;
            padding: 0 0 1.5rem;
            background: #131722;
        }
        .footer-immersive::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(255, 140, 0, 0.25) 20%, rgba(255, 140, 0, 0.4) 50%, rgba(255, 140, 0, 0.25) 80%, transparent);
            opacity: 0.6;
            pointer-events: none;
        }
        .footer-v3__grid {
            position: relative;
            z-index: 1;
            display: grid;
            gap: 0;
            width: 100%;
            max-width: none;
            overflow: hidden;
            align-items: stretch;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        }
        @media (max-width: 959px) {
            .footer-v3__grid {
                overflow: visible;
            }
        }
        @media (min-width: 960px) {
            .footer-v3__grid {
                grid-template-columns: minmax(260px, 30%) 1fr;
            }
        }
        .footer-v3__aside {
            display: flex;
            flex-direction: column;
            padding: 1.25rem clamp(1.25rem, 4vw, 3rem) 1rem;
            background: #1c2230;
            border-right: 1px solid rgba(255, 255, 255, 0.06);
            box-shadow: inset 3px 0 0 #ff8c00;
        }
        @media (max-width: 959px) {
            .footer-aside__grow { display: none; }
        }
        .footer-aside__inner {
            display: flex;
            flex-direction: column;
            height: 100%;
            gap: 12px;
        }
        .footer-v3__aside .site-logo__wordmark {
            height: 28px;
        }
        .footer-aside__lead {
            margin: 10px 0 0;
            font-size: 12px;
            line-height: 1.6;
            color: rgba(203, 213, 225, 0.8);
            font-weight: 500;
        }
        .footer-aside__highlights {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin-top: 10px;
        }
        .footer-aside__pill {
            padding: 4px 9px;
            border-radius: 6px;
            font-size: 10px;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.85);
            background: rgba(255, 140, 0, 0.12);
            border: 1px solid rgba(255, 140, 0, 0.22);
        }
        .footer-aside__contact-box {
            padding: 14px;
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }
        .footer-aside__contact-title {
            margin: 0 0 4px;
            font-size: 11px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            color: #ff8c00;
        }
        .footer-aside__contact-desc {
            margin: 0 0 12px;
            font-size: 11px;
            line-height: 1.5;
            color: rgba(203, 213, 225, 0.55);
        }
        .footer-aside__contacts {
            list-style: none;
            margin: 0;
            padding: 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 6px;
        }
        .footer-aside__contacts li {
            min-width: 0;
        }
        .footer-aside__card {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 9px;
            height: 100%;
            padding: 9px 10px;
            border-radius: 10px;
            text-decoration: none;
            background: rgba(0, 0, 0, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.06);
            transition: border-color 0.2s, background 0.2s, transform 0.2s;
        }
        .footer-aside__card:hover {
            background: rgba(255, 140, 0, 0.08);
            border-color: rgba(255, 140, 0, 0.35);
            transform: translateY(-1px);
        }
        .footer-aside__card-icon {
            flex-shrink: 0;
            width: 30px;
            height: 30px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 140, 0, 0.15);
            color: #ff8c00;
        }
        .footer-aside__card-icon--wa {
            background: rgba(37, 211, 102, 0.12);
            color: #4ade80;
        }
        .footer-aside__card-icon .icon { width: 1rem; height: 1rem; }
        .footer-aside__card-body {
            display: flex;
            flex-direction: column;
            gap: 2px;
            min-width: 0;
        }
        .footer-aside__card-label {
            font-size: 9px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.07em;
            color: rgba(255, 255, 255, 0.4);
        }
        .footer-aside__card-value {
            font-size: 11px;
            font-weight: 600;
            color: #f1f5f9;
            line-height: 1.3;
            word-break: break-word;
        }
        @media (max-width: 400px) {
            .footer-aside__contacts {
                grid-template-columns: 1fr;
            }
        }
        .footer-aside__card:hover .footer-aside__card-value {
            color: #ff8c00;
        }
        .footer-aside__social-label {
            font-size: 9px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: rgba(255, 255, 255, 0.35);
            margin-bottom: 6px;
        }
        .footer-aside__grow {
            flex: 1 1 auto;
            min-height: 0;
        }
        .footer-aside__social {
            display: flex;
            gap: 6px;
        }
        .footer-aside__social a {
            width: 32px;
            height: 32px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.08);
            color: rgba(203, 213, 225, 0.8);
            transition: background 0.2s, color 0.2s, border-color 0.2s;
        }
        .footer-aside__social a .icon { width: 0.8rem; height: 0.8rem; }
        .footer-aside__social a:hover {
            background: rgba(255, 140, 0, 0.12);
            border-color: rgba(255, 140, 0, 0.35);
            color: #ff8c00;
        }
        .footer-v3__main {
            padding: 1.25rem clamp(1.25rem, 4vw, 3rem) 1rem;
            background: #131722;
            display: flex;
            flex-direction: column;
            gap: 0;
        }
        .footer-v3__river {
            padding: 14px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }
        .footer-v3__river:last-child { border-bottom: none; }
        .footer-v3__collapse > summary.footer-v3__collapse-head {
            list-style: none;
        }
        .footer-v3__collapse > summary.footer-v3__collapse-head::-webkit-details-marker {
            display: none;
        }
        .footer-v3__collapse > summary.footer-v3__collapse-head::marker {
            content: none;
        }
        @media (min-width: 960px) {
            .footer-v3__collapse {
                border: none;
                background: transparent;
            }
            .footer-v3__collapse > summary.footer-v3__collapse-head {
                display: block;
                margin-bottom: 10px;
                padding: 0;
                cursor: default;
                pointer-events: none;
            }
            .footer-v3__collapse-chevron {
                display: none;
            }
        }
        .footer-v3__river-head {
            margin-bottom: 10px;
        }
        .footer-v3__river-title {
            margin: 0;
            font-size: 12px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.14em;
            color: #ff8c00;
        }
        .footer-v3__river-body {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            gap: 14px;
            font-size: 12px;
            line-height: 1.5;
        }
        .footer-v3__river-body > .footer-v3__sep {
            display: none;
        }
        .footer-v3__group {
            display: grid;
            grid-template-columns: minmax(88px, 112px) 1fr;
            gap: 8px 20px;
            align-items: start;
        }
        .footer-v3__group-label {
            font-size: 10px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: rgba(255, 255, 255, 0.4);
            margin: 0;
            padding-top: 2px;
            line-height: 1.4;
        }
        .footer-v3__group-links {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            min-width: 0;
        }
        .footer-v3__link {
            color: rgba(203, 213, 225, 0.88);
            font-weight: 500;
            text-decoration: none;
            transition: color 0.15s;
        }
        .footer-v3__link:hover { color: #ff8c00; }
        .footer-v3__sep {
            color: rgba(255, 255, 255, 0.15);
            margin: 0 8px;
            user-select: none;
        }
        .footer-v3__legal-wrap {
            width: 100%;
            max-width: none;
            padding: 1.25rem clamp(1.25rem, 4vw, 3rem) 0;
        }
        .footer-v3__legal {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.75rem;
        }
        @media (min-width: 768px) {
            .footer-v3__legal {
                flex-direction: row;
                justify-content: space-between;
            }
        }
        .footer-v3__copy {
            margin: 0;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            color: rgba(255, 255, 255, 0.35);
        }
        /* —— İç sayfa şablonu —— */
        .page-hero {
            padding: 4rem 0 3rem;
            position: relative;
            overflow: hidden;
        }
        .page-hero__badge {
            display: inline-block;
            padding: 6px 14px;
            margin-bottom: 1rem;
            font-size: 10px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            color: #ff8c00;
            background: rgba(255, 140, 0, 0.1);
            border-radius: 999px;
        }
        .page-hero__title {
            font-size: clamp(2rem, 5vw, 3rem);
            font-weight: 900;
            color: #fff;
            letter-spacing: -0.04em;
            line-height: 1.1;
            margin: 0 0 1rem;
        }
        .page-hero__sub {
            font-size: 1.05rem;
            color: rgba(148, 163, 184, 0.9);
            max-width: 40rem;
            line-height: 1.6;
            margin: 0 0 1.5rem;
        }
        .page-hero__actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
        }
        .page-hero__icon-wrap {
            width: 72px;
            height: 72px;
            border-radius: 20px;
            background: rgba(255, 140, 0, 0.12);
            border: 1px solid rgba(255, 140, 0, 0.25);
            display: grid;
            place-items: center;
            color: #ff8c00;
            margin-bottom: 1.25rem;
        }
        .page-hero__icon-wrap .icon { width: 2rem; height: 2rem; }
        .page-features {
            padding: 3rem 0 4rem;
        }
        .page-features__grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 1rem;
        }
        .page-feature-card {
            padding: 1.35rem;
            border-radius: 1.25rem;
            background: rgba(28, 34, 48, 0.8);
            border: 1px solid rgba(255, 255, 255, 0.07);
        }
        .page-feature-card h3 {
            margin: 0 0 0.5rem;
            font-size: 0.95rem;
            font-weight: 800;
            color: #fff;
        }
        .page-feature-card p {
            margin: 0;
            font-size: 13px;
            color: rgba(148, 163, 184, 0.85);
            line-height: 1.5;
        }
        .page-cta-bar {
            padding: 2rem 0 4rem;
        }
        .page-cta-bar__inner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 1.5rem;
            padding: 1.75rem 2rem;
            border-radius: 1.25rem;
            background: linear-gradient(135deg, rgba(255, 140, 0, 0.12), rgba(28, 34, 48, 0.95));
            border: 1px solid rgba(255, 140, 0, 0.2);
        }
        .page-cta-bar__inner strong {
            display: block;
            font-size: 1.25rem;
            font-weight: 900;
            color: #fff;
            margin-bottom: 0.35rem;
        }
        .page-cta-bar__inner span {
            font-size: 14px;
            color: rgba(148, 163, 184, 0.85);
        }
