/*
Theme Name: Wallibot
Author: feerdev
Author URI: https://wallibot.com
Description: Theme corporativo para Wallibot - Bot IA para WhatsApp
Version: 1.0.0
Text Domain: wallibot
*/

html {}

@media (min-width: 1001px) {
  .about, .features, .faq {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .howworks {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}

:root {
  --font-title: 'Sora', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --primary: #3B82F6;
  --primary-light: #93C5FD;
  --primary-bg: #EFF6FF;
  --primary-bg2: #F0F5FF;
  --dark: #0F172A;
  --dark-hover: #1E293B;
  --text: #0F172A;
  --text-light: #64748B;
  --text-muted: #94A3B8;
  --border: #E2E8F0;
  --bg-card: #F8FAFC;
  --white: #fff;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    padding: 0 28px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

h1, h2, h3,
.hero-title, .hero-btn, .hero-desc,
.btn, .about-block strong,
.about-float-card strong,
.fl-feat-title {
  font-family: var(--font-title);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.25s;
}

.btn-dark {
  background: var(--dark);
  color: var(--white);
}

.btn-dark:hover {
  background: var(--dark-hover);
}

.shadow-card {
  box-shadow: 0 2px 8px rgba(0,0,0,0.04), 0 12px 32px rgba(0,0,0,0.07);
}

.gradient-sep {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--text-muted), transparent);
  width: 60%;
  margin: 40px auto;
}

.gradient-sep--dark {
  background: linear-gradient(90deg, transparent, rgba(147,197,253,0.2), transparent);
}

.section-title,
.pr-title {
  font-family: var(--font-title);
  font-size: 41px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text);
}

.section-tag,
.pr-tag {
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  font-style: italic;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .section-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
  }
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(160deg, #eaeff5 0%, #e2e8f2 40%, #dbe2ee 100%);
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1440px) and (max-height: 900px) {
  .hero { padding-top: 80px; }
}

.hero-neural {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero-inner::before {
  content: '';
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,0.15) 0%, rgba(147,197,253,0.08) 40%, transparent 70%);
  box-shadow: 0 0 80px 40px rgba(59,130,246,0.08), 0 0 160px 80px rgba(147,197,253,0.05);
  pointer-events: none;
  z-index: 0;
  animation: heroGlow 4s ease-in-out infinite;
}

@keyframes heroGlow {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.7; }
  50% { transform: translate(-50%, -50%) scale(1.15); opacity: 1; }
}

.hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.hero-btn-inline {
  margin-top: 28px;
}

.hero-inner > .hero-btn {
  display: none;
}

.hero-left {
  max-width: 550px;
  z-index: 7;
}

.hero-pipeline-mobile {
  display: none;
}

.hero-right {
  width: 350px;
  flex-shrink: 0;
  z-index: 7;
}

.hero-agent-wrap {
  position: relative;
  width: 100%;
  height: 420px;
}

.hero-agent-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 300px;
  height: auto;
  margin-left: -150px;
  margin-top: 0;
  z-index: 2;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.1));
  opacity: 0;
}

.hero-signal-waves {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -165px;
  width: 50px;
  height: 50px;
  z-index: 1;
  pointer-events: none;
}

.hero-signal-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 50%;
  border: 2px solid var(--primary);
  opacity: 0;
}

.hero-pip-card {
  position: absolute;
  background: var(--white);
  border-radius: 12px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04), 0 12px 32px rgba(0,0,0,0.07);
  z-index: 3;
  white-space: nowrap;
  opacity: 0;
}

.hero-pip-1 { top: 10px; right: 5px; }
.hero-pip-2 { top: 120px; left: 5px; }
.hero-pip-3 { bottom: 120px; right: 5px; }
.hero-pip-4 { bottom: 10px; left: 5px; }

@media (min-width: 1201px) {
  .hero-pip-1 { top: -10px; right: -20px; }
  .hero-pip-2 { top: 90px; left: -70px; }
  .hero-pip-3 { bottom: 90px; right: -60px; }
  .hero-pip-4 { bottom: -20px; left: -70px; }
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 600;
  color: var(--dark);
}

.hero-stats-sep {
  width: 1px;
  height: 16px;
  background: var(--text-muted);
}

.hero-compare {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}

.hero-compare-col {
  flex: 1;
}

.hero-compare-header {
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.hero-compare-header.hero-compare-sin {
  color: var(--text-muted);
}

.hero-compare-header.hero-compare-con {
  color: var(--primary);
}

.hero-compare-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--dark);
}

.hero-compare-item.hero-compare-con {
  font-weight: 500;
}

.hero-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--dark);
  margin-bottom: 20px;
}

.hero-title strong {
  color: var(--primary);
}

.hero-desc {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-light);
  margin-bottom: 28px;
}



.hero-btn svg { width: 18px; height: 18px; stroke: var(--white); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

@keyframes dropInB {
  0% { transform: translate(-50%, -150%); opacity: 0; }
  70% { transform: translate(-50%, -46%); opacity: 1; }
  85% { transform: translate(-50%, -52%); }
  100% { transform: translate(-50%, -48%); }
}
@keyframes floatSoftB {
  0%, 100% { transform: translate(-50%, -48%); }
  50% { transform: translate(-50%, -52%); }
}
@keyframes robotSpin {
  0% { transform: rotateY(0deg); }
  100% { transform: rotateY(1080deg); }
}

.robot-signals { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); z-index: 6; pointer-events: none; opacity: 0; transition: opacity 0.4s ease; }
.robot-signals.show { opacity: 1; }
.signal-wave { position: absolute; top: 50%; left: 50%; border: 4px solid var(--primary-light); border-radius: 50%; border-left-color: transparent; border-bottom-color: transparent; transform: translate(-50%, -50%) rotate(-45deg); opacity: 0; animation: signalArc 1.8s ease-out infinite; }
.signal-wave-1 { width: 60px; height: 60px; }
.signal-wave-2 { width: 100px; height: 100px; animation-delay: 0.2s; }
.signal-wave-3 { width: 140px; height: 140px; animation-delay: 0.4s; }
.signal-wave-4 { width: 180px; height: 180px; animation-delay: 0.6s; }
@keyframes signalArc {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(-45deg) scale(0.7); }
  30% { opacity: 0.8; }
  100% { opacity: 0; transform: translate(-50%, -50%) rotate(-45deg) scale(1.1); }
}

.flow-horizontal { z-index: 7; display: flex; flex-direction: column; align-items: center; gap: 0; }
.flow-h-card { background: var(--white); border-radius: 14px; padding: 14px 20px; display: flex; align-items: center; gap: 12px; width: 220px; opacity: 0; transform: translateY(15px); transition: opacity 0.4s ease, transform 0.4s ease; }
.flow-h-card.show { opacity: 1; transform: translateY(0); }
.flow-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.flow-icon svg { width: 18px; height: 18px; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.flow-icon--green { background: rgba(34,197,94,0.1); }
.flow-icon--green svg { stroke: #22C55E; }
.flow-icon--blue { background: rgba(59,130,246,0.1); }
.flow-icon--blue svg { stroke: #3B82F6; }
.flow-text strong { font-size: 13px; font-weight: 600; color: var(--text); display: block; font-family: var(--font-title); }
.flow-text small { font-size: 11px; color: var(--text-light); }

.flow-arrow { display: flex; justify-content: center; height: 44px; margin: 5px 0; position: relative; opacity: 0; transform: scaleY(0); transform-origin: top; transition: opacity 0.3s ease, transform 0.3s ease; }
.flow-arrow.show { opacity: 1; transform: scaleY(1); }
.flow-arrow::before { content: ''; width: 2px; height: 100%; background: var(--primary-light); opacity: 0.4; }
.flow-arrow-dot { position: absolute; bottom: -2px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 8px solid var(--primary-light); animation: arrowBounce 1.5s ease-in-out infinite; }
@keyframes arrowBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.5; }
  50% { transform: translateX(-50%) translateY(5px); opacity: 1; }
}
@keyframes shakeNotif {
  0%, 100% { transform: translateX(0); }
  15% { transform: translateX(-4px) rotate(-1deg); }
  30% { transform: translateX(4px) rotate(1deg); }
  45% { transform: translateX(-3px); }
  60% { transform: translateX(3px); }
  75% { transform: translateX(-2px); }
}

.hero-testimonial { max-width: 380px; z-index: 7; opacity: 0; transform: translateY(100px); transition: opacity 0.8s ease, transform 0.8s ease; display: flex; gap: 14px; align-items: flex-start; }
.hero-testimonial.show { opacity: 1; transform: translateY(0); }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--primary-bg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.testimonial-bubble { flex: 1; position: relative; background: var(--white); border-radius: 0 16px 16px 16px; padding: 18px 22px; }
.testimonial-bubble::before { content: ''; position: absolute; top: 14px; left: -8px; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 8px solid var(--white); }
.hero-testimonial p { font-size: 13px; color: var(--text-light); line-height: 1.6; margin-bottom: 10px; font-style: italic; }
.hero-testimonial-author { font-size: 12px; font-weight: 600; color: var(--text); font-family: var(--font-title); }
.hero-testimonial-role { font-weight: 400; color: var(--text-light); }

@media (min-width: 1024px) and (max-width: 1200px) {
  .hero-title { font-size: 42px; }
  .hero-left { max-width: 480px; }
  .hero-right { width: 280px;}
  .hero-agent-wrap { height: 350px; }
  .hero-agent-img { width: 160px; margin-left: -120px; margin-top: 100px; }
  .hero-desc { font-size: 14px; }
  .hero-stats { font-size: 12px; }
  .hero-compare-item { font-size: 13px; }
  .hero-pip-card { padding: 6px 10px; }
  .hero-pip-card .flow-text strong { font-size: 11px; }
  .hero-pip-card .flow-text small { font-size: 9px; }
  .hero-pip-1 { top: 90px; right:-15px; }
  .hero-pip-2 { top: 150px; left: -95px; }
  .hero-pip-3 { bottom: 90px; right: -15px; }
  .hero-pip-4 { bottom: -10px; left: -90px; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero { min-height: auto; padding-top: 100px; padding-bottom: 60px; }
  .hero-inner { flex-direction: column; align-items: center; gap: 20px; }
  .hero-inner::before { display: none; }
  .hero-left { max-width: 100%; }
  .hero-title { font-size: 32px; max-width: 400px; margin-left: auto; margin-right: auto; }
  .hero-desc { font-size: 14px; max-width: 500px; margin-left: auto; margin-right: auto; }
  .hero-compare { max-width: 500px; margin-left: auto; margin-right: auto; }
  .hero-compare-header { font-size: 13px; }
  .hero-compare-item { font-size: 13px; }
  .hero-right { width: 100%; }
  .hero-agent-wrap { height: 380px; max-width: 400px; margin: 0 auto; }
  .hero-agent-img { width: 150px; margin-left: -75px; margin-top: 90px; }
  .hero-signal-waves { margin-top: -130px; }
  .hero-pip-card { padding: 6px 10px; }
  .hero-pip-card .flow-text strong { font-size: 11px; }
  .hero-pip-card .flow-text small { font-size: 9px; }
  .hero-pip-1 { top: 20px; right: 30px; }
  .hero-pip-2 { top: 110px; left: -10px; }
  .hero-pip-3 { bottom: 110px; right: -5px; }
  .hero-pip-4 { bottom: 15px; left: -20px; }
  .hero-left { text-align: center; }
  .hero-stats { justify-content: center; }
  .hero-btn-inline { display: none; }
  .hero-inner > .hero-btn { display: inline-flex; order: 3; width: auto; }
  .hero-right { margin: 20px 0; }
  .hero-stats { font-size: 12px; }
  .hero-compare-item { font-size: 13px; }

}


@media (min-width: 0px) and (max-width: 767px) {
  .hero { min-height: auto; align-items: flex-start; padding-top: 80px; padding-bottom: 40px; }
  .hero-inner { flex-direction: column; }
  .hero-inner::before { display: none; }
  .hero-left { max-width: 100%; }
  .hero-title { font-size: 38px; text-align: center; }
  .hero-stats { justify-content: center; }
  .hero-desc { font-size: 14px; margin-bottom: 20px; text-align: center; }
  .hero-btn { padding: 14px 28px; font-size: 14px; width: 100%; justify-content: center; margin-top: 12px; margin-bottom: 12px; }
  .hero-compare { flex-direction: row; gap: 24px; }
  .hero-left { order: 1; }
  .hero-right { width: 100%; order: 2; margin: 40px 0; }
  .hero-btn-inline { display: none; }
  .hero-inner > .hero-btn { display: inline-flex; order: 3; width: 100%; justify-content: center; }
  .hero-agent-wrap { height: 300px; max-width: 300px; margin: 0 auto; }
  .hero-agent-img { width: 140px; margin-left: -70px; margin-top: 95px; }
  .hero-signal-waves { margin-left: -20px; margin-top: -120px; }
  .hero-pip-card { padding: 6px 10px; border-radius: 10px; }
  .hero-pip-card .flow-icon { width: 26px; height: 26px; border-radius: 6px; }
  .hero-pip-card .flow-icon svg { width: 12px; height: 12px; }
  .hero-pip-card .flow-text strong { font-size: 11px; }
  .hero-pip-card .flow-text small { font-size: 9px; }
  .hero-pip-1 { top: 50px; right: -10px; }
  .hero-pip-2 { top: 85px; left: -25px; }
  .hero-pip-3 { bottom: 85px; right: -10px; }
  .hero-pip-4 { bottom: -15px; left: -25px; }
  .hero-pipeline-mobile { display: none; }
}

#waChatBody::-webkit-scrollbar { display: none; }

.about {
  background: #e4e8ee;
  padding: 110px 0;
  overflow: hidden;
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.about-left {
  position: relative;
  display: flex;
  padding-top: 40px;
}

.about-left-bg {
  position: relative;
  background: var(--primary-bg2);
  border-radius: 24px;
  padding: 40px 40px 0;
  min-height: 520px;
}

.about-float-card {
  position: relative;
  margin-bottom: 24px;
  background: var(--white);
  border-radius: 16px;
  padding: 18px 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 300px;
  z-index: 2;
}

.about-float-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-float-card strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  display: block;
  margin-bottom: 4px;
}

.about-float-card p {
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-light);
  margin: 0;
}

.phone-frame {
  width: 260px;
  background: var(--dark);
  border-radius: 40px;
  padding: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1), 0 24px 60px rgba(0,0,0,0.08);
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: -60px;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.phone-frame.visible {
  opacity: 1;
  transform: translateY(0);
  margin-bottom: -60px;
}

.phone-screen {
  background: var(--white);
  border-radius: 32px;
  overflow: hidden;
  aspect-ratio: 9 / 18;
  display: flex;
  flex-direction: column;
}

.wa-msg {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.wa-msg.visible {
  opacity: 1;
  transform: translateY(0);
}

.about-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}

.about-desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-light);
}

.about-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 6px;
  width: 100%;
}

.about-block-full {
  grid-column: 1 / -1;
  position: relative;
  padding-bottom: 20px;
}

.about-block-full::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--text-muted), transparent);
}

.about-blocks .about-block:nth-child(2) {
  position: relative;
  padding-right: 16px;
}

.about-blocks .about-block:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--text-muted), transparent);
}

.about-block strong {
  font-family: var(--font-title);
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  display: block;
  margin-bottom: 6px;
}

.about-block strong span {
  color: var(--primary);
}

.about-block p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-light);
  margin: 0;
}
  white-space: nowrap;
}

.about-btn {
  align-self: flex-start;
  width: fit-content;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .about {
    padding: 72px 0;
  }

  .about-inner {
    grid-template-columns: 2fr 3fr;
    gap: 32px;
  }

  .about-left-bg {
    padding: 20px 20px 0;
  }

  .phone-frame {
    width: 220px;
  }

  .about .section-title { font-size: 28px; }
  .about .section-tag { font-size: 12px; }
  .about-desc { font-size: 13px; line-height: 1.5; }
  .about-block strong { font-size: 13px; }
  .about-block p { font-size: 12px; }
  .about-btn { font-size: 13px; padding: 14px 28px; }
  .about-content { gap: 24px; }
}

@media (max-width: 767px) {
  .about {
    padding: 72px 0;
  }

  .about-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-left {
    order: -1;
  }

  .about-left-bg {
    padding: 28px 28px 0;
  }

  .phone-frame {
    width: 260px;
  }

  .about-content {
    align-items: center;
    text-align: center;
  }

  .about-checks {
    justify-content: center;
    flex-wrap: wrap;
  }

  .about-cards {
    flex-direction: column;
  }

  .about-card--stat {
    flex: auto;
  }

  .about-btn {
    margin: 0 auto;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .about .section-title {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .about {
    padding: 56px 0;
  }

  .about-inner {
    gap: 36px;
  }

  .about-checks {
    flex-direction: column;
    gap: 12px;
  }

  .phone-frame {
    width: 240px;
  }
}

.features-light {
  background: #EDF2FF;
  color: #1E293B;
  padding: 70px 0;
  position: relative;
}

.fl-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 80px;
}

.fl-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(59,130,246,0.1);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.fl-title {
  font-family: var(--font-title);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--dark);
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.fl-title span {
  color: var(--primary);
}

.fl-subtitle {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-light);
}

.section-deco-bot {
  position: absolute;
  width: 110px;
  height: auto;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.about { position: relative; }
.about-deco-bot {
  bottom: 0;
  left: calc(50% - 650px);
  transform: translateY(40%);
}
.about-deco-bot.deco-visible {
  opacity: 1;
  transform: translateY(0);
}

.features-light { position: relative; }
.features-deco-bot {
  top: 90px;
  right: calc(50% - 600px);
  transform: translateY(-40%);
}
.features-deco-bot.deco-visible {
  opacity: 1;
  transform: translateY(0);
}

.hw-deco-bot {
  bottom: 0;
  right: calc(50% - 600px);
  transform: translateY(40%);
}
.hw-deco-bot.deco-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .section-deco-bot { width: 80px; }
  .about-deco-bot { left: 10px; }
  .features-deco-bot { right: 10px; top: 60px; }
  .hw-deco-bot { right: 10px; }
}

@media (max-width: 900px) {
  .section-deco-bot { display: none; }
}

.fl-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: auto auto;
  gap: 20px;
}

.fl-card {
  background: #fff;
  border-radius: 14px;
  padding: 36px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fl-card-side {
  transform: translateX(60px);
}

.fl-card-side:nth-child(3) {
  transition-delay: 0.2s;
}

.fl-card.fl-visible {
  opacity: 1;
  transform: translateX(0);
}

.fl-card-main {
  grid-row: 1 / 3;
}

.fl-card-img {
  margin-bottom: 24px;
}

.fl-card-img img {
  width: 100%;
  border-radius: 12px;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.fl-card-title {
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 10px;
}

.fl-card-main .fl-card-title {
  font-size: 24px;
}

.fl-card-desc {
  font-size: 14px;
  color: #64748B;
  line-height: 1.7;
}

.fl-card-main .fl-card-desc {
  font-size: 15px;
}

.fl-card-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  .fl-title { font-size: 28px; }
  .fl-grid { grid-template-columns: 1fr; }
  .fl-card-main { grid-row: auto; }
}


.howworks {
  padding: 0;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.howworks::before {
  content: '';
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(59,130,246,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.hw { padding: 100px 0 80px; }

.hw-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 48px;
}
.hw-layout {
  display: flex;
  gap: 70px;
  align-items: flex-start;
}
.hw-col-left { flex: 1; }
.hw-col-right { flex: 0 0 38%; }
.hw-col-right-img {
  width: 100%;
  border-radius: 16px;
  display: block;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.hw-col-right-img.hw-img-visible {
  opacity: 1;
  transform: translateX(0);
}
.hw-cards {
  display: flex;
  gap: 0;
  margin-bottom: 30px;
  padding: 1rem 0;
}
.hw-card {
  flex: 1;
  padding: 0 24px;
}
.hw-card + .hw-card {
  border-left: 1px solid rgba(255,255,255,0.1);
}
.hw-card:first-child { padding-left: 0; }
.hw-card:last-child { padding-right: 0; }
.hw-card-title {
  font-family: var(--font-title);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.hw-card-text {
  font-size: 15px;
  color: #94A3B8;
  line-height: 1.7;
}
.hw-card-text strong { color: var(--primary-light); }
.hw-card-right {
  margin-top: 1.5rem;
  padding: 1rem 0;
  text-align: center;
  border-left: none;
}
.hw-bottom {
  text-align: center;
  margin-top: 20px;
}
.hw-bottom .hw-footer {
  font-size: 17px;
  color: #94A3B8;
}
.hw-bottom .hw-cta {
  display: inline-flex;
}

.hw-tag {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-light);
  font-style: italic;
  margin-bottom: 16px;
}
.hw-title {
  font-family: var(--font-title);
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}
.hw-desc {
  font-size: 17px;
  color: #94A3B8;
  line-height: 1.75;
  margin-bottom: 40px;
}

.hw-blocks {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.hw-block-title {
  font-family: var(--font-title);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.hw-block-text {
  font-size: 15px;
  color: #94A3B8;
  line-height: 1.75;
}

.hw .hiw-dash {
  position: static;
  width: 100%;
  background: #1E293B;
  border-radius: 20px;
  padding: 28px 26px 24px;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: none;
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.hw .hiw-dash.hiw-dash-visible {
  opacity: 1;
  transform: translateX(0);
}
.hw .hiw-dash-title {
  font-family: var(--font-title);
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}
.hw .hiw-dash-weeks {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.hw .hiw-dash-week {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hw .hiw-dash-week-label {
  font-size: 12px;
  color: #94A3B8;
  width: 70px;
  flex-shrink: 0;
}
.hw .hiw-dash-week-bar-bg {
  flex: 1;
  height: 28px;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  overflow: hidden;
}
.hw .hiw-dash-week-bar {
  height: 100%;
  width: 0%;
  border-radius: 8px;
  background: linear-gradient(90deg, #3B82F6, #93C5FD);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}
.hw .hiw-dash-week-bar span {
  font-family: var(--font-title);
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}
.hw .hiw-dash-week-value {
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  width: 60px;
  text-align: right;
  flex-shrink: 0;
}
.hw .hiw-dash-bottom {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.hw .hiw-dash-metric {
  flex: 1;
  border-radius: 12px;
  padding: 14px 16px;
  text-align: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.hw .hiw-dash-metric--highlight {
  background: rgba(59,130,246,0.15);
  border: 1px solid rgba(59,130,246,0.3);
}
.hw .hiw-dash-metric-number {
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 2px;
}
.hw .hiw-dash-metric--highlight .hiw-dash-metric-number {
  color: #93C5FD;
}
.hw .hiw-dash-metric-label {
  font-size: 12px;
  color: #94A3B8;
  margin-top: 0;
}
.hw .hiw-dash-metric--highlight .hiw-dash-metric-label {
  color: #93C5FD;
}

.hw-img-placeholder {
  margin-top: 24px;
  border-radius: 16px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.hw-img-placeholder.hw-img-visible {
  opacity: 1;
  transform: translateX(0);
}
.hw-img-placeholder img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.hw-cta.btn.btn-dark {
  margin-top:16px;
  background: var(--primary);
  color: #fff;
  padding: 18px 40px;
  font-family: var(--font-title);
  font-size: 16px;
}
.hw-cta.btn.btn-dark:hover { background: #2563EB; }

.hw-footer {
  text-align: center;
  margin-top: 64px;
  font-size: 15px;
  color: #94A3B8;
  line-height: 1.7;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hw { padding: 60px 0; }
  .hw-top { flex-direction: column; gap: 32px; }
  .hw-left { max-width: 100%; }
  .hw-col-right { flex: auto; width: 100%; }
  .hw-layout { flex-direction: column; gap: 30px; }
  .hw-title { font-size: 32px; }
}

@media (max-width: 767px) {
  .hw { padding: 56px 0 48px; }
  .hw-top { flex-direction: column; gap: 28px; }
  .hw-left { max-width: 100%; }
  .hw-col-right { flex: auto; width: 100%; display: flex; flex-direction: column-reverse; }
  .hw-col-right-img { width: 80%; margin: 0 auto; border-radius: 12px; }
  .hw-layout { flex-direction: column; gap: 30px; }
  .hw-title { font-size: 28px; }
  .hw-cards { flex-direction: column; }
  .hw-card + .hw-card { border-left: none; border-top: 1px solid rgba(255,255,255,0.1); padding-left: 0; padding-top: 16px; }
  .hw-card { padding: 0 0 16px; }
  .hw-block-title { font-size: 16px; }
  .hw-block-text { font-size: 14px; }
  .hw .hiw-dash { padding: 20px 18px; }
  .hw .hiw-dash-title { font-size: 13px; }
  .hw .hiw-dash-week-label { font-size: 11px; width: 62px; }
  .hw .hiw-dash-week-value { font-size: 11px; width: 48px; }
  .hw .hiw-dash-metric-number { font-size: 18px; }
  .hw .hiw-dash-metric { padding: 10px; }
  .hw-footer { font-size: 14px; margin-top: 40px; }
}

.faq {
  padding: 100px 0;
  background: linear-gradient(160deg, #eaeff5 0%, #e2e8f2 40%, #dbe2ee 100%);
  position: relative;
  overflow: hidden;
}

.faq-deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.faq-deco-chat {
  top: 130px;
  left: calc(50% - 680px);
  width: 150px;
  height: auto;
}

.faq-deco-bot {
  bottom: 0;
  right: max(10px, calc(50% - 680px));
  width: clamp(80px, 8vw, 120px);
  height: auto;
  opacity: 0;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .faq-deco-chat { width: 80px; left: calc(50% - 450px); top: 100px; }
}

@media (max-width: 767px) {
  .faq-deco-chat { display: none; }
  .faq-deco-bot { width: 100px; right: auto; left: 50%; margin-left: -50px; }
}

.faq::before {
  content: '';
  position: absolute;
  top: -20%;
  left: 30%;
  width: 120%;
  height: 50%;
  background: repeating-linear-gradient(-35deg, transparent, transparent 60px, rgba(255,255,255,0.35) 60px, rgba(255,255,255,0.35) 62px);
  pointer-events: none;
  z-index: 0;
}

.faq::after {
  content: '';
  position: absolute;
  top: 10%;
  right: -10%;
  width: 80%;
  height: 40%;
  background: repeating-linear-gradient(-35deg, transparent, transparent 80px, rgba(255,255,255,0.2) 80px, rgba(255,255,255,0.2) 82px);
  pointer-events: none;
  z-index: 0;
}

.faq-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.faq-inner {
  position: relative;
  z-index: 1;
}

.faq-card {
  padding: 64px 56px;
}

.faq-header {
  text-align: center;
  margin-bottom: 48px;
}

.faq-tag {
  display: block;
  margin-bottom: 14px;
}

.faq-grid {
  display: flex;
  gap: 32px;
}

.faq-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 28px;
  background: rgba(255,255,255,0.5);
  border: 1px solid var(--border);
  border-radius: 100px;
  cursor: pointer;
  font-family: var(--font-title);
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  text-align: left;
  transition: background 0.3s ease, color 0.3s ease, border-radius 0.3s ease, border-color 0.3s ease;
}

.faq-open .faq-question {
  background: var(--dark);
  color: var(--white);
  border-color: var(--dark);
}

.faq-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  position: relative;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.faq-icon::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.faq-open .faq-icon::before,
.faq-open .faq-icon::after {
  background: var(--white);
}

.faq-open .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-open .faq-answer {
  max-height: 200px;
}

.faq-answer-inner {
  padding: 20px 28px 24px;
  background: var(--dark);
  border-radius: 24px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .faq {
    padding: 72px 0;
  }

  .faq-card {
    padding: 48px 36px;
  }

  .faq-grid {
    gap: 24px;
  }

  .faq-question {
    font-size: 14px;
    padding: 16px 22px;
  }

  .faq-answer-inner {
    padding: 16px 22px 20px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .faq {
    padding: 70px 0 170px;
  }

  .faq-card {
    padding: 40px 24px;
  }

  .faq-grid {
    flex-direction: column;
    gap: 0;
  }

  .faq-col {
    gap: 12px;
  }

  .faq-question {
    font-size: 14px;
    padding: 16px 22px;
  }

  .faq-answer-inner {
    padding: 16px 22px 20px;
    font-size: 13px;
  }
}

.ft-footer {
  background: var(--dark);
  position: relative;
  overflow: hidden;
}

.ft-neural {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.ft-inner {
  padding-top: 72px;
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
}

.ft-top {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}

.ft-brand {
  max-width: 340px;
  flex-shrink: 0;
}

.ft-logo {
  font-family: var(--font-title);
  font-size: 26px;
  font-weight: 800;
  color: var(--white);
  display: block;
  margin-bottom: 10px;
}

.ft-logo-img {
  max-height: 40px;
  width: auto;
  display: block;
  margin-bottom: 10px;
}

.ft-tagline {
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-light);
  margin-bottom: 14px;
}

.ft-desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.5);
  margin-bottom: 24px;
}

.ft-socials {
  display: flex;
  gap: 12px;
}

.ft-social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-decoration: none;
  transition: background 0.25s, border-color 0.25s;
}

.ft-social:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.ft-links {
  display: flex;
  gap: 64px;
}

.ft-col-title {
  font-family: var(--font-title);
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
}

.ft-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ft-nav a {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.2s;
}

.ft-nav a:hover {
  color: var(--primary-light);
}

.ft-contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.5);
}

.ft-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
}

.ft-bottom-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  align-items: center;
}

.ft-bottom-brand {
  font-family: var(--font-title);
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
}

.ft-bottom-copy {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}

.ft-floating-wa {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  z-index: 998;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
}

.ft-floating-wa:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ft-inner {
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .ft-top {
    gap: 40px;
  }

  .ft-brand {
    max-width: 280px;
  }

  .ft-links {
    gap: 40px;
  }

  .ft-bottom-inner {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .ft-inner {
    padding-top: 48px;
    padding-bottom: 36px;
  }

  .ft-top {
    flex-direction: column;
    gap: 40px;
  }

  .ft-brand {
    max-width: 100%;
    text-align: center;
  }

  .ft-socials {
    justify-content: center;
  }

  .ft-links {
    flex-direction: column;
    gap: 32px;
    text-align: center;
  }

  .ft-nav {
    align-items: center;
  }

  .ft-contact-link {
    justify-content: center;
  }

  .ft-bottom-inner {
    flex-direction: column;
    gap: 8px;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
  }

  .ft-floating-wa {
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
  }
}

.nav-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: backdrop-filter 0.3s ease;
}

.nav-header.nav-scrolled {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.nav-header--dark {
  background: #e8edf4;
}

.nav-inner {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 22px;
  color: var(--dark);
  text-decoration: none;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
}

.nav-logo-img {
  max-height: 55px;
  width: auto;
  display: block;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--primary);
}

.nav-links a.nav-active {
  font-weight: 700;
  color: var(--primary);
}

.nav-login {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
}

.nav-login:hover {
  color: var(--primary);
  background: var(--primary-bg);
}

.nav-login-text {
  display: none;
}

.nav-cta {
  padding: 10px 24px;
  font-size: 14px;
}

.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-hamburger--open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-hamburger--open span:nth-child(2) {
  opacity: 0;
}

.nav-hamburger--open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 999;
  opacity: 0;
  transition: none;
}

.nav-overlay.nav-overlay--visible {
  display: block;
  opacity: 1;
}

@media (max-width: 1024px) {
  .nav-hamburger {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100vh;
    background: var(--white);
    flex-direction: column;
    align-items: stretch;
    padding: 0 24px 32px;
    gap: 24px;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.08);
    transition: none;
    z-index: 1000;
  }

  .nav-menu::before {
    content: '';
    display: block;
    height: 70px;
    flex-shrink: 0;
    border-bottom: 1px solid var(--border);
    margin-bottom: 8px;
  }

  .nav-links {
    flex-direction: column;
    gap: 20px;
  }

  .nav-links a {
    font-size: 16px;
  }

  .nav-login,
  .nav-cta {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 14px 24px;
    font-size: 15px;
    font-family: var(--font-title);
    font-weight: 600;
    border-radius: 100px;
  }

  .nav-login {
    background: var(--primary-bg);
    color: var(--primary);
    height: auto;
    gap: 8px;
  }

  .nav-login-text {
    display: inline;
  }
}

.contact {
  background: #e4e8ee;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.contact-deco-plane {
  position: absolute;
  bottom: 80px;
  right: calc(50% - 680px);
  width: 140px;
  height: auto;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .contact-deco-plane { width: 100px; right: calc(50% - 450px); }
}

@media (max-width: 767px) {
  .contact { padding-bottom: 120px; }
  .contact-deco-plane { width: 100px; right: auto; left: 50%; margin-left: -50px; bottom: 30px; }
}

.ct-header {
  text-align: center;
  margin-bottom: 48px;
}

.ct-desc {
  color: var(--text-light);
  font-size: 16px;
  line-height: 1.6;
  margin-top: 18px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.ct-box {
  background: linear-gradient(135deg, #e8edf4 0%, #f4f7fb 100%);
  border-radius: 28px;
  padding: 48px;
}

.ct-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}

.ct-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ct-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ct-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ct-label {
  color: var(--text);
  font-size: 13px;
  font-weight: 500;
}

.ct-input {
  background: var(--bg-card);
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 14px 18px;
  font-family: var(--font-body);
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s;
}

.ct-input::placeholder {
  color: var(--text-muted);
}

.ct-input:focus {
  border-color: var(--primary);
}

.ct-textarea {
  min-height: 120px;
  resize: vertical;
}

.ct-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2364748B' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.ct-submit {
  background: var(--primary);
  color: var(--white);
  width: 100%;
  justify-content: center;
  border: none;
  cursor: pointer;
  align-self: flex-start;
}

.ct-submit:hover {
  background: #2563EB;
}

.ct-disclaimer {
  color: var(--text-light);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.ct-info-card {
  background: var(--dark);
  border-radius: 16px;
  padding: 36px 32px;
  border: none;
}

.ct-info-title {
  font-family: var(--font-title);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 28px;
}

.ct-info-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 28px;
}

.ct-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  line-height: 1.5;
  opacity: 0;
}

.ct-info-list li .ct-info-num {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.ct-info-list li span:last-child {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.ct-info-list li.ct-step-visible {
  opacity: 1;
}

.ct-info-list li.ct-step-visible .ct-info-num {
  opacity: 1;
  transform: translateX(0);
}

.ct-info-list li.ct-step-visible span:last-child {
  opacity: 1;
  transform: translateX(0);
}

.ct-info-list li:nth-child(1).ct-step-visible .ct-info-num,
.ct-info-list li:nth-child(1).ct-step-visible span:last-child { transition-delay: 0s; }
.ct-info-list li:nth-child(2).ct-step-visible .ct-info-num,
.ct-info-list li:nth-child(2).ct-step-visible span:last-child { transition-delay: 0.8s; }
.ct-info-list li:nth-child(3).ct-step-visible .ct-info-num,
.ct-info-list li:nth-child(3).ct-step-visible span:last-child { transition-delay: 1.6s; }

.ct-info-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  color: var(--white);
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct-info-bottom {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  line-height: 1.6;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ct-box {
    padding: 36px;
  }

  .ct-grid {
    grid-template-columns: 1fr;
  }
 
}

@media (max-width: 767px) {
 

  .ct-box {
    padding: 24px;
  }

  .ct-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ct-row {
    grid-template-columns: 1fr;
  }

  .ct-submit {
    width: 100%;
    justify-content: center;
  }

  .ct-info-card {
    padding: 28px 24px;
  }
   .ct-info-bottom{
    text-align: center;
  }
}

.pricing {
  background: linear-gradient(180deg, #f8f9fb 0%, #f0f2f6 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.pr-deco-bot {
  position: absolute;
  bottom: 0;
  right: calc(50% - 600px);
  width: 130px;
  height: auto;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .pr-deco-bot { width: 100px; }
}

@media (max-width: 767px) {
  .pricing { padding-bottom: 180px; }
  .pr-deco-bot { width: 100px; right: auto; left: 50%; margin-left: -50px; }
}

.pr-header {
  text-align: center;
  margin-bottom: 56px;
}

.pr-subtitle {
  font-size: 18px;
  color: var(--text-light);
  margin-top: 16px;
}

.pr-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
}

.pr-card {
  position: relative;
  background: var(--white);
  border-radius: 20px;
  border: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04), 0 12px 32px rgba(0,0,0,0.07);
  width: 100%;
  max-width: 420px;
  flex: 1;
  opacity: 0;
}

.pr-card-body {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  height: 100%;
}


.pr-name {
  font-family: var(--font-title);
  font-size: 24px;
  font-weight: 700;
  color: var(--text);
}

.pr-desc {
  font-size: 15px;
  color: var(--text-light);
  margin-top: 8px;
}

.pr-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 24px;
  margin-bottom: 28px;
}

.pr-trial-badge {
  display: inline-block;
  background: rgba(59,130,246,0.1);
  color: #3B82F6;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.pr-amount {
  font-family: var(--font-title);
  font-size: 48px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.pr-period {
  font-size: 16px;
  color: var(--text-light);
  font-weight: 500;
}

.pr-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.pr-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--text);
}

.pr-features li svg {
  flex-shrink: 0;
}

.pr-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 16px 28px;
  margin-top: auto;
  font-size: 15px;
  text-align: center;
}

.pr-btn-primary {
  background: var(--primary);
  color: var(--white);
}

.pr-btn-primary:hover {
  background: #2563EB;
}

.pr-trial {
  text-align: center;
  margin-top: 48px;
}

.pr-trial-btn {
  padding: 18px 48px;
  font-size: 17px;
  background: var(--white);
  color: var(--dark);
  border: 2px solid var(--dark);
}

.pr-trial-btn:hover {
  background: var(--dark);
  color: var(--white);
}

.pr-footer {
  margin-top: 48px;
  text-align: center;
}

.pr-footer-text {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 8px;
}

.pr-footer-trial {
  font-size: 14px;
  color: var(--primary);
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pricing {
    padding: 72px 0;
  }

  .pr-grid {
    gap: 24px;
  }

  .pr-card {
    max-width: 340px;
  }

  .pr-card-body {
    padding: 32px 28px;
  }

  .pr-amount {
    font-size: 40px;
  }

  .pr-card-highlight {
    transform: scale(1.02);
  }
}

@media (max-width: 767px) {
 

  .pr-grid {
    flex-direction: column;
    align-items: center;
  }

  .pr-card {
    max-width: 100%;
  }

  .pr-card-highlight {
    transform: none;
  }

  .pr-card-body {
    padding: 32px 24px;
  }

  .pr-amount {
    font-size: 40px;
  }
}

.legal {
  background: linear-gradient(160deg, #eaeff5 0%, #e2e8f2 40%, #dbe2ee 100%);
  min-height: 100vh;
  padding: 120px 0 80px;
}

.legal-header {
  margin-bottom: 48px;
}

.legal-title {
  font-family: var(--font-title);
  font-size: 36px;
  font-weight: 800;
  color: var(--dark);
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin-bottom: 12px;
}

.legal-updated {
  font-size: 14px;
  color: var(--text-muted);
}

.legal-content {
  max-width: 800px;
}

.legal-section {
  margin-bottom: 40px;
}

.legal-section h2 {
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.legal-section h3 {
  font-family: var(--font-title);
  font-size: 16px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 8px;
  margin-top: 20px;
}

.legal-section p {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 12px;
}

.legal-section ul {
  margin: 12px 0;
  padding-left: 20px;
}

.legal-section li {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 6px;
}

.legal-section strong {
  color: var(--dark);
}

@media (max-width: 600px) {
  .legal {
    padding: 100px 0 56px;
  }

  .legal-title {
    font-size: 28px;
  }

  .legal-header {
    margin-bottom: 32px;
  }
}

.booking {
  background: linear-gradient(160deg, #eaeff5 0%, #e2e8f2 40%, #dbe2ee 100%);
  padding: 140px 0 100px;
  position: relative;
  overflow: hidden;
}

.booking-inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.booking-left {
  flex: 0 0 45%;
}

.booking-right {
  flex: 1;
}

.booking-tag {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  font-style: italic;
  margin-bottom: 16px;
}

.booking-title {
  font-size: 38px;
  font-weight: 800;
  color: var(--text);
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.booking-title span {
  color: var(--primary);
}

.booking-desc {
  font-size: 17px;
  color: var(--text-light);
  line-height: 1.75;
  margin-bottom: 36px;
}

.booking-benefits {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}

.booking-benefit {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.booking-benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(59, 130, 246, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.booking-benefit-icon svg {
  width: 20px;
  height: 20px;
}

.booking-benefit-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}

.booking-benefit-text {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.6;
}

.booking-trust {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.booking-calendar {
  background: var(--white);
  border-radius: 20px;
  padding: 32px;
  border: 1px solid var(--border);
  min-height: 500px;
}

@media (max-width: 767px) {
  .booking {
    padding: 100px 0 56px;
  }

  .booking-inner {
    flex-direction: column;
    gap: 40px;
  }

  .booking-left {
    flex: none;
    width: 100%;
  }

  .booking-title {
    font-size: 28px;
  }
}
