/* Content pages: Beachfront, Commercial, Privacy, Terms */
.content-page {
    background: #f4f7f6;
    color: #334155;
}

.content-hero {
    min-height: 360px;
    height: 42vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.content-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15,23,42,.68), rgba(15,23,42,.82));
}

.content-hero-inner {
    width: min(1180px, calc(100% - 36px));
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding-top: 68px;
}

.content-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #f59e0b;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
}

.content-hero h1 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(40px, 5vw, 66px);
    line-height: 1.05;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.content-hero h1 span { color: #f59e0b; }

.content-hero p {
    max-width: 720px;
    margin: 14px auto 0;
    color: #dbe4ef;
    font-size: 16px;
    line-height: 1.75;
}

.content-section {
    padding: 82px 0;
}

.content-section.soft {
    background: #ffffff;
}

.content-wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.content-split {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    gap: 54px;
}

.content-image {
    height: 430px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 22px 55px rgba(15,23,42,.13);
}

.content-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.content-copy h2,
.legal-card h2 {
    margin: 0 0 16px;
    color: #0f172a;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(31px, 3.2vw, 45px);
    line-height: 1.12;
    text-transform: uppercase;
}

.content-copy h2 span,
.legal-card h2 span { color: #f59e0b; }

.content-copy p {
    margin: 0 0 18px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.9;
}

.location-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.location-pills span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    font-size: 12px;
    font-weight: 500;
}

.location-pills i { color: #f59e0b; }

.feature-heading {
    max-width: 720px;
    margin: 0 auto 34px;
    text-align: center;
}

.feature-heading h2 {
    color: #0f172a;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(32px, 3.6vw, 46px);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.feature-heading h2 span { color: #f59e0b; }
.feature-heading p { color: #64748b; line-height: 1.7; }

.content-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.content-feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(15,23,42,.05);
}

.content-feature-card .feature-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff7ed;
    color: #f59e0b;
    font-size: 20px;
    margin-bottom: 18px;
}

.content-feature-card h3 {
    color: #0f172a;
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.content-feature-card p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.75;
}

.content-cta {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto 82px;
    padding: 42px 46px;
    border-radius: 18px;
    background: #0f172a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-shadow: 0 20px 48px rgba(15,23,42,.16);
}

.content-cta h2 {
    margin: 0 0 7px;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(27px, 3vw, 38px);
    text-transform: uppercase;
}

.content-cta h2 span { color: #f59e0b; }
.content-cta p { margin: 0; color: #cbd5e1; font-size: 14px; }

.content-cta a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 20px;
    border-radius: 9px;
    background: #f59e0b;
    color: #fff;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.legal-section {
    padding: 70px 0 90px;
}

.legal-wrap {
    width: min(960px, calc(100% - 40px));
    margin: 0 auto;
}

.legal-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 44px;
    box-shadow: 0 14px 42px rgba(15,23,42,.06);
}

.legal-updated {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 13px;
}

.legal-block + .legal-block {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #eef2f7;
}

.legal-block h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}

.legal-block p,
.legal-block li {
    color: #64748b;
    font-size: 14px;
    line-height: 1.85;
}

.legal-block ul {
    margin: 10px 0 0 20px;
}

.legal-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.legal-contact a,
.legal-contact span {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 13px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    color: #475569;
    text-decoration: none;
    font-size: 13px;
}

.legal-contact i { color: #f59e0b; }

@media (max-width: 800px) {
    .content-hero { min-height: 310px; height: 38vh; }
    .content-hero-inner { padding-top: 58px; }
    .content-section { padding: 58px 0; }
    .content-split { grid-template-columns: 1fr; gap: 30px; }
    .content-image { height: 330px; }
    .content-feature-grid { grid-template-columns: 1fr; }
    .content-cta { margin-bottom: 58px; padding: 32px 26px; flex-direction: column; align-items: flex-start; }
    .legal-section { padding: 50px 0 65px; }
    .legal-card { padding: 28px 22px; }
    .legal-contact { grid-template-columns: 1fr; }
}
