/* ==========================================================================
   OcenkaNaImoti.bg — Modern luxury real estate valuation theme
   ========================================================================== */

:root {
  --bg: #0b0b0b;
  --bg-2: #111111;
  --surface: #ffffff;
  --surface-soft: #f7f7f5;
  --text: #1a1a1a;
  --text-muted: #5a5a5a;
  --gold: #d4af37;
  --gold-2: #b8902a;
  --gold-soft: #f3e6b8;
  --line: #e6e6e3;
  --shadow-sm: 0 4px 14px rgba(0,0,0,.06);
  --shadow-md: 0 10px 30px rgba(0,0,0,.08);
  --shadow-lg: 0 20px 60px rgba(0,0,0,.18);
  --radius: 14px;
  --radius-sm: 8px;
  --container: 1200px;
  --t: .25s ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  background: var(--surface);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 .6em;
  color: #111;
}
h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.gold { color: var(--gold); }
.muted { color: var(--text-muted); }
.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 14px;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: var(--t);
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #111;
  box-shadow: 0 8px 24px rgba(212,175,55,.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(212,175,55,.5); }
.btn-ghost {
  background: transparent;
  border-color: rgba(255,255,255,.4);
  color: #fff;
}
.btn-ghost:hover { background: rgba(255,255,255,.1); }
.btn-light { background: #fff; color: #111; }
.btn-light:hover { transform: translateY(-2px); }

/* ===== Topbar ===== */
.topbar {
  background: #000;
  color: #d8d8d8;
  font-size: .82rem;
  padding: 8px 0;
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.topbar-phone { color: var(--gold); font-weight: 600; }
.topbar-tag { letter-spacing: .12em; text-transform: uppercase; font-size: .7rem; color: #999; }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11,11,11,.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  gap: 20px;
}
.brand { display: flex; align-items: center; gap: 12px; color: #fff; }
.brand-mark {
  width: 48px; height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 14px rgba(212,175,55,.25);
  flex-shrink: 0;
}
.brand-mark img, .brand-mark svg { width: 100%; height: 100%; object-fit: contain; }
.brand-text strong { display: block; font-size: 1.05rem; letter-spacing: .04em; }
.brand-text small { display: block; color: var(--gold); font-size: .65rem; letter-spacing: .22em; text-transform: uppercase; margin-top: 2px; }

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.main-nav a {
  color: #e8e8e8;
  font-weight: 500;
  font-size: .95rem;
  position: relative;
  padding: 6px 0;
  transition: var(--t);
}
.main-nav a:hover { color: var(--gold); }
.main-nav a.active { color: var(--gold); }
.main-nav a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; background: var(--gold); border-radius: 2px;
}
.nav-cta { padding: 10px 22px !important; }
.nav-cta::after { display: none !important; }

.nav-highlight {
  color: var(--gold) !important;
  position: relative;
}
.nav-highlight::before {
  content: "💰";
  margin-right: 4px;
  font-size: .9em;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 40px; height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 24px; height: 2px;
  background: #fff;
  transition: var(--t);
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== Hero ===== */
.hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  padding: 110px 0 130px;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(11,11,11,.85) 0%, rgba(11,11,11,.65) 60%, rgba(11,11,11,.9) 100%),
    url('https://images.unsplash.com/photo-1545324418-cc1a3fa10c00?w=1800&q=80') center/cover;
  z-index: -1;
}
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(212,175,55,.15), transparent 50%);
}
.hero-content { max-width: 760px; }
.hero h1 { color: #fff; }
.hero .lead { font-size: 1.15rem; color: #d8d8d8; max-width: 620px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 50px; }
.hero-stats {
  display: flex; gap: 50px; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 30px;
}
.hero-stats > div { display: flex; flex-direction: column; }
.hero-stats strong { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--gold); }
.hero-stats span { color: #bdbdbd; font-size: .85rem; text-transform: uppercase; letter-spacing: .12em; }

/* ===== Sections ===== */
.section { padding: 90px 0; }
.section-light { background: var(--surface-soft); }
.section-dark { background: var(--bg); color: #eee; }
.section-dark h2, .section-dark h3 { color: #fff; }

.section-title { text-align: center; margin-bottom: 12px; }
.section-title.left { text-align: left; }
.section-sub { text-align: center; color: var(--text-muted); margin-bottom: 50px; max-width: 700px; margin-left: auto; margin-right: auto; }

/* ===== Cards ===== */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.card {
  background: #fff;
  padding: 36px 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  transition: var(--t);
  text-align: left;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-soft);
}
.card-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--gold-soft), #fff);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; margin-bottom: 18px;
}
.card h3 { margin-bottom: 8px; }
.card p { color: var(--text-muted); margin: 0; font-size: .95rem; }

/* ===== Two col ===== */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.two-col-media img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.check-list { list-style: none; padding: 0; margin: 24px 0 32px; }
.check-list li {
  position: relative;
  padding: 8px 0 8px 32px;
  border-bottom: 1px solid var(--line);
}
.check-list li::before {
  content: "✓";
  position: absolute; left: 0; top: 8px;
  width: 22px; height: 22px;
  background: var(--gold);
  color: #fff; font-weight: 700;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem;
}

/* ===== Slider ===== */
.slider {
  position: relative;
  margin-top: 40px;
}
.slider-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 14px;
  scrollbar-width: none;
}
.slider-track::-webkit-scrollbar { display: none; }
.slide {
  flex: 0 0 calc(33.333% - 16px);
  scroll-snap-align: start;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  transition: var(--t);
}
.slide:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.slide-media {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.slide-body { padding: 22px 22px 26px; }
.slide-body h3 { margin-bottom: 8px; }
.slide-body p { color: var(--text-muted); font-size: .92rem; margin: 0; }

.slider-arrow {
  position: absolute;
  top: 100px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  border: 1px solid var(--line);
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 2;
  box-shadow: var(--shadow-sm);
  transition: var(--t);
}
.slider-arrow:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
.slider-arrow.prev { left: -18px; }
.slider-arrow.next { right: -18px; }

.slider-dots {
  display: flex; justify-content: center; gap: 8px; margin-top: 18px;
}
.slider-dots button {
  width: 10px; height: 10px; border-radius: 50%;
  background: #ddd; border: 0; cursor: pointer; padding: 0;
  transition: var(--t);
}
.slider-dots button.active { background: var(--gold); width: 26px; border-radius: 6px; }

/* ===== Stats Band ===== */
.stats-band {
  background: linear-gradient(135deg, #d4af37 0%, #b8902a 50%, #8a6a14 100%);
  color: #fff;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.stats-band::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.18), transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(0,0,0,.18), transparent 50%);
  pointer-events: none;
}
.stats-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 50px;
  align-items: center;
}
.stats-title h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin: 0;
  line-height: 1.05;
  text-shadow: 0 2px 12px rgba(0,0,0,.2);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stat { text-align: center; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.25);
}
.stat-num .plus { color: #fff; }
.stat-label {
  margin-top: 10px;
  font-size: .92rem;
  letter-spacing: .04em;
  color: rgba(255,255,255,.95);
}

/* ===== CTA Band ===== */
.cta-band {
  background: linear-gradient(135deg, #0b0b0b 0%, #1a1a1a 100%);
  color: #fff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(212,175,55,.18), transparent 50%);
}
.cta-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.cta-inner h2 { color: #fff; margin-bottom: 4px; }
.cta-inner p { color: #ccc; margin: 0; }

/* ===== Footer ===== */
.site-footer {
  background: #0b0b0b;
  color: #cfcfcf;
  padding: 70px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 50px;
}
.footer-brand { margin-bottom: 14px; color: #fff; }
.site-footer h4 {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 18px;
}
.foot-links { list-style: none; padding: 0; margin: 0; }
.foot-links li { margin-bottom: 10px; font-size: .92rem; }
.foot-links a { color: #cfcfcf; transition: var(--t); }
.foot-links a:hover { color: var(--gold); }
.footer-bottom {
  margin-top: 50px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: .82rem;
  color: #888;
  text-align: center;
}

/* ===== Page header (subpages) ===== */
.page-header {
  background: linear-gradient(135deg, #0b0b0b 0%, #1c1c1c 100%);
  color: #fff;
  padding: 90px 0 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(212,175,55,.15), transparent 60%);
}
.page-header h1 { color: #fff; margin-bottom: 10px; position: relative; }
.page-header p { color: #c7c7c7; max-width: 700px; margin: 0 auto; position: relative; }
.breadcrumb {
  position: relative;
  margin-top: 16px;
  font-size: .85rem;
  color: #aaa;
  letter-spacing: .04em;
}
.breadcrumb a { color: var(--gold); }

/* ===== Price table ===== */
.price-section { padding: 80px 0; }
.price-table-wrap {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  border: 1px solid var(--line);
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .94rem;
}
.price-table thead th {
  background: linear-gradient(135deg, #0b0b0b, #1c1c1c);
  color: #fff;
  text-align: left;
  padding: 18px 20px;
  font-weight: 600;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.price-table thead th.gold-col { color: var(--gold); }
.price-table tbody td {
  padding: 16px 20px;
  border-top: 1px solid var(--line);
  vertical-align: top;
}
.price-table tbody tr:hover { background: #fafaf7; }
.price-table tbody td:first-child { font-weight: 500; color: #222; }
.price-table .price-bgn { color: #111; font-weight: 600; white-space: nowrap; }
.price-table .price-eur { color: var(--gold-2); font-weight: 600; white-space: nowrap; }
.price-table .neg { color: var(--text-muted); font-style: italic; }

.notes {
  background: var(--surface-soft);
  border-left: 4px solid var(--gold);
  padding: 24px 28px;
  border-radius: var(--radius-sm);
  margin-top: 40px;
}
.notes h3 { margin-top: 0; }
.notes ol { padding-left: 20px; margin: 0; }
.notes li { margin-bottom: 8px; color: var(--text-muted); }

/* ===== Contact ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: start;
}
.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-sm);
}
.profile {
  text-align: center;
  margin-bottom: 24px;
}
.profile-photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, var(--gold-soft), #fff);
  border: 4px solid var(--gold);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: var(--gold-2);
  box-shadow: var(--shadow-md);
}
.profile-photo img { width: 100%; height: 100%; object-fit: cover; }
.profile h2 { margin-bottom: 4px; }
.profile .title { color: var(--gold); font-weight: 600; letter-spacing: .04em; }

.contact-list { list-style: none; padding: 0; margin: 24px 0 0; }
.contact-list li {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  align-items: center;
}
.contact-list .ico {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--gold-soft), #fff);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-list a { font-weight: 600; color: #111; }
.contact-list a:hover { color: var(--gold); }
.contact-list small { display: block; color: var(--text-muted); font-size: .8rem; }

/* Form */
.form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form label {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}
.form input, .form textarea, .form select {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: .95rem;
  transition: var(--t);
  background: #fff;
}
.form input:focus, .form textarea:focus, .form select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212,175,55,.18);
}
.form textarea { min-height: 140px; resize: vertical; }
.form .btn { justify-self: start; }
.form-status { font-size: .9rem; color: var(--text-muted); }
.form-status.success { color: #1f7a3a; font-weight: 600; }

/* Partners */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}
.partner {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 24px;
  text-align: center;
  transition: var(--t);
}
.partner:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-soft);
}
.partner-logo {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-soft), #fff);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
  margin: 0 auto 16px;
  color: var(--gold-2);
}
.partner h3 { font-size: 1.05rem; margin-bottom: 6px; }
.partner p { color: var(--text-muted); font-size: .88rem; margin: 0; }

/* Categories on partners page */
.partner-cats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.partner-cat {
  background: #fff;
  padding: 30px;
  border-radius: var(--radius);
  border-top: 4px solid var(--gold);
  box-shadow: var(--shadow-sm);
}
.partner-cat h3 { margin-bottom: 14px; }
.partner-cat ul { list-style: none; padding: 0; margin: 0; }
.partner-cat li {
  padding: 8px 0 8px 22px;
  position: relative;
  border-bottom: 1px solid var(--line);
  color: #333;
}
.partner-cat li:last-child { border-bottom: 0; }
.partner-cat li::before {
  content: "◆";
  position: absolute; left: 0; top: 8px;
  color: var(--gold); font-size: .7rem;
}

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .two-col { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .slide { flex: 0 0 calc(50% - 12px); }
}
@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed;
    top: 70px; left: 0; right: 0;
    flex-direction: column;
    background: rgba(11,11,11,.98);
    padding: 24px;
    gap: 18px;
    transform: translateY(-150%);
    transition: var(--t);
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { width: 100%; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
  .nav-cta { background: linear-gradient(135deg,var(--gold),var(--gold-2)); color:#111; text-align:center; }
  .topbar-tag { display: none; }
  .hero { padding: 70px 0 90px; }
  .hero-stats { gap: 30px; }
  .hero-stats strong { font-size: 1.5rem; }
  .section { padding: 60px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .slide { flex: 0 0 85%; }
  .slider-arrow { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .cta-inner { text-align: center; justify-content: center; }
  .price-table { font-size: .85rem; }
  .price-table thead th, .price-table tbody td { padding: 12px; }
  .stats-inner { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 16px; }
}
@media (max-width: 480px) {
  .brand-text strong { font-size: .9rem; }
  .brand-text small { font-size: .55rem; }
  .topbar-phone { font-size: .78rem; }
  .hero h1 { font-size: 2rem; }
  .btn { padding: 12px 20px; font-size: .9rem; }
  .price-table-wrap { overflow-x: auto; }
  .price-table { min-width: 640px; }
}

/* ===== Referral page ===== */
.referral-hero {
  background: linear-gradient(135deg, #0b0b0b 0%, #1a1a1a 60%, #2a1f08 100%);
  color: #fff;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.referral-hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(212,175,55,.25), transparent 50%),
    radial-gradient(circle at 10% 80%, rgba(212,175,55,.12), transparent 50%);
}
.referral-hero .container { position: relative; }
.referral-hero h1 { color: #fff; max-width: 900px; margin: 0 auto 18px; }
.referral-hero h1 .gold { color: var(--gold); }
.referral-hero .lead { color: #d8d8d8; max-width: 700px; margin: 0 auto 30px; font-size: 1.15rem; }
.commission-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #111;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 10px 30px rgba(212,175,55,.4);
  margin-bottom: 30px;
}
.commission-badge .pct { font-size: 1.6rem; font-family: 'Playfair Display', serif; }

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
  position: relative;
}
.step {
  background: #fff;
  padding: 36px 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  text-align: center;
  position: relative;
  transition: var(--t);
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--gold-soft); }
.step-num {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 auto 18px;
  box-shadow: 0 8px 20px rgba(212,175,55,.35);
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--text-muted); margin: 0; font-size: .95rem; }

.example-box {
  background: linear-gradient(135deg, #fff8e1 0%, #fff 100%);
  border: 2px dashed var(--gold);
  border-radius: var(--radius);
  padding: 28px 32px;
  margin-top: 30px;
  text-align: center;
}
.example-box strong { color: var(--gold-2); font-size: 1.15rem; }
.example-box .arrow { margin: 0 12px; color: var(--gold); font-weight: 700; }
.example-box .reward { color: #1f7a3a; font-size: 1.4rem; font-family: 'Playfair Display', serif; font-weight: 700; }

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius-sm);
  font-weight: 500;
}
.benefits-list li::before {
  content: "✓";
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem;
  font-weight: 700;
  flex-shrink: 0;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.audience {
  background: #fff;
  padding: 28px 20px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  text-align: center;
  transition: var(--t);
}
.audience:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.audience-icon { font-size: 2.4rem; margin-bottom: 12px; }
.audience h3 { font-size: 1rem; margin: 0; font-family: 'Inter', sans-serif; }

@media (max-width: 768px) {
  .steps { grid-template-columns: 1fr; }
  .commission-badge { font-size: .95rem; padding: 12px 22px; }
  .commission-badge .pct { font-size: 1.3rem; }
  .nav-highlight::before { content: ""; margin-right: 0; }
}
