/* LANDING PAGE SPECIFIC STYLES */

/* HERO */
.hero{padding: 54px 0 18px;}
.hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 26px;
  align-items: start;
}
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px;
  border-radius: 999px;
  background: rgba(37,99,235,.08);
  border:1px solid rgba(37,99,235,.18);
  color: var(--accent2);
  font-weight:800;
  font-size: 13px;
  letter-spacing: .01em;
  margin-bottom: 14px;
}
.dot{
  width:8px;height:8px;border-radius:99px;background: var(--accent);
  box-shadow: 0 0 0 4px rgba(37,99,235,.12);
}
.value{
  margin: 16px 0 18px;
  border:1px solid rgba(37,99,235,.18);
  background: linear-gradient(180deg, rgba(37,99,235,.07) 0%, rgba(37,99,235,.04) 100%);
  border-radius: 16px;
  padding: 14px;
  box-shadow: var(--shadow2);
}
.value-title{
  display:flex; align-items:center; gap:10px;
  font-weight:900;
  margin-bottom: 8px;
  letter-spacing:-0.01em;
}
.value-title span{color:var(--muted); font-weight:800;}
.value ul{
  margin: 0;
  padding: 0;
  list-style:none;
  display:grid;
  gap:10px;
}
.value li{
  display:flex; gap:10px; align-items:flex-start;
  color: var(--text);
  font-weight:650;
  font-size: 14px;
}
.hero-cta{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.hero-cta-actions{
  display: flex;
  gap: 12px;
  align-items: center;
}
.hero-cta--no-margin{
  margin:0;
  flex-direction:row;
  align-items:center;
}
.hint{
  display:flex; gap:10px; align-items:flex-start;
  margin-top: 14px;
  color: var(--muted2);
  font-size: 14px;
  max-width: 70ch;
}
.hint b{color: var(--text)}

/* SIDE CARD */
.mini{color:var(--muted); font-size: 14px; margin:0 0 12px;}
.steps{
  display:grid; gap:10px;
  margin: 0;
  padding:0;
  list-style:none;
}
.step{
  display:flex; gap:12px;
  padding: 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border:1px solid #eef2f7;
}
.num{
  width:28px;height:28px;border-radius:10px;
  background: rgba(37,99,235,.1);
  border:1px solid rgba(37,99,235,.18);
  color: var(--accent2);
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
  flex:0 0 auto;
}
.step b{display:block; font-size: 14px; margin-bottom: 2px}
.step span{display:block; font-size: 13px; color: var(--muted)}
.badges{display:flex; gap:10px; flex-wrap:wrap;}
.badges .badge{
  display:inline-flex; align-items:center; gap:8px;
  padding: 8px 10px;
  border-radius: 999px;
  border:1px solid var(--border);
  background: #fff;
  font-size: 12px;
  color: var(--muted2);
  font-weight:800;
}
.badges .badge svg{width:14px;height:14px; opacity:.9}

/* FEATURES */
.feature{
  border:1px solid var(--border);
  border-radius: var(--radius2);
  background: #fff;
  padding: 16px;
  box-shadow: var(--shadow2);
}
.feature h4{margin:0 0 6px; font-size: 15px; letter-spacing:-0.01em}
.feature p{margin:0; color: var(--muted); font-size: 14px}
.icon{
  width:34px; height:34px; border-radius:12px;
  display:flex; align-items:center; justify-content:center;
  margin-bottom: 10px;
  border:1px solid var(--border);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.icon svg{width:18px;height:18px; color: var(--accent2);}

.panel{
  border:1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  padding: 18px;
  box-shadow: var(--shadow2);
}
.panel h3{margin:0 0 10px; font-size: 16px}
.panel p{margin:0; color: var(--muted)}
.panel ul{margin: 12px 0 0; padding-left: 18px; color: var(--muted); font-size: 14px}
.panel li{margin: 6px 0}

/* DAY SIM */
.timeline{
  border:1px solid var(--border);
  border-radius: var(--radius);
  background:#fff;
  box-shadow: var(--shadow2);
  padding: 18px;
  margin-top: 16px;
}
.timeline h3{margin:0 0 12px; font-size: 16px}
.events{display:grid; gap:10px; margin:0; padding:0; list-style:none;}
.event{
  display:grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  padding: 12px;
  border:1px solid #eef2f7;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}
.time{
  font-weight:900;
  color: var(--accent2);
  display:flex; align-items:center; gap:8px;
}
.event b{display:block; margin-bottom: 2px}
.event span{display:block; color: var(--muted); font-size: 14px}    

/* PRICING */
.pricing-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 16px;
  align-items: stretch;
}
.pricing-card{
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow2);
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.pricing-card h3{
  margin: 0 0 8px;
  font-size: 18px;
  color: var(--text);
}
.pricing-card .price{
  margin: 0 0 8px;
  font-size: 20px;
}
.pricing-card .price strong{
  color: var(--accent2);
  font-weight: 900;
}
.pricing-card .muted{
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
}
.pricing-card ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  flex: 1;
}
.pricing-card li{
  color: var(--text);
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.pricing-card li strong{
  color: var(--text);
  font-weight: 700;
}
.pricing-card--pro{
  border-color: rgba(37,99,235,.3);
  background: linear-gradient(180deg, rgba(37,99,235,.04) 0%, rgba(37,99,235,.02) 100%);
  box-shadow: 0 4px 12px rgba(37,99,235,.1);
}
.pricing-card--pro h3{
  color: var(--accent2);
}

/* FAQ */
.faq{display:grid; gap:10px; margin-top: 16px;}
details{
  border:1px solid var(--border);
  border-radius: 14px;
  background:#fff;
  box-shadow: var(--shadow2);
  padding: 12px 14px;
}
summary{
  cursor:pointer;
  font-weight:850;
  color: var(--text);
  list-style:none;
  outline:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
summary::-webkit-details-marker{display:none}
summary::after{
  content:'▼';
  color:var(--muted);
  font-size:12px;
  transition:transform 0.2s ease;
  flex-shrink:0;
}
details[open] summary::after{
  content:'▲';
}
details p{margin:10px 0 0; color: var(--muted); font-size: 14px;}

/* CTA STRIP */
.cta-strip{
  background: linear-gradient(180deg, rgba(37,99,235,.09) 0%, rgba(37,99,235,.04) 100%);
  border-top: 1px solid rgba(37,99,235,.18);
  border-bottom: 1px solid rgba(37,99,235,.18);
  padding: 28px 0;
    }
.cta-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap: 16px;
  flex-wrap: wrap;
    }
.cta-inner h2{margin:0; font-size: 22px}
.cta-inner p{margin:6px 0 0; color: var(--muted); max-width: 72ch}

/* TABS */
.tabs{
  margin-top: 16px;
}
.tab-buttons{
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.tab-button{
  padding: 10px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius2);
  background: #fff;
  color: var(--text);
  font-weight: 650;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: var(--shadow2);
}
.tab-button:hover{
  background: #f8fafc;
  border-color: rgba(37,99,235,.3);
}
.tab-button.active{
  background: linear-gradient(180deg, rgba(37,99,235,.1) 0%, rgba(37,99,235,.06) 100%);
  border-color: rgba(37,99,235,.3);
  color: var(--accent2);
  box-shadow: 0 2px 4px rgba(37,99,235,.1);
}
.tab-content{
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  padding: 18px;
  box-shadow: var(--shadow2);
}
.tab-content h3{
  margin: 0 0 16px;
  font-size: 16px;
  color: var(--text);
}
.week-list{
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.task-card{
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow2);
  padding: 12px 14px;
}
.task-card summary{
  cursor: pointer;
  font-weight: 850;
  color: var(--text);
  list-style: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 15px;
}
.task-card summary::-webkit-details-marker{display: none}
.task-card summary::after{
  content: '▼';
  color: var(--muted);
  font-size: 12px;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.task-card[open] summary::after{
  content: '▲';
}
.task-card summary strong{
  font-weight: 850;
}
.task-body{
  color: var(--text);
  font-size: 14px;
  margin: 10px 0;
  line-height: 1.5;
}
.task-meta{
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 6px;
}
.task-meta em{
  font-style: normal;
  font-weight: 700;
  color: var(--text);
}
.task-motivation{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eef2f7;
  color: var(--muted);
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr; gap:16px;}
}
@media (max-width: 780px){
  .pricing-grid{grid-template-columns:1fr;}
  .event{grid-template-columns: 72px 1fr;}
  .tab-buttons{flex-direction: column;}
  .tab-button{width: 100%;}
}

