:root {
  color-scheme: dark;
  --bg: #07040b;
  --bg-2: #120817;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --text: #fff7fb;
  --muted: #c8b7c7;
  --soft: #8c7c91;
  --pink: #ff4fb8;
  --violet: #9b5cff;
  --orange: #ff9d5c;
  --green: #82f0bd;
  --line: rgba(255,255,255,.14);
  --shadow: 0 24px 80px rgba(0,0,0,.45);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,79,184,.28), transparent 28rem),
    radial-gradient(circle at 90% 8%, rgba(155,92,255,.26), transparent 32rem),
    linear-gradient(180deg, var(--bg), var(--bg-2) 52%, #08050b);
  color: var(--text);
  line-height: 1.72;
  font-size: 16px;
}

a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 10; backdrop-filter: blur(18px); background: rgba(7,4,11,.78); border-bottom: 1px solid var(--line); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.03em; }
.logo { width: 38px; height: 38px; border-radius: 13px; background: linear-gradient(135deg, var(--pink), var(--violet)); box-shadow: 0 0 30px rgba(255,79,184,.35); display: grid; place-items: center; font-weight: 900; }
.links { display: flex; align-items: center; gap: 16px; color: var(--muted); font-size: 14px; }
.links a:hover { color: var(--text); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 18px; border-radius: 999px; background: linear-gradient(135deg, var(--pink), var(--violet)); color: white; font-weight: 800; border: 0; box-shadow: 0 14px 34px rgba(255,79,184,.25); }
.btn.secondary { background: rgba(255,255,255,.09); border: 1px solid var(--line); box-shadow: none; color: var(--text); }
.hero { padding: 80px 0 42px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 36px; align-items: center; }
.eyebrow { color: var(--green); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; }
h1, h2, h3 { line-height: 1.03; letter-spacing: -.055em; margin: 0; }
h1 { font-size: clamp(46px, 8vw, 92px); max-width: 920px; }
h2 { font-size: clamp(34px, 5vw, 58px); margin-bottom: 14px; }
h3 { font-size: 26px; }
.lead { color: var(--muted); font-size: clamp(18px, 2vw, 22px); max-width: 760px; margin: 22px 0 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.hero-card { border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04)); border-radius: 34px; padding: 18px; box-shadow: var(--shadow); }
.phone { min-height: 560px; border-radius: 28px; padding: 18px; background: #100914; position: relative; overflow: hidden; }
.phone:before { content: ''; position: absolute; inset: -25%; background: radial-gradient(circle, rgba(255,79,184,.28), transparent 32%), radial-gradient(circle at 80% 10%, rgba(155,92,255,.34), transparent 28%); filter: blur(8px); }
.character-grid { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.character { min-height: 172px; border-radius: 24px; padding: 14px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(160deg, rgba(255,79,184,.55), rgba(155,92,255,.24)), var(--avatar); border: 1px solid rgba(255,255,255,.18); overflow: hidden; }
.character:nth-child(2) { --avatar: linear-gradient(150deg, #3a1d52, #ff9d5c); }
.character:nth-child(3) { --avatar: linear-gradient(150deg, #241737, #82f0bd); }
.character:nth-child(4) { --avatar: linear-gradient(150deg, #401830, #9b5cff); }
.character b { font-size: 20px; }
.character span { color: rgba(255,255,255,.78); font-size: 13px; }
.section { padding: 54px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 22px; }
.section-head p { max-width: 620px; margin: 0; color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { border: 1px solid var(--line); background: var(--panel); border-radius: 26px; padding: 22px; box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.card:hover { background: var(--panel-strong); transform: translateY(-2px); transition: .18s ease; }
.ranking { display: grid; gap: 18px; }
.rank-card { display: grid; grid-template-columns: 72px 190px 1fr 210px; gap: 20px; align-items: start; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.055)); border-radius: 30px; padding: 20px; }
.rank-num { width: 58px; height: 58px; border-radius: 20px; display: grid; place-items: center; background: linear-gradient(135deg, var(--pink), var(--violet)); font-size: 25px; font-weight: 950; }
.meta { display: flex; gap: 8px; flex-wrap: wrap; margin: 12px 0; }
.pill { border: 1px solid var(--line); background: rgba(255,255,255,.07); color: var(--muted); padding: 5px 10px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.verdict { color: var(--muted); margin: 0; }
.scorebox { background: rgba(0,0,0,.23); border: 1px solid var(--line); border-radius: 22px; padding: 14px; }
.score { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; color: var(--muted); margin: 6px 0; }
.bar { height: 7px; border-radius: 999px; overflow: hidden; background: rgba(255,255,255,.12); margin-bottom: 9px; }
.bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--pink), var(--orange)); }
.microcopy { color: var(--soft); font-size: 12px; margin: 10px 0 0; }

/* Real image art cards */
.service-art { position: relative; min-height: 210px; border-radius: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background-size: cover; background-position: center; }
.service-art.large { min-height: 420px; border-radius: 34px; }
.art-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(7,4,11,.85)); }
.art-name { position: absolute; z-index: 2; bottom: 32px; left: 16px; font-weight: 950; font-size: 22px; letter-spacing: -.04em; text-shadow: 0 4px 20px rgba(0,0,0,.6); }
.art-label { position: absolute; z-index: 2; bottom: 12px; left: 16px; font-size: 12px; color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

/* Card images */
.card-img { width: 100%; height: 180px; object-fit: cover; border-radius: 18px; margin-bottom: 14px; }
.hero-img { width: 100%; border-radius: 28px; display: block; }

/* Review hero image */
.review-hero-img { border-radius: 30px; overflow: hidden; border: 1px solid var(--line); }
.review-hero-img img { width: 100%; display: block; border-radius: 30px; }

/* Inline data table in reviews */
.inline-table { width: 100%; border-collapse: collapse; margin: 14px 0 20px; }
.inline-table td { padding: 8px 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 15px; }
.inline-table td:first-child { width: 140px; color: var(--text); }
.content-grid { display: grid; grid-template-columns: 1fr 320px; gap: 28px; align-items: start; }
.article { border: 1px solid var(--line); background: rgba(255,255,255,.07); border-radius: 30px; padding: 30px; }
.article p, .article li { color: var(--muted); font-size: 17px; line-height: 1.78; }
.article h2 { margin-top: 34px; }
.side { position: sticky; top: 96px; display: grid; gap: 14px; }
.table { overflow: auto; border: 1px solid var(--line); border-radius: 24px; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; }
th { color: var(--text); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
td { color: var(--muted); }
.notice { border: 1px solid rgba(130,240,189,.35); background: rgba(130,240,189,.08); color: #dfffee; border-radius: 22px; padding: 16px 18px; }
.footer { margin-top: 70px; border-top: 1px solid var(--line); padding: 36px 0; color: var(--soft); }
.footer .wrap { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

/* Mobile menu */
.hamburger { display: none; background: none; border: 1px solid var(--line); color: var(--text); padding: 8px 12px; border-radius: 12px; font-size: 22px; cursor: pointer; }
.mobile-menu { display: none; background: rgba(7,4,11,.95); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); padding: 12px 0; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 12px 20px; color: var(--muted); font-size: 16px; border-bottom: 1px solid var(--line); }
.mobile-menu a:hover { color: var(--text); background: rgba(255,255,255,.05); }

@media (max-width: 900px) {
  .links { display: none; }
  .hamburger { display: block; }
  .hero { padding-top: 46px; }
  .hero-grid, .content-grid { grid-template-columns: 1fr; }
  .phone { min-height: auto; }
  .cards { grid-template-columns: 1fr; }
  .rank-card { grid-template-columns: 1fr; }
  .service-art { min-height: 180px; }
  .rank-num { width: 50px; height: 50px; }
  .section-head { display: block; }
  .side { position: static; }
}

@media (max-width: 540px) {
  .wrap { width: min(100% - 24px, 1180px); }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .character-grid { grid-template-columns: 1fr; }
  .character { min-height: 126px; }
  .article { padding: 20px; border-radius: 24px; }
}
