        ::selection {
            background-color: #EC4899;
            color: #FFFFFF;
        }
        .glass-nav {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        }
        .luxury-shadow {
            box-shadow: 0 20px 40px rgba(31, 41, 55, 0.04), 0 1px 3px rgba(31, 41, 55, 0.02);
        }
        .hover-elevate {
            transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .hover-elevate:hover {
            transform: translateY(-8px);
            box-shadow: 0 30px 60px rgba(31, 41, 55, 0.08), 0 4px 12px rgba(31, 41, 55, 0.04);
        }
        .image-overlay-gradient {
            background: linear-gradient(to top, rgba(31,41,55,0.7) 0%, rgba(31,41,55,0) 50%);
        }
        .custom-scrollbar::-webkit-scrollbar {
            width: 4px;
        }
        .custom-scrollbar::-webkit-scrollbar-track {
            background: #F5F5F7; 
        }
        .custom-scrollbar::-webkit-scrollbar-thumb {
            background: #EC4899; 
            border-radius: 4px;
        }
        .sidebar-link.active {
            background-color: #FDF2F8;
            color: #EC4899;
            font-weight: 500;
        }
        .kenburns-bg {
            animation: kenburns 25s ease-in-out infinite alternate;
        }
        @keyframes kenburns {
            0% { transform: scale(1) translate(0, 0); }
            100% { transform: scale(1.05) translate(-1%, -1%); }
        }
        /* dugun.com mega menü */
        .nav-item { position: relative; }
        .nav-item > a, .nav-item > button {
            display: flex; align-items: center; gap: 6px;
            padding: 12px 16px; font-size: 14px; font-weight: 500;
            color: #6B7280; white-space: nowrap; transition: color .2s;
            background: none; border: none; cursor: pointer;
        }
        .nav-item:hover > a, .nav-item:hover > button,
        .nav-item.active > a, .nav-item.active > button { color: #EC4899; }
        .nav-item::after {
            content: ''; position: absolute; bottom: 0; left: 16px; right: 16px;
            height: 3px; background: #EC4899; border-radius: 3px 3px 0 0;
            transform: scaleX(0); transition: transform .25s ease;
        }
        .nav-item:hover::after, .nav-item.active::after { transform: scaleX(1); }
        .mega-dropdown {
            position: absolute; top: 100%; left: 0;
            opacity: 0; visibility: hidden; transform: translateY(8px);
            transition: all .2s ease; pointer-events: none; z-index: 60;
        }
        .nav-item:hover .mega-dropdown {
            opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto;
        }
        .mega-panel {
            background: #fff; border: 1px solid #f0f0f0;
            border-top: 3px solid #EC4899;
            box-shadow: 0 12px 40px rgba(0,0,0,.08);
            border-radius: 0 0 16px 16px; padding: 24px 28px;
        }
        .mega-link { color: #4B5563; font-size: 14px; padding: 6px 0; display: block; transition: color .15s; }
        .mega-link:hover { color: #EC4899; }
        .mega-img-card { position: relative; border-radius: 12px; overflow: hidden; height: 90px; display: block; }
        .mega-img-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
        .mega-img-card:hover img { transform: scale(1.05); }
        .mega-img-overlay {
            position: absolute; inset: 0; background: rgba(0,0,0,.45);
            display: flex; align-items: flex-end; padding: 8px 10px;
        }
        .mega-img-overlay span { color: #fff; font-size: 12px; font-weight: 600; }
        .mega-banner { border-radius: 12px; overflow: hidden; height: 100%; min-height: 180px; }
        .mega-banner img { width: 100%; height: 100%; object-fit: cover; }
        .product-thumb { width: 72px; height: 96px; object-fit: cover; border-radius: 8px; cursor: pointer; border: 2px solid transparent; transition: border-color .2s; }
        .product-thumb.active, .product-thumb:hover { border-color: #EC4899; }
        .spec-table td { padding: 10px 14px; border: 1px solid #f0f0f0; font-size: 13px; }
        .spec-table td:first-child { background: #fafafa; color: #6B7280; width: 40%; }
        .spec-table td:last-child { color: #1F2937; font-weight: 500; }
        .carousel-track { display: flex; gap: 16px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; }
        .carousel-track::-webkit-scrollbar { display: none; }
        .product-card { flex: 0 0 200px; }
        @media (min-width: 768px) { .product-card { flex: 0 0 220px; } }
        /* Hizmet listeleme kartları */
        .listing-card { display: flex; gap: 0; background: #fff; border: 1px solid #f0f0f0; border-radius: 12px; overflow: hidden; transition: box-shadow .2s; }
        .listing-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.08); }
        .listing-card-img { width: 220px; min-height: 160px; flex-shrink: 0; object-fit: cover; }
        @media (max-width: 640px) {
            .listing-card { flex-direction: column; }
            .listing-card-img { width: 100%; height: 180px; }
        }
        .filter-section { border-bottom: 1px solid #f0f0f0; padding-bottom: 16px; margin-bottom: 16px; }
        .filter-section:last-child { border-bottom: none; margin-bottom: 0; }
        .gallery-slide { display: none; }
        .gallery-slide.active { display: block; }
        .teklif-form input:not([type="checkbox"]):not([type="radio"]),
        .teklif-form select,
        .teklif-form textarea {
            width: 100%; border: 1px solid #e5e7eb; border-radius: 8px; padding: 10px 12px; font-size: 13px; outline: none;
            box-sizing: border-box;
        }
        .teklif-form input:focus, .teklif-form select:focus, .teklif-form textarea:focus { border-color: #EC4899; }

        /* Firma detay — randevu formu */
        .firma-sidebar-form { min-width: 0; }
        .firma-hero-gallery-img { height: 420px; }
        @media (min-width: 1024px) { .firma-hero-gallery-img { height: 480px; } }
        .firma-form-field { position: relative; }
        .firma-form-field .firma-form-icon {
            position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
            color: #9CA3AF; font-size: 13px; pointer-events: none; z-index: 1;
        }
        .firma-form-field--textarea .firma-form-icon { top: 14px; transform: none; }
        .firma-randevu-form .firma-form-field input:not([type="checkbox"]),
        .firma-randevu-form .firma-form-field select,
        .firma-randevu-form .firma-form-field textarea {
            padding-left: 36px;
        }
        .firma-randevu-form .firma-form-field select {
            padding-right: 32px;
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239CA3AF' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 12px center;
        }
        .firma-randevu-form .firma-form-field input[type="date"] {
            padding-right: 12px;
        }
        .firma-form-consent {
            display: flex; align-items: flex-start; gap: 10px;
            font-size: 11px; color: #6B7280; line-height: 1.45; cursor: pointer;
            width: 100%;
        }
        .firma-form-consent span { flex: 1; min-width: 0; }
        .firma-form-consent input[type="checkbox"] {
            width: 16px !important; height: 16px !important; min-width: 16px;
            margin-top: 2px; padding: 0 !important; border: 1px solid #d1d5db !important;
            border-radius: 4px; flex-shrink: 0; accent-color: #EC4899;
        }
        .firma-form-submit { background: #EC4899; border: none; cursor: pointer; }
        .firma-form-submit:hover { background: #db2777; }
        .firma-spec-row {
            display: flex; flex-direction: column; gap: 4px;
            padding: 12px 0; border-bottom: 1px solid #f3f4f6;
        }
        .firma-spec-row:last-child { border-bottom: none; }
        .firma-spec-label { font-size: 12px; font-weight: 600; color: #9CA3AF; text-transform: uppercase; letter-spacing: .03em; }
        .firma-spec-value { font-size: 14px; color: #374151; }

        /* ========== ANASAYFA ========== */
        .home-hero-overlay {
            background: linear-gradient(180deg, rgba(15,23,42,.35) 0%, rgba(15,23,42,.15) 45%, rgba(15,23,42,.55) 100%);
        }
        .home-hero-card {
            background: rgba(255,255,255,.92);
            backdrop-filter: blur(24px);
            -webkit-backdrop-filter: blur(24px);
            border: 1px solid rgba(255,255,255,.6);
            border-radius: 28px;
            padding: 2.5rem 2rem 2rem;
            box-shadow: 0 32px 64px rgba(15,23,42,.12), 0 8px 24px rgba(15,23,42,.06);
        }
        @media (min-width: 768px) {
            .home-hero-card { padding: 3rem 3rem 2.5rem; }
        }
        .home-hero-eyebrow {
            display: inline-block;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: .12em;
            text-transform: uppercase;
            color: #EC4899;
            margin-bottom: 1rem;
        }
        .home-hero-title {
            font-size: clamp(1.75rem, 4vw, 2.75rem);
            line-height: 1.15;
            color: #1F2937;
            margin-bottom: .75rem;
        }
        .home-hero-sub {
            font-size: 15px;
            color: #64748B;
            max-width: 480px;
            margin: 0 auto;
        }
        .home-search-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 12px;
            text-align: left;
        }
        @media (min-width: 640px) {
            .home-search-grid { grid-template-columns: 1fr 1fr auto; align-items: end; }
        }
        .home-search-label {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: .06em;
            text-transform: uppercase;
            color: #9CA3AF;
            margin-bottom: 6px;
        }
        .home-select-wrap { position: relative; }
        .home-select {
            width: 100%;
            appearance: none;
            background: #fff;
            border: 1.5px solid #E5E7EB;
            border-radius: 14px;
            padding: 14px 40px 14px 16px;
            font-size: 14px;
            font-weight: 600;
            color: #1F2937;
            outline: none;
            transition: border-color .2s, box-shadow .2s;
            cursor: pointer;
        }
        .home-select:hover, .home-select:focus {
            border-color: #EC4899;
            box-shadow: 0 0 0 4px rgba(236,72,153,.1);
        }
        .home-select-icon {
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 10px;
            color: #9CA3AF;
            pointer-events: none;
        }
        .home-search-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background: linear-gradient(135deg, #EC4899 0%, #DB2777 100%);
            color: #fff;
            font-weight: 700;
            font-size: 14px;
            padding: 15px 28px;
            border-radius: 14px;
            border: none;
            cursor: pointer;
            transition: transform .2s, box-shadow .2s;
            box-shadow: 0 8px 24px rgba(236,72,153,.35);
            white-space: nowrap;
        }
        .home-search-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 32px rgba(236,72,153,.4);
        }

        /* Callback bar */
        .home-callback-bar {
            background: #fff;
            border-bottom: 1px solid #F3F4F6;
            padding: 1.25rem 0;
            box-shadow: 0 4px 24px rgba(15,23,42,.04);
        }
        .home-callback-inner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1.25rem 2rem;
            background: linear-gradient(135deg, #FDF2F8 0%, #fff 50%, #F0FDF4 100%);
            border: 1px solid #FCE7F3;
            border-radius: 20px;
            padding: 1rem 1.25rem;
        }
        .home-callback-avatar {
            position: relative;
            flex-shrink: 0;
        }
        .home-callback-avatar img {
            width: 52px;
            height: 52px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #fff;
            box-shadow: 0 4px 12px rgba(0,0,0,.08);
        }
        .home-callback-online {
            position: absolute;
            bottom: 2px;
            right: 2px;
            width: 12px;
            height: 12px;
            background: #10B981;
            border: 2px solid #fff;
            border-radius: 50%;
        }
        .home-callback-title { font-size: 14px; color: #374151; margin: 0; }
        .home-callback-sub { font-size: 12px; color: #9CA3AF; margin: 2px 0 0; }
        .home-callback-form {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-left: auto;
        }
        .home-callback-input {
            min-width: 200px;
            flex: 1;
            border: 1.5px solid #E5E7EB;
            border-radius: 12px;
            padding: 12px 16px;
            font-size: 14px;
            outline: none;
            transition: border-color .2s;
        }
        .home-callback-input:focus { border-color: #10B981; }
        .home-callback-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #10B981;
            color: #fff;
            font-weight: 600;
            font-size: 14px;
            padding: 12px 20px;
            border-radius: 12px;
            border: none;
            cursor: pointer;
            transition: background .2s, transform .2s;
            white-space: nowrap;
        }
        .home-callback-btn:hover { background: #059669; transform: translateY(-1px); }

        /* Section headers */
        .home-section-head {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-end;
            justify-content: space-between;
            gap: 1rem 2rem;
            margin-bottom: 2rem;
        }
        .home-section-title {
            font-size: clamp(1.25rem, 2.5vw, 1.75rem);
            font-weight: 700;
            color: #1F2937;
            letter-spacing: -.02em;
        }
        .home-section-desc {
            font-size: 14px;
            color: #9CA3AF;
            margin-top: 4px;
        }
        .home-section-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            font-weight: 600;
            color: #EC4899;
            transition: gap .2s;
        }
        .home-section-link:hover { gap: 12px; }

        /* Category tiles */
        .home-cat-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 14px;
        }
        @media (min-width: 768px) {
            .home-cat-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; }
        }
        .home-cat-tile {
            position: relative;
            display: block;
            border-radius: 20px;
            overflow: hidden;
            aspect-ratio: 4/3;
            box-shadow: 0 4px 20px rgba(15,23,42,.06);
            transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s;
        }
        .home-cat-tile:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 40px rgba(15,23,42,.12);
        }
        .home-cat-tile img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .6s cubic-bezier(.16,1,.3,1);
        }
        .home-cat-tile:hover img { transform: scale(1.08); }
        .home-cat-tile-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(15,23,42,.75) 0%, rgba(15,23,42,.1) 55%, transparent 100%);
        }
        .home-cat-tile-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 18px 16px;
            z-index: 2;
        }
        .home-cat-tile-label {
            display: block;
            font-size: 15px;
            font-weight: 700;
            color: #fff;
        }
        .home-cat-tile-count {
            display: block;
            font-size: 11px;
            color: rgba(255,255,255,.75);
            margin-top: 2px;
        }
        .home-cat-tile-arrow {
            position: absolute;
            top: 14px;
            right: 14px;
            width: 32px;
            height: 32px;
            background: rgba(255,255,255,.2);
            backdrop-filter: blur(8px);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 11px;
            opacity: 0;
            transform: translateX(-8px);
            transition: opacity .25s, transform .25s;
            z-index: 2;
        }
        .home-cat-tile:hover .home-cat-tile-arrow { opacity: 1; transform: translateX(0); }

        /* Horizontal scroll */
        .home-scroll-track {
            display: flex;
            gap: 20px;
            overflow-x: auto;
            scroll-behavior: smooth;
            scrollbar-width: thin;
            padding-bottom: 8px;
            margin: 0 -4px;
            padding-left: 4px;
            padding-right: 4px;
        }
        .home-scroll-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 1.5px solid #E5E7EB;
            background: #fff;
            color: #6B7280;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all .2s;
            flex-shrink: 0;
        }
        .home-scroll-btn:hover {
            border-color: #EC4899;
            color: #EC4899;
            background: #FDF2F8;
        }
        .home-scroll-btn--dark {
            background: rgba(255,255,255,.08);
            border-color: rgba(255,255,255,.15);
            color: #fff;
        }
        .home-scroll-btn--dark:hover {
            background: rgba(255,255,255,.15);
            border-color: #EC4899;
            color: #EC4899;
        }

        /* Gelinlik cards */
        .home-card-gelinlik {
            flex: 0 0 220px;
            display: block;
            background: #fff;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid #F3F4F6;
            box-shadow: 0 4px 20px rgba(15,23,42,.04);
            transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s;
        }
        @media (min-width: 768px) { .home-card-gelinlik { flex: 0 0 260px; } }
        .home-card-gelinlik:hover {
            transform: translateY(-8px);
            box-shadow: 0 24px 48px rgba(15,23,42,.1);
        }
        .home-card-gelinlik-img {
            position: relative;
            aspect-ratio: 3/4;
            overflow: hidden;
            background: #F9FAFB;
        }
        .home-card-gelinlik-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .6s cubic-bezier(.16,1,.3,1);
        }
        .home-card-gelinlik:hover .home-card-gelinlik-img img { transform: scale(1.06); }
        .home-card-gelinlik-body { padding: 16px 18px 18px; }
        .home-card-gelinlik-title {
            font-size: 16px;
            font-weight: 700;
            color: #1F2937;
        }
        .home-card-gelinlik-sub {
            font-size: 12px;
            color: #9CA3AF;
            margin-top: 2px;
        }
        .home-card-badge {
            position: absolute;
            bottom: 12px;
            left: 12px;
            background: rgba(255,255,255,.92);
            backdrop-filter: blur(8px);
            font-size: 11px;
            font-weight: 600;
            color: #374151;
            padding: 5px 10px;
            border-radius: 20px;
        }
        .home-fav-btn {
            position: absolute;
            top: 12px;
            right: 12px;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: rgba(255,255,255,.9);
            backdrop-filter: blur(8px);
            border: none;
            color: #9CA3AF;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all .2s;
            z-index: 3;
        }
        .home-fav-btn:hover, .home-fav-btn.is-active {
            color: #EC4899;
            background: #fff;
            transform: scale(1.1);
        }
        .home-fav-btn.is-active i::before { content: "\f004"; font-weight: 900; }

        /* Blog cards */
        .home-card-blog {
            background: #fff;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid #F3F4F6;
            box-shadow: 0 4px 20px rgba(15,23,42,.04);
            transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s;
        }
        .home-card-blog:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 40px rgba(15,23,42,.1);
        }
        .home-card-blog-img {
            position: relative;
            aspect-ratio: 16/10;
            overflow: hidden;
        }
        .home-card-blog-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .5s;
        }
        .home-card-blog:hover .home-card-blog-img img { transform: scale(1.05); }
        .home-card-blog-tag {
            position: absolute;
            top: 12px;
            left: 12px;
            background: #EC4899;
            color: #fff;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: .04em;
            text-transform: uppercase;
            padding: 5px 10px;
            border-radius: 6px;
        }
        .home-card-blog-body { padding: 18px 20px 20px; }
        .home-card-blog-title {
            font-size: 15px;
            font-weight: 700;
            color: #1F2937;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .home-card-blog-meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 14px;
            font-size: 12px;
            color: #9CA3AF;
        }
        .home-card-blog-cta {
            color: #EC4899;
            font-weight: 600;
            transition: gap .2s;
        }
        .home-card-blog:hover .home-card-blog-cta { text-decoration: underline; }

        /* Video cards */
        .home-card-video {
            flex: 0 0 160px;
            display: block;
            transition: transform .3s;
        }
        @media (min-width: 768px) { .home-card-video { flex: 0 0 180px; } }
        .home-card-video:hover { transform: translateY(-4px); }
        .home-card-video-thumb {
            position: relative;
            aspect-ratio: 9/16;
            border-radius: 16px;
            overflow: hidden;
            background: #374151;
        }
        .home-card-video-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: .85;
            transition: opacity .3s, transform .5s;
        }
        .home-card-video:hover .home-card-video-thumb img {
            opacity: 1;
            transform: scale(1.05);
        }
        .home-card-video-play {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0,0,0,.2);
            transition: background .3s;
        }
        .home-card-video-play i {
            width: 48px;
            height: 48px;
            background: rgba(255,255,255,.95);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #EC4899;
            font-size: 14px;
            padding-left: 3px;
            box-shadow: 0 8px 24px rgba(0,0,0,.2);
            transition: transform .3s;
        }
        .home-card-video:hover .home-card-video-play i { transform: scale(1.1); }
        .home-card-video-duration {
            position: absolute;
            bottom: 10px;
            right: 10px;
            background: rgba(0,0,0,.6);
            color: #fff;
            font-size: 11px;
            font-weight: 600;
            padding: 3px 8px;
            border-radius: 6px;
        }
        .home-card-video-title {
            margin-top: 10px;
            font-size: 13px;
            font-weight: 600;
            color: #fff;
            text-align: center;
        }

        /* Promo banner */
        .home-promo-banner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 1.5rem 2rem;
            background: linear-gradient(135deg, #1F2937 0%, #374151 50%, #1F2937 100%);
            border-radius: 24px;
            padding: 2rem 2.5rem;
            position: relative;
            overflow: hidden;
        }
        .home-promo-banner::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(236,72,153,.25) 0%, transparent 70%);
            pointer-events: none;
        }
        .home-promo-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .06em;
            text-transform: uppercase;
            color: #F9A8D4;
            margin-bottom: 8px;
        }
        .home-promo-title {
            font-size: clamp(1.25rem, 2.5vw, 1.5rem);
            font-weight: 700;
            color: #fff;
            margin-bottom: 6px;
        }
        .home-promo-desc { font-size: 14px; color: rgba(255,255,255,.65); max-width: 480px; }
        .home-promo-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #EC4899;
            color: #fff;
            font-weight: 700;
            font-size: 15px;
            padding: 14px 28px;
            border-radius: 14px;
            transition: transform .2s, box-shadow .2s;
            position: relative;
            z-index: 1;
        }
        .home-promo-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 32px rgba(236,72,153,.4);
        }

        /* Firma cards */
        .home-card-firma {
            display: block;
            background: #fff;
            border-radius: 22px;
            overflow: hidden;
            border: 1px solid #F3F4F6;
            box-shadow: 0 4px 24px rgba(15,23,42,.05);
            transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s;
        }
        .home-card-firma:hover {
            transform: translateY(-8px);
            box-shadow: 0 28px 56px rgba(15,23,42,.12);
        }
        .home-card-firma-img {
            position: relative;
            height: 220px;
            overflow: hidden;
            background: #F3F4F6;
        }
        .home-card-firma-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .6s cubic-bezier(.16,1,.3,1);
        }
        .home-card-firma:hover .home-card-firma-img img { transform: scale(1.06); }
        .home-card-firma-img-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(15,23,42,.5) 0%, transparent 50%);
            opacity: 0;
            transition: opacity .3s;
        }
        .home-card-firma:hover .home-card-firma-img-overlay { opacity: 1; }
        .home-card-firma-price {
            position: absolute;
            bottom: 14px;
            left: 14px;
            background: rgba(255,255,255,.95);
            backdrop-filter: blur(8px);
            font-size: 12px;
            font-weight: 700;
            color: #EC4899;
            padding: 6px 12px;
            border-radius: 10px;
            z-index: 2;
        }
        .home-fav-btn--light { background: rgba(255,255,255,.85); }
        .home-card-firma-body { padding: 20px 22px 22px; }
        .home-card-firma-title {
            font-size: 16px;
            font-weight: 700;
            color: #1F2937;
            line-height: 1.3;
        }
        .home-card-firma-rating {
            display: flex;
            align-items: center;
            gap: 4px;
            flex-shrink: 0;
            font-size: 13px;
            font-weight: 700;
            color: #1F2937;
        }
        .home-card-firma-rating i { color: #FBBF24; font-size: 11px; }
        .home-card-firma-rating small { font-weight: 500; color: #9CA3AF; }
        .home-card-firma-loc {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 12px;
            color: #9CA3AF;
            margin-bottom: 8px;
        }
        .home-card-firma-loc i { color: #EC4899; font-size: 10px; }
        .home-card-firma-desc {
            font-size: 13px;
            color: #6B7280;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .home-card-firma-chip {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-top: 12px;
            font-size: 11px;
            font-weight: 600;
            color: #6B7280;
            background: #F9FAFB;
            padding: 5px 10px;
            border-radius: 8px;
        }

        /* Mini category cards */
        .home-card-mini {
            display: block;
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid #F3F4F6;
            transition: transform .3s, box-shadow .3s, border-color .3s;
        }
        .home-card-mini:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(15,23,42,.08);
            border-color: #FCE7F3;
        }
        .home-card-mini-img {
            height: 88px;
            overflow: hidden;
            background: #F9FAFB;
        }
        .home-card-mini-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .5s;
        }
        .home-card-mini:hover .home-card-mini-img img { transform: scale(1.08); }
        .home-card-mini-body { padding: 10px 12px 12px; }
        .home-card-mini-title {
            display: block;
            font-size: 12px;
            font-weight: 700;
            color: #1F2937;
            line-height: 1.3;
        }
        .home-card-mini-count {
            display: block;
            font-size: 10px;
            color: #9CA3AF;
            margin-top: 2px;
        }
        .home-ust-kat-icon {
            width: 36px;
            height: 36px;
            background: #FDF2F8;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #EC4899;
            font-size: 14px;
        }

        /* City pills */
        .home-city-pill {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #fff;
            border: 1.5px solid #E5E7EB;
            border-radius: 50px;
            padding: 10px 20px;
            font-size: 13px;
            font-weight: 600;
            color: #374151;
            transition: all .25s;
        }
        .home-city-pill:hover {
            border-color: #EC4899;
            color: #EC4899;
            background: #FDF2F8;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(236,72,153,.12);
        }
        .home-city-pill i { font-size: 11px; color: #EC4899; }

        /* Couple cards */
        .home-card-couple { text-align: center; }
        .home-card-couple-img {
            position: relative;
            aspect-ratio: 1;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(15,23,42,.06);
        }
        .home-card-couple-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .5s;
        }
        .home-card-couple:hover .home-card-couple-img img { transform: scale(1.06); }
        .home-card-couple-overlay {
            position: absolute;
            inset: 0;
            background: rgba(236,72,153,.4);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity .3s;
        }
        .home-card-couple-overlay i {
            color: #fff;
            font-size: 24px;
            transform: scale(.8);
            transition: transform .3s;
        }
        .home-card-couple:hover .home-card-couple-overlay { opacity: 1; }
        .home-card-couple:hover .home-card-couple-overlay i { transform: scale(1); }
        .home-card-couple-name {
            margin-top: 10px;
            font-size: 12px;
            font-weight: 700;
            color: #374151;
        }

        .home-seo-link {
            color: #6B7280;
            transition: color .15s;
            display: inline-block;
            padding: 2px 0;
        }
        .home-seo-link:hover { color: #EC4899; }

        /* ========== LİSTELEME FİLTRELERİ (dugun.com) ========== */
        .listing-filter-panel {
            background: #fff;
            border: 1px solid #F0F0F0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(15,23,42,.04);
        }
        .listing-filter-selects {
            padding: 16px;
            border-bottom: 1px solid #F3F4F6;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .listing-filter-field { position: relative; }
        .listing-filter-label {
            display: block;
            font-size: 11px;
            font-weight: 600;
            color: #9CA3AF;
            margin-bottom: 6px;
            text-transform: uppercase;
            letter-spacing: .04em;
        }
        .listing-filter-select-wrap { position: relative; }
        .listing-filter-select {
            width: 100%;
            appearance: none;
            border: 1.5px solid #E5E7EB;
            border-radius: 10px;
            padding: 11px 36px 11px 14px;
            font-size: 13px;
            font-weight: 500;
            color: #374151;
            background: #fff;
            outline: none;
            cursor: pointer;
            transition: border-color .2s;
        }
        .listing-filter-select:hover, .listing-filter-select:focus { border-color: #EC4899; }
        .listing-filter-select-icon {
            position: absolute;
            right: 14px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 10px;
            color: #9CA3AF;
            pointer-events: none;
        }
        .listing-accordion { border-bottom: 1px solid #F3F4F6; }
        .listing-accordion:last-of-type { border-bottom: none; }
        .listing-accordion-btn {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 14px 16px;
            background: none;
            border: none;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
            color: #1F2937;
            text-align: left;
            transition: color .2s;
        }
        .listing-accordion-btn:hover { color: #EC4899; }
        .listing-accordion-icon {
            font-size: 11px;
            color: #9CA3AF;
            transition: transform .25s;
        }
        .listing-accordion.is-open .listing-accordion-icon { transform: rotate(90deg); }
        .listing-accordion-body {
            padding: 0 16px 12px;
            max-height: 280px;
            overflow-y: auto;
        }
        .listing-accordion-body[hidden] { display: none; }
        .listing-filter-check-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 4px;
            cursor: pointer;
            font-size: 13px;
            color: #4B5563;
            transition: color .15s;
            text-decoration: none;
        }
        .listing-filter-check-item:hover:not(.is-disabled) { color: #EC4899; }
        .listing-filter-check-item.is-disabled { opacity: .45; cursor: not-allowed; }
        .listing-filter-check-item.is-active .listing-filter-check-mark {
            background: #EC4899;
            border-color: #EC4899;
        }
        .listing-filter-check-item.is-active .listing-filter-check-mark i { opacity: 1; }
        .listing-filter-checkbox { position: absolute; opacity: 0; pointer-events: none; }
        .listing-filter-check-mark {
            width: 18px;
            height: 18px;
            border: 2px solid #D1D5DB;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: all .15s;
        }
        .listing-filter-check-mark i {
            font-size: 9px;
            color: #fff;
            opacity: 0;
        }
        .listing-filter-check-item:has(.listing-filter-checkbox:checked) .listing-filter-check-mark {
            background: #EC4899;
            border-color: #EC4899;
        }
        .listing-filter-check-item:has(.listing-filter-checkbox:checked) .listing-filter-check-mark i { opacity: 1; }
        .listing-filter-check-label { flex: 1; line-height: 1.3; }
        .listing-filter-count { font-size: 12px; color: #9CA3AF; flex-shrink: 0; }
        .listing-filter-clear {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin: 12px 16px 16px;
            padding: 10px;
            font-size: 13px;
            font-weight: 600;
            color: #EC4899;
            background: #FDF2F8;
            border-radius: 10px;
            transition: background .2s;
        }
        .listing-filter-clear:hover { background: #FCE7F3; }

        /* Dinamik yasal/kurumsal sayfalar */
        .sayfa-hero {
            background: linear-gradient(135deg, #FDF2F8 0%, #FCFCFA 50%, #fff 100%);
            border-bottom: 1px solid #F3F4F6;
            padding: 2.5rem 0 2rem;
        }
        .sayfa-breadcrumb {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.8125rem;
            color: #9CA3AF;
            margin-bottom: 1rem;
        }
        .sayfa-breadcrumb a { color: #64748B; transition: color .2s; }
        .sayfa-breadcrumb a:hover { color: #EC4899; }
        .sayfa-breadcrumb i { font-size: 0.625rem; }
        .sayfa-title {
            font-size: clamp(1.75rem, 4vw, 2.5rem);
            font-weight: 600;
            color: #1F2937;
            line-height: 1.2;
        }
        .sayfa-content {
            color: #4B5563;
            font-size: 1rem;
            line-height: 1.75;
        }
        .sayfa-content h2 {
            font-size: 1.25rem;
            font-weight: 700;
            color: #1F2937;
            margin: 2rem 0 0.75rem;
        }
        .sayfa-content h2:first-child { margin-top: 0; }
        .sayfa-content p { margin-bottom: 1rem; }
        .sayfa-content ul {
            list-style: disc;
            padding-left: 1.5rem;
            margin-bottom: 1rem;
        }
        .sayfa-content li { margin-bottom: 0.35rem; }
        .sayfa-content a { color: #EC4899; text-decoration: underline; text-underline-offset: 2px; }
        .sayfa-content a:hover { color: #BE185D; }
        .sayfa-contact-grid {
            display: grid;
            gap: 1.25rem;
            margin-top: 1.5rem;
        }
        @media (min-width: 640px) {
            .sayfa-contact-grid { grid-template-columns: repeat(2, 1fr); }
        }
        .sayfa-contact-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            padding: 1.25rem;
            background: #FCFCFA;
            border: 1px solid #F3F4F6;
            border-radius: 12px;
        }
        .sayfa-contact-item i {
            width: 2.5rem;
            height: 2.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #FDF2F8;
            color: #EC4899;
            border-radius: 50%;
            flex-shrink: 0;
        }
        .sayfa-contact-item strong {
            display: block;
            font-size: 0.8125rem;
            color: #9CA3AF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 0.25rem;
        }
        .sayfa-contact-item p { margin: 0; }
        .sayfa-contact-item a { color: #1F2937; text-decoration: none; font-weight: 500; }
        .sayfa-contact-item a:hover { color: #EC4899; }

        /* Auth sayfaları — giriş, üye kayıt, firma kayıt */
        .auth-page { min-height: calc(100vh - 118px); background: #fff; }
        .auth-split {
            display: grid;
            grid-template-columns: 1fr;
            min-height: calc(100vh - 118px);
        }
        @media (min-width: 1024px) {
            .auth-split { grid-template-columns: 1fr 1fr; }
        }
        .auth-split-visual {
            position: relative;
            display: none;
            overflow: hidden;
            min-height: 320px;
        }
        @media (min-width: 1024px) {
            .auth-split-visual { display: block; min-height: auto; }
        }
        .auth-split-visual img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .auth-split-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(236,72,153,.85) 0%, rgba(31,41,55,.75) 100%);
        }
        .auth-split-content {
            position: relative;
            z-index: 1;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 3rem;
            color: #fff;
        }
        .auth-split-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.4rem 1rem;
            background: rgba(255,255,255,.15);
            border-radius: 999px;
            font-size: 0.8125rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            width: fit-content;
        }
        .auth-split-title {
            font-size: clamp(1.75rem, 3vw, 2.25rem);
            font-weight: 600;
            line-height: 1.25;
            margin-bottom: 1rem;
        }
        .auth-split-desc {
            font-size: 1rem;
            color: rgba(255,255,255,.8);
            line-height: 1.6;
            max-width: 400px;
            margin-bottom: 2rem;
        }
        .auth-split-features {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }
        .auth-split-features li {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            font-size: 0.9375rem;
        }
        .auth-split-features i {
            width: 1.5rem;
            height: 1.5rem;
            background: rgba(255,255,255,.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.625rem;
        }
        .auth-stats {
            display: flex;
            gap: 2rem;
            margin-top: 1rem;
        }
        .auth-stats strong {
            display: block;
            font-size: 1.5rem;
            font-weight: 700;
        }
        .auth-stats span {
            font-size: 0.8125rem;
            color: rgba(255,255,255,.7);
        }
        .auth-split-form {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2.5rem 1.5rem;
        }
        .auth-form-wrap {
            width: 100%;
            max-width: 440px;
        }
        .auth-form-head { margin-bottom: 2rem; }
        .auth-form-title {
            font-size: 1.75rem;
            font-weight: 700;
            color: #1F2937;
            margin-bottom: 0.35rem;
        }
        .auth-form-sub { font-size: 0.9375rem; color: #64748B; }
        .auth-form { display: flex; flex-direction: column; gap: 1.15rem; }
        .auth-field label {
            display: block;
            font-size: 0.8125rem;
            font-weight: 600;
            color: #374151;
            margin-bottom: 0.4rem;
        }
        .auth-optional { font-weight: 400; color: #9CA3AF; }
        .auth-input-wrap {
            position: relative;
            display: flex;
            align-items: center;
        }
        .auth-input-wrap > i:first-child {
            position: absolute;
            left: 1rem;
            color: #9CA3AF;
            font-size: 0.875rem;
            pointer-events: none;
            z-index: 1;
        }
        .auth-input-wrap input,
        .auth-input-wrap select,
        .auth-input-wrap textarea {
            width: 100%;
            padding: 0.8rem 1rem 0.8rem 2.75rem;
            border: 1px solid #E5E7EB;
            border-radius: 12px;
            font-size: 0.9375rem;
            color: #1F2937;
            background: #fff;
            transition: border-color .2s, box-shadow .2s;
            outline: none;
        }
        .auth-input-wrap textarea { padding-top: 0.8rem; min-height: 80px; resize: vertical; }
        .auth-input-wrap--textarea { align-items: flex-start; }
        .auth-input-wrap--textarea > i:first-child { top: 0.9rem; }
        .auth-input-wrap input:focus,
        .auth-input-wrap select:focus,
        .auth-input-wrap textarea:focus {
            border-color: #EC4899;
            box-shadow: 0 0 0 3px rgba(236,72,153,.1);
        }
        .auth-pass-toggle {
            position: absolute;
            right: 0.75rem;
            background: none;
            border: none;
            color: #9CA3AF;
            cursor: pointer;
            padding: 0.25rem;
        }
        .auth-field-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.15rem;
        }
        @media (min-width: 480px) {
            .auth-field-grid { grid-template-columns: 1fr 1fr; }
        }
        .auth-field-hint {
            display: block;
            font-size: 0.75rem;
            color: #9CA3AF;
            margin-top: 0.25rem;
        }
        .auth-form-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            flex-wrap: wrap;
        }
        .auth-checkbox {
            display: inline-flex;
            align-items: flex-start;
            gap: 0.6rem;
            cursor: pointer;
            font-size: 0.875rem;
            color: #4B5563;
            line-height: 1.4;
        }
        .auth-checkbox--block { display: flex; }
        .auth-checkbox input { position: absolute; opacity: 0; width: 0; height: 0; }
        .auth-checkbox-mark {
            width: 1.15rem;
            height: 1.15rem;
            border: 2px solid #D1D5DB;
            border-radius: 4px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 0.1rem;
            transition: all .15s;
        }
        .auth-checkbox-mark i { font-size: 0.6rem; color: #fff; opacity: 0; }
        .auth-checkbox input:checked + .auth-checkbox-mark {
            background: #EC4899;
            border-color: #EC4899;
        }
        .auth-checkbox input:checked + .auth-checkbox-mark i { opacity: 1; }
        .auth-checkbox a { color: #EC4899; text-decoration: underline; }
        .auth-link { font-size: 0.8125rem; color: #EC4899; font-weight: 500; }
        .auth-link:hover { text-decoration: underline; }
        .auth-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            padding: 0.85rem 1.5rem;
            border-radius: 12px;
            font-size: 0.9375rem;
            font-weight: 600;
            border: none;
            cursor: pointer;
            transition: all .2s;
            text-decoration: none;
            width: 100%;
        }
        .auth-btn--primary {
            background: #EC4899;
            color: #fff;
        }
        .auth-btn--primary:hover { background: #DB2777; }
        .auth-btn--outline {
            background: #fff;
            color: #1F2937;
            border: 1px solid #E5E7EB;
            width: auto;
            white-space: nowrap;
        }
        .auth-btn--outline:hover { border-color: #EC4899; color: #EC4899; }
        .auth-btn--social {
            background: #fff;
            color: #374151;
            border: 1px solid #E5E7EB;
        }
        .auth-btn--social:disabled { opacity: .5; cursor: not-allowed; }
        .auth-divider {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin: 1.5rem 0;
            color: #9CA3AF;
            font-size: 0.8125rem;
        }
        .auth-divider::before,
        .auth-divider::after {
            content: '';
            flex: 1;
            height: 1px;
            background: #E5E7EB;
        }
        .auth-social-btns { display: flex; flex-direction: column; gap: 0.75rem; }
        .auth-social-note {
            text-align: center;
            font-size: 0.75rem;
            color: #9CA3AF;
            margin-top: 0.5rem;
        }
        .auth-switch {
            text-align: center;
            margin-top: 1.5rem;
            font-size: 0.9375rem;
            color: #64748B;
        }
        .auth-switch a { color: #EC4899; font-weight: 600; }
        .auth-alt-card {
            margin-top: 2rem;
            padding: 1.25rem;
            background: #FDF2F8;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            flex-wrap: wrap;
        }
        .auth-alt-card strong { display: block; color: #1F2937; font-size: 0.9375rem; }
        .auth-alt-card p { font-size: 0.8125rem; color: #64748B; margin: 0.15rem 0 0; }

        /* Firma kayıt sayfası */
        .firma-kayit-page { background: #FCFCFA; }
        .firma-kayit-hero {
            background: linear-gradient(135deg, #FDF2F8 0%, #fff 100%);
            border-bottom: 1px solid #F3F4F6;
            padding: 2.5rem 0;
        }
        .firma-kayit-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.35rem 1rem;
            background: #FDF2F8;
            color: #EC4899;
            border-radius: 999px;
            font-size: 0.8125rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }
        .firma-kayit-title {
            font-size: clamp(1.75rem, 4vw, 2.5rem);
            font-weight: 600;
            color: #1F2937;
            margin-bottom: 0.5rem;
        }
        .firma-kayit-sub {
            font-size: 1rem;
            color: #64748B;
            max-width: 560px;
            margin: 0 auto;
        }
        .firma-kayit-steps {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0;
            margin-bottom: 2.5rem;
            flex-wrap: wrap;
        }
        .firma-kayit-step {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.35rem;
            min-width: 70px;
        }
        .firma-kayit-step-num {
            width: 2rem;
            height: 2rem;
            border-radius: 50%;
            background: #F3F4F6;
            color: #9CA3AF;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8125rem;
            font-weight: 700;
            transition: all .2s;
        }
        .firma-kayit-step.is-active .firma-kayit-step-num,
        .firma-kayit-step.is-done .firma-kayit-step-num {
            background: #EC4899;
            color: #fff;
        }
        .firma-kayit-step-label {
            font-size: 0.6875rem;
            color: #9CA3AF;
            text-align: center;
            max-width: 80px;
        }
        .firma-kayit-step.is-active .firma-kayit-step-label { color: #EC4899; font-weight: 600; }
        .firma-kayit-step-line {
            width: 2rem;
            height: 2px;
            background: #E5E7EB;
            margin: 0 0.25rem;
            margin-bottom: 1.25rem;
        }
        @media (min-width: 640px) {
            .firma-kayit-step-line { width: 3.5rem; }
        }
        .firma-kayit-form {
            background: #fff;
            border: 1px solid #F3F4F6;
            border-radius: 20px;
            padding: 2rem;
            box-shadow: 0 4px 24px rgba(0,0,0,.04);
        }
        .firma-kayit-panel { display: none; flex-direction: column; gap: 1.15rem; }
        .firma-kayit-panel.is-active { display: flex; }
        .firma-kayit-panel-head { margin-bottom: 0.5rem; }
        .firma-kayit-panel-head h2 {
            font-size: 1.25rem;
            font-weight: 700;
            color: #1F2937;
            margin-bottom: 0.25rem;
        }
        .firma-kayit-panel-head p { font-size: 0.875rem; color: #9CA3AF; margin: 0; }
        .firma-kayit-chips {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
        }
        .firma-kayit-chip input { position: absolute; opacity: 0; }
        .firma-kayit-chip span {
            display: inline-block;
            padding: 0.45rem 0.9rem;
            border: 1px solid #E5E7EB;
            border-radius: 999px;
            font-size: 0.8125rem;
            color: #4B5563;
            cursor: pointer;
            transition: all .15s;
        }
        .firma-kayit-chip input:checked + span {
            background: #FDF2F8;
            border-color: #EC4899;
            color: #EC4899;
            font-weight: 600;
        }
        .firma-kayit-ozet {
            background: #FCFCFA;
            border: 1px solid #F3F4F6;
            border-radius: 12px;
            padding: 1.25rem;
            margin-bottom: 1rem;
        }
        .firma-kayit-ozet-row {
            display: flex;
            justify-content: space-between;
            gap: 1rem;
            padding: 0.5rem 0;
            border-bottom: 1px solid #F3F4F6;
            font-size: 0.875rem;
        }
        .firma-kayit-ozet-row:last-child { border-bottom: none; }
        .firma-kayit-ozet-row span { color: #9CA3AF; }
        .firma-kayit-ozet-row strong { color: #1F2937; text-align: right; }
        .firma-kayit-nav {
            display: flex;
            justify-content: space-between;
            gap: 1rem;
            margin-top: 2rem;
            padding-top: 1.5rem;
            border-top: 1px solid #F3F4F6;
        }
        .firma-kayit-nav .auth-btn { width: auto; flex: 1; }
        .firma-kayit-nav .auth-btn--outline { flex: 0 0 auto; }
        .firma-kayit-success {
            text-align: center;
            padding: 2rem 1rem;
        }
        .firma-kayit-success-icon {
            font-size: 3rem;
            color: #10B981;
            margin-bottom: 1rem;
        }
        .firma-kayit-success h3 {
            font-size: 1.25rem;
            font-weight: 700;
            color: #1F2937;
            margin-bottom: 0.5rem;
        }
        .firma-kayit-success p { font-size: 0.9375rem; color: #64748B; }
        .firma-kayit-benefits {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1rem;
            margin-top: 2.5rem;
        }
        @media (min-width: 640px) {
            .firma-kayit-benefits { grid-template-columns: repeat(3, 1fr); }
        }
        .firma-kayit-benefit {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            padding: 1.25rem;
            background: #fff;
            border: 1px solid #F3F4F6;
            border-radius: 14px;
        }
        .firma-kayit-benefit i {
            width: 2.5rem;
            height: 2.5rem;
            background: #FDF2F8;
            color: #EC4899;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .firma-kayit-benefit strong {
            display: block;
            font-size: 0.9375rem;
            color: #1F2937;
            margin-bottom: 0.15rem;
        }
        .firma-kayit-benefit p { font-size: 0.8125rem; color: #9CA3AF; margin: 0; }
