:root {
  --ink: #101114;
  --muted: #636b74;
  --paper: #ffffff;
  --soft: #f5f7f4;
  --line: #e1e6df;
  --lime: #b8ff3d;
  --blue: #1d6dff;
  --coral: #ff5a3d;
  --charcoal: #17191d;
  --shadow: 0 20px 60px rgba(16, 17, 20, 0.12);
  --radius: 8px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img, iframe { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.section-pad { padding: 72px 0; }
.tinted { background: var(--soft); }
.dark { color: white; background: linear-gradient(135deg, rgba(29, 109, 255, 0.18), rgba(255, 90, 61, 0.1)), var(--charcoal); }

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: var(--radius);
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(225, 230, 223, 0.9);
  backdrop-filter: blur(18px);
}
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  color: var(--ink);
  background: linear-gradient(135deg, var(--lime), #f7ff61);
  box-shadow: inset 0 -2px 0 rgba(16, 17, 20, 0.16);
}
.nav-menu { display: flex; align-items: center; gap: 24px; color: #2e343b; font-weight: 750; font-size: 0.95rem; }
.nav-menu a { position: relative; }
.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--coral);
  transition: transform 0.2s ease;
}
.nav-menu a:hover::after { transform: scaleX(1); }
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
}
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}
.language-switcher button {
  min-width: 38px;
  height: 34px;
  border: 0;
  border-radius: calc(var(--radius) - 2px);
  background: transparent;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
}
.language-switcher button[aria-pressed="true"] { background: var(--ink); color: white; }

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  line-height: 1.15;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn svg, .nav-toggle svg, .benefit svg { width: 19px; height: 19px; flex: 0 0 auto; }
.btn-primary { background: var(--lime); color: var(--ink); box-shadow: 0 14px 30px rgba(120, 184, 43, 0.25); }
.btn-secondary { background: var(--ink); color: white; }
.btn-outline { background: transparent; color: white; border-color: rgba(255, 255, 255, 0.28); }

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; letter-spacing: 0; }
h1 { max-width: 860px; font-size: 4.75rem; margin-bottom: 22px; }
h2 { font-size: 3.15rem; margin-bottom: 18px; }
h3 { font-size: 1.25rem; margin-bottom: 10px; }

.hero {
  overflow: hidden;
  min-height: calc(100vh - 74px);
  display: grid;
  align-items: center;
  background: linear-gradient(115deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.84) 48%, rgba(184,255,61,0.22) 100%), var(--soft);
}
.hero-grid, .contact-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 44px; align-items: center; }
.hero-text { max-width: 660px; color: #3b424b; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 620px; }
.hero-stats div { padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, 0.72); }
.hero-stats strong { display: block; font-size: 1.35rem; line-height: 1; }
.hero-stats span { display: block; margin-top: 6px; color: var(--muted); font-size: 0.9rem; }
.hero-media { position: relative; min-height: 540px; }
.hero-media img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-card {
  position: absolute;
  left: -18px;
  bottom: 28px;
  width: min(320px, calc(100% - 28px));
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  color: white;
  background: rgba(16, 17, 20, 0.9);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-card svg { color: var(--lime); }
.hero-card span { display: block; color: rgba(255,255,255,.78); font-size: .92rem; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: start; }
.section-heading { max-width: 790px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.intro-copy { color: #3b424b; font-size: 1.05rem; }

.team-grid, .product-grid, .pricing-grid, .benefits-grid, .gallery-grid, .testimonial-grid { display: grid; gap: 18px; }
.team-grid, .product-grid, .pricing-grid, .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
.benefits-grid { grid-template-columns: repeat(4, 1fr); }
.team-card, .product-card, .benefit, .testimonial, .form-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 12px 36px rgba(16,17,20,.06);
}
.team-card, .product-card { overflow: hidden; }
.team-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.product-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.team-card div, .product-card div { padding: 22px; }
.team-card p, .product-card p, .benefit p, .testimonial p { color: var(--muted); }
.product-card div { min-height: 320px; display: flex; flex-direction: column; gap: 12px; }
.product-card strong { margin-top: auto; color: var(--blue); font-size: 1.08rem; }

.price-card {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  background: rgba(255,255,255,.07);
}
.price-card.featured { background: white; color: var(--ink); transform: translateY(-10px); }
.price-card p { color: rgba(255,255,255,.74); }
.price-card.featured p, .price-card.featured li { color: var(--muted); }
.price-card strong { display: block; margin: 24px 0; font-size: 2.25rem; line-height: 1; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 24px; }
.price-card li { margin: 10px 0; color: rgba(255,255,255,.82); }
.price-card li::before { content: "✓"; margin-right: 8px; color: var(--lime); font-weight: 900; }
.badge {
  position: absolute;
  right: 18px;
  top: 18px;
  margin: 0;
  padding: 7px 10px;
  border-radius: var(--radius);
  background: var(--coral);
  color: white !important;
  font-size: .78rem;
  font-weight: 900;
}

.schedule-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.schedule-grid div { min-height: 130px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.schedule-grid span { display: inline-flex; margin-bottom: 16px; color: var(--coral); font-weight: 900; }
.schedule-grid strong { display: block; font-size: 1.75rem; line-height: 1; }
.schedule-grid p { margin: 8px 0 0; color: var(--muted); }

.benefit { padding: 24px; }
.benefit svg { width: 34px; height: 34px; color: var(--coral); margin-bottom: 18px; }
.gallery-grid { grid-template-columns: 1.2fr .8fr .8fr; grid-auto-rows: 240px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }
.gallery-grid img:first-child { grid-row: span 2; }
.testimonial { padding: 26px; }
.stars { color: var(--coral); letter-spacing: .08em; margin-bottom: 16px; }
.testimonial strong, .testimonial span { display: block; }
.testimonial span { color: var(--muted); font-size: .9rem; }

.faq-list { max-width: 860px; margin-inline: auto; display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: var(--radius); background: white; padding: 18px 20px; }
summary { cursor: pointer; font-weight: 900; }
details p { margin: 14px 0 0; color: var(--muted); }

.contact-grid { align-items: start; }
.info-list { display: grid; gap: 10px; margin-top: 24px; }
.info-list p { display: flex; align-items: center; gap: 10px; color: #343b43; margin: 0; }
.info-list svg { color: var(--coral); }
.form-card { padding: 26px; display: grid; gap: 16px; }
.form-card label { display: grid; gap: 7px; color: #2e343b; font-weight: 800; }
.form-card input, .form-card select, .form-card textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink);
  background: white;
  outline: none;
}
.form-card textarea { resize: vertical; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(29,109,255,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-note { margin: 0; color: var(--muted); font-size: .9rem; }
.map-wrap { margin-top: 36px; min-height: 420px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 420px; border: 0; }

.site-footer { color: white; background: #101114; padding: 54px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 28px; }
.footer-grid h2 { margin-bottom: 14px; font-size: 1rem; }
.footer-grid p, .footer-grid a { display: block; color: rgba(255,255,255,.72); margin: 0 0 10px; }
.footer-brand { color: white; margin-bottom: 14px; }
.footer-bottom { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.62); }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1060px) {
  .nav-cta { display: none; }
  .team-grid, .product-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .schedule-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section-pad { padding: 54px 0; }
  .nav { min-height: 68px; gap: 10px; }
  h1 { font-size: 3.35rem; }
  h2 { font-size: 2.45rem; }
  .nav-toggle { display: inline-flex; order: 4; }
  .language-switcher { order: 3; margin-left: auto; }
  .nav-menu {
    order: 5;
    position: absolute;
    left: 12px;
    right: 12px;
    top: 76px;
    display: grid;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: white;
    box-shadow: var(--shadow);
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .nav-menu.is-open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .nav-menu a { padding: 13px 10px; border-radius: var(--radius); }
  .nav-menu a:hover { background: var(--soft); }
  .nav-menu a::after { display: none; }
  .hero { min-height: auto; }
  .hero-grid, .contact-grid, .split { grid-template-columns: 1fr; gap: 30px; }
  .hero-media { min-height: auto; }
  .hero-media img { min-height: 340px; }
  .hero-card { left: 12px; bottom: 12px; }
  .hero-stats, .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  h1 { font-size: 2.65rem; }
  h2 { font-size: 2.05rem; }
  .brand-mark { width: 38px; height: 38px; }
  .brand span:last-child { max-width: 112px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero-actions, .btn { width: 100%; }
  .team-grid, .product-grid, .testimonial-grid, .benefits-grid, .schedule-grid, .gallery-grid, .footer-grid { grid-template-columns: 1fr; }
  .gallery-grid img:first-child { grid-row: span 1; }
  .form-row { grid-template-columns: 1fr; }
}
