.nine15-home { color: var(--915-ink); }
.nine15-section { padding: 64px 0; }
.nine15-container { width: min(1120px, 92%); margin: 0 auto; }
.nine15-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 24px; align-items: center; }
.nine15-home h1 { font-size: clamp(2rem, 6vw, 3.8rem); line-height: 1.02; }
.nine15-home h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: 14px; }
.nine15-home p { color: var(--915-muted); }
.nine15-btn { background: var(--915-accent); color: #fff; display: inline-block; border-radius: 999px; padding: 12px 20px; text-decoration: none; margin-top: 16px; }
.nine15-hero-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 24px; padding: 14px; }
.nine15-hero-card img { width: 100%; height: auto; display: block; }
.nine15-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.nine15-badges span { border: 1px solid #f1d7b8; padding: 8px 12px; border-radius: 999px; font-weight: 700; }
.nine15-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.nine15-gallery img { width: 100%; border-radius: 16px; border: 1px solid #e5e7eb; }
.nine15-pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.nine15-pricing-grid article { background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 16px; }
.nine15-pricing-grid article div { font-size: 2rem; font-weight: 800; color: var(--915-accent); margin: 8px 0; }
.nine15-pricing-grid article ul { list-style: none; border-top: 1px solid #e5e7eb; padding-top: 10px; margin-top: 10px; display: grid; gap: 6px; color: #334155; }
.nine15-pricing-grid article ul li { font-size: 0.95rem; }
.nine15-policy-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 12px; }
.nine15-policy-strip p { background: #fff7ed; border: 1px solid #fed7aa; border-radius: 10px; padding: 10px; color: #7c2d12; font-size: 0.92rem; }
.nine15-rental-box { background: #fff; border: 1px solid #f1d7b8; border-radius: 16px; padding: 14px; margin-bottom: 14px; }
.nine15-rental-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; align-items: end; }
.nine15-rental-grid label { font-weight: 700; }
.nine15-rental-grid input { width: 100%; padding: 10px; border: 1px solid #e5e7eb; border-radius: 10px; }
.nine15-rental-note { margin-top: 10px; color: #6b7280; font-weight: 700; }
.nine15-rental-note::after { content: " Choose buttons unlock after selecting dates and accepting terms."; display: block; font-weight: 500; margin-top: 2px; }
.nine15-terms-line { margin-top: 10px; display: flex; gap: 8px; align-items: flex-start; line-height: 1.5; font-weight: 600; }
.nine15-terms-line strong { font-weight: 800; }
.nine15-disabled { opacity: 0.45; pointer-events: none; }
.nine15-calc { background: #fff; border: 1px solid #f1d7b8; border-radius: 16px; padding: 16px; display: grid; gap: 10px; }
.nine15-calc input { width: 100%; padding: 10px; border: 1px solid #e5e7eb; border-radius: 10px; }
#nine15-calc-result { background: #fff7ed; border: 1px solid #fed7aa; border-radius: 10px; padding: 10px; display: none; }
.nine15-quote-cta { background: #111827; color: #fff; border-radius: 20px; padding: 28px; }
.nine15-quote-cta h2 { color: #fff; }
.nine15-quote-cta p { color: #cbd5e1; }
.nine15-quote-support a { color: #93c5fd; text-decoration: underline; }
.nine15-form-wrap { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 18px; margin-top: 14px; }
.nine15-product-support, .nine15-checkout-support, .nine15-contact-support { margin: 16px 0; padding: 12px 14px; border: 1px solid #cbd5e1; border-radius: 12px; background: #f8fafc; }
.nine15-support-block p { margin: 0; color: #334155; }
.nine15-support-block p + p { margin-top: 4px; }
.nine15-support-block a { color: #1d4ed8; text-decoration: underline; }

@media (max-width: 980px) {
  .nine15-hero-grid, .nine15-gallery, .nine15-pricing-grid, .nine15-rental-grid, .nine15-policy-strip { grid-template-columns: 1fr; }
}
