/* ── COMPONENTS: logos, buttons, badges, cards, form, icons ── */

/* NAV pieces */
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-heading); font-weight: 800;
  font-size: 22px; color: #DEDFD9; text-decoration: none;
}
.logo-mark {
  width: 36px; height: 36px; background: var(--cta);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
}
.logo-mark svg { width: 20px; height: 20px; }
.nav-links a {
  font-size: 15px; font-weight: 500; color: #DEDFD9;
  text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover { color: #37C0B4; }
.btn-ghost {
  padding: 10px 20px; border-radius: var(--btn-radius);
  font-size: 14px; font-weight: 600; font-family: var(--font-body);
  color: #DEDFD9; background: transparent;
  border: 1.5px solid #37C0B4; cursor: pointer;
  text-decoration: none; transition: all 0.2s;
}
.btn-ghost:hover { border-color: #37C0B4; background: rgba(55,192,180,0.15); }
nav .btn-ghost { color: #DEDFD9; }
.btn-primary {
  padding: 10px 22px; border-radius: var(--btn-radius);
  font-size: 14px; font-weight: 600; font-family: var(--font-body);
  color: #DEDFD9; background: var(--cta); border: none; cursor: pointer;
  text-decoration: none; transition: all 0.2s;
  box-shadow: 0 4px 14px rgba(55,192,180,0.3);
}
.btn-primary:hover { background: var(--cta-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(55,192,180,0.4); }

/* HERO pieces */
.hero-bg-video {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0; opacity: 0.35; mix-blend-mode: luminosity;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 100px;
  background: #37C0B4; border: 1px solid #37C0B4;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  color: #1E2846; text-transform: uppercase; margin-bottom: 28px;
  animation: fadeUp 0.6s ease both;
}
.badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cta); animation: pulse-ring 1.5s ease-out infinite; }
.hero h1 {
  font-size: clamp(32px, 4vw, 54px); line-height: 1.08; letter-spacing: -0.02em;
  color: #DEDFD9; margin-bottom: 24px;
  animation: fadeUp 0.6s ease 0.1s both;
}
.hero-desc {
  font-size: 19px; line-height: 1.65; color: #DEDFD9;
  max-width: 640px; margin: 0 auto 40px; text-align: center;
  animation: fadeUp 0.6s ease 0.2s both;
}
.btn-primary-lg {
  padding: 16px 32px; border-radius: var(--btn-radius);
  font-size: 16px; font-weight: 600; font-family: var(--font-body);
  color: #DEDFD9; background: var(--cta); border: none; cursor: pointer;
  text-decoration: none; transition: all 0.25s;
  box-shadow: 0 6px 20px rgba(55,192,180,0.4);
}
.btn-primary-lg:hover { background: var(--cta-dark); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(55,192,180,0.45); }
.btn-secondary-lg {
  padding: 15px 28px; border-radius: var(--btn-radius);
  font-size: 16px; font-weight: 600; font-family: var(--font-body);
  color: #1E2846; background: #DEDFD9;
  border: 1.5px solid #37C0B4; cursor: pointer;
  text-decoration: none; transition: all 0.25s; display: flex; align-items: center; gap: 8px;
}
.btn-secondary-lg:hover { border-color: #37C0B4; background: rgba(55,192,180,0.1); }
.play-icon {
  width: 28px; height: 28px; border-radius: 50%; background: var(--cta);
  display: flex; align-items: center; justify-content: center;
}
.play-icon svg { width: 10px; margin-left: 2px; }
.metric-item {
  display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center;
}
.metric-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: #37C0B4; display: flex; align-items: center; justify-content: center;
  margin-bottom: 4px;
}
.metric-icon svg { width: 18px; height: 18px; stroke: #1E2846; fill: none; stroke-width: 2; stroke-linecap: round; }
.metric-value { font-family: var(--font-heading); font-weight: 800; font-size: 22px; color: #DEDFD9; }
.metric-label { font-size: 13px; color: #DEDFD9; font-weight: 500; }

/* ECOSYSTEM DIAGRAM */
.ecosystem-wrap {
  position: relative; width: 480px; height: 480px;
  animation: float 6s ease-in-out infinite;
}
.eco-svg { width: 100%; height: 100%; overflow: visible; }
.orbit-ring {
  fill: none; stroke: rgba(222, 223, 217, 0.25); stroke-width: 1.5;
  stroke-dasharray: 6 6;
}
.flow-line {
  fill: none; stroke: #37C0B4; stroke-width: 2;
  stroke-dasharray: 8 4; stroke-linecap: round;
  animation: flow-dot 2s linear infinite;
}
.center-circle { filter: drop-shadow(0 12px 40px #37C0B4); }
.eco-node {
  filter: drop-shadow(0 4px 16px #1E2846);
  transition: transform 0.3s ease;
}
.request-lifecycle {
  position: absolute; right: -40px; top: 50%; transform: translateY(-50%);
  background: #DEDFD9; border: 1px solid var(--border);
  border-radius: 16px; padding: 20px 22px;
  box-shadow: 0 12px 40px #1E2846;
  width: 180px;
}
.lifecycle-title { font-size: 11px; font-weight: 700; color: #1E2846; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }
.lifecycle-step {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 500; color: #1E2846;
  margin-bottom: 10px;
}
.lifecycle-step:last-child { margin-bottom: 0; }
.step-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.step-arrow { font-size: 10px; color: var(--text-secondary); margin: 0 0 10px 14px; display: block; }

/* SECTION HEADINGS */
.section-tag {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--cta); margin-bottom: 14px;
}
.section-title {
  font-family: var(--font-heading); font-weight: 800;
  font-size: clamp(32px, 4vw, 52px); line-height: 1.1; letter-spacing: -0.02em;
  color: var(--text-primary); margin-bottom: 20px;
}
.section-sub {
  font-size: 18px; color: var(--text-secondary); line-height: 1.65;
  max-width: 540px;
}

/* TRUSTED logos */
.trusted-label { font-size: 13px; font-weight: 600; color: var(--text-secondary); letter-spacing: 0.04em; margin-bottom: 32px; text-transform: uppercase; }
.hotel-logo {
  font-family: var(--font-heading); font-weight: 700;
  font-size: 18px; color: #DEDFD9; letter-spacing: -0.01em;
  filter: grayscale(1); opacity: 0.55; transition: opacity 0.2s;
}
.hotel-logo:hover { opacity: 0.85; }

/* HOW IT WORKS pieces */
.connector-dots {
  width: 40px; height: 2px; margin-top: 0;
  background-image: linear-gradient(to right, #37C0B4 50%, transparent 50%);
  background-size: 10px 2px;
  animation: connector-march 1s linear infinite;
}
.step-circle {
  width: 72px; height: 72px; border-radius: 50%;
  background: #DEDFD9; border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px #1E2846;
  margin-bottom: 16px; flex-shrink: 0; position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}
.step-circle:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 24px #1E2846;
}
.step-circle svg { width: 28px; height: 28px; }
.step-number {
  position: absolute; top: -4px; right: -4px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--cta); color: #DEDFD9;
  font-size: 11px; font-weight: 700; font-family: var(--font-body);
  display: flex; align-items: center; justify-content: center;
}
.step-label { font-family: var(--font-heading); font-weight: 700; font-size: 15px; color: var(--text-primary); text-align: center; }
.step-sub { font-size: 13px; color: var(--text-secondary); text-align: center; margin-top: 4px; }

/* APP CARDS */
.app-card {
  background: #DEDFD9; border: 1px solid #1E2846;
  border-radius: var(--card-radius); padding: 40px 36px;
  transition: box-shadow 0.3s, transform 0.3s;
  position: relative; overflow: hidden;
}
.app-card:hover { box-shadow: 0 20px 60px #1E2846; transform: translateY(-4px); }
.app-card-accent {
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  border-radius: 24px 24px 0 0;
}
.app-icon-wrap {
  width: 52px; height: 52px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 24px;
}
.app-icon-wrap svg { width: 26px; height: 26px; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.app-card h3 { font-size: 24px; font-weight: 800; margin-bottom: 8px; color: #1E2846; }
.app-tagline { font-size: 15px; color: rgba(30,40,70,0.8); margin-bottom: 28px; }
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 36px; }
.feature-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; color: #1E2846; }
.feature-list li::before { content: ''; width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8l3.5 3.5 6.5-7' stroke='%2337C0B4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
.phone-mockup {
  background: #1E2846; border-radius: 20px; padding: 16px 14px;
  height: 220px; overflow: hidden; position: relative;
}
.phone-notch {
  width: 60px; height: 6px; background: #1E2846;
  border-radius: 3px; margin: 0 auto 14px;
}
.phone-screen { display: flex; flex-direction: column; gap: 8px; }
.phone-row { height: 32px; border-radius: 8px; background: #1E2846; }
.phone-row.accent { background: var(--cta); opacity: 0.8; height: 44px; }
.phone-row.sm { height: 24px; width: 70%; }
.phone-row.xs { height: 20px; width: 55%; opacity: 0.5; }
.phone-dots { display: flex; gap: 6px; margin-top: 4px; }
.phone-dot { width: 32px; height: 32px; border-radius: 8px; background: #1E2846; }

/* RESULTS cards */
.kpi-card {
  background: #DEDFD9; border: 1px solid var(--border);
  border-radius: 20px; padding: 32px 28px;
  text-align: center; transition: box-shadow 0.3s;
}
.kpi-card:hover { box-shadow: 0 12px 40px #1E2846; }
.kpi-value { font-family: var(--font-heading); font-weight: 800; font-size: 44px; letter-spacing: -0.02em; line-height: 1; color: #1E2846; }
.kpi-label { font-size: 14px; font-weight: 600; color: #1E2846; margin-top: 8px; }
.feature-card {
  background: #DEDFD9; border: 1px solid var(--border);
  border-radius: 16px; padding: 28px 24px;
  transition: all 0.25s;
}
.feature-card:hover { background: var(--bg-primary); box-shadow: 0 8px 30px #1E2846; transform: translateY(-2px); }
.feature-card-icon {
  width: 44px; height: 44px; border-radius: 12px; background: #37C0B4;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.feature-card-icon svg { width: 22px; height: 22px; stroke: #1E2846; fill: none; stroke-width: 2; stroke-linecap: round; }
.feature-card h4 { font-size: 16px; color: #1E2846; font-weight: 700; margin-bottom: 6px; transition: color 0.25s; }
.feature-card p { font-size: 14px; color: #1E2846; line-height: 1.5; transition: color 0.25s; }
.feature-card:hover h4, .feature-card:hover p { color: #DEDFD9; }

/* TESTIMONIALS */
.testimonial-card {
  background: #DEDFD9; border: 1px solid #1E2846;
  border-radius: var(--card-radius); padding: 36px 32px;
  display: flex; flex-direction: column; transition: all 0.3s;
}
.testimonial-card:hover { box-shadow: 0 16px 50px #1E2846; transform: translateY(-3px); }
.hotel-thumb {
  width: 100%; height: 160px; border-radius: 16px; margin-bottom: 28px;
  overflow: hidden; position: relative;
}
.hotel-thumb-inner {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading); font-size: 22px; font-weight: 800; color: #DEDFD9; letter-spacing: -0.01em;
}
.stars { display: flex; gap: 3px; margin-bottom: 16px; }
.star { color: #37C0B4; font-size: 16px; }
.quote { font-size: 16px; line-height: 1.7; color: #1E2846; margin-bottom: 24px; flex: 1; font-style: italic; }
.reviewer { display: flex; flex-direction: column; gap: 2px; border-top: 1px solid var(--border); padding-top: 20px; }
.reviewer-name { font-weight: 700; font-size: 15px; color: #1E2846; }
.reviewer-role { font-size: 13px; color: #1E2846; }

/* PRICING */
.pricing-toggle {
  display: flex; align-items: center; justify-content: center; gap: 14px; margin: 40px 0 56px;
}
.toggle-label { font-size: 15px; font-weight: 500; color: var(--text-secondary); }
.toggle-label.active { color: var(--text-primary); font-weight: 600; }
.toggle-track {
  width: 52px; height: 28px; border-radius: 14px; background: var(--cta);
  position: relative; cursor: pointer; transition: background 0.2s;
}
.toggle-thumb {
  position: absolute; top: 4px; left: 4px;
  width: 20px; height: 20px; border-radius: 50%; background: #DEDFD9;
  transition: transform 0.2s;
}
.toggle-thumb.yearly { transform: translateX(24px); }
.save-badge {
  background: #DEDFD9; color: #37C0B4;
  font-size: 12px; font-weight: 700; padding: 3px 8px; border-radius: 6px;
}
.pricing-card {
  background: var(--bg-primary); border: 1.5px solid var(--border);
  border-radius: var(--card-radius); padding: 36px 30px;
  transition: all 0.3s; position: relative;
}
.pricing-card:hover { box-shadow: 0 16px 50px #1E2846; transform: translateY(-3px); }
.pricing-card.popular {
  border-color: var(--cta);
  box-shadow: 0 0 0 4px #37C0B4;
}
.popular-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--cta); color: #DEDFD9; font-size: 12px; font-weight: 700;
  padding: 4px 14px; border-radius: 20px; letter-spacing: 0.03em;
  white-space: nowrap;
}
.plan-name { font-size: 14px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-secondary); margin-bottom: 12px; }
.plan-price { font-family: var(--font-heading); font-weight: 800; font-size: 36px; color: var(--text-primary); margin-bottom: 6px; }
.plan-price span { font-size: 16px; font-weight: 500; color: var(--text-secondary); }
.plan-desc { font-size: 14px; color: var(--text-secondary); margin-bottom: 28px; line-height: 1.5; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.plan-features li { font-size: 14px; color: var(--text-secondary); display: flex; align-items: flex-start; gap: 8px; }
.plan-features li::before { content: '✓'; color: var(--success); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.plan-cta { width: 100%; }
.pricing-cta-card {
  background: linear-gradient(135deg, #1E2846, #37C0B4);
  border-radius: var(--card-radius); padding: 40px 36px;
  color: #DEDFD9; display: flex; flex-direction: column; justify-content: center;
  align-items: flex-start; gap: 20px;
}
.pricing-cta-card h3 { font-size: 26px; color: #DEDFD9; line-height: 1.2; }
.pricing-cta-card p { font-size: 15px; opacity: 0.8; }
.btn-white {
  padding: 14px 28px; border-radius: var(--btn-radius);
  font-size: 15px; font-weight: 700; font-family: var(--font-body);
  color: #DEDFD9; background: #DEDFD9; border: none; cursor: pointer;
  transition: all 0.2s; text-decoration: none;
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 6px 20px #DEDFD9; }

/* DEMO FORM */
.demo-left h2 { font-size: clamp(28px, 3vw, 44px); margin-bottom: 16px; line-height: 1.15; }
.demo-left p { font-size: 17px; color: var(--text-secondary); margin-bottom: 36px; line-height: 1.65; }
.demo-visual {
  background: linear-gradient(135deg, #1E2846, #37C0B4);
  border-radius: 20px; height: 260px;
  display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative;
}
.demo-visual-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 24px; width: 100%;
}
.demo-stat {
  background: #DEDFD9; border-radius: 12px; padding: 16px;
  text-align: center; backdrop-filter: blur(8px);
}
.demo-stat-val { font-family: var(--font-heading); font-weight: 800; font-size: 22px; color: #1E2846; }
.demo-stat-label { font-size: 11px; color: #1E2846; font-weight: 500; margin-top: 3px; }
.demo-trust { display: flex; gap: 16px; flex-wrap: wrap; }
.trust-pill {
  display: flex; align-items: center; gap: 6px;
  background: #DEDFD9; border: 1px solid var(--border);
  border-radius: 100px; padding: 6px 14px;
  font-size: 13px; font-weight: 600; color: #1E2846;
}
.trust-pill svg { width: 14px; height: 14px; stroke: var(--success); fill: none; stroke-width: 2.5; }
.demo-form { background: #DEDFD9; border: 1px solid #DEDFD9; border-radius: var(--card-radius); padding: 44px 40px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: #1E2846; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 11px 14px; border: 1.5px solid var(--border);
  border-radius: 12px; font-size: 14px; font-family: var(--font-body);
  color: #1E2846; background: #DEDFD9; outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}
.form-group select option {
  color: #1E2846;
  background: #ffffff;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--cta); box-shadow: 0 0 0 3px #37C0B4;
}
.form-group textarea { resize: vertical; min-height: 90px; }
.btn-submit {
  width: 100%; padding: 16px; border-radius: var(--btn-radius);
  font-size: 16px; font-weight: 700; font-family: var(--font-body);
  color: #DEDFD9; background: var(--cta); border: none; cursor: pointer;
  transition: all 0.25s; box-shadow: 0 6px 20px rgba(55,192,180,0.4);
}
.btn-submit:hover { background: var(--cta-dark); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(55,192,180,0.4); }

/* FOOTER pieces */
.footer-logo {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-heading); font-weight: 800; font-size: 20px; color: #DEDFD9;
  text-decoration: none; margin-bottom: 16px;
}
.footer-desc { font-size: 14px; line-height: 1.65; color: rgba(222,223,217,0.7); margin-bottom: 24px; }
.social-links { display: flex; gap: 12px; }
.social-btn {
  width: 36px; height: 36px; border-radius: 10px;
  border: 1px solid rgba(222,223,217,0.3); background: transparent;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s; cursor: pointer; color: #DEDFD9;
}
.social-btn:hover { border-color: #37C0B4; background: rgba(55,192,180,0.15); color: #37C0B4; }
.social-btn svg { width: 16px; height: 16px; fill: currentColor; }
.footer-col h5 { font-family: var(--font-heading); font-weight: 700; font-size: 14px; color: #DEDFD9; margin-bottom: 18px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: rgba(222,223,217,0.7); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: #37C0B4; }
.footer-copy { font-size: 13px; color: rgba(222,223,217,0.5); }
.footer-legal a { font-size: 13px; color: rgba(222,223,217,0.5); text-decoration: none; }
.footer-legal a:hover { color: #DEDFD9; }
