/* Platform launch countdown — homepage teaser */

.launch-teaser-section {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.launch-teaser-section .launch-teaser-inner {
  position: relative;
  max-width: var(--max, 1080px);
  margin: 0 auto;
  padding: 1.35rem 1.5rem 1.5rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.07) 0%, transparent 42%);
  box-shadow:
    0 0 0 1px rgba(0, 229, 255, 0.04) inset;
  overflow: hidden;
}

.launch-teaser-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--accent) 20%,
    rgba(0, 229, 255, 0.35) 80%,
    transparent
  );
  opacity: 0.85;
  pointer-events: none;
}

.launch-teaser-eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.45rem;
}

.launch-teaser-title {
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--text);
  margin-bottom: 0.55rem;
}

.launch-teaser-lead {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.5;
  max-width: 52rem;
  margin-bottom: 1.15rem;
}

.launch-countdown {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.launch-countdown-unit {
  flex: 1 1 4.5rem;
  min-width: 4.5rem;
  max-width: 6.5rem;
  padding: 0.75rem 0.5rem 0.65rem;
  border: 1px solid rgba(0, 229, 255, 0.18);
  border-radius: 10px;
  background: rgba(5, 8, 16, 0.55);
  text-align: center;
}

.launch-countdown-value {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 500;
  line-height: 1;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.launch-countdown-label {
  display: block;
  margin-top: 0.35rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.launch-teaser-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.launch-teaser-meta time {
  color: var(--text-muted);
}

.launch-teaser-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.launch-teaser-tag {
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 229, 255, 0.14);
  background: var(--accent-dim);
  color: var(--text-muted);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-teaser-section.is-live .launch-countdown {
  display: none;
}

.launch-teaser-section.is-live .launch-signup {
  display: none;
}

.launch-teaser-live-msg {
  display: none;
  margin-bottom: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 229, 255, 0.22);
  background: rgba(0, 229, 255, 0.08);
  color: var(--text);
  font-size: 0.95rem;
}

.launch-teaser-section.is-live .launch-teaser-live-msg {
  display: block;
}

.launch-teaser-live-msg a {
  color: var(--accent);
  text-decoration: none;
}

.launch-teaser-live-msg a:hover {
  text-decoration: underline;
}

.launch-signup {
  margin-top: 1.35rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 229, 255, 0.12);
}

.launch-signup-disclosure {
  border: 1px solid rgba(0, 229, 255, 0.14);
  border-radius: 10px;
  background: rgba(5, 8, 16, 0.45);
  overflow: hidden;
}

.launch-signup-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.launch-signup-toggle::-webkit-details-marker {
  display: none;
}

.launch-signup-toggle::marker {
  content: "";
}

.launch-signup-toggle-text {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text, #e8f4ff);
}

.launch-signup-toggle-cta {
  flex-shrink: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent, #00e5ff);
}

.launch-signup-toggle-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

.launch-signup-disclosure[open] .launch-signup-toggle-arrow {
  transform: rotate(90deg);
}

.launch-signup-disclosure[open] .launch-signup-toggle {
  border-bottom: 1px solid rgba(0, 229, 255, 0.1);
}

.launch-signup-panel {
  padding: 1rem 1rem 1.1rem;
}

.launch-signup-lead {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: var(--text-muted, #8aaabb);
  line-height: 1.45;
}

.launch-signup-form {
  max-width: 36rem;
}

.launch-signup-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.launch-signup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.launch-signup-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.launch-signup-field--full {
  margin-bottom: 0.85rem;
}

.launch-signup-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim, #5a7a99);
}

.launch-signup-optional {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.68rem;
  color: var(--text-dim, #5a7a99);
}

.launch-signup-field input {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(0, 229, 255, 0.18);
  border-radius: 8px;
  background: rgba(5, 8, 16, 0.65);
  color: var(--text, #e8f4ff);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.92rem;
  line-height: 1.35;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.launch-signup-field input::placeholder {
  color: var(--text-dim, #5a7a99);
}

.launch-signup-field input:focus {
  outline: none;
  border-color: rgba(0, 229, 255, 0.45);
  box-shadow: 0 0 0 2px rgba(0, 229, 255, 0.12);
}

.launch-signup-actions {
  margin-bottom: 0.65rem;
}

.launch-signup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.15rem;
  border: 1px solid rgba(0, 229, 255, 0.35);
  border-radius: 8px;
  background: rgba(0, 229, 255, 0.12);
  color: var(--accent, #00e5ff);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, opacity 0.15s;
}

.launch-signup-btn:hover {
  background: rgba(0, 229, 255, 0.2);
}

.launch-signup-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

.launch-signup-btn--secondary {
  background: transparent;
  color: var(--text-muted, #8aaabb);
  border-color: rgba(0, 229, 255, 0.18);
}

.launch-signup-btn--secondary:hover {
  background: rgba(0, 229, 255, 0.06);
  color: var(--text, #e8f4ff);
}

.launch-signup-legal {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--text-dim, #5a7a99);
}

.launch-signup-legal a {
  color: var(--accent, #00e5ff);
  text-decoration: none;
}

.launch-signup-legal a:hover {
  text-decoration: underline;
}

.launch-thankyou {
  max-width: 36rem;
  margin: 1rem 0 2rem;
}

.launch-thankyou h1 {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text, #e8f4ff);
  margin: 0 0 0.85rem;
}

.launch-thankyou p {
  color: var(--text-muted, #8aaabb);
  line-height: 1.55;
  margin-bottom: 0.85rem;
}

.launch-thankyou-note a {
  color: var(--accent, #00e5ff);
}

.launch-thankyou-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

@media (max-width: 640px) {
  .launch-teaser-inner {
    padding: 1.15rem 1.1rem 1.25rem;
  }

  #services .services-inner {
    padding: 1.15rem 1.1rem 1.25rem;
  }

  .launch-countdown-unit {
    flex: 1 1 calc(50% - 0.35rem);
    max-width: none;
  }

  .launch-signup-grid {
    grid-template-columns: 1fr;
  }

  .launch-signup-toggle {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

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

/* Services inner box (matching launch teaser style) */

#services .services-inner {
  position: relative;
  max-width: var(--max, 1080px);
  margin: 0 auto;
  padding: 1.35rem 1.5rem 1.5rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.04) 0%, transparent 42%);
  box-shadow:
    0 0 0 1px rgba(0, 229, 255, 0.04) inset;
  overflow: hidden;
}

#services .services-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--accent) 20%,
    rgba(0, 229, 255, 0.35) 80%,
    transparent
  );
  opacity: 0.85;
  pointer-events: none;
}

#services {
  border-top-color: transparent;
  padding-top: 1rem;
}

#services .section-head {
  margin-bottom: 1.5rem;
}

#services .services-flip-hint {
  margin-top: -0.5rem;
}

#services .services-grid {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 229, 255, 0.12);
}

#services .enquiry-panel {
  max-width: none;
  margin: 0;
  padding-top: 0;
}

/* Enquiry form (services section) */

.enquiry-panel {
  max-width: 36rem;
}

.enquiry-disclosure {
  border: 1px solid rgba(0, 229, 255, 0.14);
  border-radius: 10px;
  background: rgba(5, 8, 16, 0.45);
  overflow: hidden;
}

.enquiry-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.enquiry-toggle::-webkit-details-marker {
  display: none;
}

.enquiry-toggle::marker {
  content: "";
}

.enquiry-toggle-text {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text, #e8f4ff);
}

.enquiry-toggle-cta {
  flex-shrink: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent, #00e5ff);
}

.enquiry-toggle-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

.enquiry-disclosure[open] .enquiry-toggle-arrow {
  transform: rotate(90deg);
}

.enquiry-disclosure[open] .enquiry-toggle {
  border-bottom: 1px solid rgba(0, 229, 255, 0.1);
}

.enquiry-panel-body {
  padding: 1rem 1rem 1.1rem;
}

.enquiry-lead {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: var(--text-muted, #8aaabb);
  line-height: 1.45;
}

.enquiry-form {
  max-width: 36rem;
}

.enquiry-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.enquiry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.enquiry-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.enquiry-field--full {
  margin-bottom: 0.85rem;
}

.enquiry-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim, #5a7a99);
}

.enquiry-field input,
.enquiry-field textarea,
.enquiry-field select {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(0, 229, 255, 0.18);
  border-radius: 8px;
  background: rgba(5, 8, 16, 0.65);
  color: var(--text, #e8f4ff);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.92rem;
  line-height: 1.35;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.enquiry-field textarea {
  resize: vertical;
  min-height: 4.5rem;
}

.enquiry-field select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%2300e5ff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 2rem;
}

.enquiry-field select option {
  background: #050810;
  color: #e8f4ff;
}

.enquiry-field input::placeholder,
.enquiry-field textarea::placeholder {
  color: var(--text-dim, #5a7a99);
}

.enquiry-field input:focus,
.enquiry-field textarea:focus,
.enquiry-field select:focus {
  outline: none;
  border-color: rgba(0, 229, 255, 0.45);
  box-shadow: 0 0 0 2px rgba(0, 229, 255, 0.12);
}

.enquiry-actions {
  margin-bottom: 0.65rem;
}

.enquiry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.15rem;
  border: 1px solid rgba(0, 229, 255, 0.35);
  border-radius: 8px;
  background: rgba(0, 229, 255, 0.12);
  color: var(--accent, #00e5ff);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, opacity 0.15s;
}

.enquiry-btn:hover {
  background: rgba(0, 229, 255, 0.2);
}

.enquiry-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

.enquiry-legal {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--text-dim, #5a7a99);
}

.enquiry-legal a {
  color: var(--accent, #00e5ff);
  text-decoration: none;
}

.enquiry-legal a:hover {
  text-decoration: underline;
}

/* Product page hero */

.product-hero {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
  padding: 3.5rem 1.5rem 1rem;
}

.product-hero .eyebrow {
  margin-bottom: 0.45rem;
}

.product-hero-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--text, #e8f4ff);
  margin-bottom: 0.75rem;
}

.product-hero-lead {
  font-size: 1rem;
  color: var(--text-muted, #8aaabb);
  line-height: 1.55;
  max-width: 40rem;
  margin: 0 auto 1.15rem;
}

.product-page .launch-teaser-meta {
  justify-content: center;
}

/* Video explainer section */

.video-section .section-head {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.video-player-wrap {
  max-width: 720px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.video-player {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}

@media (max-width: 640px) {
  .video-player-wrap {
    border-radius: 8px;
  }
}
