:root{
  --bg:#fff;
  --soft:#f3fbff;
  --brand:#1a4bff;
  --ink:#101828;
  --muted:#667085;
  --stroke: rgba(16,24,40,0.10);
  --shadow: 0 12px 30px rgba(16,24,40,0.10);
  --radius: 20px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", sans-serif;
  color:var(--ink);
  background:var(--bg);
}
.container{ width:min(1120px, calc(100% - 40px)); margin:0 auto; }
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px; border-radius:999px;
  border:1px solid var(--stroke); background:#fff;
  cursor:pointer; font-weight:600;
}
.btn--primary{ background:var(--brand); color:#fff; border-color:transparent; }
.btn--ghost{ background: rgba(26,75,255,0.06); border-color: rgba(26,75,255,0.18); }
.btn--small{ padding:9px 12px; font-size:14px; }

.top{
  position:sticky; top:0; z-index:20;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(16,24,40,0.06);
}
.top__inner{ display:flex; align-items:center; justify-content:space-between; gap:14px; padding:12px 0; }
.brand__logo{ height:34px; width:auto; }

.top__actions{ display:flex; gap:10px; align-items:center; }
.langswitch,
.iconbtn{
  position:relative;
  border:1px solid rgba(16,24,40,0.10);
  background:#fff; border-radius:999px;
  padding:10px 12px; cursor:pointer;
  font-weight:700;
  display:inline-flex; align-items:center; justify-content:center;
  min-height:44px;
}
.langswitch{
  min-width:52px;
  color:var(--brand);
}
.iconbtn{ min-width:44px; }
.iconbtn--link{ line-height:1; }
.iconbtn--menu{ display:none; }

.mobilemenu{ border-top:1px solid rgba(16,24,40,0.06); background:#fff; }
.mobilemenu__inner{ padding:10px 0 14px; display:grid; gap:8px; }
.mobilemenu__link{
  padding:12px 14px; border-radius:12px;
  border:1px solid rgba(16,24,40,0.08);
  background: rgba(243,251,255,0.6);
  font-weight:650;
}

.hero{
  position:relative;
  overflow:hidden;
  background:#e3f5fc;
}
.hero__slider{ position:relative; }
.hero__slide{
  display:none;
  background:#e3f5fc;
}
.hero__slide.is-active{ display:block; }

.hero__media{
  height: 380px;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
}
.hero__content{ padding: 22px 0 44px; }
.eyebrow{
  display:inline-block; font-weight:800; letter-spacing:.08em;
  color:#175CD3;
  background: rgba(23,92,211,0.08);
  border:1px solid rgba(23,92,211,0.18);
  padding:8px 12px; border-radius:999px;
  margin:0 0 12px;
}
.hero h1{ margin:0 0 10px; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; }
.lead{ margin:0 0 14px; color:var(--muted); font-size:18px; line-height:1.5; }
.cta{ display:flex; gap:10px; flex-wrap:wrap; }

.hero__controls{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 8px 0 38px;
}

.dots{ display:flex; gap:8px; align-items:center; }
.dot{
  width:10px; height:10px; border-radius:999px;
  border:1px solid rgba(16,24,40,0.18);
  background: rgba(16,24,40,0.10);
  cursor:pointer;
}
.dot.is-active{
  width: 26px;
  background: rgba(26,75,255,0.50);
  border-color: rgba(26,75,255,0.60);
}

.curve{
  position:absolute;
  left:0;
  right:0;
  height:80px;
  background:var(--soft);
  border-top-left-radius:999px;
  border-top-right-radius:999px;
  z-index:1;
}
.curve--bottom{ bottom:-46px; }

.section{ padding: 56px 0; }
.section--soft{ background: var(--soft); }
.section__head{ display:flex; align-items:end; justify-content:space-between; gap:18px; margin-bottom:16px; }
.section__head h2{ margin:0; font-size:28px; }
.muted{ color: var(--muted); margin: 6px 0 0; }

.grid3{
  display:grid; grid-template-columns: repeat(3, 1fr);
  gap:12px; margin-top:18px;
}
.tile{
  display:flex; gap:12px; padding:16px;
  border-radius: var(--radius);
  background:#fff;
  border: 1px solid rgba(16,24,40,0.08);
  box-shadow: 0 10px 26px rgba(16,24,40,0.06);
}
.tile__icon{ font-size:26px; }
.tile h3{ margin:0 0 6px; }
.tile p{ margin:0; color: var(--muted); }

.banners{
  display:grid; grid-template-columns: repeat(3, 1fr);
  gap:12px; margin-top:18px;
}
.banner{
  min-height: 320px;
  border-radius: 26px;
  overflow:hidden;
  background-size: cover;
  background-position:center;
  border: 1px solid rgba(16,24,40,0.08);
  box-shadow: var(--shadow);
  position:relative;
}
.banner__overlay{
  position:absolute; inset:0;
  display:flex; flex-direction:column; justify-content:flex-end;
  gap:8px; padding:18px;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.55) 100%);
  color:#fff;
}
.banner__overlay h3{ margin:0; font-size:20px; }
.banner__overlay p{ margin:0; opacity:.9; }

.contactcard{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
  margin-top:18px;
}
.contactcard__item{
  display:flex;
  gap:12px;
  padding:18px;
  background:#fff;
  border: 1px solid rgba(16,24,40,0.08);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(16,24,40,0.06);
}
.contactcard__item strong{ display:block; margin-bottom:6px; }
.contactcard__item p{ margin:0; color:var(--muted); }
.contactcard__icon{ font-size:24px; line-height:1; }

.is-hidden{
  display:none;
}

.footer{
  border-top: 1px solid rgba(16,24,40,0.06);
  padding: 18px 0;
  background:#fff;
}
.footer__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px; color:#344054;
}
.footer__links{ display:flex; gap:12px; flex-wrap:wrap; }
.footer__links a{ color: var(--muted); font-weight:650; }
.footer__links a:hover{ color:#344054; }

@media (max-width: 980px){
  .iconbtn--menu{ display:inline-flex; }
  .grid3, .banners, .contactcard{ grid-template-columns: 1fr; }
}
.hero__controls .btn{
  width:52px;
  height:52px;
  padding:0;
  border-radius:999px;
  background:rgba(255,255,255,0.72);
  border:1px solid rgba(16,24,40,0.10);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(16,24,40,0.08);
  font-size:20px;
  font-weight:500;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.hero__controls .btn:hover{
  transform: translateY(-1px);
  background:#fff;
  box-shadow: 0 12px 24px rgba(16,24,40,0.12);
}

.hero__controls .btn:active{
  transform: translateY(0);
}

.hero__controls .btn:focus-visible{
  outline:2px solid rgba(26,75,255,0.35);
  outline-offset:2px;
}