/* RentAll marketing surface — landing, features, contact. Dark background,
   warm accents, generous spacing. */

.rentall-page--marketing { background: radial-gradient(circle at 20% -10%, rgba(255,95,59,0.15), transparent 60%) #0f1115; }

.rentall-mkt-nav a.is-active { color: var(--r-accent); }

.rentall-hero {
    max-width: 860px;
    margin: 5rem auto 3rem;
    text-align: center;
    padding: 0 1.5rem;
}
.rentall-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    color: var(--r-accent-2);
    padding: 0.35rem 0.85rem;
    border: 1px solid rgba(255,184,75,0.4);
    border-radius: 999px;
    margin-bottom: 1.5rem;
}
.rentall-hero h1 {
    font-size: clamp(2.4rem, 6vw, 4.2rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin: 0 0 1.2rem;
}
.rentall-hero .rentall-lead {
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    color: #c8cdd6;
    margin-bottom: 2rem;
}
.rentall-hero-cta { display: flex; gap: 0.7rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1rem; }

.rentall-mkt-section {
    max-width: 1080px;
    margin: 4rem auto;
    padding: 0 1.5rem;
}
.rentall-mkt-section__title,
.rentall-mkt-section h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin: 0 0 2rem;
    letter-spacing: -0.02em;
}

.rentall-feature-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.rentall-feature {
    background: var(--r-surface);
    border: 1px solid var(--r-line);
    border-radius: var(--r-radius);
    padding: 1.2rem;
}
.rentall-feature__icon { font-size: 1.6rem; margin-bottom: 0.6rem; }
.rentall-feature h3 { margin: 0 0 0.4rem; font-size: 1.05rem; }
.rentall-feature p  { margin: 0; color: var(--r-muted); font-size: 0.92rem; line-height: 1.5; }

.rentall-mkt-section--cta {
    text-align: center;
    background: linear-gradient(135deg, rgba(255,95,59,0.12), rgba(255,184,75,0.08));
    border: 1px solid var(--r-line);
    border-radius: var(--r-radius);
    padding: 3rem 1.5rem;
}

/* Pricing card */
.rentall-pricing-section { text-align: center; }
.rentall-pricing-subtitle {
    font-size: 1.05rem;
    color: var(--r-muted);
    margin: -1rem 0 2rem;
}
.rentall-pricing-card {
    max-width: 480px;
    margin: 0 auto;
    background: var(--r-surface);
    border: 1px solid var(--r-line);
    border-radius: var(--r-radius);
    padding: 2.4rem 2rem;
    text-align: left;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
    position: relative;
    overflow: hidden;
}
.rentall-pricing-card::before {
    content: "";
    position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, var(--r-accent), var(--r-accent-2));
}
.rentall-pricing-card__head { text-align: center; padding-bottom: 1.4rem; border-bottom: 1px dashed var(--r-line); }
.rentall-pricing-card__plan {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.75rem;
    color: var(--r-accent);
    margin-bottom: 0.8rem;
}
.rentall-pricing-card__price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.4rem;
    margin: 0;
}
.rentall-pricing-card__amount {
    font-size: clamp(2.6rem, 6vw, 3.6rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
}
.rentall-pricing-card__per { color: var(--r-muted); font-size: 1rem; }
.rentall-pricing-card__base-line {
    color: var(--r-muted);
    font-size: 0.9rem;
    margin: 0.6rem 0 0;
}
.rentall-pricing-card__addon {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.4rem;
    padding: 1.2rem 0;
    border-bottom: 1px dashed var(--r-line);
    text-align: center;
}
.rentall-pricing-card__addon-plus  { color: var(--r-muted); font-size: 1.4rem; line-height: 1; }
.rentall-pricing-card__addon-price { font-weight: 700; font-size: 1.4rem; }
.rentall-pricing-card__addon-label { color: var(--r-muted); font-size: 0.9rem; }
.rentall-pricing-card__includes {
    list-style: none;
    padding: 1.4rem 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.rentall-pricing-card__includes li {
    padding-left: 1.5rem;
    position: relative;
    color: var(--r-text);
    font-size: 0.95rem;
}
.rentall-pricing-card__includes li::before {
    content: "✓";
    position: absolute;
    left: 0; top: 0;
    color: var(--r-accent);
    font-weight: 700;
}
.rentall-pricing-card__cta {
    display: block;
    margin: 1.6rem auto 0;
    text-align: center;
    max-width: 320px;
}
.rentall-pricing-card__fine {
    text-align: center;
    margin: 0.7rem 0 0;
}
.rentall-mkt-section--cta h2 { margin-bottom: 1rem; }
.rentall-mkt-section--cta p  { margin-bottom: 1.5rem; }

.rentall-mkt-page--lead {
    max-width: 760px;
    text-align: center;
    margin: 4rem auto 2rem;
    padding: 0 1.5rem;
}
.rentall-mkt-page--lead h1 { font-size: clamp(2rem, 5vw, 3.2rem); letter-spacing: -0.02em; margin: 0 0 1rem; }
.rentall-mkt-page--lead .rentall-lead { color: #c8cdd6; }

.rentall-mkt-page--narrow {
    max-width: 640px;
    margin: 3rem auto;
    padding: 0 1.5rem;
}

.rentall-honeypot { position: absolute; left: -9999px; }

.rentall-mkt-footer {
    border-top: 1px solid var(--r-line);
    padding: 2rem 1.5rem;
    text-align: center;
    color: var(--r-muted);
    margin-top: 4rem;
}
.rentall-mkt-footer__row {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
}
.rentall-mkt-footer__row nav { margin-left: auto; display: flex; gap: 1rem; }
.rentall-mkt-footer__row nav a { text-decoration: none; color: var(--r-muted); }
.rentall-mkt-footer__row nav a:hover { color: var(--r-text); }
