﻿.hero-shell {
    background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.3), transparent 60%),
        radial-gradient(circle at bottom right, rgba(250, 204, 21, 0.1), transparent 50%),
        linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    /* Lighter Blue */
    padding: 120px 0 90px;
    color: #e5e7eb;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.3fr);
    gap: 3rem;
    align-items: center;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.85rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.4);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}

.hero-kicker i {
    color: #facc15;
}

.hero-title {
    font-size: clamp(2.6rem, 3.6vw, 3.9rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.05em;
    margin-bottom: 1.5rem;
}

.hero-title span {
    display: block;
    color: #facc15;
    font-size: 0.5em;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
}

.hero-sub {
    font-size: 1.05rem;
    max-width: 520px;
    color: #cbd5f5;
    line-height: 1.7;
    margin-bottom: 1.75rem;
}

.hero-metrics {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.hero-metric {
    min-width: 120px;
}

.hero-metric strong {
    display: block;
    font-size: 1.7rem;
    font-weight: 800;
    color: #f9fafb;
}

.hero-metric span {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 0.75rem;
}

.hero-actions .btn {
    border-radius: 999px;
}

.hero-search-card {
    background: radial-gradient(circle at top, rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.96));
    padding: 1.5rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(55, 65, 81, 0.75);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.8);
}

.hero-search-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9ca3af;
    margin-bottom: 0.75rem;
}

.hero-search-row {
    display: flex;
    gap: 0.75rem;
    align-items: stretch;
}

.hero-search-row input {
    flex: 1;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    background: rgba(15, 23, 42, 0.95);
    color: #e5e7eb;
    padding: 0.8rem 1rem 0.8rem 2.5rem;
    font-size: 0.95rem;
}

.hero-search-row input::placeholder {
    color: #6b7280;
}

.hero-search-row button {
    padding-inline: 1.4rem;
    border-radius: 999px;
    font-size: 0.95rem;
}

.hero-search-icon {
    position: absolute;
    left: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9rem;
    color: #9ca3af;
}

.hero-search-input-wrapper {
    position: relative;
    flex: 1;
}

.hero-quick-links {
    margin-top: 0.9rem;
    font-size: 0.8rem;
    color: #9ca3af;
}

.hero-quick-links a {
    color: #e5e7eb;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
}

.hero-quick-links a:hover {
    color: #facc15;
}

.hero-side {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-pulse-card {
    background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.15), transparent 60%),
        rgba(15, 23, 42, 0.94);
    border-radius: 1.25rem;
    padding: 1.1rem 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.5);
}

.hero-pulse-title {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9ca3af;
    margin-bottom: 0.4rem;
}

.hero-pulse-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.hero-pulse-main strong {
    font-size: 1.4rem;
    font-weight: 800;
}

.hero-pulse-chip {
    font-size: 0.8rem;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.12);
    color: #bbf7d0;
    border: 1px solid rgba(34, 197, 94, 0.6);
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.6rem;
    font-size: 0.8rem;
    color: #9ca3af;
}

.hero-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px dashed rgba(148, 163, 184, 0.7);
}

.hero-trust-badge i {
    color: #facc15;
}

/* CATEGORY / SEGMENT SECTION */
.section-shell {
    padding: 80px 0 70px;
    background: #f5f5fa;
}

.section-header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.section-header h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.04em;
}

.section-header p {
    max-width: 460px;
    font-size: 0.95rem;
    color: #6b7280;
}

/* CATEGORY SLIDER */
.category-slider-wrapper {
    position: relative;
    padding: 0 40px;
    /* Space for arrows */
}

.category-swiper {
    padding: 20px 0 50px !important;
}

.category-card-v2 {
    display: block;
    background: #ffffff;
    border-radius: 1.5rem;
    overflow: hidden;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid #e2e8f0;
    height: 100%;
}

.category-card-img {
    height: 180px;
    background: #f8fafc;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.category-no-img {
    font-size: 3rem;
    color: #cbd5e1;
}

.category-card-v2:hover {
    transform: translateY(-8px);
    border-color: #2563eb;
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.1);
}

.category-card-v2:hover .category-card-img img {
    transform: scale(1.1);
}

.category-card-info {
    padding: 1.5rem;
    background: white;
}

.category-card-name {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-card-explore {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #2563eb;
    font-size: 0.95rem;
    font-weight: 700;
}

.category-card-explore i {
    font-size: 0.8rem;
    transition: transform 0.3s;
}

.category-card-v2:hover .category-card-explore i {
    transform: translateX(5px);
}

/* Swiper Customization */
.category-swiper .swiper-button-next,
.category-swiper .swiper-button-prev {
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 50%;
    color: #1e293b;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
}

.category-swiper .swiper-button-next::after,
.category-swiper .swiper-button-prev::after {
    font-size: 1.1rem;
    font-weight: 900;
}

.category-swiper .swiper-button-next {
    right: 5px;
}

.category-swiper .swiper-button-prev {
    left: 5px;
}

.category-swiper .swiper-pagination-bullet-active {
    background: #2563eb;
    width: 24px;
    border-radius: 4px;
}

/* SKELETON V2 */
.category-skeleton {
    background: white;
    border-radius: 1.5rem;
    border: 1px solid #f1f5f9;
    overflow: hidden;
    height: 300px;
}

.skeleton-image {
    height: 180px;
    background: #f1f5f9;
    position: relative;
    overflow: hidden;
}

.skeleton-text {
    padding: 1.5rem;
}

.skeleton-line {
    height: 20px;
    background: #f1f5f9;
    border-radius: 4px;
    width: 70%;
    position: relative;
    overflow: hidden;
}

.skeleton-image::after,
.skeleton-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    animation: shimmer 1.5s infinite;
    transform: translateX(-100%);
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 640px) {
    .category-slider-wrapper {
        padding: 0;
    }

    .category-swiper .swiper-button-next,
    .category-swiper .swiper-button-prev {
        display: none;
    }
}


/* CTA BAND */
.cta-band-shell {
    padding: 40px 0 70px;
    background: #f8fafc;
}

.cta-band-card {
    background: #ffffff;
    color: #1e293b;
    border-radius: 1.9rem;
    padding: 3.2rem 2.4rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cta-band-title {
    color: #111827;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 0.75rem;
    text-align: center;
}

.cta-band-text {
    font-size: 1rem;
    color: #475569;
    text-align: center;
    max-width: 650px;
    margin-inline: auto;
    line-height: 1.6;
}

.cta-band-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.8rem;
    justify-content: center;
}

.cta-band-actions .btn {
    border-radius: 999px;
    padding: 0.75rem 2rem;
    font-weight: 600;
}

.cta-tagline {
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 1rem;
    text-align: center;
}

.cta-tagline i {
    color: #10b981;
    margin-right: 0.5rem;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    font-size: 0.75rem;
    font-weight: 700;
    color: #475569;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cta-badge i {
    color: #f59e0b;
}

.cta-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    font-size: 0.82rem;
}

.cta-metrics strong {
    display: block;
    font-size: 1.4rem;
    font-weight: 800;
}

.cta-metrics span {
    color: #9ca3af;
}

@media (max-width: 992px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .hero-shell {
        padding-top: 100px;
    }

    .cta-band-card {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .hero-shell {
        padding: 90px 0 70px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-metrics {
        gap: 1.25rem;
    }

    /* Minimal Mobile Search Card */
    .hero-search-card {
        padding: 1rem;
        background: rgba(255, 255, 255, 0.03);
        /* Lighter/Glassy */
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: none;
        /* Remove heavy shadow */
    }

    .hero-search-label {
        text-align: center;
        opacity: 0.8;
        margin-bottom: 0.5rem;
    }

    .hero-search-row {
        flex-direction: column;
        /* Stack input and button */
        gap: 0.5rem;
    }

    .hero-search-row input {
        background: rgba(0, 0, 0, 0.2);
        border-color: rgba(255, 255, 255, 0.1);
        color: #fff;
        font-size: 0.9rem;
        padding: 0.6rem 1rem 0.6rem 2.5rem;
    }

    .hero-search-icon {
        left: 1rem;
        font-size: 0.8rem;
    }

    .hero-search-row button {
        width: 100%;
        /* Full width button */
        padding: 0.6rem;
        font-size: 0.9rem;
        background: transparent;
        /* Minimal ghost style or outlined */
        border: 1px solid rgba(250, 204, 21, 0.5);
        /* Use brand yellow border */
        color: #facc15;
        font-weight: 500;
    }

    .hero-search-row button:active {
        background: rgba(250, 204, 21, 0.1);
    }
}

/* FEATURED PRODUCTS SECTION */
.featured-products-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.public-product-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.public-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
    border-color: #cbd5e1;
}

.product-image-area {
    position: relative;
    padding-top: 100%;
    background: #f8fafc;
    overflow: hidden;
    border-bottom: 1px solid #f1f5f9;
}

.product-image-area img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1.5rem;
    transition: transform 0.5s ease;
}

.public-product-card:hover .product-image-area img {
    transform: scale(1.08);
}

.product-info {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: #fff;
}

.product-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3rem;
    line-height: 1.5;
    transition: color 0.2s;
}

.public-product-card:hover .product-name {
    color: #2563eb;
}

/* Price Placeholder (Not Logged In) */
.product-price-placeholder {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8fafc;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
}

.price-text-blur {
    font-size: 0.95rem;
    font-weight: 700;
    color: #94a3b8;
    filter: blur(4px);
    user-select: none;
}

.login-to-see {
    font-size: 0.75rem;
    font-weight: 600;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}

/* Badge */
.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    color: #0f172a;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

/* Product Price and Action Row (Logged In) */
.product-price-action-row {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.product-price-display {
    display: flex;
    flex-direction: column;
}

.price-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 2px;
}

.price-value {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -0.02em;
}

.add-to-cart-btn {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #2563eb;
    /* Corporate Blue */
    color: #ffffff;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2);
}

.add-to-cart-btn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px -1px rgba(37, 99, 235, 0.3);
}

.add-to-cart-btn:active {
    transform: translateY(0);
}

.product-card-link {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.section-cta {
    text-align: center;
    margin-top: 3.5rem;
}

@media (max-width: 640px) {
    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .public-product-card {
        border-radius: 12px;
    }

    .product-info {
        padding: 0.75rem;
    }

    .product-name {
        font-size: 0.9rem;
        height: 2.7rem;
        margin-bottom: 0.5rem;
        font-weight: 500;
    }

    .product-price-action-row {
        padding-top: 0.75rem;
    }

    .price-value {
        font-size: 1rem;
    }

    .add-to-cart-btn {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
        border-radius: 6px;
    }

    .product-badge {
        font-size: 0.6rem;
        padding: 0.25rem 0.5rem;
        top: 8px;
        left: 8px;
    }
}

/* BRAND LOGO SLIDER */
.brand-logo-section {
    padding: 1rem 0;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    overflow: hidden;
    width: 100%;
}

/* Mobile adjustment for overlapping footer widget */
@media (max-width: 991.98px) {
    .brand-logo-section {
        padding-bottom: 80px;
        /* Space for the floating widget */
    }
}

.brand-logo-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.brand-logo-track {
    display: flex;
    width: calc(200px * 40);
    /* Large enough width for items */
    animation: scroll-brands 60s linear infinite;
    align-items: center;
}

.brand-logo-item {
    width: 220px;
    height: 110px;
    /* Increased height */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 20px;
}

.brand-logo-item img {
    max-width: 100%;
    max-height: 80px;
    /* Increased logo size */
    object-fit: contain;
    /* Renki ve canlı görünüm için filter kaldırıldı */
    opacity: 1;
    transition: all 0.4s ease;
}

.brand-logo-item:hover img {
    transform: scale(1.15);
}

@keyframes scroll-brands {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-200px * 20));
    }

    /* Half of items */
}

/* Gradient Fades */
.brand-logo-container::before,
.brand-logo-container::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 15%;
    z-index: 2;
    pointer-events: none;
}

.brand-logo-container::before {
    left: 0;
    top: 0;
    background: linear-gradient(to right, #ffffff, transparent);
}

.brand-logo-container::after {
    right: 0;
    top: 0;
    background: linear-gradient(to left, #ffffff, transparent);
}

/* BRANCHES SECTION */
.branches-section {
    padding: 80px 0;
    background: #ffffff;
}

.branches-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.branch-card {
    background: #f8fafc;
    border-radius: 1.5rem;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    cursor: pointer;
}

.branch-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e1;
}

.branch-header {
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
}

.branch-icon {
    width: 48px;
    height: 48px;
    background: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: 1.25rem;
}

.branch-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.branch-map-container {
    width: 100%;
    height: 350px;
    border: 0;
    display: block;
    flex-grow: 1;
}

.branch-map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .branches-section {
        padding: 60px 0;
    }

    .branch-map-container {
        height: 300px;
    }
}

/* PWA DOWNLOAD BANNER - MINIMAL */
.pwa-download-banner {
    padding: 80px 0;
    position: relative;
    overflow: visible;
    /* Allow phone to pop out */
}

.pwa-banner-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.pwa-banner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.pwa-banner-content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1rem;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.pwa-banner-content h2 .highlight {
    color: #2563eb;
    display: block;
    /* Make it more stylistic */
}

.pwa-banner-subtitle {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 2rem;
    line-height: 1.6;
    max-width: 500px;
}

.pwa-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #facc15, #f59e0b);
    color: #1e293b;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(250, 204, 21, 0.3);
}

.pwa-download-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(250, 204, 21, 0.4);
    color: #1e293b;
}

.pwa-download-btn i {
    font-size: 1.1rem;
}

.pwa-phone-mockup {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
}

.pwa-phone-mockup img {
    max-width: 320px;
    height: auto;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.2));
    transform: rotate(-12deg) translateY(20px);
    /* Increased tilt for "yatay" look */
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.pwa-download-banner:hover .pwa-phone-mockup img {
    transform: rotate(-10deg) translateY(0);
    /* Stays tilted on hover, just moves slightly */
}

@media (max-width: 992px) {
    .pwa-download-banner {
        padding: 60px 0 100px;
    }

    .pwa-banner-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        padding: 0;
    }

    .pwa-banner-content h2 {
        font-size: 2rem;
    }

    .pwa-banner-subtitle {
        margin-inline: auto;
    }

    .pwa-phone-mockup {
        justify-content: center;
    }

    .pwa-phone-mockup img {
        max-width: 240px;
        transform: rotate(0) translateY(0);
    }
}

@media (max-width: 640px) {
    .pwa-download-banner {
        padding: 30px 0;
    }

    .pwa-banner-grid {
        padding: 20px;
    }

    .pwa-banner-content h2 {
        font-size: 1.2rem;
    }

    .pwa-banner-subtitle {
        font-size: 0.85rem;
    }

    .pwa-phone-mockup img {
        max-width: 150px;
    }
}

/* iOS PWA MODAL */
.pwa-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 20px;
}

.pwa-modal {
    background: white;
    border-radius: 24px;
    max-width: 400px;
    width: 100%;
    padding: 32px;
    position: relative;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: modalSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalSlideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.pwa-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    background: #f1f5f9;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.pwa-modal-close:hover {
    background: #e2e8f0;
    color: #1e293b;
}

.pwa-modal-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.pwa-modal h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 12px;
}

.pwa-modal p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

.pwa-steps {
    text-align: left;
    background: #f8fafc;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 24px;
}

.pwa-step {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: #334155;
}

.pwa-step:last-child {
    margin-bottom: 0;
}

.pwa-step-num {
    width: 24px;
    height: 24px;
    background: #2563eb;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.pwa-ios-icon {
    font-size: 1.2rem;
    color: #007aff;
}

.pwa-modal-btn {
    width: 100%;
    background: #2563eb;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
}

.pwa-modal-btn:hover {
    background: #1d4ed8;
}

/* SSS / FAQ STYLES v2 - Ultra Minimalist & Premium */
.sss-page-shell {
    background: #ffffff;
    padding: 80px 0 120px;
}

.sss-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
}

.sss-badge {
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #e2e8f0;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
}

.sss-header h1 {
    font-size: 3rem;
    font-weight: 850;
    color: #0f172a;
    margin-bottom: 1rem;
    letter-spacing: -0.05em;
}

.sss-header p {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 600px;
}

.sss-container-narrow {
    max-width: 800px;
    margin: 0 auto;
}

.sss-group-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 2rem;
    text-align: center;
}

.sss-accordion-item {
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 0;
    border-radius: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sss-accordion-item.active {
    background: #f8fafc;
    border-radius: 16px;
    border-bottom-color: transparent;
    margin-top: 8px;
    margin-bottom: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.sss-accordion-header {
    padding: 24px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: transparent;
}

.sss-accordion-header h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    transition: color 0.3s;
}

.sss-accordion-item.active .sss-accordion-header h3 {
    color: #2563eb;
}

.sss-accordion-header i {
    color: #94a3b8;
    font-size: 1rem;
    transition: all 0.3s;
}

.sss-accordion-item.active .sss-accordion-header i {
    transform: rotate(45deg);
    color: #2563eb;
}

.sss-accordion-content {
    padding: 0 20px 24px;
    display: none;
    color: #475569;
    line-height: 1.7;
    font-size: 1rem;
    animation: fadeIn 0.4s ease;
}

.sss-accordion-item.active .sss-accordion-content {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* HOME FAQ INTEGRATION */
.home-faq-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    background: white;
    padding: 40px;
    border-radius: 2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04);
    border: 1px solid #f1f5f9;
}

.home-faq-content {
    padding-right: 20px;
}

.home-faq-visual {
    text-align: center;
}

.sss-character-v2 {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}

@media (max-width: 992px) {
    .home-faq-wrapper {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .home-faq-visual {
        order: -1;
    }
}

/* HOME FAQ LAYOUT */
.faq-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}

.sss-character {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.05));
    animation: float 6s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@media (max-width: 992px) {

    .sss-header,
    .sss-content-grid,
    .faq-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sss-header-visual,
    .faq-visual {
        order: -1;
        text-align: center;
    }

    .sss-header-content h1 {
        font-size: 2.5rem;
    }

    .sss-nav {
        position: static;
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding: 10px;
    }

    .sss-nav-item {
        white-space: nowrap;
    }
}