/* === RESET & BASE === */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#e0e0f0;background:#0b0d1a;overflow-x:hidden}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{cursor:pointer;font:inherit;border:none;background:none}
input{font:inherit}

/* === CONTAINER === */
.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.5rem}

/* === HEADER === */
.site-header{position:sticky;top:0;z-index:100;background:rgba(11,13,26,0.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,0.06)}
.site-header .container{display:flex;align-items:center;justify-content:space-between;height:64px}
.logo{display:flex;align-items:center;gap:0.5rem;font-weight:700;font-size:1.25rem;color:#f0f0ff}
.logo svg{color:#a78bfa}
.main-nav{display:flex;gap:1.5rem;font-size:0.9rem;color:#b0b0d0}
.main-nav a:hover{color:#f0f0ff}

/* === HERO === */
.hero{padding:5rem 0 4rem;position:relative;overflow:hidden}
.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.hero-content{max-width:540px}
.badge{display:inline-block;background:rgba(167,139,250,0.15);color:#c4b5fd;font-size:0.8rem;font-weight:600;padding:0.3rem 0.9rem;border-radius:100px;margin-bottom:1.2rem;letter-spacing:0.02em}
.hero h1{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;line-height:1.15;color:#f8f8ff;margin-bottom:1.2rem}
.highlight{background:linear-gradient(135deg,#a78bfa,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-subtitle{font-size:1.1rem;color:#c0c0e0;line-height:1.7;margin-bottom:2rem}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.75rem 1.8rem;border-radius:12px;font-weight:600;font-size:0.95rem;transition:all 0.2s ease}
.btn-primary{background:#7c3aed;color:#fff;box-shadow:0 4px 20px rgba(124,58,237,0.35)}
.btn-primary:hover{background:#6d28d9;transform:translateY(-1px);box-shadow:0 6px 24px rgba(124,58,237,0.5)}
.btn-secondary{background:rgba(255,255,255,0.06);color:#d0d0f0;border:1px solid rgba(255,255,255,0.1)}
.btn-secondary:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.2)}
.btn-outline{background:transparent;color:#c4b5fd;border:1px solid rgba(167,139,250,0.4);padding:0.5rem 1.2rem;font-size:0.85rem;border-radius:8px}
.btn-outline:hover{background:rgba(167,139,250,0.1);border-color:#a78bfa}

/* Hero Visual */
.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;height:320px}
.orbit-ring{position:absolute;width:240px;height:240px;border:2px dashed rgba(167,139,250,0.25);border-radius:50%;animation:spin 20s linear infinite}
.orbit-dot{position:absolute;width:10px;height:10px;background:#a78bfa;border-radius:50%;box-shadow:0 0 12px #a78bfa}
.dot-1{top:-5px;left:50%;transform:translateX(-50%)}
.dot-2{bottom:-5px;left:50%;transform:translateX(-50%)}
.dot-3{top:50%;right:-5px;transform:translateY(-50%)}
@keyframes spin{to{transform:rotate(360deg)}}
.rocket-icon{position:relative;z-index:2;width:80px;height:80px;color:#c4b5fd;animation:float 3s ease-in-out infinite}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}

/* === TRACKER SECTION === */
.tracker-section{padding:4rem 0;background:rgba(255,255,255,0.015)}
.tracker-section h2,.milestones-section h2,.launch-card-section h2{font-size:2rem;font-weight:700;color:#f0f0ff;text-align:center;margin-bottom:0.5rem}
.section-desc{text-align:center;color:#a0a0c0;max-width:500px;margin:0 auto 2.5rem;font-size:1rem}
.tracker-card{background:rgba(20,22,40,0.8);border:1px solid rgba(255,255,255,0.06);border-radius:20px;padding:2.5rem;max-width:650px;margin:0 auto;backdrop-filter:blur(8px)}
.date-input-group{margin-bottom:2rem}
.date-input-group label{display:block;font-size:0.9rem;font-weight:600;color:#b0b0d0;margin-bottom:0.6rem}
.input-row{display:flex;gap:0.8rem;flex-wrap:wrap}
.input-row input[type="date"]{flex:1;min-width:200px;padding:0.7rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,0.1);background:rgba(255,255,255,0.05);color:#f0f0ff;font-size:1rem;outline:none;transition:border-color 0.2s}
.input-row input[type="date"]:focus{border-color:#7c3aed}
.countdown-display{display:flex;justify-content:center;gap:1.2rem;flex-wrap:wrap;margin-bottom:1.5rem}
.time-block{text-align:center;min-width:70px}
.time-number{display:block;font-size:2.8rem;font-weight:800;color:#f8f8ff;line-height:1;font-variant-numeric:tabular-nums}
.time-label{font-size:0.8rem;color:#8888aa;text-transform:uppercase;letter-spacing:0.05em;margin-top:0.3rem;display:block}
.launch-message{text-align:center;font-size:1.1rem;font-weight:600;color:#a78bfa;min-height:1.5em}

/* === MILESTONES SECTION === */
.milestones-section{padding:4rem 0}
.milestones-grid{display:grid;grid-template-columns:280px 1fr;gap:2.5rem;align-items:start;max-width:800px;margin:0 auto}
.progress-panel{display:flex;flex-direction:column;align-items:center;gap:0.8rem}
.progress-circle{position:relative;width:140px;height:140px}
.progress-circle svg{transform:rotate(-90deg)}
.progress-bg{fill:none;stroke:rgba(255,255,255,0.06);stroke-width:8}
.progress-fill{fill:none;stroke:#7c3aed;stroke-width:8;stroke-linecap:round;stroke-dasharray:339.292;stroke-dashoffset:339.292;transition:stroke-dashoffset 0.5s ease}
.progress-percent{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.6rem;font-weight:800;color:#f0f0ff}
.progress-label{font-size:0.85rem;color:#8888aa;text-align:center}
.milestone-list{display:flex;flex-direction:column;gap:0.9rem}
.milestone-item{background:rgba(20,22,40,0.6);border:1px solid rgba(255,255,255,0.04);border-radius:12px;padding:1rem 1.2rem;transition:border-color 0.2s}
.milestone-item:has(input:checked){border-color:rgba(124,58,237,0.4);background:rgba(124,58,237,0.05)}
.milestone-check{display:flex;align-items:center;gap:0.8rem;cursor:pointer}
.milestone-check input{position:absolute;opacity:0;width:0;height:0}
.checkmark{width:22px;height:22px;border-radius:6px;border:2px solid rgba(255,255,255,0.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all 0.2s}
.milestone-check input:checked+.checkmark{background:#7c3aed;border-color:#7c3aed}
.milestone-check input:checked+.checkmark::after{content:'';width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-2px}
.milestone-text{font-size:0.95rem;color:#c0c0e0;line-height:1.4}
.milestone-check input:checked~.milestone-text{color:#a78bfa;text-decoration:line-through;text-decoration-color:rgba(167,139,250,0.4)}

/* === LAUNCH CARD SECTION === */
.launch-card-section{padding:4rem 0;background:rgba(255,255,255,0.015)}
.launch-card{max-width:420px;margin:0 auto;background:linear-gradient(135deg,rgba(30,27,50,0.9),rgba(20,18,40,0.95));border:1px solid rgba(167,139,250,0.2);border-radius:20px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,0.3)}
.card-header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;background:rgba(0,0,0,0.2);border-bottom:1px solid rgba(255,255,255,0.04)}
.card-badge{font-size:0.75rem;font-weight:700;color:#a78bfa;background:rgba(167,139,250,0.12);padding:0.25rem 0.7rem;border-radius:100px}
.card-date{font-size:0.85rem;color:#b0b0d0}
.card-body{display:flex;justify-content:space-around;padding:1.8rem 1.5rem}
.card-stat{text-align:center}
.stat-value{display:block;font-size:1.8rem;font-weight:800;color:#f0f0ff}
.stat-label{font-size:0.8rem;color:#8888aa;text-transform:uppercase;letter-spacing:0.04em}
.card-footer{padding:1rem 1.5rem;display:flex;justify-content:center;border-top:1px solid rgba(255,255,255,0.04)}

/* === FOOTER === */
.site-footer{padding:2rem 0;border-top:1px solid rgba(255,255,255,0.05);text-align:center}
.site-footer .container{display:flex;flex-direction:column;align-items:center;gap:0.8rem}
.site-footer p{font-size:0.85rem;color:#707090}
.footer-nav{display:flex;gap:1.5rem;font-size:0.85rem;color:#8888aa}
.footer-nav a:hover{color:#c0c0e0}

/* === RESPONSIVE === */
@media (max-width:768px){
  .hero .container{grid-template-columns:1fr;text-align:center}
  .hero-content{margin:0 auto}
  .hero-actions{justify-content:center}
  .hero-visual{height:200px}
  .orbit-ring{width:160px;height:160px}
  .milestones-grid{grid-template-columns:1fr}
  .progress-panel{flex-direction:row;gap:1.5rem}
  .progress-circle{width:100px;height:100px}
  .progress-percent{font-size:1.2rem}
  .tracker-card{padding:1.5rem}
  .time-number{font-size:2rem}
  .countdown-display{gap:0.8rem}
}
@media (max-width:480px){
  .hero h1{font-size:1.8rem}
  .hero-subtitle{font-size:0.95rem}
  .input-row{flex-direction:column}
  .input-row input[type="date"]{min-width:auto}
  .countdown-display{gap:0.5rem}
  .time-block{min-width:55px}
  .time-number{font-size:1.6rem}
  .milestone-text{font-size:0.85rem}
}



/* Factory-injected deployment helpers. The AI owns the site design above this block. */
.ad-unit {
  width: min(100%, 720px);
  min-height: 120px;
  margin: 24px auto;
  display: block;
}

.legal-page {
  width: min(900px, calc(100% - 32px));
  margin: 40px auto;
}

.site-utility-links {
  width: min(900px, calc(100% - 32px));
  margin: 32px auto;
  padding-top: 16px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(127, 127, 127, 0.25);
  font-size: 0.9rem;
}

.site-utility-links a {
  color: inherit;
  opacity: 0.75;
}
