/* ═══════════════════════════════════════════
   PROHVAC — MedicaTower-inspired Corporate UI
   ═══════════════════════════════════════════ */

:root {
    --font-display: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    --font-serif: 'Instrument Serif', Georgia, serif;
    --font-nav: 'Outfit', 'Plus Jakarta Sans', system-ui, sans-serif;

    /* Prohvac teal primary + warm gold accent (MedicaTower language) */
    --blue: #0a3347;
    --blue-dark: #061f2d;
    --blue-deeper: #0c0c0c;
    --blue-light: #155e75;
    --orange: #0e7490;
    --orange-dark: #0f5f75;
    --orange-light: #d4b06a;
    --accent-gold: #b8944a;
    --accent-gold-light: #d4b06a;
    --accent-rgb: 14, 116, 144;
    --brand-shadow-rgb: 12, 12, 12;
    --hero-overlay-rgb: 12, 12, 12;
    --hero-glow-rgb: 14, 116, 144;
    --secondary-glow-rgb: 184, 148, 74;
    --orange-bg: rgba(14, 116, 144, 0.08);
    --orange-glow: rgba(14, 116, 144, 0.22);
    --text: #1a1a1a;
    --text-light: #3f3f46;
    --text-muted: #71717a;
    --bg: #fafaf8;
    --bg-warm: #f4f4f1;
    --bg-soft: #f0f0ee;
    --border: #e4e4e7;
    --border-light: #f0f0f0;
    --white: #ffffff;
    --surface: #ffffff;
    --gradient-brand: linear-gradient(135deg, #0a3347 0%, #0e7490 100%);
    --gradient-accent: linear-gradient(135deg, #0e7490 0%, #155e75 100%);
    --gradient-dark: linear-gradient(160deg, #0c0c0c 0%, #061f2d 100%);
    --hero-heading-gradient: none;
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);
    --shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.05);
    --shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.1);
    --radius-sm: 10px;
    --radius: 14px;
    --radius-lg: 20px;
    --radius-xl: 24px;
    --radius-pill: 999px;
    --header-height: 68px;
    --mobile-bar-height: 38px;
    --mobile-dock-height: 72px;
    --safe-bottom: env(safe-area-inset-bottom, 0px);
    --transition: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    --ease: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);

    --img-vrf-units: url('https://images.unsplash.com/photo-1603516084021-1cfa399b64ca?w=1920&q=85&auto=format&fit=crop');
    --img-rooftop-hvac: url('https://images.unsplash.com/photo-1708449287110-2f2418fb5a62?w=1920&q=85&auto=format&fit=crop');
    --img-hvac-service: url('https://images.unsplash.com/photo-1621905251918-48416bd8575a?w=1920&q=85&auto=format&fit=crop');
    --img-hvac-install: url('https://images.unsplash.com/photo-1667983453881-4992fe86ab1b?w=1200&q=85&auto=format&fit=crop');
    --img-commercial-hvac: url('https://images.unsplash.com/photo-1635604866833-70844856de75?w=1920&q=85&auto=format&fit=crop');
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

h1, h2, h3, h4, .logo-text strong, .stat-number {
    font-family: var(--font-display);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.skip-link {
    position: absolute;
    top: -100%;
    left: 1rem;
    z-index: 10001;
    padding: 0.75rem 1.25rem;
    background: var(--orange);
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: var(--radius-pill);
    transition: top 0.2s ease;
}

.skip-link:focus {
    top: 1rem;
    outline: 2px solid var(--blue-dark);
    outline-offset: 2px;
}

.mobile-contact-bar,
.mobile-dock,
.nav-overlay,
.nav-mobile,
.nav-drawer-head,
.nav-mobile-actions {
    display: none;
}

.nav-desktop {
    display: none;
}

.header-wrap {
    position: fixed;
    top: 16px;
    left: 24px;
    right: 24px;
    width: auto;
    max-width: 1200px;
    margin-inline: auto;
    z-index: 1000;
    background: transparent;
}

@media (min-width: 901px) {
    .nav-desktop {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 2px;
        flex: 1;
        min-width: 0;
        margin: 0 12px;
    }

    .nav-desktop a {
        flex-shrink: 0;
        padding: 8px 14px;
        font-family: var(--font-nav);
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 0.01em;
        color: rgba(255,255,255,0.88);
        border-radius: var(--radius-pill);
        background: transparent;
        transition: all 0.25s;
        white-space: nowrap;
    }

    .nav-desktop a:hover {
        color: #fff;
        background: rgba(255,255,255,0.12);
    }

    .nav-desktop a.active {
        color: #fff;
        background: rgba(255,255,255,0.16);
    }

    .header-wrap.scrolled .nav-desktop a {
        color: var(--text);
    }

    .header-wrap.scrolled .nav-desktop a:hover {
        color: var(--text);
        background: rgba(0,0,0,0.05);
    }

    .header-wrap.scrolled .nav-desktop a.active {
        color: #fff;
        background: var(--orange);
    }

    .header-inner .logo {
        flex-shrink: 0;
        max-width: min(220px, 28vw);
    }

    .header-actions {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
    }

    .header-cta {
        flex-shrink: 0;
        white-space: nowrap;
    }

    .hamburger,
    .nav-mobile,
    .nav-overlay {
        display: none !important;
    }
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 28px;
}

::selection {
    background: rgba(var(--accent-rgb), 0.16);
    color: var(--blue-dark);
}

/* ═══ TOPBAR ═══ */

.topbar {
    display: none;
}

/* ═══ HEADER ═══ */

.header {
    background: transparent;
    border: none;
    transition: all 0.5s var(--ease);
}

.header-wrap.scrolled .header {
    background: transparent;
    border: none;
    box-shadow: none;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: var(--header-height);
    height: auto;
    padding: 10px 10px 10px 22px;
    background: rgba(12, 12, 12, 0.5);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius-pill);
    transition: all 0.5s var(--ease);
    box-sizing: border-box;
    gap: 8px;
}

.header-wrap.scrolled .header-inner {
    background: rgba(255,255,255,0.94);
    border-color: rgba(0,0,0,0.06);
    box-shadow: 0 4px 30px rgba(0,0,0,0.06);
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 3;
}

.logo-mark {
    width: 34px;
    height: 34px;
    background: var(--orange);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.85rem;
    box-shadow: none;
}

.logo-text strong {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.1;
    transition: color 0.3s;
}

.header-wrap.scrolled .logo-text strong {
    color: var(--text);
}

.logo-text small {
    display: block;
    font-size: 0.65rem;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color 0.3s;
}

.header-wrap.scrolled .logo-text small {
    color: var(--text-muted);
}

.logo-img {
    height: 42px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    object-position: left center;
    display: block;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.header-wrap.scrolled .logo-img {
    filter: none;
}

.logo-img--footer {
    height: 52px;
    max-width: 240px;
    filter: brightness(0) invert(1);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    z-index: 3;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    background: rgba(255,255,255,0.12);
    color: white;
    font-size: 0.86rem;
    font-weight: 600;
    border-radius: var(--radius-pill);
    box-shadow: none;
    transition: all 0.3s var(--ease);
    border: 1px solid rgba(255,255,255,0.18);
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    z-index: 3;
}

.header-cta:hover {
    transform: translateY(-1px);
    background: rgba(255,255,255,0.2);
    box-shadow: none;
}

.header-wrap.scrolled .header-cta {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
}

.header-wrap.scrolled .header-cta:hover {
    background: var(--orange-dark);
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    cursor: pointer;
    padding: 10px;
    min-width: 44px;
    min-height: 44px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    z-index: 3;
}

.header-wrap.scrolled .hamburger {
    background: var(--bg-soft);
    border-color: var(--border);
}

.hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all var(--transition);
}

.header-wrap.scrolled .hamburger span {
    background: var(--text);
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ═══ BUTTONS ═══ */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    font-size: 0.88rem;
    font-weight: 600;
    border-radius: var(--radius-pill);
    border: none;
    cursor: pointer;
    transition: all 0.3s var(--ease);
    font-family: inherit;
    white-space: nowrap;
}

.btn-primary {
    background: var(--accent-gold);
    color: white;
    box-shadow: 0 6px 24px rgba(184, 148, 74, 0.25);
}

.btn-primary:hover {
    background: var(--accent-gold-light);
    transform: translateY(-1px);
    box-shadow: 0 8px 28px rgba(184, 148, 74, 0.3);
}

.btn-white {
    background: rgba(255,255,255,0.95);
    color: var(--orange);
    box-shadow: var(--shadow-sm);
}

.btn-white:hover {
    transform: translateY(-1px);
    background: white;
}

.btn-glass {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.18);
}

.btn-glass:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-1px);
}

.btn-outline {
    background: transparent;
    border: 1.5px solid var(--border);
    color: var(--text);
}

.btn-outline:hover {
    border-color: var(--orange);
    color: var(--orange);
}

.btn-white-outline {
    background: rgba(255,255,255,0.06);
    border: 1.5px solid rgba(255,255,255,0.25);
    color: white;
    backdrop-filter: blur(8px);
}

.btn-white-outline:hover {
    background: white;
    color: var(--text);
}

.btn-blue {
    background: var(--orange);
    color: white;
}

.btn-blue:hover {
    background: var(--orange-dark);
    transform: translateY(-1px);
}

/* ═══ HERO ═══ */

.hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    isolation: isolate;
    background: #0c0c0c;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.hero-grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 60px 60px;
}

.hero-orbs {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: orbFloat 20s ease-in-out infinite;
}

.orb-1 {
    width: 480px;
    height: 480px;
    background: rgba(14, 116, 144, 0.28);
    top: -10%;
    left: -5%;
}

.orb-2 {
    width: 380px;
    height: 380px;
    background: rgba(184, 148, 74, 0.14);
    bottom: -10%;
    right: -5%;
    animation-delay: -7s;
    animation-duration: 25s;
}

.orb-3 {
    width: 240px;
    height: 240px;
    background: rgba(14, 116, 144, 0.12);
    top: 40%;
    right: 18%;
    animation-delay: -12s;
    animation-duration: 18s;
}

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -30px) scale(1.05); }
    66% { transform: translate(-20px, 20px) scale(0.95); }
}

.hero-slides {
    height: 100%;
    min-height: 100vh;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.1s var(--ease);
    transform: scale(1.04);
}

.hero-slide.active {
    opacity: 1;
    animation: heroZoom 12s ease forwards;
}

@keyframes heroZoom {
    from { transform: scale(1.08); }
    to { transform: scale(1); }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 20% 80%, rgba(14,116,144,0.28), transparent),
        radial-gradient(ellipse 60% 50% at 80% 20%, rgba(184,148,74,0.12), transparent),
        linear-gradient(105deg, rgba(12,12,12,0.92) 0%, rgba(12,12,12,0.72) 45%, rgba(12,12,12,0.45) 100%);
}

.hero-content {
    position: relative;
    z-index: 3;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 700px;
    padding: 140px 0 100px;
    width: 100%;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    padding: 6px 6px 6px 16px;
    border-radius: var(--radius-pill);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.65);
    font-size: 0.82rem;
    font-weight: 500;
    margin-bottom: 28px;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.4;
    opacity: 0;
    animation: heroReveal 0.8s var(--ease) 0.15s forwards;
}

.hero-tag::before {
    display: none;
}

.hero-tag-badge {
    background: var(--accent-gold);
    color: #fff;
    padding: 4px 14px;
    border-radius: var(--radius-pill);
    font-size: 0.75rem;
    font-weight: 700;
}

.hero-heading,
.hero h1.hero-heading,
.hero h2.hero-heading,
.hero h1,
.hero h2.hero-heading {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5.5vw, 4.4rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.08;
    margin-bottom: 24px;
    letter-spacing: -0.04em;
    max-width: 100%;
    overflow-wrap: break-word;
    opacity: 0;
    animation: heroReveal 0.85s var(--ease) 0.3s forwards;
}

.hero-heading span,
.hero h1 span,
.hero h2.hero-heading span {
    font-family: var(--font-serif);
    font-weight: 400;
    font-style: italic;
    color: var(--accent-gold-light);
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    letter-spacing: -0.02em;
}

.hero-desc,
.hero-content > p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.52);
    margin-bottom: 36px;
    line-height: 1.7;
    max-width: 520px;
    font-weight: 400;
    opacity: 0;
    animation: heroReveal 0.85s var(--ease) 0.45s forwards;
}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    opacity: 0;
    animation: heroReveal 0.85s var(--ease) 0.58s forwards;
}

@keyframes heroReveal {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-nav {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    transform: translateY(50%);
    display: flex;
    justify-content: space-between;
    padding: 0 1.25rem;
    pointer-events: none;
    z-index: 4;
}

.hero-prev,
.hero-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    transition: all var(--transition);
    backdrop-filter: blur(10px);
}

.hero-prev:hover,
.hero-next:hover {
    background: var(--accent-gold);
    border-color: transparent;
    transform: scale(1.04);
}

.hero-dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 4;
    padding: 0;
    background: none;
    border: none;
}

.dot {
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255,255,255,0.28);
    border: none;
    cursor: pointer;
    transition: all var(--transition);
    padding: 0;
}

.dot.active {
    background: var(--accent-gold-light);
    width: 44px;
}

.hero-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--accent-gold), var(--orange));
    z-index: 4;
    width: 0;
    transition: width 0.1s linear;
}

/* ═══ ADVANTAGES ═══ */

.advantages {
    position: relative;
    z-index: 5;
    margin-top: -40px;
    padding-bottom: 0;
}

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

.adv-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 1.5rem;
    background: var(--surface);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: all 0.4s var(--ease);
}

.adv-item:last-child {
    border-right: 1px solid var(--border-light);
}

.adv-item:hover {
    transform: translateY(-4px);
    border-color: transparent;
    box-shadow: var(--shadow);
}

.adv-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(14, 116, 144, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
    font-size: 1.05rem;
    flex-shrink: 0;
    transition: all 0.4s var(--ease);
}

.adv-item:hover .adv-icon {
    background: var(--orange);
    color: white;
}

.adv-item h4 {
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 4px;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.adv-item p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.55;
}

/* ═══ SECTIONS ═══ */

.section {
    padding: 110px 0;
}

.section-header {
    text-align: left;
    margin-bottom: 56px;
    max-width: 640px;
}

.section-header:has(+ .services-grid),
.services-preview .section-header {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--orange);
    margin-bottom: 16px;
    padding: 0;
    background: none;
    border-radius: 0;
}

.section-tag::before {
    content: '';
    width: 24px;
    height: 1.5px;
    border-radius: 0;
    background: var(--accent-gold);
}

.section-tag.light {
    color: var(--accent-gold-light);
    background: none;
}

.section-tag.light::before {
    background: var(--accent-gold);
}

.section-header h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--text);
    margin-bottom: 14px;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.section-header h2 span {
    font-family: var(--font-serif);
    font-weight: 400;
    font-style: italic;
    color: var(--orange);
    letter-spacing: -0.02em;
}

.section-header > p {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 560px;
    margin: 0;
    line-height: 1.7;
}

/* ═══ ABOUT PREVIEW ═══ */

.about-preview {
    background:
        linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.65) 30%, #fff 100%);
}

.about-preview-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 4.5rem;
    align-items: center;
}

.about-preview-img {
    position: relative;
}

.about-preview-img::before {
    content: '';
    position: absolute;
    inset: 28px -22px -22px 28px;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(var(--accent-rgb), 0.28);
    z-index: 0;
}

.about-preview-img img {
    position: relative;
    z-index: 1;
    border-radius: var(--radius-xl);
    width: 100%;
    height: 480px;
    object-fit: cover;
    box-shadow: var(--shadow-lg);
    filter: saturate(1.05) contrast(1.03);
}

.experience-badge {
    position: absolute;
    bottom: 28px;
    left: 28px;
    right: auto;
    z-index: 2;
    background: rgba(6, 31, 45, 0.88);
    color: white;
    padding: 1.15rem 1.35rem;
    border-radius: 12px;
    text-align: left;
    box-shadow: var(--shadow-lg);
    line-height: 1.2;
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
}

.experience-badge i {
    display: none;
}

.experience-badge strong {
    display: block;
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 800;
    color: var(--orange-light);
    letter-spacing: -0.03em;
}

.experience-badge span {
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255,255,255,0.75);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.about-preview-text .section-tag {
    display: inline-flex;
    text-align: left;
    margin-bottom: 0.75rem;
}

.about-preview-text h2 {
    font-family: var(--font-display);
    font-size: clamp(1.65rem, 2.8vw, 2.15rem);
    font-weight: 700;
    color: var(--blue-dark);
    margin-bottom: 1.15rem;
    line-height: 1.28;
    letter-spacing: -0.015em;
}

.about-preview-text h2 span {
    font-family: var(--font-serif);
    font-weight: 400;
    font-style: italic;
    color: var(--orange);
}

.about-preview-text > p {
    color: var(--text-light);
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.85;
}

.check-list {
    margin: 1.75rem 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text);
    padding: 0.55rem 0;
    background: none;
    border: none;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
}

.check-list i {
    color: var(--orange);
    font-size: 0.8rem;
}

/* ═══ SERVICES GRID ═══ */

.services-preview {
    background: var(--bg);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
    counter-reset: service;
}

.service-card {
    background: var(--surface);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 36px 30px;
    transition: all 0.4s var(--ease);
    position: relative;
    overflow: hidden;
    counter-increment: service;
}

.service-card::before {
    content: counter(service, decimal-leading-zero);
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 800;
    color: rgba(14, 116, 144, 0.1);
    position: absolute;
    top: 1.1rem;
    right: 1.25rem;
    line-height: 1;
    letter-spacing: -0.02em;
    transition: color 0.4s var(--ease);
    z-index: 1;
}

.service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, var(--orange) 0%, var(--blue-dark) 100%);
    opacity: 0;
    transition: opacity 0.4s var(--ease);
    z-index: 0;
}

.service-card:hover {
    border-color: transparent;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    transform: translateY(-6px);
    background: transparent;
}

.service-card:hover::before {
    color: rgba(255,255,255,0.2);
}

.service-card:hover::after {
    opacity: 1;
    transform: none;
}

.service-card > * {
    position: relative;
    z-index: 1;
}

.service-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(14, 116, 144, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--orange);
    margin-bottom: 22px;
    transition: all 0.4s var(--ease);
}

.service-card:hover .service-icon {
    background: rgba(255,255,255,0.15);
    color: white;
    transform: none;
}

.service-card h3 {
    font-family: var(--font-display);
    font-size: 1.12rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.55rem;
    letter-spacing: -0.02em;
    line-height: 1.3;
    transition: color 0.4s var(--ease);
}

.service-card:hover h3 {
    color: #fff;
}

.service-card p {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.65;
    transition: color 0.4s var(--ease);
}

.service-card:hover p {
    color: rgba(255,255,255,0.7);
}

/* ═══ PROCESS ═══ */

.process-section {
    background: var(--gradient-dark);
    position: relative;
    overflow: hidden;
}

.process-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(var(--hero-glow-rgb), 0.14), transparent 32%),
        radial-gradient(circle at 88% 78%, rgba(var(--secondary-glow-rgb), 0.2), transparent 36%);
}

.process-steps {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: stretch;
    gap: 1rem;
    position: relative;
}

.process-step {
    text-align: left;
    padding: 2rem;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(10px);
    transition: all var(--transition);
    position: relative;
}

.process-step:hover {
    background: rgba(255,255,255,0.07);
    transform: translateY(-4px);
    border-color: rgba(var(--hero-glow-rgb), 0.28);
}

.step-number {
    font-family: var(--font-display);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--orange-light);
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
}

.step-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(var(--accent-rgb), 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--orange-light);
    margin-bottom: 1rem;
}

.process-step h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.55rem;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.process-step p {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.65;
}

.process-connector {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.2);
    font-size: 1rem;
}

/* ═══ STATS ═══ */

.stats-section {
    background: transparent;
    padding: 88px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.stat-item {
    text-align: left;
    padding: 2.5rem 1.5rem;
    background: none;
    border-radius: 0;
    border: none;
    border-right: 1px solid var(--border);
    transition: all var(--transition);
}

.stat-item:last-child {
    border-right: none;
}

.stat-item:hover {
    transform: none;
    box-shadow: none;
    border-color: var(--border);
    background: rgba(var(--accent-rgb), 0.04);
}

.stat-number {
    font-family: var(--font-display);
    font-size: clamp(2.3rem, 3.5vw, 3rem);
    font-weight: 800;
    color: var(--blue-dark);
    line-height: 1.05;
    letter-spacing: -0.025em;
}

.stat-number::after {
    content: '+';
    color: var(--orange);
}

.stat-label {
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    margin-top: 0.7rem;
    line-height: 1.4;
}

/* ═══ CTA ═══ */

.cta-section {
    background: #0c0c0c;
    padding: 88px 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 85% 40%, rgba(14, 116, 144, 0.2), transparent 42%),
        radial-gradient(circle at 10% 90%, rgba(184, 148, 74, 0.12), transparent 40%);
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    position: relative;
}

.cta-text h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 700;
    color: white;
    margin-bottom: 0.65rem;
    letter-spacing: -0.015em;
    line-height: 1.3;
}

.cta-text p {
    color: rgba(255,255,255,0.72);
    font-size: 1.02rem;
    max-width: 560px;
    line-height: 1.65;
}

.cta-actions {
    display: flex;
    gap: 0.85rem;
    flex-shrink: 0;
}

/* ═══ FOOTER ═══ */

.footer {
    background: #0c0c0c;
    color: rgba(255,255,255,0.55);
    padding-top: 80px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 2.5rem;
    padding-bottom: 3rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}

.footer-logo .logo-mark {
    background: rgba(255,255,255,0.08);
    box-shadow: none;
}

.footer-logo .logo-text strong {
    color: white;
}

.footer-logo .logo-text small {
    color: rgba(255,255,255,0.45);
}

.footer-about p {
    font-size: 0.9rem;
    line-height: 1.85;
}

.footer-col h4 {
    color: white;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.25rem;
}

.footer-col li {
    margin-bottom: 0.65rem;
}

.footer-col a {
    font-size: 0.9rem;
    transition: all var(--transition);
    color: rgba(255,255,255,0.65);
}

.footer-col a:hover {
    color: var(--orange-light);
    padding-left: 4px;
}

.footer-contact li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 0.9rem;
    margin-bottom: 0.85rem;
}

.footer-contact i {
    color: var(--orange-light);
    margin-top: 4px;
    font-size: 0.82rem;
    flex-shrink: 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 1.35rem 0;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    font-size: 0.84rem;
}

.footer-socials {
    display: flex;
    gap: 0.65rem;
}

.footer-socials a {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.55);
    transition: all var(--transition);
}

.footer-socials a:hover {
    background: var(--orange);
    color: white;
    transform: translateY(-2px);
}

/* ═══ WHATSAPP ═══ */

.whatsapp-float {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
    z-index: 100;
    transition: all var(--transition);
}

.whatsapp-float:hover {
    transform: scale(1.08) translateY(-2px);
}

/* ═══ PAGE BANNER ═══ */

.page-banner {
    background: var(--gradient-dark);
    background-image:
        linear-gradient(115deg, rgba(var(--hero-overlay-rgb), 0.94) 0%, rgba(var(--hero-overlay-rgb), 0.78) 100%),
        var(--img-vrf-units);
    background-size: cover;
    background-position: center;
    padding: 148px 0 56px;
    position: relative;
    overflow: hidden;
}

.page-banner--about {
    background-image:
        linear-gradient(115deg, rgba(var(--hero-overlay-rgb), 0.93) 0%, rgba(var(--hero-overlay-rgb), 0.82) 100%),
        var(--img-hvac-install);
}

.page-banner--services {
    background-image:
        linear-gradient(115deg, rgba(var(--hero-overlay-rgb), 0.93) 0%, rgba(var(--hero-overlay-rgb), 0.82) 100%),
        var(--img-rooftop-hvac);
}

.page-banner--references {
    background-image:
        linear-gradient(115deg, rgba(var(--hero-overlay-rgb), 0.93) 0%, rgba(var(--hero-overlay-rgb), 0.82) 100%),
        var(--img-commercial-hvac);
}

.page-banner--contact {
    background-image:
        linear-gradient(115deg, rgba(var(--hero-overlay-rgb), 0.93) 0%, rgba(var(--hero-overlay-rgb), 0.82) 100%),
        var(--img-hvac-service);
}

.page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 85% 15%, rgba(var(--accent-rgb), 0.14), transparent 35%),
        radial-gradient(circle at 10% 90%, rgba(var(--secondary-glow-rgb), 0.2), transparent 35%);
}

.page-banner .container {
    position: relative;
}

.page-banner h1 {
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 3.2vw, 2.25rem);
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
    letter-spacing: -0.015em;
    line-height: 1.25;
}

.breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.55);
}

.breadcrumb ol {
    display: flex;
    gap: 10px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.breadcrumb li[aria-hidden="true"] {
    list-style: none;
}

.breadcrumb a {
    color: rgba(255,255,255,0.55);
    transition: color var(--transition);
}

.breadcrumb a:hover {
    color: var(--accent-gold-light);
}

.breadcrumb span {
    color: rgba(255,255,255,0.85);
    font-weight: 600;
}

/* ═══ HAKKIMIZDA PAGE ═══ */

.about-full {
    background: white;
}

.about-full-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.about-full-text h2 {
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--blue-dark);
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.about-full-text h2 span {
    color: var(--orange);
}

.about-full-text p {
    color: var(--text-light);
    font-size: 0.98rem;
    line-height: 1.85;
    margin-bottom: 1rem;
}

.about-full-text h3 {
    font-size: 1.12rem;
    font-weight: 800;
    color: var(--blue-dark);
    margin: 1.75rem 0 0.75rem;
}

.about-full-img img {
    border-radius: var(--radius-xl);
    width: 100%;
    height: 420px;
    object-fit: cover;
    box-shadow: var(--shadow-lg);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 3rem;
}

.value-card {
    padding: 2rem;
    background: var(--bg-warm);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    text-align: center;
    transition: all var(--transition);
}

.value-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: rgba(var(--accent-rgb), 0.2);
}

.value-card i {
    font-size: 1.8rem;
    color: var(--orange);
    margin-bottom: 1rem;
    display: block;
}

.value-card h4 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--blue-dark);
    margin-bottom: 0.55rem;
}

.value-card p {
    font-size: 0.88rem;
    color: var(--text-light);
    line-height: 1.75;
}

/* ═══ HİZMETLER PAGE ═══ */

.service-detail-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
    padding: 2.25rem;
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    margin-bottom: 1.25rem;
    transition: all var(--transition);
    align-items: start;
}

.service-detail-card:hover {
    border-color: transparent;
    box-shadow: var(--shadow);
    transform: translateY(-3px);
}

.service-detail-icon {
    width: 74px;
    height: 74px;
    border-radius: 18px;
    background: var(--bg-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    color: var(--blue);
    flex-shrink: 0;
    transition: all var(--transition);
}

.service-detail-card:hover .service-detail-icon {
    background: var(--gradient-brand);
    color: white;
}

.service-detail-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--blue-dark);
    margin-bottom: 0.55rem;
}

.service-detail-card p {
    font-size: 0.94rem;
    color: var(--text-light);
    line-height: 1.85;
}

/* ═══ İLETİŞİM PAGE ═══ */

.contact-section {
    background: linear-gradient(180deg, var(--bg-warm) 0%, white 100%);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 1.5rem;
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-card {
    display: flex;
    gap: 16px;
    padding: 1.35rem;
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    align-items: center;
    transition: all var(--transition);
}

.contact-card:hover {
    border-color: rgba(var(--accent-rgb), 0.25);
    box-shadow: var(--shadow-sm);
    transform: translateX(4px);
}

.contact-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--orange-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
    font-size: 1.05rem;
    flex-shrink: 0;
}

.contact-card h4 {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--text-muted);
    font-weight: 700;
    margin-bottom: 3px;
}

.contact-card p,
.contact-card a {
    font-size: 0.95rem;
    color: var(--text);
    font-weight: 600;
}

.contact-card a:hover {
    color: var(--orange);
}

.contact-form-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    box-shadow: var(--shadow-sm);
}

.contact-form-card h3 {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--blue-dark);
    margin-bottom: 0.35rem;
    letter-spacing: -0.02em;
}

.contact-form-card > p {
    font-size: 0.92rem;
    color: var(--text-muted);
    margin-bottom: 1.75rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 6px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 0.92rem;
    font-family: inherit;
    color: var(--text);
    background: var(--bg-warm);
    outline: none;
    transition: all var(--transition);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--orange);
    background: white;
    box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-submit {
    width: 100%;
    padding: 15px;
    background: var(--gradient-accent);
    color: white;
    border: none;
    border-radius: var(--radius-pill);
    font-size: 0.95rem;
    font-weight: 800;
    font-family: inherit;
    cursor: pointer;
    transition: all var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 10px 24px var(--orange-glow);
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px var(--orange-glow);
}

.map-container {
    margin-top: 2rem;
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
}

.map-container iframe {
    display: block;
}

/* ═══ REFERANSLAR PAGE ═══ */

.references-section {
    background: linear-gradient(180deg, var(--bg-warm) 0%, white 100%);
}

.references-toolbar {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
    padding: 1.25rem;
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm);
}

.references-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.ref-filter {
    padding: 10px 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    background: var(--bg-warm);
    color: var(--text-light);
    font-size: 0.82rem;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    transition: all var(--transition);
    white-space: nowrap;
}

.ref-filter:hover {
    border-color: rgba(var(--accent-rgb), 0.35);
    color: var(--orange);
    background: var(--orange-bg);
}

.ref-filter.active {
    background: var(--gradient-brand);
    border-color: transparent;
    color: white;
    box-shadow: 0 8px 20px rgba(22, 50, 79, 0.2);
}

.references-count {
    font-size: 0.88rem;
    color: var(--text-muted);
    font-weight: 600;
}

.references-count span {
    color: var(--orange);
    font-weight: 800;
}

.references-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.ref-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.35rem 1.25rem;
    transition: all var(--transition);
    position: relative;
    overflow: hidden;
}

.ref-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--transition);
}

.ref-card:hover {
    transform: translateY(-4px);
    border-color: transparent;
    box-shadow: var(--shadow);
}

.ref-card:hover::before {
    transform: scaleX(1);
}

.ref-card.hidden {
    display: none;
}

.ref-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--bg-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    font-size: 1rem;
    margin-bottom: 1rem;
    transition: all var(--transition);
}

.ref-card:hover .ref-card-icon {
    background: var(--gradient-brand);
    color: white;
}

.ref-card h3 {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--blue-dark);
    line-height: 1.35;
    margin-bottom: 0.65rem;
    min-height: 2.6em;
}

.ref-category {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--orange);
    background: var(--orange-bg);
    padding: 5px 10px;
    border-radius: var(--radius-pill);
}

.references-empty {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--text-muted);
}

.references-empty i {
    font-size: 2rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
    display: block;
}

.references-empty p {
    font-size: 1rem;
    font-weight: 600;
}

/* ═══ ANIMATIONS ═══ */

.fade-up {
    opacity: 0;
    transform: translateY(32px);
    transition:
        opacity 0.85s var(--ease-out),
        transform 0.85s var(--ease-out);
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-up[data-delay="1"] { transition-delay: 0.08s; }
.fade-up[data-delay="2"] { transition-delay: 0.16s; }
.fade-up[data-delay="3"] { transition-delay: 0.24s; }
.fade-up[data-delay="4"] { transition-delay: 0.32s; }
.fade-up[data-delay="5"] { transition-delay: 0.4s; }
.fade-up[data-delay="6"] { transition-delay: 0.48s; }

@media (prefers-reduced-motion: reduce) {
    .orb,
    .hero-slide.active,
    .hero-tag,
    .hero-heading,
    .hero h1,
    .hero h2.hero-heading,
    .hero-desc,
    .hero-content > p,
    .hero-buttons {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .fade-up {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ═══ RESPONSIVE ═══ */

@media (min-width: 901px) and (max-width: 1120px) {
    .nav-desktop a {
        padding: 7px 10px;
        font-size: 0.8125rem;
        font-weight: 500;
    }

    .header-cta {
        padding: 9px 12px;
        font-size: 0.74rem;
    }

    .logo-img {
        height: 52px;
        max-width: min(180px, 26vw);
    }
}

@media (max-width: 1024px) {
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .logo-img {
        height: 40px;
        max-width: min(180px, 42vw);
    }

    .header-cta {
        padding: 10px 16px;
        font-size: 0.8rem;
    }

    .hero,
    .hero-slides,
    .hero-content {
        min-height: 100vh;
    }

    .hero-content {
        padding: 120px 0 90px;
        max-width: 100%;
    }

    .hero-tag {
        font-size: 0.78rem;
        margin-bottom: 1.25rem;
    }

    .hero-heading,
    .hero h1,
    .hero h2.hero-heading {
        font-size: clamp(2rem, 7vw, 3rem);
        margin-bottom: 1rem;
        line-height: 1.1;
    }

    .hero-desc,
    .hero-content > p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        line-height: 1.65;
        max-width: 480px;
    }

    .hero-buttons {
        gap: 0.75rem;
    }

    .hero-buttons .btn {
        padding: 12px 20px;
        font-size: 0.86rem;
    }

    .hero-dots {
        bottom: 1.35rem;
    }

    .advantages {
        margin-top: -24px;
    }

    .adv-item {
        padding: 1.25rem;
        gap: 12px;
    }

    .adv-item h4 {
        font-size: 0.92rem;
    }

    .adv-item p {
        font-size: 0.82rem;
    }

    .about-preview-grid,
    .about-full-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

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

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

    .stat-item:nth-child(2n) {
        border-right: none;
    }

    .stat-item:nth-child(n+3) {
        border-top: 1px solid var(--border);
    }

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

    .process-connector {
        justify-content: center;
        transform: rotate(90deg);
    }

    .cta-inner {
        flex-direction: column;
        text-align: center;
    }

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

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

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

@media (max-width: 900px) {
    .mobile-contact-bar {
        display: none;
    }

    .header-wrap {
        top: 12px;
        left: 12px;
        right: 12px;
        width: auto;
        z-index: 1200;
    }

    .container {
        padding: 0 1.15rem;
    }

    .header {
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .header-inner {
        min-height: 58px;
        height: auto;
        padding: 8px 8px 8px 16px;
    }

    .logo-img {
        height: 36px;
        max-width: 160px;
        filter: brightness(0) invert(1);
        transition: filter 0.3s ease;
    }

    .header-wrap.scrolled .logo-img {
        filter: none;
    }

    body.nav-open .logo-img,
    body.nav-open .header-wrap.scrolled .logo-img {
        filter: brightness(0) invert(1);
    }

    .logo-text strong {
        color: #fff;
    }

    .logo-text small {
        color: rgba(255,255,255,0.55);
    }

    .header-wrap.scrolled .logo-text strong {
        color: var(--text);
    }

    .header-wrap.scrolled .logo-text small {
        color: var(--text-muted);
    }

    body.nav-open .logo-text strong,
    body.nav-open .header-wrap.scrolled .logo-text strong {
        color: #fff;
    }

    body.nav-open .logo-text small,
    body.nav-open .header-wrap.scrolled .logo-text small {
        color: rgba(255,255,255,0.55);
    }

    .page-banner {
        padding: 128px 0 40px;
    }

    .page-banner h1 {
        font-size: clamp(1.7rem, 7vw, 2.1rem);
    }

    .header-cta {
        display: none;
    }

    .hamburger {
        display: flex;
        position: relative;
        z-index: 1202;
    }

    body.nav-open .hamburger {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        background: rgba(255,255,255,0.14);
        border-color: rgba(255,255,255,0.2);
    }

    body.nav-open .hamburger span {
        background: #fff;
    }

    .nav-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(12, 12, 12, 0.55);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        z-index: 1190;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s var(--ease), visibility 0.4s var(--ease);
        -webkit-tap-highlight-color: transparent;
    }

    .nav-overlay.open {
        opacity: 1;
        visibility: visible;
    }

    .nav-desktop {
        display: none !important;
    }

    .nav-mobile {
        display: flex;
        position: fixed;
        top: calc(78px + env(safe-area-inset-top, 0px));
        left: 12px;
        right: 12px;
        bottom: calc(12px + var(--safe-bottom));
        width: auto;
        height: auto;
        max-height: none;
        background: rgba(16, 16, 16, 0.98);
        backdrop-filter: blur(40px) saturate(180%);
        -webkit-backdrop-filter: blur(40px) saturate(180%);
        flex-direction: column;
        align-items: stretch;
        padding: 0;
        box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
        transform: translateY(16px) scale(0.98);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.45s var(--ease);
        z-index: 1220;
        border-radius: 22px;
        border: 1px solid rgba(255,255,255,0.1);
        gap: 0;
        overflow: hidden;
    }

    .nav-mobile.open {
        transform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    /* Çift logo/kapatmayı önle — üstteki header hamburger X olarak kalır */
    .nav-drawer-head,
    .nav-close {
        display: none !important;
    }

    .nav-links {
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 18px 14px 8px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-bottom: 0;
    }

    .nav-links a {
        display: flex;
        align-items: center;
        gap: 14px;
        min-height: 52px;
        padding: 12px 16px;
        margin-bottom: 0;
        border-bottom: none;
        border-radius: 14px;
        background: transparent !important;
        box-shadow: none !important;
        color: #fff !important;
        font-family: var(--font-nav);
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 0.01em;
        -webkit-tap-highlight-color: transparent;
        opacity: 0;
        transform: translateX(-14px);
        transition: all 0.35s var(--ease);
    }

    .nav-mobile.open .nav-links a {
        opacity: 1;
        transform: translateX(0);
    }

    .nav-mobile.open .nav-links a:nth-child(1) { transition-delay: 0.05s; }
    .nav-mobile.open .nav-links a:nth-child(2) { transition-delay: 0.09s; }
    .nav-mobile.open .nav-links a:nth-child(3) { transition-delay: 0.13s; }
    .nav-mobile.open .nav-links a:nth-child(4) { transition-delay: 0.17s; }
    .nav-mobile.open .nav-links a:nth-child(5) { transition-delay: 0.21s; }

    .nav-links a i {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        background: rgba(255,255,255,0.08);
        color: var(--accent-gold-light);
        font-size: 0.95rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        text-align: center;
    }

    .nav-links a:active,
    .nav-links a:hover {
        background: rgba(255,255,255,0.08) !important;
        color: #fff !important;
    }

    .nav-links a.active {
        color: #fff !important;
        background: rgba(14, 116, 144, 0.28) !important;
        font-weight: 600;
    }

    .nav-links a.active i {
        background: rgba(14, 116, 144, 0.45);
        color: #fff;
    }

    .nav-mobile-actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 14px 14px calc(16px + var(--safe-bottom));
        border-top: 1px solid rgba(255,255,255,0.08);
        background: rgba(255,255,255,0.03);
        flex-shrink: 0;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.4s var(--ease);
        transition-delay: 0.22s;
    }

    .nav-mobile.open .nav-mobile-actions {
        opacity: 1;
        transform: translateY(0);
    }

    .nav-mobile-actions .btn {
        width: 100%;
        justify-content: center;
        min-height: 52px;
        border-radius: 14px;
        font-size: 0.98rem;
        font-weight: 700;
    }

    .nav-teklif-btn {
        background: var(--accent-gold) !important;
        color: #fff !important;
        border: none !important;
        box-shadow: 0 8px 24px rgba(184, 148, 74, 0.3) !important;
    }

    .nav-call-btn {
        border: 1.5px solid rgba(255,255,255,0.28) !important;
        color: #fff !important;
        background: rgba(255,255,255,0.1) !important;
    }

    .nav-call-btn:active {
        background: rgba(255,255,255,0.16) !important;
    }

    .header-wrap {
        z-index: 1200;
    }

    .nav-overlay {
        z-index: 1210;
    }

    .nav-mobile {
        z-index: 1220;
    }

    body.nav-open .header-wrap {
        z-index: 1230;
    }

    body.nav-open .header-inner {
        background: rgba(255,255,255,0.1);
        border-color: rgba(255,255,255,0.16);
        box-shadow: none;
    }

    body.nav-open .logo-text strong {
        color: #fff;
    }

    body.nav-open .logo-text small {
        color: rgba(255,255,255,0.55);
    }

    body.nav-open .header-wrap.scrolled .header-inner {
        background: rgba(255,255,255,0.1);
        border-color: rgba(255,255,255,0.16);
    }

    body.nav-open .header-wrap.scrolled .logo-text strong {
        color: #fff;
    }

    body.nav-open .header-wrap.scrolled .hamburger span {
        background: #fff;
    }

    .hero {
        min-height: 0;
        overflow: hidden;
    }

    .hero-slides {
        min-height: 0;
        position: relative;
    }

    .hero-slide {
        position: absolute;
        inset: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 0;
        transform: none;
    }

    .hero-slide.active {
        position: relative;
        inset: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        z-index: 1;
        min-height: min(100vh, 720px);
        display: flex;
        flex-direction: column;
        transform: none;
        animation: none;
    }

    .hero-slide.active .hero-overlay {
        position: absolute;
        inset: 0;
    }

    .hero-content {
        min-height: 0;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        text-align: left;
        padding: 0 0 5rem;
        max-width: 100%;
        width: 100%;
        z-index: 1;
        box-sizing: border-box;
    }

    .hero-tag {
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
        max-width: 100%;
        width: auto;
        align-self: flex-start;
        text-align: left;
        font-size: 0.75rem;
        padding: 5px 5px 5px 12px;
        margin-bottom: 1rem;
        border-radius: var(--radius-pill);
        white-space: normal;
        line-height: 1.4;
        background: rgba(255,255,255,0.06);
        border: 1px solid rgba(255,255,255,0.08);
        animation: none;
        opacity: 1;
    }

    .hero-tag-badge {
        font-size: 0.68rem;
        padding: 3px 10px;
    }

    .hero-heading,
    .hero h1,
    .hero h2.hero-heading {
        font-size: clamp(1.85rem, 8vw, 2.5rem);
        line-height: 1.12;
        margin-bottom: 0.85rem;
        letter-spacing: -0.03em;
        text-align: left;
        width: 100%;
        animation: none;
        opacity: 1;
    }

    .hero h1 span,
    .hero h2.hero-heading span,
    .hero-heading span {
        display: inline;
    }

    .hero-desc,
    .hero-content > p {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
        line-height: 1.6;
        max-width: 100%;
        text-align: left;
        animation: none;
        opacity: 1;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
        width: 100%;
        max-width: 100%;
        align-self: stretch;
        animation: none;
        opacity: 1;
    }

    .hero-buttons .btn {
        padding: 13px 18px;
        font-size: 0.88rem;
        justify-content: center;
        min-height: 48px;
        width: 100%;
        white-space: nowrap;
    }

    .hero-dots {
        bottom: 0.85rem;
        padding: 0;
        gap: 6px;
        background: none;
        border: none;
    }

    .hero-dots .dot {
        width: 22px;
        height: 3px;
        border-radius: 2px;
    }

    .hero-dots .dot.active {
        width: 34px;
    }

    .hero-nav {
        display: none;
    }

    .advantages {
        margin-top: 0;
        padding-top: 1.25rem;
    }

    .advantages-grid,
    .services-grid,
    .values-grid {
        grid-template-columns: 1fr;
    }

    .adv-item {
        padding: 1.25rem;
        border: 1px solid var(--border-light) !important;
    }

    .adv-item:first-child {
        border-top: 1px solid var(--border-light);
    }

    .adv-icon {
        width: 42px;
        height: 42px;
        font-size: 0.95rem;
    }

    .adv-item h4 {
        font-size: 0.9rem;
    }

    .adv-item p {
        font-size: 0.8rem;
    }

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

    .stat-item:nth-child(2n) {
        border-right: none;
    }

    .stat-item:nth-child(n+3) {
        border-top: 1px solid var(--border);
    }

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

    .section {
        padding: 56px 0;
    }

    .section-header h2 {
        font-size: clamp(1.5rem, 5.5vw, 1.85rem);
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 0.85rem;
        text-align: center;
    }

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

    .form-group input,
    .form-group textarea,
    .form-group select {
        font-size: 16px;
        min-height: 48px;
    }

    .form-group textarea {
        min-height: 120px;
    }

    .btn-submit,
    .contact-form-card .btn-primary {
        width: 100%;
        justify-content: center;
        min-height: 48px;
    }

    .contact-form-card {
        padding: 1.5rem;
    }

    .map-container iframe {
        height: 260px;
    }

    .experience-badge {
        right: 12px;
        bottom: 12px;
    }

    .service-detail-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .service-detail-icon {
        margin: 0 auto;
    }

    .references-toolbar {
        padding: 1rem;
        margin-bottom: 1.75rem;
    }

    .references-filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        gap: 0.5rem;
        padding-bottom: 6px;
        margin: 0 -0.25rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        scrollbar-width: none;
    }

    .references-filters::-webkit-scrollbar {
        display: none;
    }

    .ref-filter {
        flex-shrink: 0;
        scroll-snap-align: start;
        min-height: 44px;
        font-size: 0.82rem;
        padding: 10px 16px;
        -webkit-tap-highlight-color: transparent;
    }

    .references-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .ref-card {
        padding: 1.15rem 1rem;
    }

    .mobile-dock {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 0.5rem;
        position: fixed;
        left: 14px;
        right: 14px;
        bottom: calc(12px + var(--safe-bottom));
        z-index: 99;
        padding: 8px 12px 10px;
        background: linear-gradient(
            180deg,
            rgba(var(--hero-overlay-rgb), 0.82) 0%,
            rgba(var(--hero-overlay-rgb), 0.94) 100%
        );
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 22px;
        box-shadow:
            0 12px 40px rgba(0, 0, 0, 0.28),
            0 2px 8px rgba(0, 0, 0, 0.12),
            inset 0 1px 0 rgba(255, 255, 255, 0.06);
        backdrop-filter: blur(20px) saturate(1.4);
        -webkit-backdrop-filter: blur(20px) saturate(1.4);
    }

    .dock-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        flex: 1;
        min-width: 0;
        color: rgba(255, 255, 255, 0.55);
        font-size: 0.65rem;
        font-weight: 600;
        letter-spacing: 0.02em;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        transition: color 0.2s ease;
    }

    .dock-icon {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.02rem;
        color: rgba(255, 255, 255, 0.88);
        transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }

    .dock-item:active {
        color: rgba(255, 255, 255, 0.85);
    }

    .dock-item:active .dock-icon {
        background: rgba(var(--accent-rgb), 0.22);
        border-color: rgba(var(--accent-rgb), 0.4);
        color: var(--orange-light);
        transform: scale(0.94);
    }

    .dock-item--wa .dock-icon {
        background: rgba(37, 211, 102, 0.14);
        border-color: rgba(37, 211, 102, 0.22);
        color: #4ade80;
    }

    .dock-item--wa:active .dock-icon {
        background: rgba(37, 211, 102, 0.28);
        border-color: rgba(37, 211, 102, 0.45);
        color: #86efac;
    }

    .dock-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
        flex-shrink: 0;
        width: 66px;
        height: 66px;
        margin-top: -24px;
        border: none;
        border-radius: 50%;
        background: var(--gradient-accent);
        color: #fff;
        font-family: inherit;
        font-size: 0.58rem;
        font-weight: 800;
        line-height: 1.05;
        letter-spacing: 0.02em;
        cursor: pointer;
        box-shadow:
            0 10px 28px rgba(var(--accent-rgb), 0.55),
            0 0 0 4px rgba(var(--accent-rgb), 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.25);
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .dock-main:active {
        transform: scale(0.95);
        box-shadow:
            0 6px 20px rgba(var(--accent-rgb), 0.45),
            0 0 0 3px rgba(var(--accent-rgb), 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }

    .dock-main i {
        font-size: 1.2rem;
        filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
    }

    .dock-label {
        line-height: 1;
        color: rgba(255, 255, 255, 0.5);
    }

    .whatsapp-float {
        display: none;
    }

    body {
        padding-bottom: calc(var(--mobile-dock-height) + var(--safe-bottom) + 16px);
    }

    body.nav-open,
    body.modal-open {
        overflow: hidden;
        touch-action: none;
    }

    .btn,
    .ref-filter,
    .modal-close {
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }
}

@media (max-width: 480px) {
    .hero-slide.active {
        min-height: clamp(400px, 56vh, 480px);
    }

    .hero-content {
        justify-content: flex-end;
        align-items: center;
        padding: 0 0 4rem;
    }

    .hero h1,
    .hero h2.hero-heading {
        font-size: clamp(1.08rem, 5.5vw, 1.28rem);
        margin-bottom: 0.4rem;
    }

    .hero-content > p {
        font-size: 0.7rem;
        margin-bottom: 0.65rem;
        line-height: 1.4;
    }

    .hero-tag {
        font-size: 0.58rem;
        padding: 4px 8px;
        margin-bottom: 0.5rem;
    }

    .hero-buttons .btn {
        min-height: 38px;
        padding: 7px 8px;
        font-size: 0.7rem;
    }

    .hero-dots {
        bottom: 0.6rem;
    }

    .logo-img {
        height: 48px;
        max-width: 180px;
    }

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

    .cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .cta-actions .btn {
        width: 100%;
        justify-content: center;
        min-height: 48px;
    }

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

    .logo-text strong {
        font-size: 0.95rem;
    }

    .logo-text span {
        font-size: 0.68rem;
    }
}

@media (hover: none) and (pointer: coarse) {
    .ref-card:hover,
    .adv-item:hover,
    .service-card:hover {
        transform: none;
    }
}

/* ===== TEKLİF MODAL ===== */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 36, 56, 0.65);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.modal-overlay.open {
    opacity: 1;
    visibility: visible;
}

.modal-box {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 640px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 2rem;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    transform: translateY(20px) scale(0.98);
    transition: transform 0.25s ease;
}

.modal-overlay.open .modal-box {
    transform: translateY(0) scale(1);
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #f1f5f9;
    color: var(--navy);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: background 0.2s;
}

.modal-close:hover {
    background: #e2e8f0;
}

.modal-header {
    margin-bottom: 1.5rem;
    padding-right: 2rem;
}

.modal-header h2 {
    font-size: 1.5rem;
    color: var(--navy);
    margin: 0.35rem 0 0.5rem;
}

.modal-header p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

.modal-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-alert {
    padding: 0.85rem 1rem;
    border-radius: 10px;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.form-alert.success {
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

.form-alert.error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

@media (max-width: 600px) {
    .modal-overlay {
        align-items: flex-end;
        padding: 0;
    }

    .modal-box {
        border-radius: 20px 20px 0 0;
        max-height: 92dvh;
        padding: 1.5rem;
        padding-bottom: calc(1.5rem + var(--safe-bottom));
        margin: 0;
    }

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

    .modal-close {
        min-width: 44px;
        min-height: 44px;
    }
}
