﻿:root {
    --color-base: 244 239 231;
    --color-dark: 20 21 24;
    /* brown */
    --color-brand: 124 69 59; 
    --color-text: 32 28 24;
    --color-muted: 111 104 98;
    --color-card: 255 255 255;
    --pattern-line: rgba(255, 255, 255, 0.04);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: rgb(var(--color-text));
    font-family: "Outfit", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(124, 69, 59, 0.08), transparent 24%),
        radial-gradient(circle at bottom right, rgba(124, 69, 59, 0.06), transparent 20%),
        rgb(var(--color-base));
}

.text-brand {
    color: rgb(var(--color-brand)) !important;
}

img {
    display: block;
}

.page-shell::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.25) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.25) 1px, transparent 1px);
    background-size: 120px 120px;
    opacity: 0.07;
    mask-image: radial-gradient(circle at center, black 40%, transparent 80%);
}

.section-space {
    padding-top: 22px;
}

.hero-card::after,
.dark-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-card::after {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 35%),
        linear-gradient(315deg, rgba(124, 69, 59, 0.14), transparent 45%);
}

.dark-panel {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
        rgb(var(--color-dark));
}

.dark-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(45deg, var(--pattern-line) 25%, transparent 25%),
        linear-gradient(-45deg, var(--pattern-line) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, var(--pattern-line) 75%),
        linear-gradient(-45deg, transparent 75%, var(--pattern-line) 75%);
    background-size: 28px 28px;
    background-position: 0 0, 0 14px, 14px -14px, -14px 0;
    opacity: 0.5;
    z-index: 0;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgb(var(--color-brand));
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: rgb(var(--color-brand));
}

.eyebrow-dark {
    color: rgba(255, 255, 255, 0.72);
}

.eyebrow-dark::before {
    background: rgb(var(--color-brand));
}

.section-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 600;
    line-height: 1.2;
    color: rgb(var(--color-text));
}

.info-card,
.pricing-card,
.blog-card,
.testimonial-card,
.showcase-card {
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.info-card:hover,
.pricing-card:hover,
.blog-card:hover,
.testimonial-card:hover,
.showcase-card:hover {
    transform: translateY(-4px);
}

.feature-pill,
.feature-list-item,
.check-line {
    position: relative;
    padding-left: 28px;
}

.feature-pill::before,
.feature-list-item::before,
.check-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background:
        radial-gradient(circle at center, rgb(var(--color-brand)) 0 38%, transparent 42%),
        rgba(124, 69, 59, 0.12);
}

.showcase-card,
.testimonial-card {
    position: relative;
    overflow: hidden;
    min-height: 340px;
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(33, 28, 22, 0.12);
}

.showcase-image,
.testimonial-image,
.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcase-image,
.testimonial-image {
    position: absolute;
    inset: 0;
}

.showcase-overlay,
.testimonial-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 24px;
    color: white;
    background: linear-gradient(180deg, transparent 0%, rgba(20, 21, 24, 0.82) 62%, rgba(20, 21, 24, 0.96) 100%);
}

.showcase-overlay h3,
.testimonial-overlay h3 {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
}

.showcase-overlay p,
.testimonial-overlay p {
    margin: 10px 0 0;
    font-size: 0.92rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}

.process-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 28px 24px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
}

.process-card h3 {
    margin: 18px 0 10px;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

.process-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.95rem;
    line-height: 1.8;
}

.process-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(124, 69, 59, 0.22);
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.pricing-card {
    background: white;
    border-radius: 28px;
    padding: 28px 24px;
    box-shadow: 0 18px 42px rgba(33, 28, 22, 0.1);
}

.featured-pricing {
    outline: 2px solid rgba(124, 69, 59, 0.18);
    transform: translateY(-6px);
}

.faq-item {
    transition: background-color 220ms ease, border-color 220ms ease;
}

.faq-icon {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(124, 69, 59, 0.12);
    color: rgb(var(--color-brand));
    font-size: 1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 240ms ease;
}

.faq-content > p {
    overflow: hidden;
    margin: 0;
}

.faq-item.active {
    border-color: rgba(124, 69, 59, 0.22);
    background: rgba(124, 69, 59, 0.05);
}

.faq-item.active .faq-content {
    grid-template-rows: 1fr;
}

.faq-item.active .faq-icon {
    background: rgb(var(--color-brand));
    color: white;
}

.map-card {
    background:
        radial-gradient(circle at 20% 30%, rgba(124, 69, 59, 0.08), transparent 18%),
        linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,255,255,0.94));
}

.map-surface {
    position: relative;
    min-height: 290px;
    overflow: hidden;
    border-radius: 22px;
    background: #f5f1ea;
}

.map-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(0.2) contrast(1.02) saturate(0.9);
}

.map-dot {
    position: absolute;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: white;
    box-shadow: 0 12px 30px rgba(33, 28, 22, 0.12);
    color: rgb(var(--color-text));
    font-size: 12px;
    font-weight: 600;
}

.map-dot::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgb(var(--color-brand));
}

.map-dot-1 { left: 14%; top: 38%; }
.map-dot-2 { left: 52%; top: 30%; }
.map-dot-3 { right: 10%; top: 48%; }
.map-dot-4 { left: 42%; bottom: 18%; }

.blog-card {
    overflow: hidden;
    border-radius: 24px;
    background: white;
    box-shadow: 0 18px 42px rgba(33, 28, 22, 0.1);
}

.blog-image {
    height: 220px;
}

.footer-title {
    color: white;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 639px) {
    .featured-pricing {
        transform: none;
    }

    .showcase-card,
    .testimonial-card {
        min-height: 280px;
    }

    .blog-image {
        height: 190px;
    }
}
