:root {
    --navy: #1f294d;
    --navy-strong: #16203d;
    --gold: #d0ab67;
    --ivory: #f4efe7;
    --white-soft: #fffaf4;
    --text-soft: rgba(244, 239, 231, 0.78);
    --line: rgba(208, 171, 103, 0.22);
    --shadow: 0 24px 70px rgba(8, 13, 30, 0.28);
    --radius: 28px;
    --container: min(1180px, calc(100% - 48px));
    --content-width: min(920px, 100%);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: linear-gradient(180deg, #18213f 0%, #121a33 100%);
    color: var(--ivory);
    font-family: "Segoe UI", "Trebuchet MS", sans-serif;
}

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

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

button,
input,
textarea {
    font: inherit;
}

.container {
    width: var(--container);
    margin: 0 auto;
}

.nav,
.hero-content,
.cta-shell,
.location-card,
.split-section {
    position: relative;
    z-index: 1;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 0 20px;
    border-bottom: 1px solid rgba(208, 171, 103, 0.2);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0;
}

.brand img {
    width: auto;
    height: 86px;
    max-width: min(320px, 42vw);
    object-fit: contain;
}

.brand strong,
.brand span {
    display: block;
}

.brand strong {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand span,
.nav-links a,
.section-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(244, 239, 231, 0.76);
}

.nav-links {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 28px 0 84px;
    background:
        radial-gradient(circle at top left, rgba(208, 171, 103, 0.14), transparent 22%),
        radial-gradient(circle at 85% 18%, rgba(208, 171, 103, 0.16), transparent 18%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.01) 34%, transparent 34%),
        linear-gradient(180deg, #1a2344 0%, #121a33 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-home {
    min-height: 100vh;
}

.hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 600px);
    align-items: center;
    gap: 28px;
    padding-top: 52px;
    max-width: 100%;
}

.hero-conversion {
    max-width: min(640px, 100%);
    margin: 0;
    text-align: left;
}

.hero-conversion h1,
.page-hero h1,
.section-heading h2,
.split-copy h2,
.cta-copy h2,
.location-copy h2,
.page-copy h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 0.98;
    letter-spacing: -0.03em;
    font-weight: 500;
}

.hero-conversion h1 {
    font-size: clamp(2.45rem, 3.9vw, 4rem);
    line-height: 1.02;
    max-width: 100%;
    margin-inline: auto;
}

.eyebrow {
    margin: 0 0 16px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.76rem;
    font-weight: 700;
}

.hero-strong-copy {
    margin: 18px 0 0;
    color: var(--white-soft);
    font-size: 1.08rem;
    line-height: 1.5;
    max-width: 30ch;
}

.lead,
.feature-card p,
.info-card p,
.blog-card p,
.split-copy p,
.mini-panel p,
.step-card p,
.location-copy p,
.cta-copy p,
.page-copy p,
.contact-card p {
    color: var(--text-soft);
    font-size: 1rem;
    line-height: 1.8;
}

.lead {
    max-width: 62ch;
    margin: 18px 0 0;
    font-size: 0.98rem;
}

.hero-actions,
.cta-actions,
.location-actions,
.center-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.hero-actions,
.hero-badges {
    justify-content: flex-start;
}

.hero-visual {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 100%;
}

.hero-portrait {
    width: min(100%, 598px);
    max-height: 720px;
    object-fit: contain;
    object-position: center center;
    filter: drop-shadow(0 36px 46px rgba(0, 0, 0, 0.28));
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.95rem;
    border: 0;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold) 0%, #e0bf85 100%);
    color: var(--navy-strong);
    box-shadow: 0 12px 28px rgba(208, 171, 103, 0.25);
}

.btn-secondary {
    border: 1px solid rgba(208, 171, 103, 0.34);
    background: rgba(255, 255, 255, 0.03);
    color: var(--ivory);
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.hero-badges span {
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(208, 171, 103, 0.2);
    background: rgba(255, 255, 255, 0.03);
    color: var(--white-soft);
    font-size: 0.86rem;
}

.mini-panel,
.location-card,
.cta-shell,
.contact-card,
.form-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: var(--shadow);
}

.page-copy h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 2.4vw, 2.35rem);
    line-height: 1.05;
    margin: 0;
}

.text-link {
    display: inline-block;
    margin-top: 18px;
    color: var(--gold);
    font-weight: 700;
}

.section {
    padding: 82px 0;
}

.section-tight {
    padding-top: 42px;
}

.section-dark {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
        linear-gradient(180deg, #16203d 0%, #12192f 100%);
    border-top: 1px solid rgba(208, 171, 103, 0.12);
    border-bottom: 1px solid rgba(208, 171, 103, 0.12);
}

.light {
    color: rgba(244, 239, 231, 0.68);
}

.section-heading {
    max-width: var(--content-width);
    margin: 0 auto 28px;
    text-align: center;
}

.section-heading.narrow {
    max-width: var(--content-width);
}

.section-heading h2,
.split-copy h2,
.cta-copy h2,
.location-copy h2,
.page-copy h2 {
    font-size: clamp(1.85rem, 2.9vw, 2.85rem);
    line-height: 1.08;
}

.cards-grid,
.steps-grid {
    display: grid;
    gap: 18px;
}

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

.cards-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cards-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.info-card,
.feature-card,
.blog-card,
.step-card,
.practice-card {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: var(--shadow);
}

.box-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
}

.info-card h3,
.feature-card h3,
.blog-card h3,
.step-card h3,
.practice-card h3,
.contact-card h3 {
    margin: 0 0 8px;
    color: var(--white-soft);
    font-size: 0.95rem;
    line-height: 1.45;
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 24px;
    align-items: center;
}

.mini-panel {
    padding: 26px;
}

.mini-panel strong {
    display: block;
    margin-bottom: 10px;
    color: var(--white-soft);
    font-size: 1rem;
}

.steps-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step-card span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    margin-bottom: 14px;
    background: rgba(208, 171, 103, 0.18);
    color: var(--gold);
    font-weight: 700;
}

.location-card,
.cta-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px;
}

.page-hero {
    min-height: auto;
    padding-bottom: 52px;
}

.page-intro {
    padding-top: 46px;
    max-width: var(--content-width);
    margin: 0 auto;
    text-align: center;
}

.page-intro h1 {
    font-size: clamp(2.1rem, 3.1vw, 3.2rem);
    max-width: 100%;
    line-height: 1.04;
}

.page-intro .lead {
    max-width: 64ch;
}

.page-grid,
.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    gap: 24px;
}

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

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

.contact-card strong {
    display: block;
    margin-top: 10px;
    color: var(--white-soft);
}

.contact-card small {
    display: block;
    margin-top: 6px;
    color: var(--text-soft);
}

.form-card form {
    display: grid;
    gap: 14px;
}

.form-card label {
    display: grid;
    gap: 8px;
    color: var(--white-soft);
    font-size: 0.92rem;
}

.form-card input,
.form-card textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(208, 171, 103, 0.22);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--ivory);
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 30;
    min-height: 52px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--gold) 0%, #e0bf85 100%);
    color: var(--navy-strong);
    font-weight: 800;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1100px) {
    .hero-content,
    .split-section,
    .page-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero-conversion {
        max-width: var(--content-width);
        margin: 0 auto;
        text-align: center;
    }

    .hero-strong-copy,
    .lead {
        margin-inline: auto;
    }

    .hero-actions,
    .hero-badges {
        justify-content: center;
    }

    .hero-visual {
        justify-content: center;
    }

    .hero-portrait {
        width: min(100%, 500px);
        max-height: 560px;
    }

    .cards-grid-5,
    .cards-grid-4,
    .cards-grid-3,
    .steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    :root {
        --container: min(100% - 28px, 1180px);
    }

    .nav,
    .location-card,
    .cta-shell {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero {
        min-height: auto;
    }

    .hero-conversion h1,
    .page-intro h1 {
        font-size: clamp(1.95rem, 7.8vw, 2.75rem);
        max-width: 100%;
    }

    .brand img {
        height: 68px;
        max-width: min(260px, 72vw);
    }

    .cards-grid-5,
    .cards-grid-4,
    .cards-grid-3,
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .btn {
        width: 100%;
    }
}
