@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@400;500;600;700;800&display=swap");

/* =====================================================
   ROOT
===================================================== */

/* =====================================================
   İLETİŞİM VE TEKLİF SAYFASI — SOL BİLGİ KARTI
===================================================== */

.contact-info-card {
    position: relative;
    overflow: hidden;
    padding: 42px;
}.service-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.service-card-image {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    transform: scale(1.01);
    transition: transform 0.8s ease;
}

.service-card:hover .service-card-image {
    transform: scale(1.06);
}

.contact-info-card::before {
    position: absolute;
    top: -90px;
    right: -90px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.045);
    content: "";
    pointer-events: none;
}

.contact-info-card::after {
    position: absolute;
    right: 35px;
    bottom: -85px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(127, 200, 169, 0.08);
    content: "";
    pointer-events: none;
}

.contact-info-card > h3 {
    position: relative;
    z-index: 2;
    max-width: 390px;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: clamp(38px, 4vw, 48px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.8px;
}

.contact-info-card > p {
    position: relative;
    z-index: 2;
    max-width: 430px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
}

.contact-info-list {
    position: relative;
    z-index: 2;
}

.contact-info-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: flex-start;
    gap: 15px;
    padding: 19px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.contact-info-item:first-child {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.contact-info-item > i {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-top: 1px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--accent);
    font-size: 18px;
}

.contact-info-item > div {
    min-width: 0;
}

.contact-info-item span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.43);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.contact-info-item p,
.contact-info-item a {
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.contact-info-item a {
    width: fit-content;
    transition: var(--transition);
}

.contact-info-item a:hover {
    color: var(--accent);
    transform: translateX(3px);
}

.contact-info-item p br {
    line-height: 2;
}

/* Adres gibi uzun içerikler */

.contact-info-item:has(.bi-geo-alt) p {
    max-width: 330px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.75;
}

/* WhatsApp satırı */

.contact-info-item:has(.bi-whatsapp) > i {
    border-color: rgba(37, 211, 102, 0.2);
    background: rgba(37, 211, 102, 0.12);
    color: #5ee58d;
}

.contact-info-item:has(.bi-whatsapp) a {
    color: #72e59b;
}

/* Telefon satırı */

.contact-info-item:has(.bi-telephone) a {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

/* Teklif sayfasındaki adım numaraları */

.quote-layout .contact-info-item span {
    color: var(--accent);
}

.quote-layout .contact-info-item p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    font-weight: 500;
}

/* Mobil */

@media (max-width: 780px) {
    .contact-info-card {
        padding: 34px;
    }

    .contact-info-card > h3 {
        font-size: 40px;
    }
}

@media (max-width: 520px) {
    .contact-info-card {
        padding: 28px 23px;
        border-radius: 25px;
    }

    .contact-info-card > h3 {
        font-size: 36px;
        letter-spacing: -0.5px;
    }

    .contact-info-card > p {
        margin-bottom: 26px;
        font-size: 13px;
    }

    .contact-info-item {
        grid-template-columns: 41px minmax(0, 1fr);
        gap: 12px;
        padding: 16px 0;
    }

    .contact-info-item > i {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        font-size: 16px;
    }

    .contact-info-item p,
    .contact-info-item a {
        font-size: 12px;
    }

    .contact-info-item:has(.bi-telephone) a {
        font-size: 14px;
    }
}

:root {
    --bg-main: #f3fbfa;
    --bg-soft: #e8f6f4;
    --bg-card: #f8fdfc;
    --bg-white: #ffffff;

    --primary: #2f7f7a;
    --primary-dark: #1f5f5b;
    --primary-soft: #cfe9e6;

    --accent: #7fc8a9;
    --accent-dark: #4f9d7f;
    --accent-light: #dff3e9;

    --sand: #b9ddd8;
    --cream: #eef9f7;

    --text-dark: #173433;
    --text-heading: #12302f;
    --text-muted: #647c7a;

    --border: rgba(31, 95, 91, 0.14);
    --white-border: rgba(255, 255, 255, 0.35);

    --success: #4f9d7f;

    --shadow:
        0 25px 70px rgba(31, 95, 91, 0.12);

    --shadow-soft:
        0 14px 40px rgba(31, 95, 91, 0.08);

    --font-heading: "DM Serif Display", serif;
    --font-main: "Inter", sans-serif;

    --container: 1240px;

    --radius-sm: 16px;
    --radius-md: 25px;
    --radius-lg: 38px;

    --transition: 0.35s ease;
}

/* =====================================================
   RESET
===================================================== */

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

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background: var(--bg-main);
    color: var(--text-dark);
    font-family: var(--font-main);
    line-height: 1.65;
}

body.menu-open {
    overflow: hidden;
}

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

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

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

ul {
    list-style: none;
}

/* =====================================================
   GENERAL
===================================================== */

.container {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
}

.section {
    padding: 120px 0;
}

.section-small {
    padding: 80px 0;
}

.section-soft {
    background: var(--bg-soft);
}

.section-blue {
    background: var(--accent-light);
}

.text-center {
    text-align: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--accent-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 30px;
    height: 1px;
    background: currentColor;
    content: "";
}

.section-heading {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: end;
    gap: 70px;
    margin-bottom: 58px;
}

.section-title {
    max-width: 850px;
    color: var(--text-heading);
    font-family: var(--font-heading);
    font-size: clamp(46px, 6vw, 78px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -2px;
}

.section-title em {
    color: var(--accent-dark);
    font-weight: 400;
}

.section-description {
    max-width: 500px;
    color: var(--text-muted);
    font-size: 16px;
}

.text-center .section-title,
.text-center .section-description {
    margin-inline: auto;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 54px;
    padding: 0 25px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    transition: var(--transition);
}

.btn i {
    font-size: 18px;
    transition: var(--transition);
}

.btn:hover i {
    transform: translateX(4px);
}

.btn-primary,
.btn-dark {
    border-color: var(--primary-dark);
    background: var(--primary-dark);
    color: white;
    box-shadow: 0 12px 28px rgba(23, 22, 20, 0.18);
}

.btn-primary:hover,
.btn-dark:hover {
    border-color: #000;
    background: #000;
    transform: translateY(-3px);
}

.btn-light {
    border-color: var(--bg-white);
    background: var(--bg-white);
    color: var(--text-dark);
}

.btn-light:hover {
    border-color: var(--cream);
    background: var(--cream);
    transform: translateY(-3px);
}

.btn-outline {
    border-color: var(--border);
    background: rgba(255, 253, 249, 0.72);
    color: var(--text-dark);
}

.btn-outline:hover {
    border-color: var(--primary-dark);
    background: var(--primary-dark);
    color: white;
    transform: translateY(-3px);
}

.reveal {
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity 0.75s ease,
        transform 0.75s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* =====================================================
   HEADER
===================================================== */

.site-header {
    position: fixed;
    z-index: 1300;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    transition: var(--transition);
}

.site-header.scrolled {
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    background: rgba(245, 240, 232, 0.9);
    backdrop-filter: blur(20px);
}

body.menu-open .site-header {
    z-index: 1600;
}



.navbar {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    min-height: 84px;

    padding: 8px 12px 8px 10px;

    border: 1px solid rgba(31, 95, 91, 0.12);

    border-radius: 20px;

    background: rgba(255, 255, 255, 0.94);

    color: var(--text-dark);

    box-shadow: 0 14px 42px rgba(31, 95, 91, 0.08);

    backdrop-filter: blur(18px);

}

.site-header.scrolled .navbar {
    background: rgba(255, 253, 249, 0.97);
}

/* =====================================================
   LOGO
===================================================== */

.logo {

    display: inline-flex;

    align-items: center;

    flex: 0 0 auto;

    gap: 14px;

    margin-right: 55px;

}

.logo-image {

    display: block;

    flex: 0 0 auto;

    width: 72px;

    height: 72px;

    padding: 3px;

    border: 1px solid var(--border);

    border-radius: 50%;

    background: #ffffff;

    object-fit: cover;

    box-shadow: 0 8px 24px rgba(31, 95, 91, 0.12);

}.logo-text {

    display: flex;

    flex-direction: column;

    line-height: 1;

}

.logo-text strong {

    color: var(--text-heading);

    font-family: var(--font-heading);

    font-size: 28px;

    font-weight: 400;

    letter-spacing: 0.5px;

}

.logo-text span {

    margin-top: 6px;

    color: var(--accent-dark);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 3px;

    text-transform: uppercase;

}

/* Menü ortada kalır */

.nav-menu {

    display: flex;

    align-items: center;

    gap: 32px;

    margin-right: auto;

}

/* Sağ butonlar */

.nav-actions {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-left: 30px;

}
@media (max-width: 1100px) {

    .navbar {
        min-height: 76px;
        padding: 5px 7px 5px 8px;
    }

    .logo {
        margin-right: 0;
    }

    .logo-image {
        width: 64px;
        height: 64px;
    }

    .logo-text strong {
        font-size: 24px;
    }

    .logo-text span {
        font-size: 8px;
        letter-spacing: 2.5px;
    }

    .nav-actions {
        margin-left: auto;
    }
}

@media (max-width: 520px) {

    .navbar {
        min-height: 68px;
        padding: 4px 5px 4px 6px;
    }

    .logo {
        gap: 10px;
    }

    .logo-image {
        width: 58px;
        height: 58px;
        padding: 2px;
    }

    .logo-text strong {
        font-size: 21px;
    }

    .logo-text span {
        margin-top: 4px;
        font-size: 7px;
        letter-spacing: 2px;
    }
}

.logo-mark {
    position: relative;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 50%;
    background:
        linear-gradient(
            145deg,
            #f7f1e8,
            #d9ccbc
        );
    color: var(--text-dark);
    box-shadow: 0 10px 25px rgba(47, 40, 32, 0.13);
    font-size: 21px;
}

.logo-mark i {
    position: relative;
    z-index: 2;
}

.logo-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1;
}

.logo-text strong {
    color: var(--text-heading);
    font-family: var(--font-heading);
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1px;
}

.logo-text span {
    margin-top: 5px;
    color: var(--accent-dark);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 2.7px;
    text-transform: uppercase;
}

/* =====================================================
   DESKTOP NAVBAR
===================================================== */

.nav-menu {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-menu a {
    position: relative;
    color: var(--text-dark);
    font-size: 13px;
    font-weight: 600;
}

.nav-menu > li:not(.mobile-menu-header):not(.mobile-menu-info):not(.mobile-menu-button) > a::after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 1px;
    margin: auto;
    background: currentColor;
    content: "";
    transition: var(--transition);
}

.nav-menu > li:not(.mobile-menu-header):not(.mobile-menu-info):not(.mobile-menu-button) > a:hover {
    color: var(--accent-dark);
}

.nav-menu > li:not(.mobile-menu-header):not(.mobile-menu-info):not(.mobile-menu-button) > a:hover::after,
.nav-menu > li:not(.mobile-menu-header):not(.mobile-menu-info):not(.mobile-menu-button) > a.active::after {
    width: 100%;
}

.mobile-menu-header,
.mobile-menu-info,
.mobile-menu-button {
    display: none;
}

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

.nav-phone {
    display: grid;
    place-items: center;
    width: 47px;
    height: 47px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--bg-soft);
    color: var(--text-dark);
    font-size: 18px;
    transition: var(--transition);
}

.nav-phone:hover {
    border-color: var(--text-dark);
    background: var(--text-dark);
    color: white;
    transform: translateY(-2px);
}

.nav-cta {
    min-height: 47px;
    border-radius: 12px;
    background: var(--primary-dark);
    color: white;
}

/* =====================================================
   MENU TOGGLE
===================================================== */

.menu-toggle {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--primary-dark);
}

.menu-toggle span {
    display: block;
    width: 19px;
    height: 1.5px;
    border-radius: 10px;
    background: white;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

/* =====================================================
   MENU BACKDROP
===================================================== */

.menu-backdrop {
    position: fixed;
    z-index: 1500;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(20, 18, 16, 0.48);
    pointer-events: none;
    transition:
        opacity 0.35s ease,
        visibility 0.35s ease;
}

body.menu-open .menu-backdrop {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

/* =====================================================
   HERO
===================================================== */

.hero {
    position: relative;
    min-height: 900px;
    padding: 150px 0 60px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 14% 18%,
            rgba(214, 198, 179, 0.4),
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 15%,
            rgba(229, 219, 206, 0.65),
            transparent 34%
        ),
        var(--bg-main);
}

.hero::before {
    position: absolute;
    top: 90px;
    right: -90px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(214, 198, 179, 0.4);
    content: "";
}

.hero::after {
    position: absolute;
    bottom: -110px;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(229, 219, 206, 0.7);
    content: "";
}

.hero-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 65px;
    min-height: 680px;
    padding: 55px;
    overflow: hidden;
    border: 1px solid rgba(33, 31, 28, 0.11);
    border-radius: var(--radius-lg);
    background: rgba(250, 247, 241, 0.83);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.hero-copy {
    position: relative;
    z-index: 4;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    padding: 9px 14px;
    border: 1px solid var(--border);
    border-radius: 100px;
    background: var(--bg-soft);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-badge span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-dark);
    box-shadow: 0 0 0 6px rgba(135, 115, 94, 0.12);
}

.hero h1 {
    max-width: 670px;
    margin-bottom: 27px;
    color: var(--text-heading);
    font-family: var(--font-heading);
    font-size: clamp(62px, 7vw, 102px);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: -4px;
}

.hero h1 em {
    display: block;
    color: var(--accent-dark);
    font-weight: 400;
}

.hero-description {
    max-width: 570px;
    margin-bottom: 32px;
    color: var(--text-muted);
    font-size: 17px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-note {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 31px;
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 600;
}

.hero-note span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.hero-note i {
    color: var(--accent-dark);
}

.hero-visual {
    position: relative;
    min-height: 590px;
}

.hero-main-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 83%;
    height: 100%;
    overflow: hidden;
    border-radius: 180px 35px 35px 35px;
    box-shadow: var(--shadow);
}

.hero-main-image::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(33, 31, 28, 0.16)
        );
    content: "";
}

.hero-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-small-image {
    position: absolute;
    z-index: 3;
    bottom: 15px;
    left: 0;
    width: 230px;
    height: 275px;
    padding: 9px;
    border-radius: 115px 115px 24px 24px;
    background: var(--bg-white);
    box-shadow: var(--shadow);
}

.hero-small-image img {
    width: 100%;
    height: 100%;
    border-radius: 105px 105px 18px 18px;
    object-fit: cover;
}

.hero-floating-card {
    position: absolute;
    z-index: 5;
    top: 52px;
    left: -15px;
    display: flex;
    align-items: center;
    gap: 13px;
    max-width: 245px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 18px;
    background: rgba(255, 253, 249, 0.92);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(10px);
}

.hero-floating-card i {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--accent-light);
    color: var(--accent-dark);
    font-size: 19px;
}

.hero-floating-card strong,
.hero-floating-card span {
    display: block;
}

.hero-floating-card strong {
    font-size: 13px;
}

.hero-floating-card span {
    margin-top: 2px;
    color: var(--text-muted);
    font-size: 10px;
}

/* =====================================================
   TRUST BAR
===================================================== */

.trust-bar {
    position: relative;
    z-index: 10;
    margin-top: -30px;
}

.trust-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: var(--bg-white);
    box-shadow: var(--shadow-soft);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 118px;
    padding: 24px;
    border-right: 1px solid var(--border);
}

.trust-item:last-child {
    border-right: 0;
}

.trust-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--bg-soft);
    color: var(--accent-dark);
    font-size: 20px;
}

.trust-item strong {
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
}

.trust-item span {
    display: block;
    color: var(--text-muted);
    font-size: 11px;
}

/* =====================================================
   SERVICES
===================================================== */

.services-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.service-card {
    position: relative;
    grid-column: span 4;
    min-height: 450px;
    overflow: hidden;
    border-radius: 28px;
    color: white;
    box-shadow: var(--shadow-soft);
    isolation: isolate;
}

.service-card.large {
    grid-column: span 8;
}

.service-card::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(23, 22, 20, 0.03) 20%,
            rgba(23, 22, 20, 0.9) 100%
        );
    content: "";
}

.service-card::after {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--service-image);
    background-position: center;
    background-size: cover;
    content: "";
    transition: transform 0.8s ease;
}

.service-card:hover::after {
    transform: scale(1.06);
}

.service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px;
}

.service-number {
    display: grid;
    place-items: center;
    min-width: 44px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 11px;
    font-weight: 700;
}

.service-arrow {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--bg-white);
    color: var(--text-dark);
    font-size: 18px;
    transition: var(--transition);
}

.service-card:hover .service-arrow {
    background: var(--primary-dark);
    color: white;
    transform: rotate(45deg);
}

.service-card-content {
    position: absolute;
    right: 27px;
    bottom: 27px;
    left: 27px;
}

.service-card h3 {
    margin-bottom: 10px;
    font-family: var(--font-heading);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 400;
    line-height: 1;
}

.service-card p {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

/* =====================================================
   BEFORE / AFTER
===================================================== */

.before-after-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 75px;
}

.before-after-copy .section-title {
    margin-bottom: 25px;
}

.before-after-copy > p {
    margin-bottom: 30px;
    color: var(--text-muted);
}

.result-list {
    display: grid;
    gap: 12px;
    margin-bottom: 34px;
}

.result-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
}

.result-list i {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--accent-light);
    color: var(--accent-dark);
}

.before-after-wrapper {
    position: relative;
    height: 620px;
    overflow: hidden;
    border: 10px solid var(--bg-white);
    border-radius: 36px;
    background: var(--bg-white);
    box-shadow: var(--shadow);
}

.before-image,
.after-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.before-image img,
.after-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.after-image {
    clip-path: inset(0 50% 0 0);
}

.before-after-label {
    position: absolute;
    z-index: 4;
    top: 22px;
    padding: 9px 13px;
    border-radius: 100px;
    background: rgba(23, 22, 20, 0.78);
    color: white;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.before-label {
    right: 22px;
}

.after-label {
    left: 22px;
}

.before-after-range {
    position: absolute;
    z-index: 10;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
}

.before-after-handle {
    position: absolute;
    z-index: 8;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: white;
    transform: translateX(-50%);
    pointer-events: none;
}

.before-after-handle span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 5px solid white;
    border-radius: 50%;
    background: var(--primary-dark);
    color: white;
    transform: translate(-50%, -50%);
}

/* =====================================================
   ABOUT
===================================================== */

.about-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 85px;
}

.about-image {
    position: relative;
}

.about-image > img {
    width: 100%;
    height: 680px;
    border-radius: 180px 32px 32px;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.about-floating-card {
    position: absolute;
    right: -35px;
    bottom: 40px;
    width: 235px;
    padding: 27px;
    border: 6px solid var(--bg-main);
    border-radius: 25px;
    background: var(--primary-dark);
    color: white;
    box-shadow: var(--shadow-soft);
}

.about-floating-card strong {
    display: block;
    margin-bottom: 6px;
    font-family: var(--font-heading);
    font-size: 50px;
    font-weight: 400;
}

.about-floating-card span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}

.about-content .section-title {
    margin-bottom: 27px;
}

.about-content > p {
    margin-bottom: 20px;
    color: var(--text-muted);
}

.about-list {
    margin: 30px 0 36px;
    border-top: 1px solid var(--border);
}

.about-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid var(--border);
    font-size: 13px;
    font-weight: 600;
}

.about-list i {
    color: var(--accent-dark);
    font-size: 18px;
}

/* =====================================================
   PROCESS
===================================================== */

.process-section {
    overflow: hidden;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(185, 165, 142, 0.2),
            transparent 32%
        ),
        var(--primary-dark);
    color: white;
}

.process-section .section-title {
    color: white;
}

.process-section .eyebrow,
.process-section .section-description {
    color: rgba(255, 255, 255, 0.62);
}

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

.process-card {
    min-height: 325px;
    padding: 29px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.07);
}

.process-number {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 80px;
    border-radius: 50%;
    background: var(--bg-main);
    color: var(--text-dark);
}

.process-card h3 {
    margin-bottom: 12px;
    font-family: var(--font-heading);
    font-size: 29px;
    font-weight: 400;
}

.process-card p {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

/* =====================================================
   WHY US
===================================================== */

.why-layout {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 80px;
}

.why-sticky {
    position: sticky;
    top: 135px;
}

.why-items {
    display: grid;
    gap: 16px;
}

.why-item {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 22px;
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 23px;
    background: var(--bg-white);
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
}

.why-item:hover {
    transform: translateY(-4px);
}

.why-icon {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: var(--bg-soft);
    color: var(--accent-dark);
    font-size: 23px;
}

.why-item h3 {
    margin-bottom: 7px;
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 400;
}

.why-item p {
    color: var(--text-muted);
    font-size: 13px;
}

/* =====================================================
   TESTIMONIALS
===================================================== */

.testimonials {
    background: var(--accent-light);
}

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

.testimonial-card {
    display: flex;
    flex-direction: column;
    min-height: 340px;
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: 26px;
    background: var(--bg-white);
    box-shadow: var(--shadow-soft);
}

.stars {
    margin-bottom: 27px;
    color: #b78835;
    letter-spacing: 3px;
}

.testimonial-text {
    flex: 1;
    font-family: var(--font-heading);
    font-size: 23px;
    line-height: 1.4;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 22px;
    border-top: 1px solid var(--border);
}

.testimonial-avatar {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--primary-dark);
    color: white;
}

/* =====================================================
   PAGE HERO
===================================================== */

.page-hero {
    min-height: 680px;
    padding: 165px 0 60px;
}

.page-hero-shell {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 500px;
    padding: 55px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(
            90deg,
            rgba(23, 22, 20, 0.88),
            rgba(23, 22, 20, 0.18)
        ),
        var(--page-image) center / cover;
    color: white;
    box-shadow: var(--shadow);
}

.page-hero-content {
    position: relative;
    z-index: 2;
}

.page-hero h1 {
    max-width: 840px;
    margin-bottom: 22px;
    font-family: var(--font-heading);
    font-size: clamp(58px, 8vw, 100px);
    font-weight: 400;
    line-height: 0.9;
}

.page-hero p {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.72);
}

/* =====================================================
   CTA
===================================================== */

.cta-wrapper {
    min-height: 550px;
    padding: 65px;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(
            90deg,
            rgba(23, 22, 20, 0.92),
            rgba(23, 22, 20, 0.28)
        ),
        url("https://images.unsplash.com/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=2000&q=90")
        center / cover;
    color: white;
    box-shadow: var(--shadow);
}

.cta-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 420px;
    max-width: 730px;
}

.cta-content h2 {
    margin-bottom: 22px;
    font-family: var(--font-heading);
    font-size: clamp(53px, 7vw, 88px);
    font-weight: 400;
    line-height: 0.95;
}

.cta-content p {
    margin-bottom: 29px;
    color: rgba(255, 255, 255, 0.72);
}

/* =====================================================
   SERVICE LIST
===================================================== */

.service-list {
    display: grid;
    gap: 16px;
}

.service-list-item {
    display: grid;
    grid-template-columns: 58px 1fr 1fr 50px;
    align-items: center;
    gap: 26px;
    min-height: 130px;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: var(--bg-white);
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
}

.service-list-item:hover {
    transform: translateY(-4px);
}

.service-list-item .number {
    display: grid;
    place-items: center;
    width: 47px;
    height: 47px;
    border-radius: 14px;
    background: var(--bg-soft);
    color: var(--accent-dark);
    font-size: 11px;
    font-weight: 800;
}

.service-list-item h3 {
    font-family: var(--font-heading);
    font-size: 29px;
    font-weight: 400;
}

.service-list-item p {
    color: var(--text-muted);
    font-size: 13px;
}

.service-list-item .arrow {
    display: grid;
    place-items: center;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: var(--primary-dark);
    color: white;
}

/* =====================================================
   CONTACT & FORMS
===================================================== */

.contact-layout,
.quote-layout {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 65px;
}

.contact-info-card {
    padding: 38px;
    border-radius: 30px;
    background: var(--primary-dark);
    color: white;
    box-shadow: var(--shadow);
}

.contact-info-card h3 {
    margin-bottom: 14px;
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: 400;
}

.contact-info-card > p {
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.65);
}

.contact-info-list {
    display: grid;
}

.contact-info-item {
    display: flex;
    gap: 15px;
    padding: 19px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-info-item > i {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 39px;
    height: 39px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--sand);
}

.contact-form {
    display: grid;
    gap: 19px;
    padding: 35px;
    border: 1px solid var(--border);
    border-radius: 28px;
    background: var(--bg-white);
    box-shadow: var(--shadow-soft);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.form-group {
    display: grid;
    gap: 8px;
}

.form-group label {
    color: var(--text-heading);
    font-size: 11px;
    font-weight: 800;
}

.form-control {
    width: 100%;
    min-height: 58px;
    padding: 0 16px;
    outline: none;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--bg-main);
    color: var(--text-dark);
    transition: var(--transition);
}

textarea.form-control {
    min-height: 155px;
    padding-top: 15px;
    resize: vertical;
}

.form-control:focus {
    border-color: var(--accent-dark);
    background: white;
    box-shadow: 0 0 0 4px rgba(135, 115, 94, 0.1);
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.checkbox-option {
    position: relative;
}

.checkbox-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkbox-option span {
    display: inline-flex;
    align-items: center;
    min-height: 45px;
    padding: 0 16px;
    border: 1px solid var(--border);
    border-radius: 100px;
    background: var(--bg-main);
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.checkbox-option input:checked + span {
    background: var(--primary-dark);
    color: white;
}

.field-validation,
.validation-summary {
    color: #a33d43;
    font-size: 10px;
}

/* =====================================================
   SUCCESS
===================================================== */

.success-section {
    display: grid;
    min-height: 100vh;
    align-items: center;
    padding: 150px 0 80px;
}

.success-card {
    max-width: 720px;
    margin-inline: auto;
    padding: 65px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    background: var(--bg-white);
    text-align: center;
    box-shadow: var(--shadow);
}

.success-icon {
    display: grid;
    place-items: center;
    width: 84px;
    height: 84px;
    margin: 0 auto 28px;
    border-radius: 50%;
    background: var(--primary-dark);
    color: white;
    font-size: 35px;
}

.success-card h1 {
    margin-bottom: 17px;
    font-family: var(--font-heading);
    font-size: clamp(55px, 8vw, 86px);
    font-weight: 400;
}

.success-card p {
    margin-bottom: 30px;
    color: var(--text-muted);
}

/* =====================================================
   WHATSAPP
===================================================== */

.whatsapp-floating {
    position: fixed;
    z-index: 1100;
    right: 25px;
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 61px;
    padding: 8px 18px 8px 9px;
    border: 4px solid rgba(255, 255, 255, 0.94);
    border-radius: 100px;
    background: #25d366;
    color: white;
    box-shadow: 0 15px 40px rgba(12, 101, 48, 0.27);
    transition: var(--transition);
}

.whatsapp-floating:hover {
    background: #1cad53;
    transform: translateY(-4px);
}

.whatsapp-floating > i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    font-size: 23px;
}

.whatsapp-text {
    display: grid;
    line-height: 1.15;
}

.whatsapp-text small {
    opacity: 0.72;
    font-size: 9px;
}

.whatsapp-text strong {
    font-size: 12px;
}

.whatsapp-pulse {
    position: absolute;
    inset: -5px;
    z-index: -1;
    border-radius: inherit;
    background: rgba(37, 211, 102, 0.2);
    animation: whatsappPulse 2s infinite;
}

@keyframes whatsappPulse {
    0% {
        opacity: 0.7;
        transform: scale(0.96);
    }

    70% {
        opacity: 0;
        transform: scale(1.18);
    }

    100% {
        opacity: 0;
    }
}

/* =====================================================
   FOOTER
===================================================== */

.site-footer {
    padding: 90px 0 28px;
    background: var(--primary-dark);
    color: white;
}

.footer-showcase {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 70px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-kicker {
    display: block;
    margin-bottom: 15px;
    color: var(--sand);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer-showcase h2 {
    max-width: 750px;
    font-family: var(--font-heading);
    font-size: clamp(45px, 6vw, 76px);
    font-weight: 400;
    line-height: 1;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.15fr 0.6fr 0.7fr 1fr;
    gap: 55px;
    padding-bottom: 65px;
}

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

.footer-logo .logo-text span {
    color: var(--sand);
}

.footer-brand > p {
    max-width: 360px;
    margin-top: 23px;
    color: rgba(255, 255, 255, 0.53);
    font-size: 13px;
}

.footer-title {
    margin-bottom: 22px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.footer-links,
.footer-contact {
    display: grid;
    gap: 12px;
}

.footer-links a,
.footer-contact a,
.footer-contact p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
}

.footer-contact a,
.footer-contact p {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.footer-contact i {
    color: var(--sand);
}

.footer-contact small {
    display: block;
    color: rgba(255, 255, 255, 0.35);
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-social {
    display: flex;
    gap: 9px;
    margin-top: 25px;
}

.footer-social a {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

.footer-social a:hover {
    background: var(--sand);
    color: var(--text-dark);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    color: rgba(255, 255, 255, 0.35);
    font-size: 10px;
}

/* =====================================================
   MOBILE MENU
===================================================== */

@media (max-width: 1100px) {

    .site-header {
        padding: 12px 0;
    }

    .site-header.scrolled {
        padding: 8px 0;
    }

    .navbar {
        min-height: 68px;
        padding: 5px 7px 5px 9px;
        border-radius: 18px;
    }

    .nav-phone,
    .nav-cta {
        display: none;
    }

    .nav-actions {
        margin-left: auto;
    }

    .menu-toggle {
        position: relative;
        z-index: 1800;
        display: flex;
    }

    body.menu-open .menu-toggle {
        position: fixed;
        z-index: 1800;
        top: 22px;
        right: 22px;
        border-color: rgba(255, 255, 255, 0.18);
        background: rgba(255, 255, 255, 0.1);
    }

    body.menu-open .menu-toggle span:nth-child(1) {
        transform: translateY(6.5px) rotate(45deg);
    }

    body.menu-open .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    body.menu-open .menu-toggle span:nth-child(3) {
        transform: translateY(-6.5px) rotate(-45deg);
    }

   .nav-menu {

        position: fixed;

        z-index: 1700;

        top: 0;

        right: 0;

        bottom: 0;

        display: flex;

        visibility: hidden;

        flex-direction: column;

        align-items: stretch;

        gap: 0;

        width: min(90%, 410px);

        height: 100dvh;

        padding:

            max(24px, env(safe-area-inset-top))

            22px

            max(24px, env(safe-area-inset-bottom));

        overflow-y: auto;

        background:

            radial-gradient(

                circle at 90% 8%,

                rgba(127, 200, 169, 0.22),

                transparent 30%

            ),

            linear-gradient(

                180deg,

                #1f5f5b 0%,

                #2f7f7a 100%

            );

        opacity: 0;

        pointer-events: none;

        box-shadow: -25px 0 70px rgba(31, 95, 91, 0.28);

        transform: translateX(100%);

        transition:

            transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),

            opacity 0.3s ease,

            visibility 0.42s ease;

    }

    .nav-menu.active {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }

    .nav-menu .mobile-menu-header {
        display: block;
        margin-bottom: 22px;
        padding: 1px 62px 24px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .mobile-menu-brand {
        display: flex;
        align-items: center;
        gap: 11px;
    }

    .mobile-menu-logo {
        width: 49px;
        height: 49px;
        padding: 3px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 50%;
        background: white;
        object-fit: contain;
    }

    .mobile-menu-brand > div {
        display: flex;
        flex-direction: column;
        line-height: 1;
    }

    .mobile-menu-brand strong {
        color: white;
        font-family: var(--font-heading);
        font-size: 23px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .mobile-menu-brand span {
        margin-top: 6px;
        color: var(--sand);
        font-size: 7px;
        font-weight: 800;
        letter-spacing: 2.5px;
        text-transform: uppercase;
    }

    .nav-menu > li:not(.mobile-menu-header):not(.mobile-menu-info):not(.mobile-menu-button) {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    }

    .nav-menu > li:not(.mobile-menu-header):not(.mobile-menu-info):not(.mobile-menu-button) > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        min-height: 64px;
        padding: 0 3px;
        color: rgba(255, 255, 255, 0.87);
        font-family: var(--font-heading);
        font-size: 26px;
        font-weight: 400;
    }

    .nav-menu > li:not(.mobile-menu-header):not(.mobile-menu-info):not(.mobile-menu-button) > a::after {
        display: none;
    }

    .nav-menu > li:not(.mobile-menu-header):not(.mobile-menu-info):not(.mobile-menu-button) > a > i {
        display: grid;
        flex: 0 0 auto;
        place-items: center;
        width: 35px;
        height: 35px;
        border: 1px solid rgba(255, 255, 255, 0.13);
        border-radius: 50%;
        color: rgba(255, 255, 255, 0.55);
        font-size: 13px;
    }

    .nav-menu .mobile-menu-info {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        margin-top: auto;
        padding-top: 25px;
    }

    .mobile-contact-card {
        display: flex;
        align-items: center;
        gap: 9px;
        min-width: 0;
        min-height: 66px;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.11);
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.055);
    }

    .mobile-contact-card::after {
        display: none !important;
    }

    .mobile-contact-icon {
        display: grid;
        flex: 0 0 auto;
        place-items: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.09);
        color: var(--sand);
        font-size: 15px;
    }

    .mobile-contact-icon.whatsapp {
        background: rgba(37, 211, 102, 0.15);
        color: #58df89;
    }

    .mobile-contact-text {
        min-width: 0;
        line-height: 1.25;
    }

    .mobile-contact-text small {
        display: block;
        margin-bottom: 3px;
        color: rgba(255, 255, 255, 0.4);
        font-size: 7px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .mobile-contact-text strong {
        display: block;
        overflow: hidden;
        color: white;
        font-size: 9px;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nav-menu .mobile-menu-button {
        display: block;
        margin-top: 10px;
    }

    .mobile-menu-button > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 56px;
        padding: 0 18px;
        border-radius: 13px;
        background: var(--bg-main);
        color: var(--primary-dark);
        font-size: 12px;
        font-weight: 800;
    }

    .mobile-menu-button > a::after {
        display: none;
    }

    .hero-shell,
    .section-heading,
    .before-after-grid,
    .about-layout,
    .why-layout,
    .contact-layout,
    .quote-layout {
        grid-template-columns: 1fr;
    }

    .service-card,
    .service-card.large {
        grid-column: span 6;
    }

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

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

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

    .why-sticky {
        position: static;
    }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 780px) {

    .container {
        width: min(calc(100% - 24px), var(--container));
    }

    .section {
        padding: 85px 0;
    }

    .logo-image {
        width: 52px;
        height: 52px;
        padding: 3px;
    }

    .logo-text strong {
        font-size: 20px;
    }

    .logo-text span {
        font-size: 7px;
        letter-spacing: 2.2px;
    }

    .hero {
        min-height: auto;
        padding: 115px 0 50px;
    }

    .hero-shell {
        min-height: auto;
        padding: 29px;
        border-radius: 30px;
    }

    .hero-visual {
        min-height: 500px;
    }

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

    .service-card,
    .service-card.large {
        grid-column: span 12;
    }

    .before-after-wrapper {
        height: 500px;
    }

    .about-image > img {
        height: 530px;
    }

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

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

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

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

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

/* =====================================================
   TELEFON
===================================================== */

@media (max-width: 520px) {

    .site-header {
        padding: 8px 0;
    }

    .navbar {
        min-height: 59px;
        padding: 4px 5px 4px 7px;
        border-radius: 15px;
    }

    .logo-image {
        width: 47px;
        height: 47px;
        padding: 2px;
    }

    .logo-text strong {
        font-size: 18px;
    }

    .logo-text span {
        font-size: 6px;
        letter-spacing: 1.8px;
    }

    .menu-toggle {
        width: 43px;
        height: 43px;
        border-radius: 13px;
    }

    body.menu-open .menu-toggle {
        top: 17px;
        right: 16px;
    }

    .nav-menu {
        width: 100%;
        padding:
            max(19px, env(safe-area-inset-top))
            18px
            max(20px, env(safe-area-inset-bottom));
    }

    .nav-menu .mobile-menu-header {
        margin-bottom: 15px;
        padding-bottom: 19px;
    }

    .nav-menu > li:not(.mobile-menu-header):not(.mobile-menu-info):not(.mobile-menu-button) > a {
        min-height: 58px;
        font-size: 23px;
    }

    .nav-menu .mobile-menu-info {
        gap: 7px;
        padding-top: 19px;
    }

    .mobile-contact-card {
        min-height: 61px;
        padding: 8px;
    }

    .mobile-contact-icon {
        width: 33px;
        height: 33px;
    }

    .section-title {
        font-size: 42px;
    }

    .hero-shell {
        padding: 23px;
    }

    .hero h1 {
        font-size: 52px;
        letter-spacing: -2px;
    }

    .hero-description {
        font-size: 14px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .hero-note {
        flex-direction: column;
        gap: 8px;
    }

    .hero-visual {
        min-height: 410px;
    }

    .hero-main-image {
        width: 100%;
        border-radius: 110px 22px 22px;
    }

    .hero-small-image {
        display: none;
    }

    .hero-floating-card {
        right: 10px;
        left: auto;
        max-width: 205px;
    }

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

    .trust-item {
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }

    .service-card,
    .service-card.large {
        min-height: 390px;
    }

    .before-after-wrapper {
        height: 420px;
        border-width: 6px;
        border-radius: 25px;
    }

    .about-image > img {
        height: 450px;
        border-radius: 120px 25px 25px;
    }

    .about-floating-card {
        right: 10px;
        width: 190px;
        padding: 20px;
    }

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

    .contact-form,
    .contact-info-card {
        padding: 24px;
    }

    .success-card {
        padding: 45px 24px;
    }

    .whatsapp-floating {
        right: 13px;
        bottom: 13px;
        width: 59px;
        height: 59px;
        min-height: 59px;
        padding: 7px;
    }

    .whatsapp-floating > i {
        width: 100%;
        height: 100%;
    }

    .whatsapp-text {
        display: none;
    }
}

/* =====================================================
   LOGO BOYUTU — SON AYAR
===================================================== */

.site-header .navbar {
    min-height: 96px;
    padding: 8px 14px 8px 8px;
}

.site-header .logo {
    gap: 14px;
    margin-right: 55px;
}

.site-header .logo-image {
    width: 82px;
    height: 82px;
    min-width: 82px;
    padding: 2px;
    border-radius: 50%;
    object-fit: cover;
}

.site-header .logo-text strong {
    font-size: 29px;
}

.site-header .logo-text span {
    margin-top: 6px;
    font-size: 9px;
    letter-spacing: 3px;
}

/* Tablet ve mobil */

@media (max-width: 1100px) {

    .site-header .navbar {
        min-height: 82px;
    }

    .site-header .logo {
        margin-right: 0;
    }

    .site-header .logo-image {
        width: 70px;
        height: 70px;
        min-width: 70px;
    }

    .site-header .logo-text strong {
        font-size: 24px;
    }

    .site-header .logo-text span {
        font-size: 8px;
    }
}

@media (max-width: 520px) {

    .site-header .navbar {
        min-height: 76px;
        padding: 4px 5px 4px 6px;
    }

    .site-header .logo-image {
        width: 66px;
        height: 66px;
        min-width: 66px;
    }

    .site-header .logo-text strong {
        font-size: 22px;
    }

    .site-header .logo-text span {
        font-size: 7px;
        letter-spacing: 2px;
    }
}

main {
    padding-top: 20px;
}

.contact-address,
.footer-contact {
    font-style: normal;
}

.service-card h2,
.service-card h3 {
    margin: 0;
    font-family: "DM Serif Display", serif;
}