:root {
  --dop-primary:        #dd4b95;
  --dop-secondary:      #f379b6;
  --dop-primary-dark:   #a8316f;
  --dop-primary-soft:   rgba(221,75,149,0.16);
  --dop-bg:             #0f1117;
  --dop-bg-2:           #161922;
  --dop-bg-3:           #1d2130;
  --dop-card:           #181c28;
  --dop-card-2:         #1f2333;
  --dop-overlay:        rgba(23,25,37,0.85);
  --dop-text:           #f5eef3;
  --dop-text-muted:     #8a8597;
  --dop-text-on-pink:   #ffffff;
  --dop-border:         rgba(221,75,149,0.18);
  --dop-border-soft:    rgba(255,255,255,0.06);
  --dop-border-strong:  rgba(255,255,255,0.12);
  --dop-success:        #6ad36b;
  --dop-warning:        #ffcf5c;
  --dop-energy-low:     #6ad36b;
  --dop-energy-mid:     #ffcf5c;
  --dop-energy-high:    #ef5aa5;
  --dop-shadow-pink:    0 14px 28px rgba(221,75,149,0.24);
  --dop-shadow-pink-lg: 0 16px 34px rgba(221,75,149,0.30);
  --dop-shadow-card:    0 12px 28px rgba(0,0,0,0.28);
  --dop-radius-xs:  8px;
  --dop-radius-sm: 12px;
  --dop-radius-md: 14px;
  --dop-radius-lg: 18px;
  --dop-radius-xl: 22px;
  --dop-radius-2xl:30px;
  --dop-radius-pill: 999px;
  --dop-font-display: 'Nunito', system-ui, sans-serif;
  --dop-font-body:    'DM Sans', system-ui, sans-serif;
  --dop-dur-fast: .15s;
  --dop-dur:      .25s;
  --dop-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dop-tracking-tight: -0.02em;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { font-family: var(--dop-font-body); background: var(--dop-bg); color: var(--dop-text); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; }
h1, h2, h3, h4 { font-family: var(--dop-font-display); letter-spacing: var(--dop-tracking-tight); }
::selection { background: rgba(221,75,149,0.32); color: #fff; }
h1 span, h2 span, .section-title span { color: var(--dop-primary); }

nav.bar, nav { position: sticky !important; top: 0 !important; z-index: 50 !important; background: var(--dop-overlay) !important; backdrop-filter: blur(20px) !important; -webkit-backdrop-filter: blur(20px) !important; border-bottom: 1px solid var(--dop-border-soft) !important; padding: 0 !important; }
nav.bar .inner, nav > .inner { max-width: 1180px; margin: 0 auto; padding: 14px 60px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex !important; align-items: center !important; gap: 11px !important; }
.brand img, .brand-logo { width: 40px !important; height: 40px !important; object-fit: contain !important; filter: drop-shadow(0 4px 10px rgba(221,75,149,0.45)) !important; }
.brand .brand-title { width: 100px !important; height: auto !important; filter: none !important; }
.navlinks, .nav-links { display: flex; gap: 30px; list-style: none; }
.navlinks a, .nav-links a { color: var(--dop-text-muted); font-size: 14px; font-weight: 500; transition: color var(--dop-dur); }
.navlinks a:hover, .nav-links a:hover { color: var(--dop-text); }
.nav-cta .btn-nav, a.nav-cta { background: var(--dop-primary) !important; color: #fff !important; padding: 11px 18px !important; border-radius: var(--dop-radius-sm) !important; font-family: var(--dop-font-display) !important; font-size: 14px !important; font-weight: 800 !important; box-shadow: var(--dop-shadow-pink) !important; border: none !important; }
.wrap, .section-inner { max-width: 1180px; margin-left: auto; margin-right: auto; }
section { background: var(--dop-bg); padding: 90px 60px; }
.bg2, section.bg2 { background: var(--dop-bg-2) !important; }
.hero { padding-top: 88px !important; }
.hero h1 { font-size: 54px; line-height: 1.08; margin-bottom: 18px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: center; }
.hero p { color: var(--dop-text-muted); font-size: 18px; margin-bottom: 24px; max-width: 68ch; }
.card, .faq-card, .cta-card { background: var(--dop-card) !important; border: 1px solid var(--dop-border-soft) !important; border-radius: var(--dop-radius-lg); padding: 28px; }
.card-title { font-family: var(--dop-font-display); font-size: 20px; margin-bottom: 12px; }
.card-body, .section-desc { color: var(--dop-text-muted); line-height: 1.75; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.section-header { max-width: 760px; margin-bottom: 36px; }
.section-title { font-size: 42px; line-height: 1.15; margin-bottom: 14px; }
.section-desc { font-size: 17px; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.cta-card { text-align: center; max-width: 880px; margin: 0 auto; }
.cta-card h2 { font-size: 36px; margin-bottom: 12px; }
.cta-card p { color: var(--dop-text-muted); line-height: 1.7; margin-bottom: 24px; }
.cta-card .actions { justify-content: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--dop-font-display) !important; font-weight: 800 !important; border: none; cursor: pointer; white-space: nowrap; text-decoration: none; transition: background var(--dop-dur), box-shadow var(--dop-dur), transform var(--dop-dur); border-radius: var(--dop-radius-md); padding: 14px 24px; font-size: 15px; }
.btn-primary { background: var(--dop-primary) !important; color: #fff !important; box-shadow: var(--dop-shadow-pink) !important; }
.btn-primary:hover { box-shadow: var(--dop-shadow-pink-lg) !important; transform: translateY(-1px) !important; }
.btn-secondary { background: var(--dop-card-2) !important; color: var(--dop-text) !important; border: 1px solid var(--dop-border-strong) !important; }
.btn-secondary:hover { border-color: rgba(221,75,149,0.55) !important; background: rgba(221,75,149,0.10) !important; transform: translateY(-1px) !important; }
.btn-full { width: 100%; justify-content: center; }
.faq-grid { display: grid; gap: 18px; }
.faq-card .faq-question { font-family: var(--dop-font-display); font-size: 18px; margin-bottom: 10px; }
.faq-card .faq-answer { font-size: 15px; color: var(--dop-text-muted); }
footer.site, footer { background: var(--dop-bg-2) !important; border-top: 1px solid var(--dop-border-soft) !important; padding: 56px 60px 36px !important; display: block !important; }
.foot-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 34px; }
.foot-brand p { color: var(--dop-text-muted); font-size: 14px; margin: 14px 0 0; max-width: 260px; }
.foot-col h4 { font-family: var(--dop-font-display) !important; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; }
.foot-col ul { list-style: none; padding: 0; display: grid; gap: 10px; }
.foot-col a { color: var(--dop-text-muted); font-size: 14px; transition: color var(--dop-dur); }
.foot-col a:hover { color: var(--dop-text); }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--dop-border-soft); color: var(--dop-text-muted); font-size: 13px; }
.hidden { display: none !important; }

/* ─── RESET TOOL SPECIFIC ─── */
.reset-tool-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start;
}
.reset-inputs-panel {
  background: var(--dop-card) !important; border: 1px solid var(--dop-border-soft) !important;
  border-radius: var(--dop-radius-xl); padding: 32px;
}
.reset-panel-title {
  font-family: var(--dop-font-display); font-size: 20px; font-weight: 800;
  margin-bottom: 28px; letter-spacing: var(--dop-tracking-tight);
}
.reset-field { margin-bottom: 24px; }
.reset-label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 12px; color: var(--dop-text); }

.pill-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pill {
  padding: 9px 16px; background: var(--dop-bg-3);
  border: 1px solid var(--dop-border-soft); border-radius: var(--dop-radius-pill);
  color: var(--dop-text-muted); font-size: 13px; font-weight: 600;
  cursor: pointer; transition: all var(--dop-dur); font-family: var(--dop-font-body);
}
.pill:hover { border-color: var(--dop-border); color: var(--dop-text); }
.pill[aria-pressed="true"], .pill.is-default[aria-pressed="true"] {
  background: var(--dop-primary-soft); border-color: rgba(221,75,149,0.45);
  color: var(--dop-primary); font-weight: 700;
}
.energy-low[aria-pressed="true"] { background: rgba(106,211,107,0.12); border-color: rgba(106,211,107,0.4); color: var(--dop-energy-low); }
.energy-mid[aria-pressed="true"] { background: rgba(255,207,92,0.12); border-color: rgba(255,207,92,0.4); color: var(--dop-energy-mid); }
.energy-high[aria-pressed="true"] { background: rgba(239,90,165,0.12); border-color: rgba(239,90,165,0.4); color: var(--dop-energy-high); }
.reset-chaos-row { display: flex; gap: 6px; flex-wrap: wrap; }
.chaos-btn { padding: 8px 14px; font-size: 12px; }

.reset-output-panel {
  background: var(--dop-card); border: 1px solid var(--dop-border-soft);
  border-radius: var(--dop-radius-xl); padding: 32px;
  animation: fadeUp .35s var(--dop-ease-out) both;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.reset-intro {
  font-size: 17px; line-height: 1.7;
  color: var(--dop-text); margin-bottom: 24px;
  padding-bottom: 20px; border-bottom: 1px solid var(--dop-border-soft);
  font-style: italic;
}
.reset-steps { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.reset-step {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--dop-bg-3); border-radius: var(--dop-radius-lg);
  padding: 16px 18px;
}
.reset-step-emoji { font-size: 24px; flex-shrink: 0; line-height: 1; margin-top: 2px; }
.reset-step-body { flex: 1; }
.reset-step-title {
  font-family: var(--dop-font-display); font-size: 16px; font-weight: 800;
  margin-bottom: 4px; display: flex; align-items: center; gap: 10px;
}
.reset-step-time {
  font-family: var(--dop-font-body); font-size: 12px; font-weight: 600;
  color: var(--dop-text-muted); background: var(--dop-bg);
  border-radius: var(--dop-radius-pill); padding: 2px 8px;
  border: 1px solid var(--dop-border-soft);
}
.reset-step-desc { color: var(--dop-text-muted); font-size: 14px; line-height: 1.6; }
.reset-reminder {
  font-size: 15px; color: var(--dop-text-muted); line-height: 1.7;
  padding: 16px 18px; background: var(--dop-primary-soft);
  border-radius: var(--dop-radius-lg); border-left: 3px solid var(--dop-primary);
  margin-bottom: 20px;
}
.reset-cta-btn { width: 100%; justify-content: center; }

@media(max-width:920px){
  nav.bar .inner, nav > .inner { padding: 12px 22px !important; }
  .navlinks, nav .nav-links { display: none; }
  section { padding-left: 24px !important; padding-right: 24px !important; }
  .hero h1 { font-size: 36px; }
  .hero-grid, .card-grid, .reset-tool-grid { grid-template-columns: 1fr; }
  footer.site, footer { padding: 40px 22px 28px !important; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
}
@media(max-width:560px){
  .hero h1 { font-size: 28px; }
  .foot-grid { grid-template-columns: 1fr; }
  .actions { flex-direction: column; }
  .actions .btn { width: 100%; justify-content: center; }
  .reset-inputs-panel, .reset-output-panel { padding: 22px; }
}
