:root {
  --bg: #f5f9ff;
  --surface: rgba(255,255,255,0.76);
  --surface-strong: #ffffff;
  --ink: #0d1b34;
  --ink-soft: #4f6382;
  --primary: #14c3c0;
  --primary-deep: #0a8f9d;
  --accent: #e7b254;
  --line: rgba(13, 27, 52, 0.08);
  --navy: #10224a;
  --success: #1d9c78;
  --shadow: 0 24px 60px rgba(14, 29, 61, 0.12);
  --shadow-soft: 0 18px 40px rgba(15, 35, 74, 0.08);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: min(1180px, calc(100% - 40px));
  --transition: 260ms ease;
}

* { 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(--ink);
  background:
    radial-gradient(circle at 0% 0%, rgba(20, 195, 192, 0.10), transparent 26%),
    radial-gradient(circle at 100% 20%, rgba(231, 178, 84, 0.11), transparent 18%),
    linear-gradient(180deg, #f8fbff 0%, #f1f8ff 52%, #f9fcff 100%);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--ink-soft); }
ul { padding-left: 1.1rem; }
li { color: var(--ink-soft); margin-bottom: 0.5rem; }
h1, h2, h3, h4 {
  margin: 0 0 1rem;
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: var(--ink);
}
h1 { font-size: clamp(2.7rem, 5vw, 4.9rem); }
h2 { font-size: clamp(2rem, 4vw, 3.15rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
small, .small { font-size: 0.92rem; }
.container { width: var(--container); margin: 0 auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.65rem;
  padding: 0.5rem 0.92rem; border-radius: 999px;
  background: rgba(20, 195, 192, 0.10); color: var(--primary-deep);
  font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.78rem;
}
.eyebrow::before {
  content: ""; width: 10px; height: 10px; border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 0 0 6px rgba(20, 195, 192, 0.10);
}
.section { padding: 110px 0; position: relative; }
.section.compact { padding: 84px 0; }
.grid { display: grid; gap: 28px; }
.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
.three-col { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.four-col { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  backdrop-filter: blur(16px);
  background: rgba(248, 252, 255, 0.78);
  border-bottom: 1px solid rgba(16, 34, 74, 0.07);
}
.header-inner {
  min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.brand {
  display: inline-flex; align-items: center; gap: 14px; font-weight: 800; letter-spacing: -0.03em;
}
.brand-mark {
  width: 46px; height: 46px; border-radius: 16px;
  background: linear-gradient(135deg, var(--navy), var(--primary));
  color: white; display: grid; place-items: center; font-weight: 800;
  box-shadow: 0 16px 30px rgba(15, 35, 74, 0.18);
}
.brand-mark span { transform: translateY(-1px); }
.brand-text strong { display: block; font-size: 1.08rem; }
.brand-text small { display: block; color: var(--ink-soft); font-weight: 600; }
.nav-toggle { display: none; }
.nav-menu {
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
}
.nav-menu a {
  padding: 0.8rem 0.92rem; border-radius: 999px; color: var(--ink-soft); font-weight: 600;
  transition: var(--transition);
}
.nav-menu a:hover, .nav-menu a.active { background: rgba(20, 195, 192, 0.10); color: var(--navy); }
.header-cta { display: flex; align-items: center; gap: 12px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 1.3rem; border-radius: 999px; border: 1px solid transparent;
  font-weight: 700; transition: var(--transition); cursor: pointer;
}
.btn-primary {
  color: white; background: linear-gradient(135deg, var(--navy), var(--primary)); box-shadow: 0 16px 30px rgba(15, 35, 74, 0.22);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 22px 36px rgba(15, 35, 74, 0.24); }
.btn-secondary {
  background: rgba(255,255,255,0.7); border-color: rgba(15, 35, 74, 0.10); color: var(--navy);
}
.btn-secondary:hover { transform: translateY(-2px); background: white; }
.btn-block { width: 100%; }

.hero { padding: 78px 0 120px; position: relative; overflow: hidden; }
.hero-bg-orb,
.hero-bg-orb::after,
.hero-bg-orb::before {
  position: absolute; border-radius: 999px; filter: blur(20px);
}
.hero-bg-orb {
  right: -120px; top: 50px; width: 340px; height: 340px; background: rgba(20, 195, 192, 0.14);
}
.hero-bg-orb::before {
  content: ""; left: -820px; top: 380px; width: 260px; height: 260px; background: rgba(68, 157, 255, 0.11);
}
.hero-bg-orb::after {
  content: ""; right: 240px; top: 280px; width: 180px; height: 180px; background: rgba(231, 178, 84, 0.14);
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 38px; align-items: center;
}
.hero-copy p { font-size: 1.08rem; max-width: 62ch; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 2rem 0 2.3rem; }
.hero-image-wrap {
  position: relative; perspective: 1400px;
}
.hero-card {
  position: relative; background: rgba(255,255,255,0.58); border: 1px solid rgba(255,255,255,0.65);
  border-radius: 30px; padding: 18px; backdrop-filter: blur(16px); box-shadow: var(--shadow); overflow: hidden;
  transform: rotateY(-8deg) rotateX(3deg);
}
.hero-card::before {
  content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,0.38), transparent 35%, rgba(20, 195, 192, 0.08)); pointer-events: none;
}
.float-pill {
  position: absolute; display: flex; align-items: center; gap: 12px; padding: 14px 18px;
  border-radius: 18px; background: rgba(255,255,255,0.93); box-shadow: var(--shadow-soft); border: 1px solid rgba(16, 34, 74, 0.06);
  animation: float 7s ease-in-out infinite;
}
.float-pill strong { display: block; font-size: 0.97rem; }
.float-pill span { color: var(--ink-soft); font-size: 0.88rem; }
.float-pill .icon {
  width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(20, 195, 192, 0.14), rgba(231, 178, 84, 0.16)); font-size: 1.25rem;
}
.float-analytics { right: -28px; top: 48px; }
.float-support { left: -42px; bottom: 42px; animation-delay: 1.2s; }
.stats-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 2rem; }
.stat-card {
  background: var(--surface); border: 1px solid rgba(16, 34, 74, 0.06); padding: 24px; border-radius: 24px;
  box-shadow: var(--shadow-soft); backdrop-filter: blur(14px);
}
.stat-value { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; color: var(--navy); }
.stat-label { display: block; margin-top: 0.35rem; color: var(--ink-soft); font-weight: 600; }

.card {
  background: var(--surface); border-radius: var(--radius-xl); padding: 30px; box-shadow: var(--shadow-soft);
  border: 1px solid rgba(16, 34, 74, 0.06); backdrop-filter: blur(12px); position: relative; overflow: hidden;
}
.card::after {
  content: ""; position: absolute; inset: auto -40px -90px auto; width: 160px; height: 160px; border-radius: 999px;
  background: radial-gradient(circle, rgba(20,195,192,0.15), transparent 70%); pointer-events: none;
}
.card h3 { margin-bottom: 0.85rem; }
.icon-badge {
  width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(16, 34, 74, 0.98), rgba(20, 195, 192, 0.95)); color: white; font-size: 1.35rem;
  box-shadow: 0 16px 28px rgba(15, 35, 74, 0.18); margin-bottom: 1rem;
}
.card-list { list-style: none; padding: 0; margin: 1rem 0 0; }
.card-list li { padding-left: 1.45rem; position: relative; }
.card-list li::before {
  content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--primary);
  position: absolute; left: 0; top: 0.65rem;
}

.split-panel {
  display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 28px; align-items: stretch;
}
.media-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,255,255,0.65));
  border: 1px solid rgba(16, 34, 74, 0.06); border-radius: 30px; padding: 18px; box-shadow: var(--shadow); backdrop-filter: blur(14px);
}
.media-card img { border-radius: 24px; width: 100%; height: 100%; object-fit: cover; }
.content-stack { display: grid; gap: 20px; }
.info-chip-wrap { display: flex; flex-wrap: wrap; gap: 12px; }
.info-chip {
  padding: 0.9rem 1rem; background: rgba(255,255,255,0.8); border: 1px solid rgba(16,34,74,0.08);
  border-radius: 18px; color: var(--navy); font-weight: 700;
}
.benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.benefit-item {
  padding: 22px; border-radius: 20px; background: rgba(255,255,255,0.74); border: 1px solid rgba(16,34,74,0.06);
}
.benefit-item strong { display: block; margin-bottom: 0.45rem; }

.badge-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.1rem; }
.badge-list span {
  padding: 0.72rem 0.92rem; border-radius: 999px; background: rgba(20, 195, 192, 0.10); color: var(--navy); font-weight: 700;
}
.logo-band {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px;
}
.logo-pill {
  background: rgba(255,255,255,0.66); border-radius: 20px; padding: 20px; text-align: center; border: 1px solid rgba(16, 34, 74, 0.06);
  color: var(--ink-soft); font-weight: 700;
}

.feature-table {
  display: grid; gap: 16px; margin-top: 1.5rem;
}
.feature-row {
  display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 18px; align-items: start;
  padding: 20px; background: rgba(255,255,255,0.78); border-radius: 20px; border: 1px solid rgba(16,34,74,0.07);
}
.feature-row strong { display: block; margin-bottom: 0.35rem; }
.check {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--success);
}
.check::before {
  content: "✓"; width: 22px; height: 22px; border-radius: 999px; background: rgba(29, 156, 120, 0.12); display: grid; place-items: center;
}

.timeline { display: grid; gap: 18px; }
.timeline-item {
  position: relative; padding: 24px 24px 24px 82px; background: rgba(255,255,255,0.76); border-radius: 24px; border: 1px solid rgba(16,34,74,0.06); box-shadow: var(--shadow-soft);
}
.timeline-step {
  position: absolute; left: 24px; top: 24px; width: 42px; height: 42px; border-radius: 14px; background: linear-gradient(135deg, var(--navy), var(--primary)); color: white; display: grid; place-items: center; font-weight: 800;
}

.faq-list { display: grid; gap: 16px; }
.faq-item {
  background: rgba(255,255,255,0.78); border-radius: 22px; border: 1px solid rgba(16,34,74,0.06); overflow: hidden; box-shadow: var(--shadow-soft);
}
.faq-question {
  width: 100%; text-align: left; padding: 22px 24px; background: transparent; border: 0; font: inherit; font-weight: 800; color: var(--navy); cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-answer {
  padding: 0 24px 24px; display: none;
}
.faq-item.active .faq-answer { display: block; }
.faq-item.active .faq-toggle { transform: rotate(45deg); }
.faq-toggle {
  font-size: 1.5rem; line-height: 1; transition: var(--transition); color: var(--primary-deep);
}

.contact-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 28px; }
.contact-card,
.form-card {
  background: rgba(255,255,255,0.78); border-radius: 30px; border: 1px solid rgba(16,34,74,0.07); padding: 32px; box-shadow: var(--shadow);
}
.contact-list { list-style: none; padding: 0; margin: 1.1rem 0 0; display: grid; gap: 16px; }
.contact-list li {
  display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: start;
}
.contact-icon {
  width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center; color: white;
  background: linear-gradient(135deg, var(--navy), var(--primary)); font-size: 1.2rem;
}
form { display: grid; gap: 16px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
label { display: grid; gap: 8px; font-weight: 700; color: var(--navy); }
input, select, textarea {
  width: 100%; min-height: 54px; padding: 0.95rem 1rem; border-radius: 16px; border: 1px solid rgba(16,34,74,0.12); background: rgba(248,252,255,0.88);
  color: var(--ink); font: inherit;
}
textarea { min-height: 150px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(20, 195, 192, 0.25); border-color: rgba(20,195,192,0.45); }
.form-note { color: var(--ink-soft); font-size: 0.95rem; }

.cta-panel {
  padding: 34px; border-radius: 32px; background: linear-gradient(135deg, rgba(16,34,74,0.98), rgba(20,195,192,0.88)); color: white; box-shadow: var(--shadow);
}
.cta-panel h2, .cta-panel p { color: white; }
.cta-panel p { color: rgba(255,255,255,0.82); }

.page-hero {
  padding: 86px 0 60px;
}
.page-hero .container {
  display: grid; gap: 22px;
}
.page-hero p { max-width: 70ch; font-size: 1.08rem; }
.breadcrumbs {
  display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-weight: 700; flex-wrap: wrap;
}
.breadcrumbs span { opacity: 0.55; }

.site-footer {
  padding: 34px 0 48px; position: relative;
}
.footer-card {
  background: rgba(10, 22, 46, 0.98); color: white; border-radius: 34px; padding: 44px; box-shadow: var(--shadow);
}
.footer-grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr 0.85fr 1fr; gap: 28px;
}
.footer-card h3, .footer-card h4, .footer-card p, .footer-card li, .footer-card a { color: white; }
.footer-card p { color: rgba(255,255,255,0.72); }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-links a { color: rgba(255,255,255,0.78); }
.footer-links a:hover { color: white; }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.10);
}
.footer-legal {
  display: flex; gap: 14px; flex-wrap: wrap; color: rgba(255,255,255,0.72);
}
.inline-note {
  padding: 16px 18px; border-radius: 18px; background: rgba(20, 195, 192, 0.10); color: var(--navy); font-weight: 600;
}
.notice-box {
  border-left: 4px solid var(--primary); background: rgba(255,255,255,0.76); border-radius: 0 20px 20px 0; padding: 22px 24px; box-shadow: var(--shadow-soft);
}

.reveal {
  opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms ease;
}
.reveal.in-view { opacity: 1; transform: translateY(0); }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@media (max-width: 1100px) {
  .hero-grid, .split-panel, .contact-layout, .footer-grid, .page-hero .container, .two-col, .three-col, .four-col, .stats-row, .logo-band, .feature-row, .form-grid, .benefit-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid { gap: 22px; }
  .float-analytics { right: 10px; top: 10px; }
  .float-support { left: 10px; bottom: 10px; }
}

@media (max-width: 920px) {
  .header-inner { min-height: 76px; }
  .nav-toggle {
    display: inline-flex; width: 48px; height: 48px; border-radius: 16px; border: 1px solid rgba(16,34,74,0.10);
    background: rgba(255,255,255,0.8); align-items: center; justify-content: center; font-size: 1.3rem; color: var(--navy);
  }
  .header-cta .btn { display: none; }
  .nav-menu {
    position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); padding: 16px; border-radius: 24px; background: rgba(255,255,255,0.96);
    box-shadow: var(--shadow); border: 1px solid rgba(16,34,74,0.08); display: none; flex-direction: column; align-items: stretch;
  }
  .nav-menu.open { display: flex; }
  .nav-menu a { border-radius: 14px; }
}

@media (max-width: 720px) {
  body { line-height: 1.58; }
  .section { padding: 90px 0; }
  .hero { padding: 60px 0 96px; }
  .card, .contact-card, .form-card, .cta-panel, .footer-card { padding: 24px; }
  .hero-card { transform: none; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .site-footer { padding-top: 0; }
}
