/* ============================================
   Atomix Research – Main Stylesheet
   ============================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink:          #0a0f1a;
  --ink-mid:      #111827;
  --ink-soft:     #1e2a3a;
  --teal:         #0aaa7c;
  --teal-bright:  #0ec98e;
  --teal-dim:     rgba(10,170,124,0.12);
  --teal-line:    rgba(10,170,124,0.25);
  --cream:        #f6f4ef;
  --cream-deep:   #ede9e2;
  --white:        #ffffff;
  --muted:        #6b7a8d;
  --muted-light:  #96a3b0;
  --gold:         #c8a84b;
  --blue-section: #0d1e3a;
  --blue-accent:  #1a3a6c;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* ─── ANNOUNCEMENT BAR ─── */
.announce-bar {
  background: var(--teal);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-align: center;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.announce-bar .dot { opacity: 0.4; }

/* ─── HEADER ─── */
.site-header {
  background: var(--blue-section);
  padding: 18px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.logo-lockup { display: flex; align-items: center; gap: 14px; }
.logo-img { height: 42px; width: auto; display: block; filter: brightness(0) invert(1); }
.logo-tagline {
  font-size: 9px;
  color: rgba(255,255,255,0.45);
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 5px;
  text-transform: uppercase;
}
.hdr-label {
  font-size: 12px;
  font-weight: 500;
  color: #3ee0a8;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 2px solid #3ee0a8;
  padding: 6px 14px;
  border-radius: 15px;
}

/* ─── HERO ─── */
.hero {
  padding: 60px 24px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(10,170,124,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(10,170,124,0.15);
  border: 1px solid rgba(10,170,124,0.3);
  color: #3ee0a8;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 15px;
  margin-bottom: 28px;
}
.hero-eyebrow::before { content: '◆'; font-size: 7px; opacity: 0.6; }
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 5vw, 62px);
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  max-width: 860px;
  margin: 0 auto 22px;
  letter-spacing: -0.01em;
}
.hero h1 em { color: #3ee0a8; font-style: italic; }
.hero-sub {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.75;
}
.hero-meta {
  display: flex;
  gap: 0;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.hero-meta-item {
  font-size: 11px;
  font-weight: 500;
  color: #7da0bb;
  letter-spacing: 0.07em;
  padding: 0 20px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.hero-meta-item:last-child { border-right: none; }
.hero-trust {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.htag {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #b8d4e8;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 18px;
  border-radius: 2px;
  letter-spacing: 0.03em;
}
.hero-cta-wrap { margin-bottom: 48px; }
.btn-hero-cta {
  background: var(--teal);
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 24px rgba(10,170,124,0.35);
}
.btn-hero-cta:hover { background: var(--teal-bright); transform: translateY(-2px); }
.hero-cta-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  margin-top: 12px;
  letter-spacing: 0.04em;
}
.feat-strip {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.feat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #7da0bb;
  letter-spacing: 0.06em;
}
.feat-icon {
  width: 40px;
  height: 40px;
  background: rgba(10,170,124,0.1);
  border: 1px solid rgba(10,170,124,0.22);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* TOP HERO CTA */
.hero-top-cta { margin-bottom: 32px; text-align: center; }
.btn-hero-top {
  display: inline-block;
  background: var(--teal);
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 24px rgba(10,170,124,0.4);
  white-space: nowrap;
}
.btn-hero-top:hover { background: var(--teal-bright); transform: translateY(-2px); }
.hero-top-cta-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  margin-top: 10px;
  letter-spacing: 0.04em;
}

/* ─── LAYOUT ─── */
.container { max-width: 900px; margin: 0 auto; padding: 0 32px; }
.cw { max-width: 1000px; margin: 0 auto; padding: 0 32px; }
section { padding: 80px 0; }
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 12px;
}
.sec-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.sec-title em { color: var(--teal); font-style: italic; }
.sec-title-light { color: #fff; }
.sec-title-light em { color: #3ee0a8; }

/* ─── MID CTA ─── */
.mid-cta-section {
  background: var(--blue-section);
  padding: 64px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mid-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(10,170,124,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.mid-cta-section .eyebrow { color: #3ee0a8; }
.mid-cta-sub {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.8;
}
.btn-mid-cta {
  display: inline-block;
  background: var(--teal);
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.15s, transform 0.15s;
  box-shadow: 0 4px 20px rgba(10,170,124,0.3);
}
.btn-mid-cta:hover { background: var(--teal-bright); transform: translateY(-2px); }
.mid-cta-points {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.mid-cta-point {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  display: flex;
  align-items: center;
  gap: 7px;
}
.mid-cta-point .ck { color: #3ee0a8; font-weight: 700; }

/* ─── INTRO ─── */
.intro-section { background: #f0f4f8; }
.intro-body {
  font-size: 15px;
  font-weight: 300;
  color: #3a4a5c;
  line-height: 1.9;
  margin-bottom: 18px;
}
.intro-body strong { color: var(--ink); font-weight: 500; }
.pullquote {
  border-left: 2px solid var(--teal);
  padding: 18px 28px;
  margin: 36px 0;
  background: #f7fdf9;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-style: italic;
  color: var(--ink);
  line-height: 1.55;
  border-radius: 0 4px 4px 0;
}

/* ─── 5 REASONS ─── */
.reasons-section { background: var(--white); }
.reason-block.alt-bg { border-radius: 8px; }
.reasons-header { text-align: center; margin-bottom: 72px; }
.reason-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.reason-block:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.reason-block.flip .reason-visual { order: -1; }
.reason-label { display: flex; align-items: baseline; gap: 12px; margin-bottom: 14px; }
.reason-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
.reason-cat {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
}
.reason-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
  line-height: 1.28;
  color: var(--ink);
  margin-bottom: 14px;
}
.reason-content p {
  font-size: 14px;
  font-weight: 300;
  color: #3a4a5c;
  line-height: 1.9;
  margin-bottom: 14px;
}
.reason-content strong { color: var(--ink); font-weight: 500; }
.tip-box {
  background: var(--cream);
  border-left: 2px solid var(--teal);
  border-radius: 0 4px 4px 0;
  padding: 14px 18px;
  margin-top: 20px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.tip-ico { font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.tip-box p { font-size: 12.5px; color: #5a6878; line-height: 1.7; margin: 0; }
.tip-box strong { color: #3a4a5c; font-weight: 500; }
.reason-visual {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--cream);
  border: 1px solid var(--cream-deep);
}
.reason-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

/* ─── COMPARISON TABLE ─── */
.table-section { background: #f0f4f8; }
.table-wrap { overflow-x: auto; margin-top: 40px; border-radius: 4px; border: 1px solid #d8e2ec; }
.comp-table { width: 100%; border-collapse: collapse; font-size: 13.5px; background: var(--white); }
.comp-table thead tr { background: var(--blue-section); }
.comp-table thead th {
  padding: 16px 22px;
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}
.comp-table thead th:nth-child(2) { color: #3ee0a8; }
.comp-table thead th:nth-child(3) { color: #e08080; }
.comp-table tbody tr { border-bottom: 1px solid #f0f2f4; }
.comp-table tbody tr:last-child { border-bottom: none; }
.comp-table tbody tr:nth-child(even) { background: #fafbfc; }
.comp-table tbody td { padding: 14px 22px; color: #3a4a5c; vertical-align: middle; }
.comp-table tbody td:first-child { color: var(--ink); font-weight: 500; font-size: 13px; }
.chk { color: var(--teal); font-weight: 700; margin-right: 6px; }
.crs { color: #d05050; margin-right: 6px; }
.mbe { color: #b8860a; margin-right: 6px; }

/* ─── FAQ ─── */
.faq-section { background: var(--white); }
.faq-list { margin-top: 40px; }
.faq-item {
  border: 1px solid #e8edf2;
  border-radius: 3px;
  margin-bottom: 8px;
  overflow: hidden;
  background: var(--white);
}
.faq-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 26px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: background 0.15s;
}
.faq-btn:hover { background: var(--cream); }
.faq-arr {
  width: 25px;
  height: 25px;
  background: var(--cream);
  border: 1px solid var(--cream-deep);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--teal);
  flex-shrink: 0;
  transition: transform 0.25s, background 0.15s;
}
.faq-btn.open .faq-arr { transform: rotate(180deg); background: var(--teal-dim); }
.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 14px;
  font-weight: 300;
  color: #3a4a5c;
  line-height: 1.85;
  padding: 0 26px;
}
.faq-body.open { max-height: 300px; padding: 18px 26px 22px; border-top: 1px solid #f0f2f4; }

/* ─── FINAL CTA ─── */
.cta-section {
  background: var(--blue-section);
  padding: 80px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 70% at 50% 100%, rgba(10,170,124,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.cta-section .eyebrow { color: #3ee0a8; margin-bottom: 14px; }
.cta-section .sec-title { color: #fff; max-width: 660px; margin: 0 auto 14px; }
.cta-section .sec-title em { color: #3ee0a8; }
.cta-sub {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  max-width: 500px;
  margin: 0 auto 44px;
  line-height: 1.8;
}
.btn-cta {
  display: inline-block;
  background: var(--teal);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
  margin-bottom: 44px;
  box-shadow: 0 4px 28px rgba(10,170,124,0.4);
}
.btn-cta:hover { background: var(--teal-bright); transform: translateY(-2px); }
.cta-checks {
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.cta-check {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  gap: 8px;
}
.ck { color: #3ee0a8; font-weight: 600; }
.trust-grid {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.tbox {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 3px;
  padding: 16px 22px;
  text-align: center;
  min-width: 140px;
}
.tbox-l {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 5px;
}
.tbox-v { font-size: 13px; font-weight: 600; color: #3ee0a8; }

/* ─── FOOTER ─── */
footer {
  background: var(--ink);
  padding: 44px 24px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.foot-disc {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 3px;
  padding: 22px 32px;
  max-width: 760px;
  margin: 0 auto 22px;
}
.foot-disc-h {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 10px;
}
.foot-disc p { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.45); line-height: 1.8; }
.foot-info { font-size: 12px; color: #8d9aa4; }

/* ─── ENTRY ANIMATIONS ─── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero > * > * { animation: fadeUp 0.7s ease both; }
.hero-eyebrow  { animation-delay: 0.05s; }
.hero h1       { animation-delay: 0.15s; }
.hero-sub      { animation-delay: 0.25s; }
.hero-meta     { animation-delay: 0.32s; }
.hero-trust    { animation-delay: 0.38s; }
.hero-cta-wrap { animation-delay: 0.44s; }
.feat-strip    { animation-delay: 0.50s; }

/* ─── RESPONSIVE ─── */
@media (max-width: 700px) {
  .btn-hero-top { font-size: 12px; padding: 8px 18px; }
  .hero-top-cta { margin-bottom: 28px; text-align: center; }
  .reason-block { grid-template-columns: 1fr; gap: 32px; }
  .reason-block.flip .reason-visual { order: 0; }
  .reason-visual { aspect-ratio: auto; background: transparent; border: none; border-radius: 6px; }
  .reason-visual img { width: 100%; height: auto; object-fit: contain; border-radius: 6px; }
  .announce-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 14px;
    padding: 10px 16px;
    font-size: 11px;
    text-align: center;
  }
  .announce-bar .dot { display: none; }
  section { padding: 56px 0; }
  .site-header { padding: 16px 20px; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
  .logo-lockup { flex-direction: column; gap: 8px; }
  .logo-img { height: 36px; }
  .hdr-label { font-size: 10px; padding: 5px 12px; }
  .hero { padding: 52px 20px 56px; }
  .hero-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 0; margin-bottom: 32px; }
  .hero-meta-item { padding: 6px 10px; border-right: none; font-size: 10.5px; text-align: center; }
  .hero-meta-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.1); }
  .hero-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 36px; }
  .htag { padding: 8px 10px; font-size: 11px; text-align: center; line-height: 1.25; }
  .feat-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 12px; }
  .feat-item { font-size: 11.5px; text-align: center; line-height: 1.3; }
  .mid-cta-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 14px; margin-top: 28px; }
  .mid-cta-point { font-size: 12px; justify-content: flex-start; text-align: left; line-height: 1.35; }
  .table-wrap { overflow-x: hidden; }
  .comp-table { font-size: 10px; }
  .comp-table thead th { padding: 10px 6px; font-size: 8px; }
  .comp-table tbody td { padding: 8px 6px; font-size: 10px; line-height: 1.4; }
  .cta-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; }
  .cta-check { font-size: 12.5px; justify-content: flex-start; text-align: left; line-height: 1.35; }
  .cta-check:nth-child(5) { grid-column: 1 / -1; justify-content: center; }
  .trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .tbox { min-width: 0; padding: 12px 10px; }
  .tbox-l { font-size: 9.5px; }
  .tbox-v { font-size: 12px; }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .btn-hero-top { font-size: 13px; padding: 8px 22px; }
  .hero-top-cta { text-align: center; }
}
