:root {
    --bg: #f8fafc;
    --surface: #ffffff;
    --text: #0f172a;
    --muted: #475569;
    --line: #dbe4f0;
    --primary: #1d4ed8;
    --accent: #f97316;
    --shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    --radius: 24px;
    --font-sans: "Segoe UI", "Segoe UI Variable", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    --font-display: "Trebuchet MS", "Segoe UI Semibold", "Segoe UI", system-ui, sans-serif;
}

body.site-shell {
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.08), transparent 22%),
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.08), transparent 20%),
        linear-gradient(180deg, rgba(255,255,255,0.85), rgba(241,245,249,0.95)),
        var(--bg);
    color: var(--text);
    font-family: var(--font-sans);
    font-size: 15px;
    line-height: 1.7;
    overflow-x: hidden;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    color: var(--text);
    font-family: var(--font-display);
    letter-spacing: -0.03em;
    margin-top: 0;
}

a {
    color: inherit;
}

.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    border-radius: 999px;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 13px 22px;
    text-transform: none;
    transition: 0.25s ease;
}

.btn-primary,
.hero-btn,
.hover-action,
.category-banner-copy .btn {
    background: linear-gradient(135deg, var(--primary), #2563eb) !important;
    border: 0 !important;
    color: #fff !important;
}

.btn-default,
.hero-btn.secondary,
.hover-action.secondary {
    background: #fff !important;
    border: 1px solid var(--line) !important;
    color: var(--text) !important;
}

.section-shell {
    padding: 36px 0;
}

.section-heading,
.page-hero {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.section-heading p,
.page-hero p,
.brand-copy,
.search-hint,
.hero-copy p,
.value-card p,
.content-card p {
    color: var(--muted);
}

.eyebrow,
.hero-kicker {
    color: var(--primary);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.announcement-bar {
    background: linear-gradient(90deg, #0f172a, #1e293b);
    color: #fff;
    padding: 10px 0;
}

.site-utility {
    background: #0f172a;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
}

.utility-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 42px;
}

.utility-copy,
.utility-links {
    display: flex;
    gap: 18px;
}

.utility-copy span,
.utility-links a {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.site-header {
    background: rgba(255, 255, 255, 0.96);
    border: 0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    margin-bottom: 0 !important;
}

.desktop-header {
    align-items: center;
    display: grid;
    gap: 22px;
    grid-template-columns: 280px minmax(280px, 1fr) 420px;
    min-width: 0;
    padding: 20px 0 18px;
}

.brand-logo img {
    max-width: 100%;
    max-height: 72px;
}

.header-search-form,
.mobile-search-form {
    align-items: center;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
    display: flex;
    overflow: hidden;
    padding: 6px;
}

.header-search-form input,
.mobile-search-form input {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #0f172a !important;
    height: 52px;
    padding: 0 18px !important;
}

.header-search-form input::placeholder,
.mobile-search-form input::placeholder {
    color: #334155 !important;
    opacity: 1;
}

.search-submit,
.mobile-search-form button {
    align-items: center;
    background: linear-gradient(135deg, #b45309, #c2410c);
    border: 0;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    min-width: 48px;
}

.header-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    min-width: 0;
}

.action-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
    min-width: 128px;
    position: relative;
}

.action-card-link,
.quote-card {
    align-items: center;
    display: flex;
    gap: 12px;
    min-height: 74px;
    padding: 14px 16px;
}

.action-card i {
    color: var(--primary);
    font-size: 22px;
}

.whatsapp-card i,
.mobile-cart-link i,
.summary-feature-list .fa-whatsapp {
    color: #16a34a;
}

.action-card strong,
.action-card small {
    display: block;
}

.action-card small {
    color: var(--muted);
    font-size: 12px;
}

.cart-badge {
    align-items: center;
    background: var(--accent);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    height: 22px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
}

#to-show,
#profilmenu {
    display: none;
    left: 0;
    position: absolute;
    top: calc(100% + 10px);
    width: 100%;
    z-index: 20;
}

#myAccount:hover #to-show,
#profilhesabi:hover #profilmenu {
    display: block;
}

.hover-panel,
.profile-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 14px;
}

.hover-action {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.profile-panel ul {
    margin: 0;
    padding: 0;
}

.profile-panel li + li {
    border-top: 1px solid #eef2ff;
}

.profile-panel a {
    display: block;
    padding: 10px 4px;
}

.desktop-category-nav {
    background: transparent;
    padding-bottom: 16px;
}

.category-nav-inner {
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(219, 228, 240, 0.9);
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    display: flex;
    gap: 24px;
    padding: 14px 18px;
}

.category-nav-label {
    align-items: center;
    background: #eff6ff;
    border-radius: 14px;
    color: var(--primary);
    display: inline-flex;
    font-weight: 800;
    gap: 10px;
    padding: 12px 16px;
    white-space: nowrap;
}

.category-nav-list {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    overflow: visible;
    padding: 0;
}

.category-item {
    position: relative;
}

.category-item > a {
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 999px;
    color: var(--text);
    display: inline-flex;
    font-weight: 700;
    padding: 11px 18px;
    white-space: nowrap;
}

.category-item:hover > a {
    background: #eff6ff;
    border-color: rgba(59, 130, 246, 0.28);
    color: var(--primary);
}

.mobile-header-shell {
    display: none;
    padding: 14px 0 18px;
}

.mobile-topbar,
.mobile-actions,
.hero-actions,
.hero-points,
.hero-stats {
    display: flex;
    gap: 16px;
}

.mobile-topbar {
    align-items: center;
    justify-content: space-between;
}

.mobile-logo img {
    max-height: 52px;
}

.mobile-actions {
    align-items: center;
}

.mobile-actions a,
.mobile-actions button {
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    color: var(--text);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.mobile-cart-link {
    position: relative;
}

.mobile-cart-link span {
    align-items: center;
    background: var(--accent);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    height: 18px;
    justify-content: center;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 18px;
}

.mobile-search-wrap {
    margin-top: 14px;
}

.navbar-offcanvas {
    background: #fff;
    border-right: 1px solid var(--line);
    bottom: 0;
    box-shadow: -18px 0 40px rgba(15, 23, 42, 0.14);
    display: block !important;
    max-width: 360px;
    opacity: 0;
    padding: 0 !important;
    pointer-events: none;
    position: fixed !important;
    left: 0;
    right: auto;
    top: 0;
    transform: translateX(-100%) !important;
    transition: transform 0.28s ease, opacity 0.28s ease;
    visibility: hidden;
    width: 88vw !important;
    z-index: 9999;
}

.navbar-offcanvas.in,
.navbar-offcanvas.is-open,
.navbar-offcanvas.offcanvas-transform.in {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) !important;
    visibility: visible;
}

body.site-shell .navbar-offcanvas.offcanvas-transform,
body.site-shell .navbar-offcanvas.offcanvas-position {
    left: 0 !important;
    right: auto !important;
}

body.site-shell,
body.site-shell .site-header-wrapper,
body.site-shell .site-header,
body.site-shell .content-wrapper,
body.site-shell .container,
body.site-shell .container-fluid {
    transform: none !important;
}

.mobile-drawer-head {
    border-bottom: 1px solid var(--line);
    padding: 20px;
}

.mobile-drawer-head img {
    max-width: 180px;
}

.mobilmenu {
    margin: 0;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding: 8px 20px 20px;
}

.mobilmenu > li > a,
.mobilmenu .dropdown-item {
    border-bottom: 1px solid #eef2ff;
    display: block;
    font-weight: 700;
    padding: 14px 0;
}

.mobilmenu > li > a {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.hero-section {
    padding: 20px 0 30px;
}

.hero-grid {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
}

.hero-copy,
.hero-visual,
.product-card,
.category-banner-media,
.category-banner-copy,
.product-config-card,
.product-summary-card {
    min-width: 0;
}

.hero-copy h1 {
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1;
    margin-bottom: 18px;
    overflow-wrap: anywhere;
    max-width: 12ch;
}

.hero-copy p {
    font-size: 18px;
    max-width: 58ch;
    overflow-wrap: anywhere;
}

.hero-actions {
    margin: 26px 0 22px;
}

.hero-points {
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.hero-points span {
    align-items: center;
    color: var(--muted);
    display: inline-flex;
    gap: 8px;
}

.hero-stats {
    flex-wrap: wrap;
}

.hero-stats div {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(219, 228, 240, 0.9);
    border-radius: 18px;
    min-width: 130px;
    padding: 16px 18px;
}

.hero-stats strong {
    display: block;
    font-family: var(--font-display);
    font-size: 26px;
}

.hero-stats span {
    color: var(--muted);
    font-size: 13px;
}

.hero-slider-shell {
    background: linear-gradient(180deg, #dbeafe, #eff6ff);
    border-radius: 24px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    padding: 10px;
}

.hero-media {
    display: block;
}

.hero-slider-shell img {
    aspect-ratio: auto;
    border-radius: 16px;
    display: block;
    height: auto;
    min-height: 0;
    object-fit: contain;
    width: 100%;
}

.hero-floating-card {
    background: rgba(15, 23, 42, 0.95);
    border-radius: 18px;
    color: #fff;
    margin-top: 14px;
    max-width: none;
    padding: 16px 18px;
    position: static;
}

.hero-visual {
    justify-self: end;
    max-width: 420px;
    width: 100%;
}

.hero-visual > * {
    max-width: 100%;
}

.hero-marquee {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.hero-marquee span {
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(219, 228, 240, 0.95);
    border-radius: 999px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
    color: var(--text);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 9px 14px;
    text-transform: uppercase;
}

.hero-side-note {
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(219,228,240,0.9);
    border-radius: 18px;
    margin-top: 14px;
    padding: 14px 16px;
    position: static;
}

.hero-side-note span,
.hero-side-note strong {
    display: block;
}

.hero-side-note span {
    color: var(--muted);
    font-size: 12px;
}

.hero-side-note strong {
    font-family: var(--font-display);
    font-size: 18px;
    margin-top: 4px;
}

.trust-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.trust-card,
.process-step,
.showcase-panel {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(219, 228, 240, 0.9);
    border-radius: 28px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
}

.trust-card {
    min-height: 220px;
    padding: 26px;
}

.trust-card.featured {
    background:
        radial-gradient(circle at top right, rgba(251,191,36,0.18), transparent 30%),
        linear-gradient(135deg, #ffffff, #eff6ff);
}

.trust-card i {
    color: var(--primary);
    font-size: 28px;
    margin-bottom: 14px;
}

.trust-card h2,
.trust-card h3 {
    margin-bottom: 10px;
}

.process-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-step {
    padding: 24px;
}

.process-step span {
    color: var(--primary);
    display: inline-block;
    font-family: var(--font-display);
    font-size: 28px;
    margin-bottom: 14px;
}

.showcase-panel {
    align-items: center;
    background:
        radial-gradient(circle at top left, rgba(29,78,216,0.14), transparent 24%),
        linear-gradient(135deg, #0f172a, #172554);
    color: #fff;
    display: grid;
    gap: 24px;
    grid-template-columns: 1.3fr 0.7fr;
    padding: 34px;
}

.showcase-panel .eyebrow,
.showcase-panel h2,
.showcase-panel p,
.showcase-panel strong,
.showcase-panel span {
    color: #fff;
}

.showcase-metrics {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
}

.showcase-metrics div {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 20px;
    padding: 18px;
}

.showcase-metrics strong,
.showcase-metrics span {
    display: block;
}

.showcase-metrics strong {
    font-family: var(--font-display);
    font-size: 24px;
}

.product-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card,
.value-card,
.content-card,
.seo-content-card,
.category-banner-card,
.mini-product-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.9));
    border: 1px solid rgba(219, 228, 240, 0.9);
    border-radius: var(--radius);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
}

.product-card .product-main-link,
.mini-product-card .mini-product-main-link {
    display: block;
    height: 100%;
}

.product-image-wrap {
    padding: 14px 14px 0;
}

.product-image {
    aspect-ratio: auto;
    border-radius: 18px;
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.product-card,
.mini-product-card,
.category-banner-card,
.value-card,
.trust-card,
.process-step {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-card:hover,
.mini-product-card:hover,
.category-banner-card:hover,
.value-card:hover,
.trust-card:hover,
.process-step:hover {
    border-color: rgba(147, 197, 253, 0.95);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.12);
    transform: translateY(-4px);
}

.product-content {
    padding: 14px 16px;
}

.product-badge {
    background: #eff6ff;
    border-radius: 999px;
    color: var(--primary);
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 10px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.product-content h3 {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 10px;
    min-height: 42px;
    overflow-wrap: anywhere;
}

.product-meta,
.product-price-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.product-meta {
    color: var(--muted);
    font-size: 12px;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.product-price-row strong,
.mini-product-card strong {
    color: var(--primary);
    font-family: var(--font-display);
}

.card-actions-row {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0 16px 16px;
}

.card-link-cta {
    color: #334155;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.featured-products .catalog-grid {
    gap: 16px;
}

.featured-products .product-card {
    display: flex;
    flex-direction: column;
}

.featured-products .product-main-link {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.featured-products .product-image-wrap {
    padding: 12px 12px 0;
}

.featured-products .product-image {
    aspect-ratio: 6 / 4;
    border-radius: 16px;
    height: auto;
    object-fit: cover;
}

.featured-products .product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 150px;
    padding: 12px 14px;
}

.featured-products .product-content h3 {
    font-size: 15px;
    margin-bottom: 8px;
    min-height: 44px;
}

.featured-products .product-meta {
    font-size: 11px;
    margin-bottom: 8px;
}

.featured-products .product-price-row {
    font-size: 12px;
}

.featured-products .product-price-row strong {
    font-size: 15px;
}

.product-price-row {
    display: none;
}

.featured-products .card-actions-row {
    align-items: center;
    margin-top: 8px;
    padding: 0 14px 14px;
}

.featured-products .card-whatsapp-btn {
    font-size: 11px;
    padding: 8px 11px;
}

.card-whatsapp-btn,
.mini-card-whatsapp {
    background: #0f7a33;
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    padding: 9px 12px;
    text-align: center;
}

.mini-card-whatsapp {
    align-self: flex-start;
    display: inline-flex;
    margin-top: 10px;
    margin-left: 112px;
}

.category-block {
    margin-bottom: 28px;
}

.category-headline-grid {
    display: grid;
    gap: 18px;
}

.category-headline-card {
    display: block;
    text-decoration: none !important;
}

.category-banner-card {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    margin-bottom: 18px;
    overflow: hidden;
    padding: 18px;
}

.category-banner-copy {
    align-self: center;
    min-width: 0;
    padding: 16px;
}

.category-banner-copy h3 {
    font-size: 28px;
    margin-bottom: 10px;
    overflow-wrap: anywhere;
}

.category-inline-link {
    align-items: center;
    color: var(--primary);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    margin-top: 10px;
}

.category-inline-link::after {
    content: '->';
}

.category-banner-media img {
    border-radius: 22px;
    height: auto;
    min-height: 0;
    object-fit: contain;
    width: 100%;
}

.mini-product-grid,
.value-grid {
    display: grid;
    gap: 16px;
}

.mini-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mini-product-card a {
    align-items: center;
    display: flex;
    gap: 14px;
    padding: 14px;
}

.mini-product-card img {
    border-radius: 18px;
    flex: 0 0 84px;
    height: 84px;
    object-fit: cover;
    width: 84px;
}

.mini-product-card h4 {
    font-size: 15px;
    margin-bottom: 6px;
}

.value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.value-card {
    padding: 28px;
}

.value-card i {
    color: var(--primary);
    font-size: 26px;
    margin-bottom: 14px;
}

.seo-content-card {
    padding: 28px;
}

.seo-content-card * {
    max-width: 100%;
}

.inner-page-shell {
    padding: 26px 0 48px;
}

.page-hero.compact {
    background:
        radial-gradient(circle at top right, rgba(251,191,36,0.16), transparent 26%),
        linear-gradient(135deg, #0f172a, #1d4ed8);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 30px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
    color: #fff;
    display: block;
    margin-bottom: 24px;
    padding: 34px;
}

.page-hero.compact h1,
.page-hero.compact p,
.page-hero.compact .eyebrow {
    color: #fff;
}

.contact-layout {
    align-items: start;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.content-layout {
    align-items: start;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(280px, 0.35fr) minmax(0, 1fr);
}

.content-card {
    backdrop-filter: blur(12px);
    padding: 28px;
}

.single-column {
    max-width: 860px;
}

.modern-form label {
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.modern-form .form-control {
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: none;
    color: var(--text);
    min-height: 50px;
    padding: 12px 16px;
}

.modern-form textarea.form-control {
    min-height: 160px;
}

.captcha-row img {
    border-radius: 14px;
    display: block;
    margin-bottom: 12px;
}

.contact-points {
    margin: 0 0 22px;
    padding: 0;
}

.contact-points li {
    align-items: flex-start;
    border-bottom: 1px solid #eef2ff;
    display: flex;
    gap: 12px;
    padding: 14px 0;
}

.map-card iframe {
    border: 0;
    border-radius: 18px;
    min-height: 320px;
    width: 100%;
}

.page-menu-list {
    margin: 0;
    padding: 0;
}

.page-menu-list li + li {
    margin-top: 10px;
}

.page-menu-list a {
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 14px;
    display: block;
    font-weight: 700;
    padding: 14px 16px;
}

.page-content-card img,
.page-content-card iframe,
.seo-content-card img,
.seo-content-card iframe {
    border-radius: 18px;
    max-width: 100%;
}

.page-content-card,
.seo-content-card {
    font-size: 16px;
    line-height: 1.9;
}

.page-content-card h2,
.page-content-card h3,
.seo-content-card h2,
.seo-content-card h3 {
    margin-bottom: 14px;
    margin-top: 26px;
}

.page-content-card p,
.seo-content-card p,
.tab-content p {
    color: #334155;
    margin-bottom: 16px;
}

.page-content-card ul,
.seo-content-card ul,
.tab-content ul {
    padding-left: 20px;
}

.page-content-card li,
.seo-content-card li,
.tab-content li {
    color: #334155;
    margin-bottom: 8px;
}

.category-hero,
.product-hero {
    position: relative;
    overflow: hidden;
}

.category-hero::after,
.product-hero::after {
    background: linear-gradient(90deg, rgba(255,255,255,0.16), transparent);
    content: "";
    height: 1px;
    left: 34px;
    position: absolute;
    right: 34px;
    top: 88px;
}

.product-gallery-card,
.product-config-card,
.product-summary-card,
.product-tabs-card,
.page-menu-card,
.form-card,
.info-card {
    border-radius: 30px;
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.08);
}

.product-main-image {
    background:
        radial-gradient(circle at top left, rgba(59,130,246,0.08), transparent 24%),
        #f8fafc;
    border: 1px solid rgba(219,228,240,0.9);
    border-radius: 28px;
    padding: 12px;
}

.product-main-image img {
    box-shadow: 0 18px 40px rgba(15,23,42,0.08);
}

.template-column,
.price-tier-card,
.page-menu-list a,
.modern-form .form-control {
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.template-column:hover,
.price-tier-card:hover,
.page-menu-list a:hover {
    border-color: rgba(147, 197, 253, 0.95);
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.09);
    transform: translateY(-2px);
}

.summary-price-box {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.product-tabs-card {
    overflow: hidden;
}

.product-tabs-card .tab-content {
    background:
        linear-gradient(180deg, rgba(248,250,252,0.8), rgba(255,255,255,0.92));
    border: 1px solid rgba(219,228,240,0.9);
    min-height: 180px;
    padding: 24px;
}

.contact-points li i {
    color: var(--primary);
    font-size: 18px;
    margin-top: 3px;
}

.form-card h2,
.info-card h2,
.page-menu-card h2 {
    margin-bottom: 18px;
}

.info-card {
    background:
        radial-gradient(circle at top right, rgba(29,78,216,0.08), transparent 24%),
        rgba(255,255,255,0.96);
}

.teklif-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.teklif-form-head {
    margin-bottom: 24px;
}

.teklif-form-head h2 {
    margin-bottom: 10px;
}

.teklif-form-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.teklif-form-grid .form-group {
    margin-bottom: 0;
}

.teklif-form-grid .form-group-full {
    grid-column: 1 / -1;
}

.teklif-submit {
    margin-top: 20px;
    min-width: 220px;
}

.teklif-info-card h2 {
    margin-bottom: 14px;
}

.teklif-points li div strong,
.teklif-points li div span {
    display: block;
}

.teklif-points li div strong {
    color: var(--text);
    margin-bottom: 4px;
}

.teklif-side-box {
    background: linear-gradient(135deg, #0f172a, #1d4ed8);
    border-radius: 24px;
    color: #fff;
    margin-top: 24px;
    padding: 22px;
}

.teklif-side-box strong,
.teklif-side-box p {
    color: #fff;
}

.teklif-side-box p {
    margin: 10px 0 16px;
}

.teklif-side-box .btn {
    margin-top: 10px;
    width: 100%;
}

.modern-form .form-control:focus {
    border-color: #93c5fd !important;
    box-shadow: 0 0 0 4px rgba(59,130,246,0.08) !important;
}

#footeralani {
    margin-top: 28px;
}

.footer {
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.18), transparent 26%),
        linear-gradient(180deg, #0f172a, #020617 72%);
    color: rgba(255, 255, 255, 0.78);
    overflow: hidden;
    padding: 36px 0 28px;
}

.footer a,
.footer h2,
.footer strong {
    color: #fff;
}

.footer p {
    margin-bottom: 0;
}

.footer-topband {
    align-items: center;
    background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(59,130,246,0.12));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.6fr) auto;
    margin-bottom: 28px;
    padding: 26px 28px;
}

.footer-eyebrow {
    color: #93c5fd;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.footer-topband-copy h2 {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 10px;
    max-width: 760px;
}

.footer-topband-copy p {
    color: rgba(255, 255, 255, 0.72);
    max-width: 720px;
}

.footer-topband-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.footer-topband-actions .btn {
    min-width: 210px;
    text-align: center;
}

.footer-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.3fr) minmax(180px, 0.85fr) minmax(200px, 0.95fr) minmax(220px, 1fr);
}

.footer-brand p,
.footer-contact-list li {
    color: rgba(255, 255, 255, 0.75);
}

.footer-brand-logo {
    display: inline-flex;
    margin-bottom: 18px;
}

.footer-brand-logo img {
    max-height: 72px;
    max-width: 220px;
}

.footer-mini-points {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.footer-mini-points span {
    align-items: center;
    color: rgba(255, 255, 255, 0.84);
    display: inline-flex;
    gap: 10px;
}

.footer-mini-points i {
    color: #60a5fa;
}

.footerbaslik {
    font-size: 18px;
    margin-bottom: 16px;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li + li {
    margin-top: 10px;
}

.footer-menu a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-menu a:hover {
    color: #fff;
    transform: translateX(2px);
}

.footer-contact-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 22px;
}

.footer-contact-list li,
.footer-contact-list li a {
    align-items: flex-start;
    display: flex;
    gap: 12px;
}

.footer-contact-list i {
    color: #93c5fd;
    margin-top: 4px;
    min-width: 16px;
}

.footer-contact-list span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
    margin-top: 26px;
    padding-top: 22px;
}

.footer-bottom-copy p {
    color: rgba(255, 255, 255, 0.65);
    margin-top: 6px;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-badges img {
    background: #fff;
    border-radius: 10px;
    height: 34px !important;
    width: auto !important;
    padding: 4px 8px;
}

.category-hero-banner {
    margin-bottom: 28px;
}

.product-detail-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: 240px minmax(0, 1fr) 240px;
    margin-bottom: 24px;
}

.product-gallery-card,
.product-config-card,
.product-summary-card,
.product-tabs-card {
    height: fit-content;
}

.product-main-image img {
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    max-height: 300px;
    object-fit: cover;
    width: 100%;
}

.product-thumb-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 14px;
}

.product-thumb img {
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
}

.support-pill {
    align-items: center;
    background: #effdf5;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    color: #166534;
    display: inline-flex;
    gap: 10px;
    margin-top: 18px;
    padding: 10px 14px;
}

.template-downloads {
    margin-top: 14px;
}

.template-columns {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.template-column {
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 12px;
}

.template-column ul {
    margin: 12px 0 0;
    padding: 0;
}

.template-column li + li {
    margin-top: 8px;
}

.product-summary-strip {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.summary-shipping {
    background: #eff6ff;
    border-radius: 18px;
    color: var(--primary);
    padding: 14px 16px;
    text-align: right;
}

.summary-shipping strong,
.summary-shipping span {
    display: block;
}

.variant-block + .variant-block {
    border-top: 1px solid #eef2ff;
    margin-top: 14px;
    padding-top: 14px;
}

.variant-head {
    margin-bottom: 14px;
}

.variant-head strong {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
}

.variant-head span {
    color: var(--muted);
    font-size: 13px;
}

.variant-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.variant-option-wrap input {
    display: none;
}

.variant-chip {
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 16px;
    cursor: pointer;
    display: inline-flex;
    gap: 10px;
    min-height: 52px;
    padding: 10px 14px;
}

.variant-chip img {
    height: 22px;
    width: 22px;
}

.variant-option-wrap input:checked + .variant-chip {
    background: #eff6ff;
    border-color: #93c5fd;
    color: var(--primary);
}

.variant-select {
    border-radius: 16px !important;
    min-height: 50px !important;
}

.variant-alert {
    margin-top: 12px;
}

.price-tier-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.price-tier-card {
    align-items: start;
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 20px;
    cursor: pointer;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 12px;
}

.price-tier-card:has(.varyant_adet_input:checked) {
    background: linear-gradient(135deg, #eff6ff, #f8fbff);
    border-color: #2563eb;
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.16);
}

.price-tier-card.suggested {
    border-color: #93c5fd;
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.12);
}

.price-tier-card.locked {
    opacity: 0.45;
    pointer-events: none;
}

.price-tier-card input {
    display: none;
}

.price-tier-card label {
    cursor: pointer;
    display: block;
    margin: 0;
}

.price-tier-copy {
    display: block;
}

.price-tier-qty label b {
    font-size: 22px;
    line-height: 1;
}

.price-tier-qty,
.price-tier-price,
.price-tier-qty label,
.price-tier-copy {
    width: 100%;
}

.price-tier-qty label,
.price-tier-copy {
    display: block;
}

.price-tier-qty label span {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.price-tier-copy b {
    color: var(--text);
    display: block;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.price-tier-card:has(.varyant_adet_input:checked) .price-tier-copy b,
.price-tier-card:has(.varyant_adet_input:checked) .price-tier-qty label b {
    color: var(--primary);
}

.price-tier-card b,
.summary-price-box strong {
    font-family: var(--font-display);
}

.price-tier-qty label span,
.price-tier-price label span {
    color: var(--muted);
    display: block;
    font-size: 11px;
    margin-top: 4px;
}

.product-summary-card {
    position: sticky;
    top: 110px;
}

.summary-price-box {
    background: linear-gradient(135deg, #0f172a, #1d4ed8);
    border-radius: 22px;
    color: #fff;
    padding: 18px;
}

.whatsapp-summary-box {
    background: linear-gradient(135deg, #0f172a, #16a34a);
}

.summary-price-box span,
.summary-price-box small,
.summary-price-box strong {
    display: block;
}

.summary-price-box strong {
    font-size: 24px;
    margin: 8px 0;
}

.summary-feature-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 18px 0 22px;
}

.summary-feature-list span {
    align-items: center;
    color: var(--muted);
    display: inline-flex;
    gap: 10px;
}

.product-summary-card .button {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-decoration: none !important;
    width: 100%;
}

.product-tabs-card .tab-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
    padding: 0;
}

.product-tabs-card .tab-menu li a {
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: 999px;
    display: inline-block;
    padding: 10px 16px;
}

.product-tabs-card .tab-content {
    background: #fff;
    border-radius: 18px;
}

@media (max-width: 1199px) {
    .desktop-header {
        grid-template-columns: 220px minmax(240px, 1fr) 340px;
    }

    .product-grid,
    .mini-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-detail-grid {
        grid-template-columns: 220px minmax(0, 1fr) 220px;
    }
}

@media (max-width: 991px) {
    .hero-grid,
    .category-banner-card,
    .contact-layout,
    .teklif-layout,
    .content-layout,
    .footer-grid,
    .value-grid,
    .trust-grid,
    .process-grid,
    .showcase-panel {
        grid-template-columns: 1fr;
    }

    .section-heading {
        display: block;
    }

    .product-grid,
    .mini-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .template-columns {
        grid-template-columns: 1fr;
    }

    .teklif-form-grid {
        grid-template-columns: 1fr;
    }

    .category-banner-copy h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding-top: 0;
    }

    .hero-copy h1 {
        font-size: 34px;
    }

    .hero-actions,
    .hero-points,
    .hero-stats {
        flex-direction: column;
    }

    .hero-floating-card {
        margin-top: 16px;
        max-width: none;
        position: static;
    }

    .hero-side-note {
        margin-top: 16px;
        position: static;
    }

    .product-grid,
    .mini-product-grid {
        grid-template-columns: 1fr;
    }

    .product-thumb-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mini-card-whatsapp {
        margin-left: 0;
    }

    .section-shell,
    .inner-page-shell {
        padding-left: 0;
        padding-right: 0;
    }

    .page-hero.compact,
    .content-card,
    .seo-content-card,
    .category-banner-card,
    .value-card,
    .product-card,
    .mini-product-card {
        border-radius: 22px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .price-tier-card,
    .product-summary-strip {
        grid-template-columns: 1fr;
        display: block;
    }
}

/* Legacy CSS conflict overrides */
body.site-shell .desktop-category-nav,
body.site-shell .desktop-category-nav * {
    box-sizing: border-box;
}

body.site-shell .site-header,
body.site-shell .site-header-wrapper,
body.site-shell .desktop-header,
body.site-shell .header-actions,
body.site-shell .category-nav-inner,
body.site-shell .category-nav-list,
body.site-shell .category-nav-list li,
body.site-shell .mega-menu,
body.site-shell .mega-menu-grid,
body.site-shell .product-detail-grid,
body.site-shell .product-config-form,
body.site-shell .product-page-shell .price-tier-grid,
body.site-shell .product-page-shell .variant-options,
body.site-shell .catalog-grid,
body.site-shell .catalog-grid article,
body.site-shell .footer,
body.site-shell .footer * {
    float: none !important;
}

body.site-shell .announcement-bar.visible-xs-block,
body.site-shell .mobile-header-shell.visible-xs-block {
    display: none !important;
}

body.site-shell #mNavbar,
body.site-shell #mNavbar.navbar-fixed-top,
body.site-shell .site-header-wrapper,
body.site-shell .site-header {
    left: auto !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    width: auto !important;
}

body.site-shell .site-header ul,
body.site-shell .site-header ol,
body.site-shell .desktop-category-nav ul,
body.site-shell .desktop-category-nav ol,
body.site-shell .product-page-shell ul,
body.site-shell .product-page-shell ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.site-shell .desktop-header {
    align-items: center;
    display: grid !important;
    grid-template-columns: 280px minmax(280px, 1fr) minmax(320px, 420px);
}

body.site-shell .brand-block,
body.site-shell .header-search-panel,
body.site-shell .header-actions {
    min-width: 0;
}

body.site-shell .header-search-form,
body.site-shell .header-search-form .form-control {
    width: 100%;
}

body.site-shell .header-actions {
    align-items: stretch;
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

body.site-shell .header-actions .action-card {
    flex: 1 1 128px;
}

body.site-shell .desktop-category-nav .category-nav-inner {
    align-items: center;
    display: flex !important;
    overflow: visible;
    position: relative;
    z-index: 60;
}

body.site-shell .desktop-category-nav .category-nav-list {
    align-items: center;
    display: flex !important;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 18px;
    list-style: none;
    overflow-x: auto;
    overflow-y: visible;
    padding: 0;
    white-space: nowrap;
}

body.site-shell .desktop-category-nav .category-item {
    flex: 0 0 auto;
    list-style: none;
    position: relative;
}

body.site-shell .desktop-category-nav .category-item > a {
    display: inline-flex;
}

body.site-shell .desktop-category-nav .mega-menu {
    display: none !important;
}

body.site-shell .catalog-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.site-shell .catalog-grid .product-card,
body.site-shell .catalog-grid .product-main-link,
body.site-shell .catalog-grid .product-image-wrap,
body.site-shell .catalog-grid .product-content,
body.site-shell .catalog-grid .card-actions-row {
    width: 100%;
}

body.site-shell .catalog-grid .product-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

body.site-shell .catalog-grid .product-card .product-main-link {
    display: block;
    height: auto;
    text-decoration: none !important;
}

body.site-shell .catalog-grid .product-card .product-content {
    background: transparent !important;
    bottom: auto !important;
    display: block;
    left: auto !important;
    opacity: 1 !important;
    padding: 18px !important;
    position: static !important;
    right: auto !important;
    visibility: visible !important;
}

body.site-shell .catalog-grid .product-card:hover .product-content {
    transform: none !important;
}

body.site-shell .catalog-grid .product-card .product-content *,
body.site-shell .category-banner-card *,
body.site-shell .hero-copy *,
body.site-shell .hero-visual * {
    left: auto !important;
    right: auto !important;
}

body.site-shell .product-page-shell .product-config-form {
    align-items: start;
    display: grid !important;
    gap: 22px;
    grid-column: span 2;
    grid-template-columns: minmax(0, 1fr) 300px;
}

body.site-shell .product-page-shell .variant-block,
body.site-shell .product-page-shell .price-tier-card,
body.site-shell .product-page-shell .template-column {
    width: 100%;
}

body.site-shell .product-page-shell .variant-select {
    width: 100% !important;
}

body.site-shell .product-page-shell #fiyat.product-summary-card {
    float: none !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    position: relative !important;
    top: auto !important;
    width: auto !important;
}

body.site-shell .product-page-shell .varyant_fiyat.price-tier-grid {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
}

body.site-shell .product-page-shell .varyant_fiyat.price-tier-grid [class*=col] {
    float: none !important;
    padding: 0 !important;
    width: auto !important;
}

body.site-shell .product-page-shell .price-tier-card,
body.site-shell .product-page-shell .price-tier-card label {
    min-height: auto !important;
}

body.site-shell .product-page-shell .price-tier-card label {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

body.site-shell .product-page-shell .price-tier-card.suggested::before,
body.site-shell .product-page-shell .price-tier-card.suggested::after {
    display: none !important;
}

body.site-shell .product-page-shell .variant-options {
    display: flex !important;
    flex-wrap: wrap !important;
}

body.site-shell .product-page-shell .product-tabs-card .tab-menu {
    list-style: none;
}

@media (max-width: 1399px) {
    body.site-shell .desktop-header {
        gap: 16px;
        grid-template-columns: 220px minmax(220px, 1fr) minmax(280px, 360px);
    }

    body.site-shell .header-actions .action-card {
        flex: 1 1 140px;
    }
}

@media (max-width: 1199px) {
    body.site-shell .catalog-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.site-shell .desktop-header {
        gap: 16px;
        grid-template-columns: 200px minmax(200px, 1fr) minmax(240px, 300px);
    }

    .hero-floating-card,
    .hero-side-note {
        margin-top: 16px;
        max-width: none;
        position: static;
    }

    .footer-topband {
        grid-template-columns: 1fr;
    }

    .footer-topband-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    body.site-shell .announcement-bar.hidden-xs,
    body.site-shell .site-utility.hidden-xs {
        display: none !important;
    }

    body.site-shell .announcement-bar.visible-xs-block,
    body.site-shell .mobile-header-shell.visible-xs-block {
        display: block !important;
    }

    body.site-shell .mobile-header-shell {
        display: block;
    }

    body.site-shell .desktop-category-nav,
    body.site-shell .site-utility,
    body.site-shell .desktop-header {
        display: none !important;
    }

    body.site-shell .catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-detail-grid {
        grid-template-columns: 1fr;
    }

    body.site-shell .product-page-shell .product-config-form {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    body.site-shell .product-page-shell .varyant_fiyat.price-tier-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .navbar-offcanvas {
        max-width: 320px;
        overflow-y: auto;
        width: 78vw !important;
    }

    .category-banner-card {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.site-shell .catalog-grid {
        grid-template-columns: 1fr;
    }

    .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .section-shell {
        padding: 24px 0;
    }

    .section-heading,
    .page-hero {
        gap: 14px;
        margin-bottom: 20px;
    }

    .hero-grid,
    .trust-grid,
    .process-grid,
    .value-grid,
    .footer-grid,
    .showcase-panel,
    .product-detail-grid,
    .category-banner-card {
        grid-template-columns: 1fr !important;
    }

    .hero-copy,
    .hero-visual,
    .showcase-copy,
    .showcase-metrics,
    .category-banner-copy,
    .category-banner-media {
        width: 100%;
    }

    .hero-copy h1 {
        font-size: 28px;
        line-height: 1.12;
        margin-bottom: 12px;
    }

    .hero-copy p {
        font-size: 15px;
        line-height: 1.7;
        max-width: 100%;
    }

    .hero-actions {
        gap: 12px;
        margin: 20px 0 18px;
    }

    .hero-actions .btn,
    .hero-actions .hero-btn {
        display: flex;
        justify-content: center;
        max-width: 100%;
        padding-left: 18px;
        padding-right: 18px;
        text-align: center;
        white-space: normal;
        width: 100%;
    }

    .hero-points {
        gap: 12px;
        margin-bottom: 18px;
    }

    .hero-points span {
        font-size: 14px;
        line-height: 1.5;
    }

    .hero-stats {
        gap: 10px;
    }

    .hero-stats div {
        min-width: 0;
        padding: 14px 16px;
    }

    .hero-stats strong {
        font-size: 22px;
    }

    .hero-marquee {
        gap: 8px;
    }

    .hero-marquee span {
        font-size: 11px;
        padding: 8px 12px;
    }

    .hero-points span,
    .hero-stats div {
        max-width: 100%;
    }

    .hero-slider-shell {
        padding: 12px;
    }

    .hero-slider-shell img,
    .category-banner-media img,
    .product-image {
        height: auto;
    }

    .hero-side-note,
    .hero-floating-card {
        left: auto;
        margin-top: 12px;
        max-width: 100%;
        position: static;
        right: auto;
        top: auto;
        width: 100%;
    }

    .hero-side-note {
        order: 1;
    }

    .hero-floating-card {
        order: 2;
    }

    .trust-card,
    .process-step,
    .value-card,
    .content-card,
    .product-card,
    .category-banner-card,
    .seo-content-card {
        border-radius: 20px;
        padding: 18px;
    }

    .product-image-wrap,
    .featured-products .product-image-wrap {
        padding: 10px 10px 0;
    }

    .product-content,
    .featured-products .product-content {
        padding: 12px;
    }

    .product-content h3,
    .featured-products .product-content h3 {
        font-size: 15px;
        min-height: 0;
    }

    .product-meta,
    .featured-products .product-meta {
        font-size: 11px;
        gap: 6px;
    }

    .card-actions-row,
    .featured-products .card-actions-row {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
        padding: 0 12px 12px;
    }

    .card-link-cta,
    .card-whatsapp-btn {
        align-items: center;
        display: flex;
        justify-content: center;
        min-height: 42px;
        width: 100%;
    }

    .product-thumb-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .price-tier-grid,
    body.site-shell .product-page-shell .varyant_fiyat.price-tier-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .category-banner-copy {
        padding: 4px;
    }

    .category-banner-copy h3 {
        font-size: 22px;
    }

    .showcase-panel {
        padding: 22px;
    }

    .showcase-metrics div {
        padding: 14px 16px;
    }

    .footer {
        padding: 28px 0 22px;
    }

    .footer-grid {
        gap: 18px;
    }

    .footer-topband {
        border-radius: 22px;
        padding: 20px 18px;
    }

    .footer-topband-copy h2 {
        font-size: 24px;
    }

    .footer-topband-actions {
        flex-direction: column;
    }

    .footer-topband-actions .btn {
        min-width: 0;
        width: 100%;
    }

    .footer-contact-card {
        padding: 18px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}
