@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,400;1,600&display=swap');

:root {
  --brand: #f8ad9d;
  --brand-dark: #f08080;
  --brand-soft: #f0ecec;
  --ink: #2f2f2f;
  --muted: #5a5a5a;
  --line: #e8e8e8;
  --surface: #f7f7f7;
  --white: #fff;
  --secondary-accent: #56494c;
  --course-blue: #c9d8f3;
  --course-yellow: #f8e7af;
  --course-teal: #bfe6e1;
  --course-purple: #ded2f4;
  --radius: 10px;
  --shadow: 0 3px 5px .5px rgba(9, 9, 11, .08), 0 1px 2px -.5px rgba(9, 9, 11, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Poppins, sans-serif; font-weight: 400; line-height: 1.6; }
a { color: var(--brand-dark); }
img { max-width: 100%; height: auto; }
.ums-icon { display: inline-block; width: 1em; height: 1em; fill: currentColor; flex: none; vertical-align: -.125em; }
h1, h2, h3, strong { color: var(--ink); font-weight: 600; line-height: 1.2; letter-spacing: -.015em; }
h1 { margin: .8rem 0 1.25rem; font-size: clamp(2.4rem, 5vw, 4.25rem); }
h2 { margin: .7rem 0 1rem; font-size: clamp(1.8rem, 3.4vw, 2.7rem); }
h3 { font-size: 1.14rem; }
p { color: var(--muted); }

.skip-link { position: fixed; z-index: 9999; top: .75rem; left: .75rem; padding: .65rem 1rem; color: #fff; background: var(--ink); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-nav { min-height: 76px; padding: .65rem 0; background: var(--surface); border-top: 2px solid var(--brand); border-bottom: 1px solid var(--line); }
.brand-lockup { display: inline-flex; gap: .75rem; align-items: center; color: var(--brand); font-weight: 600; text-decoration: none; }
.brand-lockup:hover { color: var(--ink); }
.brand-lockup img { flex: none; border-radius: 50%; }
.site-nav .nav-link { margin: 0 .25rem; color: var(--muted); font-weight: 400; }
.site-nav .nav-link:hover, .site-nav .nav-link:focus { color: var(--brand-dark); }
.navbar-toggler { border-color: var(--line); }
.navbar-toggler .ums-icon { width: 1.25rem; height: 1.25rem; }

.btn { border-radius: 8px; font-weight: 600; box-shadow: none; }
.btn-ums { color: #fff; background: var(--brand); border: 1px solid var(--brand); box-shadow: none; }
.btn-ums:hover, .btn-ums:focus { color: #fff; background: var(--brand-dark); border-color: var(--brand-dark); }
.btn-outline-ums { color: var(--secondary-accent); background: #fff; border: 1px solid var(--line); }
.btn-outline-ums:hover, .btn-outline-ums:focus { color: var(--secondary-accent); background: var(--brand-soft); border-color: var(--brand); }
.btn:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(48, 128, 255, .45); outline-offset: 3px; }

.hero-section { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 7rem) 0 4.5rem; background: var(--surface); }
.hero-copy { max-width: 720px; font-size: clamp(1.08rem, 2vw, 1.25rem); }
.eyebrow { display: inline-flex; align-items: center; padding: 0; color: var(--brand); background: transparent; border-radius: 0; font-size: .92rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0 1.4rem; }
.trust-line { display: flex; gap: .55rem; align-items: center; font-size: .9rem; }
.trust-line .ums-icon { color: var(--brand-dark); }
.product-stage { position: relative; padding: clamp(1rem, 3vw, 2.25rem); background: #fff; border: 2px solid var(--brand); border-radius: var(--radius); box-shadow: none; transform: none; }
.product-stage::before { display: none; }
.product-stage img { width: 100%; }

.feature-strip { padding: 1.2rem 0 4.5rem; background: var(--surface); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.feature-grid article, .workflow-grid article { padding: 1.5rem; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.feature-grid article p, .workflow-grid article p { margin: 0; font-size: .92rem; }
.feature-icon { display: block; width: 48px; height: 48px; margin-bottom: 1rem; padding: 13px; color: var(--brand); background: var(--brand-soft); border-radius: 8px; }
.feature-icon.danger, .feature-icon.info, .feature-icon.warning, .feature-icon.success { color: var(--brand); background: var(--brand-soft); }

.section-space { padding: clamp(4.5rem, 8vw, 7rem) 0; }
.surface-section { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { max-width: 780px; margin: 0 auto 3rem; text-align: center; }
.section-heading > p, .section-lead { font-size: 1.1rem; }
.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.workflow-grid article { position: relative; }
.step-number { display: grid; width: 38px; height: 38px; margin-bottom: 1rem; color: var(--secondary-accent); background: var(--brand-soft); border: 1px solid var(--brand); place-items: center; border-radius: 8px; font-weight: 600; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 440px)); gap: 1.25rem; justify-content: center; }
.pricing-card { display: flex; min-height: 260px; padding: 2rem; background: #fff; border: 1px solid var(--line); border-radius: 8px; flex-direction: column; align-items: flex-start; box-shadow: var(--shadow); }
.pricing-card.featured { border: 2px solid var(--brand); box-shadow: none; }
.pricing-card h3 { margin: .7rem 0; font-size: 2.7rem; }
.pricing-card h3 span { margin-left: .35rem; color: var(--muted); font-size: 1rem; font-weight: 400; }
.pricing-card .btn { margin-top: auto; }
.contact-panel { display: grid; padding: clamp(1.5rem, 4vw, 3rem); background: #fff; border: 2px solid var(--brand); border-radius: var(--radius); grid-template-columns: .9fr 1.1fr; gap: 3rem; }
.contact-form { display: grid; gap: .65rem; }
.contact-form .btn { margin-top: .5rem; justify-self: start; }
.form-control { min-height: 48px; border-color: var(--line); border-radius: 8px; box-shadow: var(--shadow); }

.ucd-hero h1 { font-size: clamp(2.5rem, 5.2vw, 4.35rem); }
.promise-grid { display: grid; margin-top: 1.8rem; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.promise-grid span { display: flex; gap: .55rem; align-items: center; color: var(--muted); font-size: .9rem; font-weight: 400; }
.promise-grid .ums-icon { width: 18px; height: 18px; color: var(--brand); }
.ucd-stage { transform: none; }
.today-card { position: absolute; right: 1.25rem; bottom: 1.25rem; display: flex; width: min(260px, 70%); padding: 1.1rem; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--brand); border-radius: 8px; box-shadow: var(--shadow); flex-direction: column; }
.today-card span { color: var(--brand); font-size: .76rem; font-weight: 600; text-transform: none; }
.today-card small { color: var(--muted); }
.ucd-message-strip { padding: 1.35rem 0; background: var(--secondary-accent); }
.ucd-message-strip p { margin: 0; color: #fff; text-align: center; font-size: clamp(1rem, 2.2vw, 1.25rem); font-weight: 600; }
.ucd-workflow article .ums-icon { width: 1.45rem; height: 1.45rem; margin-bottom: .8rem; color: var(--brand-dark); }
.explanation-card { display: flex; max-width: 900px; margin: 2rem auto 0; padding: 1.4rem 1.6rem; gap: 1rem; align-items: flex-start; background: #fff; border: 2px solid var(--brand); border-radius: var(--radius); }
.explanation-card > .ums-icon { width: 1.25rem; height: 1.25rem; margin-top: .3rem; color: var(--brand); }
.explanation-card p { margin: .3rem 0 0; }
.check-list { display: grid; padding: 0; margin: 0; list-style: none; gap: .8rem; }
.check-list li { display: flex; padding: 1rem 1.1rem; gap: .75rem; background: #fff; border: 1px solid var(--line); border-radius: 8px; align-items: flex-start; box-shadow: var(--shadow); }
.check-list .ums-icon { width: 25px; height: 25px; padding: 7px; color: var(--secondary-accent); background: var(--course-teal); border-radius: 8px; }
.waitlist-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.waitlist-card { position: relative; padding: clamp(1.5rem, 3vw, 2.25rem); background: #fff; border: 2px solid var(--brand); border-radius: var(--radius); box-shadow: none; }
.card-icon { display: grid; width: 50px; height: 50px; margin-bottom: 1rem; color: var(--brand); background: var(--brand-soft); border-radius: 8px; place-items: center; font-size: 1.4rem; }
.card-icon .ums-icon { width: 1.4rem; height: 1.4rem; }
.status-pill { display: inline-flex; position: absolute; top: 1.5rem; right: 1.5rem; padding: .35rem .65rem; color: var(--secondary-accent); background: var(--course-purple); border-radius: 6px; font-size: .74rem; font-weight: 600; }
.launch-waitlist { display: grid; margin-top: 1.4rem; gap: .65rem; }
.launch-waitlist label:not(.consent-row) { font-weight: 600; }
.consent-row { display: flex; margin: .4rem 0; gap: .7rem; color: #475467; cursor: pointer; font-size: .82rem; align-items: flex-start; }
.consent-row input { width: 18px; height: 18px; margin-top: .15rem; flex: none; accent-color: var(--brand-dark); }
.launch-waitlist .btn { justify-self: start; }
.form-status { min-height: 1.5rem; margin: .2rem 0 0; font-size: .86rem; }
.form-status.success { color: #18794e; }
.form-status.error { color: #b42318; }
.final-cta { padding: 5rem 0; background: var(--surface); text-align: center; }
.final-cta .container > div { max-width: 900px; margin: auto; padding: clamp(2rem, 5vw, 4rem); background: #fff; border: 2px solid var(--brand); border-radius: var(--radius); }
.final-cta h2 { color: var(--ink); }
.final-cta p { color: var(--muted); }
.final-cta .eyebrow { color: var(--brand); background: transparent; }
.final-cta .btn { margin-top: .75rem; color: #fff; background: var(--brand); }

.site-footer { padding: 4rem 0 1.2rem; background: var(--surface); border-top: 2px solid var(--brand); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; }
.site-footer .brand-lockup { color: var(--brand); }
.site-footer h2 { color: var(--ink); font-size: .95rem; font-weight: 600; text-transform: none; letter-spacing: 0; }
.site-footer p { max-width: 480px; color: var(--muted); font-size: .88rem; }
.site-footer a:not(.brand-lockup) { display: block; margin: .45rem 0; color: var(--muted); text-decoration: none; }
.site-footer a:hover, .site-footer a:focus { color: var(--brand-dark); text-decoration: underline; }
.footer-bottom { margin: 3rem 0 0; padding-top: 1.2rem; border-top: 1px solid var(--line); text-align: center; }

.policy-page { background: var(--surface); }
.policy-card { max-width: 820px; margin: 4rem auto; padding: clamp(1.5rem,4vw,3.5rem); background: #fff; border: 2px solid var(--brand); border-radius: var(--radius); box-shadow: none; }
.policy-card h1 { font-size: clamp(2.2rem,5vw,3.6rem); }
.policy-card h2 { margin-top: 2rem; font-size: 1.3rem; }

@media (max-width: 991px) {
  .site-nav .navbar-collapse { padding: 1rem 0; }
  .site-nav .btn { margin-top: .6rem; }
  .feature-grid, .workflow-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-panel { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (max-width: 767px) {
  h1 { font-size: clamp(2.4rem, 12vw, 3.5rem); }
  .hero-section { padding-top: 3.5rem; }
  .hero-actions .btn { width: 100%; }
  .promise-grid, .feature-grid, .workflow-grid, .waitlist-grid, .pricing-grid, .footer-grid { grid-template-columns: 1fr; }
  .product-stage { padding: .8rem; border-radius: var(--radius); }
  .today-card { position: relative; right: auto; bottom: auto; width: 100%; margin-top: .8rem; box-shadow: none; }
  .status-pill { position: static; margin-bottom: 1rem; }
  .explanation-card { flex-direction: column; }
  .site-footer { padding-top: 3rem; }
  .footer-grid { gap: 1.5rem; }
  .ucd-page .row.g-5 { --bs-gutter-x: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
