.compare-hero,
.compare-section,
.compare-cards-section,
.compare-cta { padding: 90px 0; }

.compare-hero { background: linear-gradient(135deg, #fffaf2 0%, #ffffff 55%, #f7efe2 100%); }
.compare-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.compare-hero h1 { font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1.02; font-weight: 900; color: #151515; margin-bottom: 24px; }
.compare-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 { color: #fff; transform: translateY(-2px); }
.btn-secondary { background: #fff; color: #1f1f1f; border: 1px solid rgba(0,0,0,.12); }
.btn-secondary:hover { color: #1f1f1f; transform: translateY(-2px); }
.section-badge { display: inline-flex; width: fit-content; align-items: center; gap: 8px; 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); }
.compare-hero-card { background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 28px; padding: 26px; box-shadow: 0 24px 70px rgba(0,0,0,.10); display: grid; gap: 18px; }
.price-box { border-radius: 22px; padding: 28px; background: #f8f5ef; }
.price-box.featured { background: #191919; color: #fff; }
.price-box span { display: block; font-weight: 800; color: #9a743e; margin-bottom: 8px; }
.price-box.featured span { color: #d8b777; }
.price-box strong { display: block; font-size: 2rem; font-weight: 900; margin-bottom: 6px; }
.price-box p { margin: 0; color: inherit; opacity: .78; }
.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; }
.compare-table-wrapper { overflow-x: auto; border-radius: 24px; box-shadow: 0 18px 55px rgba(0,0,0,.08); background: #fff; }
.compare-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.compare-table th { background: #191919; color: #fff; padding: 20px; font-size: 1rem; }
.compare-table td { padding: 18px 20px; border-bottom: 1px solid #eee; color: #555; vertical-align: top; }
.compare-table tr:last-child td { border-bottom: 0; }
.compare-table td:first-child { color: #151515; font-weight: 800; }
.compare-cards-section { background: #faf8f4; }
.compare-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.compare-card { background: #fff; border-radius: 24px; padding: 32px; box-shadow: 0 16px 45px rgba(0,0,0,.06); border: 1px solid rgba(0,0,0,.05); }
.compare-card i { width: 54px; height: 54px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; background: #c59d5f; color: #fff; font-size: 1.3rem; margin-bottom: 22px; }
.compare-card h3 { font-size: 1.35rem; font-weight: 900; margin-bottom: 12px; color: #151515; }
.compare-card p { color: #666; line-height: 1.75; margin: 0; }
.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) { .compare-hero-grid, .compare-cards-grid { grid-template-columns: 1fr; } .compare-hero, .compare-section, .compare-cards-section, .compare-cta { padding: 60px 0; } .cta-box { padding: 34px 22px; border-radius: 24px; } }
