:root {
    --teal: #1a7a78;
    --teal-dark: #0f5a58;
    --teal-light: #2a9a98;
    --teal-pale: #e8f5f5;
    --white: #ffffff;
    --off-white: #f8fafа;
    --gray-light: #f4f7f7;
    --gray: #6b7280;
    --dark: #0d2626;
    --text: #1a2e2e;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Raleway', sans-serif;
    color: var(--text);
    background: #fff;
    overflow-x: hidden;
}

/* ===== NAVBAR ===== */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    border-bottom: 2px solid var(--teal);
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    box-shadow: 0 2px 20px rgba(26, 122, 120, 0.12);
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.nav-logo img {
    height: 50px;
    object-fit: contain;
}

.nav-logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--teal-dark);
    line-height: 1.2;
}

.nav-logo-text span {
    display: block;
    font-size: 0.65rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: var(--gray);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 16px;
    text-decoration: none;
    color: var(--text);
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 6px;
    transition: all 0.25s;
    cursor: pointer;
    border: none;
    background: none;
    font-family: 'Raleway', sans-serif;
}

.nav-link:hover {
    color: var(--teal);
    background: var(--teal-pale);
}

.nav-link .arrow {
    font-size: 0.6rem;
    transition: transform 0.3s;
}

.nav-item:hover .arrow {
    transform: rotate(180deg);
}

/* Hover Expand Dropdown */
.nav-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background: white;
    border: 2px solid var(--teal);
    border-radius: 12px;
    padding: 10px 0;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 12px 40px rgba(26, 122, 120, 0.18);
    pointer-events: none;
}

.nav-item:hover .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: all;
}

.nav-dropdown::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: white;
    border-left: 2px solid var(--teal);
    border-top: 2px solid var(--teal);
    transform: translateX(-50%) rotate(45deg);
}

.nav-dropdown a {
    display: block;
    padding: 10px 20px;
    color: var(--text);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.2s;
    position: relative;
}

.nav-dropdown a::before {
    content: '→';
    margin-right: 8px;
    color: var(--teal);
    font-size: 0.75rem;
    opacity: 0;
    transition: opacity 0.2s;
}

.nav-dropdown a:hover {
    background: var(--teal-pale);
    color: var(--teal-dark);
    padding-left: 26px;
}

.nav-dropdown a:hover::before {
    opacity: 1;
}

.nav-cta {
    background: var(--teal) !important;
    color: white !important;
    border-radius: 8px !important;
    padding: 10px 22px !important;
    font-weight: 700 !important;
    transition: all 0.3s !important;
}

.nav-cta:hover {
    background: var(--teal-dark) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(26, 122, 120, 0.4) !important;
}

/* ===== HEADER / HERO ===== */
#home {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--dark) 0%, var(--teal-dark) 50%, #0a4040 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}

.hero-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(42, 154, 152, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(26, 122, 120, 0.2) 0%, transparent 40%),
        repeating-linear-gradient(-45deg,
            transparent,
            transparent 30px,
            rgba(255, 255, 255, 0.015) 30px,
            rgba(255, 255, 255, 0.015) 31px);
}

.hero-smoke {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 600'%3E%3Cellipse cx='200' cy='400' rx='120' ry='160' fill='rgba(255,255,255,0.03)'/%3E%3Cellipse cx='180' cy='250' rx='80' ry='120' fill='rgba(255,255,255,0.04)'/%3E%3Cellipse cx='220' cy='120' rx='60' ry='90' fill='rgba(255,255,255,0.05)'/%3E%3C/svg%3E") no-repeat center;
    background-size: cover;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(42, 154, 152, 0.2);
    border: 1px solid rgba(42, 154, 152, 0.4);
    color: #7fd8d6;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
    animation: fadeInUp 0.6s ease both;
}

.hero-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #7fd8d6;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.3);
    }
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    font-weight: 900;
    color: white;
    line-height: 1.1;
    animation: fadeInUp 0.7s ease 0.1s both;
}

.hero-title em {
    color: #7fd8d6;
    font-style: normal;
    display: block;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin: 24px 0 36px;
    font-weight: 400;
    animation: fadeInUp 0.7s ease 0.2s both;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    animation: fadeInUp 0.7s ease 0.3s both;
}

.btn-primary {
    background: var(--teal-light);
    color: white;
    padding: 15px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid transparent;
}

.btn-primary:hover {
    background: transparent;
    border-color: var(--teal-light);
    color: var(--teal-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(42, 154, 152, 0.35);
}

.btn-outline {
    background: transparent;
    color: white;
    padding: 15px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-2px);
}

.hero-stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 48px;
    animation: fadeInUp 0.7s ease 0.4s both;
}

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

.stat-num {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 900;
    color: #7fd8d6;
}

.stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(18px) saturate(120%);
    -webkit-backdrop-filter: blur(18px) saturate(120%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
    animation: fadeInRight 0.8s ease 0.3s both;
}

.hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(180deg, rgba(3, 12, 12, 0.18) 0%, rgba(3, 12, 12, 0.68) 100%),
        radial-gradient(circle at 85% 15%, rgba(127, 216, 214, 0.28) 0%, rgba(127, 216, 214, 0) 45%),
        url("../img/hero.jpg");
    background-size: cover;
    background-position: center;
    transform: scale(1.08);
    filter: blur(8px);
    z-index: -2;
}

.hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 28, 30, 0.22) 0%, rgba(10, 28, 30, 0.62) 100%);
    z-index: -1;
}

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

.hero-card h3 {
    font-family: 'Playfair Display', serif;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 24px;
}

.hero-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hero-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
}

.hero-features li::before {
    content: '✓';
    width: 24px;
    height: 24px;
    background: var(--teal-light);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.hero-contact-box {
    margin-top: 28px;
    padding: 20px;
    background: rgba(42, 154, 152, 0.2);
    border-radius: 12px;
    border-left: 3px solid var(--teal-light);
}

.hero-contact-box p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.hero-contact-box a {
    color: #7fd8d6;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ===== SECTION BASE ===== */
section {
    padding: 100px 40px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--teal);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.section-label::before {
    content: '';
    width: 30px;
    height: 2px;
    background: var(--teal);
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 700;
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 16px;
}

.section-sub {
    color: var(--gray);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 560px;
}

/* ===== WHY CHOOSE US ===== */
#why {
    background: var(--gray-light);
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 60px;
}

.why-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.why-card {
    background: white;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid rgba(26, 122, 120, 0.1);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--teal);
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: left;
}

.why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(26, 122, 120, 0.15);
}

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

.why-icon {
    font-size: 2rem;
    margin-bottom: 14px;
    display: block;
}

.why-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    color: var(--dark);
    margin-bottom: 8px;
}

.why-card p {
    font-size: 0.85rem;
    color: var(--gray);
    line-height: 1.6;
}

.why-right h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: var(--dark);
    margin-bottom: 20px;
    line-height: 1.3;
}

.why-right p {
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 20px;
}

.why-highlight {
    background: var(--teal);
    color: white;
    padding: 24px;
    border-radius: 12px;
    margin-top: 28px;
}

.why-highlight h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.why-highlight p {
    font-size: 0.88rem;
    opacity: 0.9;
    line-height: 1.6;
}

/* ===== SERVICES (Numbered) ===== */
#services {
    background: white;
}

.services-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 20px;
}

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

.service-card {
    background: white;
    border: 1px solid #e8efef;
    border-radius: 16px;
    padding: 36px 28px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
}

.service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--teal), var(--teal-dark));
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 0;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(26, 122, 120, 0.2);
    border-color: transparent;
}

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

.service-card:hover .service-num,
.service-card:hover h3,
.service-card:hover p,
.service-card:hover .service-link {
    color: white !important;
    position: relative;
    z-index: 1;
}

.service-num {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: 900;
    color: rgba(26, 122, 120, 0.12);
    line-height: 1;
    margin-bottom: 12px;
    display: block;
    transition: color 0.4s;
    position: relative;
    z-index: 1;
}

.service-icon {
    font-size: 1.8rem;
    margin-bottom: 14px;
    display: block;
    position: relative;
    z-index: 1;
}

.service-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: var(--dark);
    margin-bottom: 12px;
    transition: color 0.4s;
    position: relative;
    z-index: 1;
}

.service-card p {
    font-size: 0.87rem;
    color: var(--gray);
    line-height: 1.6;
    margin-bottom: 20px;
    transition: color 0.4s;
    position: relative;
    z-index: 1;
}

.service-link {
    color: var(--teal);
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.4s;
    position: relative;
    z-index: 1;
}

/* ===== SERVICE AREAS ===== */
#service-area {
    background: linear-gradient(135deg, var(--dark) 0%, var(--teal-dark) 100%);
    padding: 100px 40px;
}

#service-area .section-label {
    color: #7fd8d6;
}

#service-area .section-label::before {
    background: #7fd8d6;
}

#service-area .section-title {
    color: white;
}

#service-area .section-sub {
    color: rgba(255, 255, 255, 0.65);
}

.areas-header {
    text-align: center;
    margin-bottom: 60px;
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 48px;
}

.area-pill {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: white;
    padding: 14px 12px;
    border-radius: 10px;
    text-align: center;
    font-size: 0.82rem;
    font-weight: 600;
    transition: all 0.3s;
    cursor: pointer;
}

.area-pill:hover {
    background: var(--teal-light);
    border-color: var(--teal-light);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(42, 154, 152, 0.3);
}

.area-pill .area-state {
    display: block;
    font-size: 0.65rem;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 3px;
}

.area-center-note {
    text-align: center;
    margin-top: 40px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.area-center-note strong {
    color: #7fd8d6;
}

/* ===== ADDITIONAL SERVICES (Sticky Scroll) ===== */
#additional {
    background: var(--gray-light);
    padding: 0;
}

.sticky-layout {
    display: grid;
    grid-template-columns: 380px 1fr;
    min-height: 80vh;
}

.sticky-left {
    position: sticky;
    top: 70px;
    height: calc(100vh - 70px);
    background: var(--teal);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 50px;
    align-self: start;
}

.sticky-left .section-label {
    color: rgba(255, 255, 255, 0.7);
}

.sticky-left .section-label::before {
    background: rgba(255, 255, 255, 0.7);
}

.sticky-left .section-title {
    color: white;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.sticky-left p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    font-size: 0.92rem;
    margin-bottom: 32px;
}

.sticky-left .btn-outline {
    border-color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    padding: 12px 24px;
    align-self: flex-start;
}

.sticky-right {
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.add-service-item {
    padding: 48px 0;
    border-bottom: 1px solid rgba(26, 122, 120, 0.12);
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 24px;
    align-items: start;
    transition: all 0.3s;
}

.add-service-item:last-child {
    border-bottom: none;
}

.add-service-item:hover {
    background: white;
    margin: 0 -30px;
    padding: 48px 30px;
    border-radius: 12px;
    border-color: transparent;
    box-shadow: 0 8px 30px rgba(26, 122, 120, 0.1);
}

.add-service-icon {
    width: 60px;
    height: 60px;
    background: var(--teal-pale);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    transition: all 0.3s;
}

.add-service-icon i {
    color: var(--teal);
    transition: color 0.3s;
}

.add-service-item:hover .add-service-icon {
    background: var(--teal);
}

.add-service-item:hover .add-service-icon i {
    color: white;
}

.add-service-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: var(--dark);
    margin-bottom: 10px;
}

.add-service-content p {
    color: var(--gray);
    font-size: 0.88rem;
    line-height: 1.7;
    margin-bottom: 14px;
}

.add-tag {
    display: inline-block;
    background: var(--teal-pale);
    color: var(--teal-dark);
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 6px;
    margin-bottom: 4px;
}

/* ===== COMPREHENSIVE SERVICE ===== */
#comprehensive {
    background: white;
    padding: 100px 40px;
}

.comp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 60px;
}

.comp-visual {
    background: linear-gradient(135deg, var(--teal-pale), #d0eeee);
    border-radius: 20px;
    padding: 50px;
    position: relative;
    overflow: hidden;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.comp-visual::before {
    content: '🏠';
    position: absolute;
    font-size: 8rem;
    opacity: 0.1;
    right: -20px;
    bottom: -20px;
}

.comp-process {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.process-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    position: relative;
    padding-bottom: 30px;
}

.process-step:last-child {
    padding-bottom: 0;
}

.process-step::after {
    content: '';
    position: absolute;
    left: 19px;
    top: 40px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--teal), transparent);
}

.process-step:last-child::after {
    display: none;
}

.step-num {
    width: 40px;
    height: 40px;
    background: var(--teal);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.step-content h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    color: var(--dark);
    margin-bottom: 6px;
}

.step-content p {
    font-size: 0.82rem;
    color: var(--gray);
    line-height: 1.6;
}

.comp-right h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: var(--dark);
    margin-bottom: 20px;
    line-height: 1.3;
}

.comp-right p {
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 24px;
    font-size: 0.92rem;
}

.comp-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 28px;
}

.comp-feat {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--dark);
}

.comp-feat::before {
    content: '✓';
    width: 22px;
    height: 22px;
    background: var(--teal);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* ===== FAQ ===== */
#faq {
    background: var(--gray-light);
}

.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-header .section-sub {
    margin: 0 auto;
}

.faq-list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: white;
    border: 1px solid rgba(26, 122, 120, 0.12);
    border-radius: 14px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.faq-item:hover {
    box-shadow: 0 4px 20px rgba(26, 122, 120, 0.1);
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 22px 28px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: 'Raleway', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--dark);
    transition: all 0.3s;
}

.faq-question:hover {
    color: var(--teal);
}

.faq-icon {
    width: 28px;
    height: 28px;
    background: var(--teal-pale);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal);
    font-size: 1rem;
    flex-shrink: 0;
    transition: all 0.3s;
}

.faq-item.active .faq-icon {
    background: var(--teal);
    color: white;
    transform: rotate(45deg);
}

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

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

.faq-answer-inner {
    padding: 0 28px 24px;
    color: var(--gray);
    font-size: 0.88rem;
    line-height: 1.8;
}

.faq-city {
    display: inline-block;
    margin-top: 10px;
    background: var(--teal-pale);
    color: var(--teal-dark);
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* ===== CONTACT ===== */
#contact {
    background: white;
    padding: 100px 40px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: stretch;
    margin-top: 60px;
}

.contact-map {
    border-radius: 20px;
    overflow: hidden;
    min-height: 500px;
    border: 3px solid rgba(26, 122, 120, 0.15);
    position: relative;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: none;
    display: block;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.contact-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: var(--dark);
    line-height: 1.3;
    margin-bottom: 8px;
}

.contact-desc {
    color: var(--gray);
    font-size: 0.9rem;
    line-height: 1.7;
}

.info-card {
    background: var(--gray-light);
    border-radius: 14px;
    padding: 22px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.3s;
}

.info-card:hover {
    background: var(--teal-pale);
    transform: translateX(4px);
}

.info-icon {
    width: 44px;
    height: 44px;
    background: var(--teal);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.info-text label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 4px;
}

.info-text a,
.info-text span {
    color: var(--dark);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
    line-height: 1.5;
    display: block;
}

.info-text a:hover {
    color: var(--teal);
}

.contact-hours {
    background: var(--teal);
    border-radius: 14px;
    padding: 24px;
    color: white;
}

.contact-hours h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    margin-bottom: 14px;
}

.hours-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.82rem;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.hours-row:last-child {
    border-bottom: none;
}

.hours-row span:last-child {
    opacity: 0.8;
}

/* ===== FOOTER ===== */
footer {
    background: var(--dark);
    padding: 40px 40px;
    text-align: center;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: white;
    font-weight: 700;
}

.footer-brand span {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 4px;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-contact a,
.footer-contact span {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
}

.footer-contact a:hover {
    color: #7fd8d6;
}

.footer-divider {
    width: 60px;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.footer-copy {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.78rem;
}

.footer-copy strong {
    color: rgba(255, 255, 255, 0.6);
}

/* Responsive */
@media (max-width: 900px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

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

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

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

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

    .sticky-left {
        position: static;
        height: auto;
    }

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

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

    nav {
        padding: 0 20px;
    }

    .nav-menu {
        display: none;
    }
}