@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --accent: #0047ff;
  --accent-dark: #0038cc;
  --accent-soft: rgba(0, 71, 255, 0.08);
  --text: #111111;
  --muted: #666666;
  --bg: #ffffff;
  --surface: #ffffff;
  --line: rgba(0, 0, 0, 0.08);
  --shadow: 0 12px 40px rgba(17, 17, 17, 0.08);
  --shadow-btn: 0 10px 32px rgba(0, 71, 255, 0.24);
  --radius-lg: 22px;
  --radius-md: 14px;
  --container: min(1180px, calc(100vw - 40px));
  --ease: 220ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.page-shell { position: relative; overflow: hidden; background: var(--bg); }
.container { width: var(--container); margin: 0 auto; position: relative; z-index: 1; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 18px 0;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.header-row { display: flex; align-items: center; gap: 24px; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--accent);
}

.brand-mark {
  width: 38px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--accent-soft);
}

.brand-text { font-size: 1rem; letter-spacing: 0.05em; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.site-nav a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--muted);
  transition: color var(--ease);
}

.site-nav a:hover { color: var(--accent); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  transition: transform var(--ease), background var(--ease), color var(--ease), box-shadow var(--ease);
}

.button:hover, .button:focus-visible { transform: translateY(-2px); }

.button-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: var(--shadow-btn);
}

.button-primary:hover { background: var(--accent-dark); }

.button-outline {
  background: transparent;
  border: 1.5px solid var(--accent);
  color: var(--accent);
}

.button-outline:hover { background: var(--accent-soft); }

.button-small { min-height: 42px; padding: 0 20px; font-size: 0.88rem; }

.section { padding: 84px 0; }

.hero-centered { padding-top: 0; }
.hero-layout { display: grid; gap: 40px; }
.hero-question { margin: 0 0 20px; color: var(--muted); font-size: 1rem; }
.hero-logo-section { margin-bottom: 20px; }
.hero-logo-wrapper { display: inline-flex; align-items: center; justify-content: center; padding: 18px 24px; border-radius: 24px; background: var(--accent-soft); }
.hero-logo-text { font-size: 1.15rem; font-weight: 800; color: var(--accent); }

.hero-subtitle h1 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.4rem); line-height: 1.02; letter-spacing: -0.03em; }
.hero-description-spacer { height: 16px; }

.hero-bottom { display: grid; gap: 24px; }
.hero-directions { display: grid; gap: 18px; }
.hero-direction-item {
  padding: 22px 24px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid rgba(0, 71, 255, 0.08);
}
.hero-direction-item strong { display: block; margin-bottom: 10px; color: var(--text); }
.hero-direction-item span { color: var(--muted); }

.hero-moved-text, .hero-result-text { margin: 0; color: var(--muted); }
.hero-result-text { font-weight: 600; color: var(--text); }
.hero-actions { display: grid; gap: 14px; }
.hero-note { margin: 0; font-size: 0.95rem; color: var(--muted); }

.section-intro { max-width: 720px; margin-bottom: 48px; }
.section-label { margin: 0 0 16px; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.72rem; color: var(--accent); font-weight: 700; }
.section-intro h2 { margin: 0 0 16px; font-size: clamp(1.9rem, 3.5vw, 2.8rem); line-height: 1.12; }
.section-intro p { max-width: 680px; color: var(--muted); }

.offer-grid { display: grid; gap: 20px; }
.offer-text { color: var(--muted); }
.check-list { margin: 0; padding-left: 20px; color: var(--muted); list-style: disc; max-width: 640px; }
.check-list li { margin-bottom: 12px; }

.services-list { display: grid; gap: 18px; }
.service-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.service-number {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: var(--accent-soft);
  font-weight: 700;
  color: var(--accent);
}
.service-card h3 { margin: 0 0 12px; font-size: 1.05rem; }
.service-card p { margin: 0; color: var(--muted); }

.section-highlight { background: var(--bg); }
.results-grid { display: grid; gap: 18px; }
.result-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--accent-soft);
}
.result-card h3 { margin: 0 0 12px; font-size: 1.1rem; }
.result-card p { margin: 0; color: var(--muted); }

.contact-layout { display: grid; gap: 30px; }
.contact-copy h2 { margin: 0 0 16px; font-size: clamp(2rem, 3.2vw, 2.6rem); }
.contact-card { padding: 32px; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.field { display: grid; gap: 8px; margin-bottom: 18px; }
.field label { font-weight: 600; color: var(--text); }
.field input { width: 100%; min-height: 50px; padding: 14px 16px; border: 1px solid rgba(17, 17, 17, 0.12); border-radius: 14px; }

.checkboxes { display: grid; gap: 14px; }
.checkbox { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 10px; align-items: start; font-size: 0.9rem; color: var(--muted); }
.checkbox input { margin-top: 4px; accent-color: var(--accent); }
.checkbox a { color: var(--accent); }

.submit-button { width: 100%; }
.form-status { min-height: 24px; margin-top: 12px; font-size: 0.95rem; }
.form-status.is-error { color: #d94f5a; }
.form-status.is-success { color: var(--accent); }

.site-footer { padding: 48px 0 60px; border-top: 1px solid rgba(17, 17, 17, 0.08); background: var(--bg); }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 36px; }
.footer-brand { margin-bottom: 16px; color: var(--accent); }
.footer-copy, .footer-legal p { margin: 0 0 12px; color: var(--muted); font-size: 0.88rem; line-height: 1.7; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: var(--muted); transition: color var(--ease); font-size: 0.88rem; }
.footer-links a:hover { color: var(--accent); }
.footer-legal a { color: inherit; transition: color var(--ease); }
.footer-legal a:hover { color: var(--accent); }

.cookie-banner {
  display: grid;
  gap: 12px;
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 60px rgba(17, 17, 17, 0.12);
  z-index: 30;
}
.cookie-banner p { margin: 0; color: var(--muted); font-size: 0.95rem; }
.cookie-close { width: 42px; height: 42px; border: none; border-radius: 50%; background: rgba(17, 17, 17, 0.08); color: var(--text); font-size: 1rem; }

@media (max-width: 900px) {
  .header-row { flex-wrap: wrap; gap: 16px; }
  .site-nav { flex-wrap: wrap; justify-content: center; margin-left: 0; gap: 14px; }
  .hero-layout { gap: 30px; }
  .hero-directions { grid-template-columns: 1fr; }
  .services-list, .results-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: calc(100% - 32px); }
  .section { padding: 64px 0; }
  .hero-subtitle h1 { font-size: 2.4rem; }
  .contact-card { padding: 24px; }
  .footer-grid { gap: 24px; }
  .cookie-banner { left: 14px; right: 14px; bottom: 14px; }
}
