:root {
  color-scheme: light;
  --navy: #04124c;
  --orange: #f87a1b;
  --blue: #2865ef;
  --ink: #142047;
  --muted: #62687a;
  --line: #e5e7ed;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: #f5f7fb;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 280px; border-top: 4px solid var(--orange); }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 22px; height: 22px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.trailing { margin-left: auto; width: 18px; height: 18px; }
.page-shell { width: 100%; max-width: 500px; margin: 0 auto; padding: 32px 24px 24px; }
.header { display: flex; align-items: center; justify-content: center; padding-bottom: 12px; }
.logo { display: block; width: 180px; max-width: 75%; height: auto; }
.hub { background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 8px 32px #04124c04; }
.links-panel { padding: 26px; }
h1 { margin: 0 0 20px; font-size: 1.1875rem; font-weight: 700; line-height: 1.4; letter-spacing: -.025em; text-align: center; color: var(--navy); }
.shop-link { display: flex; gap: 14px; align-items: center; padding: 17px 16px; background: var(--orange); border-radius: 13px; transition: background .18s, transform .18s; }
.shop-link:hover { background: #ff8b31; transform: translateY(-2px); }
.how-link { display: flex; align-items: center; gap: 11px; padding: 14px; min-height: 50px; margin-top: 11px; color: #204baf; background: #edf2ff; border: 1px solid #e2eafe; border-radius: 11px; font-size: .875rem; line-height: 1.4; font-weight: 600; transition: background .18s; }
.how-link:hover { background: #dfe9ff; }
.shop-icon { display: grid; place-items: center; width: 42px; height: 42px; flex-shrink: 0; background: #ffffff40; border: 1px solid #ffffff55; border-radius: 11px; }
.link-copy { display: flex; flex-direction: column; min-width: 0; gap: 4px; }
.link-copy strong { font-size: 1rem; line-height: 1.3; font-weight: 700; }
.link-copy span { font-size: .8125rem; line-height: 1.5; }
.app-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 11px; }
.store-link { display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: var(--navy); border: 1px solid var(--navy); border-radius: 11px; padding: 12px 8px; transition: background .18s, border-color .18s; }
.store-link:hover { border-color: #1b327c; background: #1b327c; }
.store-icon { width: 26px; height: 28px; flex-shrink: 0; }
.store-link span { display: flex; flex-direction: column; gap: 2px; }
.store-link small { font-size: .75rem; line-height: 1.2; color: #d7ddef; }
.store-link strong { font-size: .9375rem; line-height: 1.3; }
.website-link { display: flex; align-items: center; gap: 12px; padding: 14px; min-height: 48px; margin-top: 11px; background: #fff; border: 1px solid var(--line); border-radius: 11px; transition: background .18s, border-color .18s; }
.website-link > .icon:first-child { color: var(--blue); }
.website-link .link-copy strong { font-size: .9375rem; }
.website-link .link-copy span { color: var(--muted); }
.website-link:hover { background: #f6f8ff; border-color: #b4c5f1; }
.support { margin-top: 24px; padding-top: 21px; border-top: 1px solid var(--line); }
.section-label { color: var(--muted); font-size: .75rem; letter-spacing: .085em; font-weight: 650; line-height: 1.5; margin: 0 0 12px; }
.support-link { display: flex; align-items: center; gap: 12px; padding: 13px 12px; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; transition: background .18s, border-color .18s; }
.support-icon { display: grid; place-items: center; height: 40px; width: 40px; flex-shrink: 0; border-radius: 11px; }
.cdchat { background: #edf2ff; color: var(--blue); }
.cdchat img { display: block; width: 25px; height: auto; }
.free-call { background: #fff0e4; color: #964108; }
.support-link .link-copy span { color: var(--muted); }
.support-link:hover { background: #f6f8ff; border-color: #b4c5f1; }
.learn-link { display: flex; align-items: center; gap: 11px; min-height: 48px; padding: 10px 5px; font-size: .875rem; }
.learn-link > .icon:first-child { color: var(--blue); }
.learn-link:hover { color: var(--blue); }
.social-section { margin-top: 16px; padding-top: 20px; border-top: 1px solid var(--line); }
.social-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px 8px; }
.social-links a { display: flex; flex-direction: column; align-items: center; gap: 7px; padding: 3px 0; font-size: .75rem; line-height: 1.3; border-radius: 12px; }
.social-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; transition: color .18s, background .18s; }
.social-links a:hover { color: var(--blue); }
.social-links a:hover .social-icon { color: #fff; background: var(--navy); }
.social-links .icon { width: 20px; height: 20px; }
footer { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); font-size: .75rem; line-height: 1.5; color: var(--muted); }
.footer-artwork { display: block; width: 180px; max-width: 75%; height: auto; }
.footer-meta { display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap; }
footer a { display: inline-flex; align-items: center; min-height: 24px; text-decoration: underline; text-underline-offset: 3px; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-200%); z-index: 10; color: #fff; background: var(--navy); padding: 12px 16px; border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }
@media (max-width: 480px) {
  .page-shell { padding: 18px 18px 24px; }
  .header { padding-bottom: 10px; }
  .links-panel { padding: 24px 20px; }
  .hub { border-radius: 18px; }
  h1 { font-size: 1.125rem; }
}
@media (max-width: 360px) {
  .page-shell { padding-left: 12px; padding-right: 12px; }
  .links-panel { padding-left: 16px; padding-right: 16px; }
  .shop-link { gap: 10px; padding: 15px 12px; }
  .shop-icon { width: 34px; height: 36px; }
  .app-links { gap: 8px; }
  .store-link { gap: 5px; }
  .store-icon { width: 22px; }
  .store-link strong { font-size: .875rem; }
  .social-links { gap: 8px; }
  .support-link { gap: 10px; padding-left: 10px; padding-right: 10px; }
  .support-link strong { font-size: .9375rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}
