/* Wynora Research shared styles */
:root {
  --bg: #f7f7f5;
  --card: #ffffff;
  --ink: #0b1020;
  --muted: #5b6478;
  --muted-2: #6b7280;
  --line: rgba(11, 16, 32, 0.1);
  --line-2: rgba(11, 16, 32, 0.12);
  --accent: #2433f0;
  --accent-dark: #1a27c9;
  --accent-tint: #eaecff;
  --green: #16a34a;
  --green-dark: #166534;
  --red: #dc2626;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Outfit', 'Segoe UI', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-dark); }
img { max-width: 100%; display: block; }
.h { font-weight: 500; letter-spacing: -0.02em; line-height: 1.08; margin: 0; }
.muted { color: var(--muted); }
.eyebrow { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted-2); font-weight: 500; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 56px; padding: 0 28px; border-radius: 999px;
  background: var(--ink); color: #fff; font-weight: 500; font-size: 17px;
  border: 0; cursor: pointer; font-family: inherit; text-decoration: none;
  transition: background 0.15s ease, transform 0.05s ease;
}
.btn:hover { background: #1f2937; color: #fff; }
.btn:active { transform: translateY(1px); }
.btn.sm { height: 44px; padding: 0 20px; font-size: 15px; }
.btn.lg { height: 64px; padding: 0 40px; font-size: 19px; }
.btn.block { display: flex; width: 100%; }
.btn[disabled], .btn.off { background: #c9ccd4; color: #fff; cursor: not-allowed; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 16px; }
.rule { height: 1px; background: var(--line); }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 80px; }
.num { font-size: 13px; letter-spacing: 0.18em; color: var(--ink); font-weight: 700; }
.accent { color: var(--accent); font-weight: 600; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* backdrop */
.backdrop { position: absolute; inset: 0 0 auto 0; height: 900px; pointer-events: none; z-index: 0; overflow: hidden; }
.backdrop .grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(11,16,32,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(11,16,32,0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.9), rgba(0,0,0,0));
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.9), rgba(0,0,0,0));
}
.backdrop .glow {
  position: absolute; top: 80px; left: 50%; transform: translateX(-50%);
  width: 1100px; height: 600px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(36,51,240,0.14), rgba(36,51,240,0) 70%);
}

/* header */
.site-header { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; padding: 26px 80px; }
.site-header.split { justify-content: space-between; }
.site-header img { height: 32px; width: auto; }
.site-header .btn { white-space: nowrap; }

/* hero */
.hero { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 48px 80px 16px; gap: 26px; }
.hero h1 { font-size: 68px; max-width: 1040px; text-wrap: balance; }

/* ticker */
.ticker-label { position: relative; z-index: 1; text-align: center; padding-top: 28px; }
.ticker-wrap {
  position: relative; z-index: 1; padding: 24px 0 8px; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.ticker { display: flex; width: max-content; font-size: 17px; color: #3a4257; animation: tick 130s linear infinite; }
.ticker span { display: inline-flex; align-items: center; gap: 22px; padding-right: 22px; white-space: nowrap; }
.ticker span::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); opacity: 0.8; }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* our why */
.why { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 36px; padding: 56px 80px 0; }
.why-track { width: 100%; max-width: 1120px; position: relative; }
.why-line { position: absolute; left: 12.5%; right: 12.5%; top: 42px; height: 1px; background: var(--line-2); }
.why-bar { position: absolute; left: 12.5%; top: 42px; height: 1px; background: var(--accent); width: 0; animation: barGrow 12s linear infinite; }
.why-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; position: relative; }
.step { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; opacity: 0.45; animation: stepOn 12s infinite; }
.step .title { font-size: 19px; font-weight: 500; letter-spacing: -0.01em; text-wrap: balance; }
.step .desc { font-size: 15px; line-height: 1.55; color: var(--muted); }
.orb { position: relative; width: 84px; height: 84px; border-radius: 50%; background: #fff; border: 1px solid rgba(11,16,32,0.14); color: #9aa1b1; display: flex; align-items: center; justify-content: center; animation: orbOn 12s infinite; flex: 0 0 84px; }
.orb .num { position: absolute; top: -24px; left: 50%; transform: translateX(-50%); }
.tag { display: inline-flex; align-items: center; height: 28px; padding: 0 12px; border-radius: 999px; background: rgba(36,51,240,0.12); color: var(--accent-dark); font-size: 12px; font-weight: 500; letter-spacing: 0.04em; opacity: 0; animation: tagOn 12s infinite; }
.tag.green { background: rgba(22,163,74,0.12); color: var(--green-dark); }
.s1, .s1 .orb, .s1 .tag { animation-delay: 0s; }
.s2, .s2 .orb, .s2 .tag { animation-delay: 3s; }
.s3, .s3 .orb, .s3 .tag { animation-delay: 6s; }
.s4, .s4 .orb, .s4 .tag { animation-delay: 9s; }
@keyframes stepOn { 0%, 2% { opacity: 0.45; transform: translateY(0); } 6%, 24% { opacity: 1; transform: translateY(-4px); } 30%, 100% { opacity: 0.45; transform: translateY(0); } }
@keyframes orbOn {
  0%, 2% { border-color: rgba(11,16,32,0.14); color: #9aa1b1; background: #fff; box-shadow: none; }
  6%, 24% { border-color: #2433f0; color: #1a27c9; background: #eaecff; box-shadow: 0 0 0 10px rgba(36,51,240,0.12), 0 0 40px rgba(36,51,240,0.18); }
  30%, 100% { border-color: rgba(36,51,240,0.6); color: #2433f0; background: #fff; box-shadow: none; }
}
@keyframes tagOn { 0%, 4% { opacity: 0; transform: translateY(6px); } 8%, 24% { opacity: 1; transform: translateY(0); } 30%, 100% { opacity: 0; transform: translateY(6px); } }
@keyframes barGrow { from { width: 0; } to { width: 75%; } }
.conn { display: none; }

/* sections */
.section { position: relative; z-index: 1; padding: 80px 80px 0; }
.section-head { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; }
.section-head h2 { font-size: 42px; max-width: 800px; text-wrap: balance; }
.two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.four { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.list { display: flex; flex-direction: column; gap: 12px; font-size: 16px; color: #1f2937; }
.list > div { display: flex; gap: 12px; align-items: flex-start; }
.list svg { flex: 0 0 20px; }
.tier { padding: 30px; display: flex; flex-direction: column; gap: 12px; border-radius: 20px; }
.tier .amt { font-size: 48px; font-weight: 500; letter-spacing: -0.04em; }
.tier.hi { border: 2px solid var(--accent); }
.faq { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 32px; }
.faq-side { grid-column: span 4; display: flex; flex-direction: column; gap: 12px; }
.faq-side h2 { font-size: 40px; }
.faq-list { grid-column: span 8; display: flex; flex-direction: column; gap: 10px; }
.faq-item { padding: 0; }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 17px; font-weight: 500; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg { flex: 0 0 20px; transition: transform 0.2s ease; }
.faq-item[open] summary svg { transform: rotate(180deg); stroke: var(--accent); }
.faq-item .a { padding: 0 24px 20px; font-size: 15px; line-height: 1.6; color: var(--muted); }
.cta { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 96px 80px 64px; text-align: center; }
.cta h2 { font-size: 44px; max-width: 760px; text-wrap: balance; }
.site-footer { position: relative; z-index: 1; padding: 0 80px 40px; }
.site-footer .inner { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; padding-top: 28px; }
.site-footer .links { display: flex; gap: 24px; font-size: 13px; }
.site-footer .links a { color: var(--muted-2); }
.site-footer p { margin: 0; font-size: 12px; line-height: 1.6; color: #8a92a6; max-width: 880px; }

/* mobile */
@media (max-width: 900px) {
  .wrap, .site-header, .hero, .section, .cta, .site-footer { padding-left: 20px; padding-right: 20px; }
  .site-header { padding-top: 18px; padding-bottom: 18px; }
  .site-header img { height: 24px; }
  .site-header .btn.sm { height: 40px; padding: 0 14px; font-size: 14px; }
  .hero { padding-top: 20px; padding-bottom: 16px; align-items: flex-start; text-align: left; gap: 18px; }
  .hero h1 { font-size: 38px; }
  .hero .btn { display: flex; width: 100%; height: 56px; font-size: 17px; padding: 0 20px; }
  .backdrop { height: 620px; }
  .backdrop .grid { background-size: 44px 44px; }
  .backdrop .glow { top: 40px; width: 600px; height: 460px; }
  .ticker { font-size: 15px; animation-duration: 110s; }
  .ticker-wrap { padding: 20px 0 4px; }
  .why { padding: 32px 20px 36px; gap: 26px; }
  .why-line, .why-bar { display: none; }
  .why-grid { display: flex; flex-direction: column; align-items: center; gap: 18px; }
  .step { gap: 10px; }
  .step .title { font-size: 18px; max-width: 320px; }
  .step .desc { font-size: 14px; max-width: 330px; }
  .orb { width: 62px; height: 62px; flex-basis: 62px; }
  .orb .num { position: static; transform: none; margin-bottom: 0; }
  .orb { flex-direction: column; }
  .orb .num { display: none; }
  .step .num-m { display: block; }
  .conn { display: block; width: 1px; height: 36px; background: var(--line-2); position: relative; overflow: hidden; }
  .conn .fill { position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: var(--accent); transform: scaleY(0); transform-origin: top; animation: connOn 12s infinite; }
  .c2 .fill { animation-delay: 2.4s; } .c3 .fill { animation-delay: 5.4s; } .c4 .fill { animation-delay: 8.4s; }
  @keyframes stepOn { 0%, 2% { opacity: 0.45; } 6%, 24% { opacity: 1; } 30%, 100% { opacity: 0.45; } }
  .section { padding-top: 36px; }
  .section-head { align-items: flex-start; text-align: left; }
  .section-head h2 { font-size: 28px; }
  .two, .three, .four { grid-template-columns: 1fr; gap: 12px; }
  .tier { padding: 18px 20px; flex-direction: row; align-items: center; justify-content: space-between; gap: 12px; }
  .tier .amt { font-size: 30px; }
  .faq { display: flex; flex-direction: column; gap: 12px; }
  .faq-side h2 { font-size: 28px; }
  .faq-item summary { padding: 16px 18px; font-size: 15px; }
  .faq-item .a { padding: 0 18px 16px; font-size: 14px; }
  .cta { padding: 36px 20px; gap: 16px; }
  .cta h2 { font-size: 30px; }
  .cta .btn { display: flex; width: 100%; height: 56px; font-size: 17px; padding: 0 20px; }
  .site-footer .inner { align-items: flex-start; text-align: left; }
}
@media (min-width: 901px) { .step .num-m { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .ticker, .step, .orb, .tag, .why-bar, .conn .fill { animation: none !important; }
  .step { opacity: 1; } .tag { opacity: 1; }
}

/* quiz */
.quiz-page { min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; position: relative; }
.progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; background: rgba(11,16,32,0.08); z-index: 5; }
.progress > div { height: 100%; background: var(--accent); transition: width 0.3s ease; }
.quiz-inner { width: 100%; max-width: 760px; margin: 0 auto; padding: 40px 20px 0; display: flex; flex-direction: column; gap: 22px; flex: 1; }
.quiz-top { display: flex; align-items: center; justify-content: space-between; font-size: 14px; color: var(--muted-2); }
.quiz-top button { background: none; border: 0; font: inherit; color: var(--muted-2); cursor: pointer; padding: 6px 0; }
.quiz-q h1 { font-size: 44px; }
.quiz-q p { margin: 10px 0 0; font-size: 17px; line-height: 1.55; color: var(--muted); }
.opts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.opts.one { grid-template-columns: 1fr; }
.opts.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.opt { min-height: 58px; border: 1px solid var(--line-2); border-radius: 12px; display: flex; align-items: center; gap: 14px; padding: 12px 18px; font-size: 16px; color: #1f2937; background: #fff; cursor: pointer; text-align: left; font-family: inherit; width: 100%; transition: border-color 0.12s ease, background 0.12s ease; }
.opt:hover { border-color: rgba(11,16,32,0.3); }
.opt.sel { border: 2px solid var(--accent); background: var(--accent-tint); color: var(--ink); padding: 11px 17px; }
.radio { width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid rgba(11,16,32,0.3); flex: 0 0 18px; }
.opt.sel .radio { border: 5px solid var(--accent); }
.chk { width: 18px; height: 18px; border-radius: 5px; border: 1.5px solid rgba(11,16,32,0.3); flex: 0 0 18px; display: flex; align-items: center; justify-content: center; }
.opt.sel .chk { border-color: var(--accent); background: var(--accent); }
.opt.sel .chk::after { content: ""; width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg) translate(-1px, -1px); }
.quiz-foot { width: 100%; max-width: 760px; margin: 0 auto; padding: 20px 20px 36px; display: flex; flex-direction: column; gap: 10px; position: sticky; bottom: 0; background: linear-gradient(180deg, rgba(247,247,245,0), var(--bg) 30%); }
.quiz-foot .note { margin: 0; text-align: center; font-size: 12px; color: var(--muted); }
.field { display: flex; flex-direction: column; gap: 5px; flex: 1; }
.field label { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted-2); }
.field input, .field select { height: 50px; padding: 0 16px; border: 1px solid var(--line-2); border-radius: 12px; background: #fff; font-size: 16px; font-family: inherit; color: var(--ink); width: 100%; outline: none; }
.field input:focus, .field select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(36,51,240,0.15); }
.field input.err { border-color: var(--red); box-shadow: 0 0 0 3px rgba(220,38,38,0.12); }
.field .msg { font-size: 12px; color: var(--red); line-height: 1.4; display: none; }
.field .msg.show { display: block; }
.field input.big { height: 60px; font-size: 20px; }
.row { display: flex; gap: 10px; }
.phone { display: flex; align-items: center; gap: 10px; height: 50px; padding: 0 12px 0 12px; border: 1px solid var(--line-2); border-radius: 12px; background: #fff; }
.phone:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(36,51,240,0.15); }
.phone select { border: 0; background: transparent; font: inherit; font-size: 15px; color: var(--ink); outline: none; width: 96px; }
.phone .sep { width: 1px; height: 22px; background: rgba(11,16,32,0.15); }
.phone input { border: 0; outline: none; flex: 1; font: inherit; font-size: 16px; color: var(--ink); background: transparent; min-width: 0; }
@media (max-width: 640px) {
  .quiz-inner { padding-top: 52px; gap: 18px; }
  .quiz-q h1 { font-size: 30px; }
  .quiz-q p { font-size: 15px; }
  .opts, .opts.three { grid-template-columns: 1fr; }
  .opts.two-m { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .opts.two-m .opt { min-height: 50px; font-size: 13px; padding: 10px 14px; }
  .quiz-foot { padding-bottom: 28px; }
}

/* estimate */
.est-page { min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; }
.est-inner { width: 100%; max-width: 640px; margin: 0 auto; padding: 32px 20px 40px; display: flex; flex-direction: column; gap: 22px; flex: 1; }
.est-amt { font-size: 60px; font-weight: 500; letter-spacing: -0.04em; line-height: 1.05; color: var(--accent); }
.steps3 { padding: 20px; display: flex; flex-direction: column; gap: 14px; }
.steps3 > div { display: flex; gap: 12px; align-items: flex-start; }
.steps3 .n { color: var(--accent); font-size: 13px; font-weight: 500; flex: 0 0 22px; }
@media (max-width: 640px) { .est-amt { font-size: 46px; } }
