:root {
  --bg: #f8fbff;
  --surface: #ffffff;
  --surface-2: #eef7ff;
  --text: #142033;
  --muted: #65738a;
  --primary: #22c6b8;
  --primary-dark: #129eac;
  --secondary: #7c63f4;
  --accent: #dffcf7;
  --border: #dce8f5;
  --shadow: 0 24px 70px rgba(29, 54, 87, 0.14);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 15% 10%, #e4fff9 0, transparent 30%), radial-gradient(circle at 90% 5%, #eee7ff 0, transparent 28%), var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.nav {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(248, 251, 255, 0.8);
  border-bottom: 1px solid rgba(220, 232, 245, 0.75);
}
.nav-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 1.3rem; letter-spacing: -0.03em; }
.brand img { width: 42px; height: 42px; border-radius: 12px; box-shadow: 0 10px 30px rgba(34,198,184,.22); }
.nav-links { display: flex; align-items: center; gap: 22px; color: var(--muted); font-weight: 600; font-size: .95rem; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang { padding: 8px 12px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); font-weight: 700; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 20px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: .2s ease; }
.button.primary { color: white; background: linear-gradient(135deg, var(--primary), var(--secondary)); box-shadow: 0 14px 34px rgba(34,198,184,.25); }
.button.secondary { background: white; border-color: var(--border); color: var(--text); }
.button:hover { transform: translateY(-2px); }
.hero { padding: 86px 0 58px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 10px; color: #126f76; background: rgba(34,198,184,.12); border: 1px solid rgba(34,198,184,.22); padding: 9px 14px; border-radius: 999px; font-weight: 800; font-size: .92rem; }
h1 { font-size: clamp(2.5rem, 6vw, 5.2rem); line-height: .98; letter-spacing: -0.07em; margin: 24px 0 24px; }
.lead { font-size: clamp(1.1rem, 2vw, 1.35rem); color: var(--muted); max-width: 690px; margin: 0 0 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.trust { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; max-width: 680px; }
.trust-item { padding: 16px; background: rgba(255,255,255,.72); border: 1px solid var(--border); border-radius: 20px; }
.trust-item strong { display:block; font-size: 1.45rem; letter-spacing: -.04em; }
.trust-item span { color: var(--muted); font-size: .92rem; }
.mockup { position: relative; }
.icon-card { background: linear-gradient(145deg, white, #f3fbff); border: 1px solid var(--border); border-radius: 44px; padding: 30px; box-shadow: var(--shadow); }
.icon-card img { border-radius: 38px; }
.float-card { position: absolute; background: rgba(255,255,255,.94); border: 1px solid var(--border); border-radius: 22px; padding: 16px; box-shadow: 0 18px 48px rgba(29,54,87,.18); }
.float-card.one { right: -16px; top: 52px; width: 210px; }
.float-card.two { left: -20px; bottom: 50px; width: 230px; }
.float-title { font-weight: 900; margin-bottom: 6px; }
.float-text { color: var(--muted); font-size: .92rem; margin: 0; }
.section { padding: 82px 0; }
.section-head { max-width: 760px; margin-bottom: 40px; }
.eyebrow { color: var(--primary-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; letter-spacing: -0.055em; margin: 10px 0 16px; }
.section-head p { color: var(--muted); font-size: 1.12rem; margin: 0; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.card { background: rgba(255,255,255,.86); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: 0 12px 40px rgba(29,54,87,.06); }
.card .icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg, var(--accent), #eee8ff); font-size: 1.45rem; margin-bottom: 18px; }
.card h3 { margin: 0 0 10px; font-size: 1.25rem; letter-spacing: -.03em; }
.card p { color: var(--muted); margin: 0; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; }
.panel { background: linear-gradient(145deg, #10243d, #122c46); border-radius: 36px; padding: 30px; color: white; box-shadow: var(--shadow); overflow: hidden; }
.schedule { display: grid; gap: 12px; }
.slot { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.slot b { display:block; }
.slot span { color: #b9c9da; font-size: .92rem; }
.status { padding: 7px 10px; border-radius: 999px; background: rgba(34,198,184,.18); color: #8ff7eb; font-weight: 900; font-size: .78rem; white-space: nowrap; }
.benefits { display: grid; gap: 16px; }
.benefit { display: flex; gap: 14px; padding: 18px; background: white; border: 1px solid var(--border); border-radius: 22px; }
.check { color: white; background: linear-gradient(135deg,var(--primary),var(--secondary)); width: 28px; height: 28px; border-radius: 999px; display:grid; place-items:center; flex: 0 0 auto; font-weight: 900; }
.cta { text-align: center; background: linear-gradient(135deg, #e8fffb, #f0ebff); border: 1px solid var(--border); border-radius: 42px; padding: 58px 28px; box-shadow: var(--shadow); }
.cta h2 { margin-top: 0; }
.faq { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
details { background: white; border: 1px solid var(--border); border-radius: 22px; padding: 18px 20px; }
summary { font-weight: 900; cursor: pointer; }
details p { color: var(--muted); margin-bottom: 0; }
.footer { padding: 44px 0; color: var(--muted); border-top: 1px solid var(--border); }
.footer-inner { display:flex; justify-content:space-between; gap: 20px; flex-wrap: wrap; }
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .float-card { position: static; margin-top: 14px; width: auto !important; }
  .cards { grid-template-columns: 1fr; }
  .trust { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
}
