.eyebrow {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.section-head { text-align: center; }
.section-title {
  font-family: var(--font-head);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}
.section-subtitle { font-size: 16.5px; line-height: 1.6; color: var(--text-muted); margin: 0; }

.hero {
  position: relative;
  background: var(--brand-grad);
  color: #fff;
  padding: 0 0 clamp(48px,8vw,90px);
  overflow: hidden;
}
.site-nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px clamp(20px,4vw,40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand-logo {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.25);
  display: grid;
  place-items: center;
  color: #fff;
}
.brand-name { font-family: var(--font-head); font-weight: 700; font-size: 20px; letter-spacing: -0.01em; }

.hero-body {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(20px,4vw,44px) clamp(20px,4vw,40px) 0;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(36px,5vw,64px);
  align-items: center;
  justify-content: space-between;
}
.hero-copy { flex: 1 1 420px; min-width: 300px; max-width: 560px; }
.hero-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(34px,5.4vw,56px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}
.hero-lead {
  font-size: clamp(16px,2vw,18.5px);
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
  margin: 0 0 30px;
  max-width: 480px;
}
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.hero-note {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-left: 4px;
}
.hero-phone {
  flex: 0 1 300px;
  min-width: 240px;
  display: flex;
  justify-content: center;
  animation: caegisFloat 6s ease-in-out infinite;
}

@media (max-width: 640px) {
  .hero-body { justify-content: center; }
  .hero-copy { text-align: center; }
  .hero-actions { align-items: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
}

.features { max-width: 1180px; margin: 0 auto; padding: clamp(56px,9vw,100px) clamp(20px,4vw,40px); }
.features .section-head { max-width: 640px; margin: 0 auto clamp(40px,6vw,60px); }
.features .section-title { font-size: clamp(27px,3.6vw,40px); line-height: 1.12; margin: 0 0 14px; }

.group-header { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.group-rule { flex: 1; height: 1px; }
.group-rule--parent { background: linear-gradient(90deg,#EDE7FB,transparent); }
.group-rule--child { background: linear-gradient(90deg,#E2F2E5,transparent); }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(232px,1fr));
  gap: 18px;
}
.feature-grid--parent { margin-bottom: clamp(44px,6vw,64px); }

.how { background: var(--surface-alt); padding: clamp(56px,9vw,96px) clamp(20px,4vw,40px); }
.how-inner { max-width: 1100px; margin: 0 auto; }
.how .section-head { margin-bottom: clamp(40px,6vw,56px); }
.how .section-title { font-size: clamp(26px,3.4vw,38px); }
.how-steps { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }

.trust { background: var(--dark); color: #fff; padding: clamp(40px,6vw,60px) clamp(20px,4vw,40px); }
.trust-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  gap: 28px;
}

.screenshots { padding: clamp(56px,9vw,100px) 0; }
.screenshots .section-head {
  max-width: 1180px;
  margin: 0 auto clamp(36px,5vw,52px);
  padding: 0 clamp(20px,4vw,40px);
}
.screenshots .section-title { font-size: clamp(26px,3.4vw,38px); }

.cta-footer {
  background: var(--brand-grad);
  color: #fff;
  padding: clamp(60px,9vw,100px) clamp(20px,4vw,40px) clamp(40px,6vw,56px);
}
.cta-block { max-width: 720px; margin: 0 auto; text-align: center; }
.cta-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(30px,4.6vw,48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}
.cta-lead { font-size: clamp(16px,2vw,18px); line-height: 1.6; color: rgba(255,255,255,0.9); margin: 0 0 32px; }
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 11px; }
.cta-note { font-size: 13px; color: rgba(255,255,255,0.8); }

.site-footer {
  max-width: 1100px;
  margin: clamp(48px,7vw,72px) auto 0;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.site-footer .brand-logo { width: 34px; height: 34px; border-radius: 10px; }
.site-footer .brand-name { font-size: 17px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; font-size: 14px; }
.footer-fineprint {
  max-width: 1100px;
  margin: 18px auto 0;
  font-size: 12.5px;
  color: rgba(255,255,255,0.68);
}
