/* ============================================================
   Below Valuation — Brand Theme CSS
   Navy #0d2d5e  |  Red #d42027
   ============================================================ */

:root {
    --navy: #0d2d5e;
    --navy-dark: #081b3a;
    --navy-mid: #123d7b;
    --red: #d42027;
    --red-dark: #a8181e;
    --primary-color: #0d2d5e;
    --secondary-color: #d42027;
    --text-color: #1a2332;
    --muted-color: #5e6b78;
    --light-bg: #f4f7fb;
    --surface: #ffffff;
    --surface-soft: #eef3f8;
    --border-color: #dbe3ee;
    --shadow: 0 4px 24px rgba(13, 45, 94, .10);
    --shadow-md: 0 8px 40px rgba(13, 45, 94, .14);
    --shadow-lg: 0 16px 56px rgba(13, 45, 94, .18);
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 14px;
    --container: 1200px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: var(--text-color);
    background: var(--light-bg);
}

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

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

h1,
h2,
h3,
h4 {
    line-height: 1.15;
}

/* ── Layout ── */
.container {
    width: min(var(--container), calc(100% - 32px));
    margin: 0 auto;
}

/* ── Pagination ── */
.pagination-nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-top: 32px;
}

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

.pagination-text {
    font-size: 14px;
    color: var(--muted-color);
}

.pagination {
    display: flex;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.pagination-item {
    display: flex;
}

.pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    background: var(--surface);
    transition: all 0.2s ease;
    text-decoration: none;
}

.pagination-item:not(.disabled):not(.active) .pagination-link:hover {
    background: var(--light-bg);
    border-color: var(--navy);
    color: var(--navy);
    transform: translateY(-1px);
}

.pagination-item.active .pagination-link {
    background: var(--navy);
    border-color: var(--navy);
    color: white;
    font-weight: 600;
}

.pagination-item.disabled .pagination-link {
    color: var(--muted-color);
    background: var(--surface-soft);
    border-color: var(--border-color);
    cursor: not-allowed;
    opacity: 0.6;
}

.pagination-size {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.pagination-size-form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination-size-label {
    font-size: 14px;
    color: var(--muted-color);
    font-weight: 500;
}

.pagination-size-select {
    padding: 6px 12px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    font-size: 14px;
    background: var(--surface);
    color: var(--text-color);
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.pagination-size-select:focus {
    outline: none;
    border-color: var(--navy);
}

/* Mobile pagination adjustments */
@media (max-width: 768px) {
    .pagination-nav {
        gap: 12px;
    }

    .pagination {
        flex-wrap: wrap;
        justify-content: center;
        gap: 2px;
    }

    .pagination-link {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .pagination-size {
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }
}

/* ── Buttons ── */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 26px;
    border-radius: 999px;
    font-weight: 700;
    font-size: .95rem;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform .18s, box-shadow .18s, background .18s, border-color .18s;
    white-space: nowrap;
}

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

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
    box-shadow: 0 8px 24px rgba(13, 45, 94, .28);
}

.btn-primary:hover {
    box-shadow: 0 12px 32px rgba(13, 45, 94, .36);
}

.btn-red {
    color: #fff;
    background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
    box-shadow: 0 8px 24px rgba(212, 32, 39, .28);
}

.btn-outline {
    color: var(--navy);
    background: transparent;
    border-color: var(--navy);
}

.btn-outline:hover {
    background: var(--navy);
    color: #fff;
}

.btn-outline-white {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, .5);
}

.btn-outline-white:hover {
    background: rgba(255, 255, 255, .12);
    border-color: #fff;
}

/* ── Eyebrow badge ── */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.eyebrow--light {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .9);
}

.eyebrow--dark {
    background: rgba(13, 45, 94, .08);
    border: 1px solid rgba(13, 45, 94, .12);
    color: var(--navy);
}

.eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--red);
    flex-shrink: 0;
}

/* ── Header / Navbar ── */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(13, 45, 94, .08);
    box-shadow: 0 2px 16px rgba(13, 45, 94, .06);
}

.site-header__inner {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    min-height: 110px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 16px;
}

/* Navbar logo */
.site-logo {
    height: 110px;
    width: auto;
    display: block;
    object-fit: contain;
}

/* Footer logo */
.site-logo--footer {
    height: 150px;
    width: auto;
    display: block;
    object-fit: contain;
    margin-bottom: 12px;
    filter: brightness(0) invert(1);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: auto;
}

.site-nav__link {
    padding: 9px 12px;
    border-radius: 999px;
    color: var(--navy);
    font-weight: 600;
    font-size: .92rem;
    transition: background .15s, color .15s;
}

.site-nav__link:hover,
.site-nav__link.is-active {
    background: rgba(13, 45, 94, .07);
    color: var(--red);
}

.site-header__cta {
    margin-left: 10px;
}

/* Hamburger */
.nav-toggle {
    display: none;
    margin-left: auto;
    width: 44px;
    height: 44px;
    border: 1.5px solid rgba(13, 45, 94, .15);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--navy);
    transition: transform .2s, opacity .2s;
}

/* ── Hero ── */
.hero {
    position: relative;
    overflow: hidden;
    padding: 80px 0 72px;
    background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 50%, var(--navy-mid) 100%);
    color: #fff;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 80% 20%, rgba(212, 32, 39, .22) 0%, transparent 50%),
        radial-gradient(ellipse at 10% 80%, rgba(255, 255, 255, .06) 0%, transparent 40%);
    pointer-events: none;
}

.hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
    align-items: center;
}

.hero h1 {
    margin: 20px 0 18px;
    font-size: clamp(2.2rem, 4.5vw, 4rem);
    letter-spacing: -.03em;
    line-height: 1.05;
}

.hero__text {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .8);
    max-width: 58ch;
    margin-bottom: 28px;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 36px;
}

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

.metric {
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .1);
}

.metric strong {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 4px;
}

.metric span {
    font-size: .88rem;
    color: rgba(255, 255, 255, .7);
}

/* Search panel */
.search-panel {
    background: #fff;
    border-radius: var(--radius-xl);
    padding: 28px;
    box-shadow: var(--shadow-lg);
    color: var(--text-color);
}

.search-panel h2 {
    font-size: 1.3rem;
    margin-bottom: 6px;
    color: var(--navy);
}

.search-panel>p {
    font-size: .9rem;
    color: var(--muted-color);
    margin-bottom: 16px;
}

.toggle {
    display: inline-flex;
    gap: 6px;
    padding: 5px;
    border-radius: 999px;
    background: var(--surface-soft);
    margin-bottom: 18px;
}

.toggle span {
    padding: 9px 18px;
    border-radius: 999px;
    font-weight: 700;
    font-size: .9rem;
    color: var(--muted-color);
    cursor: pointer;
    transition: background .15s, color .15s, box-shadow .15s;
}

.toggle .active {
    background: #fff;
    color: var(--navy);
    box-shadow: 0 4px 12px rgba(13, 45, 94, .1);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.field.full {
    grid-column: 1 / -1;
}

label {
    font-size: .85rem;
    font-weight: 700;
    color: #3d5166;
}

select,
input,
textarea {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1.5px solid var(--border-color);
    background: #f9fbfd;
    color: var(--text-color);
    font: inherit;
    font-size: .93rem;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
}

textarea {
    min-height: 130px;
    padding-top: 12px;
    resize: vertical;
}

select:focus,
input:focus,
textarea:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(212, 32, 39, .1);
}

.search-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.split-note {
    font-size: .85rem;
    color: var(--muted-color);
}

/* ── Sections ── */
.section {
    padding: 80px 0;
}

.section--soft {
    background: #fff;
    border-top: 1px solid rgba(13, 45, 94, .06);
    border-bottom: 1px solid rgba(13, 45, 94, .06);
}

.section--navy {
    background: linear-gradient(135deg, var(--navy-dark), var(--navy));
    color: #fff;
}

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 32px;
}

.section-heading h2 {
    font-size: clamp(1.6rem, 2.8vw, 2.6rem);
    letter-spacing: -.03em;
    color: var(--navy);
    margin-bottom: 8px;
}

.section-heading p {
    color: var(--muted-color);
    max-width: 60ch;
    margin: 0;
}

.section-heading--center {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ── Cards ── */
.card,
.step-card,
.article-card,
.info-card,
.role-card,
.contact-panel,
.detail-card {
    background: #fff;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(13, 45, 94, .08);
    box-shadow: var(--shadow);
    transition: box-shadow .2s, transform .2s;
}

.card:hover,
.article-card:hover,
.info-card:hover,
.role-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

/* ── Listing grid ── */
.listing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.listing-media {
    min-height: 200px;
    position: relative;
    background: linear-gradient(160deg, rgba(8, 27, 57, .2), rgba(8, 27, 57, .55)), var(--image) center/cover no-repeat;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.listing-media--detail {
    min-height: 380px;
    border-radius: var(--radius-lg);
}

.tag {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(13, 45, 94, .7);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .15);
}

.tag.sale {
    background: rgba(212, 32, 39, .9);
}

.tag.rent {
    background: rgba(13, 45, 94, .85);
}

.listing-body {
    padding: 18px;
}

.listing-body h3 {
    font-size: 1rem;
    margin-bottom: 6px;
    color: var(--navy);
}

.meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: .88rem;
    color: var(--muted-color);
    margin-bottom: 10px;
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

.chips li {
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--surface-soft);
    color: #3d5166;
    font-size: .82rem;
    font-weight: 700;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.price {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--navy);
}

.agent {
    font-size: .88rem;
    color: var(--muted-color);
}

.listing-summary {
    font-size: .9rem;
    color: var(--muted-color);
    margin-bottom: 12px;
}

/* ── Steps ── */
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.step-card {
    padding: 28px;
}

.step-index {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(13, 45, 94, .12), rgba(212, 32, 39, .12));
    color: var(--navy);
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 16px;
}

.step-card h3 {
    font-size: 1.1rem;
    color: var(--navy);
    margin-bottom: 8px;
}

.step-card p {
    color: var(--muted-color);
    font-size: .93rem;
}

/* ── Articles ── */
.article-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.article-card {
    padding: 26px;
}

.article-card .date {
    font-size: .82rem;
    font-weight: 700;
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: .04em;
}

.article-card h3 {
    font-size: 1.05rem;
    color: var(--navy);
    margin: 10px 0 8px;
}

.article-card p {
    font-size: .92rem;
    color: var(--muted-color);
}

/* ── Insight ── */
.insight {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 24px;
    align-items: center;
}

.insight-panel {
    padding: 32px;
    border-radius: var(--radius-xl);
    background: linear-gradient(145deg, var(--navy-dark), var(--navy), var(--navy-mid));
    color: #fff;
    box-shadow: var(--shadow-lg);
}

.insight-panel h3 {
    font-size: 1.6rem;
    letter-spacing: -.03em;
    margin-bottom: 12px;
}

.insight-panel p {
    color: rgba(255, 255, 255, .78);
}

.insight-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: grid;
    gap: 12px;
}

.insight-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: rgba(255, 255, 255, .78);
    font-size: .95rem;
}

.insight-list li::before {
    content: "✓";
    color: var(--red);
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 2px;
}

.insight-copy {
    color: var(--muted-color);
    line-height: 1.75;
}

/* ── CTA band ── */
.cta-band {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--navy-dark), var(--navy));
    color: #fff;
}

.cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    padding: 40px;
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
}

.cta-box h2 {
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    margin-bottom: 10px;
}

.cta-box p {
    color: rgba(255, 255, 255, .78);
    max-width: 60ch;
    margin: 0;
}

/* ── Page hero (inner pages) ── */
.page-hero {
    padding: 64px 0 40px;
    background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 60%, var(--navy-mid) 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 85% 30%, rgba(212, 32, 39, .2) 0%, transparent 50%);
    pointer-events: none;
}

.page-hero__inner {
    position: relative;
    z-index: 1;
}

.page-hero h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    letter-spacing: -.03em;
    margin: 16px 0 14px;
}

.page-hero__text {
    color: rgba(255, 255, 255, .8);
    max-width: 60ch;
    font-size: 1.05rem;
}

.page-hero--detail .page-hero__inner {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 24px;
    align-items: end;
}

.detail-price {
    justify-self: end;
    padding: 22px 26px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .15);
    text-align: right;
    backdrop-filter: blur(10px);
}

.detail-price strong {
    display: block;
    font-size: 2rem;
    margin-bottom: 6px;
}

.detail-price span {
    color: rgba(255, 255, 255, .75);
    font-size: .9rem;
}

/* ── Grid 3 ── */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* ── Info cards ── */
.info-card {
    padding: 28px;
}

.info-card h2 {
    font-size: 1.15rem;
    color: var(--navy);
    margin-bottom: 10px;
}

.info-card p {
    color: var(--muted-color);
    font-size: .93rem;
}

.info-card__accent {
    width: 44px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--navy), var(--red));
    margin-bottom: 16px;
}

.info-card--service {
    background: #fff;
}

/* ── Role cards ── */
.role-card {
    padding: 28px;
}

.role-card__type {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(13, 45, 94, .07);
    color: var(--navy);
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.role-card h2 {
    font-size: 1.15rem;
    color: var(--navy);
    margin-bottom: 8px;
}

.role-card p {
    color: var(--muted-color);
    font-size: .93rem;
    margin-bottom: 18px;
}

/* ── Contact ── */
.contact-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 20px;
}

.contact-panel {
    padding: 28px;
}

.contact-panel h2 {
    font-size: 1.3rem;
    color: var(--navy);
    margin-bottom: 18px;
}

.contact-panel--soft {
    background: var(--surface-soft);
}

.contact-items {
    display: grid;
    gap: 12px;
}

.contact-item {
    padding: 14px 16px;
    border-radius: 14px;
    background: var(--surface-soft);
    border: 1px solid rgba(13, 45, 94, .06);
}

.contact-item span {
    display: block;
    font-size: .82rem;
    color: var(--muted-color);
    margin-bottom: 3px;
}

.contact-item strong {
    color: var(--navy);
    font-size: .98rem;
}

.stack-form {
    display: grid;
    gap: 12px;
}

.stack-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* ── Detail page ── */
.detail-layout {
    display: grid;
    grid-template-columns: 1.1fr .55fr;
    gap: 20px;
    align-items: start;
}

.detail-card {
    padding: 20px;
}

.detail-card__body {
    padding: 18px 4px 4px;
}

.detail-sidebar {
    display: grid;
    gap: 18px;
}

.related-list {
    display: grid;
    gap: 8px;
}

.related-list a {
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid rgba(13, 45, 94, .08);
    color: var(--navy);
    font-weight: 600;
    font-size: .93rem;
    transition: color .15s;
}

.related-list a:last-child {
    border-bottom: 0;
}

.related-list a:hover {
    color: var(--red);
}

/* ── Stats bar ── */
.stats-bar {
    background: var(--navy);
    color: #fff;
    padding: 28px 0;
}

.stats-bar__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    text-align: center;
}

.stat-item strong {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
}

.stat-item span {
    font-size: .88rem;
    color: rgba(255, 255, 255, .7);
}

/* ── Why us ── */
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.why-card {
    padding: 26px 22px;
    border-radius: var(--radius-lg);
    background: #fff;
    border: 1px solid rgba(13, 45, 94, .08);
    box-shadow: var(--shadow);
    text-align: center;
    transition: box-shadow .2s, transform .2s;
}

.why-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.why-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(13, 45, 94, .1), rgba(212, 32, 39, .1));
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    font-size: 1.6rem;
}

.why-card h3 {
    font-size: 1rem;
    color: var(--navy);
    margin-bottom: 8px;
}

.why-card p {
    font-size: .88rem;
    color: var(--muted-color);
}

/* ── Testimonials ── */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.testimonial-card {
    padding: 26px;
    border-radius: var(--radius-lg);
    background: #fff;
    border: 1px solid rgba(13, 45, 94, .08);
    box-shadow: var(--shadow);
}

.testimonial-card .stars {
    color: #f5a623;
    font-size: 1rem;
    margin-bottom: 12px;
}

.testimonial-card p {
    font-size: .93rem;
    color: var(--muted-color);
    font-style: italic;
    margin-bottom: 16px;
}

.testimonial-author strong {
    display: block;
    color: var(--navy);
    font-size: .93rem;
}

.testimonial-author span {
    font-size: .82rem;
    color: var(--muted-color);
}

/* ── Team ── */
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.team-card {
    padding: 24px;
    border-radius: var(--radius-lg);
    background: #fff;
    border: 1px solid rgba(13, 45, 94, .08);
    box-shadow: var(--shadow);
    text-align: center;
    transition: box-shadow .2s, transform .2s;
}

.team-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.team-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--navy), var(--red));
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 800;
}

.team-card h3 {
    font-size: 1rem;
    color: var(--navy);
    margin-bottom: 4px;
}

.team-card span {
    font-size: .85rem;
    color: var(--red);
    font-weight: 600;
}

.team-card p {
    font-size: .88rem;
    color: var(--muted-color);
    margin-top: 8px;
}

/* ── Values ── */
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.value-card {
    padding: 28px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
}

.value-card h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.value-card p {
    color: rgba(255, 255, 255, .75);
    font-size: .92rem;
}

.value-num {
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(212, 32, 39, .5);
    line-height: 1;
    margin-bottom: 10px;
}

/* ── Footer ── */
.site-footer {
    background: var(--navy-dark);
    color: rgba(255, 255, 255, .7);
    padding: 56px 0 0;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.site-footer__brand p {
    font-size: .92rem;
    margin-top: 14px;
    max-width: 38ch;
}

.footer-logo-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    text-decoration: none;
    margin-bottom: 4px;
}

.footer-brand-name {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .02em;
    white-space: nowrap;
}

.site-footer h4 {
    color: #fff;
    font-size: .95rem;
    margin-bottom: 16px;
}

.site-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.site-footer__links a {
    font-size: .9rem;
    color: rgba(255, 255, 255, .65);
    transition: color .15s;
}

.site-footer__links a:hover {
    color: var(--red);
}

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 20px 0;
    font-size: .88rem;
    color: rgba(255, 255, 255, .45);
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .1);
    display: grid;
    place-items: center;
    font-size: .9rem;
    color: rgba(255, 255, 255, .7);
    transition: background .15s, color .15s;
}

.footer-social a:hover {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
}

/* ── Responsive ── */
@media (max-width: 1100px) {
    .listing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

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

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

    .site-footer__grid {
        grid-template-columns: 1fr 1fr;
    }

    .hero__grid,
    .insight,
    .detail-layout,
    .contact-layout,
    .page-hero--detail .page-hero__inner {
        grid-template-columns: 1fr;
    }

    .detail-price {
        justify-self: start;
        text-align: left;
    }

    .steps,
    .article-grid,
    .grid-3,
    .values-grid,
    .testimonial-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .site-logo {
        height: 80px;
    }

    .site-logo--footer {
        height: 110px;
    }

    .site-header__cta {
        display: none;
    }

    .nav-toggle {
        display: flex;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 1px);
        left: 12px;
        right: 12px;
        display: grid;
        gap: 4px;
        padding: 12px;
        border-radius: 18px;
        background: rgba(255, 255, 255, .98);
        border: 1px solid rgba(13, 45, 94, .1);
        box-shadow: var(--shadow-lg);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: opacity .18s, visibility .18s, transform .18s;
        margin-left: 0;
    }

    .site-nav.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .site-nav__link {
        padding: 11px 14px;
    }

    .hero {
        padding: 56px 0 48px;
    }

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

    .section {
        padding: 56px 0;
    }

    .page-hero {
        padding: 48px 0 32px;
    }

    .listing-grid,
    .steps,
    .article-grid,
    .grid-3,
    .why-grid,
    .team-grid,
    .values-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

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

    .site-footer__grid {
        grid-template-columns: 1fr;
    }

    .section-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .price-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
    }

    .site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

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

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

/* ── Insight list on light bg ── */
.insight-list--light li {
    color: var(--muted-color);
}

.insight-list--light li::before {
    color: var(--red);
}

/* ── Utility ── */
.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}