:root {
  --bg: #07111f;
  --panel: rgba(10, 16, 31, 0.82);
  --panel-strong: rgba(10, 16, 31, 0.95);
  --text: #f8f9fc;
  --muted: #b9c2d5;
  --accent: #7c8cff;
  --accent-2: #2dd4bf;
  --border: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  min-height: 100vh;
  position: relative;
  background: #07111f;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(124, 140, 255, 0.22), transparent 24%),
    radial-gradient(circle at bottom right, rgba(45, 212, 191, 0.18), transparent 24%);
  pointer-events: none;
  z-index: -1;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(124, 140, 255, 0.28), transparent 26%),
    radial-gradient(circle at bottom right, rgba(45, 212, 191, 0.22), transparent 24%);
  pointer-events: none;
  z-index: -1;
}

.whatsapp-chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 280px;
  padding: 16px 20px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 24px 50px rgba(37, 211, 102, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 20;
}

.whatsapp-chat:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #29e073 0%, #0f7e62 100%);
  box-shadow: 0 30px 60px rgba(37, 211, 102, 0.3);
}

.whatsapp-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.whatsapp-icon img {
  width: 28px;
  height: 28px;
  display: block;
}

.whatsapp-copy {
  display: grid;
  line-height: 1.1;
}

.whatsapp-copy strong {
  font-size: 0.98rem;
  font-weight: 700;
}

.whatsapp-copy span {
  font-size: 0.78rem;
  opacity: 0.95;
}

.page-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 40px;
}

.hero,
.showcase,
.steps,
.reasons,
.stories,
.contact,
.faq,
.details {
  margin-top: 26px;
  padding: 42px 0;
}

.hero {
  margin-top: 0;
}

.hero {
  min-height: auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: linear-gradient(180deg, rgba(5, 12, 28, 0.9), rgba(8, 14, 30, 0.7));
  padding-bottom: 12px;
}

/* debug outlines — remove after verification */
.hero {
  outline: 2px dashed rgba(255,255,255,0.04);
}

.hero-copy {
  outline: 1px dashed rgba(255,255,255,0.03);
}

.hero-overlay {
  padding: 16px 20px 18px;
  background: linear-gradient(145deg, rgba(3, 8, 16, 0.9), rgba(3, 8, 16, 0.52));
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  padding: 6px 0;
}

.brand {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text);
}

.nav-link {
  color: var(--text);
  text-decoration: none;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  transition: background 0.2s ease;
}

.nav-link:hover {
  background: rgba(255, 255, 255, 0.12);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 22px;
  align-items: start;
  min-height: auto;
}

.hero-copy {
  display: grid;
  gap: 18px;
  max-width: 680px;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  font-size: 0.82rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-2);
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0 0 12px;
  line-height: 1.1;
}

h1 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  max-width: 700px;
}

h2 {
  font-size: clamp(1.6rem, 2.3vw, 2.2rem);
}

.description,
.contact-copy p,
.feature-card p,
.story-card p,
.step-card p,
.brand-strip p,
.address-box p,
.contact-info p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.contact-info a {
  color: #fff;
  text-decoration: underline;
}

.contact-info a:hover {
  color: #d2f2d9;
}

.contact-copy h2 {
  margin: 12px 0 10px;
  color: #ffffff;
  font-size: clamp(2rem, 2.6vw, 2.4rem);
  line-height: 1.1;
}

.contact-copy p {
  max-width: 560px;
}

.hero-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(124, 140, 255, 0.16);
  border: 1px solid rgba(124, 140, 255, 0.28);
  color: #dbe2ff;
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 20px;
}

.trust-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.trust-stats .stat-pill {
  min-height: 84px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, background 0.2s ease;
  will-change: transform;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.btn:hover {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.05);
  box-shadow: 0 18px 35px rgba(124, 140, 255, 0.3);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-2), #3e72ff);
  color: #fff;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
}

.reveal-on-scroll {
  /* Visible by default for users without JS */
  opacity: 1;
  transform: none;
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

/* When JS reveal behavior is enabled, hide until visible */
.reveal-js .reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
}

.reveal-js .reveal-on-scroll.visible {
  opacity: 1;
  transform: none;
}

.floating-card {
  animation: floatPulse 6s ease-in-out infinite;
}

@keyframes floatPulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.stat-pill {
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-pill strong {
  font-size: 0.95rem;
  color: white;
}

.stat-pill span {
  display: block;
  color: var(--muted);
}

.stat-pill strong {
  display: block;
  font-size: 0.98rem;
  margin-bottom: 4px;
}

.stat-pill span {
  font-size: 0.9rem;
  color: var(--muted);
}

.hero-card,
.contact-card,
.feature-card,
.catalog-card,
.step-card,
.story-card,
.address-box,
.brand-strip,
.showcase-card {
  background: rgba(12, 18, 42, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-visual {
  display: grid;
  gap: 16px;
}

.image-panel {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 280px;
  border: 1px solid var(--border);
}

.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.floating-card {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(8, 12, 24, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent-2);
  box-shadow: 0 0 12px rgba(45, 212, 191, 0.7);
}

.floating-card strong {
  display: block;
  font-size: 0.95rem;
}

.floating-card p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.hero-card {
  padding: 28px;
  border-radius: 28px;
  min-height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-card-footer {
  margin-top: 16px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #b0d6ff;
}

.countdown-label {
  font-size: 0.95rem;
  color: var(--muted);
  margin-bottom: 12px;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.time-block {
  text-align: center;
  padding: 14px 6px;
  background: linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03));
  border-radius: 16px;
}

.time-block span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}

.time-block label {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-card-note {
  margin: 14px 0 10px;
  color: #dfeaff;
  font-weight: 600;
}

.hero-card-footer {
  color: var(--muted);
  font-size: 0.95rem;
}

.details,
.showcase,
.steps,
.reasons,
.stories {
  padding: 34px 0 8px;
}

.section-heading {
  margin-bottom: 26px;
  max-width: 760px;
  display: grid;
  gap: 10px;
}

.section-heading h2 {
  color: #ffffff;
}

.feature-grid,
.catalog-grid,
.steps-grid,
.story-grid,
.showcase-grid {
  display: grid;
  gap: 16px;
}

.feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.catalog-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.feature-card {
  position: relative;
  padding: 26px;
  border-radius: 28px;
  overflow: hidden;
  min-height: 210px;
  background: rgba(10, 16, 31, 0.94);
}

.feature-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 40%);
  border-radius: inherit;
  pointer-events: none;
}

.feature-card h3 {
  color: white;
  margin-bottom: 10px;
}

.showcase-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.showcase-card {
  border-radius: 28px;
  background: rgba(10, 16, 31, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.14);
  display: grid;
  align-items: center;
}

.showcase-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.showcase-card-large {
  grid-column: span 2;
}

.showcase-content {
  padding: 24px 20px 20px;
}

.showcase-content h3 {
  margin-bottom: 10px;
  color: white;
}

.showcase-content p {
  color: var(--muted);
  font-size: 1rem;
}

.steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.story-card {
  min-height: 260px;
  padding: 24px;
  border-radius: 24px;
  display: grid;
  gap: 18px;
  background: rgba(10, 16, 31, 0.95);
}

 .story-card .testimonial-avatar {
   display: flex;
   align-items: center;
   gap: 12px;
 }

 .story-card .testimonial-avatar img {
   width: 56px;
   height: 56px;
   border-radius: 50%;
   object-fit: cover;
   border: 2px solid rgba(255, 255, 255, 0.16);
   box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
 }

 .story-card .testimonial-avatar p {
   margin: 0;
   color: #fff;
   font-size: 0.95rem;
   font-weight: 700;
  margin-top: 10px;
  font-size: 0.95rem;
}

.feature-card,
.catalog-card,
.step-card,
.story-card,
.showcase-card {
  padding: 22px;
  border-radius: 20px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.showcase-card {
  padding: 24px;
}

.feature-card:hover,
.catalog-card:hover,
.step-card:hover,
.story-card:hover,
.showcase-card:hover {
  transform: translateY(-3px);
  border-color: rgba(124, 140, 255, 0.3);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.22);
}

.showcase-card {
  padding: 0;
  overflow: hidden;
}

.showcase-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.showcase-card-large img {
  height: 320px;
}

.showcase-content {
  padding: 16px 18px 18px;
}

.showcase-content h3 {
  margin-bottom: 8px;
}

.catalog-card {
  text-align: center;
  font-weight: 700;
  border-radius: 24px;
  padding: 24px;
  color: white;
  background: linear-gradient(135deg, rgba(124, 140, 255, 0.18), rgba(255, 99, 97, 0.12));
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.brand-strip {
  margin-top: 18px;
  padding: 28px 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(6,12,22,0.82), rgba(6,12,22,0.6));
  border: 1px solid rgba(255, 255, 255, 0.05);
  width: 100%;
  max-width: none;
}

.brand-strip h3 {
  margin: 0 0 12px;
  color: #e8f3ff;
  font-size: 1.05rem;
}

.brand-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 18px;
  margin-top: 12px;
  align-items: center;
}

.brand-logo-card {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(8, 14, 26, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 12px 28px rgba(2, 6, 12, 0.5);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  padding: 12px 14px;
}

.brand-logo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(2, 6, 12, 0.55);
}

.brand-logo-card img {
  max-width: 92%;
  max-height: 84px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.step-card {
  position: relative;
  padding: 24px 20px 22px 72px;
  border-radius: 24px;
  min-height: 190px;
}

.step-card h3 {
  color: white;
  margin-bottom: 10px;
}

.step-card span {
  position: absolute;
  top: 24px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #5a69ff);
  font-weight: 700;
  font-size: 0.95rem;
}

.contact {
  padding-top: 24px;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  padding: 32px;
  border-radius: 32px;
  background: rgba(10, 16, 30, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.address-box {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 16px;
}

.inquiry-form {
  display: grid;
  gap: 14px;
}

.inquiry-form input,
.inquiry-form textarea,
.inquiry-form select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  padding: 12px 14px;
  font: inherit;
}

.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: #93a3bc;
}

.inquiry-form button {
  border: none;
  border-radius: 999px;
  padding: 12px 16px;
  color: white;
  cursor: pointer;
  font-weight: 600;
  background: linear-gradient(135deg, var(--accent-2), #24a8b9);
}

.form-message {
  min-height: 1.2em;
  margin: 0;
  color: #bff7df;
}

@media (max-width: 1000px) {
  .hero-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .steps-grid,
  .story-grid,
  .showcase-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 18px, 1220px);
    padding-top: 12px;
  }

  .hero-overlay {
    padding: 16px 16px 24px;
  }

  .topbar {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .hero-grid,
  .contact-card,
  .feature-grid,
  .steps-grid,
  .story-grid,
  .showcase-grid,
  .trust-stats {
    grid-template-columns: 1fr;
  }

  .countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
