:root {
    --primary: #2a3d45;
    --accent: #b97a3d;
    --light: #f6f3ef;
    --text: #1f2529;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    * {
        transition-duration: 0.001ms !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
    }
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.5;
}

img,
video,
iframe {
    max-width: 100%;
    height: auto;
}

.skip-link:focus-visible {
    outline: 3px solid #0c6ea8;
    outline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid #0c6ea8;
    outline-offset: 2px;
}

.main-nav a:focus-visible,
.mini-btn:focus-visible,
.btn:focus-visible,
.btn-outline:focus-visible {
    box-shadow: 0 0 0 3px rgba(12, 110, 168, 0.32);
}

.call-float-btn:focus-visible,
.whatsapp-btn:focus-visible,
.ai-float-btn:focus-visible {
    box-shadow: 0 0 0 4px rgba(12, 110, 168, 0.35);
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: #fff;
    color: #111;
    padding: 8px 10px;
    z-index: 2000;
    border-radius: 0 0 6px 6px;
}

.skip-link:focus {
    left: 10px;
}

.container {
    width: min(1160px, 92%);
    margin: 0 auto;
}

.reference-card,
.reference-card-body,
.legal-page,
.service-list-page,
.blog-card {
    min-width: 0;
}

.reference-card-body h3,
.reference-card-body p,
.legal-page p,
.legal-page li {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1300;
    transition: box-shadow 0.28s ease;
}

.site-header.site-header--compact {
    box-shadow: 0 6px 22px rgba(8, 22, 30, 0.28);
}

.top-info-bar {
    background: linear-gradient(90deg, #0c6ea8, #1a8e7a);
    color: #dfe8ee;
    font-size: 12px;
    position: static;
}

.top-info-wrap {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    padding: 7px 0;
    flex-wrap: wrap;
    transition: padding 0.28s ease, gap 0.28s ease;
}

.topbar {
    background: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.48)), url("../images/hero.jpg") center/cover no-repeat;
    color: #fff;
    padding-bottom: 42px;
    position: static;
    top: auto;
    z-index: auto;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}

.topbar-sm {
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 217, 145, 0.26) 0%, rgba(255, 217, 145, 0) 34%),
        radial-gradient(circle at 88% 18%, rgba(161, 214, 188, 0.24) 0%, rgba(161, 214, 188, 0) 38%),
        linear-gradient(95deg, #2e5056 0%, #447066 45%, #7a6a4f 100%);
    padding-bottom: 0;
}

.hero-only {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.38)), url("../images/hero.jpg") center/cover no-repeat;
    color: #fff;
    padding: 32px 0 42px;
    position: relative;
    overflow: hidden;
}

.nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    gap: 10px;
    transition: padding 0.28s ease, gap 0.28s ease;
}

.brand {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.05;
    transition: font-size 0.28s ease;
    background: linear-gradient(90deg, #ffffff 0%, #ffe2a4 48%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: 0.35px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

.brand-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 12px;
    padding: 8px 12px;
    transition: padding 0.28s ease, gap 0.28s ease, border-radius 0.28s ease;
}

.brand-home-link {
    text-decoration: none;
    color: inherit;
}

.brand-logo {
    width: 74px;
    height: 74px;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
    background: transparent;
    padding: 2px;
    flex-shrink: 0;
    transition: width 0.28s ease, height 0.28s ease, padding 0.28s ease;
}

.brand-logo-fallback {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: #ffffff;
    color: #1e4c67;
    display: grid;
    place-items: center;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.4px;
    flex-shrink: 0;
    box-shadow: 0 1px 4px rgba(8, 26, 39, 0.2);
}

.brand-text {
    display: grid;
    gap: 2px;
}

.brand-slogan {
    font-size: 12px;
    letter-spacing: 0.3px;
    opacity: 1;
    transition: font-size 0.28s ease, opacity 0.28s ease, margin 0.28s ease;
    background: linear-gradient(90deg, #eaf6ff 0%, #fff1cf 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 600;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
}

nav a {
    color: #f2f7f4;
    text-decoration: none;
    margin-left: 14px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-shadow: 0 1px 2px rgba(10, 22, 26, 0.35);
    transition: font-size 0.28s ease, margin 0.28s ease, color 0.22s ease, text-shadow 0.22s ease, transform 0.22s ease;
}

nav a.active-link {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 3px;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.35);
}

.main-nav {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 10px;
    padding: 6px 12px;
    transition: padding 0.28s ease, border-radius 0.28s ease;
}

.main-nav a {
    color: #f2f7f4;
}

.main-nav a:hover {
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    flex-wrap: wrap;
}

.nav-cta-bottom {
    flex-basis: 100%;
    text-align: center;
    max-width: 148px;
}

.main-nav-panel {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.12);
    padding: 9px 8px;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    height: 2px;
    margin: 4px 0;
    background: #fff;
    border-radius: 999px;
}

.mini-btn {
    display: inline-block;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
    background: #d2914c;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    transition: padding 0.28s ease, font-size 0.28s ease, border-radius 0.28s ease;
}

.mini-btn-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.lang-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    cursor: pointer;
    padding: 8px 10px;
    min-width: 54px;
    overflow: hidden;
}

.lang-switch__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    line-height: 1;
    font-size: 16px;
    opacity: 1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.lang-switch__select {
    position: absolute;
    inset: 0;
    border: none;
    outline: none;
    background: transparent;
    color: transparent;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.lang-switch__select option {
    color: #102838;
}

/* Google Translate kaynakli ust bant/ani kayma sorunlarini engelle */
body {
    top: 0 !important;
}

.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

#google_translate_element,
.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0 !important;
}

.skiptranslate {
    font-size: inherit;
}

.site-header.site-header--compact .top-info-bar {
    font-size: 11px;
}

.site-header.site-header--compact .top-info-wrap {
    padding: 4px 0;
    gap: 10px;
}

.site-header.site-header--compact .nav-wrap {
    padding: 5px 0;
    gap: 8px;
}

.site-header.site-header--compact .brand-logo {
    width: 50px;
    height: 50px;
    padding: 1px;
}

.site-header.site-header--compact .brand-logo-fallback {
    width: 42px;
    height: 42px;
    font-size: 15px;
}

.site-header.site-header--compact .brand {
    font-size: 17px;
}

.site-header.site-header--compact .brand-slogan {
    font-size: 10px;
    letter-spacing: 0.2px;
}

.site-header.site-header--compact .brand-box {
    padding: 5px 10px;
    gap: 8px;
    border-radius: 10px;
}

.site-header.site-header--compact .main-nav {
    padding: 4px 10px;
    border-radius: 9px;
}

.site-header.site-header--compact .main-nav a {
    font-size: 12px;
    margin-left: 10px;
}

.site-header.site-header--compact .mini-btn {
    padding: 6px 10px;
    font-size: 11px;
    border-radius: 5px;
}

.site-header.site-header--compact .lang-switch {
    padding-right: 6px;
}

.site-header.site-header--compact .lang-switch__icon {
    font-size: 11px;
}

.site-header.site-header--compact .lang-switch__select {
    font-size: 11px;
}

body.header-compact .services-sidebar,
body.header-compact .ai-services-ai-row__sidebar {
    top: 76px;
}

@media (prefers-reduced-motion: reduce) {
    .site-header,
    .site-header .top-info-wrap,
    .nav-wrap,
    .brand-box,
    .brand-logo,
    .brand,
    .brand-slogan,
    .main-nav,
    nav a,
    .mini-btn {
        transition: none;
    }

    .hero h1 {
        animation: none;
    }
}

.hero {
    padding: 64px 0 0;
    max-width: 780px;
    position: relative;
    z-index: 1;
}

.mobile-hero-slider {
    display: none;
}

.hero-copy-box {
    position: relative;
    z-index: 2;
    max-width: 700px;
    background: rgba(18, 28, 32, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 14px;
    padding: 20px 22px;
    backdrop-filter: saturate(1.18);
    -webkit-backdrop-filter: saturate(1.18);
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

@keyframes hero-headline-glow {
    0%,
    100% {
        text-shadow:
            0 0 20px rgba(255, 255, 255, 0.42),
            0 0 48px rgba(130, 200, 255, 0.22),
            0 3px 14px rgba(0, 0, 0, 0.45);
    }
    50% {
        text-shadow:
            0 0 36px rgba(255, 255, 255, 0.62),
            0 0 72px rgba(150, 220, 255, 0.38),
            0 3px 18px rgba(0, 0, 0, 0.38);
    }
}

.hero h1 {
    margin: 0 0 16px;
    font-size: clamp(30px, 3.6vw, 44px);
    font-weight: 800;
    letter-spacing: 0.25px;
    line-height: 1.18;
    color: #fff;
    text-shadow:
        0 0 24px rgba(255, 255, 255, 0.45),
        0 0 52px rgba(120, 200, 255, 0.24),
        0 3px 14px rgba(0, 0, 0, 0.42);
    animation: hero-headline-glow 5s ease-in-out infinite;
}

.hero p:not(.response-claim) {
    margin: 0 0 22px;
    font-size: clamp(15px, 1.7vw, 18px);
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.97);
    text-shadow:
        0 0 18px rgba(255, 255, 255, 0.28),
        0 2px 12px rgba(0, 0, 0, 0.35);
}

.response-claim {
    margin: -8px 0 16px;
    display: inline-block;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(180, 230, 255, 0.55);
    background: rgba(12, 61, 89, 0.48);
    color: #f0f9ff;
    font-size: 13px;
    line-height: 1.35;
    text-shadow: 0 0 16px rgba(200, 235, 255, 0.45);
    box-shadow: 0 0 22px rgba(80, 160, 220, 0.18);
}

.btn {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 6px;
}

.btn:hover {
    filter: brightness(1.05);
}

.hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-outline {
    background: transparent;
    border: 1px solid #fff;
}

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

.hero-badges span {
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-shadow: 0 0 14px rgba(255, 255, 255, 0.35);
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.08);
}

.global-message-strip {
    background: linear-gradient(90deg, #eef7ff 0%, #f4fbf8 100%);
    border-top: 1px solid #d8e8f4;
    border-bottom: 1px solid #d8e8f4;
}

.global-message-strip-inner {
    min-height: 44px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 10px;
    padding: 8px 0;
}

.global-message-strip-inner span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 5px 9px;
    border: 1px solid #d1e4f1;
    background: #fff;
    color: #1d4a63;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
}

.strip-pill {
    gap: 6px;
}

.strip-pill::before {
    content: "";
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #e9f4fd;
    color: #0f5f86;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}

.strip-pill--speed::before {
    content: "⏱";
}

.strip-pill--discover::before {
    content: "📐";
}

.strip-pill--price::before {
    content: "₺";
}

.strip-pill--invoice::before {
    content: "✓";
}

.popular-models-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.popular-models-section + .section {
    padding-top: 0 !important;
}

.popular-models-marquee {
    border: 1px solid #dbe7f1;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    padding: 8px 0 6px;
    overflow: hidden;
}

.popular-models-track {
    display: flex;
    align-items: stretch;
    gap: 0;
    width: max-content;
    padding: 0;
    animation: popularModelsSlide 36s linear infinite;
    will-change: transform;
}

.popular-models-group {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    padding: 0 13px;
    flex: 0 0 auto;
}

.popular-model-item {
    width: 92px;
    display: grid;
    justify-items: center;
    gap: 6px;
    text-align: center;
    color: #223847;
    text-decoration: none;
    transition: color 0.15s ease, transform 0.15s ease;
}

.popular-model-item:hover {
    color: #0f5f86;
}

.popular-model-item:focus-visible {
    outline: 2px solid #0f5f86;
    outline-offset: 3px;
    border-radius: 8px;
}

.popular-model-item strong {
    font-size: 12px;
    line-height: 1.22;
    font-weight: 700;
    max-width: 100%;
    min-width: 0;
    justify-self: stretch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.popular-brand-logo-wrap {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    border: 1px solid #d5dbe2;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.7), 0 4px 10px rgba(18, 49, 70, 0.12);
    background: #fff;
    display: grid;
    place-items: center;
    overflow: hidden;
    position: relative;
}

.popular-brand-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 6px;
    box-sizing: border-box;
}

.popular-brand-logo-img--parquet {
    object-fit: cover;
    object-position: center;
    padding: 0;
}

.popular-brand-logo-fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #3d5666;
    background: linear-gradient(145deg, #f4f8fb 0%, #e4edf4 100%);
}

@keyframes popularModelsSlide {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .popular-models-track {
        animation: none;
    }
}

.mobile-experience-section {
    display: none;
}

.mobile-quick-nav {
    display: none;
}

.section {
    padding: 64px 0;
}

/* Ana sayfa: “Ev İçi Uygulama Örnekleri” — üst/alt simetrik boşluk, komşu bölümlerle çift padding birikimini kes */
.section.quick-quote-section {
    padding-bottom: 32px;
}

.section.home-showcase-examples-section {
    padding-top: 28px;
    padding-bottom: 28px;
}

.section.home-showcase-examples-section .showcase-gallery-grid {
    margin-top: 0;
}

.section.home-showcase-examples-section + .section.compact-summary-section {
    padding-top: 0;
}

.home-services-section {
    padding-top: 0 !important;
}

.parquet-layers-section {
    margin-top: 18px;
    padding: 16px 16px 14px;
    border: 1px solid #d8e3ec;
    border-radius: 14px;
    background: linear-gradient(180deg, #f7fafc 0%, #eef3f7 100%);
    display: grid;
    grid-template-columns: minmax(300px, 1.1fr) minmax(260px, 1fr);
    gap: 16px;
}

.parquet-layers-visual {
    min-height: 190px;
    border-radius: 12px;
    overflow: hidden;
    background: #0b0f14;
    border: 1px solid rgba(130, 165, 196, 0.25);
    box-shadow: 0 12px 24px rgba(8, 25, 42, 0.24);
}

.parquet-layers-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.parquet-layers-copy {
    display: grid;
    gap: 10px;
    align-content: center;
}

.parquet-layers-copy article h3 {
    margin: 0 0 2px;
    font-size: 17px;
    color: #20354a;
}

.parquet-layers-copy article p {
    margin: 0;
    font-size: 14px;
    color: #4f6478;
    line-height: 1.35;
}

.stats-wrap {
    margin-top: -35px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.stats-grid article {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(23, 38, 47, 0.08);
}

.stats-grid h3 {
    margin: 0;
    color: var(--primary);
    font-size: 28px;
}

.stats-grid p {
    margin: 6px 0 0;
    font-size: 14px;
}

.stats-wrap--live {
    position: relative;
    overflow: hidden;
}

.stats-wrap--live::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        110deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(198, 228, 248, 0.14) 45%,
        rgba(255, 255, 255, 0) 90%
    );
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
}

.stats-wrap--animating::before {
    opacity: 1;
    animation: stats-wrap-shimmer 2.2s ease-out forwards;
}

@keyframes stats-wrap-shimmer {
    0% {
        transform: translateX(-18%);
        opacity: 0.35;
    }
    35% {
        opacity: 0.85;
    }
    100% {
        transform: translateX(18%);
        opacity: 0.2;
    }
}

.stat-card {
    position: relative;
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.stats-wrap--animating .stat-card {
    box-shadow: 0 10px 28px rgba(23, 38, 47, 0.1);
}

.stat-card__head {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1px;
    margin: 0 auto;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: var(--primary);
    filter: drop-shadow(0 2px 10px rgba(20, 60, 85, 0.1));
}

.stat-card__num {
    display: inline-block;
    min-width: 2ch;
    text-align: center;
    background: linear-gradient(135deg, #143c55 0%, #2380b0 48%, #143c55 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@supports not (background-clip: text) {
    .stat-card__num {
        color: var(--primary);
        background: none;
    }
}

.stat-card__num--wide {
    min-width: 4.2ch;
}

.stat-card__suffix,
.stat-card__slash,
.stat-card__pct {
    color: var(--primary);
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    font-weight: 800;
}

.stat-card__slash {
    margin: 0 1px;
    opacity: 0.92;
}

.stat-card__pct {
    margin-right: 1px;
    font-size: 0.72em;
    vertical-align: super;
    line-height: 0;
}

.stat-card--done {
    animation: stat-card-pop 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes stat-card-pop {
    0% {
        transform: scale(1);
        box-shadow: 0 10px 24px rgba(23, 38, 47, 0.08);
    }
    45% {
        transform: scale(1.035);
        box-shadow: 0 16px 34px rgba(20, 90, 130, 0.16);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 10px 24px rgba(23, 38, 47, 0.08);
    }
}

@media (prefers-reduced-motion: reduce) {
    .stats-wrap--animating::before,
    .stat-card--done {
        animation: none;
    }

    .stats-wrap--live::before {
        display: none;
    }
}

.quality-features-section {
    padding-top: 34px;
    padding-bottom: 34px;
    position: relative;
}

.quality-features-title {
    margin-bottom: 18px;
    text-align: center;
    color: #27445f;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.65), 0 8px 18px rgba(23, 55, 86, 0.16);
}

.quality-features-section--embedded {
    padding: 18px 0 6px;
    margin-top: 8px;
    border: 1px solid rgba(198, 218, 233, 0.65);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 250, 255, 0.75) 100%);
    box-shadow: 0 10px 22px rgba(15, 37, 52, 0.06);
    padding-left: 14px;
    padding-right: 14px;
}

.quality-features-section--embedded .quality-features-title {
    text-align: left;
    margin: 0 0 14px;
    padding-bottom: 0;
    text-shadow: none;
    font-size: clamp(1.15rem, 2.2vw, 1.35rem);
    position: relative;
}

.quality-features-section--embedded .quality-features-title::after {
    content: "";
    display: block;
    width: 52px;
    height: 3px;
    margin-top: 8px;
    border-radius: 2px;
    background: linear-gradient(90deg, #c9a87c 0%, #e8d4b8 100%);
}

.services-content .quality-features-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 10px;
}

@media (min-width: 1200px) {
    .services-content .quality-features-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 14px 10px;
    }
}

@media (max-width: 900px) {
    .services-content .quality-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.quality-features-section--embedded .quality-feature-icon {
    width: 58px;
    height: 58px;
    font-size: 20px;
}

.quality-features-section--embedded .quality-feature-item p {
    font-size: 13px;
    line-height: 1.3;
}

.quality-features-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px 12px;
}

.quality-feature-item {
    text-align: center;
    padding: 10px 8px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(245, 250, 255, 0.65));
    border: 1px solid rgba(180, 201, 220, 0.34);
    box-shadow: 0 8px 18px rgba(25, 55, 82, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(2px);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.quality-feature-item:hover {
    transform: translateY(-4px);
    border-color: rgba(120, 173, 220, 0.58);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(235, 246, 255, 0.9));
    box-shadow: 0 16px 24px rgba(20, 54, 84, 0.15), 0 0 0 1px rgba(145, 190, 230, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

@keyframes quality-feature-glow {
    0%,
    100% {
        box-shadow: 0 0 0 rgba(122, 177, 225, 0), 0 0 0 rgba(245, 198, 116, 0);
    }
    50% {
        box-shadow: 0 0 14px rgba(122, 177, 225, 0.22), 0 0 22px rgba(245, 198, 116, 0.12);
    }
}

.quality-feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 2px solid #c7ccd2;
    display: grid;
    place-items: center;
    font-size: 24px;
    font-weight: 700;
    color: #2f4f6a;
    background: radial-gradient(circle at 30% 25%, #ffffff 0%, #f2f8ff 48%, #d7e9f8 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 10px 18px rgba(25, 56, 84, 0.14);
    animation: quality-feature-glow 3.4s ease-in-out infinite;
}

.quality-feature-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.32;
    color: #2c4154;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.58);
}

.quality-feature-item:hover .quality-feature-icon {
    border-color: rgba(107, 170, 224, 0.6);
    color: #214968;
    transform: scale(1.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 14px 26px rgba(18, 54, 85, 0.22);
}

.quality-feature-item:hover p {
    color: #1f3e58;
}

@media (prefers-reduced-motion: reduce) {
    .quality-feature-item,
    .quality-feature-icon {
        transition: none;
        animation: none;
    }
}

@media (max-width: 1080px) {
    .parquet-layers-section {
        grid-template-columns: 1fr;
    }
    .parquet-layers-visual {
        min-height: 170px;
    }
    .quality-features-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .parquet-layers-section {
        padding: 14px 12px;
        margin-top: 14px;
    }
    .parquet-layers-visual {
        min-height: 150px;
    }
    .parquet-layers-copy article h3 {
        font-size: 16px;
    }
    .parquet-layers-copy article p {
        font-size: 13px;
    }
    .quality-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 10px;
    }
    .quality-feature-icon {
        width: 64px;
        height: 64px;
        font-size: 22px;
    }
    .quality-feature-item p {
        font-size: 14px;
    }
}

.trust-strip {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.trust-strip article {
    border: 1px solid #e7eaef;
    border-radius: 10px;
    background: #fff;
    padding: 14px;
}

.trust-strip h4 {
    margin: 0 0 6px;
    color: var(--primary);
}

.trust-strip p {
    margin: 0;
    font-size: 14px;
}

.quick-quote-section {
    background: #f8f6f3;
    border: 1px solid #eee2d6;
    border-radius: 10px;
    padding: 26px;
}

.quick-quote-section h2 {
    margin-bottom: 8px;
}

.quick-quote-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 8px;
}

.quick-quote-head h2 {
    margin: 0;
    font-size: clamp(21px, 2vw, 26px);
    background: linear-gradient(90deg, #13384e 0%, #2f5f7b 48%, #8b6a3d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 800;
    letter-spacing: 0.25px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 2px 8px rgba(16, 41, 56, 0.14);
}

.quick-quote-logo {
    width: 78px;
    height: 78px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid #d8e4ee;
    background: transparent;
    padding: 3px;
    flex-shrink: 0;
}

.quick-quote-promise {
    margin: 0 0 8px;
    padding: 8px 10px 8px 36px;
    border-radius: 8px;
    border: 1px solid #d6e8f4;
    background: #f4faff;
    color: #1b465f;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
    position: relative;
}

.quick-quote-promise::before {
    content: "⏱";
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #e6f2fb;
    color: #0f5f86;
    font-size: 11px;
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.quick-quote-strong-note {
    margin: -2px 0 12px;
    padding: 8px 10px 8px 36px;
    border-radius: 8px;
    border: 1px solid #d6e8f4;
    background: #f4faff;
    color: #1b465f;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
    position: relative;
}

.quick-quote-strong-note::before {
    content: "✓";
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #e6f6ee;
    color: #1e7b57;
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.services-strong-note {
    margin: -2px 0 12px;
    padding: 9px 11px;
    border-radius: 8px;
    border: 1px solid #d6e8f4;
    background: #f4faff;
    color: #1b465f;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
}

.quick-quote-text {
    margin-top: 0;
    margin-bottom: 14px;
}

.quick-quote-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.quick-quote-form input,
.quick-quote-form textarea,
.quick-quote-form button {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    padding: 11px;
    font: inherit;
}

.privacy-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.privacy-check input {
    width: auto;
}

.contact-kvkk-box {
    border: 1px solid #d7e3ee;
    border-radius: 10px;
    background: #f7fbff;
    padding: 12px;
    margin-top: 2px;
}

.contact-kvkk-box h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #153a51;
}

.contact-kvkk-box p {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #3e5666;
}

.contact-kvkk-box p:last-child {
    margin-bottom: 0;
}

.contact-kvkk-accordion summary {
    list-style: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    color: #163f58;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.contact-kvkk-accordion summary::-webkit-details-marker {
    display: none;
}

.contact-kvkk-accordion summary::after {
    content: "+";
    width: 20px;
    height: 20px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #c9dcea;
    background: #fff;
    color: #145b82;
    font-weight: 700;
    line-height: 1;
}

.contact-kvkk-accordion[open] summary::after {
    content: "-";
}

.contact-kvkk-content {
    padding-top: 10px;
}

.contact-consent-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.contact-consent-box {
    flex: 1;
    min-width: 0;
    border: 1px solid #d7e3ee;
    border-radius: 10px;
    background: #f7fbff;
    padding: 10px 12px;
}

.contact-consent-box .privacy-check {
    display: flex;
    margin: 0;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    line-height: 1.35;
    flex-wrap: nowrap;
}

.contact-consent-box .privacy-check span {
    display: block;
    word-break: normal;
    overflow-wrap: break-word;
}

.contact-consent-box .consent-text-box {
    flex: 1;
    border: 1px solid #dbe8f2;
    background: #fff;
    border-radius: 8px;
    padding: 8px 10px;
}

.contact-consent-box .privacy-check input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact-form label.privacy-check {
    display: flex;
    gap: 9px;
}

.contact-form .contact-consent-row .contact-submit-btn {
    width: 180px;
    min-width: 180px;
    flex: 0 0 180px;
    white-space: nowrap;
    align-self: center;
}

.quick-quote-form textarea {
    grid-column: span 3;
}

.quick-quote-legal-teaser {
    grid-column: span 3;
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.45;
}

.quick-quote-form .privacy-check {
    grid-column: span 3;
    align-items: flex-start;
    line-height: 1.45;
}

.quick-quote-form .privacy-check input {
    margin-top: 3px;
    flex-shrink: 0;
}

.quick-quote-form button {
    grid-column: span 3;
    background: var(--primary);
    color: #fff;
    border: none;
    cursor: pointer;
}

.ai-assistant-section {
    margin-top: 8px;
    border: 1px solid #dbe5ef;
    border-radius: 12px;
    background: linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
    padding: 20px;
    box-shadow: 0 8px 20px rgba(21, 58, 81, 0.08);
}

.ai-how-it-works {
    margin-bottom: 14px;
    border: 1px solid #cfe0ec;
    border-radius: 10px;
    background: linear-gradient(180deg, #eef7ff 0%, #f8fcff 100%);
    padding: 12px;
}

.ai-how-it-works h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #133e57;
}

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

.ai-how-steps article {
    border: 1px solid #d8e6f0;
    border-radius: 8px;
    background: #fff;
    padding: 9px 10px;
    font-size: 13px;
    line-height: 1.4;
    color: #2f4b5c;
}

.ai-how-steps strong {
    color: #0f4f75;
    margin-right: 4px;
}

.ai-mobile-action-bar {
    display: none;
}

.ai-assistant-overlay {
    position: absolute;
    top: 14px;
    right: 14px;
    left: auto;
    width: min(620px, calc(100% - 28px));
    z-index: 5;
    background: linear-gradient(145deg, rgba(246, 252, 255, 0.88) 0%, rgba(255, 255, 255, 0.82) 100%);
    border: 1px solid rgba(198, 222, 236, 0.85);
    backdrop-filter: blur(5px);
    padding: 14px;
}

.ai-assistant-head h2,
.ai-assistant-head h3 {
    margin: 0 0 6px;
    color: #12384d;
    font-size: 22px;
}

.ai-assistant-head p {
    margin: 0 0 12px;
    color: #3f5562;
    font-size: 14px;
}

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

.ai-assistant-form label {
    display: grid;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #1d3d52;
}

.ai-assistant-form input,
.ai-assistant-form select {
    width: 100%;
    border: 1px solid #cfe0ea;
    border-radius: 8px;
    padding: 10px;
    font: inherit;
    font-size: 14px;
    background: #fff;
}

.ai-assistant-actions {
    grid-column: span 3;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.ai-assistant-actions .btn {
    border: 0;
    cursor: pointer;
}

.ai-assistant-results {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ai-assistant-results article {
    border: 1px solid #d8e6f0;
    border-radius: 10px;
    padding: 12px;
    background: #fff;
}

.ai-assistant-results h3 {
    margin: 0 0 6px;
    font-size: 14px;
    color: #19455e;
}

.ai-assistant-results p {
    margin: 0;
    font-size: 14px;
    color: #304b5c;
}

.ai-assistant-extra {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ai-assistant-extra article {
    border: 1px solid #d8e6f0;
    border-radius: 10px;
    padding: 12px;
    background: #fff;
}

.ai-assistant-extra h3 {
    margin: 0 0 6px;
    font-size: 14px;
    color: #19455e;
}

.ai-assistant-extra p {
    margin: 0;
    font-size: 14px;
    color: #304b5c;
    line-height: 1.45;
    white-space: pre-line;
}

.section h2 {
    margin-top: 0;
    font-size: clamp(22px, 2.2vw, 28px);
    background: linear-gradient(90deg, #13384e 0%, #2f5f7b 50%, #8b6a3d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    display: inline-block;
    padding: 0 0 4px 0;
    z-index: 1;
    font-weight: 800;
    letter-spacing: 0.25px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45), 0 2px 10px rgba(18, 51, 71, 0.14);
}

.section h2::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 10px;
    border-radius: 4px;
    z-index: -1;
    background:
        linear-gradient(0deg, rgba(124, 84, 49, 0.52), rgba(170, 122, 76, 0.45)),
        repeating-linear-gradient(
            90deg,
            rgba(111, 74, 42, 0.2) 0px,
            rgba(111, 74, 42, 0.2) 6px,
            rgba(166, 122, 83, 0.12) 6px,
            rgba(166, 122, 83, 0.12) 12px
        );
    box-shadow: 0 2px 6px rgba(66, 43, 22, 0.18);
}

.page-title-with-icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.section-title-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(145deg, #eff7fd 0%, #dfeefa 100%);
    border: 1px solid #cbdfed;
    color: #145b82;
}

.section-title-icon svg {
    width: 11px;
    height: 11px;
    fill: currentColor;
}

.showcase-section-title {
    font-size: clamp(20px, 2vw, 25px) !important;
    background: linear-gradient(90deg, #0f3043 0%, #2f6f88 52%, #a1753f 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    letter-spacing: 0.3px;
    font-weight: 800;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 8px rgba(15, 48, 67, 0.16);
}

.summary-section-title {
    font-size: clamp(20px, 2vw, 25px) !important;
    background: linear-gradient(90deg, #12364c 0%, #2f6c86 52%, #9d7442 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    letter-spacing: 0.28px;
    font-weight: 800;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.58), 0 2px 8px rgba(18, 54, 76, 0.15);
}

.about-visual-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 14px;
    margin-top: 18px;
}

.about-visual,
.showcase-card {
    min-height: 230px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.about-visual.large {
    min-height: 300px;
}

.about-visual::before,
.showcase-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 20%, rgba(0, 0, 0, 0.65) 100%);
}

.about-visual div,
.showcase-card div {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 16px;
}

.about-visual h3,
.showcase-card h3 {
    margin: 0 0 6px;
}

.about-visual p,
.showcase-card p {
    margin: 0;
    font-size: 14px;
}

.grid {
    display: grid;
    gap: 16px;
}

.six-cols {
    grid-template-columns: repeat(2, 1fr);
}

.card {
    background: var(--light);
    border-radius: 8px;
    overflow: hidden;
    min-height: 290px;
    box-shadow: 0 8px 18px rgba(31, 37, 41, 0.06);
}

.card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}

.card h3 {
    margin: 12px 14px 8px;
    color: var(--primary);
}

.card p {
    margin: 0 14px 14px;
}

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

/* Çamsan marka sayfası — üst giriş bandı (metin; görseller seri bloklarında) */
.main-marka-camsan {
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.main-marka-camsan .section.container {
    min-width: 0;
    max-width: min(1160px, 92%);
    box-sizing: border-box;
}

.camsan-brand-hero {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: clamp(22px, 4vw, 44px) 0 clamp(28px, 5vw, 48px);
    overflow-x: hidden;
    overflow-y: visible;
    box-sizing: border-box;
}

.camsan-brand-hero .container {
    min-width: 0;
    max-width: min(1160px, 92%);
    box-sizing: border-box;
}

.camsan-brand-hero__bg {
    position: absolute;
    inset: 0;
    background: #f4f6f8;
    pointer-events: none;
}

.camsan-brand-hero__inner {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.camsan-brand-hero__eyebrow {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #0c6ea8;
}

.camsan-brand-hero__title {
    margin: 0;
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #0c2d42;
    line-height: 1.2;
}

/* Üst örnek önizlemeler (seri başına bir kare; tıklanınca ilgili seri galerisi) */
.camsan-brand-hero__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.camsan-brand-hero__cell {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.camsan-brand-hero__frame {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8ee;
    background: #e8ecf0;
    aspect-ratio: 4 / 3;
    max-width: 100%;
    box-shadow: 0 2px 10px rgba(15, 40, 58, 0.06);
}

.camsan-brand-hero__open {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: zoom-in;
    text-align: left;
}

.camsan-brand-hero__open:focus-visible {
    outline: 2px solid #0c6ea8;
    outline-offset: 3px;
}

.camsan-brand-hero__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    vertical-align: top;
}

.camsan-brand-hero__caption {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #4a6578;
    text-align: center;
    line-height: 1.3;
}

@media (max-width: 900px) {
    .camsan-brand-hero__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .camsan-brand-hero__grid {
        grid-template-columns: 1fr;
    }
}

.camsan-model-nav {
    margin: 0 0 24px;
    padding: 0;
    border: 1px solid rgba(12, 74, 110, 0.12);
    border-radius: 14px;
    background: linear-gradient(145deg, #ffffff 0%, #f6fafd 48%, #ffffff 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 12px 36px rgba(12, 52, 78, 0.07);
    max-width: 100%;
    min-width: 0;
    overflow: visible;
}

.camsan-model-nav::before {
    content: "";
    display: block;
    height: 3px;
    background: linear-gradient(90deg, #0c4a6e 0%, #0c6ea8 42%, #1a8e7a 100%);
}

.camsan-model-nav--page-top {
    margin-bottom: 24px;
}

.camsan-model-nav--in-article {
    margin: 0 0 24px;
}

.camsan-model-nav__summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px 14px;
    margin: 0;
    border-bottom: 1px solid rgba(12, 74, 110, 0.08);
    background: linear-gradient(180deg, rgba(248, 252, 255, 0.95) 0%, rgba(255, 255, 255, 0.5) 100%);
    transition: background 0.2s ease;
}

.camsan-model-nav__summary:hover {
    background: linear-gradient(180deg, #fbfdff 0%, #f5f9fc 100%);
}

.camsan-model-nav__summary::-webkit-details-marker {
    display: none;
}

.camsan-model-nav__summary-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-width: 0;
}

.camsan-model-nav__eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #5a7a8f;
}

.camsan-model-nav__headline {
    font-size: clamp(15px, 1.5vw, 17px);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0c2d42;
    line-height: 1.25;
}

.camsan-model-nav__toggle-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(12, 110, 168, 0.22);
    background: linear-gradient(165deg, #ffffff 0%, #eef6fb 100%);
    box-shadow: 0 2px 8px rgba(12, 52, 88, 0.08);
    position: relative;
}

.camsan-model-nav__toggle-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 45%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0c4a6e;
    border-bottom: 2px solid #0c4a6e;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.25s ease;
}

.camsan-model-nav:not([open]) .camsan-model-nav__toggle-icon::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.camsan-model-nav__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    row-gap: 8px;
    padding: 14px clamp(14px, 2.5vw, 22px) 18px;
    align-items: center;
    align-content: flex-start;
    justify-content: flex-start;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.camsan-model-nav__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    max-width: 100%;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #0e4a66;
    background: #ffffff;
    border: 1px solid rgba(12, 74, 110, 0.14);
    text-decoration: none;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.18s ease;
    box-shadow: 0 1px 2px rgba(12, 40, 58, 0.04);
}

.camsan-model-nav__chip:hover {
    color: #063247;
    border-color: rgba(12, 110, 168, 0.45);
    background: linear-gradient(180deg, #f8fcff 0%, #eef6fb 100%);
    box-shadow:
        0 4px 14px rgba(12, 110, 168, 0.12),
        0 0 0 1px rgba(12, 110, 168, 0.06);
    transform: translateY(-1px);
}

.camsan-model-nav__chip:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(12, 110, 168, 0.1);
}

.camsan-model-nav__chip:focus-visible {
    outline: 2px solid #0c6ea8;
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .camsan-model-nav__chip:hover,
    .camsan-model-nav__chip:active {
        transform: none;
    }

    .camsan-model-nav__toggle-icon::after {
        transition: none;
    }
}

@media (max-width: 900px) {
    .camsan-model-nav__links {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 8px;
        row-gap: 8px;
        padding-bottom: 16px;
        overflow-x: visible;
        overflow-y: visible;
    }
}

@media (max-width: 520px) {
    .camsan-model-nav__summary {
        padding: 14px 14px 12px;
    }

    .camsan-model-nav__links {
        padding: 12px clamp(10px, 4vw, 16px) 18px 18px;
    }

    .camsan-model-nav__chip {
        padding: 7px 10px;
        font-size: 11.5px;
    }
}

/* Katalog listesi (mavi başlık bandı yok; doğrudan seri seçimi ve şeritler) */
.camsan-catalog {
    margin-top: 8px;
    min-width: 0;
    max-width: 100%;
}

.camsan-catalog-in-article {
    margin-top: 8px;
}

.camsan-catalog-lead {
    margin: 0 0 18px;
    color: #3a586c;
    line-height: 1.55;
    max-width: 900px;
}

.camsan-catalog-series {
    margin-bottom: 26px;
    scroll-margin-top: 88px;
    min-width: 0;
    max-width: 100%;
}

.camsan-catalog-series__bar {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dbe6f1;
}

.camsan-catalog-series-title {
    margin: 0;
    color: #143d52;
    font-size: clamp(16px, 1.8vw, 19px);
    font-weight: 700;
    letter-spacing: -0.01em;
}

.camsan-catalog-series__meta {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 600;
    color: #5a7a8f;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef4f9;
    border: 1px solid #dbe6f1;
}

.camsan-strip-unit {
    display: flex;
    align-items: stretch;
    gap: 6px;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

.camsan-strip-arrow {
    flex: 0 0 38px;
    align-self: stretch;
    min-height: 120px;
    border: 1px solid #c5dce8;
    border-radius: 10px;
    background: linear-gradient(180deg, #f4fafd 0%, #e8f2f9 100%);
    color: #0a5f8a;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s ease, box-shadow 0.15s ease;
}

.camsan-strip-arrow:hover {
    background: #dff0fb;
    box-shadow: 0 2px 10px rgba(12, 110, 168, 0.15);
}

.camsan-strip-arrow:focus-visible {
    outline: 2px solid #1aa0db;
    outline-offset: 2px;
}

.camsan-strip-scroll {
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    padding: 4px 2px 10px;
    border-radius: 10px;
    border: 1px solid #e2ecf4;
    background: #fbfdff;
    box-sizing: border-box;
}

.camsan-strip-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    width: max-content;
    min-height: 100%;
    align-items: stretch;
}

.camsan-strip-scroll .camsan-thumb {
    flex: 0 0 auto;
    width: 132px;
    padding: 0;
    border: 1px solid #dbe6f1;
    border-radius: 8px;
    overflow: hidden;
    cursor: zoom-in;
    background: #eef6fb;
    scroll-snap-align: start;
    transition: box-shadow 0.2s ease, transform 0.18s ease;
}

.camsan-strip-scroll .camsan-thumb:hover {
    box-shadow: 0 8px 20px rgba(12, 110, 168, 0.2);
    transform: translateY(-2px);
}

.camsan-strip-scroll .camsan-thumb:focus-visible {
    outline: 2px solid #1aa0db;
    outline-offset: 2px;
}

.camsan-strip-scroll .camsan-thumb img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.camsan-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.camsan-lightbox:not([hidden]) {
    pointer-events: auto;
}

.camsan-lightbox.camsan-lightbox--visible {
    opacity: 1;
}

.camsan-lightbox[hidden] {
    display: none !important;
}

.camsan-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: transparent;
    cursor: pointer;
}

.camsan-lightbox__panel {
    position: relative;
    z-index: 1;
    width: min(98vw, 1120px);
    max-height: 94vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    overflow: visible;
}

.camsan-lightbox__chrome {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(15, 45, 62, 0.1);
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(15, 40, 58, 0.12);
}

.camsan-lightbox__chrome-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.camsan-lightbox__chrome-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 14px;
}

.camsan-lightbox__brand {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(20, 55, 75, 0.88);
}

.camsan-lightbox__counter {
    min-width: 72px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    color: #143d52;
}

.camsan-lightbox__zoombar {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: auto;
}

.camsan-lightbox__zoom-btn {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid rgba(15, 60, 90, 0.2);
    background: rgba(255, 255, 255, 0.95);
    color: #0c2d42;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition:
        background 0.15s ease,
        border-color 0.15s ease;
}

.camsan-lightbox__zoom-btn:hover {
    background: #eef6fb;
    border-color: rgba(12, 110, 168, 0.35);
}

.camsan-lightbox__zoom-label {
    min-width: 48px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #143d52;
}

.camsan-lightbox__zoom-reset {
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid rgba(12, 110, 168, 0.4);
    background: rgba(12, 110, 168, 0.12);
    color: #0c4a6e;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease;
}

.camsan-lightbox__zoom-reset:hover {
    background: rgba(12, 110, 168, 0.2);
}

.camsan-lightbox__close {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(15, 60, 90, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: #0c2d42;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s ease;
}

.camsan-lightbox__close:hover {
    background: #f0f5f9;
}

.camsan-lightbox__stage {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    padding: 14px 4px 8px;
    box-sizing: border-box;
}

.camsan-lightbox__arrow {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(12, 52, 78, 0.42);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition:
        background 0.15s ease,
        transform 0.15s ease;
    box-shadow: 0 4px 18px rgba(15, 40, 58, 0.2);
}

.camsan-lightbox__arrow:hover {
    background: rgba(12, 52, 78, 0.62);
    transform: scale(1.04);
}

.camsan-lightbox__arrow:focus-visible {
    outline: 2px solid #0c6ea8;
    outline-offset: 2px;
}

.camsan-lightbox__viewport {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 220px;
    max-height: calc(94vh - 128px);
    overflow: hidden;
    background: transparent;
    touch-action: none;
    border-radius: 8px;
}

.camsan-lightbox__zoom-inner {
    position: relative;
    transform: translate(0px, 0px) scale(1);
    transform-origin: center center;
    transition: transform 0.06s linear;
    will-change: transform;
}

.camsan-lightbox__img {
    display: block;
    max-width: min(78vw, 920px);
    max-height: calc(94vh - 140px);
    width: auto;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 14px 48px rgba(0, 0, 0, 0.28);
    transition: opacity 0.28s ease;
    cursor: zoom-in;
}

.camsan-lightbox__img.camsan-lightbox__img--fade {
    opacity: 0;
}

@media (max-width: 640px) {
    .camsan-strip-arrow {
        flex-basis: 32px;
        min-height: 100px;
        font-size: 18px;
    }

    .camsan-strip-scroll .camsan-thumb {
        width: 118px;
    }

    .camsan-strip-scroll .camsan-thumb img {
        height: 150px;
    }

    .camsan-lightbox__arrow {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .camsan-lightbox__stage {
        gap: 4px;
        padding: 10px 0 6px;
    }

    .camsan-lightbox__chrome-controls {
        flex-direction: column;
        align-items: stretch;
    }

    .camsan-lightbox__zoombar {
        margin-left: 0;
        justify-content: flex-start;
    }
}

.showcase-banner-section {
    padding-top: 24px;
    padding-bottom: 28px;
}

.showcase-banner-wrap {
    position: relative;
}

.showcase-banner-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    max-width: 100%;
}

.showcase-banner-card {
    margin: 0;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(198, 218, 233, 0.75);
    box-shadow: 0 14px 26px rgba(15, 37, 52, 0.12);
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.88) 0%, rgba(245, 252, 255, 0.8) 100%);
    backdrop-filter: blur(4px);
    min-width: 0;
}

.showcase-banner-card--link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.showcase-banner-card--link:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 32px rgba(9, 34, 51, 0.18);
    filter: saturate(1.04);
}

.showcase-banner-inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 14px;
}

.showcase-banner-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    height: auto;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.35s ease;
    filter: contrast(1.04) saturate(1.06);
}

.showcase-banner-placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #dfeaf2 0%, #c5d6e6 100%);
}

.showcase-banner-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 13px 12px;
    background:
        linear-gradient(180deg, rgba(10, 33, 49, 0) 0%, rgba(10, 33, 49, 0.52) 50%, rgba(8, 27, 40, 0.78) 100%),
        linear-gradient(110deg, rgba(21, 105, 143, 0.32) 0%, rgba(18, 97, 132, 0.1) 100%);
    color: #f3fbff;
    display: grid;
    gap: 4px;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.showcase-banner-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.28);
    z-index: 2;
}

.showcase-banner-overlay strong {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.2px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.showcase-banner-overlay-cap {
    font-size: 12px;
    line-height: 1.35;
    opacity: 0.96;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);
}

.showcase-banner-card--link:hover .showcase-banner-inner img {
    transform: scale(1.03);
}

.showcase-banner-card--link:hover .showcase-banner-overlay {
    transform: translateY(-3px);
}

.showcase-banner-card--featured {
    grid-column: span 2;
}

.showcase-banner-card--featured .showcase-banner-overlay strong {
    font-size: 18px;
}

.hero-badges-premium {
    margin: -2px 0 14px;
}

.hero-badges-premium span {
    border-color: rgba(220, 240, 252, 0.58);
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.2), rgba(198, 232, 248, 0.12));
}

.showcase-banner-caption {
    margin: 0;
    padding: 9px 10px 10px;
    font-size: 13px;
    line-height: 1.35;
    color: #243846;
    background: #fff;
    border-top: 1px solid #e4ecf2;
}

.showcase-gallery-grid {
    margin-top: 12px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 280px);
    grid-template-columns: none !important;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
}

.showcase-gallery-grid .gallery-item {
    min-width: 0;
    scroll-snap-align: start;
}

.showcase-gallery-grid.is-dragging {
    cursor: grabbing;
}

.showcase-gallery-grid .gallery-item img {
    height: 180px;
}

.gallery-item--showcase .gallery-item-link img {
    height: 180px;
}

.gallery-item {
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.gallery-item--showcase {
    padding: 0;
    border: 0;
    overflow: visible;
}

.gallery-item--showcase .gallery-item-link {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #dbe5ef;
    box-shadow: 0 6px 14px rgba(24, 40, 57, 0.08);
    text-decoration: none;
    color: inherit;
}

.gallery-item-placeholder {
    display: block;
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, #e8f1f8 0%, #d2e0ed 100%);
}

.showcase-gallery-grid .gallery-item--showcase .gallery-item-placeholder {
    height: 180px;
}

.gallery-item-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 12px 10px 10px;
    background:
        linear-gradient(180deg, rgba(10, 33, 49, 0) 0%, rgba(10, 33, 49, 0.46) 56%, rgba(8, 27, 40, 0.68) 100%),
        linear-gradient(90deg, rgba(20, 93, 128, 0.18) 0%, rgba(20, 93, 128, 0.06) 100%);
    color: #f3fbff;
    display: grid;
    gap: 4px;
}

.gallery-item-overlay strong {
    font-size: 14px;
    font-weight: 800;
}

.gallery-item-overlay span {
    font-size: 12px;
    line-height: 1.3;
    opacity: 0.95;
}

.gallery-item--showcase figcaption.gallery-item-overlay {
    padding: 12px 10px 10px;
}

.zoomable-image {
    cursor: zoom-in;
}

.gallery-item figcaption {
    padding: 10px;
    font-size: 14px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 24px;
    align-items: start;
}

.contact-info {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border-radius: 12px;
    padding: 22px;
    border: 1px solid #d9e6f0;
    box-shadow: 0 10px 24px rgba(18, 52, 73, 0.08);
    font-family: "Segoe UI", "Inter", Arial, sans-serif;
}

.contact-lead {
    margin: 0 0 14px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: #21465e;
}

.contact-lead,
.response-claim-contact {
    border: 1px solid #d9e7f1;
    border-radius: 10px;
    padding: 10px 12px;
}

.response-claim-contact {
    margin: 0 0 14px;
    border-color: #cae2f1;
    background: #eef7ff;
    color: #1d4f70;
}

.contact-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.contact-card-head h3 {
    margin: 0;
    color: #163f58;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-map-btn {
    padding: 10px 16px;
    border: 1px solid #0f5f86;
    background: linear-gradient(180deg, #1579ab 0%, #0f5f86 100%);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 8px;
    text-decoration: none;
}

.contact-map-btn:hover {
    filter: brightness(1.06);
}

.contact-lines {
    border: 1px solid #dbe8f1;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
    margin-bottom: 12px;
}

.contact-lines p {
    margin: 0;
    padding: 8px 9px;
    border: 1px solid #deebf4;
    border-radius: 9px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.12px;
    color: #1b3443;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    background: #fdfefe;
}

.contact-lines p:last-child {
    margin-bottom: 0;
}

.contact-lines a {
    color: #124f72;
    text-decoration: none;
    font-weight: 700;
}

.contact-lines a:hover {
    text-decoration: underline;
}

.contact-line-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(145deg, #eff7fd 0%, #dfeefa 100%);
    border: 1px solid #cbdfed;
    color: #145b82;
}

.contact-line-icon svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

.contact-title-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(145deg, #eff7fd 0%, #dfeefa 100%);
    border: 1px solid #cbdfed;
    color: #145b82;
}

.contact-title-icon svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

.contact-form {
    display: grid;
    gap: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #d9e6f0;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 24px rgba(18, 52, 73, 0.08);
}

.contact-form label {
    display: grid;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #1b3f56;
}

.contact-form input,
.contact-form textarea,
.contact-form button {
    width: 100%;
    padding: 12px 13px;
    border: 1px solid #cedae4;
    border-radius: 8px;
    font: inherit;
    font-size: 15px;
}

.contact-form textarea {
    min-height: 128px;
    resize: vertical;
}

.contact-form button:hover,
.quick-quote-form button:hover {
    filter: brightness(1.05);
}

.contact-map-section {
    margin-top: 14px;
    border: 1px solid #dbe8f1;
    border-radius: 11px;
    padding: 10px;
    background: #fafdff;
}

.contact-map-section h3 {
    margin: 0 0 8px;
    color: #173c55;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-map-meta {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.4;
    color: #365163;
    font-weight: 600;
    border: 1px solid #deebf4;
    border-radius: 8px;
    padding: 8px 9px;
    background: #fff;
}

.contact-map-frame {
    border: 1px solid #d7e3ee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 14px rgba(24, 40, 57, 0.06);
}

.contact-map-frame iframe {
    width: 100%;
    height: 300px;
    border: 0;
    display: block;
}

.project-six-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 16px;
}

.project-card {
    background: #fff;
    border: 1px solid #dbe5ee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(24, 40, 57, 0.06);
}

.project-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}

.project-card h3 {
    margin: 10px 12px 6px;
    color: var(--primary);
    font-size: 16px;
}

.project-card p {
    margin: 0 12px 12px;
    font-size: 14px;
}

.services-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.inner-page-with-services {
    margin-top: 18px;
    margin-bottom: 10px;
}

.inner-page-services-sidebar {
    position: sticky;
    top: 108px;
    align-self: start;
    min-width: 0;
}

.inner-page-with-services .global-services-menu {
    max-width: none;
    width: 100%;
}

.inner-page-services-main {
    min-width: 0;
}

body.header-compact .inner-page-services-sidebar {
    top: 76px;
}

.services-sidebar {
    position: sticky;
    top: 108px;
    border: 1px solid #d7e4ee;
    border-radius: 10px;
    background: #f7fbff;
    padding: 12px;
}

.services-sidebar h3 {
    margin: 0 0 8px;
    font-size: 15px;
    color: #1f425a;
}

.services-menu-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0 0 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1f425a;
    font-size: 15px;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

.services-menu-toggle::after {
    content: "▾";
    font-size: 14px;
    color: #21516d;
    transition: transform 0.2s ease;
}

.services-collapsible.is-open .services-menu-toggle::after {
    transform: rotate(180deg);
}

.services-brands-block {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #d7e4ee;
}

.services-brands-block h3 {
    margin: 0 0 6px;
}

.services-brands-head {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 14px;
    padding: 10px 11px 12px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(12, 110, 168, 0.09) 0%, rgba(255, 255, 255, 0.95) 55%, #f3f9fd 100%);
    border: 1px solid rgba(12, 110, 168, 0.18);
    box-shadow: 0 6px 16px rgba(19, 63, 89, 0.08);
    overflow: visible;
}

.services-brands-head__badge {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    margin-top: 1px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #0c6ea8 0%, #0a5a8c 55%, #084a73 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(12, 110, 168, 0.35);
}

.services-brands-head__svg {
    width: 21px;
    height: 21px;
}

.services-brands-head__body {
    flex: 1;
    min-width: 0;
}

.services-brands-head__kicker {
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #0c6ea8;
    margin-bottom: 3px;
    line-height: 1.25;
    word-break: break-word;
    hyphens: auto;
}

.services-brands-head__title {
    margin: 0;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.28;
    color: #133f59;
    letter-spacing: -0.015em;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.producer-list-vertical {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.producer-list-vertical .producer-card {
    min-width: 0;
    width: 100%;
}

.producer-list-vertical .producer-card strong {
    white-space: normal;
}

.services-menu-list {
    display: grid;
    gap: 6px;
}

.services-menu-list a {
    text-decoration: none;
    color: #17384f;
    border: 1px solid #d6e2ed;
    background: #fff;
    border-radius: 8px;
    padding: 8px 9px;
    font-size: 13px;
    font-weight: 700;
}

.services-menu-list a:hover {
    background: #eaf5ff;
}

.global-services-menu-wrap {
    margin-top: 18px;
    margin-bottom: 6px;
}

.ai-services-ai-row {
    display: grid;
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin-top: 18px;
    margin-bottom: 10px;
}

.ai-services-ai-row__sidebar {
    position: sticky;
    top: 108px;
    align-self: start;
}

.ai-services-ai-row__sidebar .global-services-menu {
    max-width: none;
    width: 100%;
}

.ai-services-ai-row__main {
    min-width: 0;
}

.global-services-menu {
    max-width: 360px;
    border: 1px solid #d7e4ee;
    border-radius: 12px;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    padding: 12px;
    box-shadow: 0 8px 18px rgba(24, 40, 57, 0.06);
}

.global-services-menu h3 {
    margin: 0 0 9px;
    color: #133f59;
    font-size: 20px;
    font-weight: 800;
}

.services-content {
    display: grid;
    gap: 12px;
    position: relative;
}

.service-category-block {
    border: 1px solid #dbe5ef;
    border-radius: 10px;
    background: #fff;
    padding: 12px;
    box-shadow: 0 6px 14px rgba(24, 40, 57, 0.05);
}

.service-category-block h3 {
    margin: 0 0 5px;
    color: #173c55;
}

.service-category-block p {
    margin: 0 0 8px;
    font-size: 14px;
    color: #445763;
}

.service-category-block ul {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 5px;
}

.service-category-block li {
    font-size: 14px;
    color: #243945;
}

.compact-info-box {
    min-height: 220px;
    display: grid;
    align-content: start;
}

.service-summary-grid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 2px;
}

.compact-summary-section {
    padding-bottom: 42px;
    position: relative;
}

.compact-summary-section::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: min(100vw, 1200px);
    height: 100%;
    pointer-events: none;
    background:
        radial-gradient(900px 280px at 50% 0%, rgba(12, 110, 168, 0.06) 0%, transparent 55%),
        radial-gradient(600px 200px at 80% 100%, rgba(161, 117, 63, 0.05) 0%, transparent 50%);
    z-index: 0;
}

.compact-summary-section > * {
    position: relative;
    z-index: 1;
}

.compact-summary-lead {
    margin: 8px 0 0;
    max-width: 52ch;
    font-size: 14px;
    line-height: 1.45;
    color: #4a6274;
}

.service-summary-card {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    scroll-margin-top: 110px;
}

.service-summary-card__link {
    display: grid;
    grid-template-columns: 48px 1fr 22px;
    gap: 12px;
    align-items: start;
    min-height: 122px;
    padding: 14px 14px 14px 12px;
    border-radius: 14px;
    border: 1px solid rgba(186, 210, 228, 0.95);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 250, 255, 0.92) 45%, rgba(255, 252, 248, 0.88) 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.75) inset,
        0 10px 26px rgba(18, 52, 76, 0.08);
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

.service-summary-card__link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, transparent 40%, rgba(12, 110, 168, 0.07) 50%, transparent 60%);
    opacity: 0;
    transform: translateX(-40%);
    transition: opacity 0.35s ease, transform 0.55s ease;
    pointer-events: none;
}

.service-summary-card__link:hover::after {
    opacity: 1;
    transform: translateX(40%);
}

.service-summary-card__link:hover {
    transform: translateY(-3px);
    border-color: rgba(12, 110, 168, 0.45);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 16px 34px rgba(12, 70, 108, 0.14);
}

.service-summary-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    flex-shrink: 0;
    background: linear-gradient(145deg, #0c6ea8 0%, #0a5a8c 52%, #084a73 100%);
    color: #fff;
    box-shadow: 0 5px 14px rgba(12, 110, 168, 0.32);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.service-summary-card__icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

.service-summary-card__link:hover .service-summary-card__icon {
    transform: scale(1.05) translateY(-1px);
    box-shadow: 0 8px 20px rgba(12, 110, 168, 0.4);
}

.service-summary-card__body {
    min-width: 0;
    display: grid;
    gap: 6px;
    align-content: start;
}

.service-summary-card__go {
    align-self: center;
    color: rgba(12, 110, 168, 0.55);
    transition: color 0.2s ease, transform 0.2s ease;
}

.service-summary-card__link:hover .service-summary-card__go {
    color: #0c6ea8;
    transform: translateX(3px);
}

.service-summary-card h3 {
    margin: 0;
    font-size: 17px;
    color: #153a51;
    font-weight: 800;
    letter-spacing: 0.15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45), 0 2px 6px rgba(21, 58, 81, 0.08);
    line-height: 1.22;
}

.service-summary-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.42;
    color: #445763;
}

@media (prefers-reduced-motion: reduce) {
    .service-summary-card__link,
    .service-summary-card__link::after,
    .service-summary-card__icon,
    .service-summary-card__go {
        transition: none;
    }

    .service-summary-card__link:hover {
        transform: none;
    }

    .service-summary-card__link:hover .service-summary-card__icon {
        transform: none;
    }

    .service-summary-card__link:hover .service-summary-card__go {
        transform: none;
    }
}

.producer-card {
    min-width: 220px;
    border: 1px solid #dfe8f0;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    box-shadow: 0 4px 10px rgba(24, 40, 57, 0.05);
}

.producer-card-link {
    text-decoration: none;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.producer-card-link:hover {
    transform: translateY(-1px);
    border-color: #c3d8e7;
    box-shadow: 0 8px 16px rgba(24, 40, 57, 0.1);
}

.producer-logo-wrap {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e2e9ef;
    display: grid;
    place-items: center;
    overflow: hidden;
    flex-shrink: 0;
}

.producer-logo-img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}

.producer-logo-fallback {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background: linear-gradient(135deg, #6f7f58 0%, #8a7759 100%);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.producer-card strong {
    color: #173c55;
    font-size: 14px;
    white-space: nowrap;
}

.contact-form button {
    background: var(--primary);
    color: #fff;
    border: none;
    cursor: pointer;
}

.form-status {
    margin: 6px 0 0;
    font-size: 14px;
    border-radius: 10px;
    padding: 11px 12px;
    border: 1px solid #d4deea;
    background: #f5f8fc;
    color: #244459;
}

.form-status.form-status-success {
    background: #e9f8ee;
    border-color: #88c999;
    color: #1f6d2d;
    font-weight: 700;
}

.form-status.form-status-error {
    background: #fff3f3;
    border-color: #efb1b1;
    color: #9a1f1f;
    font-weight: 600;
}

.corporate-partnership-card {
    margin-top: 18px;
    border: 1px solid #d9e6f0;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8fcff 0%, #ffffff 65%);
    padding: 18px;
    box-shadow: 0 10px 22px rgba(16, 47, 67, 0.07);
}

.corporate-partnership-card h3 {
    margin: 0 0 10px;
    color: #133f59;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.corporate-title-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: linear-gradient(145deg, #eff7fd 0%, #dfeefa 100%);
    border: 1px solid #cbdfed;
    color: #145b82;
}

.corporate-title-icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.corporate-partnership-card p {
    margin: 0 0 10px;
    color: #385264;
    font-size: 15px;
    line-height: 1.55;
    border: 1px solid #deebf4;
    border-radius: 9px;
    padding: 8px 10px;
    background: #fff;
}

.corporate-partnership-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 6px;
}

.contact-btn-icon {
    width: 14px;
    height: 14px;
    display: inline-grid;
    place-items: center;
    margin-right: 6px;
    vertical-align: middle;
}

.contact-btn-icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.section-soft {
    background: #f7f8fa;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 18px;
}

.process-grid article {
    background: #fff;
    border-radius: 10px;
    padding: 14px;
    border: 1px solid #e7eaef;
}

.process-grid p {
    margin: 8px 0 0;
    font-size: 14px;
}

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

.cert-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 18px;
}

.cert-grid article {
    background: #fff;
    border: 1px solid #e0e6ee;
    border-radius: 10px;
    padding: 14px;
}

.cert-grid p {
    margin: 8px 0 0;
    font-size: 14px;
}

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

.review-grid article {
    background: #fff;
    border: 1px solid #e4e8ee;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 6px 14px rgba(16, 26, 34, 0.05);
}

.review-grid p {
    margin: 0 0 10px;
    font-size: 14px;
}

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

.article-grid article {
    border: 1px solid #e4e8ee;
    border-radius: 10px;
    padding: 16px;
    background: #fff;
}

.article-grid h3 {
    margin: 0 0 8px;
    color: var(--primary);
}

.article-grid p {
    margin: 0;
    font-size: 14px;
}

.corporate-page .section h2 {
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    font-family: "Segoe UI", "Inter", Arial, sans-serif;
    font-weight: 800;
    font-size: clamp(21px, 2vw, 28px);
    line-height: 1.2;
    color: #173f58;
    text-shadow: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.corporate-page .section h2::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 999px;
    flex: 0 0 20px;
    background:
        radial-gradient(circle at 35% 35%, #ffffff 0 18%, transparent 19%),
        linear-gradient(145deg, #eff7fd 0%, #dfeefa 100%);
    border: 1px solid #cbdfed;
}

.corporate-page .section {
    padding: 40px 0;
    font-family: "Segoe UI", "Inter", Arial, sans-serif;
}

.corporate-hero {
    border: 1px solid #d9e6f0;
    border-radius: 14px;
    background: linear-gradient(145deg, #ffffff 0%, #f5faff 100%);
    box-shadow: 0 10px 24px rgba(18, 52, 73, 0.08);
    padding: 26px;
}

.corporate-hero h1 {
    margin: 0 0 10px;
    color: #123d57;
    font-size: clamp(25px, 2.8vw, 34px);
    letter-spacing: 0.2px;
}

.corporate-hero > p {
    margin: 2px 0 12px;
    color: #2f4a5a;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: 0.1px;
}

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

.corporate-kpi-grid article {
    border: 1px solid #dbe8f2;
    border-radius: 10px;
    background: #fff;
    padding: 12px;
    display: grid;
    gap: 4px;
}

.corporate-kpi-grid strong {
    font-size: 25px;
    color: #123f5a;
    line-height: 1.1;
}

.corporate-kpi-grid span {
    font-size: 14px;
    color: #3f5b6b;
}

.corporate-soft {
    background: linear-gradient(180deg, #f4f8fc 0%, #f8fafc 100%);
}

.executive-message-card {
    border: 1px solid #d7e4ee;
    border-left: 4px solid #1a5678;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 8px 18px rgba(20, 50, 70, 0.07);
    padding: 16px 18px;
    margin-bottom: 16px;
}

.executive-message-card h3 {
    margin: 0 0 8px;
    color: #153f58;
    font-size: 22px;
    font-weight: 800;
}

.executive-message-card p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.65;
    color: #354f5e;
}

.executive-sign {
    display: inline-block;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 700;
    color: #1a4c68;
}

.corporate-page .trust-strip article,
.corporate-page .process-grid article,
.corporate-page .cert-grid article,
.corporate-page .article-grid article {
    border: 1px solid #d8e4ee;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(24, 40, 57, 0.06);
    background: #fff;
}

.corporate-page .trust-strip,
.corporate-page .process-grid,
.corporate-page .cert-grid,
.corporate-page .article-grid,
.corporate-page .about-visual-grid {
    margin-top: 10px;
}

.corporate-process .process-grid article strong {
    color: #143f58;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 800;
}

.corporate-page .trust-strip p,
.corporate-page .process-grid p,
.corporate-page .cert-grid p,
.corporate-page .article-grid p {
    color: #355060;
    font-size: 15px;
    line-height: 1.65;
}

.corporate-page .trust-strip h4,
.corporate-page .article-grid h3 {
    color: #153f58;
    font-weight: 800;
}

.corporate-gallery .about-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    pointer-events: none;
}

.references-section {
    padding-top: 46px;
}

.references-lead {
    margin: 4px 0 16px;
    color: #3d5566;
    font-size: 15px;
}

.references-page .references-lead,
.service-list-page .references-lead,
.gallery-page .section > p {
    border: 1px solid #dbe8f2;
    border-radius: 10px;
    background: #f8fcff;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.5;
}

.references-brand {
    margin: 0 0 16px;
    display: flex;
    justify-content: center;
}

.references-brand img {
    width: min(260px, 100%);
    height: auto;
    display: block;
}

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

.reference-card {
    background: #fff;
    border: 1px solid #dbe5ee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(24, 40, 57, 0.06);
    display: flex;
    flex-direction: column;
}

.reference-card--with-link {
    position: relative;
}

.reference-card-hit {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
}

.reference-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

.reference-card--logo-fit img {
    object-fit: contain;
    background: #ffffff;
    padding: 10px;
}

.reference-card-body {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.reference-card-body h3 {
    margin: 0 0 5px;
    color: #173c55;
    font-size: 17px;
    min-height: 44px;
}

.reference-card-body p {
    margin: 0;
    font-size: 14px;
    color: #4b6270;
}

.reference-area {
    margin-top: 8px !important;
    display: inline-block;
    background: #eef7ff;
    border: 1px solid #d0e6f7;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 12px !important;
    color: #1d577a !important;
}

.reference-comment {
    margin-top: 10px !important;
    font-style: italic;
    color: #29485d !important;
    line-height: 1.5;
}

.reference-customer {
    margin-top: 8px !important;
    font-weight: 700;
    color: #14364c !important;
}

.ref-detail-btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 14px;
    border-radius: 999px;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 0.3px;
    background: linear-gradient(135deg, #0c6ea8, #1aa0db);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 8px 20px rgba(12, 110, 168, 0.35), 0 0 14px rgba(26, 160, 219, 0.28);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
    position: relative;
    z-index: 2;
}

.reference-article-snippet {
    color: #2b4f66 !important;
    line-height: 1.45;
    min-height: 82px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.reference-detail-hero {
    margin: 0 0 14px;
    border: 1px solid #dbe5ee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(24, 40, 57, 0.08);
}

.reference-detail-hero img {
    width: 100%;
    height: min(360px, 48vw);
    object-fit: cover;
    display: block;
}

.reference-detail-hero--corp {
    max-width: min(960px, 100%);
    margin-left: auto;
    margin-right: auto;
}

.reference-detail-hero--corp img {
    height: auto;
    max-height: min(400px, 52vw);
    min-height: 200px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.reference-detail-hero--corp figcaption {
    padding: 0.5rem 0.35rem 0;
    font-size: 0.95rem;
    color: #4a5f72;
    line-height: 1.4;
}

.reference-mini-slider {
    --item-size: 88px;
    margin: 0 0 16px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #d9e6f1;
    background: #f8fcff;
    padding: 10px;
}

.reference-mini-slider-track {
    display: flex;
    width: max-content;
    gap: 8px;
    animation: ref-slide-left 24s linear infinite;
}

.reference-mini-slider:hover .reference-mini-slider-track {
    animation-play-state: paused;
}

.reference-mini-slide {
    width: var(--item-size);
    height: var(--item-size);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d6e5f2;
    background: #fff;
    flex: 0 0 auto;
}

.reference-mini-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@keyframes ref-slide-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.ref-detail-btn:hover,
.ref-detail-btn:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.06);
    box-shadow: 0 12px 24px rgba(12, 110, 168, 0.42), 0 0 18px rgba(26, 160, 219, 0.36);
}

.references-article-section {
    margin-top: 20px;
    padding: 14px;
    border: 1px solid #dbe6f1;
    border-radius: 12px;
    background: #f8fcff;
}

.references-article-section h3 {
    margin: 0 0 10px;
    color: #163c56;
    font-size: 20px;
}

.references-search-box {
    margin: 0 0 12px;
}

.references-search-box label {
    display: block;
    font-weight: 700;
    color: #1a4762;
    margin-bottom: 6px;
}

.references-search-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.references-search-row input {
    border: 1px solid #c9ddec;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    outline: none;
}

.references-search-row input:focus {
    border-color: #1a9ad8;
    box-shadow: 0 0 0 3px rgba(26, 154, 216, 0.14);
}

.references-search-row button {
    border: none;
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #0c6ea8, #1aa0db);
    box-shadow: 0 8px 18px rgba(13, 110, 166, 0.28);
    cursor: pointer;
}

.references-article-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.references-article-card {
    border: 1px solid #d6e5f2;
    border-radius: 10px;
    background: #fff;
    padding: 12px;
}

.references-article-card h4 {
    margin: 0 0 7px;
    color: #163c56;
    font-size: 16px;
}

.references-article-card p {
    margin: 0 0 8px;
    color: #3a586c;
    line-height: 1.45;
}

.references-article-card a {
    font-weight: 700;
    color: #0a73ab;
    text-decoration: none;
}

.reference-inline-search {
    margin: 10px 0 14px;
}

.reference-inline-search form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.reference-inline-search input[type="search"] {
    border: 1px solid #cadceb;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    outline: none;
}

.reference-inline-search input[type="search"]:focus {
    border-color: #1798d4;
    box-shadow: 0 0 0 3px rgba(23, 152, 212, 0.14);
}

.reference-inline-search .search-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: none;
    border-radius: 10px;
    padding: 10px 14px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #0c6ea8, #1aa0db);
    box-shadow: 0 8px 18px rgba(12, 110, 168, 0.28);
    cursor: pointer;
}

.reference-inline-search .search-btn svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.blog-reference-showcase {
    margin: 14px 0 18px;
    padding: 12px;
    border: 1px solid #dbe6f1;
    border-radius: 12px;
    background: #f8fcff;
}

.blog-reference-showcase h2 {
    margin: 0 0 6px;
    color: #163c56;
    font-size: 22px;
}

.blog-reference-showcase > p {
    margin: 0 0 10px;
    color: #3a586c;
}

.blog-brand-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    min-width: 0;
}

.blog-brand-carousel__track {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    gap: 12px;
    overflow: hidden;
    padding: 4px 2px 8px;
    scroll-snap-type: none;
}

.blog-card--brand-showcase {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    border-color: #d3e5f2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card--brand-showcase::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 12px;
    pointer-events: none;
    background: linear-gradient(130deg, rgba(40, 170, 230, 0.16), rgba(21, 125, 180, 0.03) 45%, rgba(40, 170, 230, 0.14));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blog-card--brand-showcase:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 24px rgba(15, 80, 120, 0.18);
}

.blog-card--brand-showcase:hover::before {
    opacity: 1;
}

.blog-brand-media {
    position: relative;
    display: block;
    margin: -10px -10px 10px;
    border-radius: 12px 12px 10px 10px;
    overflow: hidden;
    background: #eef5fb;
    border-bottom: 1px solid #d8e7f2;
}

.blog-brand-media img {
    display: block;
    width: 100%;
    height: 132px;
    object-fit: cover;
    transform: scale(1.01);
}

.blog-brand-media__shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 48%, transparent 100%);
    transform: translateX(-120%);
    animation: brandShine 3.2s ease-in-out infinite;
    pointer-events: none;
}

.blog-brand-carousel__nav {
    display: none;
}

.blog-brand-carousel__nav--prev {
    left: 6px;
}

.blog-brand-carousel__nav--next {
    right: 6px;
}

@keyframes brandShine {
    0% { transform: translateX(-120%); }
    45%, 100% { transform: translateX(120%); }
}

.service-list-page .reference-card-body p + p {
    margin-top: 10px;
}

.service-list-page .reference-card-body > p:last-child {
    margin-top: auto;
}

.service-list-page .reference-card-body > p:last-child .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.extra-services-section {
    margin-top: 22px;
}

.extra-services-title {
    margin: 0 0 10px;
    font-size: clamp(24px, 2.8vw, 38px);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #203b4b;
}

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

.extra-service-card {
    background: #fff;
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(18, 43, 60, 0.08);
}

.extra-service-media {
    width: 100%;
    height: 136px;
    background: #f1f4f7;
}

.extra-service-media img,
.extra-service-media-placeholder {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.extra-service-media-placeholder {
    background: linear-gradient(135deg, #d7e2ec 0%, #eef3f8 100%);
}

.extra-service-card h3 {
    margin: 0;
    padding: 8px 10px;
    background: #1f2328;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
}

.service-detail-page {
    display: grid;
    gap: 14px;
}

.service-detail-hero {
    border-radius: 12px;
    overflow: hidden;
    min-height: 230px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    border: 1px solid #dbe6ef;
    box-shadow: 0 8px 18px rgba(24, 40, 57, 0.08);
}

.service-detail-hero > div {
    width: 100%;
    padding: 16px;
    color: #fff;
}

.service-detail-hero h2 {
    margin: 0 0 6px;
    color: #fff;
    background: none;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.service-detail-hero h2::after {
    display: none;
}

.service-detail-hero p {
    margin: 0;
    color: rgba(244, 250, 255, 0.96);
}

.service-detail-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.service-detail-card {
    border: 1px solid #dbe5ee;
    border-radius: 10px;
    background: #fff;
    padding: 13px;
    box-shadow: 0 6px 14px rgba(24, 40, 57, 0.05);
    height: 100%;
    box-sizing: border-box;
}

.service-detail-card--rich {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-detail-content > .service-detail-card--split {
    grid-column: 1 / -1;
}

.service-detail-card--split .service-detail-card__split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
}

.service-detail-card--split .service-detail-card__split-col--visual {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-detail-card--split .service-detail-card__split-col--main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

@media (max-width: 768px) {
    .service-detail-card--split .service-detail-card__split {
        grid-template-columns: 1fr;
    }
}

.service-detail-card--rich > h3 {
    flex-shrink: 0;
}

.service-detail-card--rich > p {
    margin: 0;
}

.service-detail-card__media {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2ecf3;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4f9 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.service-detail-card__media-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 160px;
    object-fit: cover;
    object-position: center;
}

.service-detail-card--split .service-detail-card__media-img {
    max-height: min(320px, 52vh);
}

@media (max-width: 768px) {
    .service-detail-card--split .service-detail-card__media-img {
        max-height: 200px;
    }
}

.service-detail-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.service-detail-pill {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #1a4a66;
    background: linear-gradient(180deg, #f0f7fc 0%, #e4eef6 100%);
    border: 1px solid #cfe0ed;
    border-radius: 999px;
    padding: 5px 10px;
    line-height: 1.2;
}

.service-detail-icon-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.service-detail-icon-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 9px;
    border-radius: 9px;
    border: 1px solid #e5edf4;
    background: linear-gradient(145deg, #fbfdff 0%, #f3f8fc 100%);
    min-height: 44px;
    box-sizing: border-box;
}

.service-detail-icon-item__glyph {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    font-size: 15px;
    line-height: 1;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dbe8f2;
    box-shadow: 0 2px 6px rgba(20, 52, 78, 0.06);
}

.service-detail-icon-item__label {
    font-size: 12px;
    font-weight: 600;
    color: #2a4a5e;
    line-height: 1.3;
    padding-top: 2px;
}

.service-detail-steps {
    display: grid;
    gap: 10px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #e6eef5;
}

.service-detail-step {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.service-detail-step__icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    display: inline-grid;
    place-items: center;
    font-size: 17px;
    line-height: 1;
    border-radius: 999px;
    background: linear-gradient(160deg, #ffffff 0%, #e8f2fa 100%);
    border: 1px solid #d0e2ef;
    box-shadow: 0 3px 8px rgba(18, 52, 78, 0.08);
}

.service-detail-step__body {
    min-width: 0;
    flex: 1 1 auto;
}

.service-detail-step__title {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #153a54;
    margin: 0 0 3px;
}

.service-detail-step__text {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: #4a6272;
}

.service-detail-card h3 {
    margin: 0 0 7px;
    color: #173c55;
}

.service-detail-card p {
    margin: 0;
    color: #405665;
    font-size: 14px;
    line-height: 1.55;
}

.service-detail-card ul {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 5px;
}

.service-detail-card li {
    color: #314c5c;
    font-size: 14px;
}

.service-detail-card__intro {
    margin: 0 0 10px;
    color: #405665;
    font-size: 14px;
    line-height: 1.55;
}

.service-brand-list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
}

.service-brand-list a {
    color: #0f6aa4;
    text-decoration: none;
}

.service-brand-list a:hover,
.service-brand-list a:focus-visible {
    text-decoration: underline;
}

.service-detail-page--laminat .service-detail-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 420px) {
    .service-detail-icon-grid {
        grid-template-columns: 1fr;
    }
}

.laminat-product-gallery {
    margin-top: 4px;
    padding: 18px 16px 8px;
    border-radius: 12px;
    border: 1px solid #dbe5ee;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f8fc 100%);
    box-shadow: 0 6px 16px rgba(20, 47, 69, 0.05);
}

.laminat-product-gallery__head {
    margin-bottom: 14px;
}

.laminat-product-gallery__title {
    margin: 0 0 8px;
    font-size: clamp(18px, 1.4vw, 22px);
    font-weight: 700;
    color: #153a54;
    letter-spacing: -0.02em;
}

.laminat-product-gallery__lead {
    margin: 0;
    max-width: 72ch;
    color: #3d5666;
    font-size: 14px;
    line-height: 1.55;
}

.laminat-product-gallery__meta {
    margin: 10px 0 0;
}

.laminat-product-gallery__slider-wrap {
    margin-top: 8px;
}

.laminat-product-gallery__grid {
    margin-top: 4px;
}

.laminat-gallery-item {
    border-color: #d3e0ea;
    box-shadow: 0 4px 12px rgba(24, 40, 57, 0.06);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.laminat-gallery-item:hover {
    box-shadow: 0 8px 22px rgba(24, 40, 57, 0.1);
    transform: translateY(-2px);
}

.laminat-gallery-item figcaption {
    font-size: 13px;
    color: #3a4f5e;
    line-height: 1.4;
}

.floorpan-info-box {
    margin: 0 0 14px;
    padding: 14px 16px;
    border: 1px solid #d7e5f0;
    border-left: 4px solid #0f6aa4;
    border-radius: 10px;
    background: linear-gradient(180deg, #f7fbff 0%, #f1f7fc 100%);
    box-shadow: 0 6px 16px rgba(20, 47, 69, 0.06);
}

.floorpan-info-box h3 {
    margin: 0 0 8px;
    color: #153a54;
    font-size: 24px;
}

.floorpan-info-box h4 {
    margin: 10px 0 6px;
    color: #1e4f70;
    font-size: 17px;
}

.floorpan-info-box p {
    margin: 0;
    color: #334f62;
    line-height: 1.6;
    font-size: 14px;
}

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

.agt-model-link {
    display: block;
    border: 1px solid #d8e5ef;
    border-radius: 10px;
    background: #f8fbff;
    color: #1f4763;
    text-decoration: none;
    font-weight: 700;
    overflow: hidden;
}

.agt-model-link img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid #e0ebf4;
}

.agt-model-link strong {
    display: block;
    padding: 10px 12px;
    font-size: 17px;
}

.agt-model-link:hover {
    border-color: #9ec4df;
    background: #eef6fd;
}

.agt-intro-box {
    border: 1px solid #d5e3ee;
    border-radius: 12px;
    background: linear-gradient(180deg, #f8fbff 0%, #eff6fc 100%);
    padding: 14px 16px;
    margin: 0 0 12px;
}

.agt-intro-box h3 {
    margin: 0 0 6px;
    color: #163d59;
    font-size: 24px;
}

.agt-intro-box p {
    margin: 0;
    color: #3b5568;
    line-height: 1.6;
    font-size: 14px;
}

.agt-showcase-slider {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 4px 0 10px;
    scroll-snap-type: x proximity;
}

.agt-showcase-slider::-webkit-scrollbar {
    height: 8px;
}

.agt-showcase-slider::-webkit-scrollbar-thumb {
    background: #b8cfdf;
    border-radius: 999px;
}

.agt-showcase-card {
    flex: 0 0 180px;
    display: block;
    text-decoration: none;
    color: #1d425d;
    border: 1px solid #d9e6f1;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    scroll-snap-align: start;
}

.agt-showcase-card img {
    width: 100%;
    height: 118px;
    object-fit: cover;
    display: block;
}

.agt-showcase-card strong {
    display: block;
    padding: 8px 10px 10px;
    font-size: 14px;
}

.agt-showcase-card:hover {
    border-color: #9ec4df;
    box-shadow: 0 8px 18px rgba(18, 65, 96, 0.12);
}

.agt-pages-strip {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    padding-bottom: 6px;
}

.agt-page-card {
    flex: 0 0 190px;
    margin: 0;
    scroll-snap-align: start;
}

.agt-page-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.agt-series-chip--active {
    background: #0f5b8a;
    border-color: #0f5b8a;
    color: #ffffff;
}

.service-detail-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

footer {
    background: linear-gradient(135deg, #0f3f5a 0%, #155a5a 45%, #1f7a63 100%);
    color: #f6fbff;
    padding: 26px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.85fr 1fr 1.1fr 0.9fr;
    gap: 14px;
    align-items: start;
}

.footer-grid-extended {
    grid-template-columns: 1fr 0.8fr 0.9fr 0.9fr 0.85fr 1.2fr;
    gap: 14px;
    align-items: start;
}

.footer-grid > div:nth-child(2) {
    margin-left: -6px;
}

.footer-services-lead {
    margin: -2px 0 10px;
    font-size: 12px;
    color: rgba(222, 240, 250, 0.82);
    line-height: 1.4;
}

.footer-services-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 14px;
}

.footer-services-cols a {
    color: #f2f9fd;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.35;
}

.footer-services-cols a:hover {
    text-decoration: underline;
}

.footer-faq-col {
    min-width: 0;
}

.footer-faq-links {
    display: grid;
    gap: 5px;
}

.footer-faq-links a {
    color: #f2f9fd;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.35;
}

.footer-faq-links a:hover {
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-grid > div:nth-child(2) {
        margin-left: 0;
    }

    .footer-grid > div:first-child {
        grid-column: 1 / -1;
    }

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

    .footer-grid-extended > div:first-child {
        grid-column: 1 / -1;
    }

    .footer-grid-extended > div.footer-compact-contact {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1024px) {
    .services-layout {
        grid-template-columns: 1fr;
    }

    .services-sidebar,
    .inner-page-services-sidebar,
    .ai-services-ai-row__sidebar {
        position: static;
        top: auto;
    }

    .global-services-menu {
        max-width: 100%;
    }

    .services-collapsible:not(.is-open) .services-menu-list,
    .services-collapsible:not(.is-open) .services-brands-block {
        display: none;
    }

    .quick-quote-section {
        padding: 18px 14px;
    }

    .quick-quote-head {
        gap: 8px;
    }

    .quick-quote-logo {
        width: 64px;
        height: 64px;
    }

    .quick-quote-head h2 {
        font-size: clamp(20px, 4vw, 30px);
    }

    .quick-quote-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .quick-quote-form textarea,
    .quick-quote-legal-teaser,
    .quick-quote-form .privacy-check,
    .quick-quote-form button {
        grid-column: span 2;
    }
}

.footer-compact-contact {
    border: 1px solid rgba(219, 235, 245, 0.35);
    border-radius: 10px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.06);
}

.footer-compact-contact h4 {
    margin: 0 0 8px;
}

.footer-compact-contact p {
    margin: 6px 0;
    color: #def0fa;
    font-size: 13px;
    line-height: 1.35;
}

.footer-mini-map {
    border: 1px solid rgba(219, 235, 245, 0.35);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    min-height: 125px;
}

.footer-mini-map iframe {
    width: 100%;
    height: 100%;
    min-height: 125px;
    border: 0;
    display: block;
}

.footer-grid h4 {
    margin: 0 0 10px;
}

.footer-grid p {
    margin: 0;
    color: #def0fa;
}

.footer-brand-map {
    border: 1px solid rgba(219, 235, 245, 0.35);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    min-height: 98px;
}

.footer-brand-map iframe {
    width: 100%;
    min-height: 98px;
    height: 100%;
    border: 0;
    display: block;
}

.footer-map-legal-links {
    margin: 8px 0 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-map-legal-links a {
    color: #eaf6ff;
    text-decoration: none;
    font-weight: 600;
}

.footer-map-legal-links a:hover {
    text-decoration: underline;
}

.footer-links {
    display: grid;
    gap: 6px;
}

.footer-links a {
    color: #f6fbff;
    text-decoration: none;
    font-size: 14px;
}

.admin-link {
    color: #f6fbff;
    text-decoration: underline;
}

.admin-inline-actions {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.admin-inline-sep {
    color: #d8ecf5;
    opacity: 0.78;
}

button.admin-link {
    background: #ffffff;
    color: #0f4b6f;
    border: 1px solid #c8deea;
    border-radius: 999px;
    padding: 3px 10px;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

button.admin-link:hover {
    background: #eaf6ff;
}

.footer-legal-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    margin-top: 14px;
    padding-top: 12px;
}

.footer-legal-inner {
    display: flex;
    justify-content: center;
}

.footer-legal-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
    justify-content: center;
    font-size: 13px;
}

.footer-legal-nav a {
    color: #e8f6ff;
    text-decoration: none;
    font-weight: 600;
}

.footer-legal-nav a:hover {
    text-decoration: underline;
}

.footer-legal-sep {
    color: rgba(220, 235, 245, 0.45);
    user-select: none;
}

.footer-credit-wrap {
    margin-top: 16px;
    padding: 12px 0 6px;
    border-top: 1px solid rgba(236, 247, 255, 0.18);
}

.footer-credit {
    text-align: center;
    font-size: 12px;
    color: rgba(228, 242, 250, 0.78);
    letter-spacing: 0.15px;
}

.footer-credit-line {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(215, 233, 245, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    color: rgba(243, 250, 255, 0.92);
}

.footer-credit-link {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
}

.footer-credit-link:hover {
    color: #dff4ff;
    border-bottom-color: rgba(223, 244, 255, 0.95);
}

.footer-credit-line > span[aria-hidden="true"] {
    color: #ff8bab;
    font-size: 13px;
    vertical-align: middle;
}

.footer-credit-sep {
    color: rgba(220, 235, 245, 0.45) !important;
    margin: 0 8px;
}

.cookie-consent-banner {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
    padding: 12px 0 calc(12px + env(safe-area-inset-bottom));
    background: rgba(14, 42, 58, 0.96);
    border-top: 1px solid rgba(200, 225, 240, 0.25);
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.22);
}

.cookie-consent-banner.is-visible {
    display: block;
}

.cookie-consent-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.cookie-consent-text {
    margin: 0;
    flex: 1 1 280px;
    font-size: 13px;
    line-height: 1.45;
    color: #e8f4fc;
}

.cookie-consent-text a {
    color: #b8e6ff;
    font-weight: 600;
}

.cookie-consent-btn {
    flex-shrink: 0;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
    background: linear-gradient(90deg, #1a8d76, #0f6fa8);
    color: #fff;
}

.cookie-consent-btn:hover {
    filter: brightness(1.06);
}

@media (max-width: 760px) {
    .global-message-strip-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        min-height: 0;
        padding: 7px 0;
    }

    .global-message-strip-inner span {
        font-size: 10px;
        padding: 4px 7px;
    }

    .cookie-consent-banner {
        bottom: calc(82px + env(safe-area-inset-bottom));
        padding: 8px 0;
    }

    .cookie-consent-inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .cookie-consent-text {
        font-size: 12px;
        line-height: 1.4;
    }

    .cookie-consent-btn {
        width: 100%;
        min-height: 40px;
        font-size: 12px;
    }
}

@media (max-width: 520px) {
    .global-message-strip-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }

    .cookie-consent-banner {
        bottom: calc(78px + env(safe-area-inset-bottom));
    }
}

.legal-page {
    max-width: 860px;
    margin: 0 auto;
    border: 1px solid #dbe7f1;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 10px 24px rgba(18, 52, 73, 0.06);
    padding: clamp(14px, 2vw, 22px);
}

.legal-page h1 {
    margin: 0 0 8px;
    color: #133e57;
    font-size: clamp(20px, 2.1vw, 26px);
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.legal-page h1::before {
    content: "";
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 36% 36%, #ffffff 0 18%, transparent 19%),
        linear-gradient(145deg, #eff7fd 0%, #dfeefa 100%);
    border: 1px solid #cbdfed;
}

.legal-updated {
    margin: 0 0 16px;
    font-size: 12px;
    color: #5a7080;
}

.legal-meta {
    font-size: 13px;
    line-height: 1.6;
    color: #314c5c;
    margin: 0 0 12px;
    border: 1px solid #dce8f2;
    border-radius: 10px;
    padding: 10px 12px;
    background: #f8fcff;
}

.legal-page h2 {
    margin: 18px 0 8px;
    font-size: 15px;
    color: #173c55;
    border: 1px solid #d2e3ef;
    padding: 8px 10px;
    background: #f5faff;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.legal-page h2::before {
    content: "";
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    border-radius: 999px;
    background: linear-gradient(145deg, #267cab 0%, #1f6288 100%);
    box-shadow: 0 0 0 2px #e7f3fb inset;
}

.legal-page p,
.legal-page li {
    font-size: 13px;
    line-height: 1.58;
    color: #3d5566;
}

.legal-page ul {
    margin: 6px 0 0;
    padding-left: 20px;
    display: grid;
    gap: 5px;
}

.legal-page--faq .legal-card {
    border: 1px solid #dbe8f2;
    border-radius: 11px;
    background: #fbfdff;
    padding: 10px 12px;
    margin-bottom: 12px;
}

.legal-page--brand .legal-updated {
    display: inline-block;
    border: 1px solid #d7e5ef;
    border-radius: 999px;
    background: #f7fbff;
    padding: 5px 10px;
}

.legal-page--policy h2 {
    font-size: 14px;
}

.legal-page a {
    color: #0f6a9e;
    font-weight: 600;
}

/* Çamsan — kurumsal makale (genel .legal-page kurallarının üzerine) */
.legal-page--camsan-corporate {
    max-width: 920px;
    min-width: 0;
    width: 100%;
    border-radius: 16px;
    border: 1px solid #d5e4ef;
    background: linear-gradient(165deg, #ffffff 0%, #f6fafd 100%);
    box-shadow: 0 4px 32px rgba(12, 52, 78, 0.08);
    padding: clamp(20px, 3.2vw, 34px);
    box-sizing: border-box;
    overflow-x: hidden;
}

.legal-page--camsan-corporate h1 {
    display: block;
    width: 100%;
    margin: 0 0 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e1ecf4;
    font-size: clamp(24px, 2.9vw, 34px);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #0c2d42;
    line-height: 1.15;
}

.legal-page--camsan-corporate h1::before {
    display: none;
}

.legal-page--camsan-corporate .legal-meta {
    margin: 0 0 22px;
    padding: 16px 18px;
    font-size: 15px;
    line-height: 1.65;
    color: #2f4555;
    border: 1px solid #e3eef6;
    border-radius: 12px;
    background: linear-gradient(135deg, #fbfdff 0%, #f1f7fb 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.legal-page--camsan-corporate h2 {
    display: block;
    width: 100%;
    margin: 26px 0 14px;
    padding: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0c4a6e;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #0c6ea8;
    background: transparent;
    box-shadow: none;
}

.legal-page--camsan-corporate h2:first-of-type {
    margin-top: 4px;
}

.legal-page--camsan-corporate h2::before {
    display: none;
}

.legal-page--camsan-corporate ul {
    list-style: none;
    padding: 0;
    margin: 4px 0 0;
    display: grid;
    gap: 12px;
}

.legal-page--camsan-corporate li {
    position: relative;
    margin: 0;
    padding: 14px 16px 14px 44px;
    border: 1px solid #e2ebf3;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 2px 14px rgba(12, 52, 88, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.legal-page--camsan-corporate li:hover {
    border-color: #c8dce8;
    box-shadow: 0 6px 22px rgba(12, 70, 110, 0.09);
}

.legal-page--camsan-corporate li::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    border-radius: 3px;
    background: linear-gradient(145deg, #0c6ea8 0%, #0a4d72 100%);
    box-shadow: 0 0 0 2px rgba(12, 110, 168, 0.15);
}

.legal-page--camsan-corporate .legal-meta--secondary {
    margin-top: 12px;
    border-style: dashed;
}

.legal-page--camsan-corporate .brand-seo-section {
    margin-top: 26px;
}

.legal-page--camsan-corporate .brand-seo-section--highlights {
    margin-top: 18px;
}

.legal-page--camsan-corporate .brand-highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin-top: 6px;
}

.legal-page--camsan-corporate .brand-highlight-card {
    margin: 0;
    padding: 16px 18px;
    border: 1px solid #e2ebf3;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 14px rgba(12, 52, 88, 0.05);
}

.legal-page--camsan-corporate .brand-highlight-card h3 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0c2d42;
    line-height: 1.3;
}

.legal-page--camsan-corporate .brand-highlight-card p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.62;
    color: #3d5566;
}

.legal-page--camsan-corporate .brand-seo-section--application > p:not(.brand-seo-cta) {
    margin: 0 0 12px;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid #dfeaf3;
    background: rgba(12, 110, 168, 0.07);
    font-size: 14px;
    line-height: 1.65;
    color: #2a4256;
}

.legal-page--camsan-corporate .brand-seo-section--application > p:not(.brand-seo-cta):last-of-type {
    margin-bottom: 0;
}

.legal-page--camsan-corporate .brand-seo-cta {
    margin: 14px 0 0;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #d0e5f2;
    background: #f8fcff;
    font-size: 14px;
    line-height: 1.6;
    color: #2f4555;
}

.legal-page--camsan-corporate .brand-seo-cta a {
    font-weight: 700;
    color: #0b5f90;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-page--camsan-corporate .brand-seo-faq {
    margin-top: 28px;
}

.legal-page--camsan-corporate .brand-seo-faq__list {
    margin: 12px 0 0;
}

.legal-page--camsan-corporate .brand-seo-faq__list dt {
    margin: 16px 0 6px;
    font-weight: 700;
    font-size: 14px;
    color: #0c2d42;
}

.legal-page--camsan-corporate .brand-seo-faq__list dt:first-child {
    margin-top: 0;
}

.legal-page--camsan-corporate .brand-seo-faq__list dd {
    margin: 0;
    padding: 0 0 14px;
    border-bottom: 1px solid #e8f0f6;
    font-size: 13.5px;
    line-height: 1.62;
    color: #3d5566;
}

.legal-page--camsan-corporate .brand-seo-faq__list dd:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.legal-page--camsan-corporate .camsan-catalog {
    margin-top: 28px;
}

.brand-color-scale {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.brand-color-item {
    display: grid;
    justify-items: center;
    gap: 6px;
    text-align: center;
}

.brand-color-item strong {
    font-size: 12px;
    line-height: 1.2;
    color: #203a49;
}

.brand-color-dot {
    width: 62px;
    height: 62px;
    border-radius: 999px;
    border: 1px solid #d4dce5;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.72), 0 4px 10px rgba(16, 47, 67, 0.12);
}

.brand-tone-afrormosia { background: radial-gradient(circle at 30% 24%, #b57b37 0%, #946027 55%, #7a4d1d 100%); }
.brand-tone-akcaagac { background: radial-gradient(circle at 30% 24%, #f5eac8 0%, #ead7ac 56%, #d5bc8f 100%); }
.brand-tone-amerikan-ceviz { background: radial-gradient(circle at 30% 24%, #7c4f32 0%, #5f3a25 54%, #412618 100%); }
.brand-tone-burma-teak { background: radial-gradient(circle at 30% 24%, #b48757 0%, #8d673f 55%, #6d4e30 100%); }
.brand-tone-ceviz { background: radial-gradient(circle at 30% 24%, #725134 0%, #58402a 52%, #3b2a1d 100%); }
.brand-tone-doussie { background: radial-gradient(circle at 30% 24%, #996034 0%, #7e4b28 55%, #61391f 100%); }
.brand-tone-iroko { background: radial-gradient(circle at 30% 24%, #9a6f2f 0%, #7f5a24 55%, #62451b 100%); }
.brand-tone-kayin { background: radial-gradient(circle at 30% 24%, #e9c996 0%, #d8b17b 58%, #bf9560 100%); }
.brand-tone-mese-naturel { background: radial-gradient(circle at 30% 24%, #d8b98a 0%, #c39f6c 56%, #9c7d54 100%); }
.brand-tone-mese-rustik { background: radial-gradient(circle at 30% 24%, #a27645 0%, #845f38 55%, #62472b 100%); }
.brand-tone-sapelli { background: radial-gradient(circle at 30% 24%, #8f4e30 0%, #713a25 56%, #53291b 100%); }
.brand-tone-wenge { background: radial-gradient(circle at 30% 24%, #4a3a32 0%, #372b25 55%, #241b16 100%); }

.floorpan-catalog-page {
    max-width: 1040px;
    border: 1px solid #d8e6f2;
    border-radius: 16px;
    padding: clamp(14px, 2vw, 24px);
    background: linear-gradient(175deg, #ffffff 0%, #f5faff 100%);
    box-shadow: 0 14px 34px rgba(18, 57, 88, 0.09);
}

.floorpan-catalog-hero {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #d7e5f2;
    margin-bottom: 16px;
}

.floorpan-catalog-hero img {
    width: 100%;
    display: block;
    min-height: 180px;
    max-height: 360px;
    object-fit: cover;
}

.floorpan-catalog-hero__overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 14px 16px;
    background: linear-gradient(180deg, rgba(9, 27, 41, 0) 0%, rgba(7, 22, 36, 0.86) 100%);
}

.floorpan-catalog-hero__overlay h1 {
    margin: 0 0 6px;
    color: #fff;
    font-size: clamp(20px, 3vw, 30px);
}

.floorpan-catalog-hero__overlay p {
    margin: 0;
    color: rgba(226, 240, 250, 0.96);
    font-size: 14px;
}

.floorpan-catalog-block {
    margin-top: 16px;
    border: 1px solid #dbe8f3;
    border-radius: 12px;
    background: #ffffff;
    padding: 14px;
}

.floorpan-catalog-block h2 {
    margin: 0 0 12px;
    font-size: 18px;
    color: #1f4662;
}

.floorpan-feature-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.floorpan-feature-chips span {
    border: 1px solid #cde2f1;
    background: #f3f9ff;
    color: #254b67;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.floorpan-note {
    margin: 12px 0 0;
    font-size: 13px;
    color: #4a6478;
}

.floorpan-surface-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.floorpan-surface-grid::-webkit-scrollbar {
    height: 8px;
}

.floorpan-surface-grid::-webkit-scrollbar-thumb {
    background: #bfd4e5;
    border-radius: 999px;
}

.floorpan-surface-card {
    border: 1px solid #d9e7f2;
    border-radius: 10px;
    background: #f9fcff;
    padding: 8px;
    text-align: center;
    box-shadow: 0 5px 12px rgba(16, 50, 77, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    flex: 0 0 124px;
    scroll-snap-align: start;
}

.floorpan-surface-card:hover {
    transform: translateY(-2px);
    border-color: #b9d4e8;
    box-shadow: 0 9px 18px rgba(16, 50, 77, 0.14);
}

.floorpan-surface-card img {
    width: 100%;
    height: 96px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #e2edf6;
    border-radius: 8px;
    padding: 0;
    transition: transform 0.24s ease;
}

.floorpan-surface-zoom {
    border: 0;
    padding: 0;
    background: transparent;
    width: 100%;
    cursor: zoom-in;
}

.floorpan-surface-card:hover img {
    transform: scale(1.08);
}

.floorpan-surface-card h3 {
    margin: 6px 0 0;
    font-size: 13px;
    color: #21455f;
}

.home-floorpan-catalog-section {
    margin-top: 8px;
}

.home-floorpan-catalog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 12px;
}

.home-service-category-section {
    margin-top: 14px;
}

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

.home-service-category-card {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(140, 182, 212, 0.65);
    border-radius: 12px;
    color: #1f425b;
    min-height: 118px;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
    box-shadow: 0 10px 26px rgba(12, 52, 78, 0.1);
}

.home-service-category-card__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #dfe8f0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Tam kart beyazligi yok — fotograf gorunur; sadece altta cok hafif ton (istege bagli derinlik) */
.home-service-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 52%,
        rgba(12, 40, 58, 0.07) 100%
    );
}

.home-service-category-card__inner {
    position: relative;
    z-index: 2;
    display: block;
    margin: 6px;
    padding: 8px 10px 10px;
    border-radius: 10px;
    background: transparent;
    border: none;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.home-service-category-card strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1.28;
    margin-bottom: 6px;
    color: #051c2e;
    /* Acik koyu arka planlarda da okunur: beyaz halo + hafif derinlik */
    text-shadow:
        0 0 18px rgba(255, 255, 255, 1),
        0 0 10px rgba(255, 255, 255, 0.95),
        0 1px 0 rgba(255, 255, 255, 0.98),
        0 2px 14px rgba(255, 255, 255, 0.85),
        0 1px 3px rgba(0, 20, 40, 0.22);
}

.home-service-category-caption {
    display: block;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.48;
    letter-spacing: 0.02em;
    color: #0a2333;
    text-shadow:
        0 0 14px rgba(255, 255, 255, 0.98),
        0 0 8px rgba(255, 255, 255, 0.95),
        0 1px 0 rgba(255, 255, 255, 0.9),
        0 2px 10px rgba(255, 255, 255, 0.75),
        0 1px 2px rgba(0, 25, 45, 0.18);
}

@media (prefers-contrast: more) {
    .home-service-category-card::after {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.55) 0%,
            rgba(255, 255, 255, 0.75) 100%
        );
    }

    .home-service-category-card__inner {
        background: rgba(255, 255, 255, 0.94);
        border: 1px solid rgba(220, 235, 245, 0.95);
        box-shadow: 0 2px 10px rgba(12, 45, 70, 0.08);
    }

    .home-service-category-card strong,
    .home-service-category-caption {
        text-shadow: none;
    }

    .home-service-category-caption {
        font-weight: 500;
        color: #0f2430;
    }
}

.home-service-category-card:hover {
    transform: translateY(-3px);
    border-color: rgba(12, 110, 168, 0.55);
    box-shadow: 0 16px 34px rgba(12, 70, 108, 0.18);
}

.home-service-category-card:hover .home-service-category-card__bg {
    transform: scale(1.07);
}

.home-service-category-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    margin-bottom: 8px;
    background: linear-gradient(145deg, #0c6ea8 0%, #0a5a8c 52%, #084a73 100%);
    color: #fff;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.35) inset,
        0 4px 14px rgba(12, 110, 168, 0.45),
        0 2px 8px rgba(0, 25, 45, 0.2);
    filter: drop-shadow(0 2px 5px rgba(0, 25, 45, 0.35));
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-service-category-icon svg {
    width: 23px;
    height: 23px;
    display: block;
    flex-shrink: 0;
}

.home-service-category-card:hover .home-service-category-icon {
    transform: scale(1.06) translateY(-1px);
    box-shadow: 0 7px 18px rgba(12, 110, 168, 0.45);
}

.home-service-category-card:focus-visible {
    outline: 2px solid rgba(12, 110, 168, 0.65);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .home-service-category-card,
    .home-service-category-card__bg,
    .home-service-category-icon,
    .home-service-category-card:hover .home-service-category-icon {
        transition: none;
    }

    .home-service-category-card:hover {
        transform: none;
    }

    .home-service-category-card:hover .home-service-category-card__bg {
        transform: none;
    }
}

.home-floorpan-catalog-head h2 {
    margin: 0;
    color: #173f5a;
}

.home-floorpan-catalog-head a {
    color: #0f5f90;
    font-weight: 700;
    text-decoration: none;
}

.home-floorpan-catalog-head a:hover {
    text-decoration: underline;
}

.floorpan-surface-grid--home {
    gap: 10px;
}

.floorpan-surface-grid--home .floorpan-surface-card {
    flex-basis: 136px;
}

.floorpan-surface-card--home h3 {
    min-height: 34px;
}

.floorpan-lightbox-open {
    overflow: hidden;
}

.floorpan-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1200;
    background: rgba(7, 16, 25, 0.92);
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    align-items: center;
    gap: 16px;
    padding: 26px;
}

.floorpan-lightbox__figure {
    margin: 0;
    max-width: min(1100px, 100%);
    justify-self: center;
    text-align: center;
}

.floorpan-lightbox__figure img {
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - 140px);
    border-radius: 12px;
    border: 1px solid rgba(189, 216, 237, 0.55);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.45);
    background: #fff;
}

.floorpan-lightbox__figure figcaption {
    margin-top: 12px;
    color: #eef7ff;
    font-weight: 700;
    font-size: 18px;
}

.floorpan-lightbox__close,
.floorpan-lightbox__nav {
    border: 1px solid rgba(184, 214, 236, 0.6);
    background: rgba(18, 52, 78, 0.72);
    color: #eff8ff;
    cursor: pointer;
}

.floorpan-lightbox__close {
    position: absolute;
    top: 18px;
    right: 20px;
    min-width: 42px;
    height: 42px;
    border-radius: 999px;
    font-size: 30px;
    line-height: 1;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 12px;
    font-weight: 700;
}

.floorpan-lightbox__close-text {
    font-size: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.floorpan-lightbox__nav {
    width: 56px;
    height: 84px;
    border-radius: 12px;
    font-size: 40px;
    line-height: 1;
}

.floorpan-doc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
}

.floorpan-doc-link {
    display: block;
    border: 1px solid #cce1f0;
    border-radius: 10px;
    background: linear-gradient(180deg, #f5fbff 0%, #eaf4fc 100%);
    color: #0f5f90;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 12px;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.floorpan-doc-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(15, 95, 144, 0.16);
}

.floorpan-pdf-groups {
    display: grid;
    gap: 16px;
}

.floorpan-pdf-group {
    border: 1px solid #d9e7f2;
    border-radius: 12px;
    background: #f8fbff;
    padding: 10px;
}

.floorpan-pdf-group__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.floorpan-pdf-group__head h3 {
    margin: 0;
    font-size: 22px;
    color: #153b57;
}

.floorpan-pdf-group__head span {
    border-radius: 999px;
    background: #e9f2fb;
    color: #2f5979;
    padding: 4px 10px;
    font-weight: 700;
    font-size: 12px;
}

.floorpan-pdf-slider-wrap {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 8px;
    align-items: center;
}

.floorpan-pdf-slider-wrap--scroll {
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    gap: 10px;
    align-items: stretch;
}

.floorpan-pdf-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    scroll-snap-type: x proximity;
    padding-bottom: 6px;
}

.floorpan-pdf-slider::-webkit-scrollbar {
    height: 8px;
}

.floorpan-pdf-slider::-webkit-scrollbar-thumb {
    background: #b6cfdf;
    border-radius: 999px;
}

.floorpan-pdf-nav {
    width: 36px;
    height: 100%;
    min-height: 110px;
    border: 1px solid #d1e2ef;
    border-radius: 10px;
    background: linear-gradient(180deg, #eff6fc 0%, #e4eef8 100%);
    color: #1e5f8a;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

button.floorpan-pdf-nav {
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
}

.floorpan-pdf-nav--ctrl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 48px;
    min-height: 120px;
    padding: 0;
    border-radius: 14px;
    border: 1px solid rgba(30, 95, 138, 0.22);
    background: linear-gradient(165deg, #ffffff 0%, #eef6fc 42%, #dceaf6 100%);
    color: #0b4f7a;
    box-shadow:
        0 2px 0 rgba(255, 255, 255, 0.85) inset,
        0 8px 22px rgba(15, 60, 96, 0.1),
        0 2px 6px rgba(15, 60, 96, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.floorpan-pdf-nav--ctrl:hover {
    transform: translateY(-1px);
    border-color: rgba(14, 107, 168, 0.45);
    color: #063554;
    box-shadow:
        0 2px 0 rgba(255, 255, 255, 0.9) inset,
        0 12px 28px rgba(15, 80, 120, 0.14),
        0 4px 10px rgba(15, 60, 96, 0.08);
}

.floorpan-pdf-nav--ctrl:active {
    transform: translateY(0);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.7) inset,
        0 4px 14px rgba(15, 60, 96, 0.1);
}

.floorpan-pdf-nav--ctrl:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(14, 107, 168, 0.35),
        0 8px 22px rgba(15, 60, 96, 0.1);
}

.floorpan-pdf-nav__icon {
    display: block;
    flex-shrink: 0;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.6));
}

.floorpan-pdf-card {
    flex: 0 0 120px;
    border: 1px solid #dce9f4;
    border-radius: 10px;
    background: #fff;
    padding: 6px;
    text-decoration: none;
    color: #204760;
    scroll-snap-align: start;
}

.floorpan-pdf-card iframe {
    width: 100%;
    height: 150px;
    border: 0;
    border-radius: 6px;
    background: #edf3f9;
    pointer-events: none;
}

.floorpan-pdf-card strong {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.25;
}

@media (max-width: 760px) {
    .home-service-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .floorpan-surface-grid {
        gap: 8px;
    }
    .floorpan-surface-card {
        padding: 6px;
        flex-basis: 112px;
    }
    .floorpan-surface-card img {
        height: 84px;
    }
    .floorpan-surface-card h3 {
        font-size: 12px;
    }
    .floorpan-lightbox {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        gap: 8px;
        padding: 14px;
    }
    .floorpan-lightbox__nav {
        width: 42px;
        height: 72px;
        font-size: 30px;
    }
    .floorpan-lightbox__close {
        top: 10px;
        right: 10px;
        min-width: 38px;
        height: 38px;
        font-size: 26px;
        padding: 0 10px;
    }
    .floorpan-lightbox__close-text {
        display: none;
    }
    .floorpan-lightbox__figure figcaption {
        font-size: 14px;
        margin-top: 8px;
    }
    .floorpan-pdf-group__head h3 {
        font-size: 18px;
    }
    .floorpan-pdf-slider-wrap {
        grid-template-columns: 30px minmax(0, 1fr) 30px;
        gap: 6px;
    }
    .floorpan-pdf-slider-wrap--scroll {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 8px;
    }
    .floorpan-pdf-nav {
        min-height: 96px;
        font-size: 24px;
    }
    .floorpan-pdf-nav--ctrl {
        min-height: 104px;
        min-width: 40px;
        border-radius: 12px;
    }
    .floorpan-pdf-card {
        flex-basis: 102px;
    }
    .floorpan-pdf-card iframe {
        height: 130px;
    }
    .home-floorpan-catalog-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
}

@media (max-width: 980px) and (min-width: 761px) {
    .home-service-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.blog-page {
    max-width: 980px;
}

.blog-shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.blog-mobile-filter-bar,
.blog-mobile-filter-backdrop,
.blog-mobile-filter-close {
    display: none;
}

.blog-sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.blog-side-search-wrap {
    display: block;
    margin: 0 0 8px;
}

.blog-side-search {
    width: 100%;
    min-height: 36px;
    border: 1px solid #cfe2f0;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 12px;
    color: #21495f;
    background: #f8fcff;
}

.blog-sidebar {
    border: 1px solid #dbe7f1;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
    position: sticky;
    top: 100px;
    max-height: calc(100vh - 120px);
    overflow: auto;
}

.blog-sidebar h2 {
    margin: 0 0 8px;
    font-size: 15px;
    color: #163f5a;
}

.blog-side-heading {
    margin: 10px 0 6px;
    font-size: 12px;
    color: #5f7788;
    text-transform: uppercase;
    letter-spacing: 0.35px;
}

.blog-side-accordion {
    margin: 8px 0;
    border: 1px solid #dce8f2;
    border-radius: 10px;
    background: #fbfdff;
    padding: 6px;
}

.blog-side-accordion summary {
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    color: #355a72;
    padding: 4px 6px 8px;
    list-style: none;
}

.blog-side-group {
    margin-bottom: 6px;
}

.blog-side-link,
.blog-side-sublink {
    display: block;
    text-decoration: none;
    color: #234b65;
    border: 1px solid #d9e7f3;
    border-radius: 8px;
    padding: 6px 8px;
    font-size: 12px;
    margin-bottom: 5px;
    background: #f8fcff;
}

.blog-side-link.is-active,
.blog-side-sublink.is-active {
    background: linear-gradient(90deg, #0f6fa8, #1a8d76);
    color: #fff;
    border-color: transparent;
}

.blog-side-sub {
    margin-left: 8px;
}

.blog-main {
    min-width: 0;
}

.blog-hero p {
    margin: 0 0 10px;
    color: #406075;
    font-size: 14px;
}

.blog-hero h1 {
    font-size: clamp(24px, 2.1vw, 31px);
    line-height: 1.2;
}

.blog-contact-strip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 4px 0 8px;
    border: 1px solid #d6e6f2;
    border-radius: 999px;
    padding: 7px 12px;
    background: #f3f9ff;
    font-size: 12px;
    color: #1f4864;
}

.blog-contact-strip a {
    color: #0f5f8c;
    font-weight: 700;
    text-decoration: underline;
}

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

.blog-card {
    border: 1px solid #dce9f3;
    border-radius: 12px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(18, 58, 84, 0.08);
    display: grid;
    align-content: start;
}

.blog-type-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 0 6px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.2px;
    border: 1px solid transparent;
}

.blog-type-badge-bilgi {
    background: #eef7ff;
    color: #0f5f8c;
    border-color: #c7ddf0;
}

.blog-type-badge-proje {
    background: #edf9f3;
    color: #1e7b57;
    border-color: #c9e8d8;
}

.blog-type-badge-karsilastirma {
    background: #fff6ea;
    color: #9a5b12;
    border-color: #f0d8b5;
}

.blog-image-wrap {
    display: block;
    margin: -10px -10px 8px;
}

.blog-image {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.blog-card .blog-image {
    height: 160px;
    max-height: 160px;
}

.blog-single .blog-image {
    display: block;
    width: min(100%, 760px);
    height: auto;
    max-height: 420px;
    margin: 0 auto;
    border-radius: 12px;
}

.blog-single {
    max-width: 920px;
    margin: 0 auto;
}

.blog-single h1 {
    font-size: clamp(23px, 2.2vw, 32px);
    line-height: 1.25;
    letter-spacing: 0.1px;
}

.blog-single .blog-meta {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    border: 1px solid #d9e8f3;
    background: #f8fcff;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
}

.blog-single > p {
    font-size: 15px;
    line-height: 1.75;
    color: #334f60;
    margin-bottom: 14px;
}

.blog-single .blog-contact-strip {
    margin-top: 14px;
    border: 1px solid #dbe9f3;
    border-radius: 10px;
    padding: 10px 12px;
    background: #f8fcff;
}

.blog-inline-gallery {
    margin: 18px 0 10px;
}

.blog-inline-gallery h2 {
    font-size: clamp(18px, 2vw, 24px);
    margin: 0 0 10px;
}

.blog-reading-toolbar {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 8px;
}

.blog-theme-toggle {
    border: 1px solid #cfe0ec;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f2f8fd 100%);
    color: #1f4b63;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 12px;
    cursor: pointer;
}

.blog-theme-toggle:hover {
    filter: brightness(1.03);
}

.blog-card h2 {
    margin: 0 0 6px;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 14px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card h2::after {
    display: none;
}

.blog-card h2 a {
    color: #183f58;
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none;
    transition: color 0.2s ease;
}

.blog-card h2 + .blog-meta {
    padding-top: 6px;
    border-top: 1px solid #e4edf4;
}

.blog-card h2 a:hover,
.blog-card h2 a:focus-visible {
    color: #0f6fa8;
    text-decoration: none;
}

.blog-card p {
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.45;
}

.blog-meta {
    margin: 0 0 8px;
    font-size: 11px;
    color: #5c7485;
}

.blog-read-more {
    font-size: 12px;
    font-weight: 700;
}

.blog-read-more--glow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 6px;
    padding: 8px 14px;
    border-radius: 11px;
    border: 1px solid #0f6fa8;
    background: linear-gradient(135deg, #0a5f93 0%, #16a6ea 55%, #5fd1ff 100%);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    text-shadow: 0 1px 1px rgba(4, 34, 52, 0.4);
    box-shadow: 0 0 0 rgba(34, 164, 219, 0);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
    animation: glowPulse 1.5s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}

.blog-read-more--glow:hover,
.blog-read-more--glow:focus-visible {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow: 0 12px 24px rgba(12, 98, 146, 0.4), 0 0 0 5px rgba(64, 197, 255, 0.22);
}

.blog-read-more--glow::after {
    content: "";
    position: absolute;
    top: -30%;
    left: -40%;
    width: 40%;
    height: 160%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(18deg);
    animation: buttonShine 1.8s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(64, 197, 255, 0.1);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(64, 197, 255, 0.24);
    }
}

@keyframes buttonShine {
    0% {
        left: -50%;
        opacity: 0;
    }
    20% {
        opacity: 0.9;
    }
    55% {
        left: 120%;
        opacity: 0;
    }
    100% {
        left: 120%;
        opacity: 0;
    }
}

@media (min-width: 1680px) {
    .blog-list {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    .blog-shell {
        grid-template-columns: 1fr;
    }

    .blog-sidebar {
        position: static;
        max-height: none;
    }

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

@media (max-width: 880px) {
    .blog-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .blog-list {
        grid-template-columns: 1fr;
    }

    .blog-brand-carousel__nav {
        display: none;
    }

    .blog-brand-carousel__track {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 760px) {
    .brand-color-scale {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .brand-color-dot {
        width: 52px;
        height: 52px;
    }

    .brand-color-item strong {
        font-size: 11px;
    }
}

@media (max-width: 760px) {
    .blog-mobile-filter-bar {
        display: block;
        margin: 8px 0 10px;
    }

    .blog-mobile-filter-toggle {
        width: 100%;
        min-height: 40px;
        border: 1px solid #c8dff0;
        border-radius: 10px;
        background: linear-gradient(90deg, #0f6fa8, #1a8d76);
        color: #fff;
        font-size: 13px;
        font-weight: 700;
    }

    .blog-mobile-filter-backdrop.is-active {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(6, 20, 30, 0.52);
        z-index: 1390;
    }

    .blog-mobile-filter-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 32px;
        border: 1px solid #c6dded;
        border-radius: 999px;
        padding: 0 10px;
        background: #f3f9ff;
        color: #1f4d68;
        font-size: 12px;
        font-weight: 700;
    }

    .blog-sidebar {
        display: none;
    }

    .blog-sidebar.is-open {
        display: block;
        position: fixed;
        left: 10px;
        right: 10px;
        top: 12px;
        bottom: calc(90px + env(safe-area-inset-bottom));
        z-index: 1400;
        border-radius: 12px;
        max-height: none;
        box-shadow: 0 14px 34px rgba(8, 26, 38, 0.35);
    }

    body.blog-filter-open {
        overflow: hidden;
    }
}

.blog-pagination {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.blog-page-count-note {
    margin: 10px 0 0;
    text-align: center;
    font-size: 12px;
    color: #5a7384;
}

.blog-page-link {
    min-width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #cfe2f0;
    background: #f4f9ff;
    color: #1c4f72;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.blog-page-link.is-active {
    background: linear-gradient(90deg, #0f6fa8, #1a8d76);
    color: #fff;
    border-color: transparent;
}

.blog-page-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    color: #6a8395;
    font-weight: 700;
}

.consent-inline-links a {
    color: #0f5f8c;
    font-weight: 700;
    text-decoration: underline;
}

.whatsapp-btn {
    position: fixed;
    right: 18px;
    bottom: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(180deg, #2fda73 0%, #1fb75b 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 12px 16px;
    border-radius: 999px;
    z-index: 1000;
    box-shadow: 0 8px 16px rgba(20, 109, 55, 0.26);
}

.call-float-btn {
    display: none;
    position: fixed;
    right: 18px;
    bottom: 116px;
    background: linear-gradient(180deg, #f8b34a 0%, #e98922 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    padding: 10px 14px;
    border-radius: 999px;
    z-index: 1000;
    box-shadow: 0 8px 16px rgba(113, 64, 12, 0.24);
}

.ai-float-btn {
    position: fixed;
    right: 18px;
    bottom: 20px;
    background: linear-gradient(180deg, #2a79a5 0%, #145882 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 14px;
    border-radius: 999px;
    z-index: 1000;
    box-shadow: 0 8px 16px rgba(11, 63, 96, 0.24);
}

.ai-float-btn:hover {
    filter: brightness(1.07);
}

.call-float-btn,
.whatsapp-btn,
.ai-float-btn {
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: saturate(115%);
}

.float-btn-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
}

.float-btn-icon svg {
    width: 11px;
    height: 11px;
    fill: currentColor;
}

.float-btn-text {
    line-height: 1;
}

.image-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(10, 16, 20, 0.88);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2200;
    padding: 20px;
}

.image-lightbox.is-open {
    display: flex;
}

.image-lightbox img {
    max-width: min(92vw, 1280px);
    max-height: 88vh;
    border-radius: 10px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

.image-lightbox-close {
    position: absolute;
    top: 16px;
    right: 20px;
    border: 0;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

.image-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    display: grid;
    place-items: center;
}

.image-lightbox-prev {
    left: 18px;
}

.image-lightbox-next {
    right: 18px;
}

.image-lightbox-nav:hover,
.image-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1140px) {
    .about-visual-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-visual.large {
        grid-column: span 2;
    }

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

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

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

    .project-six-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

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

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

    .contact-consent-row {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-form .contact-consent-row .contact-submit-btn {
        width: 100%;
        min-width: 0;
        flex: initial;
    }

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

    .ai-services-ai-row {
        grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
        gap: 14px;
    }

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

    .producer-card {
        min-width: 200px;
    }

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

    .showcase-banner-card--featured {
        grid-column: span 2;
    }

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

    .showcase-gallery-grid {
        grid-auto-columns: minmax(210px, 250px);
    }

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

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

    .six-cols {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 980px) {
    .container {
        width: min(100%, 94%);
    }

    .site-header {
        position: static;
    }

    .topbar {
        padding-bottom: 24px;
    }

    .hero-only {
        padding: 24px 0 28px;
    }

    .hero {
        padding-top: 24px;
    }

    .brand {
        font-size: 19px;
    }

    .brand-slogan {
        font-size: 11px;
    }

    .section {
        padding: 44px 0;
    }

    .contact-grid {
        gap: 14px;
    }

    .contact-info {
        padding: 14px;
    }

    .contact-card-head h3 {
        font-size: 16px;
    }

    .contact-lines p {
        font-size: 13px;
    }

    .contact-map-section h3 {
        font-size: 16px;
    }

    .contact-map-frame iframe {
        height: 250px;
    }

    .corporate-partnership-card {
        margin-top: 12px;
        padding: 14px;
    }

    .corporate-partnership-card h3 {
        font-size: 17px;
    }
}

@media (max-width: 760px) {
    body {
        padding-bottom: 88px;
    }

    .mobile-quick-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1350;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 6px;
        padding: 7px 8px calc(10px + env(safe-area-inset-bottom));
        background: linear-gradient(180deg, rgba(250, 253, 255, 0.97) 0%, rgba(238, 246, 252, 0.98) 100%);
        border-top: 1px solid rgba(178, 203, 220, 0.95);
        box-shadow: 0 -8px 22px rgba(14, 43, 63, 0.12);
        backdrop-filter: blur(6px);
        overflow: hidden;
    }

    .mobile-quick-nav::before {
        content: "";
        position: absolute;
        left: -28%;
        top: -65%;
        width: 60%;
        height: 220%;
        pointer-events: none;
        background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.32) 45%, rgba(255, 255, 255, 0) 100%);
        transform: rotate(14deg);
        animation: mobileNavShine 7.2s linear infinite;
        opacity: 0.65;
    }

    .mobile-quick-nav::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(circle at 50% 0%, rgba(116, 196, 255, 0.2) 0%, rgba(116, 196, 255, 0) 58%);
    }

    .mobile-quick-nav a {
        text-decoration: none;
        color: #234f69;
        display: grid;
        justify-items: center;
        gap: 4px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.1;
        padding: 5px 2px 4px;
        border-radius: 10px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(236, 246, 252, 0.45) 100%);
        transition: background 0.2s ease, transform 0.2s ease;
        position: relative;
        z-index: 1;
    }

    .mobile-quick-nav-icon {
        width: 30px;
        height: 30px;
        border-radius: 999px;
        border: 1px solid #9dc0d8;
        display: grid;
        place-items: center;
        font-size: 14px;
        color: #194b6a;
        background: linear-gradient(180deg, #ffffff 0%, #eef6fc 52%, #ddeef9 100%);
        box-shadow: 0 2px 6px rgba(18, 53, 78, 0.16);
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }

    .mobile-quick-nav a:hover .mobile-quick-nav-icon,
    .mobile-quick-nav a:focus-visible .mobile-quick-nav-icon {
        transform: translateY(-1px) scale(1.04);
        box-shadow: 0 4px 10px rgba(18, 53, 78, 0.22);
        filter: brightness(1.06);
    }

    .mobile-quick-nav-icon::before {
        font-weight: 900;
        line-height: 1;
    }

    .mobile-quick-nav-icon--corporate::before {
        content: "⌂";
    }

    .mobile-quick-nav-icon--references::before {
        content: "★";
    }

    .mobile-quick-nav-icon--services::before {
        content: "⚒";
    }

    .mobile-quick-nav-icon--products::before {
        content: "◈";
    }

    .mobile-quick-nav-icon--contact::before {
        content: "✉";
    }

    .mobile-quick-nav a.is-active .mobile-quick-nav-icon {
        background: linear-gradient(180deg, #1c90c9 0%, #1579ab 45%, #0f5f86 100%);
        color: #fff;
        border-color: #0f5f86;
        box-shadow: 0 4px 10px rgba(15, 95, 134, 0.36);
        animation: mobileNavPulse 2.2s ease-in-out infinite;
    }

    .mobile-quick-nav a.is-active span:last-child {
        color: #0f5f86;
        font-weight: 800;
    }

    .mobile-quick-nav a.is-active {
        background: linear-gradient(180deg, rgba(36, 150, 206, 0.2) 0%, rgba(19, 112, 159, 0.08) 100%);
    }

    @keyframes mobileNavShine {
        0% { transform: translateX(-120%) rotate(14deg); }
        100% { transform: translateX(320%) rotate(14deg); }
    }

    @keyframes mobileNavPulse {
        0%, 100% {
            box-shadow: 0 4px 10px rgba(15, 95, 134, 0.36), 0 0 0 0 rgba(31, 153, 212, 0.32);
        }
        50% {
            box-shadow: 0 6px 14px rgba(15, 95, 134, 0.48), 0 0 0 6px rgba(31, 153, 212, 0);
        }
    }
    .top-info-wrap {
        justify-content: center;
    }

    .nav-wrap {
        position: relative;
        flex-wrap: wrap;
        gap: 8px;
    }

    .top-info-wrap {
        gap: 8px;
        font-size: 11px;
    }

    .top-info-wrap span {
        width: 100%;
        text-align: center;
    }

    /* Mobile top bar: keep only primary phone line */
    .top-info-wrap span:not(:first-child) {
        display: none;
    }

    .hero-copy-box {
        padding: 14px 12px;
        border-radius: 12px;
        max-width: 100%;
        background: rgba(18, 28, 32, 0.36);
        border: 1px solid rgba(236, 246, 252, 0.32);
    }

    .hero-only {
        padding: 14px 0 18px;
        background: #0e2a3b;
    }

    .hero {
        padding-top: 10px;
    }

    .mobile-hero-slider {
        position: absolute;
        inset: 0;
        display: block;
        z-index: 0;
    }

    .mobile-hero-slider::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(6, 21, 30, 0.34) 0%, rgba(6, 21, 30, 0.44) 52%, rgba(6, 21, 30, 0.55) 100%);
        pointer-events: none;
    }

    .mobile-hero-slide {
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: opacity 0.7s ease;
    }

    .mobile-hero-slide.is-active {
        opacity: 1;
    }

    .mobile-hero-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: contrast(1.08) saturate(1.06);
        transform: translateZ(0);
    }

    .hero h1 {
        font-size: clamp(24px, 6.4vw, 32px);
        line-height: 1.14;
        margin: 0 0 8px;
    }

    .hero p:not(.response-claim) {
        font-size: 12px;
        line-height: 1.45;
        margin-bottom: 8px;
    }

    .response-claim {
        margin: 0 0 9px;
        padding: 5px 9px;
        font-size: 11px;
    }

    .hero-badges {
        gap: 6px;
        margin-top: 10px;
    }

    .hero-badges span {
        font-size: 10px;
        padding: 4px 8px;
    }

    .popular-models-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .popular-models-marquee {
        border-radius: 12px;
        padding-top: 6px;
    }

    .popular-models-group {
        gap: 18px;
        padding: 0 9px;
    }

    .popular-model-item {
        width: 78px;
        gap: 5px;
    }

    .popular-brand-logo-wrap {
        width: 50px;
        height: 50px;
    }

    .popular-brand-logo-fallback {
        font-size: 12px;
    }

    .popular-model-item strong {
        font-size: 10px;
    }

    .mobile-experience-section {
        display: block;
        margin-top: 4px;
    }

    .mobile-experience-card {
        border-radius: 12px;
        background:
            linear-gradient(180deg, rgba(9, 34, 51, 0.96) 0%, rgba(13, 53, 77, 0.97) 56%, rgba(18, 72, 103, 0.96) 100%),
            radial-gradient(circle at 82% 14%, rgba(205, 170, 121, 0.2) 0%, rgba(205, 170, 121, 0) 38%);
        border: 1px solid rgba(195, 217, 232, 0.28);
        box-shadow: 0 10px 22px rgba(9, 29, 43, 0.26);
        padding: 14px 12px;
        color: #fff;
    }

    .mobile-experience-card h2 {
        margin: 0 0 8px;
        font-size: 15px;
        line-height: 1.22;
        font-weight: 700;
        letter-spacing: 0;
    }

    .mobile-experience-list {
        display: grid;
        gap: 6px;
    }

    .mobile-experience-list details {
        border-top: 1px solid rgba(226, 246, 235, 0.22);
        padding-top: 6px;
    }

    .mobile-experience-list details:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .mobile-experience-list summary {
        list-style: none;
        cursor: pointer;
        font-size: 11.5px;
        line-height: 1.32;
        font-weight: 600;
        position: relative;
        padding-left: 15px;
    }

    .mobile-experience-list summary::-webkit-details-marker {
        display: none;
    }

    .mobile-experience-list summary::before {
        content: "▾";
        position: absolute;
        left: 0;
        top: 1px;
        font-size: 10px;
        color: #c8e0f0;
        transition: transform 0.2s ease;
    }

    .mobile-experience-list details[open] summary::before {
        transform: rotate(180deg);
    }

    .mobile-experience-list p {
        margin: 5px 0 1px 15px;
        font-size: 10.5px;
        line-height: 1.38;
        color: #d9e8f1;
    }

    .mobile-experience-cta {
        margin-top: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 32px;
        padding: 0 12px;
        border-radius: 9px;
        background: linear-gradient(180deg, #ffffff 0%, #f1f7fb 100%);
        color: #123d59;
        border: 1px solid rgba(210, 225, 236, 0.85);
        text-decoration: none;
        font-weight: 700;
        font-size: 12px;
    }

    .brand-logo {
        width: 52px;
        height: 52px;
    }

    nav a {
        margin: 0 6px;
    }

    .brand-box {
        width: calc(100% - 52px);
        justify-content: flex-start;
        padding: 6px 10px;
        border-radius: 10px;
    }

    .menu-toggle {
        display: inline-block;
        margin-left: auto;
        flex: 0 0 42px;
    }

    .main-nav-panel {
        display: none;
        width: 100%;
        margin-top: 8px;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.24);
        border-radius: 12px;
        background: rgba(14, 34, 44, 0.92);
        backdrop-filter: blur(3px);
        box-shadow: 0 10px 24px rgba(6, 20, 30, 0.34);
        flex-direction: column;
        align-items: stretch;
    }

    .site-header.mobile-nav-open .main-nav-panel {
        display: flex;
    }

    .main-nav {
        width: 100%;
        justify-content: flex-start;
        flex-direction: column;
        align-items: stretch;
        row-gap: 0;
        padding: 4px 2px;
        border: none;
        background: transparent;
    }

    .main-nav a {
        font-size: 13px;
        margin: 0;
        padding: 9px 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
        text-shadow: none;
    }

    .main-nav a:last-child {
        border-bottom: none;
    }

    .main-nav a.active-link {
        border-bottom-color: rgba(255, 255, 255, 0.38);
        padding-bottom: 10px;
    }

    .nav-cta {
        margin-left: 0;
        width: 100%;
        justify-content: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .nav-cta .mini-btn {
        width: 100%;
        text-align: center;
        min-height: 38px;
        padding: 9px 12px;
        font-size: 13px;
    }

    .nav-cta-bottom {
        max-width: none;
    }

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

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

    .showcase-banner-card--featured {
        grid-column: span 2;
    }

    .ai-assistant-overlay {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        margin-bottom: 10px;
        backdrop-filter: none;
    }

    .showcase-gallery-grid {
        grid-auto-columns: minmax(180px, 220px);
    }

    .contact-grid,
    .trust-strip,
    .about-visual-grid,
    .cert-grid,
    .review-grid,
    .process-grid,
    .showcase-grid,
    .project-six-grid,
    .references-grid,
    .service-detail-content,
    .quick-quote-form,
    .six-cols {
        grid-template-columns: 1fr;
    }

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

    .corporate-page .section {
        padding: 30px 0;
    }

    .executive-message-card {
        padding: 12px 13px;
    }

    .executive-message-card h3 {
        font-size: 18px;
    }

    .executive-message-card p {
        font-size: 13px;
        line-height: 1.55;
    }

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

    .ai-services-ai-row {
        grid-template-columns: 1fr;
        margin-top: 12px;
    }

    .ai-services-ai-row__sidebar {
        position: static;
    }

    .global-services-menu {
        max-width: 100%;
    }

    .services-sidebar,
    .inner-page-services-sidebar {
        position: static;
    }

    .services-collapsible:not(.is-open) .services-menu-list,
    .services-collapsible:not(.is-open) .services-brands-block {
        display: none;
    }

    /* Mobile footer cleanup: keep essential blocks, hide dense columns */
    .footer-grid {
        gap: 12px;
    }

    .footer-faq-col,
    .footer-services-col {
        display: none;
    }

    .footer-grid h4 {
        margin-bottom: 4px;
        font-size: 15px;
    }

    .footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px 10px;
    }

    .footer-links a {
        font-size: 13px;
        line-height: 1.25;
    }

    .footer-brand-map iframe {
        height: 130px;
    }

    .footer-map-legal-links {
        margin-top: 6px;
        font-size: 11px;
        gap: 6px;
    }

    .footer-credit {
        padding: 8px 0 10px;
    }

    .footer-credit-line {
        font-size: 12px;
        line-height: 1.3;
    }

    .service-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .compact-summary-section {
        padding-bottom: 24px;
    }

    .compact-summary-lead {
        font-size: 13px;
    }

    .service-summary-card__link {
        grid-template-columns: 42px 1fr 18px;
        gap: 8px;
        min-height: 108px;
        padding: 10px 10px 10px 8px;
        border-radius: 12px;
    }

    .service-summary-card__icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .service-summary-card__icon svg {
        width: 21px;
        height: 21px;
    }

    .service-summary-card h3 {
        font-size: 15px;
        line-height: 1.2;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .service-summary-card p {
        font-size: 12px;
        line-height: 1.35;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .service-list-page {
        padding-top: 10px;
    }

    .service-list-page h2 {
        margin: 0 0 8px;
        font-size: 19px;
        line-height: 1.2;
    }

    .service-list-page .references-lead {
        margin: 0 0 10px;
        font-size: 12px;
        line-height: 1.4;
    }

    .service-list-page .references-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .service-list-page .reference-card {
        border-radius: 10px;
    }

    .service-list-page .reference-card img {
        height: 160px;
    }

    .service-list-page .reference-card-body {
        padding: 10px;
    }

    .service-list-page .reference-card-body h3 {
        font-size: 16px;
        line-height: 1.25;
    }

    .service-list-page .reference-card-body p {
        font-size: 13px;
        line-height: 1.4;
    }

    .service-list-page .reference-card .btn {
        width: 100%;
        justify-content: center;
        min-height: 40px;
    }

    .extra-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .extra-services-title {
        font-size: clamp(20px, 6vw, 28px);
        letter-spacing: 0.2px;
    }

    .extra-service-media {
        height: 122px;
    }

    .extra-service-card h3 {
        font-size: 11px;
        padding: 7px 6px;
    }

    .stats-wrap {
        margin-top: -20px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .stats-grid article {
        padding: 13px 12px;
        display: grid;
        gap: 6px;
        align-content: start;
    }

    .stats-grid h3 {
        font-size: 26px;
        line-height: 1.08;
    }

    .stats-grid p {
        font-size: 13px;
        line-height: 1.35;
        margin-top: 4px;
        word-break: break-word;
        overflow-wrap: anywhere;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        max-width: 100%;
        padding: 5px 9px;
        border-radius: 8px;
        background: #f3f8fc;
        border: 1px solid #d4e4ef;
    }

    .producer-card {
        min-width: 180px;
    }

    .quick-quote-form textarea,
    .quick-quote-form button {
        grid-column: span 1;
    }

    .quick-quote-form {
        grid-template-columns: 1fr !important;
        gap: 9px;
    }

    .quick-quote-form textarea,
    .quick-quote-legal-teaser,
    .quick-quote-form .privacy-check,
    .quick-quote-form button {
        grid-column: span 1 !important;
    }

    .quick-quote-section {
        padding: 14px 12px 86px;
    }

    .quick-quote-head h2 {
        font-size: clamp(18px, 6.5vw, 26px);
    }

    .quick-quote-promise {
        font-size: 13px;
        line-height: 1.4;
    }

    .quick-quote-form .privacy-check {
        font-size: 14px;
        line-height: 1.4;
    }

    .ai-assistant-form,
    .ai-assistant-results,
    .ai-assistant-extra {
        grid-template-columns: 1fr;
    }

    .ai-how-steps {
        grid-template-columns: 1fr;
    }

    .ai-assistant-actions {
        grid-column: span 1;
        display: grid;
        grid-template-columns: 1fr;
    }

    .ai-assistant-section {
        padding: 14px;
        border-radius: 10px;
    }

    .ai-assistant-head h2,
    .ai-assistant-head h3 {
        font-size: 20px;
    }

    .ai-assistant-head p {
        font-size: 13px;
    }

    .ai-assistant-form label {
        font-size: 13px;
    }

    .ai-assistant-form input,
    .ai-assistant-form select {
        min-height: 42px;
    }

    .ai-assistant-results article,
    .ai-assistant-extra article {
        padding: 10px;
    }

    .ai-assistant-results h3,
    .ai-assistant-extra h3 {
        font-size: 13px;
    }

    .ai-assistant-results p,
    .ai-assistant-extra p {
        font-size: 13px;
    }

    .ai-how-it-works {
        padding: 10px;
    }

    .ai-how-it-works h3 {
        font-size: 15px;
    }

    .ai-how-steps article {
        font-size: 12px;
        padding: 8px 9px;
    }

    .ai-mobile-action-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1400;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
        background: rgba(16, 44, 60, 0.96);
        border-top: 1px solid rgba(216, 233, 243, 0.35);
        backdrop-filter: blur(4px);
    }

    .ai-mobile-action-bar button {
        border: 1px solid rgba(211, 228, 238, 0.7);
        border-radius: 8px;
        background: #ffffff;
        color: #11435f;
        font-size: 13px;
        font-weight: 700;
        padding: 10px 8px;
        min-height: 40px;
    }

    .ai-page-main {
        padding-bottom: 86px;
    }

    .quick-quote-form input,
    .quick-quote-form textarea,
    .contact-form input,
    .contact-form textarea {
        font-size: 16px;
    }

    .contact-consent-row {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-card-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-card-head h3 {
        font-size: 18px;
    }

    .contact-lines p {
        font-size: 12px;
        padding: 7px 8px;
    }

    .contact-map-section h3 {
        font-size: 14px;
    }

    .contact-map-meta {
        font-size: 12px;
        padding: 7px 8px;
    }

    .contact-map-btn {
        width: 100%;
        text-align: center;
    }

    .corporate-partnership-card p {
        font-size: 12px;
        padding: 7px 8px;
    }

    .corporate-title-icon {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }

    .corporate-title-icon svg {
        width: 11px;
        height: 11px;
    }

    .corporate-partnership-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .corporate-partnership-actions .btn {
        text-align: center;
    }

    .contact-consent-box {
        padding: 10px;
    }

    .contact-consent-box .privacy-check {
        align-items: center;
        font-size: 11px;
    }

    .contact-consent-box .consent-text-box {
        padding: 7px 8px;
    }

    .contact-lead,
    .response-claim-contact {
        font-size: 12px;
        padding: 8px 9px;
    }

    .contact-title-icon {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }

    .contact-title-icon svg {
        width: 10px;
        height: 10px;
    }

    .contact-btn-icon,
    .contact-btn-icon svg {
        width: 12px;
        height: 12px;
    }

    .contact-form .contact-consent-row .contact-submit-btn {
        width: 100%;
        min-width: 0;
        flex: initial;
    }

    .quick-quote-logo {
        width: 60px;
        height: 60px;
    }

    .about-visual.large {
        grid-column: auto;
    }

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

    .call-float-btn,
    .whatsapp-btn,
    .ai-float-btn {
        right: 12px;
        width: 116px;
        min-height: 34px;
        padding: 0 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        font-size: 10px;
        line-height: 1;
        text-align: center;
        gap: 6px;
    }

    .float-btn-icon {
        width: 14px;
        height: 14px;
        flex-basis: 14px;
    }

    .float-btn-icon svg {
        width: 9px;
        height: 9px;
    }

    .call-float-btn {
        bottom: 166px;
    }

    .whatsapp-btn {
        bottom: 126px;
    }

    .ai-float-btn {
        bottom: 86px;
    }
}

@media (max-width: 520px) {
    body {
        padding-bottom: 96px;
    }

    .container {
        width: min(1160px, calc(100% - 20px));
    }

    .top-info-bar {
        display: block;
    }

    .top-info-wrap {
        padding: 4px 0;
        font-size: 12px;
    }

    .hero-only {
        padding: 12px 0 16px;
    }

    .hero h1 {
        font-size: clamp(22px, 7vw, 28px);
        line-height: 1.14;
        margin: 0 0 7px;
    }

    .hero p:not(.response-claim) {
        font-size: 11px;
        line-height: 1.42;
        margin-bottom: 7px;
    }

    .hero-badges {
        gap: 6px;
    }

    .hero-badges span {
        font-size: 9px;
        padding: 4px 7px;
    }

    .hero-actions {
        gap: 8px;
    }

    .hero-actions .btn,
    .hero-actions .btn-outline {
        width: auto;
        min-width: 0;
        justify-content: center;
    }

    .brand {
        font-size: 17px;
    }

    .brand-slogan {
        font-size: 10px;
    }

    .main-nav-panel {
        margin-top: 6px;
        padding: 8px;
        border-radius: 10px;
    }

    .hero-copy-box {
        padding: 11px 10px;
        border-radius: 10px;
    }

    .popular-models-group {
        gap: 14px;
        padding: 0 7px;
    }

    .popular-model-item {
        width: 70px;
    }

    .popular-brand-logo-wrap {
        width: 44px;
        height: 44px;
    }

    .popular-brand-logo-fallback {
        font-size: 11px;
    }

    .popular-model-item strong {
        font-size: 9px;
    }

    .service-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .compact-summary-lead {
        font-size: 12px;
        line-height: 1.4;
    }

    .service-summary-card__link {
        grid-template-columns: 36px 1fr 16px;
        gap: 6px;
        min-height: 0;
        padding: 8px 8px 8px 6px;
        border-radius: 10px;
    }

    .service-summary-card__icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .service-summary-card__icon svg {
        width: 19px;
        height: 19px;
    }

    .service-summary-card__go svg {
        width: 15px;
        height: 15px;
    }

    .service-summary-card h3 {
        font-size: 13px;
        line-height: 1.2;
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .service-summary-card p {
        font-size: 10px;
        line-height: 1.28;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* If card count is odd, make last card full row */
    .service-summary-grid .service-summary-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .service-list-page h2 {
        font-size: 17px;
    }

    .service-list-page .references-lead {
        font-size: 11px;
    }

    .service-list-page .reference-card img {
        height: 145px;
    }

    .service-list-page .reference-card-body h3 {
        font-size: 15px;
    }

    .service-list-page .reference-card-body p {
        font-size: 12px;
    }

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

    .extra-service-media {
        height: 138px;
    }

    .quick-quote-logo {
        width: 52px;
        height: 52px;
    }

    .quick-quote-form input,
    .quick-quote-form textarea {
        padding: 10px;
        font-size: 15px;
    }

    .quick-quote-form .privacy-check {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 20px;
        line-height: 1.15;
    }

    .hero p:not(.response-claim) {
        font-size: 10px;
    }

    .stats-grid article {
        padding: 11px 10px;
    }

    .stats-grid h3 {
        font-size: 23px;
    }

    .stats-grid p {
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

    .btn,
    .mini-btn {
        width: 100%;
        text-align: center;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .ai-assistant-section {
        padding: 12px;
    }

    .ai-assistant-actions .btn {
        padding: 10px 12px;
        font-size: 13px;
    }

    .call-float-btn,
    .whatsapp-btn,
    .ai-float-btn {
        right: 10px;
        width: 108px;
        min-height: 31px;
        padding: 0 7px;
        font-size: 9px;
        gap: 5px;
    }

    .float-btn-icon {
        width: 13px;
        height: 13px;
        flex-basis: 13px;
    }

    .float-btn-icon svg {
        width: 8px;
        height: 8px;
    }

    .call-float-btn {
        bottom: 160px;
    }

    .whatsapp-btn {
        bottom: 122px;
    }

    .ai-float-btn {
        bottom: 84px;
    }

    .contact-lines p {
        font-size: 11px;
    }

    .contact-line-icon {
        width: 19px;
        height: 19px;
        min-width: 19px;
    }

    .contact-line-icon svg {
        width: 10px;
        height: 10px;
    }

    .contact-map-frame iframe {
        height: 220px;
    }
}

/* === Mobile hardening pass (global cleanup) === */
@media (max-width: 760px) {
    html,
    body {
        overflow-x: hidden;
    }

    .container {
        width: min(100%, 95%);
    }

    .section {
        padding: 28px 0;
    }

    .quick-quote-section,
    .contact-form,
    .contact-info,
    .ai-assistant-section,
    .service-detail-hero,
    .service-category-block,
    .project-card,
    .review-card,
    .card {
        border-radius: 10px;
    }

    .quick-quote-form input,
    .quick-quote-form textarea,
    .contact-form input,
    .contact-form textarea,
    .contact-form button,
    .quick-quote-form button {
        min-height: 42px;
    }

    .showcase-banner-card img,
    .showcase-gallery-grid .gallery-item img,
    .gallery-item img,
    .project-card img {
        height: auto;
        min-height: 150px;
        max-height: 220px;
        object-fit: cover;
    }

    .service-summary-card__link,
    .stats-grid article,
    .process-grid article,
    .trust-strip article,
    .review-card {
        box-shadow: 0 6px 14px rgba(18, 38, 52, 0.08);
    }

    .service-summary-card h3,
    .stats-grid h3,
    .contact-card-head h3,
    .ai-assistant-head h2 {
        letter-spacing: 0;
    }

    .service-summary-card p,
    .stats-grid p,
    .contact-lines p,
    .quick-quote-promise {
        overflow-wrap: anywhere;
    }

    .page-title-with-icon {
        gap: 6px;
    }

    .section-title-icon {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }

    .section-title-icon svg {
        width: 10px;
        height: 10px;
    }

    .blog-single h1 {
        font-size: 21px;
    }

    .blog-single > p {
        font-size: 14px;
        line-height: 1.68;
        margin-bottom: 12px;
    }

    .blog-single {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    .container {
        width: min(100%, 96%);
    }

    .topbar {
        padding-bottom: 14px;
    }

    .section {
        padding: 22px 0;
    }

    .showcase-banner-track {
        grid-template-columns: 1fr;
    }

    .showcase-banner-card--featured {
        grid-column: auto;
    }

    .trust-strip,
    .process-grid,
    .review-grid,
    .project-six-grid,
    .references-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }
}

/* === Mobile footer refinement (all pages) === */
@media (max-width: 760px) {
    footer {
        padding: 18px 0 8px;
    }

    .footer-admin-col {
        display: none;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .footer-grid > div {
        border: 1px solid rgba(214, 233, 244, 0.28);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.07);
        padding: 10px;
    }

    .footer-grid > div:first-child {
        padding: 0;
        border: none;
        background: transparent;
    }

    .footer-brand-map iframe {
        height: 120px;
        min-height: 120px;
    }

    .footer-map-legal-links {
        justify-content: center;
        text-align: center;
        gap: 6px;
        font-size: 11px;
        margin-top: 8px;
    }

    .footer-grid h4 {
        margin: 0 0 8px;
        font-size: 15px;
    }

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

    .footer-links a {
        display: block;
        font-size: 13px;
        line-height: 1.3;
        padding: 4px 0;
    }

    .admin-inline-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .admin-inline-sep {
        display: none;
    }

    .footer-credit-wrap {
        margin-top: 10px;
        padding: 10px 0 4px;
    }

    .footer-credit-line {
        width: 100%;
        border-radius: 10px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 4px 6px;
        padding: 7px 10px;
        font-size: 11px;
        text-align: center;
    }
}

@media (max-width: 520px) {
    footer {
        padding-bottom: 6px;
    }

    .footer-map-legal-links {
        flex-direction: column;
        align-items: center;
        gap: 3px;
    }

    .footer-map-legal-links span[aria-hidden="true"] {
        display: none;
    }

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

    .footer-links a {
        font-size: 12px;
    }

    .footer-credit-line {
        font-size: 10px;
    }
}

@media (max-width: 520px) {
    .legal-page h1 {
        font-size: 17px;
        gap: 6px;
    }

    .legal-page h1::before {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }

    .legal-page h2 {
        font-size: 12px;
        padding: 7px 8px;
    }

    .legal-page--camsan-corporate h1 {
        font-size: clamp(20px, 5.4vw, 28px);
        gap: 0;
    }

    .legal-page--camsan-corporate h2 {
        padding: 0 0 8px;
        font-size: 11px;
    }

    .legal-page--camsan-corporate .legal-meta,
    .legal-page--camsan-corporate li,
    .legal-page--camsan-corporate .brand-seo-section--application > p:not(.brand-seo-cta),
    .legal-page--camsan-corporate .brand-highlight-card p,
    .legal-page--camsan-corporate .brand-seo-faq__list dd {
        font-size: 13px;
        line-height: 1.58;
    }

    .legal-page p,
    .legal-page li,
    .legal-meta {
        font-size: 11px;
        line-height: 1.5;
    }

    .blog-single h1 {
        font-size: 19px;
    }

    .blog-single .blog-meta {
        font-size: 11px;
        padding: 5px 8px;
    }

    .blog-single > p {
        font-size: 13px;
        line-height: 1.62;
    }
}

@media (prefers-color-scheme: dark) {
    /* Blog detayda sistem dark mode'da bile kurumsal acik tema korunur */
    .blog-detail-page.legal-page {
        border-color: #dbe7f1;
        background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        box-shadow: 0 10px 24px rgba(18, 52, 73, 0.06);
    }

    .blog-single h1 {
        color: #133e57;
    }

    .blog-single > p {
        color: #334f60;
    }

    .blog-single .blog-meta {
        border-color: #d9e8f3;
        background: #f8fcff;
        color: #456171;
    }

    .blog-single .blog-contact-strip {
        border-color: #dbe9f3;
        background: #f8fcff;
        color: #355263;
    }

    .blog-single .blog-contact-strip a,
    .blog-read-more {
        color: #1d5f86;
    }

    .blog-single .blog-image {
        border: 1px solid #d6e6f1;
    }
}

.blog-detail-page.force-dark {
    border-color: #2d4658;
    background: linear-gradient(180deg, #12212c 0%, #1a2f3d 100%);
    box-shadow: 0 14px 30px rgba(6, 13, 19, 0.6);
}

.blog-detail-page.force-dark .blog-single h1 {
    color: #e2f0fb;
}

.blog-detail-page.force-dark .blog-single > p {
    color: #c6dced;
}

.blog-detail-page.force-dark .blog-single .blog-meta {
    border-color: #3b5a6f;
    background: #193142;
    color: #bed5e6;
}

.blog-detail-page.force-dark .blog-single .blog-contact-strip {
    border-color: #39596d;
    background: #173040;
    color: #c9deed;
}

.blog-detail-page.force-dark .blog-single .blog-contact-strip a,
.blog-detail-page.force-dark .blog-read-more {
    color: #8fd0ff;
}

.blog-detail-page.force-dark .blog-single .blog-image {
    border: 1px solid #355368;
}

.blog-detail-page.force-dark .blog-theme-toggle {
    border-color: #44657c;
    background: #1a3345;
    color: #d8e9f6;
}

