:root {
  --primary: #0f172a;
  --primary-soft: #17223a;
  --accent: #c9a24a;
  --card: #f7f4ee;
  --text: #1f2937;
  --muted: rgba(31, 41, 55, 0.66);
  --border: #e5ded2;
  --white: #ffffff;
  --shadow: rgba(15, 23, 42, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: "Inter", system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
button { border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(100% - 32px, 1240px); margin: 0 auto; }
h1, h2, h3, h4 { margin: 0; color: var(--primary); font-family: "Playfair Display", Georgia, serif; line-height: 1.08; }
p { color: var(--muted); line-height: 1.7; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--border); box-shadow: 0 8px 22px rgba(15,23,42,.04); backdrop-filter: blur(12px); }
.header-inner { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand img { width: 42px; height: 42px; }
.brand strong, .brand small { display: block; }
.brand strong { color: var(--primary); font-family: "Playfair Display", Georgia, serif; font-size: 20px; }
.brand small { color: var(--accent); font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 700; }
.desktop-nav, .header-actions, .hero-actions { display: flex; align-items: center; gap: 24px; }
.desktop-nav a { color: var(--text); font-size: 14px; font-weight: 600; }
.desktop-nav a:hover, .mobile-nav a:hover, .site-footer a:hover { color: var(--accent); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; border-radius: 8px; font-weight: 700; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--primary); color: white; }
.btn-primary:hover { background: var(--primary-soft); }
.btn-outline { border: 1px solid var(--accent); color: var(--accent); }
.btn-outline:hover { background: var(--accent); color: var(--primary); }
.btn-gold { background: var(--accent); color: var(--primary); }
.btn-gold:hover { background: #d6b15f; }
.btn-large { min-height: 52px; padding: 0 26px; }
.menu-toggle { display: none; width: 44px; height: 44px; border-radius: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--primary); }
.mobile-nav { display: none; }
.hero { position: relative; min-height: calc(100vh - 80px); overflow: hidden; background: white; }
.soft-glow { position: absolute; width: 380px; height: 380px; border-radius: 50%; filter: blur(46px); opacity: .55; pointer-events: none; }
.glow-one { top: -80px; right: -80px; background: rgba(201,162,74,.14); }
.glow-two { bottom: -110px; left: -80px; background: rgba(15,23,42,.08); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; min-height: calc(100vh - 80px); padding: 80px 0; }
.kicker, .section-head span { color: var(--accent); font-family: "Montserrat", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.kicker i, .section-head i { display: block; width: 80px; height: 2px; margin-top: 16px; background: linear-gradient(90deg, var(--accent), transparent); }
.hero h1 { max-width: 720px; margin-top: 24px; font-size: clamp(48px, 6.2vw, 84px); }
.hero-copy > p { max-width: 690px; margin: 24px 0 32px; font-size: 18px; }
.hero-list { display: grid; gap: 18px; margin-bottom: 34px; }
.hero-list article { display: grid; grid-template-columns: 34px 1fr; gap: 16px; align-items: start; }
.hero-list span, .feature-grid b, .differential-grid b { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--accent); background: rgba(201,162,74,.14); font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 800; }
.hero-list h3 { font-family: "Montserrat", sans-serif; font-size: 16px; }
.hero-list p { margin: 5px 0 0; font-size: 14px; }
.hero-media { position: relative; }
.hero-media::before { content: ""; position: absolute; inset: 0; border-radius: 24px; background: linear-gradient(135deg, rgba(201,162,74,.15), rgba(15,23,42,.14)); filter: blur(26px); }
.hero-media img, .wide-image img { position: relative; width: 100%; border-radius: 24px; box-shadow: 0 28px 70px var(--shadow); }
.section { padding: 96px 0; }
.features-section { background: linear-gradient(180deg, white 0%, var(--card) 100%); }
.why-section { background: linear-gradient(180deg, var(--card) 0%, white 100%); }
.plans-section { background: white; }
.section-head { max-width: 720px; margin: 0 auto 64px; text-align: center; }
.section-head i { margin: 16px auto 24px; background: linear-gradient(90deg, transparent, var(--accent), transparent); }
.section-head h2 { font-size: clamp(36px, 4vw, 56px); }
.section-head p { margin: 18px auto 0; font-size: 18px; }
.feature-grid, .differential-grid, .stats-grid, .plans-grid, .footer-grid { display: grid; gap: 24px; }
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-grid article, .differential-grid article, .stats-grid article, .plan-card { background: white; border: 1px solid var(--border); border-radius: 12px; box-shadow: 0 12px 30px rgba(15,23,42,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.feature-grid article { padding: 32px; }
.feature-grid article:hover, .differential-grid article:hover, .stats-grid article:hover, .plan-card:hover { transform: translateY(-6px); border-color: rgba(201,162,74,.55); box-shadow: 0 24px 54px rgba(15,23,42,.1); }
.feature-grid h3, .differential-grid h3 { margin: 20px 0 10px; font-family: "Montserrat", sans-serif; font-size: 19px; }
.feature-grid p, .differential-grid p { margin: 0; font-size: 14px; }
.wide-image { margin-top: 80px; }
.differential-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.differential-grid article { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 32px; }
.differential-grid b { width: 52px; height: 52px; border-radius: 12px; font-size: 18px; }
.differential-grid h3 { margin-top: 0; }
.stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 64px; }
.stats-grid article { padding: 32px; text-align: center; }
.stats-grid strong { display: block; color: var(--accent); font-family: "Playfair Display", Georgia, serif; font-size: 44px; }
.stats-grid span { color: var(--muted); font-weight: 600; }
.plans-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 28px; }
.plan-card h3 { font-size: 30px; }
.plan-card > p { min-height: 70px; margin: 12px 0 20px; font-size: 14px; }
.price { color: var(--primary); font-family: "Playfair Display", Georgia, serif; font-size: 32px; font-weight: 900; line-height: 1; }
.price small { color: var(--muted); font-family: "Inter", sans-serif; font-size: 13px; font-weight: 500; }
.meta { min-height: auto !important; margin: 10px 0 20px !important; color: rgba(31,41,55,.5); font-size: 12px !important; }
.plan-card .btn { width: 100%; margin-bottom: 26px; }
.plan-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.plan-card li { color: rgba(31,41,55,.72); font-size: 14px; line-height: 1.45; }
.plan-card li::before { content: "✓"; margin-right: 8px; color: var(--accent); font-weight: 800; }
.popular { z-index: 1; border-color: var(--accent); box-shadow: 0 28px 64px rgba(15,23,42,.16); transform: scale(1.04); }
.popular:hover { transform: scale(1.04) translateY(-6px); }
.badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); white-space: nowrap; border-radius: 999px; background: var(--accent); color: var(--primary); padding: 6px 14px; font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 800; }
.addons { max-width: 760px; margin: 72px auto 0; padding: 32px; border-radius: 12px; background: var(--card); }
.addons h3 { margin-bottom: 22px; font-size: 30px; }
.addons div { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.addons div:last-child { border-bottom: 0; }
.addons strong { color: var(--accent); font-family: "Montserrat", sans-serif; }
.site-footer { padding: 64px 0 32px; background: var(--primary); color: white; }
.site-footer p, .site-footer a, .site-footer span { color: rgba(255,255,255,.72); }
.site-footer .brand strong { color: white; }
.footer-grid { grid-template-columns: 2fr 1fr 1fr 1.3fr; }
.footer-grid h4 { margin: 0 0 16px; color: var(--accent); font-family: "Montserrat", sans-serif; font-size: 16px; }
.footer-grid a, .footer-grid span { display: block; margin-top: 10px; font-size: 14px; }
.footer-brand { margin-bottom: 16px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 44px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom div { display: flex; gap: 22px; }
.footer-cta { margin-top: 36px; padding: 34px; border-radius: 12px; background: rgba(255,255,255,.06); text-align: center; }
.footer-cta h3 { color: white; font-size: 32px; }
.footer-cta .btn { margin-top: 10px; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1120px) { .plans-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .popular, .popular:hover { transform: none; } }
@media (max-width: 900px) {
  .desktop-nav, .header-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { display: none; flex-direction: column; gap: 18px; padding: 20px 16px; border-top: 1px solid var(--border); background: white; }
  .mobile-nav.open { display: flex; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .feature-grid, .differential-grid, .stats-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .brand span { display: none; }
  .hero-grid { padding: 56px 0; }
  .hero h1 { font-size: 43px; }
  .hero-actions, .footer-bottom, .footer-bottom div, .addons div { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .section { padding: 72px 0; }
  .feature-grid, .differential-grid, .stats-grid, .plans-grid, .footer-grid { grid-template-columns: 1fr; }
  .differential-grid article { grid-template-columns: 1fr; }
}
