/* Aura Maxxing — site styles. Soft, white, spiritual aura look. Brand navy #25324D (logo font colour) + aura spectrum accents. */
:root {
  --brand: #25324D;
  --brand-bright: #36476B;
  --brand-text: #25324D;
  --bg: #FBFAFF;
  --card: #ffffff;
  --ink: #1B1730;
  --ink-2: #8A86A0;
  --hairline: #ECEAF6;
  --pink: #F0568F;
  --blue: #5B7CFF;
  --green: #34C79A;
  --gold: #F7C98C;
  --radius: 22px;
  --maxw: 1080px;
  /* pastel aura tints (match the app's reading cards) */
  --t-mint: #DDF5EC;
  --t-blush: #FBE2EC;
  --t-lavender: #ECE6FF;
  --t-peri: #E5ECFF;
  --t-peach: #FCE7DA;
  --t-butter: #FBF1D6;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: var(--brand-text); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.grad {
  background: linear-gradient(90deg, var(--brand-bright), var(--brand) 45%, var(--pink));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* Aura mark (inline SVG logo / favicon) */
.aura-mark { width: 34px; height: 34px; border-radius: 9px; flex: 0 0 auto; box-shadow: 0 2px 8px rgba(37,50,77,.16); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(251,250,255,0.82);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--hairline);
}
.site-header .wrap { display: flex; align-items: center; gap: 12px; height: 64px; }
.brand-row { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 19px; }
.brand-row .name { color: var(--brand-text); }
.site-header nav { margin-left: auto; display: flex; gap: 22px; font-weight: 600; font-size: 15px; }
.site-header nav a { color: var(--ink-2); }
.site-header nav a:hover { color: var(--ink); text-decoration: none; }
.site-header nav a.nav-get { color: #fff; background: var(--brand); padding: 8px 16px; border-radius: 999px; }
.site-header nav a.nav-get:hover { background: var(--ink); color: #fff; }
.rainbow-line { height: 3px; background: linear-gradient(90deg,#8E78FF,#A78BFF,#E58CC4,#F2A9A0,#F7C98C,#9BD9C2); opacity: .9; }

/* Hero */
.hero { position: relative; padding: 70px 0 30px; overflow: hidden; }
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(90px); z-index: 0; opacity: .55;
}
.hero::before { width: 540px; height: 540px; background: #cdbcff; top: -180px; left: -130px; }
.hero::after { width: 480px; height: 480px; background: #f7c9e0; top: -120px; right: -120px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 1fr; gap: 36px; align-items: center; }
.hero-grid > * { min-width: 0; }
.eyebrow { display: inline-block; font-weight: 700; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--brand-text); background: rgba(37,50,77,.10); padding: 7px 14px; border-radius: 999px; }
.hero h1 { font-size: clamp(38px, 6vw, 66px); font-weight: 900; letter-spacing: -0.03em; line-height: 1.04; margin: 18px 0 14px; max-width: 100%; overflow-wrap: break-word; }
.hero .grad { white-space: nowrap; }
.hero p.lead { font-size: clamp(18px, 2.2vw, 21px); color: var(--ink-2); max-width: 540px; }
.cta-row { margin-top: 26px; }
.btn-appstore {
  display: inline-flex; align-items: center; gap: 12px; background: var(--ink); color: #fff;
  padding: 11px 24px; border-radius: 14px;
  box-shadow: 0 12px 30px rgba(27,23,48,.20);
  transition: transform .18s ease, box-shadow .18s ease;
}
.btn-appstore:hover { text-decoration: none; transform: translateY(-2px); box-shadow: 0 18px 40px rgba(27,23,48,.30); }
.btn-appstore .apple-ic { width: 26px; height: 26px; flex: 0 0 auto; }
.btn-appstore span { display: flex; flex-direction: column; line-height: 1.06; text-align: left; }
.btn-appstore small { font-size: 11px; font-weight: 600; letter-spacing: .01em; opacity: .92; }
.btn-appstore strong { font-size: 19px; font-weight: 700; letter-spacing: -.01em; }
.supported { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.chip { background: var(--card); border: 1px solid var(--hairline); border-radius: 999px; padding: 7px 14px; font-size: 14px; font-weight: 600; color: var(--ink-2); }

/* Hero aura visual (real app screenshot inside a phone frame) */
.hero-visual { position: relative; min-height: 620px; display: flex; align-items: center; justify-content: center; }
.aura-orb-wrap { position: relative; display: grid; place-items: center; }
.aura-orb-glow {
  position: absolute; width: 360px; height: 360px; border-radius: 50%;
  background: conic-gradient(from 90deg, #8E78FF, #A78BFF, #E58CC4, #F2A9A0, #F7C98C, #9BD9C2, #8E78FF);
  filter: blur(46px); opacity: .65; animation: spin 22s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.phone {
  position: relative; z-index: 2;
  background: #15122b; border-radius: 44px; padding: 10px;
  box-shadow: 0 40px 90px rgba(37,50,77,.30); border: 1px solid rgba(255,255,255,.12);
}
.phone .screen { width: 264px; border-radius: 36px; overflow: hidden; background: var(--bg); display: block; }
.phone .screen img, .phone .screen svg { display: block; width: 100%; height: auto; }

/* Showcase / real app screenshots */
.showcase { padding: 56px 0; }
.shots { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px 24px; margin: 32px auto 0; max-width: 780px; }
.shot { flex: 0 0 auto; width: 218px; margin: 0; text-align: center; }
.shot figcaption { margin-top: 16px; font-weight: 700; font-size: 15.5px; color: var(--ink); }
.phone-sm { background: #15122b; border-radius: 34px; padding: 7px; box-shadow: 0 22px 48px rgba(37,50,77,.18); border: 1px solid rgba(255,255,255,.12); transition: transform .2s ease, box-shadow .2s ease; }
.phone-sm:hover { transform: translateY(-6px); box-shadow: 0 30px 60px rgba(37,50,77,.26); }
.phone-sm img { display: block; width: 100%; height: auto; border-radius: 28px; }

/* Sections */
section { padding: 52px 0; }
section h2 { font-size: clamp(28px, 4vw, 38px); font-weight: 900; letter-spacing: -0.02em; margin-bottom: 8px; }
section .sub { color: var(--ink-2); margin-bottom: 28px; max-width: 640px; }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.feature { border-radius: var(--radius); padding: 24px; border: 1px solid rgba(27,23,48,.05); transition: transform .18s ease, box-shadow .18s ease; }
.feature:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(37,50,77,.10); }
.feature .ic { font-size: 28px; line-height: 1; margin-bottom: 12px; }
.feature h3 { font-size: 20px; font-weight: 800; margin-bottom: 6px; }
.feature p { color: #4a4660; font-size: 15.5px; }
.tint-mint { background: var(--t-mint); }
.tint-blush { background: var(--t-blush); }
.tint-lavender { background: var(--t-lavender); }
.tint-peri { background: var(--t-peri); }
.tint-peach { background: var(--t-peach); }
.tint-butter { background: var(--t-butter); }

.how .steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.step { display: flex; gap: 16px; align-items: flex-start; background: var(--card); border: 1px solid var(--hairline); border-radius: var(--radius); padding: 22px; }
.step .n { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 999px; background: linear-gradient(135deg, var(--brand-bright), var(--brand)); color: #fff; font-weight: 900; display: grid; place-items: center; font-size: 18px; }
.step h3 { font-size: 18px; font-weight: 800; margin-bottom: 2px; }
.step p { color: var(--ink-2); font-size: 15.5px; }

.privacy-callout { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--brand-bright), var(--brand)); color: #fff; border-radius: 28px; padding: 48px 30px; text-align: center; box-shadow: 0 24px 60px rgba(37,50,77,.30); }
.privacy-callout h2 { color: #fff; }
.privacy-callout p { max-width: 640px; margin: 10px auto 0; opacity: 0.96; }
.privacy-callout a { color: #fff; text-decoration: underline; }

/* Download CTA */
.download-cta { padding: 20px 0 64px; }
.download-callout { position: relative; overflow: hidden; text-align: center; background: var(--card); border: 1px solid var(--hairline); border-radius: 28px; padding: 56px 30px; box-shadow: 0 24px 60px rgba(37,50,77,.07); }
.download-callout h2 { margin-bottom: 8px; }
.download-callout p { color: var(--ink-2); max-width: 520px; margin: 0 auto 26px; }
.btn-appstore-light { box-shadow: 0 16px 34px rgba(27,23,48,.22); }

/* FAQ */
.faq-list { display: grid; gap: 12px; max-width: 760px; }
.faq details { background: var(--card); border: 1px solid var(--hairline); border-radius: 16px; padding: 6px 20px; }
.faq summary { cursor: pointer; font-weight: 700; font-size: 17px; padding: 14px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--brand); font-size: 24px; font-weight: 700; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--ink-2); padding: 0 0 16px; font-size: 16px; }

/* Legal pages */
.legal { padding: 40px 0 70px; }
.legal .doc { background: var(--card); border: 1px solid var(--hairline); border-radius: var(--radius); padding: clamp(24px, 5vw, 56px); }
.legal h1 { font-size: clamp(30px, 5vw, 40px); font-weight: 900; margin-bottom: 6px; }
.legal .updated { color: var(--ink-2); font-size: 14px; margin-bottom: 28px; }
.legal h2 { font-size: 21px; font-weight: 800; margin: 30px 0 10px; }
.legal h3 { font-size: 17px; font-weight: 800; margin: 18px 0 6px; }
.legal p, .legal li { color: #3a3650; font-size: 16px; margin-bottom: 12px; }
.legal ul { padding-left: 22px; }
.legal li { margin-bottom: 8px; }
.legal .back { display: inline-block; margin-bottom: 22px; font-weight: 700; }
.legal strong { color: var(--ink); }

/* Footer */
.site-footer { border-top: 1px solid var(--hairline); padding: 34px 0; color: var(--ink-2); font-size: 14px; }
.site-footer .wrap { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.site-footer nav { display: flex; gap: 18px; }
.site-footer .copy { margin-left: auto; }

/* Responsive */
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero p.lead { margin-left: auto; margin-right: auto; }
  .supported { justify-content: center; }
  .hero-visual { min-height: 600px; margin-top: 10px; }
  /* App Store–style horizontal scroll strip on tablet/mobile */
  .shots { flex-wrap: nowrap; justify-content: flex-start; max-width: none; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; gap: 20px; padding: 4px 22px 18px; margin-left: -22px; margin-right: -22px; }
  .shot { scroll-snap-align: center; width: 206px; }
  .phone-sm:hover { transform: none; }
}
@media (max-width: 560px) {
  .site-header nav { gap: 13px; font-size: 14px; }
  .site-header nav a[href="#how"],
  .site-header nav a[href="#features"],
  .site-header nav a[href="#faq"] { display: none; }
  .download-callout { padding: 44px 22px; }
  .hero h1 { font-size: clamp(34px, 11vw, 46px); }
  .hero-visual { min-height: 560px; }
  .phone .screen { width: 240px; }
  .aura-orb-glow { width: 300px; height: 300px; }
  .site-footer .copy { margin-left: 0; width: 100%; }
}
