/* ========================================
   Home Tech Appliance Repair - Premium Theme
   ======================================== */

:root {
    --bg-main: #f5f8f8;
    --bg-soft: #edf3f3;
    --bg-panel: rgba(255, 255, 255, 0.92);
    --bg-panel-strong: rgba(255, 255, 255, 0.98);
    --gold-1: #7bb8b0;
    --gold-2: #3b8f8a;
    --gold-3: #1d5962;
    --silver-1: #1b1d1f;
    --silver-2: #64696f;
    --silver-3: #9ca1a8;
    --text-main: #1f2328;
    --text-soft: #5f6670;
    --text-muted: #8b9199;
    --border: rgba(24, 28, 35, 0.1);
    --border-strong: rgba(59, 143, 138, 0.32);
    --shadow-soft: 0 18px 45px rgba(27, 31, 36, 0.08);
    --shadow-deep: 0 28px 70px rgba(27, 31, 36, 0.12);
    --gold-gradient: linear-gradient(135deg, var(--gold-1) 0%, var(--gold-2) 50%, var(--gold-3) 100%);
    --silver-gradient: linear-gradient(135deg, #ffffff 0%, #f3f7f7 52%, #dfe8e8 100%);
    --panel-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 247, 247, 0.94) 100%);
    --section-gradient: radial-gradient(circle at top, rgba(123, 184, 176, 0.14), transparent 36%), linear-gradient(180deg, #fbfdfd 0%, #eef4f4 100%);
    --transition: all 0.3s ease;
    --font-primary: 'Inter', sans-serif;
    --font-heading: 'Cinzel', serif;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-main);
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.96), transparent 22%),
        radial-gradient(circle at 82% 0%, rgba(59, 143, 138, 0.1), transparent 18%),
        linear-gradient(180deg, #ffffff 0%, #f0f5f5 100%);
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(27, 29, 31, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(27, 29, 31, 0.03) 1px, transparent 1px);
    background-size: 120px 120px;
    opacity: 0.2;
    pointer-events: none;
    z-index: -1;
}

.container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}

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

ul {
    list-style: none;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    line-height: 1.2;
    letter-spacing: 0.02em;
}

h1 { font-size: clamp(2.1rem, 3.8vw, 3.45rem); }
h2 { font-size: clamp(1.5rem, 2.6vw, 2.15rem); }
h3 { font-size: 1.08rem; }
h4 { font-size: 1rem; }

section {
    position: relative;
    padding: 72px 0;
}

section::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: min(1120px, calc(100% - 40px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(123, 184, 176, 0.4), transparent);
}

.section-header {
    text-align: center;
    margin-bottom: 38px;
}

.section-header h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    color: var(--silver-1);
    letter-spacing: 0.015em;
}

.section-header h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: var(--gold-gradient);
}

.section-header p {
    color: var(--text-soft);
    font-size: 0.98rem;
    max-width: 640px;
    margin: 0 auto;
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 8px 0;
    background: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid rgba(24, 28, 35, 0.08);
    backdrop-filter: blur(18px);
    box-shadow: 0 8px 30px rgba(27, 31, 36, 0.08);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.logo-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-wrap img {
    height: 44px;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.4));
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.logo-text .main {
    font-family: var(--font-heading);
    font-size: 0.96rem;
    color: var(--silver-1);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.logo-text .sub {
    font-size: 0.66rem;
    color: var(--gold-1);
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.main-nav {
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    gap: 20px;
}

.nav-list a {
    color: var(--text-soft);
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: var(--transition);
    position: relative;
}

.nav-list a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    background: var(--gold-gradient);
    transition: var(--transition);
}

.nav-list a:hover {
    color: var(--text-main);
}

.nav-list a:hover::after {
    transform: scaleX(1);
}

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

.phone-btn,
.btn {
    transition: var(--transition);
}

.phone-btn {
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--gold-gradient);
    color: #111214;
    font-size: 0.88rem;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(59, 143, 138, 0.25);
}

.phone-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(59, 143, 138, 0.34);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.menu-toggle span {
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: var(--text-main);
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: -100%;
    width: min(86vw, 320px);
    height: 100vh;
    padding: 92px 28px 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f0f5f5 100%);
    border-right: 1px solid rgba(123, 184, 176, 0.22);
    box-shadow: var(--shadow-deep);
    z-index: 2000;
    transition: var(--transition);
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu .nav-list {
    flex-direction: column;
    gap: 18px;
}

.mobile-menu .nav-list a {
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(20, 24, 31, 0.22);
    z-index: 1500;
}

.hero {
    padding: 20px 0 40px;
}

.hero::before {
    display: none;
}

.hero-slider,
.slide {
    position: relative;
}

.slide {
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(24, 28, 35, 0.08);
    border-radius: 34px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.84) 34%, rgba(255, 255, 255, 0.28) 62%, rgba(255, 255, 255, 0.08) 100%),
        radial-gradient(circle at 75% 24%, rgba(123, 184, 176, 0.2), transparent 18%),
        url('img/hero-washing-repair.png') center right / cover no-repeat,
        linear-gradient(135deg, rgba(242, 248, 247, 0.96) 0%, rgba(226, 236, 235, 0.96) 100%);
    box-shadow: var(--shadow-deep);
}

.slide::before,
.slide::after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.slide::before {
    inset: 0;
    background:
        radial-gradient(circle at center, transparent 0%, rgba(255, 255, 255, 0) 60%, rgba(214, 227, 225, 0.46) 100%);
}

.slide::after {
    width: 460px;
    height: 460px;
    right: -60px;
    bottom: -90px;
    border-radius: 50%;
    border: 1px solid rgba(123, 184, 176, 0.16);
    background: radial-gradient(circle, rgba(123, 184, 176, 0.16) 0%, transparent 70%);
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 680px;
    padding: 36px 0;
}

.hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 26px;
    align-items: center;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    margin-bottom: 18px;
    border: 1px solid rgba(123, 184, 176, 0.28);
    border-radius: 999px;
    color: var(--gold-1);
    background: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-eyebrow::before {
    content: '';
    width: 38px;
    height: 1px;
    background: var(--gold-gradient);
}

.hero-content h1 {
    max-width: 11ch;
    margin-bottom: 12px;
    color: var(--silver-1);
    font-size: clamp(1.7rem, 2.7vw, 2.65rem);
    line-height: 1.02;
    letter-spacing: 0.01em;
}

.hero-content p,
.hero-lead {
    max-width: 620px;
    margin-bottom: 16px;
    color: var(--text-soft);
    font-size: 1.02rem;
}

.hero-lead {
    font-size: 1.08rem;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.stat-item,
.feature-card,
.review-card,
.brand-item,
.faq-item,
.contact-form,
.info-item,
.gallery-item {
    border: 1px solid var(--border);
    background: var(--panel-gradient);
    backdrop-filter: blur(8px);
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-bottom: 20px;
    color: var(--text-soft);
    font-size: 0.94rem;
}

.hero-proof-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(24, 28, 35, 0.08);
    color: var(--text-main);
    font-weight: 700;
}

.hero-proof-rating::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #86d49f 0%, #3ba55d 100%);
    box-shadow: 0 0 0 5px rgba(134, 212, 159, 0.18);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 28px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-primary {
    background: var(--gold-gradient);
    color: #111214;
    box-shadow: 0 14px 30px rgba(59, 143, 138, 0.24);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 36px rgba(59, 143, 138, 0.3);
}

.btn-outline {
    background: rgba(255, 255, 255, 0.72);
    color: var(--text-main);
    border-color: rgba(24, 28, 35, 0.18);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(123, 184, 176, 0.4);
}

.btn-call-now {
    background: var(--gold-gradient);
    color: #111214;
    border-color: transparent;
    box-shadow: 0 14px 30px rgba(59, 143, 138, 0.24);
}

.btn-call-now:hover {
    background: var(--gold-gradient);
    color: #111214;
    transform: translateY(-3px);
    box-shadow: 0 20px 36px rgba(59, 143, 138, 0.3);
}

.btn-outline-dark {
    background: transparent;
    color: var(--gold-1);
    border-color: rgba(123, 184, 176, 0.42);
}

.btn-outline-dark:hover {
    background: rgba(123, 184, 176, 0.08);
    color: var(--text-main);
}

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

.stat-item {
    padding: 14px 16px;
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
    background: rgba(255, 255, 255, 0.82);
}

.stat-item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--gold-1);
    font-size: 1.24rem;
    font-weight: 800;
}

.stat-item span {
    color: var(--text-soft);
    font-size: 0.9rem;
}

.hero-aside {
    display: grid;
    gap: 14px;
    width: 100%;
    max-width: 340px;
    justify-self: end;
    align-self: start;
}

.hero-aside-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(24, 28, 35, 0.08);
    border-radius: clamp(20px, 3vw, 28px);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow-soft);
}

.hero-aside-primary {
    padding: clamp(18px, 2.4vw, 22px) clamp(18px, 2vw, 22px);
    background:
        radial-gradient(circle at top right, rgba(123, 184, 176, 0.24), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 248, 247, 0.92) 100%);
}

.hero-card-label {
    margin-bottom: 10px;
    color: var(--gold-3);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-aside-primary h2 {
    margin-bottom: 14px;
    color: var(--silver-1);
    font-size: clamp(1.2rem, 1.6vw, 1.6rem);
    line-height: 1.12;
}

.hero-checklist {
    display: grid;
    gap: 10px;
}

.hero-checklist li {
    position: relative;
    padding-left: 26px;
    color: var(--text-soft);
    font-size: 0.92rem;
}

.hero-checklist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.48em;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold-gradient);
    box-shadow: 0 0 0 6px rgba(123, 184, 176, 0.16);
}

.hero-aside-secondary {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
}

.mini-stat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 18px;
    background: var(--gold-gradient);
    color: #111214;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    box-shadow: 0 16px 28px rgba(59, 143, 138, 0.2);
}

.mini-stat-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: rgba(255, 255, 255, 0.96);
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 2px 6px rgba(17, 18, 20, 0.12));
}

.hero-aside-secondary strong {
    display: block;
    margin-bottom: 2px;
    color: var(--text-main);
    font-size: 1rem;
}

.hero-aside-secondary p {
    color: var(--text-soft);
    font-size: 0.9rem;
}

.services-section,
.reviews-section,
.brands-section,
.gallery-section {
    background: var(--section-gradient);
}

.features-section,
.faq-section,
.contact-section {
    background: linear-gradient(180deg, #ffffff 0%, #f1f6f6 100%);
}

.services-grid,
.features-grid,
.reviews-slider,
.gallery-grid {
    display: grid;
    gap: 18px;
}

.location-section {
    background: linear-gradient(180deg, #ffffff 0%, #f1f6f6 100%);
}

.location-panel {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 18px;
    align-items: stretch;
}

.location-copy {
    display: grid;
    gap: 14px;
    align-content: start;
}

.map-embed-wrap {
    overflow: hidden;
    min-height: 380px;
    border: 1px solid var(--border);
    border-radius: 28px;
    background: var(--panel-gradient);
    box-shadow: var(--shadow-soft);
}

.map-embed {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 380px;
    border: 0;
}

.contact-map {
    min-height: 320px;
}

.contact-map .map-embed {
    min-height: 320px;
}

.services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 28px;
}

.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid var(--border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 247, 247, 0.9) 100%);
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
}

.service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(123, 184, 176, 0.16), transparent 38%);
    opacity: 0;
    transition: var(--transition);
}

.service-card:hover {
    border-color: var(--border-strong);
    box-shadow: 0 24px 54px rgba(27, 31, 36, 0.14);
}

.service-card:hover::before {
    opacity: 1;
}

.service-card a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 20px;
}

.card-image {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 14px;
    border-radius: 18px;
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.96), rgba(237, 244, 243, 0.7));
}

.card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
    transition: transform 0.35s ease;
}

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

.service-card h3 {
    color: var(--silver-1);
    font-size: 1.08rem;
    text-align: center;
}

.section-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.section-buttons-spaced {
    margin-top: 24px;
}

.btn-view-all-accent {
    background: linear-gradient(135deg, rgba(29, 89, 98, 0.12) 0%, rgba(123, 184, 176, 0.22) 100%);
    color: var(--gold-3);
    border-color: rgba(29, 89, 98, 0.3);
    box-shadow: 0 14px 26px rgba(29, 89, 98, 0.12);
}

.btn-view-all-accent:hover {
    background: linear-gradient(135deg, rgba(29, 89, 98, 0.18) 0%, rgba(123, 184, 176, 0.3) 100%);
    color: var(--silver-1);
    border-color: rgba(29, 89, 98, 0.42);
    box-shadow: 0 18px 30px rgba(29, 89, 98, 0.16);
}

.page-hero-panel {
    border: 1px solid var(--border);
    border-radius: 30px;
    background: var(--panel-gradient);
    box-shadow: var(--shadow-deep);
    overflow: hidden;
}

.features-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.feature-card {
    padding: 24px 22px;
    border-radius: 24px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
    background:
        radial-gradient(circle at top, rgba(123, 184, 176, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 248, 247, 0.92) 100%);
}

.feature-card:hover,
.review-card:hover,
.brand-item:hover,
.gallery-item:hover {
    transform: translateY(-6px);
    border-color: var(--border-strong);
}

.feature-icon,
.review-avatar,
.info-icon,
.bottom-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gold-gradient);
    color: #111214;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(59, 143, 138, 0.28);
}

.feature-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 22px;
    font-size: 1rem;
    letter-spacing: 0.08em;
}

.feature-card h3 {
    margin-bottom: 10px;
    color: var(--silver-1);
}

.feature-card p {
    color: var(--text-soft);
}

.reviews-slider {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-bottom: 28px;
}

.review-card {
    padding: 22px;
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
    background: rgba(255, 255, 255, 0.9);
}

.review-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.review-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    font-size: 1rem;
}

.review-info h4 {
    margin-bottom: 4px;
    color: var(--silver-1);
}

.stars {
    color: var(--gold-1);
    letter-spacing: 0.12em;
}

.review-text {
    color: var(--text-soft);
}

.brands-section {
    padding: 64px 0;
}

.brands-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 155px;
    min-height: 84px;
    padding: 18px 22px;
    border-radius: 20px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
}

.brand-item img {
    max-width: 118px;
    filter: none;
    opacity: 1;
    transition: var(--transition);
}

.brand-item-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.brand-item-text span {
    color: var(--silver-1);
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
}

.brand-item:hover img {
    filter: none;
    opacity: 1;
}

.faq-list {
    max-width: 860px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 12px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 18px 20px;
    cursor: pointer;
    color: var(--silver-1);
    background: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.faq-question:hover {
    background: rgba(243, 249, 249, 1);
}

.faq-icon {
    color: var(--gold-1);
    font-size: 1.45rem;
    transition: var(--transition);
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 220px;
}

.faq-answer p {
    padding: 0 20px 18px;
    color: var(--text-soft);
}

.gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 28px 0 0;
}

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

.gallery-item {
    border-radius: 24px;
    overflow: hidden;
    min-height: 250px;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 22px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.86));
    color: #ffffff;
    transform: translateY(100%);
    transition: var(--transition);
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.contact-form-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 22px;
    align-items: start;
}

.body-modal-open {
    overflow: hidden;
}

.contact-modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition);
    z-index: 1400;
}

.contact-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.contact-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(16, 24, 33, 0.64);
    backdrop-filter: blur(8px);
}

.contact-modal-dialog {
    position: relative;
    width: min(100%, 680px);
    max-height: min(88vh, 920px);
    overflow-y: auto;
    padding: 24px;
    border: 1px solid rgba(123, 184, 176, 0.28);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(123, 184, 176, 0.16), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(241, 247, 247, 0.96) 100%);
    box-shadow: var(--shadow-deep);
    transform: translateY(24px) scale(0.98);
    transition: var(--transition);
}

.contact-modal.is-open .contact-modal-dialog {
    transform: translateY(0) scale(1);
}

.contact-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(27, 29, 31, 0.08);
    color: var(--silver-1);
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    transform: rotate(45deg);
    transition: var(--transition);
}

.contact-modal-close:hover {
    background: rgba(123, 184, 176, 0.2);
}

.contact-modal-copy {
    margin-bottom: 14px;
    padding-right: 48px;
}

.contact-modal-eyebrow {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(123, 184, 176, 0.12);
    color: var(--gold-3);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-modal-copy p {
    max-width: 48ch;
    color: var(--text-soft);
    font-size: 0.96rem;
}

.contact-modal-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.page-hero {
    padding: 42px 0 24px;
}

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

.page-hero-panel {
    padding: 56px 44px;
    background:
        radial-gradient(circle at 82% 20%, rgba(123, 184, 176, 0.16), transparent 18%),
        radial-gradient(circle at 16% 8%, rgba(255, 255, 255, 0.96), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 248, 247, 0.94) 100%);
}

.page-hero-panel h1 {
    max-width: 14ch;
    margin: 18px 0 16px;
    color: var(--silver-1);
    font-size: clamp(2rem, 3.2vw, 3rem);
}

.page-hero-panel p {
    max-width: 720px;
    color: var(--text-soft);
    font-size: 1.05rem;
}

.contact-page-section {
    padding-top: 42px;
}

.contact-form {
    padding: 28px;
    border-radius: 26px;
    box-shadow: var(--shadow-soft);
}

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

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

.location-input-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(111, 126, 138, 0.42);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--text-main);
    font: inherit;
    transition: var(--transition);
}

.contact-modal-form .form-group-full,
.contact-modal-form .btn,
.contact-modal-form .form-status {
    grid-column: 1 / -1;
}

.location-btn {
    min-width: 150px;
    min-height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    white-space: nowrap;
}

.field-note {
    margin-top: 8px;
    color: var(--text-muted);
    font-size: 0.84rem;
}

.form-group select {
    appearance: none;
    background:
        linear-gradient(45deg, transparent 50%, var(--gold-1) 50%),
        linear-gradient(135deg, var(--gold-1) 50%, transparent 50%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04));
    background-position:
        calc(100% - 22px) calc(50% - 3px),
        calc(100% - 16px) calc(50% - 3px),
        0 0;
    background-size:
        6px 6px,
        6px 6px,
        100% 100%;
    background-repeat: no-repeat;
    padding-right: 42px;
    border: 1px solid rgba(111, 126, 138, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
    color: var(--text-main);
    font-family: var(--font-primary);
    font-weight: 600;
    letter-spacing: 0.02em;
}

.form-group select option {
    background: #ffffff;
    color: #1f2328;
    font-family: var(--font-primary);
    font-weight: 600;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--text-muted);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: rgba(123, 184, 176, 0.45);
    box-shadow: 0 0 0 3px rgba(123, 184, 176, 0.12);
}

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

.contact-form .btn {
    width: 100%;
}

.form-status {
    min-height: 24px;
    margin-top: 0;
    color: var(--text-soft);
    font-size: 0.9rem;
}

.form-status.is-success {
    color: #9fe3b3;
}

.form-status.is-error {
    color: #ff9d9d;
}

.contact-info {
    display: grid;
    gap: 18px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
}

.info-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 16px;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
}

.info-item h4 {
    margin-bottom: 4px;
    color: var(--silver-1);
}

.info-item p {
    color: var(--text-soft);
}

.main-footer {
    padding: 54px 0 18px;
    background: linear-gradient(180deg, #f4f8f8 0%, #e9f0f0 100%);
    border-top: 1px solid rgba(24, 28, 35, 0.08);
}

.footer-content {
    display: grid;
    grid-template-columns: 1.15fr repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 26px;
}

.footer-logo img {
    height: 72px;
    margin-bottom: 16px;
}

.footer-logo p,
.footer-contact p,
.footer-links a,
.footer-services a {
    color: var(--text-soft);
}

.footer-links h4,
.footer-services h4,
.footer-contact h4 {
    margin-bottom: 18px;
    color: var(--silver-1);
}

.footer-links ul li,
.footer-services ul li {
    margin-bottom: 10px;
}

.footer-links a:hover,
.footer-services a:hover {
    color: var(--gold-1);
}

.footer-contact p {
    margin-bottom: 10px;
}

.footer-bottom {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.footer-bottom p {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.bottom-navbar {
    display: none;
    position: fixed;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    width: min(92vw, 360px);
    padding: 12px 16px;
    border: 1px solid rgba(123, 184, 176, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow-soft);
    justify-content: space-around;
    z-index: 999;
}

.bottom-navbar a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: var(--text-main);
    font-size: 0.76rem;
    font-weight: 700;
}

.bottom-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-size: 0.68rem;
}

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

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

    .hero-aside {
        max-width: none;
        justify-self: stretch;
    }

    .hero-content {
        max-width: none;
    }

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

    .nav-list {
        gap: 18px;
    }

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

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

    .location-input-group {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    section {
        padding: 58px 0;
    }

    .main-nav {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }

    .mobile-menu {
        display: block;
    }

    .logo-text {
        display: none;
    }

    .phone-btn {
        display: none;
    }

    .hero {
        padding-top: 18px;
    }

    .slide {
        min-height: 460px;
        border-radius: 26px;
        background-position: center, 75% 24%, 72% center, center;
    }

    .hero-content {
        padding: 28px 0;
    }

    .hero-content h1 {
        max-width: 10ch;
    }

    .hero-content p {
        font-size: 1rem;
    }

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

    .btn {
        width: 100%;
    }

    .services-grid,
    .features-grid,
    .reviews-slider,
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .bottom-navbar {
        display: flex;
    }

    .contact-modal {
        padding: 14px;
    }

    .contact-modal-dialog {
        padding: 26px 20px;
        border-radius: 22px;
    }

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

    body {
        padding-bottom: 92px;
    }
}

@media (max-width: 560px) {
    .container {
        padding: 0 16px;
    }

    .main-header {
        padding: 7px 0;
    }

    .logo-wrap img {
        height: 39px;
    }

    .slide {
        min-height: 430px;
        background-position: center, 75% 24%, 76% center, center;
    }

    .hero-aside-secondary {
        align-items: flex-start;
    }

    .hero-eyebrow {
        font-size: 0.72rem;
        letter-spacing: 0.12em;
    }

    .contact-form {
        padding: 20px;
    }

    .contact-modal-copy {
        padding-right: 34px;
    }

    .page-hero-panel {
        padding: 28px 22px;
    }

    .faq-question,
    .faq-answer p {
        padding-left: 16px;
        padding-right: 16px;
    }

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