:root {
  --bg: #f8fafc;
  --text: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --white: #ffffff;
  --dark: #0f172a;
  --dark-2: #1e293b;
  --amber: #f59e0b;
  --amber-2: #fbbf24;
  --green: #dcfce7;
  --green-text: #15803d;
  --shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  --radius: 24px;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.nav-wrap { display:flex; align-items:center; justify-content:space-between; padding:16px 0; gap: 20px; }
.brand { font-size: 1.7rem; font-weight: 900; }
.brand-sub { color: var(--muted); font-size: .92rem; margin-top: 2px; }
.nav { display:flex; align-items:center; gap: 18px; flex-wrap: wrap; }
.nav a { color: #475569; font-weight: 600; }
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  border-radius: 18px; padding: 13px 18px; font-weight: 800; border: none; cursor: pointer;
}
.btn-dark { background: var(--dark); color: white !important; }
.btn-amber { background: var(--amber-2); color: var(--dark); }
.btn-light { background: var(--white); border: 1px solid var(--line); color: var(--text); }
.hero {
  background: linear-gradient(135deg, #0f172a, #1e293b, #334155);
  color: white; position: relative; overflow: hidden;
}
.hero::before, .hero::after {
  content: ''; position:absolute; border-radius:50%; filter: blur(80px); opacity:.35;
}
.hero::before { width:260px; height:260px; background:#fbbf24; left:-80px; top:20px; }
.hero::after { width:320px; height:320px; background:#60a5fa; right:-60px; top:-40px; }
.hero-grid { display:grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items:center; padding: 70px 0; position:relative; }
.badge {
  display:inline-flex; padding:10px 14px; border-radius:999px; border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.08);
  font-size: .9rem; font-weight: 600;
}
.hero h1 { font-size: clamp(2.4rem, 5vw, 4.3rem); line-height: 1.05; margin: 18px 0; }
.hero p { color:#dbeafe; max-width: 730px; font-size: 1.08rem; line-height: 1.8; }
.search-box, .card, .stat-card, .plan, .section-card, .profile-card { background: var(--white); border-radius: 28px; box-shadow: var(--shadow); }
.search-box { padding: 16px; margin-top: 28px; }
.search-grid { display:grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 12px; }
select, input, textarea {
  width: 100%; border: 1px solid var(--line); background: white; border-radius: 18px; padding: 14px 15px; font: inherit; color: var(--text);
}
textarea { min-height: 110px; resize: vertical; }
.hero-tags { display:flex; gap:10px; flex-wrap:wrap; margin-top: 18px; }
.hero-tags span { border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.08); border-radius:999px; padding:10px 14px; font-size:.92rem; }
.right-grid { display:grid; gap: 16px; }
.card.main-pro { padding: 22px; }
.main-pro .top { display:flex; justify-content:space-between; gap:15px; align-items:flex-start; }
.label-green { background: var(--green); color: var(--green-text); padding: 8px 12px; border-radius: 16px; font-size: .84rem; font-weight: 800; }
.soft-box { background: #f1f5f9; border-radius: 22px; padding: 18px; margin-top: 18px; }
.muted { color: var(--muted); }
.grid-2 { display:grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat-card { padding: 22px; }
.stat-card.dark { background: var(--dark); color: white; }
.stat-card.dark p { color: #cbd5e1; }
section { padding: 68px 0; }
.section-head { display:flex; justify-content:space-between; gap:20px; align-items:end; margin-bottom: 28px; }
.kicker { text-transform: uppercase; letter-spacing: .2em; color: #d97706; font-weight: 800; font-size: .8rem; }
.section-head h2, .section-title { margin: 8px 0 0; font-size: 2rem; }
.category-grid, .featured-grid, .plans-grid, .cities-grid { display:grid; gap: 20px; }
.category-grid { grid-template-columns: repeat(4, 1fr); }
.category-card, .featured-card, .city-card, .plan { border:1px solid var(--line); border-radius: 28px; background: white; }
.category-card { padding: 24px; }
.category-icon { font-size: 2.3rem; }
.category-count { color: var(--muted); font-size: .93rem; margin-top: 6px; }
.featured-grid { grid-template-columns: repeat(3, 1fr); }
.featured-card { background:#f8fafc; padding:24px; }
.rating { background:#fef3c7; color:#92400e; border-radius:16px; padding:8px 12px; font-weight:800; font-size: .88rem; }
.split { display:grid; grid-template-columns: 1.05fr .95fr; gap: 26px; }
.section-card.dark { background: var(--dark); color: white; }
.section-card { padding: 30px; border-radius: 32px; border:1px solid var(--line); }
.step { background: rgba(255,255,255,.08); border-radius: 18px; padding: 14px; display:flex; gap:14px; align-items:center; margin-top: 12px; }
.step-index { width:40px; height:40px; border-radius:14px; background:#fbbf24; color:#0f172a; font-weight:900; display:flex; align-items:center; justify-content:center; }
.check-item { display:flex; gap:12px; align-items:flex-start; background:white; border-radius:18px; padding: 14px; margin-top: 12px; }
.pricing { padding-top: 0; }
.pricing-wrap { padding: 34px; border:1px solid var(--line); border-radius: 32px; background: white; box-shadow: var(--shadow); }
.pricing-head { text-align:center; margin-bottom: 30px; }
.plans-grid { grid-template-columns: repeat(3, 1fr); }
.plan { padding: 26px; }
.plan.highlight { background:#fffbeb; border:2px solid #fbbf24; }
.plan.dark { background: var(--dark); color: white; }
.plan ul { list-style:none; padding:0; margin: 18px 0 0; display:grid; gap:10px; }
.plan li { line-height:1.5; }
.plan-price { font-size: 2.4rem; font-weight: 900; margin-top: 12px; }
.cta-band { background: linear-gradient(90deg, #fbbf24, #fcd34d); color: var(--dark); padding: 34px; border-radius: 34px; box-shadow: var(--shadow); display:grid; grid-template-columns: 1fr auto; gap: 20px; align-items:center; }
.page-hero { padding: 46px 0 20px; }
.page-hero h1 { font-size: 2.6rem; margin: 0; }
.filters, .form-wrap { background:white; border-radius: 28px; border:1px solid var(--line); box-shadow: var(--shadow); padding: 22px; }
.filters-grid { display:grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 12px; }
.list-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }
.profile-card { padding: 22px; border:1px solid var(--line); }
.pill { display:inline-block; padding:8px 12px; border-radius:999px; background:#eef2ff; color:#3730a3; font-weight:700; font-size:.82rem; }
.site-footer { margin-top: 36px; border-top:1px solid var(--line); background:white; }
.footer-wrap { display:flex; justify-content:space-between; gap:20px; padding:28px 0; align-items:center; }
.footer-title { font-size:1.1rem; font-weight: 900; }
.footer-sub, .footer-links a { color: var(--muted); }
.footer-links { display:flex; gap:16px; flex-wrap:wrap; }
.notice { padding: 14px 16px; border-radius: 16px; margin-bottom: 16px; }
.notice.success { background:#ecfdf5; color:#166534; border:1px solid #bbf7d0; }
@media (max-width: 1024px) {
  .hero-grid, .split, .plans-grid, .featured-grid, .category-grid, .list-grid, .cities-grid { grid-template-columns: 1fr 1fr; }
  .search-grid, .filters-grid { grid-template-columns: 1fr 1fr; }
  .cta-band { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .nav { display:none; }
  .hero-grid, .grid-2, .split, .plans-grid, .featured-grid, .category-grid, .list-grid, .cities-grid,
  .search-grid, .filters-grid { grid-template-columns: 1fr; }
  .section-head, .footer-wrap, .nav-wrap { align-items:flex-start; flex-direction:column; }
  .page-hero h1 { font-size: 2rem; }
}
