/*
Theme Name: mh-market
Description: MH Market teması - Dijital ürün pazar yeri
Version: 1.0
Author: Mustafa Hazırcı
*/

/* ============================================
   1. WOOCOMMERCE GİZLEMELERİ
   ============================================ */
.woocommerce-breadcrumb,
.woocommerce-product-gallery,
.woocommerce span.onsale,
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products,
.woocommerce div.product .product_meta,
.woocommerce-page .quantity label,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    display: none !important;
}

.woocommerce .product,
.woocommerce div.product { margin: 0; padding: 0; float: none; width: auto; }

.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle,
.checkout_coupon {
    width: 100% !important;
    clear: both !important;
    float: none !important;
    margin-bottom: 20px;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
    border-radius: 12px; font-weight: 600; margin: 0 0 20px 0; padding: 18px 25px;
    background: #fff; border-top: 3px solid #6c5ce7; color: #2d3436;
    display: block; box-shadow: 0 5px 25px rgba(0,0,0,0.04);
}
.woocommerce-message::before, .woocommerce-info::before { display: none; }
.woocommerce-message a, .woocommerce-info a { color: #6c5ce7; font-weight: 800; text-decoration: underline; margin-left: 5px;}

.woocommerce::after, .woocommerce-cart-form::after, form.woocommerce-checkout::after, .woocommerce-billing-fields__field-wrapper::after {
    content: ""; display: table; clear: both;
}

/* ============================================
   2. TEMEL AYARLAR & DEĞİŞKENLER
   ============================================ */
* { box-sizing: border-box !important; }

:root {
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
    --shadow-md: 0 4px 6px rgba(0,0,0,0.04), 0 2px 4px rgba(0,0,0,0.03);
    --shadow-lg: 0 10px 25px rgba(0,0,0,0.06), 0 4px 10px rgba(0,0,0,0.04);
    --shadow-xl: 0 20px 40px rgba(0,0,0,0.08), 0 8px 16px rgba(0,0,0,0.04);
    --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1);
}

body {
    margin: 0; padding: 0;
    font-family: var(--font-sans);
    line-height: 1.7; color: #334155; background: #f8fafc;
    display: flex; flex-direction: column; min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.site-content { flex: 1 0 auto; width: 100%; }
a { text-decoration: none; color: inherit; transition: color var(--transition-fast); }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; width: 100%; }

/* ============================================
   3. HEADER
   ============================================ */
.glass-card {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(12px);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(255,255,255,0.3);
    padding: 24px;
    margin-bottom: 24px;
}

.sticky-cta {
    position: sticky;
    bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 10;
    background: #6c5ce7;
    color: white;
    padding: 14px 0;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-fast);
}
.sticky-cta:hover { background: #5b4cdb; }

.site-header {
    background: #6c5ce7; color: white; padding: 14px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 4px 12px rgba(108,92,231,0.15);
    position: sticky; top: 0; z-index: 100;
    backdrop-filter: blur(10px);
}
.header-container { display: flex; justify-content: space-between; align-items: center; gap: 20px; }

.logo { flex-shrink: 0; }
.logo a { font-size: 22px; font-weight: 800; color: white; letter-spacing: -0.5px; display: flex; align-items: center; gap: 8px; }
.logo img { max-height: 40px; width: auto; display: block; }

.header-search { flex: 1; max-width: 420px; margin: 0 24px; }
.search-form { display: flex; position: relative; width: 100%; }
.search-field {
    width: 100%; height: 40px; border-radius: 20px; border: none;
    padding: 0 42px 0 18px; font-size: 14px; outline: none !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08); transition: all var(--transition-base);
    background: rgba(255,255,255,0.95) !important; color: #1e293b !important;
}
.search-field::placeholder { color: #94a3b8; }
.search-field:focus {
    box-shadow: 0 0 0 3px rgba(255,255,255,0.25), 0 4px 12px rgba(0,0,0,0.1);
    background: #fff !important;
}
.search-submit {
    position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
    background: transparent; border: none; font-size: 16px; cursor: pointer;
    padding: 6px 10px; opacity: 0.5; transition: opacity var(--transition-fast);
    color: #64748b;
}
.search-submit:hover { opacity: 1; }

.header-right { flex-shrink: 0; display: flex; align-items: center; justify-content: flex-end; }
.main-navigation ul { display: flex; list-style: none; margin: 0; padding: 0; gap: 8px; align-items: center; }
.main-navigation a {
    color: white; font-weight: 500; font-size: 14px; padding: 8px 14px;
    border-radius: var(--radius-sm); transition: all var(--transition-fast);
}
.main-navigation a:hover { background: rgba(255,255,255,0.12); }

.header-cart { display: flex; align-items: center; gap: 8px; margin-left: 16px; }
.cart-contents {
    position: relative; color: white; display: flex; align-items: center;
    padding: 8px 12px; border-radius: var(--radius-sm); transition: all var(--transition-fast);
}
.cart-contents:hover { background: rgba(255,255,255,0.12); }
.cart-count {
    position: absolute; top: -4px; right: -4px;
    background: #10b981; color: white; font-size: 10px; font-weight: 800;
    min-width: 18px; height: 18px; display: flex; align-items: center; justify-content: center;
    border-radius: 50px; padding: 0 4px; border: 2px solid #6c5ce7;
    animation: cartPulse 0.3s ease;
}
@keyframes cartPulse {
    0% { transform: scale(0.8); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

/* ============================================
   4. BREADCRUMB
   ============================================ */
.breadcrumb {
    margin: 24px 0; padding: 12px 18px; background: white;
    border-radius: var(--radius-md); font-size: 13px; color: #64748b;
    display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
    box-shadow: var(--shadow-sm); border: 1px solid #e2e8f0;
}
.breadcrumb a { color: #6c5ce7; font-weight: 500; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .sep { color: #cbd5e1; }
.breadcrumb .current { color: #1e293b; font-weight: 600; }

/* ============================================
   5. HERO SECTION
   ============================================ */
.hero-section {
    background: linear-gradient(135deg, #6c5ce7 0%, #4f46e5 50%, #7c3aed 100%);
    color: white; padding: 120px 24px 140px; text-align: center;
    position: relative; overflow: hidden;
    background-size: cover; background-position: center;
}
.hero-section .hero-overlay { position:absolute; inset:0; z-index:1; }
.hero-section::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(255,255,255,0.05) 0%, transparent 40%);
    pointer-events: none;
}
.hero-section::after {
    content: ""; position: absolute; bottom: -2px; left: 0; width: 100%; height: 80px;
    background: #f8fafc;
    clip-path: ellipse(55% 100% at 50% 100%);
    z-index: 1;
}
.hero-content { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; }
.hero-content h1 {
    font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 900;
    margin-bottom: 20px; line-height: 1.15; letter-spacing: -1.5px;
}
.hero-content h1 span { color: #34d399; }
.hero-content p { font-size: clamp(1rem, 2vw, 1.2rem); margin-bottom: 40px; opacity: 0.9; line-height: 1.7; max-width: 600px; margin-left: auto; margin-right: auto; }

.hero-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.hero-buttons a {
    padding: 14px 32px; border-radius: 50px; font-weight: 700; font-size: 15px;
    transition: all var(--transition-base); text-decoration: none;
    display: inline-flex; align-items: center; gap: 8px;
}
.btn-hero-primary {
    background: #10b981; color: white;
    box-shadow: 0 4px 14px rgba(16,185,129,0.35);
}
.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16,185,129,0.45);
}
.btn-hero-secondary {
    background: rgba(255,255,255,0.1); color: white;
    border: 1.5px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(8px);
}
.btn-hero-secondary:hover {
    background: white; color: #6c5ce7;
    border-color: white;
}

/* ============================================
   6. FEATURES SECTION
   ============================================ */
.features-section {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px; margin: 0 auto 80px; position: relative; z-index: 3;
}
.feature-box {
    background: white; padding: 36px 28px; border-radius: var(--radius-lg);
    text-align: center; box-shadow: var(--shadow-md);
    border: 1px solid #e2e8f0; border-top: 3px solid #6c5ce7;
    transition: all var(--transition-base);
}
.feature-box:nth-child(2) { border-top-color: #10b981; }
.feature-box:nth-child(3) { border-top-color: #f59e0b; }
.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
}
.feature-icon { font-size: 44px; margin-bottom: 18px; display: inline-block; }
.feature-box h3 { font-size: 1.2rem; color: #1e293b; margin-bottom: 12px; font-weight: 700; }
.feature-box p { color: #64748b; font-size: 14px; line-height: 1.7; }

.section-title { text-align: center; margin-bottom: 48px; }
.section-title h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); color: #1e293b; font-weight: 800; margin-bottom: 12px; letter-spacing: -0.5px; }
.section-title p { color: #64748b; font-size: 1.05rem; max-width: 500px; margin: 0 auto; }

/* ============================================
   7. PRODUCT GRID & CARDS
   ============================================ */
.product-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px; margin-bottom: 60px;
}
.product-card {
    background: white; border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: var(--shadow-sm); border: 1px solid #e2e8f0;
    transition: all var(--transition-base);
    display: flex; flex-direction: column;
}
.product-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: transparent;
}
.card-image { position: relative; overflow: hidden; aspect-ratio: 16/10; background: #f1f5f9; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition-slow); }
.product-card:hover .card-image img { transform: scale(1.05); }
.card-placeholder {
    width: 100%; height: 100%;
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
    display: flex; align-items: center; justify-content: center;
    color: #6366f1; font-size: 18px; font-weight: 600;
}
.card-content { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.card-badges { display: flex; gap: 6px; margin-bottom: 12px; flex-wrap: wrap; }
.badge {
    font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 6px;
    letter-spacing: 0.3px; display: inline-flex; align-items: center; gap: 4px;
}
.theme-badge { background: #ede9fe; color: #7c3aed; }
.plugin-badge { background: #d1fae5; color: #059669; }
.price-badge { background: #fef3c7; color: #92400e; font-weight: 700; }
.free-badge { background: #d1fae5; color: #059669; }
.card-title {
    font-size: 1.05rem; font-weight: 650; margin-bottom: 0; line-height: 1.4;
    color: #1e293b; flex: 1;
}
.card-title a { display: block; }
.card-title a:hover { color: #6c5ce7; }
.card-excerpt { font-size: 13px; color: #64748b; line-height: 1.6; margin-bottom: 16px; }
.card-footer {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 16px; margin-top: auto;
    border-top: 1px solid #f1f5f9;
}
.card-price { font-size: 1.1rem; font-weight: 750; color: #1e293b; }
.card-price del { font-size: 13px; color: #94a3b8; font-weight: 400; margin-right: 6px; }
.card-price ins { color: #10b981; text-decoration: none; }
.btn-details {
    background: #6c5ce7; color: white; padding: 8px 16px; border-radius: var(--radius-sm);
    font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 4px;
    transition: all var(--transition-fast);
}
.btn-details:hover { background: #5b4cdb; transform: translateX(2px); }

/* ============================================
   8. SINGLE PRODUCT PAGE
   ============================================ */
.single-product-page { padding: 24px 0 80px; }
.product-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start; }
.product-gallery {
    background: white; padding: 12px; border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md); margin-bottom: 24px; border: 1px solid #e2e8f0;
}
.product-gallery img { width: 100%; height: auto; border-radius: var(--radius-md); }
.no-image {
    width: 100%; aspect-ratio: 16/10;
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
    border-radius: var(--radius-md); display: flex; align-items: center;
    justify-content: center; color: #6366f1; font-size: 20px; font-weight: 600;
}
.product-meta-bar { display: flex; gap: 10px; margin-bottom: 24px; flex-wrap: wrap; align-items: center; }
.version-badge { background: #f1f5f9; color: #64748b; padding: 5px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; }
.category-links a { color: #6c5ce7; text-decoration: underline; font-size: 13px; }
.product-description { background: white; padding: 32px; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); border: 1px solid #e2e8f0; }
.product-description h1 { font-size: 1.6rem; margin-bottom: 20px; color: #1e293b; font-weight: 800; letter-spacing: -0.5px; }
.entry-content { font-size: 15px; line-height: 1.8; color: #475569; }
.entry-content h2, .entry-content h3 { color: #1e293b; margin-top: 24px; }
.entry-content ul, .entry-content ol { padding-left: 20px; }
.entry-content li { margin-bottom: 8px; }

.sticky-sidebar { position: sticky; top: 100px; }
.buy-box {
    background: white; padding: 28px; border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg); text-align: center;
    border: 1px solid #e2e8f0; margin-bottom: 20px;
}
.price-wrapper { margin-bottom: 24px; }
.price-label { display: block; font-size: 11px; text-transform: uppercase; color: #94a3b8; letter-spacing: 1px; margin-bottom: 6px; font-weight: 600; }
.price-tag { font-size: 2rem; font-weight: 800; color: #1e293b; margin: 0; line-height: 1.2; }
.price-tag .old-price { text-decoration: line-through; color: #94a3b8; font-size: 1.3rem; font-weight: 500; margin-right: 8px; }
.price-tag .sale-price { color: #10b981; }
.price-tag .free-tag { color: #10b981; font-size: 1.5rem; }

.btn {
    padding: 14px 20px; border-radius: var(--radius-md); font-weight: 700; font-size: 14px;
    transition: all var(--transition-base); display: flex; align-items: center;
    justify-content: center; gap: 8px; margin-bottom: 10px; width: 100%;
    border: none; cursor: pointer; text-align: center;
}
.btn-demo { background: #f8fafc; color: #475569; border: 1.5px solid #e2e8f0; }
.btn-demo:hover { border-color: #6c5ce7; color: #6c5ce7; background: #ede9fe; }
.btn-buy {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%); color: white;
    box-shadow: 0 4px 12px rgba(16,185,129,0.3);
}
.btn-buy:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(16,185,129,0.4); }
.btn-buy:disabled { background: #cbd5e1; cursor: not-allowed; box-shadow: none; transform: none; }

.features-list { list-style: none; padding: 0; margin-top: 24px; text-align: left; }
.features-list li {
    margin-bottom: 10px; font-size: 13px; color: #64748b;
    display: flex; align-items: center; gap: 10px;
}
.features-list .check { color: #10b981; font-weight: 700; font-size: 15px; }

.trust-seal {
    margin-top: 20px; padding-top: 16px; border-top: 1px solid #f1f5f9;
    font-size: 12px; color: #94a3b8; display: flex; align-items: center;
    justify-content: center; gap: 6px;
}

.share-box {
    background: white; padding: 20px; border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm); border: 1px solid #e2e8f0;
}
.share-box h3 { font-size: 13px; font-weight: 600; color: #64748b; margin: 0 0 12px 0; text-transform: uppercase; letter-spacing: 0.5px; }
.share-buttons { display: flex; gap: 8px; }
.share-btn {
    width: 36px; height: 36px; border-radius: var(--radius-sm);
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 700; color: white;
    transition: all var(--transition-fast);
}
.share-btn.tw { background: #1da1f2; }
.share-btn.fb { background: #1877f2; }
.share-btn.li { background: #0a66c2; }
.share-btn.em { background: #64748b; }
.share-btn:hover { transform: translateY(-2px); opacity: 0.9; }

/* ============================================
   9. SEPET SAYFASI
   ============================================ */
.page-header h1 { text-align: center; margin-bottom: 40px; font-weight: 800; color: #1e293b; font-size: 2.2rem; }

@media (min-width: 993px) {
    .woocommerce-cart .cart-collaterals { float: right !important; width: 36% !important; }
}

.woocommerce-cart-form__contents { width: 100% !important; border-collapse: collapse !important; table-layout: fixed !important; }
.woocommerce-cart-form__contents th { background: transparent; padding: 14px 5px; border-bottom: 2px solid #e2e8f0; font-size: 12px; text-transform: uppercase; color: #64748b; text-align: left; letter-spacing: 0.5px; }
.woocommerce-cart-form__contents td { padding: 18px 5px; border-bottom: 1px solid #f1f5f9; vertical-align: middle; word-break: break-word; }

.woocommerce-cart-form__contents th.product-remove, .woocommerce-cart-form__contents td.product-remove { width: 6% !important; text-align: left !important; }
.woocommerce-cart-form__contents th.product-thumbnail, .woocommerce-cart-form__contents td.product-thumbnail { width: 14% !important; text-align: left !important; }
.woocommerce-cart-form__contents td.product-thumbnail img { width: 64px !important; height: 64px !important; object-fit: cover !important; border-radius: var(--radius-sm) !important; }
.woocommerce-cart-form__contents th.product-name, .woocommerce-cart-form__contents td.product-name { width: 34% !important; text-align: left !important; padding-left: 10px !important; }
.woocommerce-cart-form__contents th.product-price, .woocommerce-cart-form__contents td.product-price { width: 16% !important; text-align: center !important; white-space: nowrap !important; }
.woocommerce-cart-form__contents th.product-quantity, .woocommerce-cart-form__contents td.product-quantity { width: 14% !important; text-align: center !important; }
.woocommerce-cart-form__contents th.product-subtotal, .woocommerce-cart-form__contents td.product-subtotal { width: 16% !important; text-align: right !important; white-space: nowrap !important; }

.product-price, .product-subtotal { font-weight: 600; color: #1e293b; font-size: 14px; white-space: nowrap !important; }
.product-remove a { color: #ef4444 !important; font-size: 22px !important; font-weight: bold; display: inline-block; text-decoration: none;}
.product-remove a:hover { color: #dc2626 !important; background: transparent !important; }
.woocommerce-cart-form__contents .quantity input.qty { width: 100% !important; max-width: 52px !important; height: 36px !important; border: 1.5px solid #e2e8f0 !important; border-radius: var(--radius-sm) !important; text-align: center !important; margin: 0 auto; display: block;}

.woocommerce-cart-form__contents .actions { text-align: right; padding-top: 24px !important; border: none !important; }
.woocommerce-cart-form__contents .coupon { float: left; display: flex; gap: 10px; }
.coupon input.input-text { width: 150px !important; height: 44px !important; border: 1.5px solid #e2e8f0 !important; border-radius: var(--radius-sm) !important; padding: 0 14px !important; font-size: 14px !important; outline: none; }
.actions .button { height: 44px !important; background: #6c5ce7 !important; color: #fff !important; border: none !important; padding: 0 24px !important; border-radius: var(--radius-sm) !important; font-weight: 600 !important; cursor: pointer; transition: all var(--transition-fast); display: inline-block; line-height: 44px; }
.actions .button:hover { background: #5b4cdb !important; }

.cart_totals {
    background: #fff; padding: 28px; border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md); width: 100% !important;
    border-top: 3px solid #10b981; border: 1px solid #e2e8f0;
}
.cart_totals h2 { font-size: 1.3rem; margin-bottom: 18px; color: #1e293b; font-weight: 700; }
.cart_totals table { width: 100%; border-collapse: collapse; margin-bottom: 15px; }
.cart_totals th, .cart_totals td { padding: 12px 5px; border-bottom: 1px solid #f1f5f9; }
.cart_totals th { color: #64748b; font-weight: 600; text-align: left; width: 40%; font-size: 13px; }
.cart_totals td { text-align: right; font-weight: 700; color: #1e293b; }
.checkout-button {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: white !important; border-radius: var(--radius-md) !important;
    padding: 14px 0 !important; font-size: 1rem !important; font-weight: 700 !important;
    width: 100%; text-align: center; display: block; margin-top: 18px;
    transition: all var(--transition-base); border: none;
}
.checkout-button:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(16,185,129,0.35); }

/* ============================================
   10. ÖDEME SAYFASI
   ============================================ */
@media (min-width: 993px) {
    form.woocommerce-checkout #customer_details {
        float: left !important; width: 60% !important; background: #fff; padding: 32px;
        border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
        border: 1px solid #e2e8f0;
    }
    form.woocommerce-checkout #order_review_heading {
        float: right !important; width: 36% !important; clear: right !important;
        font-size: 1.3rem; color: #1e293b; margin: 0 0 14px 0 !important; font-weight: 700; padding-left: 10px;
    }
    form.woocommerce-checkout #order_review {
        float: right !important; width: 36% !important; clear: right !important;
        background: #fff; padding: 28px; border-radius: var(--radius-lg);
        box-shadow: var(--shadow-md); border-top: 3px solid #10b981; border: 1px solid #e2e8f0;
    }
}

#customer_details .col-1 { width: 100% !important; max-width: 100% !important; float: none !important; padding: 0 !important; }
#customer_details .col-2 { display: none !important; }

.woocommerce-billing-fields h3 { font-size: 1.3rem; color: #1e293b; margin-bottom: 22px; font-weight: 700; border-bottom: 1.5px solid #f1f5f9; padding-bottom: 14px; }
.woocommerce-additional-fields { display: none !important; }

.woocommerce form .form-row { padding: 0 !important; margin-bottom: 18px !important; }
.woocommerce form .form-row-first { width: 48% !important; float: left !important; clear: left !important; }
.woocommerce form .form-row-last { width: 48% !important; float: right !important; clear: right !important; }
.woocommerce form .form-row-wide { width: 100% !important; float: left !important; clear: both !important; }

.form-row label { font-weight: 600; color: #1e293b; margin-bottom: 6px; display: block; font-size: 13px; }
.woocommerce-input-wrapper { display: block !important; width: 100% !important; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    width: 100% !important; display: block !important; border-radius: var(--radius-sm) !important;
    padding: 0 14px !important; border: 1.5px solid #e2e8f0 !important; font-size: 14px !important;
    background: #fafbfc !important; height: 46px !important; outline: none !important;
    transition: all var(--transition-fast);
}
.select2-container .select2-selection--single { height: 46px !important; padding: 10px 14px !important; border: none !important; background: transparent !important; }
.select2-container .select2-selection--single .select2-selection__rendered { line-height: 26px; color: #1e293b !important; font-size: 14px; }
.select2-container .select2-selection--single .select2-selection__arrow { height: 46px; }
.select2-dropdown {
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    margin-top: 4px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
}
.select2-results__option {
    padding: 10px 14px !important;
    font-size: 14px !important;
    color: #1e293b !important;
}
.select2-results__option--highlighted[aria-selected] {
    background-color: #6c5ce7 !important;
    color: white !important;
}
.woocommerce form .form-row input.input-text:focus { border-color: #6c5ce7 !important; background: #fff !important; box-shadow: 0 0 0 3px rgba(108,92,231,0.1); }

.woocommerce-checkout-review-order-table { border: none !important; width: 100%; }
.woocommerce-checkout-review-order-table th { background: transparent !important; border-bottom: 2px solid #e2e8f0; padding: 12px 0; color: #64748b; font-size: 12px; text-transform: uppercase; text-align: left; letter-spacing: 0.5px; }
.woocommerce-checkout-review-order-table td { border-bottom: 1px solid #f1f5f9; padding: 12px 0; }
.woocommerce-checkout-review-order-table .product-name { font-weight: 600; color: #1e293b; }

#payment { background: transparent !important; padding: 0 !important; margin-top: 18px; }
#payment ul.payment_methods li { background: #f8fafc; border-radius: var(--radius-sm); padding: 14px; margin-bottom: 8px; border: 1px solid #e2e8f0; list-style: none;}
#payment div.payment_box { background: transparent !important; padding: 12px 0 0 !important; color: #64748b; font-size: 13px; margin: 0 !important; box-shadow: none !important; }
#payment div.payment_box::before { display: none !important; }

#place_order {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: white !important; border-radius: var(--radius-md) !important;
    padding: 16px !important; font-size: 1.1rem !important; font-weight: 700 !important;
    width: 100%; margin-top: 18px; border: none; cursor: pointer;
    transition: all var(--transition-base);
}
#place_order:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(16,185,129,0.35); }

/* ============================================
   11. ARCHIVE / KATEGORI
   ============================================ */
.archive-header { text-align: center; padding: 48px 0 36px; }
.archive-type { display: inline-block; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 600; margin-bottom: 14px; }
.archive-type.theme { background: #ede9fe; color: #7c3aed; }
.archive-type.plugin { background: #d1fae5; color: #059669; }
.archive-header h1 { font-size: 1.8rem; color: #1e293b; margin-bottom: 10px; font-weight: 800; }
.archive-header p { color: #64748b; font-size: 15px; }

.no-products { grid-column: 1 / -1; text-align: center; padding: 80px 20px; }
.no-products-icon { font-size: 56px; margin-bottom: 18px; }
.no-products h3 { font-size: 1.4rem; color: #1e293b; margin-bottom: 10px; font-weight: 700; }
.no-products p { color: #64748b; }

.pagination { grid-column: 1 / -1; display: flex; justify-content: center; gap: 6px; margin-top: 48px; }
.pagination a, .pagination span {
    padding: 10px 14px; border-radius: var(--radius-sm); background: white;
    color: #64748b; font-weight: 600; border: 1px solid #e2e8f0;
    transition: all var(--transition-fast); font-size: 13px;
}
.pagination a:hover, .pagination .current { background: #6c5ce7; color: white; border-color: #6c5ce7; }

/* ============================================
   12. FOOTER
   ============================================ */
.site-footer {
    background: #0f172a; color: #94a3b8; padding: 0;
    text-align: center; margin-top: 80px; flex-shrink: 0; width: 100%;
}

/* ============================================
   13. MARKET FILTERS (index.php)
   ============================================ */
.market-header { text-align: center; padding: 48px 0 24px; }
.market-header h1 { font-size: 2rem; font-weight: 800; color: #1e293b; margin-bottom: 8px; }
.market-header p { color: #64748b; font-size: 15px; }

.market-filters { display: flex; justify-content: center; gap: 10px; margin-bottom: 36px; flex-wrap: wrap; }
.filter-btn {
    padding: 10px 22px; border-radius: 50px; font-size: 14px; font-weight: 600;
    background: white; color: #64748b; border: 1.5px solid #e2e8f0;
    transition: all var(--transition-fast); cursor: pointer;
}
.filter-btn:hover { border-color: #6c5ce7; color: #6c5ce7; }
.filter-btn.theme.active { background: #ede9fe; color: #7c3aed; border-color: #7c3aed; }
.filter-btn.plugin.active { background: #d1fae5; color: #059669; border-color: #059669; }

/* ============================================
   14. RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .woocommerce-cart .woocommerce-cart-form, .woocommerce-cart .cart-collaterals,
    form.woocommerce-checkout #customer_details, form.woocommerce-checkout #order_review_heading,
    form.woocommerce-checkout #order_review { width: 100% !important; float: none !important; margin-bottom: 30px !important; margin-right: 0 !important; }

    .product-layout { grid-template-columns: 1fr; }
    .sticky-sidebar { position: static; }
}

@media (max-width: 768px) {
    .product-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
    .features-section { grid-template-columns: 1fr; gap: 16px; }

    .woocommerce form .form-row-first, .woocommerce form .form-row-last { width: 100% !important; float: none !important; }
    .woocommerce-cart-form { overflow-x: auto; }
    .woocommerce-cart-form__contents { min-width: 600px; }
    .woocommerce-cart-form__contents .actions { flex-direction: column !important; align-items: stretch !important; }
    .woocommerce-cart-form__contents .coupon { flex-direction: column !important; width: 100% !important; margin-bottom: 15px !important; }
    .coupon input.input-text, .woocommerce-cart-form__contents .actions .button { width: 100% !important; }

    .hero-section { padding: 80px 20px 110px; }
    .hero-buttons { flex-direction: column; align-items: center; }
    .hero-buttons a { width: 100%; max-width: 280px; justify-content: center; }
}

@media (max-width: 480px) {
    .container { padding: 0 16px; }
    .product-grid { grid-template-columns: 1fr; }
    .card-image { aspect-ratio: 4/3; }
    .buy-box { padding: 20px; }
    .price-tag { font-size: 1.6rem; }
}

/* ── Ürün Galerisi ── */
.gallery-thumbs { display:flex; gap:8px; margin-top:12px; flex-wrap:wrap; }
.gallery-thumb:hover { opacity:.8; }
.gallery-main { border-radius:12px; overflow:hidden; background:#fafafa; }

/* ── Ürün Tabları ── */
.product-tabs { clear:both; }
.tab-btn { transition:.2s; }
.tab-btn:hover { color:#6c5ce7 !important; }
.tab-content { animation:fadeIn .25s ease; }
@keyframes fadeIn { from{opacity:0;transform:translateY(6px)} to{opacity:1;transform:translateY(0)} }

/* ── Hesabım Lisanslar ── */
.wpm-licenses-section table { width:100%; border-collapse:collapse; font-size:14px; }
.wpm-licenses-section th { background:#f8f9fa; text-align:left; padding:12px; border-bottom:2px solid #e5e5e5; font-weight:700; color:#333; }
.wpm-licenses-section td { padding:12px; border-bottom:1px solid #f0f0f0; }

/* ── Sipariş Alındı (Order Received) ── */
.wpm-order-received { max-width: 780px; margin: 40px auto; padding: 0 20px; }

.wpm-thankyou-card { text-align: center; padding: 48px 32px; background: #fff; border-radius: var(--radius-lg, 16px); box-shadow: var(--shadow-lg, 0 10px 25px rgba(0,0,0,0.06)); margin-bottom: 28px; }

.wpm-thankyou-success { border-top: 4px solid #27ae60; }

.wpm-thankyou-error { border-top: 4px solid #e74c3c; }

.wpm-thankyou-icon { font-size: 56px; line-height: 1; margin-bottom: 12px; }

.wpm-thankyou-success .wpm-thankyou-icon { color: #27ae60; }

.wpm-thankyou-error .wpm-thankyou-icon { color: #e74c3c; }

.wpm-thankyou-card h2 { margin: 0 0 8px; font-size: 26px; color: #1e293b; font-weight: 700; }

.wpm-thankyou-sub { margin: 0; color: #64748b; font-size: 15px; }

.wpm-order-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; margin-bottom: 28px; }

.wpm-order-detail-card { background: #fff; border-radius: var(--radius-md, 12px); padding: 20px 16px; box-shadow: var(--shadow-sm, 0 1px 3px rgba(0,0,0,0.06)); text-align: center; border: 1px solid #f1f5f9; transition: transform 200ms, box-shadow 200ms; }

.wpm-order-detail-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.08); }

.wpm-order-detail-icon { font-size: 24px; line-height: 1; margin-bottom: 8px; }

.wpm-order-detail-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: #94a3b8; margin-bottom: 6px; font-weight: 600; }

.wpm-order-detail-value { font-size: 15px; font-weight: 700; color: #1e293b; }

.wpm-order-email { font-size: 13px; word-break: break-all; }

.wpm-status-badge { display: inline-block; padding: 3px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; }

.wpm-status-completed { background: #d1fae5; color: #065f46; }

.wpm-status-processing { background: #dbeafe; color: #1e40af; }

.wpm-status-pending { background: #fef3c7; color: #92400e; }

.wpm-status-on-hold { background: #fef3c7; color: #92400e; }

.wpm-status-cancelled { background: #fee2e2; color: #991b1b; }

.wpm-status-failed { background: #fee2e2; color: #991b1b; }

.wpm-status-refunded { background: #e0e7ff; color: #3730a3; }

.wpm-order-items-card { background: #fff; border-radius: var(--radius-md, 12px); padding: 24px; box-shadow: var(--shadow-sm, 0 1px 3px rgba(0,0,0,0.06)); border: 1px solid #f1f5f9; margin-bottom: 28px; }

.wpm-order-items-title { margin: 0 0 16px; font-size: 16px; color: #1e293b; font-weight: 700; }

.wpm-order-items-list { display: flex; flex-direction: column; gap: 0; }

.wpm-order-item-row { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid #f1f5f9; }

.wpm-order-item-row:last-child { border-bottom: none; padding-bottom: 0; }

.wpm-order-item-row:first-child { padding-top: 0; }

.wpm-order-item-thumb { flex-shrink: 0; width: 56px; height: 56px; border-radius: 10px; overflow: hidden; background: #f8fafc; display: flex; align-items: center; justify-content: center; border: 1px solid #eef2f6; }

.wpm-order-item-thumb img { width: 100%; height: 100%; object-fit: cover; }

.wpm-order-item-thumb-placeholder { font-size: 24px; }

.wpm-order-item-info { flex: 1; min-width: 0; }

.wpm-order-item-name { font-size: 14px; font-weight: 600; color: #1e293b; margin-bottom: 4px; }

.wpm-order-item-meta { font-size: 13px; color: #94a3b8; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }

.wpm-order-item-badge { display: inline-block; padding: 2px 8px; border-radius: 6px; background: #ede9fe; color: #6c5ce7; font-size: 11px; font-weight: 600; }

.wpm-order-item-total { font-size: 14px; font-weight: 700; color: #1e293b; white-space: nowrap; }

.wpm-thankyou-footer { background: #fff; border-radius: var(--radius-md, 12px); padding: 28px 24px; box-shadow: var(--shadow-sm, 0 1px 3px rgba(0,0,0,0.06)); text-align: center; border: 1px solid #f1f5f9; }

.wpm-thankyou-footer-icon { font-size: 32px; line-height: 1; margin-bottom: 12px; }

.wpm-thankyou-footer p { margin: 0 0 18px; color: #64748b; font-size: 14px; line-height: 1.6; }

.wpm-thankyou-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

.wpm-btn { display: inline-flex; align-items: center; gap: 6px; padding: 12px 24px; border-radius: var(--radius-sm, 8px); font-weight: 600; font-size: 14px; cursor: pointer; transition: all var(--transition-base, 250ms); border: none; text-decoration: none; }

.wpm-btn-primary { background: #6c5ce7; color: #fff; }

.wpm-btn-primary:hover { background: #5a4bd1; color: #fff; }

.wpm-btn-outline { background: transparent; color: #6c5ce7; border: 2px solid #6c5ce7; }

.wpm-btn-outline:hover { background: #6c5ce7; color: #fff; }

.wpm-btn-cancel { background: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }

.wpm-btn-cancel:hover { background: #fecaca; color: #7f1d1d; }

@media (max-width: 600px) { .wpm-order-grid { grid-template-columns: 1fr 1fr; } .wpm-thankyou-card { padding: 32px 20px; } .wpm-order-item-row { flex-wrap: wrap; } .wpm-order-item-total { width: 100%; padding-left: 70px; } }

/* ============================================
   PREMIUM AGENCY HOMEPAGE
   ============================================ */

/* Hero Premium */
.hero-premium {
    min-height: 90vh; display: flex; align-items: center;
    background: #0c0a1d; color: white; position: relative; overflow: hidden;
    padding: 40px 0;
}
.hero-premium .container {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
    align-items: center; position: relative; z-index: 2;
}
.hero-premium-bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-glow {
    position: absolute; border-radius: 50%; filter: blur(80px);
    opacity: 0.15;
}
.glow-1 { width: 600px; height: 600px; background: #6c5ce7; top: -200px; right: -100px; }
.glow-2 { width: 400px; height: 400px; background: #10b981; bottom: -100px; left: -50px; }
.glow-3 { width: 300px; height: 300px; background: #8b5cf6; top: 50%; left: 50%; transform: translate(-50%,-50%); }

.hero-badge-wrap {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(108,92,231,0.12); border: 1px solid rgba(108,92,231,0.2);
    padding: 6px 16px 6px 8px; border-radius: 50px; font-size: 12px; font-weight: 600;
    color: #a78bfa; margin-bottom: 24px; letter-spacing: 0.3px;
}
.hero-badge-pulse {
    width: 8px; height: 8px; border-radius: 50%; background: #34d399;
    animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}
.hero-premium-content h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 900; line-height: 1.1; margin-bottom: 20px; letter-spacing: -1px; }
.gradient-text {
    background: linear-gradient(135deg, #6c5ce7, #a78bfa, #34d399);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-subtitle { font-size: 1.05rem; color: #94a3b8; line-height: 1.8; margin-bottom: 36px; max-width: 520px; }
.hero-premium-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-premium {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 32px; border-radius: 50px; font-weight: 700; font-size: 14px;
    background: linear-gradient(135deg, #6c5ce7, #8b5cf6); color: white; border: none;
    cursor: pointer; text-decoration: none; transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(108,92,231,0.35);
}
.btn-premium:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(108,92,231,0.45); }
.btn-ghost {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 32px; border-radius: 50px; font-weight: 600; font-size: 14px;
    background: transparent; color: #cbd5e1; border: 1.5px solid rgba(255,255,255,0.15);
    cursor: pointer; text-decoration: none; transition: all 0.3s;
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.3); color: white; background: rgba(255,255,255,0.04); }

/* Device Mockup */
.device-mockup {
    background: #1a1a2e; border-radius: 16px; overflow: hidden;
    border: 1px solid rgba(255,255,255,0.06); position: relative;
    box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}
.device-bar {
    background: #0f0f23; padding: 12px 16px; display: flex; gap: 8px; align-items: center;
}
.device-bar span { width: 10px; height: 10px; border-radius: 50%; }
.device-bar span:nth-child(1) { background: #ef4444; }
.device-bar span:nth-child(2) { background: #f59e0b; }
.device-bar span:nth-child(3) { background: #10b981; }
.device-url { margin-left: 16px; font-size: 11px; color: rgba(255,255,255,0.2); font-weight: 500; letter-spacing: 0.3px; }
.device-screen { padding: 24px; }
.screen-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.screen-logo { width: 80px; height: 12px; background: rgba(255,255,255,0.08); border-radius: 4px; }
.screen-nav { display: flex; gap: 12px; }
.screen-nav span { width: 40px; height: 8px; background: rgba(255,255,255,0.05); border-radius: 4px; }
.screen-hero-area { margin-bottom: 20px; }
.screen-title { width: 60%; height: 16px; background: rgba(255,255,255,0.06); border-radius: 4px; margin-bottom: 10px; }
.screen-text { width: 80%; height: 10px; background: rgba(255,255,255,0.04); border-radius: 4px; }
.screen-cards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.screen-cards .sc { height: 50px; background: rgba(255,255,255,0.03); border-radius: 8px; }
.device-float-badge {
    position: absolute; top: 15px; right: 15px;
    background: linear-gradient(135deg, #6c5ce7, #a78bfa);
    padding: 6px 14px; border-radius: 50px; font-size: 11px; font-weight: 700;
    box-shadow: 0 4px 16px rgba(108,92,231,0.4);
    animation: float-badge 3s ease-in-out infinite;
}
@keyframes float-badge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.hero-scroll-indicator {
    position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    color: rgba(255,255,255,0.2); font-size: 11px; font-weight: 500; letter-spacing: 1px;
    z-index: 2; animation: bob-updown 2s ease-in-out infinite;
}
.hero-scroll-indicator .scroll-dot {
    width: 6px; height: 6px; border-radius: 50%; background: #6c5ce7;
}
@keyframes bob-updown {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(6px); }
}

/* Service Showcase */
.svc-showcase { padding: 100px 0; background: #f8fafc; }
.section-head { text-align: center; margin-bottom: 60px; }
.section-tag {
    font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px;
    color: #6c5ce7; margin-bottom: 12px; display: inline-block;
    background: rgba(108,92,231,0.06); padding: 4px 14px; border-radius: 50px;
}
.section-head h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; color: #0f172a; margin-bottom: 12px; letter-spacing: -0.5px; }
.section-head p { color: #64748b; max-width: 500px; margin: 0 auto; font-size: 1rem; }

.svc-showcase-item {
    margin-bottom: 40px; position: relative;
}
.svc-showcase-card {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    background: white; border-radius: 24px; overflow: hidden;
    border: 1px solid #e2e8f0; box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    transition: all 0.4s;
}
.svc-showcase-card:hover { box-shadow: 0 20px 40px rgba(0,0,0,0.06); transform: translateY(-4px); }
.svc-card-visual { position: relative; overflow: hidden; min-height: 300px; }
.svc-card-gradient {
    width: 100%; height: 100%; position: relative;
    display: flex; align-items: center; justify-content: center;
    min-height: 300px;
}
.svc-card-icon { font-size: 80px; position: relative; z-index: 2; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.15)); }
.svc-card-shapes { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.svc-card-shapes .shp {
    position: absolute; border-radius: 50%; opacity: 0.1;
}
.svc-card-shapes .s1 { width: 200px; height: 200px; background: white; top: -50px; right: -50px; }
.svc-card-shapes .s2 { width: 150px; height: 150px; background: white; bottom: -30px; left: -30px; }
.svc-card-shapes .s3 { width: 100px; height: 100px; background: white; top: 50%; left: 20%; }

.svc-card-info { padding: 40px 36px; display: flex; flex-direction: column; justify-content: center; }
.svc-cats { display: flex; gap: 6px; margin-bottom: 14px; flex-wrap: wrap; }
.svc-cat {
    font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
    padding: 4px 10px; border-radius: 6px; background: #f1f5f9; color: #64748b;
}
.svc-card-info h3 { font-size: 1.3rem; font-weight: 800; color: #0f172a; margin-bottom: 16px; }
.svc-feat-list { list-style: none; padding: 0; margin: 0 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.svc-feat-list li { font-size: 13px; color: #475569; display: flex; align-items: center; gap: 8px; }
.svc-feat-check { color: var(--svc-color, #6c5ce7); font-weight: 700; }
.svc-card-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-svc-primary {
    padding: 12px 24px; border-radius: 10px; font-weight: 700; font-size: 13px;
    color: white; border: none; cursor: pointer; text-decoration: none;
    transition: all 0.3s; display: inline-flex; align-items: center; gap: 6px;
}
.btn-svc-primary:hover { transform: translateY(-2px); opacity: 0.9; }
.btn-svc-ghost {
    padding: 12px 20px; border-radius: 10px; font-weight: 600; font-size: 13px;
    background: #f8fafc; color: #475569; border: 1px solid #e2e8f0;
    cursor: pointer; text-decoration: none; transition: all 0.3s;
}
.btn-svc-ghost:hover { border-color: var(--svc-color, #6c5ce7); color: var(--svc-color, #6c5ce7); }

/* Process Premium */
.process-premium { padding: 100px 0; background: white; }
.process-premium-grid {
    display: flex; align-items: flex-start; justify-content: center;
    gap: 16px; margin-top: 48px; flex-wrap: wrap;
}
.process-premium-card {
    flex: 1; min-width: 260px; max-width: 320px;
    text-align: center; padding: 36px 28px;
    background: #f8fafc; border: 1px solid #e2e8f0;
    border-radius: 20px; transition: all 0.3s; position: relative;
}
.process-premium-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); }
.pp-num {
    position: absolute; top: 16px; right: 20px;
    font-size: 48px; font-weight: 900; color: #e2e8f0; line-height: 1;
}
.pp-icon-wrap {
    width: 64px; height: 64px; border-radius: 18px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px; font-size: 28px;
    position: relative; z-index: 2;
}
.process-premium-card h3 { font-size: 1.05rem; font-weight: 700; color: #0f172a; margin-bottom: 10px; }
.process-premium-card p { font-size: 14px; color: #64748b; line-height: 1.7; margin: 0; }
.process-connector {
    flex-shrink: 0; display: flex; align-items: center; padding-top: 60px;
}
.process-connector svg { width: 32px; height: 32px; }

/* Demos Premium */
.demos-premium { padding: 100px 0; background: #f8fafc; }
.demos-premium-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 24px; margin-top: 48px;
}
.demo-premium-card {
    background: white; border-radius: 20px; overflow: hidden;
    border: 1px solid #e2e8f0; transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.demo-premium-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
.demo-premium-top {
    aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
}
.demo-premium-icon { font-size: 48px; position: relative; z-index: 2; filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1)); }
.demo-premium-shine {
    position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.1) 0%, transparent 50%);
    pointer-events: none;
}
.demo-premium-body { padding: 20px; }
.demo-premium-body h4 { font-size: 0.9rem; font-weight: 700; color: #0f172a; margin-bottom: 14px; line-height: 1.3; }
.demo-premium-actions { display: flex; gap: 8px; }
.demo-btn-live {
    padding: 8px 16px; border-radius: 8px; font-size: 12px; font-weight: 700;
    background: #0f172a; color: white; text-decoration: none; transition: all 0.3s;
    flex: 1; text-align: center;
}
.demo-btn-live:hover { background: #6c5ce7; }
.demo-btn-detail {
    padding: 8px 16px; border-radius: 8px; font-size: 12px; font-weight: 600;
    background: #f1f5f9; color: #475569; text-decoration: none; transition: all 0.3s;
}
.demo-btn-detail:hover { background: #e2e8f0; }

/* CTA Premium */
.cta-premium { padding: 80px 0; background: white; }
.cta-premium-box {
    background: #0c0a1d; border-radius: 28px; padding: 80px 60px;
    position: relative; overflow: hidden; text-align: center;
}
.cta-premium-bg { position: absolute; inset: 0; pointer-events: none; }
.cta-glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.1; }
.cg-1 { width: 500px; height: 500px; background: #6c5ce7; top: -200px; right: -100px; }
.cg-2 { width: 400px; height: 400px; background: #10b981; bottom: -150px; left: -100px; }
.cta-premium-content { position: relative; z-index: 2; max-width: 600px; margin: 0 auto; }
.cta-badge {
    display: inline-block; font-size: 12px; font-weight: 700;
    background: rgba(108,92,231,0.12); border: 1px solid rgba(108,92,231,0.2);
    padding: 4px 14px; border-radius: 50px; color: #a78bfa; margin-bottom: 20px;
}
.cta-premium-content h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: white; margin-bottom: 16px; }
.cta-premium-content p { color: #94a3b8; font-size: 1rem; line-height: 1.8; margin-bottom: 32px; }
.cta-premium-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-premium-actions .btn-ghost { color: #94a3b8; border-color: rgba(255,255,255,0.1); }

/* Hide old hero styles */
.agency-hero, .services-section, .why-me-section, .demo-showcase, .contact-cta,
.hero-badge, .hero-mockup, .hero-bg-shapes { display: none; }

/* Responsive */
@media (max-width: 900px) {
    .hero-premium .container {
        grid-template-columns: 1fr; gap: 40px; text-align: center;
    }
    .hero-premium { min-height: auto; padding: 60px 0; }
    .hero-subtitle { max-width: 100%; }
    .hero-premium-actions { justify-content: center; }
    .hero-premium-visual { display: none; }
    .svc-showcase-card { grid-template-columns: 1fr; }
    .svc-card-visual { min-height: 200px; }
    .svc-card-gradient { min-height: 200px; }
    .svc-card-icon { font-size: 56px; }
    .svc-card-info { padding: 28px 24px; }
    .svc-feat-list { grid-template-columns: 1fr; }
    .process-connector { display: none; }
    .process-premium-grid { flex-direction: column; align-items: center; }
    .cta-premium-box { padding: 40px 24px; }
    .hero-scroll-indicator { display: none; }
}

/* ============================================
   AGENCY / SERVICE STYLES
   ============================================ */

/* Section utilities */
.section-label {
    font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px;
    color: #6c5ce7; margin-bottom: 12px; text-align: center;
}
.section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; color: #0f172a;
    text-align: center; margin-bottom: 16px; line-height: 1.2; letter-spacing: -0.5px;
}
.section-desc {
    text-align: center; color: #64748b; font-size: 1.05rem;
    max-width: 600px; margin: 0 auto 48px; line-height: 1.7;
}

/* Agency Hero */
.agency-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    color: white; padding: 80px 0; position: relative; overflow: hidden;
    min-height: 85vh; display: flex; align-items: center;
}
.agency-hero .container {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
    align-items: center; position: relative; z-index: 2;
}
.hero-badge {
    font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px;
    color: #34d399; margin-bottom: 20px; display: inline-block;
    background: rgba(52,211,153,0.1); padding: 6px 16px; border-radius: 50px;
    border: 1px solid rgba(52,211,153,0.2);
}
.agency-hero-content h1 {
    font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 900;
    line-height: 1.1; margin-bottom: 20px; letter-spacing: -1px;
}
.agency-hero-content h1 span { color: #6c5ce7; }
.agency-hero-content p {
    font-size: 1.1rem; color: #94a3b8; line-height: 1.8; margin-bottom: 36px; max-width: 520px;
}
.agency-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.btn-primary {
    padding: 14px 32px; border-radius: 50px; font-weight: 700; font-size: 14px;
    background: #6c5ce7; color: white; display: inline-flex; align-items: center; gap: 8px;
    transition: all 0.3s; border: none; cursor: pointer; text-decoration: none;
    box-shadow: 0 4px 14px rgba(108,92,231,0.3);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(108,92,231,0.4); }
.btn-outline {
    padding: 14px 32px; border-radius: 50px; font-weight: 700; font-size: 14px;
    background: transparent; color: white; border: 1.5px solid rgba(255,255,255,0.25);
    display: inline-flex; align-items: center; gap: 8px; cursor: pointer; text-decoration: none;
    transition: all 0.3s;
}
.btn-outline:hover { background: white; color: #0f172a; border-color: white; }
.btn-large { padding: 16px 40px; font-size: 15px; }
.btn-block { width: 100%; justify-content: center; }
.btn-buy-svc { background: #10b981; box-shadow: 0 4px 14px rgba(16,185,129,0.3); }
.btn-buy-svc:hover { box-shadow: 0 8px 25px rgba(16,185,129,0.4); }

/* Hero mockup */
.hero-mockup {
    background: #1e293b; border-radius: 16px; overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}
.mockup-bar {
    background: #0f172a; padding: 12px 16px; display: flex; gap: 8px;
}
.mockup-bar span { width: 10px; height: 10px; border-radius: 50%; }
.mockup-bar span:nth-child(1) { background: #ef4444; }
.mockup-bar span:nth-child(2) { background: #f59e0b; }
.mockup-bar span:nth-child(3) { background: #10b981; }
.mockup-screen { padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.mockup-row { height: 14px; background: rgba(255,255,255,0.06); border-radius: 4px; }
.mockup-row-short { height: 14px; width: 40%; background: rgba(255,255,255,0.06); border-radius: 4px; }
.mockup-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-top: 16px; }
.mockup-card { height: 60px; background: rgba(255,255,255,0.04); border-radius: 8px; }

/* Hero bg shapes */
.hero-bg-shapes { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.hero-bg-shapes .shape {
    position: absolute; border-radius: 50%;
    background: radial-gradient(circle, rgba(108,92,231,0.08) 0%, transparent 70%);
}
.shape-1 { width: 600px; height: 600px; top: -200px; right: -150px; }
.shape-2 { width: 400px; height: 400px; bottom: -100px; left: -100px; }
.shape-3 { width: 300px; height: 300px; top: 50%; left: 50%; transform: translate(-50%, -50%); }

/* Services Grid */
.services-section { padding: 100px 0; background: #f8fafc; }
.services-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px; margin-top: 48px;
}
.service-card {
    background: white; border-radius: 20px; padding: 36px 28px;
    border: 1px solid #e2e8f0; transition: all 0.3s;
    text-decoration: none; display: flex; flex-direction: column;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    border-top: 3px solid var(--card-accent, #6c5ce7);
}
.service-card:hover {
    transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    border-color: transparent;
}
.service-icon { font-size: 40px; margin-bottom: 18px; }
.service-card h3 { font-size: 1.1rem; font-weight: 700; color: #0f172a; margin-bottom: 12px; }
.service-card p { font-size: 14px; color: #64748b; line-height: 1.7; flex: 1; margin-bottom: 16px; }
.service-cta { font-size: 13px; font-weight: 700; color: var(--card-accent, #6c5ce7); }

/* Why Me / Benefits */
.why-me-section { padding: 100px 0; background: white; }
.benefits-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px; margin-top: 48px;
}
.benefit-card {
    padding: 32px 24px; border-radius: 16px; background: #f8fafc;
    border: 1px solid #e2e8f0; transition: all 0.3s;
}
.benefit-card:hover { background: #f1f5f9; transform: translateY(-3px); }
.benefit-icon { font-size: 32px; margin-bottom: 16px; }
.benefit-card h3 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 10px; }
.benefit-card p { font-size: 14px; color: #64748b; line-height: 1.7; }

/* Demo Showcase */
.demo-showcase { padding: 100px 0; background: #f8fafc; }
.showcase-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 28px; margin-top: 48px;
}
.showcase-card {
    background: white; border-radius: 16px; overflow: hidden;
    border: 1px solid #e2e8f0; transition: all 0.3s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.showcase-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
.showcase-image {
    position: relative; aspect-ratio: 16/10; overflow: hidden; background: #f1f5f9;
}
.showcase-image img { width: 100%; height: 100%; object-fit: cover; }
.showcase-placeholder {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%); font-size: 48px;
}
.showcase-demo-btn {
    position: absolute; bottom: 12px; right: 12px; padding: 8px 16px;
    background: rgba(0,0,0,0.7); color: white; border-radius: 8px;
    font-size: 12px; font-weight: 700; backdrop-filter: blur(4px);
    transition: all 0.3s; text-decoration: none;
}
.showcase-demo-btn:hover { background: #6c5ce7; }
.showcase-info { padding: 20px; display: flex; align-items: center; gap: 12px; }
.showcase-icon { font-size: 24px; }
.showcase-info h3 { font-size: 0.95rem; font-weight: 700; color: #0f172a; flex: 1; margin: 0; }
.showcase-link { font-size: 13px; font-weight: 600; color: #6c5ce7; white-space: nowrap; }
.showcase-link:hover { text-decoration: underline; }

/* Contact CTA */
.contact-cta { padding: 100px 0; background: white; }
.contact-cta-inner {
    text-align: center; max-width: 600px; margin: 0 auto; padding: 60px 40px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 24px; position: relative; overflow: hidden;
}
.contact-cta-inner h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: white; font-weight: 800; margin-bottom: 16px; }
.contact-cta-inner p { color: #94a3b8; font-size: 1.05rem; line-height: 1.7; margin-bottom: 32px; }
.contact-cta-inner .btn-primary { background: #6c5ce7; }

/* ============================================
   SINGLE SERVICE LANDING PAGE
   ============================================ */
.service-landing { }
.svc-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 80px 0 60px; color: white; position: relative;
}
.svc-hero .container {
    display: grid; grid-template-columns: 1fr 1fr; gap: 50px;
    align-items: center;
}
.svc-badge {
    font-size: 12px; font-weight: 700; letter-spacing: 1px;
    color: var(--svc-color, #6c5ce7); margin-bottom: 16px; display: inline-block;
    background: rgba(255,255,255,0.05); padding: 6px 14px; border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.1);
}
.svc-hero-content h1 {
    font-size: clamp(2rem, 4vw, 3rem); font-weight: 900;
    line-height: 1.15; margin-bottom: 16px; letter-spacing: -1px;
}
.svc-hero-desc { color: #94a3b8; font-size: 1rem; line-height: 1.7; margin-bottom: 28px; }
.svc-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.svc-hero-img { width: 100%; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.svc-hero-placeholder {
    aspect-ratio: 16/10; background: #1e293b; border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 64px; border: 1px solid rgba(255,255,255,0.06);
}
.svc-hero-visual { position: relative; }
.svc-hero-visual::after {
    content: ''; position: absolute; inset: 0; border-radius: 16px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
    pointer-events: none;
}

/* Benefits section */
.svc-benefits { padding: 100px 0; background: white; }
.benefits-list { max-width: 720px; margin: 48px auto 0; }
.benefit-item {
    display: flex; gap: 20px; padding: 20px 0;
    border-bottom: 1px solid #f1f5f9; align-items: flex-start;
}
.benefit-item:last-child { border-bottom: none; }
.benefit-num {
    font-size: 11px; font-weight: 800; color: var(--svc-color, #6c5ce7);
    background: rgba(108,92,231,0.06); padding: 4px 10px; border-radius: 6px;
    white-space: nowrap; flex-shrink: 0; margin-top: 2px;
    letter-spacing: 0.5px;
}
.benefit-text h4 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 4px; }
.benefit-text p { font-size: 14px; color: #64748b; line-height: 1.6; margin: 0; }

/* Demo preview section */
.svc-demo-preview { padding: 100px 0; background: #f8fafc; }
.demo-preview-box {
    position: relative; max-width: 900px; margin: 0 auto; border-radius: 20px;
    overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.demo-preview-img { width: 100%; display: block; }
.demo-preview-overlay {
    position: absolute; inset: 0; background: rgba(15,23,42,0.6);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: all 0.3s; backdrop-filter: blur(2px);
}
.demo-preview-box:hover .demo-preview-overlay { opacity: 1; }

/* Pricing section */
.svc-pricing { padding: 100px 0; background: white; }
.pricing-card {
    max-width: 420px; margin: 48px auto 0;
    background: white; border-radius: 24px; padding: 40px 32px;
    border: 1px solid #e2e8f0; box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    text-align: center; position: relative; overflow: hidden;
}
.pricing-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0;
    height: 4px; background: var(--svc-color, #6c5ce7);
}
.pricing-header { margin-bottom: 24px; }
.pricing-icon { font-size: 36px; margin-bottom: 12px; }
.pricing-header h3 { font-size: 1.2rem; font-weight: 700; color: #0f172a; margin: 0; }
.pricing-amount { margin-bottom: 24px; }
.price-current { font-size: 2.4rem; font-weight: 900; color: var(--svc-color, #6c5ce7); }
.pricing-features { list-style: none; padding: 0; margin: 0 0 28px; text-align: left; }
.pricing-features li {
    padding: 10px 0; font-size: 14px; color: #475569;
    border-bottom: 1px solid #f1f5f9; display: flex; align-items: center; gap: 8px;
}
.pricing-features li:last-child { border-bottom: none; }
.pricing-note { font-size: 12px; color: #94a3b8; margin-top: 14px; }

/* Service CTA */
.svc-cta { padding: 100px 0; background: #f8fafc; }
.svc-cta-inner {
    text-align: center; max-width: 600px; margin: 0 auto; padding: 60px 40px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 24px;
}
.svc-cta-inner h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: white; font-weight: 800; margin-bottom: 16px; }
.svc-cta-inner p { color: #94a3b8; font-size: 1rem; line-height: 1.7; margin-bottom: 28px; }
.svc-cta-inner .btn-outline { font-size: 15px; }

/* Archive services page */
.archive-services-page { padding: 60px 0 80px; }
.archive-header-svc { text-align: center; margin-bottom: 16px; }
.archive-header-svc h1 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; color: #0f172a; }
.archive-header-svc p { color: #64748b; margin-top: 12px; }

/* How it works */
.how-it-works { padding: 100px 0; background: white; }
.process-steps {
    display: flex; align-items: center; justify-content: center;
    gap: 20px; margin-top: 48px; flex-wrap: wrap;
}
.process-step-card {
    flex: 1; min-width: 240px; max-width: 320px;
    background: #f8fafc; border: 1px solid #e2e8f0;
    border-radius: 20px; padding: 36px 28px; text-align: center;
    transition: all 0.3s; position: relative;
}
.process-step-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); }
.step-number {
    width: 40px; height: 40px; border-radius: 50%;
    background: #6c5ce7; color: white; font-weight: 800; font-size: 16px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
}
.step-icon { font-size: 36px; margin-bottom: 16px; }
.process-step-card h3 { font-size: 1.05rem; font-weight: 700; color: #0f172a; margin-bottom: 10px; }
.process-step-card p { font-size: 14px; color: #64748b; line-height: 1.7; margin: 0; }
.process-arrow { font-size: 28px; color: #6c5ce7; font-weight: 300; flex-shrink: 0; }

/* Service benefits grid-h */
.svc-benefits .benefits-grid-h {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px; margin-top: 48px;
}
.benefit-card-h {
    background: #f8fafc; border: 1px solid #e2e8f0;
    border-radius: 16px; padding: 24px 20px; transition: all 0.3s;
}
.benefit-card-h:hover { background: white; box-shadow: 0 8px 20px rgba(0,0,0,0.04); }
.benefit-card-icon {
    width: 32px; height: 32px; border-radius: 8px;
    background: var(--svc-color, #6c5ce7); color: white;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 12px;
}
.benefit-card-icon svg { width: 16px; height: 16px; }
.benefit-card-h h4 { font-size: 0.95rem; font-weight: 700; color: #0f172a; margin-bottom: 6px; }
.benefit-card-h p { font-size: 13px; color: #64748b; line-height: 1.6; margin: 0; }

/* Process flow in service landing */
.svc-process { padding: 100px 0; background: #f8fafc; }
.process-flow { max-width: 640px; margin: 48px auto 0; }
.process-step {
    display: flex; gap: 20px; padding: 24px 0;
    border-bottom: 1px solid #e2e8f0; align-items: flex-start;
}
.process-step:last-child { border-bottom: none; }
.step-num {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--svc-color, #6c5ce7); color: white;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 18px; flex-shrink: 0;
}
.step-content h3 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 4px; }
.step-content p { font-size: 14px; color: #64748b; line-height: 1.6; margin: 0; }

/* Pricing badge */
.pricing-badge {
    font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px;
    color: #10b981; margin-bottom: 16px; display: inline-block;
    background: rgba(16,185,129,0.08); padding: 4px 12px; border-radius: 50px;
}

/* CTA actions */
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.svc-cta-inner .cta-icon { font-size: 48px; margin-bottom: 16px; }

/* Responsive */
@media (max-width: 900px) {
    .agency-hero .container,
    .svc-hero .container {
        grid-template-columns: 1fr; gap: 40px;
    }
    .agency-hero { min-height: auto; padding: 60px 0; }
    .agency-hero-visual { display: none; }
    .svc-hero-visual { order: -1; }
    .hero-bg-shapes { opacity: 0.3; }
}
@media (max-width: 600px) {
    .agency-hero { padding: 40px 0; }
    .services-grid,
    .showcase-grid,
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    .agency-hero-actions,
    .svc-hero-actions {
        flex-direction: column;
    }
    .agency-hero-actions .btn-primary,
    .agency-hero-actions .btn-outline,
    .svc-hero-actions .btn-primary,
    .svc-hero-actions .btn-outline {
        width: 100%; justify-content: center;
    }
    .benefits-list { padding: 0 16px; }
    .pricing-card { margin-left: 16px; margin-right: 16px; }
}

/* Fix nested card issue on checkout page */
.wpm-checkout-flow form.woocommerce-checkout #customer_details {
    float: none !important;
    width: 100% !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

/* ============================================
   11. RESPONSIVE AYARLAR
   ============================================ */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation { width: 100% !important; float: none !important; margin-bottom: 24px !important; }
    .woocommerce-MyAccount-navigation ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
    .woocommerce-MyAccount-navigation ul li { flex: 1 1 calc(50% - 4px); margin: 0 !important; }
    .woocommerce-MyAccount-navigation ul li a { display: block; padding: 12px; text-align: center; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 13px; font-weight: 600; color: #475569; }
    .woocommerce-MyAccount-navigation ul li.is-active a { background: #6c5ce7; color: white; border-color: #6c5ce7; }
    .woocommerce-MyAccount-content { width: 100% !important; float: none !important; }
}

/* ============================================
   15. OFF-CANVAS CART PANEL
   ============================================ */
.wpm-offcanvas-overlay {
    position: fixed; inset: 0; z-index: 99999;
    background: rgba(15,23,42,0.55);
    opacity: 0; visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.wpm-offcanvas-overlay.active { opacity: 1; visibility: visible; }

.wpm-offcanvas-panel {
    position: fixed; top: 0; right: 0; width: 0; max-width: 100%;
    height: 100vh; height: 100dvh; background: #fff; z-index: 100000;
    display: flex; flex-direction: column;
    box-shadow: -8px 0 40px rgba(0,0,0,0.15);
    opacity: 0; visibility: hidden;
    transition: width 0.38s cubic-bezier(0.4,0,0.2,1), opacity 0.38s ease, visibility 0.38s ease;
    overflow: hidden;
}
.wpm-offcanvas-panel.active { width: 420px; opacity: 1; visibility: visible; }

.wpm-offcanvas-header,
.wpm-offcanvas-body,
.wpm-offcanvas-footer {
    width: 420px;
    max-width: 100vw;
    box-sizing: border-box;
    flex-shrink: 0;
}

.wpm-offcanvas-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 20px 24px; border-bottom: 1px solid #f1f5f9;
    background: linear-gradient(135deg,#6c5ce7,#8b5cf6); color: #fff; flex-shrink: 0;
}
.wpm-offcanvas-title { font-size: 17px; font-weight: 700; margin: 0; color: #fff; }
.wpm-offcanvas-close {
    background: rgba(255,255,255,0.2); border: none; color: #fff;
    width: 34px; height: 34px; border-radius: 50%; font-size: 20px;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: background 0.2s; line-height: 1;
}
.wpm-offcanvas-close:hover { background: rgba(255,255,255,0.35); }

.wpm-offcanvas-body {
    flex: 1; overflow-y: auto; position: relative;
    display: flex; flex-direction: column;
}
.wpm-offcanvas-body.wpm-loading-overlay::after {
    content: ''; position: absolute; inset: 0;
    background: rgba(255,255,255,0.7); z-index: 5;
}

.wpm-offcanvas-loader-wrap {
    display: flex; align-items: center; justify-content: center;
    padding: 60px; flex: 1;
}
.wpm-loader-spinner {
    width: 40px; height: 40px; border-radius: 50%;
    border: 3px solid #e2e8f0; border-top-color: #6c5ce7;
    animation: wpmSpin 0.7s linear infinite;
}
@keyframes wpmSpin { to { transform: rotate(360deg); } }

.wpm-offcanvas-items { padding: 16px; flex: 1; }

.wpm-offcanvas-item {
    display: grid; grid-template-columns: 68px 1fr auto;
    gap: 14px; align-items: start;
    padding: 16px 0; border-bottom: 1px solid #f1f5f9;
}
.wpm-offcanvas-item:last-child { border-bottom: none; }
.wpm-offcanvas-item-img { width: 68px; height: 68px; border-radius: 10px; overflow: hidden; background: #f1f5f9; flex-shrink: 0; }
.wpm-offcanvas-item-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

.wpm-offcanvas-item-badge { font-size: 10px; font-weight: 700; background: #ede9fe; color: #6c5ce7; padding: 2px 8px; border-radius: 20px; display: inline-block; margin-bottom: 4px; }
.wpm-offcanvas-item-name { display: block; font-size: 13px; font-weight: 700; color: #1e293b; line-height: 1.4; margin-bottom: 4px; text-decoration: none; }
.wpm-offcanvas-item-name:hover { color: #6c5ce7; }
.wpm-offcanvas-item-price { font-size: 13px; color: #64748b; }

.wpm-offcanvas-item-right { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.wpm-offcanvas-item-remove { color: #ef4444; font-size: 20px; font-weight: 700; text-decoration: none; line-height: 1; display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; transition: background 0.2s; }
.wpm-offcanvas-item-remove:hover { background: #fee2e2; color: #dc2626; }

.wpm-offcanvas-qty-control { display: flex; align-items: center; gap: 6px; }
.wpm-qty-btn { width: 28px; height: 28px; border: 1.5px solid #e2e8f0; background: #f8fafc; border-radius: 8px; font-size: 16px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #475569; transition: all 0.2s; line-height: 1; }
.wpm-qty-btn:hover { border-color: #6c5ce7; color: #6c5ce7; background: #ede9fe; }
.wpm-qty-val { font-size: 14px; font-weight: 700; color: #1e293b; min-width: 20px; text-align: center; }
.wpm-offcanvas-item-subtotal { font-size: 14px; font-weight: 800; color: #1e293b; }

.wpm-offcanvas-footer {
    padding: 20px 24px; border-top: 1px solid #f1f5f9;
    background: #fff; flex-shrink: 0; box-shadow: 0 -4px 20px rgba(0,0,0,0.05);
}
.wpm-offcanvas-total-row { display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: #64748b; margin-bottom: 8px; }
.wpm-offcanvas-grand-total { display: flex; justify-content: space-between; align-items: center; font-size: 18px; font-weight: 800; color: #1e293b; padding: 12px 0; border-top: 2px solid #6c5ce7; margin-bottom: 16px; }
.wpm-offcanvas-grand-total .woocommerce-Price-amount { color: #6c5ce7; }

.wpm-offcanvas-btn { display: block; width: 100%; text-align: center; padding: 13px; border-radius: 12px; font-weight: 700; font-size: 14px; text-decoration: none; transition: all 0.2s; margin-bottom: 8px; }
.wpm-offcanvas-btn-checkout { background: linear-gradient(135deg,#10b981,#059669); color: #fff; box-shadow: 0 4px 14px rgba(16,185,129,0.3); }
.wpm-offcanvas-btn-checkout:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(16,185,129,0.4); color: #fff; }
.wpm-offcanvas-btn-cart { background: #f1f5f9; color: #475569; }
.wpm-offcanvas-btn-cart:hover { background: #e2e8f0; color: #1e293b; }

.wpm-offcanvas-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 60px 20px; text-align: center; flex: 1; }
.wpm-offcanvas-empty-icon { font-size: 56px; margin-bottom: 16px; display: block; }
.wpm-offcanvas-empty p { color: #64748b; margin-bottom: 20px; font-size: 15px; }
.wpm-offcanvas-shop-link { background: linear-gradient(135deg,#6c5ce7,#8b5cf6); color: #fff; padding: 12px 28px; border-radius: 30px; font-weight: 700; text-decoration: none; font-size: 14px; }
.wpm-offcanvas-shop-link:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(108,92,231,0.4); color: #fff; }

/* ============================================
   16. MODERN CART PAGE
   ============================================ */

/* Hide duplicate page header on cart / checkout */
.woocommerce-cart .page-header,
.woocommerce-checkout .page-header {
    display: none !important;
}
/* Remove excess top padding on cart/checkout pages */
.woocommerce-cart main.container,
.woocommerce-checkout main.container {
    padding-top: 0 !important;
}

.wpm-cart-page-wrap.glass-card {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    backdrop-filter: none !important;
    padding: 0 !important;
}
.wpm-cart-page-wrap { max-width: 100%; margin: 0 auto; padding: 0 20px 80px; }
.wpm-cart-title-section { text-align: center; margin-bottom: 28px; }
.wpm-cart-title-section h1 { font-size: 2.2rem; font-weight: 800; color: #0f172a; margin: 0 0 8px; }
.wpm-cart-title-section p { color: #64748b; font-size: 15px; margin: 0; }

.wpm-cart-empty { text-align: center; padding: 80px 20px; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 20px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03); }
.wpm-cart-empty .wpm-cart-empty-icon { font-size: 64px; display: block; margin-bottom: 20px; }
.wpm-cart-empty h3 { font-size: 1.6rem; font-weight: 800; color: #1e293b; margin-bottom: 12px; }
.wpm-cart-empty p { color: #64748b; margin-bottom: 28px; font-size: 15px; }
.wpm-cart-empty-btn { display: inline-block; background: linear-gradient(135deg, var(--wpm-primary, #6c5ce7), #8b5cf6); color: #fff; padding: 14px 36px; border-radius: 50px; font-weight: 700; text-decoration: none; box-shadow: 0 6px 20px rgba(108,92,231,0.35); transition: all 0.2s; }
.wpm-cart-empty-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(108,92,231,0.45); color: #fff; }

.wpm-cart-layout { display: flex; flex-direction: row; gap: 20px; align-items: flex-start; }
.wpm-cart-main { flex: 1; min-width: 0; width: 100%; max-width: 100%; }
.wpm-cart-main form { width: 100%; max-width: 100%; float: none !important; background: transparent !important; padding: 0 !important; border: none !important; box-shadow: none !important; margin: 0 !important; }
.wpm-cart-side { flex: 0 0 280px; position: sticky; top: 100px; }

.wpm-cart-cards { display: flex; flex-direction: column; gap: 16px; }
.wpm-cart-card {
    background: #fff; border: 1px solid #e2e8f0; border-radius: 20px;
    padding: 20px 24px; display: grid; grid-template-columns: 80px 1fr auto 32px;
    gap: 16px; align-items: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02); transition: all 0.25s ease;
}
.wpm-cart-card-info { min-width: 0; }
.wpm-cart-card-info .wpm-cart-card-title { white-space: normal; word-break: break-word; }
.wpm-cart-card:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.05); transform: translateY(-2px); }
.wpm-cart-card-badge { font-size: 10px; font-weight: 700; background: #ede9fe; color: var(--wpm-primary, #6c5ce7); padding: 2px 8px; border-radius: 20px; display: inline-block; margin-bottom: 6px; }
.wpm-cart-card-title { display: block; font-size: 15px; font-weight: 700; color: #1e293b; text-decoration: none; margin-bottom: 4px; }
.wpm-cart-card-title:hover { color: var(--wpm-primary, #6c5ce7); }
.wpm-cart-card-price { font-size: 13px; color: #64748b; margin-top: 4px; }
.wpm-cart-card-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }

.wpm-qty-editor { display: flex; align-items: center; gap: 8px; }
.wpm-qty-editor button {
    width: 32px;
    height: 32px;
    border: 1.5px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    transition: all 0.2s;
}
.wpm-qty-editor button:hover {
    border-color: var(--wpm-primary, #6c5ce7);
    color: var(--wpm-primary, #6c5ce7);
    background: #ede9fe;
}
.wpm-qty-editor .quantity { display: inline-block; }
.wpm-qty-editor .qty { width: 52px !important; text-align: center !important; border: 1.5px solid #e2e8f0 !important; border-radius: 8px !important; height: 36px !important; font-size: 15px !important; font-weight: 700 !important; margin: 0 !important; padding: 0 !important; }
.wpm-cart-card-subtotal { font-size: 15px; font-weight: 800; color: #1e293b; white-space: nowrap; }
.wpm-cart-card-remove { color: #ef4444; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 8px; transition: background 0.2s; flex-shrink: 0; }
.wpm-cart-card-remove:hover { background: #fee2e2; color: #dc2626; }

.wpm-cart-form-actions { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; flex-wrap: wrap; gap: 12px; }
.wpm-cart-coupon-box { display: flex; gap: 10px; }
.wpm-cart-coupon-box input { height: 44px !important; border: 1.5px solid #e2e8f0 !important; border-radius: 10px !important; padding: 0 14px !important; font-size: 14px !important; min-width: 160px; }
.wpm-cart-coupon-box .button { height: 44px; background: var(--wpm-primary, #6c5ce7) !important; color: #fff !important; border-radius: 10px !important; padding: 0 20px; font-weight: 600 !important; border: none !important; cursor: pointer; transition: all 0.2s; }
.wpm-cart-coupon-box .button:hover { background: var(--wpm-primary, #6c5ce7) !important; opacity: 0.9; }
.wpm-update-cart-btn { height: 44px; background: #ffffff; color: #475569; border: 1.5px solid #cbd5e1; border-radius: 10px; padding: 0 20px; font-weight: 600; cursor: pointer; transition: all 0.2s; }
.wpm-update-cart-btn:hover:not(:disabled) { background: #f8fafc; border-color: #94a3b8; }
.wpm-update-cart-btn:disabled { opacity: 0.5; cursor: not-allowed; }

.wpm-cart-totals-box { background: #fff; border-radius: 20px; padding: 28px; box-shadow: 0 8px 30px rgba(0,0,0,0.03); border: 1px solid #e2e8f0; }
.wpm-cart-totals-box h2 { font-size: 1.2rem; font-weight: 800; color: #1e293b; margin: 0 0 20px; }
.wpm-totals-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; font-size: 14px; color: #64748b; border-bottom: 1px solid #f1f5f9; }
.wpm-totals-row .label { font-weight: 600; color: #475569; }
.wpm-totals-row .val { font-weight: 700; color: #1e293b; }
.wpm-totals-grand { display: flex; justify-content: space-between; align-items: center; font-size: 1.25rem; font-weight: 800; color: #1e293b; padding: 16px 0 0; margin-top: 8px; border-top: 2px solid var(--wpm-secondary, #00b894) !important; }
.wpm-totals-grand .woocommerce-Price-amount { color: var(--wpm-secondary, #00b894); }
.wpm-checkout-action { margin-top: 20px; }
.wpm-checkout-btn { display: block; text-align: center; background: linear-gradient(135deg, var(--wpm-secondary, #00b894), #059669); color: #fff; padding: 15px; border-radius: 12px; font-weight: 700; font-size: 15px; text-decoration: none; box-shadow: 0 4px 14px rgba(16,185,129,0.3); transition: all 0.2s; }
.wpm-checkout-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(16,185,129,0.4); color: #fff; }

/* ============================================
   17. CHECKOUT WIZARD
   ============================================ */
.wpm-checkout-flow.glass-card {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    backdrop-filter: none !important;
    padding: 0 !important;
}
.wpm-checkout-flow { max-width: 1200px; margin: 0 auto; padding: 40px 20px 80px; }
.wpm-checkout-header { text-align: center; margin-bottom: 32px; }
.wpm-checkout-header h1 { font-size: 2.2rem; font-weight: 800; color: #0f172a; margin: 0 0 8px; }
.wpm-checkout-header p { color: #64748b; font-size: 15px; margin: 0; }

.wpm-checkout-steps { display: flex; justify-content: center; gap: 0; margin-bottom: 36px; border-radius: 14px; overflow: hidden; border: 1px solid #e2e8f0; background: #ffffff; max-width: 520px; margin-left: auto; margin-right: auto; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02); }
.wpm-checkout-step { flex: 1; padding: 14px 12px; text-align: center; font-size: 13px; font-weight: 600; color: #94a3b8; border-right: 1px solid #e2e8f0; transition: all 0.3s; display: flex; align-items: center; justify-content: center; gap: 8px; cursor: default; }
.wpm-checkout-step:last-child { border-right: none; }
.wpm-checkout-step .step-num { width: 24px; height: 24px; border-radius: 50%; background: #e2e8f0; color: #64748b; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s; }
.wpm-checkout-step.active { background: linear-gradient(135deg, var(--wpm-primary, #6c5ce7), #8b5cf6); color: #fff; }
.wpm-checkout-step.active .step-num { background: rgba(255,255,255,0.3); color: #fff; }
.wpm-checkout-step.done { background: #f0fdf4; color: #15803d; }
.wpm-checkout-step.done .step-num { background: #10b981; color: #fff; }

.wpm-checkout-layout { display: grid; grid-template-columns: 1fr 360px; gap: 32px; align-items: start; }
.wpm-checkout-main { }
.wpm-checkout-side { position: sticky; top: 100px; }

.wpm-checkout-panel {
    display: none;
    animation: wpmFadeUp 0.35s ease;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
}
.wpm-checkout-panel.active { display: block; }
@keyframes wpmFadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.wpm-panel-header { margin-bottom: 24px; }
.wpm-panel-header h3 { font-size: 1.35rem; font-weight: 800; color: #1e293b; margin: 0 0 6px; }
.wpm-panel-header h3 span { margin-right: 6px; }
.wpm-panel-desc { color: #64748b; font-size: 14px; margin: 0; }

/* Fix WooCommerce billing fields inside our panel */
.wpm-checkout-panel #customer_details,
.wpm-checkout-panel .col2-set,
.wpm-checkout-panel .col-1,
.wpm-checkout-panel .col-2,
.wpm-checkout-panel .woocommerce-billing-fields,
.wpm-checkout-panel .wpm-billing-fields-wrapper {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}
.wpm-checkout-panel .woocommerce-billing-fields h3 { font-size: 1rem; color: #1e293b; font-weight: 700; border-bottom: 1px solid #f1f5f9; padding-bottom: 12px; margin-bottom: 20px; }
.wpm-checkout-panel .woocommerce-billing-fields__field-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.wpm-checkout-panel .woocommerce-billing-fields__field-wrapper .form-row {
    float: none !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    display: flex;
    flex-direction: column;
}
.wpm-checkout-panel .form-row-wide { grid-column: 1 / -1 !important; }
.wpm-checkout-panel .woocommerce-additional-fields { display: none !important; }
.wpm-checkout-panel .form-row label { font-size: 13px !important; font-weight: 600 !important; color: #475569 !important; margin-bottom: 6px !important; display: block !important; }
.wpm-checkout-panel .form-row input.input-text,
.wpm-checkout-panel .form-row textarea { border: 1.5px solid #cbd5e1 !important; border-radius: 10px !important; padding: 12px 14px !important; font-size: 14px !important; background: #ffffff !important; transition: all 0.2s; width: 100% !important; color: #334155 !important; }
.wpm-checkout-panel .form-row input.input-text:focus,
.wpm-checkout-panel .form-row textarea:focus { border-color: var(--wpm-primary, #6c5ce7) !important; background: #fff !important; box-shadow: 0 0 0 3px rgba(108,92,231,0.1) !important; }

/* Custom select2 fields integration */
.wpm-checkout-panel .select2-container--default .select2-selection--single {
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 10px !important;
    height: 48px !important;
    background: #ffffff !important;
    display: flex;
    align-items: center;
}
.wpm-checkout-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 14px !important;
    color: #334155 !important;
    font-size: 14px !important;
}
.wpm-checkout-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
    right: 10px !important;
}

.wpm-checkout-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; gap: 12px; padding-top: 20px; border-top: 1px solid #f1f5f9; }
.wpm-btn-next { background: linear-gradient(135deg, var(--wpm-primary, #6c5ce7), #8b5cf6); color: #fff; border: none; border-radius: 12px; padding: 14px 32px; font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.2s; box-shadow: 0 4px 14px rgba(108,92,231,0.3); }
.wpm-btn-next:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(108,92,231,0.4); }
.wpm-btn-prev { background: #f1f5f9; color: #475569; border: none; border-radius: 12px; padding: 14px 28px; font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.2s; }
.wpm-btn-prev:hover { background: #e2e8f0; }

/* Checkout Sidebar */
.wpm-checkout-sidebar-box { background: #fff !important; border-radius: 20px !important; padding: 28px !important; box-shadow: 0 8px 30px rgba(0,0,0,0.03) !important; border: 1px solid #e2e8f0 !important; border-top: 3px solid var(--wpm-primary, #6c5ce7) !important; }
.wpm-checkout-sidebar-box h4 { font-size: 1.1rem; font-weight: 800; color: #1e293b; margin: 0 0 18px; }
.wpm-checkout-sidebar-items { margin-bottom: 16px; border-bottom: 1px solid #f1f5f9; padding-bottom: 16px; }
.wpm-sidebar-item { display: flex; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid #f8fafc; }
.wpm-sidebar-item:last-child { border-bottom: none; }
.wpm-sidebar-item-img { width: 46px; height: 46px; border-radius: 8px; overflow: hidden; background: #f1f5f9; flex-shrink: 0; }
.wpm-sidebar-item-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wpm-sidebar-item-info { flex: 1; min-width: 0; }
.wpm-sidebar-item-info .title { display: block; font-size: 13px; font-weight: 700; color: #1e293b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wpm-sidebar-item-info .qty { font-size: 12px; color: #94a3b8; }
.wpm-sidebar-item-price { font-size: 13px; font-weight: 800; color: #1e293b; white-space: nowrap; }

.wpm-checkout-sidebar-totals .row-subtotal,
.wpm-checkout-sidebar-totals .row-coupon,
.wpm-checkout-sidebar-totals .row-shipping,
.wpm-checkout-sidebar-totals .row-tax,
.wpm-checkout-sidebar-totals .row-fee { display: flex; justify-content: space-between; align-items: center; font-size: 14px; color: #64748b; padding: 10px 0; border-bottom: 1px solid #f8fafc; }
.wpm-checkout-sidebar-totals .row-total { display: flex; justify-content: space-between; align-items: center; font-size: 1.15rem; font-weight: 800; color: #1e293b; padding: 16px 0 0; border-top: 2px solid var(--wpm-primary, #6c5ce7) !important; margin-top: 8px; }
.wpm-checkout-sidebar-totals .row-total .woocommerce-Price-amount { color: var(--wpm-primary, #6c5ce7); }

/* Payment fields inside wizard */
.wpm-payment-fields-wrapper #payment { background: transparent !important; padding: 0 !important; }
.wpm-payment-fields-wrapper #payment ul.payment_methods { padding: 0; margin: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.wpm-payment-fields-wrapper #payment ul.payment_methods li { background: #f8fafc; border: 2px solid #e2e8f0; border-radius: 14px; padding: 16px 20px; list-style: none; cursor: pointer; transition: all 0.2s; }
.wpm-payment-fields-wrapper #payment ul.payment_methods li.active,
.wpm-payment-fields-wrapper #payment ul.payment_methods li:has(input:checked) { border-color: var(--wpm-primary, #6c5ce7); background: #ede9fe; }
.wpm-payment-fields-wrapper #payment div.payment_box { background: transparent !important; padding: 12px 0 0 !important; box-shadow: none !important; margin: 0 !important; }
.wpm-payment-fields-wrapper #payment div.payment_box::before { display: none !important; }
.wpm-payment-fields-wrapper #place_order { display: block; width: 100%; margin-top: 20px; background: linear-gradient(135deg, var(--wpm-secondary, #00b894), #059669) !important; color: #fff !important; border: none; border-radius: 12px !important; padding: 16px !important; font-size: 1rem !important; font-weight: 700 !important; cursor: pointer; box-shadow: 0 4px 14px rgba(16,185,129,0.3); transition: all 0.2s; }
.wpm-payment-fields-wrapper #place_order:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(16,185,129,0.4); }

/* Ensure place_order button is never visually disabled in our custom layout */
.wpm-payment-fields-wrapper #place_order:disabled,
.wpm-payment-fields-wrapper #place_order[disabled] {
    background: linear-gradient(135deg, var(--wpm-secondary, #00b894), #059669) !important;
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

/* Hide WooCommerce blockUI overlay inside our custom payment wrapper */
.wpm-payment-fields-wrapper .blockUI.blockOverlay,
.woocommerce-checkout-review-order .blockUI.blockOverlay {
    display: none !important;
}

/* Responsive */
@media (max-width: 900px) {
    .wpm-cart-layout, .wpm-checkout-layout { flex-direction: column; }
    .wpm-cart-side, .wpm-checkout-side { flex: none; width: 100%; position: static; }
    .wpm-offcanvas-panel { width: 0 !important; max-width: 100% !important; right: 0 !important; left: auto !important; transform: none !important; box-sizing: border-box !important; transition: width 0.35s ease !important; }
    .wpm-offcanvas-panel.active { width: 100% !important; opacity: 1; visibility: visible; }
    .wpm-offcanvas-header,
    .wpm-offcanvas-body,
    .wpm-offcanvas-footer {
        width: 100vw !important;
        max-width: 100vw !important;
    }
}
@media (max-width: 640px) {
    .wpm-cart-card { grid-template-columns: 64px 1fr; }
    .wpm-cart-card-actions { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; }
    .wpm-cart-card-remove { grid-column: 1 / -1; }
    .wpm-checkout-steps { flex-direction: column; border-radius: 12px; }
    .wpm-checkout-step { border-right: none; border-bottom: 1px solid #e2e8f0; }
    .wpm-checkout-step:last-child { border-bottom: none; }
    .wpm-checkout-panel .woocommerce-billing-fields__field-wrapper { grid-template-columns: 1fr; }
    .wpm-checkout-nav { flex-direction: column; }
    .wpm-btn-next, .wpm-btn-prev { width: 100%; text-align: center; justify-content: center; }
}

/* Direct layout fixes for WooCommerce checkout steps */
.wpm-checkout-flow #customer_details,
.wpm-checkout-flow .col2-set,
.wpm-checkout-flow .col-1,
.wpm-checkout-flow .col-2,
.wpm-checkout-flow .woocommerce-billing-fields,
.wpm-checkout-flow .woocommerce-shipping-fields,
.wpm-checkout-flow .wpm-billing-fields-wrapper {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    display: block !important;
}

/* Hide redundant billing section title */
.wpm-checkout-panel .woocommerce-billing-fields h3 {
    display: none !important;
}

/* Enable grid layout for form rows inside billing fields wrapper on desktop */
@media (min-width: 641px) {
    .wpm-checkout-panel .woocommerce-billing-fields__field-wrapper {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 0 16px !important;
    }
    .wpm-checkout-panel .woocommerce-billing-fields__field-wrapper .form-row-wide {
        grid-column: 1 / -1 !important;
    }
}

.wpm-checkout-panel .woocommerce-billing-fields__field-wrapper .form-row-first,
.wpm-checkout-panel .woocommerce-billing-fields__field-wrapper .form-row-last,
.wpm-checkout-panel .woocommerce-billing-fields__field-wrapper .form-row {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    clear: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Sidebar Next Button */
.wpm-sidebar-checkout-action .wpm-btn-next {
    width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
    text-align: center !important;
}