/* sections.css – per-section hooks (minimal for now) */

/* pitch deck */

.slide-deck {
  border-radius: 14px;
  padding: 10px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: radial-gradient(circle at 0 0, rgba(15, 23, 42, 0.96), transparent 70%);
}

.slide {
  font-size: 20px;
}

/* change */

[data-screen="change"] .info-card {
  border-color: rgba(52, 211, 153, 0.85);
}


.my_button{
   border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 10px;
    margin-top: 15px;
    min-width: 160px;
    /* border: 1px solid; */
    box-shadow: 0 18px 40px rgba(32, 4, 132, 0.205);
    transform 0.18s ease-out,
    box-shadow 0.18s ease-out,
    border-color 0.18s ease-out,
    background 0.18s ease-out
}
.my_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 26px 60px #a855f7;
    background: radial-gradient(circle at 0 0, #a855f7, transparent 80%), rgba(2, 12, 57, 0.33);
}
.launch-hero-shell{
  background: transparent;
}
.launch-timer-big {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 24px 36px;
    border-radius: 30px;
    border: 1px solid rgba(7, 106, 245, 0.4);
    background: transparent;
    box-shadow: 0 0 40px rgba(56,189,248,0.25),
    0 0 90px rgba(168,85,247,0.15);
    backdrop-filter: unset;
}
