        /* —— İç sayfa bileşenleri —— */
        .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: 42rem; line-height: 1.65; 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-section { padding: 3rem 0; }
        .page-section--alt { background: rgba(0, 0, 0, 0.2); }
        .page-section__title {
            font-size: 1.5rem; font-weight: 900; color: #fff;
            letter-spacing: -0.03em; margin: 0 0 0.5rem;
        }
        .page-section__lead {
            font-size: 15px; color: rgba(148, 163, 184, 0.85);
            max-width: 50rem; line-height: 1.6; margin: 0 0 2rem;
        }

        .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.55; }

        .page-packages { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
        .page-package {
            display: flex; flex-direction: column; padding: 1.5rem;
            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.08); transition: border-color 0.3s, transform 0.3s;
        }
        .page-package:hover { border-color: rgba(255, 140, 0, 0.35); transform: translateY(-4px); }
        .page-package--featured {
            border-color: rgba(255, 140, 0, 0.45);
            box-shadow: 0 0 0 1px rgba(255, 140, 0, 0.15), 0 20px 40px rgba(0, 0, 0, 0.35);
        }
        .page-package__chip {
            align-self: flex-start; padding: 4px 10px; margin-bottom: 0.75rem;
            font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em;
            color: #ff8c00; background: rgba(255, 140, 0, 0.12); border-radius: 6px;
        }
        .page-package__name { margin: 0; font-size: 1.15rem; font-weight: 900; color: #fff; }
        .page-package__price { margin: 0.5rem 0 1rem; font-size: 2rem; font-weight: 900; color: #fff; letter-spacing: -0.04em; }
        .page-package__price small { font-size: 0.35em; font-weight: 700; color: rgba(255, 255, 255, 0.4); }
        .page-package__price s { display: block; font-size: 0.35em; color: rgba(255, 255, 255, 0.35); text-decoration: line-through; }
        .page-package__specs { list-style: none; margin: 0 0 1.25rem; padding: 0; flex: 1; }
        .page-package__specs li {
            display: flex; align-items: flex-start; gap: 0.5rem;
            padding: 0.4rem 0; font-size: 12px; font-weight: 600; color: rgba(226, 232, 240, 0.85);
            border-bottom: 1px solid rgba(255, 255, 255, 0.04);
        }
        .page-package__specs li::before {
            content: "✓"; color: #4ade80; font-weight: 900; flex-shrink: 0;
        }
        .page-package__btn {
            display: block; text-align: center; padding: 0.85rem 1rem;
            border-radius: 10px; font-size: 11px; font-weight: 800;
            text-transform: uppercase; letter-spacing: 0.1em;
            background: #ff8c00; color: #131722; text-decoration: none;
            transition: background 0.25s, color 0.25s;
        }
        .page-package__btn:hover { background: #fff; color: #ff8c00; }
        .page-package--featured .page-package__btn { background: linear-gradient(135deg, #ffb347, #ff8c00); }

        .page-steps { display: grid; gap: 1rem; counter-reset: step; }
        @media (min-width: 768px) { .page-steps { grid-template-columns: repeat(2, 1fr); } }
        @media (min-width: 1024px) { .page-steps--4 { grid-template-columns: repeat(4, 1fr); } }
        .page-step {
            padding: 1.25rem; border-radius: 1rem;
            background: rgba(28, 34, 48, 0.7); border: 1px solid rgba(255, 255, 255, 0.06);
        }
        .page-step__num {
            display: inline-block; width: 28px; height: 28px; margin-bottom: 0.75rem;
            border-radius: 8px; background: #ff8c00; color: #131722;
            font-size: 12px; font-weight: 900; line-height: 28px; text-align: center;
        }
        .page-step h3 { margin: 0 0 0.35rem; font-size: 14px; font-weight: 800; color: #fff; }
        .page-step p { margin: 0; font-size: 12px; color: rgba(148, 163, 184, 0.85); line-height: 1.5; }

        .page-table-wrap { overflow-x: auto; border-radius: 1rem; border: 1px solid rgba(255, 255, 255, 0.08); }
        .page-table { width: 100%; border-collapse: collapse; font-size: 13px; }
        .page-table th, .page-table td {
            padding: 12px 16px; text-align: left;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        }
        .page-table th {
            background: rgba(255, 140, 0, 0.08); color: #ff8c00;
            font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em;
        }
        .page-table td { color: rgba(226, 232, 240, 0.9); font-weight: 600; }
        .page-table tr:last-child td { border-bottom: none; }
        .page-table__price { color: #fff; font-weight: 800; }

        .page-domain-search {
            display: flex; flex-wrap: wrap; gap: 0.5rem; max-width: 640px;
            padding: 0.5rem; border-radius: 1rem;
            background: rgba(28, 34, 48, 0.9); border: 1px solid rgba(255, 255, 255, 0.1);
        }
        .page-domain-search input {
            flex: 1; min-width: 200px; padding: 1rem 1.25rem; border: none; border-radius: 0.75rem;
            background: rgba(0, 0, 0, 0.35); color: #fff; font-size: 1rem; font-weight: 600; outline: none;
        }
        .page-domain-search input::placeholder { color: rgba(255, 255, 255, 0.3); }
        .page-domain-search button {
            padding: 1rem 1.75rem; border: none; border-radius: 0.75rem;
            background: #ff8c00; color: #131722; font-weight: 800; font-size: 13px;
            text-transform: uppercase; letter-spacing: 0.08em; cursor: pointer;
        }

        .page-domain-transfer {
            display: flex; flex-direction: column; gap: 0.65rem; max-width: 720px;
            padding: 0.75rem; border-radius: 1rem;
            background: rgba(28, 34, 48, 0.9); border: 1px solid rgba(255, 140, 0, 0.25);
        }
        .page-domain-transfer__fields {
            display: flex; flex-wrap: wrap; gap: 0.5rem;
        }
        .page-domain-transfer input {
            flex: 1; min-width: 180px; padding: 1rem 1.15rem; border: none; border-radius: 0.75rem;
            background: rgba(0, 0, 0, 0.35); color: #fff; font-size: 0.95rem; font-weight: 600; outline: none;
        }
        .page-domain-transfer input::placeholder { color: rgba(255, 255, 255, 0.35); }
        .page-domain-transfer button {
            align-self: flex-start; padding: 1rem 1.75rem; border: none; border-radius: 0.75rem;
            background: #ff8c00; color: #131722; font-weight: 800; font-size: 13px;
            text-transform: uppercase; letter-spacing: 0.08em; cursor: pointer;
        }
        .page-domain-transfer__hint {
            margin: 0; font-size: 12px; color: rgba(148, 163, 184, 0.85); line-height: 1.5;
        }

        .page-checklist {
            list-style: none; margin: 0; padding: 0;
            display: flex; flex-direction: column; gap: 0.75rem; max-width: 52rem;
        }
        .page-checklist__item {
            display: flex; gap: 1rem; align-items: flex-start;
            padding: 1.1rem 1.25rem; border-radius: 1rem;
            background: rgba(28, 34, 48, 0.75); border: 1px solid rgba(255, 255, 255, 0.06);
        }
        .page-checklist__icon {
            flex-shrink: 0; display: flex; align-items: center; justify-content: center;
            width: 2.25rem; height: 2.25rem; border-radius: 0.65rem;
            background: rgba(255, 140, 0, 0.15); color: #ff8c00;
        }
        .page-checklist__item strong {
            display: block; font-size: 14px; font-weight: 800; color: #fff; margin-bottom: 0.25rem;
        }
        .page-checklist__item p {
            margin: 0; font-size: 13px; color: rgba(148, 163, 184, 0.9); line-height: 1.55;
        }

        .page-notice {
            padding: 1.25rem 1.5rem; border-radius: 1rem;
            background: rgba(255, 140, 0, 0.08); border: 1px solid rgba(255, 140, 0, 0.22);
        }
        .page-notice strong { display: block; font-size: 14px; font-weight: 800; color: #ff8c00; margin-bottom: 0.35rem; }
        .page-notice p { margin: 0 0 0.75rem; font-size: 13px; color: rgba(203, 213, 225, 0.9); line-height: 1.6; }
        .page-notice__link {
            display: inline-flex; align-items: center; gap: 0.35rem;
            font-size: 13px; font-weight: 700; color: #ff8c00; text-decoration: none;
        }
        .page-notice__link:hover { text-decoration: underline; }
        .page-table__note { display: block; font-size: 11px; color: rgba(148, 163, 184, 0.7); font-weight: 500; margin-top: 2px; }

        .page-faq__lead {
            max-width: 52rem; margin: 0 0 1.75rem;
            font-size: 14px; line-height: 1.65; color: rgba(148, 163, 184, 0.95);
        }
        .page-faq-sections { display: flex; flex-direction: column; gap: 2rem; width: 100%; }
        .page-faq__category {
            margin: 0 0 1rem; font-size: 1rem; font-weight: 800; color: #ff8c00;
            letter-spacing: 0.02em;
        }
        .page-faq {
            display: grid;
            grid-template-columns: 1fr;
            gap: 0.75rem;
            width: 100%;
        }
        @media (min-width: 900px) {
            .page-faq { grid-template-columns: repeat(2, minmax(0, 1fr)); }
            .page-faq__item:last-child:nth-child(odd) { grid-column: 1 / -1; }
        }
        .page-faq__item {
            padding: 1.15rem 1.25rem; border-radius: 1rem;
            background: rgba(28, 34, 48, 0.7); border: 1px solid rgba(255, 255, 255, 0.06);
        }
        .page-faq__item h3 { margin: 0 0 0.5rem; font-size: 14px; font-weight: 800; color: #fff; }
        .page-faq__item p { margin: 0; font-size: 13px; color: rgba(148, 163, 184, 0.9); line-height: 1.55; }

        .page-prose { max-width: 52rem; }
        .page-prose h2 { font-size: 1.15rem; font-weight: 800; color: #ff8c00; margin: 2rem 0 0.75rem; }
        .page-prose h2:first-child { margin-top: 0; }
        .page-prose p, .page-prose li {
            font-size: 14px; line-height: 1.7; color: rgba(203, 213, 225, 0.9);
        }
        .page-prose ul { margin: 0.5rem 0 1rem; padding-left: 1.25rem; }

        .page-contact-grid {
            display: grid; gap: 1rem;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        }
        .page-contact-card {
            padding: 1.25rem; border-radius: 1rem;
            background: rgba(28, 34, 48, 0.8); border: 1px solid rgba(255, 255, 255, 0.07);
        }
        .page-contact-card strong { display: block; color: #fff; font-size: 14px; margin-bottom: 0.35rem; }
        .page-contact-card span, .page-contact-card a {
            font-size: 13px; color: rgba(148, 163, 184, 0.9); text-decoration: none;
        }
        .page-contact-card a:hover { color: #ff8c00; }

        .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); }

        .page-stats {
            display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 1rem; margin-bottom: 2rem;
        }
        .page-stat {
            text-align: center; padding: 1.25rem; border-radius: 1rem;
            background: rgba(28, 34, 48, 0.7); border: 1px solid rgba(255, 255, 255, 0.06);
        }
        .page-stat b { display: block; font-size: 1.75rem; font-weight: 900; color: #ff8c00; }
        .page-stat small { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.4); }
