* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Georgia, "Times New Roman", serif;
    background-color: #f6f6f4;
    color: #1f2a44;
    line-height: 1.7;
}

img {
    max-width: 100%;
    display: block;
}

/* GLOBAL LINKS */
a {
    color: #1f2a44;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
}

/* HEADER */
.site-header {
    background-color: rgba(246, 246, 244, 0.97);
    border-bottom: 1px solid #ddd7cb;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    gap: 24px;
    flex-wrap: wrap;
}

.brand {
    display: inline-flex;
    align-items: center;
}

.brand img {
    height: 90px;
    width: auto;
    display: block;
}

.site-nav {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.site-nav a {
    font-family: Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
}

/* CREDIBILITY STRIP */
.credibility-strip {
    background: #f1ede4;
    border-bottom: 1px solid #ddd7cb;
}

.credibility-strip-inner {
    text-align: center;
    padding: 12px 0;
    font-family: Arial, sans-serif;
    font-size: 0.92rem;
    color: #43506d;
    font-weight: 600;
}

/* HERO */
.hero {
    padding: 72px 0 40px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 34px;
    align-items: center;
}

.tagline {
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
    color: #c89b2c;
    margin-bottom: 14px;
    font-family: Arial, sans-serif;
}

.hero h1 {
    font-size: 3.1rem;
    line-height: 1.15;
    margin-bottom: 18px;
}

.hero-description {
    color: #4d5870;
    margin-bottom: 20px;
    font-size: 1.06rem;
    max-width: 760px;
}

.hero-points {
    margin: 0 0 24px 20px;
    color: #43506d;
}

.hero-points li {
    margin-bottom: 8px;
}

/* BUTTONS */
.btn {
    padding: 12px 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    display: inline-block;
    transition: 0.2s ease;
}

.btn-primary {
    background: #1f2a44;
    color: #ffffff;
    border: 1px solid #1f2a44;
}

.btn-primary:hover {
    background: #2b3656;
    text-decoration: none;
}

.btn-secondary {
    border: 1px solid #c89b2c;
    color: #1f2a44;
    background: transparent;
}

.btn-secondary:hover {
    background: #f7f1e3;
    text-decoration: none;
}

.btn-light {
    background: #ffffff;
    color: #1f2a44;
    border: 1px solid #ffffff;
}

.btn-light:hover {
    background: #f5f5f5;
}

/* HERO SIDE */
.hero-side {
    display: grid;
    gap: 16px;
}

.hero-panel-card,
.content-card,
.info-card,
.form-card {
    background: #ffffff;
    padding: 24px;
    border-radius: 14px;
    border: 1px solid #e4ded1;
    box-shadow: 0 6px 20px rgba(31, 42, 68, 0.04);
}

.hero-panel-card h2 {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.hero-highlight-card {
    border-left: 4px solid #c89b2c;
}

/* TRUST STRIP */
.trust-strip {
    padding: 18px 0 8px;
}

.trust-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.trust-item {
    background: #ffffff;
    padding: 16px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid #e4ded1;
}

/* INTRO */
.intro {
    padding: 18px 0 8px;
}

.intro-box {
    background: #ffffff;
    border: 1px solid #e4ded1;
    border-radius: 14px;
    padding: 22px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(31, 42, 68, 0.04);
}

.intro-box p {
    font-size: 1.05rem;
    color: #43506d;
}

/* SECTIONS */
.section {
    padding: 72px 0;
}

.section-soft {
    background: #f1ede4;
}

.section-heading {
    margin-bottom: 22px;
}

.section-label {
    text-transform: uppercase;
    font-size: 0.78rem;
    color: #c89b2c;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.section-heading h2 {
    font-size: 2.2rem;
    line-height: 1.2;
}

.content-card h3,
.info-card h3,
.form-card h3 {
    margin-bottom: 12px;
}

.content-card p,
.info-card p,
.form-card p {
    margin-bottom: 12px;
}

.two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.feature-list {
    margin: 12px 0 0 20px;
}

.feature-list li {
    margin-bottom: 10px;
}

/* LANDLORD PITCH */
.pitch-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.pitch-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

/* CTA */
.cta-banner {
    padding: 10px 0 0;
}

.cta-banner-inner {
    background: #1f2a44;
    color: #ffffff;
    padding: 34px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
}

.cta-banner-inner h2,
.cta-banner-inner p,
.cta-banner-inner .section-label {
    color: #ffffff;
}

.cta-banner-actions {
    flex-shrink: 0;
}

/* CONTACT */
.contact-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 20px;
}

.contact-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.contact-block {
    background: #ffffff;
    padding: 22px;
    border-radius: 12px;
    border: 1px solid #e4ded1;
}

.contact-block p {
    margin-bottom: 8px;
}

.contact-note {
    color: #4d5870;
}

.contact-emphasis {
    margin-top: 14px;
    font-weight: 600;
    color: #1f2a44;
}

.form-card {
    padding: 24px;
}

.form-group {
    margin-bottom: 14px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-family: Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font: inherit;
    background: #fff;
}

.form-note {
    font-size: 0.9rem;
    margin-bottom: 12px;
    color: #4d5870;
}

/* LEGAL */
.legal-strip {
    background: #ebe6db;
    padding: 20px 0;
    font-size: 0.9rem;
}

.legal-strip-inner p {
    margin-bottom: 6px;
}

/* FOOTER */
.site-footer {
    background: #1f2a44;
    color: white;
    padding: 30px 0;
}

.site-footer a,
.site-footer a:visited,
.site-footer a:active {
    color: #ffffff;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.footer-grid p {
    margin-bottom: 8px;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 0.85rem;
    opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
    .hero-grid,
    .feature-grid,
    .pitch-grid,
    .contact-layout,
    .footer-grid,
    .contact-card,
    .trust-strip-grid,
    .two-column {
        grid-template-columns: 1fr;
    }

    .cta-banner-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero h1 {
        font-size: 2.4rem;
    }
}

@media (max-width: 720px) {
    .header-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .brand img {
        height: 72px;
    }

    .site-nav {
        gap: 14px;
    }

    .hero {
        padding: 48px 0 26px;
    }

    .section {
        padding: 56px 0;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .cta-banner-inner,
    .hero-panel-card,
    .content-card,
    .info-card,
    .form-card,
    .contact-block,
    .intro-box {
        padding: 20px;
    }
}