/* ========== NAV (landing-specific overrides) ========== */
/* nav-cta base styles are in design-tokens.css */

/* ========== HERO ========== */
.hero {
  padding: 140px 0 100px;
  background: linear-gradient(170deg, var(--warm-white) 0%, var(--cream) 50%, rgba(42,157,143,0.04) 100%);
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -200px; right: -200px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(42,157,143,0.06) 0%, transparent 70%);
}
.hero::after {
  content: ''; position: absolute; bottom: -100px; left: -150px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,128,90,0.05) 0%, transparent 70%);
}
.hero .container { position: relative; z-index: 1; text-align: center; max-width: 860px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(42,157,143,0.08); border: 1px solid rgba(42,157,143,0.15);
  padding: 7px 18px; border-radius: 100px; margin-bottom: 28px;
  font-size: 0.82rem; font-weight: 500; color: var(--teal-dark);
  animation: fadeDown 0.8s ease-out;
}
.hero-badge .dot { width: 7px; height: 7px; background: var(--teal); border-radius: 50%; animation: pulse 2s infinite; }

.hero h1 {
  font-size: clamp(2.6rem, 5.5vw, 4.2rem); font-weight: 800;
  color: var(--dark); letter-spacing: -1.5px; margin-bottom: 22px;
  animation: fadeUp 0.8s ease-out 0.15s both;
}
.hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--text-soft);
  max-width: 600px; margin: 0 auto 40px; line-height: 1.7;
  animation: fadeUp 0.8s ease-out 0.3s both;
}
.hero-form {
  display: flex; gap: 10px; max-width: 480px; margin: 0 auto;
  animation: fadeUp 0.8s ease-out 0.45s both;
}
.hero-form input {
  flex: 1; padding: 15px 20px; border: 2px solid var(--cream-dark);
  border-radius: var(--radius-sm); font-size: 0.95rem; font-family: 'DM Sans', sans-serif;
  background: white; color: var(--text); transition: border-color 0.3s;
  outline: none;
}
.hero-form input:focus { border-color: var(--teal); }
.hero-form input::placeholder { color: #A0ADB8; }
.hero-form button {
  padding: 15px 30px; background: var(--teal); color: white; border: none;
  border-radius: var(--radius-sm); font-weight: 700; font-size: 0.95rem;
  cursor: pointer; font-family: 'Outfit', sans-serif; white-space: nowrap;
  transition: all 0.3s; letter-spacing: -0.2px;
}
.hero-form button:hover { background: var(--teal-dark); transform: translateY(-1px); box-shadow: 0 6px 24px rgba(42,157,143,0.35); }

.hero-proof {
  margin-top: 20px; font-size: 0.8rem; color: var(--text-soft); opacity: 0.7;
  animation: fadeUp 0.8s ease-out 0.6s both;
}

.hero-stats {
  display: flex; justify-content: center; gap: 48px; margin-top: 56px;
  animation: fadeUp 0.8s ease-out 0.7s both;
}
.hero-stat { text-align: center; }
.hero-stat .num { font-family: 'Outfit', sans-serif; font-size: 1.8rem; font-weight: 800; color: var(--teal); }
.hero-stat .label { font-size: 0.78rem; color: var(--text-soft); margin-top: 2px; }

@keyframes fadeDown { from { opacity: 0; transform: translateY(-16px); } to { opacity: 1; transform: translateY(0); } }

/* ========== HOW IT WORKS ========== */
.how { background: var(--warm-white); }
.how .container > .section-desc { margin-bottom: 56px; }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.how-card {
  background: white; border-radius: var(--radius); padding: 36px 30px;
  border: 1px solid rgba(42,157,143,0.06);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative; overflow: hidden;
}
.how-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--teal-light));
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s;
}
.how-card:hover { box-shadow: var(--shadow-card); transform: translateY(-4px); }
.how-card:hover::before { transform: scaleX(1); }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(42,157,143,0.08); color: var(--teal);
  font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.1rem;
  margin-bottom: 20px;
}
.how-card h3 {
  font-size: 1.2rem; font-weight: 700; color: var(--dark);
  margin-bottom: 10px; letter-spacing: -0.3px;
}
.how-card p { font-size: 0.92rem; color: var(--text-soft); line-height: 1.65; }

/* ========== AI AGENT ========== */
.agent {
  background: var(--dark);
  position: relative; overflow: hidden;
}
.agent::before {
  content: ''; position: absolute; top: -50%; right: -20%;
  width: 800px; height: 800px; border-radius: 50%;
  background: radial-gradient(circle, rgba(42,157,143,0.12) 0%, transparent 60%);
}
.agent .container { position: relative; z-index: 1; }
.agent .section-label { color: var(--teal-light); }
.agent .section-title { color: white; }
.agent .section-desc { color: rgba(255,255,255,0.6); margin-bottom: 52px; }

.agent-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.agent-features { display: flex; flex-direction: column; gap: 24px; }
.agent-feat {
  display: flex; gap: 18px; padding: 22px 24px; border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.3s;
}
.agent-feat:hover { background: rgba(42,157,143,0.08); border-color: rgba(42,157,143,0.2); }
.agent-icon {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px;
  background: rgba(42,157,143,0.15); display: flex; align-items: center; justify-content: center;
}
.agent-icon svg { width: 22px; height: 22px; color: var(--teal-light); }
.agent-feat h4 { font-size: 1rem; font-weight: 600; color: white; margin-bottom: 4px; }
.agent-feat p { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.55; }

.agent-visual {
  background: var(--dark-soft); border-radius: var(--radius); padding: 32px;
  border: 1px solid rgba(255,255,255,0.06); position: relative;
}
.chat-sim { display: flex; flex-direction: column; gap: 14px; }
.chat-bubble {
  padding: 14px 18px; border-radius: 14px; font-size: 0.88rem; line-height: 1.55;
  max-width: 85%; animation: chatIn 0.5s ease-out both;
}
.chat-bubble.user {
  background: var(--teal); color: white; align-self: flex-end;
  border-bottom-right-radius: 4px;
}
.chat-bubble.ai {
  background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.85);
  border-bottom-left-radius: 4px;
}
.chat-bubble:nth-child(2) { animation-delay: 0.3s; }
.chat-bubble:nth-child(3) { animation-delay: 0.6s; }
.chat-bubble:nth-child(4) { animation-delay: 0.9s; }
.typing-indicator { display: flex; gap: 4px; padding: 14px 18px; align-self: flex-start; animation: chatIn 0.5s ease-out 1.2s both; }
.typing-indicator span { width: 7px; height: 7px; background: rgba(255,255,255,0.3); border-radius: 50%; animation: typingDot 1.4s infinite; }
.typing-indicator span:nth-child(2) { animation-delay: 0.2s; }
.typing-indicator span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typingDot { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }
@keyframes chatIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

/* ========== PRICING ========== */
.pricing { background: var(--cream); }
.pricing .header-area { text-align: center; margin-bottom: 56px; }
.pricing .section-desc { margin: 0 auto; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 960px; margin: 0 auto; }
.price-card {
  background: white; border-radius: var(--radius); padding: 36px 30px;
  border: 2px solid transparent; transition: all 0.4s; position: relative;
}
.price-card:hover { border-color: rgba(42,157,143,0.15); box-shadow: var(--shadow-card); transform: translateY(-4px); }
.price-card.featured {
  border-color: var(--teal); box-shadow: var(--shadow-elevated);
  transform: scale(1.03);
}
.price-card.featured:hover { transform: scale(1.03) translateY(-4px); }
.popular-tag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--teal); color: white; padding: 4px 16px;
  border-radius: 100px; font-size: 0.72rem; font-weight: 700;
  font-family: 'Outfit', sans-serif; letter-spacing: 0.5px; text-transform: uppercase;
}
.price-card .plan-name {
  font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.15rem;
  color: var(--dark); margin-bottom: 6px;
}
.price-card .plan-tagline { font-size: 0.82rem; color: var(--text-soft); margin-bottom: 20px; }
.price-amount {
  display: flex; align-items: baseline; gap: 4px; margin-bottom: 6px;
}
.price-amount .currency { font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 1.2rem; color: var(--dark); }
.price-amount .value { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 3rem; color: var(--dark); letter-spacing: -2px; line-height: 1; }
.price-amount .period { font-size: 0.85rem; color: var(--text-soft); }
.price-capacity { font-size: 0.82rem; color: var(--teal-dark); font-weight: 500; margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--cream); }
.price-features { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 28px; }
.price-features li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.88rem; color: var(--text-soft); line-height: 1.45;
}
.price-features li svg { flex-shrink: 0; width: 18px; height: 18px; color: var(--teal); margin-top: 1px; }
.price-cta {
  width: 100%; padding: 13px; border-radius: var(--radius-sm);
  font-weight: 600; font-size: 0.9rem; cursor: pointer;
  font-family: 'Outfit', sans-serif; transition: all 0.3s; border: 2px solid;
}
.price-cta.primary { background: var(--teal); color: white; border-color: var(--teal); }
.price-cta.primary:hover { background: var(--teal-dark); border-color: var(--teal-dark); }
.price-cta.secondary { background: transparent; color: var(--teal); border-color: var(--teal); }
.price-cta.secondary:hover { background: rgba(42,157,143,0.06); }

/* Quality strip */
.quality-strip {
  display: flex; align-items: center; justify-content: center;
  margin: 16px auto 0;
}
.quality-chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.82rem; font-weight: 600; color: var(--teal-dark);
  background: rgba(42,157,143,0.08); border: 1px solid rgba(42,157,143,0.15);
  padding: 6px 14px; border-radius: 100px;
}
.quality-chip svg { width: 14px; height: 14px; flex-shrink: 0; }

/* Swoop fee block */
.swoop-fee {
  margin-top: 36px; margin-left: auto; margin-right: auto;
  max-width: 960px; border-radius: var(--radius);
  background: white; border: 2px solid rgba(42,157,143,0.2);
  display: flex; align-items: flex-start; gap: 18px;
  padding: 22px 28px; box-shadow: 0 2px 14px rgba(42,157,143,0.09);
}
.swoop-fee-icon {
  flex-shrink: 0; width: 44px; height: 44px;
  background: rgba(42,157,143,0.1); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--teal);
}
.swoop-fee-body { flex: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; }
.swoop-fee-header {
  display: flex; align-items: center; gap: 10px;
}
.swoop-fee-label { font-size: 0.95rem; font-weight: 700; color: var(--dark); }
.swoop-fee-desc { width: 100%; }
.swoop-fee-range {
  font-size: 0.82rem; font-weight: 600;
  background: rgba(42,157,143,0.12); color: var(--teal-dark);
  padding: 3px 10px; border-radius: 100px;
}
.swoop-fee-desc { font-size: 0.84rem; color: var(--text-soft); line-height: 1.5; }
.fee-info { position: relative; display: inline-flex; align-items: center; }
.fee-info-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 16px; height: 16px; border-radius: 50%;
  background: transparent; color: var(--teal);
  font-size: 0.65rem; font-weight: 700; cursor: default;
  border: 1.5px solid var(--teal); flex-shrink: 0; line-height: 1;
  transition: opacity 0.2s;
}
.fee-info:hover .fee-info-btn { opacity: 0.7; }
.fee-breakdown {
  position: absolute; bottom: calc(100% + 10px); left: 50%; transform: translateX(-50%);
  min-width: 280px; background: white; border: 1.5px solid rgba(42,157,143,0.25);
  border-radius: 12px; box-shadow: 0 8px 28px rgba(42,157,143,0.15);
  padding: 10px; display: flex; flex-direction: column; gap: 3px;
  opacity: 0; pointer-events: none; transition: opacity 0.18s;
  z-index: 10;
}
.fee-breakdown::after {
  content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  border: 6px solid transparent; border-top-color: rgba(42,157,143,0.25);
}
.fee-breakdown::before {
  content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  margin-top: -1px; border: 6px solid transparent; border-top-color: white;
  z-index: 1;
}
.fee-info:hover .fee-breakdown { opacity: 1; pointer-events: auto; }
.fee-breakdown-row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.8rem; padding: 5px 8px; border-radius: 7px;
}
.fee-breakdown-row:nth-child(odd) { background: rgba(42,157,143,0.07); }
.fee-breakdown-label { color: var(--text-soft); }
.fee-breakdown-price { font-weight: 700; color: var(--teal-dark); white-space: nowrap; margin-left: 12px; }

/* ========== PROMISE ========== */
.promise { background: var(--warm-white); }
.promise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 48px; }
.promise-item {
  display: flex; align-items: flex-start; gap: 16px; padding: 24px;
  background: white; border-radius: var(--radius-sm);
  border: 1px solid rgba(42,157,143,0.05); transition: all 0.3s;
}
.promise-item:hover { box-shadow: var(--shadow-soft); }
.promise-icon {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 10px;
  background: rgba(42,157,143,0.08); display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
}
.promise-item h4 { font-size: 0.95rem; font-weight: 600; color: var(--dark); margin-bottom: 4px; }
.promise-item p { font-size: 0.84rem; color: var(--text-soft); line-height: 1.55; }

/* ========== FINAL CTA ========== */
.final-cta {
  background: linear-gradient(160deg, var(--dark) 0%, var(--dark-soft) 100%);
  text-align: center; position: relative; overflow: hidden;
}
.final-cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(42,157,143,0.1) 0%, transparent 60%);
}
.final-cta .container { position: relative; z-index: 1; }
.final-cta .section-title { color: white; margin-bottom: 12px; }
.final-cta .section-desc { color: rgba(255,255,255,0.6); margin: 0 auto 36px; }
.final-cta .hero-form input { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.1); color: white; }
.final-cta .hero-form input::placeholder { color: rgba(255,255,255,0.4); }
.final-cta .hero-form input:focus { border-color: var(--teal); }

/* ========== SUCCESS STATE ========== */
.form-success {
  display: none; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; background: rgba(42,157,143,0.1);
  border: 1px solid rgba(42,157,143,0.2); border-radius: var(--radius-sm);
  color: var(--teal-dark); font-weight: 500; font-size: 0.92rem;
}
.form-success.show { display: flex; }
.form-success svg { width: 20px; height: 20px; flex-shrink: 0; }
.final-cta .form-success { color: var(--teal-light); background: rgba(42,157,143,0.15); border-color: rgba(42,157,143,0.25); }

.form-error {
  display: none; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 20px; background: rgba(232,90,90,0.1);
  border: 1px solid rgba(232,90,90,0.2); border-radius: var(--radius-sm);
  color: #c0392b; font-weight: 500; font-size: 0.88rem; margin-top: 4px;
}
.final-cta .form-error { color: #e88; background: rgba(232,90,90,0.15); border-color: rgba(232,90,90,0.25); }

/* ========== STEP 2 FORM ========== */
.step2-form {
  display: none; max-width: 480px; margin: 0 auto;
  flex-direction: column; gap: 12px;
  animation: fadeUp 0.5s ease-out;
}
.step2-form.show { display: flex; }
.step2-form .step2-title {
  font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.05rem;
  color: var(--teal-dark); margin-bottom: 4px; text-align: center;
}
.step2-form .step2-sub {
  font-size: 0.85rem; color: var(--text-soft); text-align: center; margin-bottom: 8px;
}
.step2-row { display: flex; gap: 10px; }
.step2-row > * { flex: 1; }
.step2-form input, .step2-form select {
  padding: 13px 16px; border: 2px solid var(--cream-dark);
  border-radius: var(--radius-sm); font-size: 0.9rem; font-family: 'DM Sans', sans-serif;
  background: white; color: var(--text); transition: border-color 0.3s; outline: none;
  width: 100%;
}
.step2-form input:focus, .step2-form select:focus { border-color: var(--teal); }
.step2-form input::placeholder { color: #A0ADB8; }
.step2-form select { color: #A0ADB8; cursor: pointer; -webkit-appearance: none; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23A0ADB8' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
}
.step2-form select.filled { color: var(--text); }
.step2-form .sports-grid {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
}
.sport-tag {
  padding: 8px 16px; border-radius: 100px; font-size: 0.82rem; font-weight: 500;
  border: 2px solid var(--cream-dark); background: white; color: var(--text-soft);
  cursor: pointer; transition: all 0.25s; font-family: 'DM Sans', sans-serif;
  user-select: none;
}
.sport-tag:hover { border-color: var(--teal); color: var(--teal); }
.sport-tag.selected { background: var(--teal); color: white; border-color: var(--teal); }
.plan-tag {
  padding: 8px 16px; border-radius: 100px; font-size: 0.82rem; font-weight: 500;
  border: 2px solid var(--cream-dark); background: white; color: var(--text-soft);
  cursor: pointer; transition: all 0.25s; font-family: 'DM Sans', sans-serif;
  user-select: none;
}
.plan-tag:hover { border-color: var(--teal); color: var(--teal); }
.plan-tag.selected { background: var(--teal); color: white; border-color: var(--teal); }
.step2-form button {
  padding: 14px; background: var(--teal); color: white; border: none;
  border-radius: var(--radius-sm); font-weight: 700; font-size: 0.95rem;
  cursor: pointer; font-family: 'Outfit', sans-serif; transition: all 0.3s;
  margin-top: 4px;
}
.step2-form button:hover { background: var(--teal-dark); transform: translateY(-1px); }
.step2-skip {
  font-size: 0.8rem; color: var(--text-soft); text-align: center;
  margin-top: 4px; cursor: pointer; opacity: 0.7; transition: opacity 0.2s;
}
.step2-skip:hover { opacity: 1; }

/* Dark variant for final CTA */
.final-cta .step2-form .step2-title { color: var(--teal-light); }
.final-cta .step2-form .step2-sub { color: rgba(255,255,255,0.5); }
.final-cta .step2-form input, .final-cta .step2-form select {
  background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.1); color: white;
}
.final-cta .step2-form input::placeholder, .final-cta .step2-form select { color: rgba(255,255,255,0.4); }
.final-cta .step2-form select.filled { color: white; }
.final-cta .sport-tag { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.12); color: rgba(255,255,255,0.5); }
.final-cta .sport-tag:hover { border-color: var(--teal); color: var(--teal-light); }
.final-cta .sport-tag.selected { background: var(--teal); color: white; border-color: var(--teal); }
.final-cta .plan-tag { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.12); color: rgba(255,255,255,0.5); }
.final-cta .plan-tag:hover { border-color: var(--teal); color: var(--teal-light); }
.final-cta .plan-tag.selected { background: var(--teal); color: white; border-color: var(--teal); }
.final-cta .step2-skip { color: rgba(255,255,255,0.4); }

@media (max-width: 600px) {
  .step2-row { flex-direction: column; }
  .swoop-fee-desc { order: 1; }
  .swoop-fee-header { order: 2; margin-top: 6px; }
}

/* ========== MODAL ========== */
.modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 200;
  background: rgba(26,35,50,0.6); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  align-items: center; justify-content: center; padding: 24px;
  animation: modalBgIn 0.3s ease-out;
}
.modal-overlay.show { display: flex; }
.modal-box {
  background: white; border-radius: var(--radius); padding: 36px 32px;
  max-width: 480px; width: 100%; position: relative;
  box-shadow: var(--shadow-elevated);
  animation: modalIn 0.35s ease-out;
  max-height: 90vh; overflow-y: auto;
}
.modal-close {
  position: absolute; top: 14px; right: 14px; width: 32px; height: 32px;
  border-radius: 50%; border: none; background: var(--cream); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s; font-size: 1.1rem; color: var(--text-soft);
}
.modal-close:hover { background: var(--cream-dark); }
.modal-plan-badge {
  display: inline-block; padding: 5px 14px; border-radius: 100px;
  background: rgba(42,157,143,0.1); color: var(--teal-dark);
  font-size: 0.8rem; font-weight: 600; font-family: 'Outfit', sans-serif;
  margin-bottom: 16px;
}
.modal-title {
  font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.3rem;
  color: var(--dark); margin-bottom: 6px; letter-spacing: -0.5px;
}
.modal-sub { font-size: 0.88rem; color: var(--text-soft); margin-bottom: 20px; line-height: 1.5; }
.modal-form { display: flex; flex-direction: column; gap: 12px; }
.modal-form input, .modal-form select {
  padding: 13px 16px; border: 2px solid var(--cream-dark);
  border-radius: var(--radius-sm); font-size: 0.9rem; font-family: 'DM Sans', sans-serif;
  background: white; color: var(--text); transition: border-color 0.3s; outline: none;
  width: 100%;
}
.modal-form input:focus { border-color: var(--teal); }
.modal-form input::placeholder { color: #A0ADB8; }
.modal-form .modal-row { display: flex; gap: 10px; }
.modal-form .modal-row > * { flex: 1; }
.modal-form button {
  padding: 14px; background: var(--teal); color: white; border: none;
  border-radius: var(--radius-sm); font-weight: 700; font-size: 0.95rem;
  cursor: pointer; font-family: 'Outfit', sans-serif; transition: all 0.3s;
  margin-top: 4px;
}
.modal-form button:hover { background: var(--teal-dark); transform: translateY(-1px); }
.modal-form .sports-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.modal-form .plan-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.modal-form .step2-sub { font-size: 0.82rem; color: var(--text-soft); margin: 4px 0 -2px; }
.modal-success {
  display: none; text-align: center; padding: 24px 0;
}
.modal-success.show { display: block; }
.modal-success svg { width: 40px; height: 40px; color: var(--teal); margin-bottom: 12px; }
.modal-success h3 {
  font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.15rem;
  color: var(--dark); margin-bottom: 6px;
}
.modal-success p { font-size: 0.88rem; color: var(--text-soft); }

@keyframes modalBgIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(20px) scale(0.97); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (max-width: 600px) {
  .modal-box { padding: 28px 20px; }
  .modal-form .modal-row { flex-direction: column; }
}

/* ========== EQUIPMENT ========== */
.equipment { background: var(--cream); overflow: hidden; }
.equip-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center;
}
.equip-content .section-title { margin-bottom: 20px; }
.equip-content .section-desc { margin-bottom: 36px; }

.equip-badges { display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.equip-badge {
  display: flex; align-items: center; gap: 14px; padding: 14px 18px;
  background: white; border-radius: var(--radius-sm);
  border: 1px solid rgba(42,157,143,0.08); transition: all 0.3s;
}
.equip-badge:hover { border-color: rgba(42,157,143,0.2); box-shadow: var(--shadow-soft); }
.equip-badge-icon {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 9px;
  background: rgba(42,157,143,0.08); display: flex; align-items: center;
  justify-content: center; font-size: 1.1rem;
}
.equip-badge-text h4 { font-size: 0.92rem; font-weight: 600; color: var(--dark); margin-bottom: 2px; }
.equip-badge-text p { font-size: 0.8rem; color: var(--text-soft); line-height: 1.4; }

.equip-sports { display: flex; flex-wrap: wrap; gap: 8px; }
.sport-chip {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 7px 14px; border-radius: 100px;
  background: white; border: 1.5px solid rgba(42,157,143,0.15);
  font-size: 0.82rem; font-weight: 500; color: var(--text-soft);
  transition: all 0.25s; cursor: default;
}
.sport-chip:hover { border-color: var(--teal); color: var(--teal); background: rgba(42,157,143,0.04); }
.sport-chip.more { background: var(--teal); border-color: var(--teal); color: white; font-weight: 600; }

.equip-visual { position: relative; }
.equip-img-wrap {
  position: relative; border-radius: var(--radius); overflow: visible;
  aspect-ratio: 4/5;
}
.equip-img-inner {
  width: 100%; height: 100%; border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 24px 72px rgba(26,35,50,0.18);
}
.equip-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.equip-img-overlay {
  position: absolute; inset: 0; border-radius: var(--radius);
  background: linear-gradient(to top, rgba(26,35,50,0.35) 0%, transparent 55%);
}

.equip-floating-card {
  position: absolute; bottom: 32px; left: -36px;
  background: white; border-radius: var(--radius-sm); padding: 14px 18px;
  box-shadow: 0 12px 40px rgba(26,35,50,0.14);
  display: flex; align-items: center; gap: 12px; z-index: 2;
  animation: floatCard 5s ease-in-out infinite;
}
.float-card-icon {
  width: 36px; height: 36px; border-radius: 8px; flex-shrink: 0;
  background: rgba(42,157,143,0.1); color: var(--teal);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.float-card-title { font-size: 0.88rem; font-weight: 700; color: var(--dark); }
.float-card-sub { font-size: 0.75rem; color: var(--teal-dark); margin-top: 2px; font-weight: 500; }

.equip-floating-rating {
  position: absolute; top: 28px; right: -28px;
  background: white; border-radius: var(--radius-sm); padding: 12px 16px;
  box-shadow: 0 8px 32px rgba(26,35,50,0.12);
  display: flex; flex-direction: column; align-items: center; gap: 3px; z-index: 2;
  animation: floatCard 5s ease-in-out 2.5s infinite;
}
.float-stars { font-size: 0.9rem; color: var(--accent-gold); letter-spacing: 1px; }
.float-rating-num { font-size: 1rem; font-weight: 800; color: var(--dark); font-family: 'Outfit', sans-serif; }
.float-rating-sub { font-size: 0.68rem; color: var(--text-soft); font-weight: 500; white-space: nowrap; }

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

/* ========== SCROLL ANIMATIONS ========== */
/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
  .how-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .agent-layout { grid-template-columns: 1fr; }
  .agent-visual { order: -1; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .price-card.featured { transform: none; }
  .price-card.featured:hover { transform: translateY(-4px); }
  .promise-grid { grid-template-columns: 1fr; }
  .equip-layout { grid-template-columns: 1fr; gap: 40px; }
  .equip-floating-card { left: 12px; bottom: 16px; }
  .equip-floating-rating { right: 12px; top: 16px; }
  .hero-stats { gap: 28px; }
  .hero-form { flex-direction: column; }
  .hero-form button { width: 100%; }
}
@media (max-width: 600px) {
  section { padding: 72px 0; }
  .hero { padding: 120px 0 72px; }
  .hero-stats { flex-direction: column; gap: 16px; }
}
