.rental-hero,
.rental-section,
.profit-section,
.support-section,
.rental-cta { padding: 90px 0; }
.rental-hero { background: radial-gradient(circle at top right, rgba(197,157,95,.22), transparent 38%), #fffaf2; }
.rental-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.rental-hero h1 { font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1.02; font-weight: 900; color: #151515; margin-bottom: 24px; }
.rental-hero p { font-size: 1.1rem; line-height: 1.8; color: #555; max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn-main, .btn-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 24px; border-radius: 999px; font-weight: 800; text-decoration: none; transition: .2s ease; }
.btn-main { background: #c59d5f; color: #fff; box-shadow: 0 12px 24px rgba(197,157,95,.24); }
.btn-main:hover, .btn-secondary:hover { transform: translateY(-2px); }
.btn-main:hover { color: #fff; }
.btn-secondary { background: #fff; color: #1f1f1f; border: 1px solid rgba(0,0,0,.12); }
.btn-secondary:hover { color: #1f1f1f; }
.section-badge { display: inline-flex; width: fit-content; background: rgba(197,157,95,.14); color: #9a743e; border: 1px solid rgba(197,157,95,.25); padding: 8px 15px; border-radius: 999px; font-weight: 800; margin-bottom: 18px; }
.section-badge.light { background: rgba(255,255,255,.15); color: #fff; border-color: rgba(255,255,255,.28); }
.rental-stats-card { border-radius: 32px; background: #191919; color: #fff; padding: 44px; box-shadow: 0 26px 70px rgba(0,0,0,.18); }
.rental-stats-card span { color: #d8b777; font-weight: 800; }
.rental-stats-card strong { display: block; font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 900; margin: 10px 0; }
.rental-stats-card p { color: rgba(255,255,255,.75); margin: 0; }
.section-heading { text-align: center; max-width: 850px; margin: 0 auto 42px; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 900; color: #151515; margin-bottom: 16px; }
.section-heading p { color: #666; font-size: 1.05rem; line-height: 1.8; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.pricing-card { background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 28px; padding: 34px; box-shadow: 0 18px 55px rgba(0,0,0,.08); position: relative; }
.pricing-card.featured { background: #191919; color: #fff; }
.pricing-card h3 { font-size: 1.5rem; font-weight: 900; margin-bottom: 12px; }
.price { font-size: 2.3rem; font-weight: 900; color: #c59d5f; margin-bottom: 22px; }
.pricing-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.pricing-card li { color: inherit; opacity: .78; }
.pricing-card li:before { content: '✓'; color: #c59d5f; font-weight: 900; margin-right: 10px; }
.popular { display: inline-flex; background: #c59d5f; color: #fff; border-radius: 999px; padding: 7px 13px; font-weight: 800; margin-bottom: 16px; }
.profit-section { background: #faf8f4; }
.profit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.profit-card { background: #fff; border-radius: 24px; padding: 30px; text-align: center; box-shadow: 0 14px 42px rgba(0,0,0,.06); }
.profit-card span { font-weight: 800; color: #9a743e; }
.profit-card strong { display: block; font-size: 2.3rem; font-weight: 900; margin: 8px 0; color: #151515; }
.profit-card p { margin: 0; color: #666; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; align-items: center; }
.support-grid h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; margin-bottom: 18px; }
.support-grid p { color: #666; line-height: 1.8; }
.support-list { display: grid; gap: 14px; }
.support-list div { background: #fff; border-radius: 18px; padding: 18px 22px; box-shadow: 0 12px 34px rgba(0,0,0,.06); font-weight: 800; }
.support-list i { color: #c59d5f; margin-right: 10px; }
.cta-box { background: #191919; color: #fff; border-radius: 32px; padding: 56px; text-align: center; }
.cta-box h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; margin-bottom: 14px; }
.cta-box p { color: rgba(255,255,255,.78); max-width: 720px; margin: 0 auto 28px; line-height: 1.8; }
.btn-main.light { background: #fff; color: #191919; box-shadow: none; }
@media (max-width: 900px) { .rental-hero-grid, .pricing-grid, .profit-grid, .support-grid { grid-template-columns: 1fr; } .rental-hero, .rental-section, .profit-section, .support-section, .rental-cta { padding: 60px 0; } .rental-stats-card, .cta-box { padding: 34px 22px; border-radius: 24px; } }
