* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: #1e293b;
  background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 45%, #ecfeff 100%);
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.container.narrow { width: min(1000px, calc(100% - 48px)); }

.hero { position: relative; overflow: hidden; min-height: 760px; }
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1600&q=80');
  background-size: cover; background-position: center; opacity: .28;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(circle at top, rgba(56,189,248,.20), transparent 35%),
              linear-gradient(180deg, rgba(255,255,255,.15), rgba(255,255,255,.78));
}
.topbar {
  position: relative; display: flex; gap: 16px; justify-content: space-between; align-items: center;
  margin-top: 40px; padding: 18px 24px; border: 1px solid rgba(255,255,255,.65);
  background: rgba(255,255,255,.68); backdrop-filter: blur(12px);
  border-radius: 32px; box-shadow: 0 10px 30px rgba(15,23,42,.08);
}
.eyebrow, .section-label, .contact-label {
  margin: 0; text-transform: uppercase; letter-spacing: .25em; font-size: 12px; color: #0ea5e9;
}
.brand { margin: 6px 0 0; font-size: 20px; font-weight: 700; color: #0f172a; }
.lang-switch { display: inline-flex; gap: 8px; background: #f0f9ff; padding: 6px; border-radius: 999px; }
.lang {
  border: 0; background: transparent; color: #475569; padding: 10px 16px; border-radius: 999px;
  font-weight: 600; cursor: pointer;
}
.lang.active { background: #0ea5e9; color: #fff; }

.hero-grid {
  position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px;
  align-items: center; padding: 96px 0;
}
.pill {
  display: inline-flex; margin: 0; padding: 12px 18px; border: 1px solid #bae6fd;
  border-radius: 999px; background: rgba(255,255,255,.72); color: #0369a1;
  font-size: 14px; font-weight: 600; backdrop-filter: blur(10px);
}
.hero h1 {
  margin: 24px 0 0; max-width: 760px; font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1.05; font-weight: 800; color: #0f172a;
}
.hero h1 span { color: #0ea5e9; }
.hero-copy { margin: 24px 0 0; max-width: 680px; font-size: 20px; line-height: 1.8; color: #334155; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px;
  padding: 0 24px; border-radius: 999px; font-weight: 700; transition: .2s ease;
}
.btn-primary { background: #0ea5e9; color: white; box-shadow: 0 12px 24px rgba(14,165,233,.18); }
.btn-primary:hover { background: #0284c7; }
.btn-secondary { border: 1px solid rgba(255,255,255,.75); background: rgba(255,255,255,.72); color: #0f172a; }
.btn.full { width: 100%; }

.info-card, .panel {
  border: 1px solid #dbeafe; background: rgba(255,255,255,.8); backdrop-filter: blur(10px);
  border-radius: 32px; padding: 32px; box-shadow: 0 20px 40px rgba(15,23,42,.08);
}
.info-item, .address-box {
  margin-top: 18px; padding: 18px; border-radius: 24px; background: #f0f9ff;
}
.info-title, .contact-muted { margin: 0; color: #64748b; font-size: 14px; }
.info-text, .contact-strong { margin: 6px 0 0; font-size: 18px; font-weight: 700; color: #0f172a; }
.info-subtext { margin: 4px 0 0; color: #475569; }

.section { padding: 96px 0; }
.section-soft { background: rgba(255,255,255,.72); }
.section-head { max-width: 780px; }
.section-head.centered { margin: 0 auto; text-align: center; }
.section h2, .panel h2, .contact-banner h2 {
  margin: 14px 0 0; font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.15; color: #0f172a;
}
.section-head p:last-child, .lead, .contact-banner p:last-child {
  margin-top: 16px; color: #475569; font-size: 18px; line-height: 1.75;
}

.card-grid { display: grid; gap: 24px; margin-top: 56px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.feature-card, .helper-card, .price-card {
  border: 1px solid #dbeafe; background: white; border-radius: 28px; padding: 28px;
  box-shadow: 0 12px 24px rgba(15,23,42,.05);
}
.icon-dot { width: 44px; height: 44px; border-radius: 18px; background: #e0f2fe; margin-bottom: 16px; }
.feature-card p, .helper-card p { margin: 0; color: #334155; line-height: 1.7; }
.helper-card h3, .price-card h3 { margin: 0 0 12px; font-size: 24px; color: #0f172a; }
.helper-card strong { display: block; margin-top: 16px; color: #0f172a; }
.price-card { display: flex; flex-direction: column; }
.price-card.featured { border-color: #38bdf8; background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 100%); }
.badge {
  display: inline-flex; align-self: flex-start; margin: 0 0 16px; padding: 6px 12px;
  border-radius: 999px; background: #0ea5e9; color: white; text-transform: uppercase;
  letter-spacing: .08em; font-size: 12px; font-weight: 700;
}
.detail { margin: 12px 0 0; color: #475569; font-size: 14px; line-height: 1.6; }
.price { margin: 24px 0 0; font-size: 42px; font-weight: 800; color: #0f172a; }
.muted { margin: 4px 0 0; color: #64748b; font-size: 14px; }
.price-card ul { margin: 24px 0 0; padding: 0 0 0 18px; color: #475569; line-height: 1.8; font-size: 14px; }
.price-card .btn { margin-top: 28px; }
.contract-note {
  margin: 56px auto 0; max-width: 760px; text-align: center; border: 1px solid #dbeafe;
  background: #f0f9ff; padding: 24px 28px; border-radius: 24px; color: #475569; line-height: 1.8;
}

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 40px; }
.form-grid input, .form-grid select, .form-grid textarea {
  width: 100%; border: 1px solid #cbd5e1; border-radius: 16px; padding: 16px 18px; background: white; color: #0f172a;
}
.form-grid textarea, .form-grid button { grid-column: 1 / -1; }

.map-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 32px; align-items: stretch; }
.map-panel {
  overflow: hidden; border-radius: 32px; border: 1px solid #dbeafe;
  background: linear-gradient(135deg, #e0f2fe 0%, #ecfeff 100%);
  box-shadow: 0 12px 24px rgba(15,23,42,.05); min-height: 420px;
}
.map-panel iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }

.faq-wrap { max-width: 920px; }
.faq-list { display: grid; gap: 16px; margin-top: 48px; }
.faq-list details {
  border: 1px solid #dbeafe; background: white; border-radius: 24px; padding: 22px 24px;
  box-shadow: 0 10px 20px rgba(15,23,42,.04);
}
.faq-list summary { cursor: pointer; font-weight: 700; color: #0f172a; }
.faq-list p { margin: 14px 0 0; color: #475569; line-height: 1.8; }

.contact-banner {
  display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; padding: 40px;
  border-radius: 32px; border: 1px solid #dbeafe; background: linear-gradient(90deg, #0ea5e9 0%, #06b6d4 100%);
  color: white; box-shadow: 0 20px 40px rgba(14,165,233,.22);
}
.contact-label, .contact-muted { color: rgba(255,255,255,.78); }
.contact-banner h2, .contact-banner p { color: white; }
.contact-card {
  border-radius: 24px; background: rgba(255,255,255,.15); padding: 24px; backdrop-filter: blur(10px); min-width: 260px;
}
.last-section { padding-bottom: 96px; }

@media (max-width: 1180px) { .card-grid.five { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 980px) {
  .hero-grid, .map-grid, .contact-banner, .card-grid.three { grid-template-columns: 1fr; }
  .card-grid.five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { min-height: auto; }
}
@media (max-width: 720px) {
  .container, .container.narrow { width: min(100% - 32px, 1200px); }
  .topbar { flex-direction: column; align-items: flex-start; }
  .form-grid, .card-grid.five, .card-grid.three { grid-template-columns: 1fr; }
  .contact-card { min-width: 0; }
  .info-card, .panel, .contact-banner { padding: 24px; }
  .hero-copy { font-size: 18px; }
}
