:root {
  --bg: #f4f8ff;
  --surface: rgba(255,255,255,0.86);
  --surface-solid: #ffffff;
  --surface-dark: #0f1f48;
  --text: #13203a;
  --muted: #57657d;
  --primary: #1a73e8;
  --secondary: #22b8cf;
  --accent: #7c4dff;
  --accent-soft: #eef2ff;
  --gold: #ffd166;
  --border: rgba(19, 32, 58, 0.10);
  --shadow: 0 24px 60px rgba(22, 43, 85, 0.14);
  --radius: 26px;
  --radius-sm: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(34,184,207,0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(124,77,255,0.15), transparent 26%),
    linear-gradient(180deg, #f7fbff 0%, #eef5ff 44%, #ffffff 100%);
  overflow-x: hidden;
}

a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }
img { display: block; width: 100%; }

.page-glow {
  position: fixed;
  width: 380px;
  height: 380px;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}
.glow-1 { background: rgba(34,184,207,0.35); top: -120px; left: -100px; }
.glow-2 { background: rgba(124,77,255,0.22); bottom: -80px; right: -80px; }

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(255,255,255,0.72);
  border-bottom: 1px solid rgba(19,32,58,0.06);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: inherit;
}
.brand:hover { text-decoration: none; }

.brand-mark {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), var(--secondary) 55%, var(--accent));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 1.25rem;
  box-shadow: 0 16px 34px rgba(26,115,232,0.28);
}
.brand-name { font-weight: 900; letter-spacing: 0.04em; }
.brand-sub { color: var(--muted); font-size: 0.93rem; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-links a {
  color: var(--muted);
  font-weight: 700;
}

.lang-switch {
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.95);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}
.lang-btn {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  padding: 10px 16px;
  font-weight: 800;
  cursor: pointer;
}
.lang-btn.active {
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.hero { padding: 56px 0 32px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: center;
}
.badge, .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 0.9rem;
  font-weight: 800;
  background: rgba(26,115,232,0.10);
  color: var(--primary);
}
.eyebrow-dark {
  background: rgba(255,255,255,0.16);
  color: #dfe9ff;
}

h1 {
  margin: 16px 0 18px;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

h2 {
  margin: 14px 0 0;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.lead, .section-intro, .section-head p, .photo-copy p, .contact-banner p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 16px;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}
.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 18px 36px rgba(26,115,232,0.30);
}
.btn-secondary {
  color: var(--text);
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--border);
}
.btn-light {
  background: white;
  color: var(--surface-dark);
  box-shadow: 0 18px 34px rgba(7,18,43,0.18);
}

.priority-contact {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr;
  gap: 14px;
  margin-top: 24px;
}
.priority-card {
  border-radius: 22px;
  padding: 18px 20px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}
.priority-card a,
.priority-card span:last-child {
  font-size: 1.05rem;
  font-weight: 800;
}
.priority-email {
  background: linear-gradient(135deg, rgba(26,115,232,0.12), rgba(34,184,207,0.14), rgba(255,255,255,0.92));
}
.priority-phone {
  background: rgba(255,255,255,0.78);
}
.priority-label {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}
.mini-stats div {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(19,32,58,0.08);
}
.mini-stats strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}
.mini-stats span { color: var(--muted); font-size: 0.92rem; }

.hero-visual {
  display: grid;
  gap: 18px;
}
.glass-card {
  background: var(--surface);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.56);
  box-shadow: var(--shadow);
}
.info-panel,
.details-card,
.service-card,
.gallery-item {
  border-radius: var(--radius);
}
.info-panel {
  padding: 26px;
}
.panel-head h2 {
  font-size: 1.6rem;
  margin-top: 12px;
}
.info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.info-list li,
.detail-row {
  display: grid;
  gap: 6px;
}
.info-list span,
.detail-row span { color: var(--muted); font-size: 0.92rem; }
.info-list strong,
.detail-row strong { line-height: 1.55; }

.photo-stack {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 16px;
}
.photo-stack img,
.gallery-item img {
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.photo-stack img:first-child { min-height: 390px; border-radius: 28px; }
.photo-stack img:last-child { min-height: 390px; border-radius: 28px; }

.section { padding: 48px 0; }
.centered { text-align: center; max-width: 860px; margin: 0 auto 28px; }
.cards { display: grid; gap: 22px; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.service-card {
  padding: 28px;
  background: rgba(255,255,255,0.86);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.service-card h3 {
  margin: 12px 0;
  font-size: 1.25rem;
}
.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(26,115,232,0.12), rgba(34,184,207,0.16));
  font-size: 1.5rem;
}
.accent-card {
  background: linear-gradient(180deg, rgba(124,77,255,0.08), rgba(255,255,255,0.92));
}
.email-card {
  background: linear-gradient(180deg, rgba(34,184,207,0.10), rgba(255,255,255,0.95));
}
.inline-mail {
  display: inline-block;
  margin-top: 16px;
  font-weight: 800;
}

.photo-grid {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 28px;
  align-items: center;
}
.gallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 16px;
}
.gallery-item {
  overflow: hidden;
  box-shadow: var(--shadow);
}
.gallery-item.large { grid-row: span 2; }

.about-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 28px;
  align-items: start;
}
.details-card {
  padding: 28px;
}
.detail-row + .detail-row {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(19,32,58,0.08);
}
.emphasis-row strong a {
  font-size: 1.08rem;
  font-weight: 900;
}
.muted-phone strong,
.soft-phone {
  color: #6e7c94;
}

.contact-banner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, #163874, #1a73e8 48%, #22b8cf 100%);
  color: white;
  box-shadow: 0 28px 54px rgba(16,41,89,0.28);
}
.contact-banner p { color: rgba(255,255,255,0.88); }
.contact-actions {
  display: grid;
  gap: 12px;
  justify-items: end;
}
.soft-phone {
  font-weight: 700;
  color: rgba(255,255,255,0.76);
}

.footer {
  padding: 24px 0 34px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid rgba(19,32,58,0.08);
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

@media (max-width: 1024px) {
  .hero-grid,
  .photo-grid,
  .about-grid,
  .contact-banner,
  .cards-3 {
    grid-template-columns: 1fr;
  }
  .contact-actions { justify-items: start; }
}

@media (max-width: 760px) {
  .nav { flex-wrap: wrap; }
  .nav-links { order: 3; width: 100%; justify-content: center; }
  .priority-contact,
  .mini-stats,
  .photo-stack,
  .gallery {
    grid-template-columns: 1fr;
  }
  .gallery { grid-template-rows: 220px 220px 220px; }
  .gallery-item.large { grid-row: auto; }
  .photo-stack img:first-child,
  .photo-stack img:last-child { min-height: 260px; }
  .footer-inner,
  .footer-links {
    align-items: flex-start;
    flex-direction: column;
  }
  h1 { font-size: clamp(2.3rem, 12vw, 3.6rem); }
}
