:root {
  --ink: #0b1711;
  --muted: #647068;
  --green: #087f4f;
  --green-dark: #045b39;
  --green-bright: #0ca66a;
  --mint: #dff4e9;
  --cream: #f6f3e9;
  --paper: #fffef9;
  --line: #dce5df;
  --white: #ffffff;
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --urdu: "Noto Sans Arabic", "Geeza Pro", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid rgba(11, 23, 17, .08);
}
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand span { display: grid; line-height: 1.15; }
.brand b { font-family: var(--display); font-size: 25px; letter-spacing: -.5px; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--green); }
.coming-pill { padding: 9px 14px; color: var(--green-dark); background: var(--mint); border-radius: 999px; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }

.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: currentColor; }
.hero { min-height: 690px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; padding-block: 74px 90px; overflow: hidden; }
.hero h1, .section-heading h2, .path-copy h2, .care-card h2, .final-cta h2, .legal-hero h1 {
  margin: 18px 0 22px;
  font-family: var(--display);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.045em;
}
.hero h1 { max-width: 650px; font-size: clamp(54px, 6vw, 86px); }
.hero h1 em { color: var(--green); font-weight: 500; }
.hero-lede { max-width: 580px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 12px 21px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 750; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green); box-shadow: 0 12px 30px rgba(8, 127, 79, .16); }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.7); }
.button-secondary:hover { border-color: var(--green); }
.launch-note { display: flex; align-items: center; gap: 9px; margin: 24px 0 0; color: var(--muted); font-size: 12px; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 5px rgba(12,166,106,.12); }

.hero-art { position: relative; min-height: 560px; display: grid; place-items: center; }
.sun-disc { position: absolute; inset: 20px 0 auto 60px; width: 470px; height: 470px; border-radius: 50%; background: radial-gradient(circle at 36% 30%, #f7f0cb, #dcefe2 72%); }
.sun-disc::after { content: ""; position: absolute; inset: 30px; border: 1px solid rgba(8,127,79,.12); border-radius: inherit; }
.phone-card { position: relative; z-index: 2; width: 292px; min-height: 520px; padding: 16px 21px 22px; overflow: hidden; border: 7px solid var(--ink); border-radius: 36px; background: linear-gradient(160deg, #ffffff 0%, #f8fbf8 100%); box-shadow: 0 35px 70px rgba(11,23,17,.23); transform: rotate(2.5deg); }
.phone-top { display: flex; justify-content: space-between; font-size: 8px; font-weight: 800; }
.lesson-meta { display: flex; justify-content: space-between; margin-top: 22px; color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.lesson-progress { height: 4px; margin-top: 8px; overflow: hidden; border-radius: 4px; background: #e5ece8; }
.lesson-progress i { display: block; width: 28%; height: 100%; background: var(--green-bright); }
.lesson-prompt { margin: 32px 0 8px; color: var(--muted); font-size: 10px; text-align: center; }
.urdu-word { margin-top: 8px; font-family: var(--urdu); font-size: 34px; font-weight: 700; line-height: 1.7; text-align: center; }
.roman-word { color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .02em; text-align: center; }
.meaning-word { margin-top: 2px; color: var(--muted); font-size: 11px; text-align: center; }
.phone-card button { width: 100%; margin-top: 26px; padding: 11px; border: 0; border-radius: 10px; color: white; background: var(--green); font-size: 11px; font-weight: 750; }
.lesson-tip { display: grid; gap: 3px; margin-top: 18px; padding: 13px 14px; border: 1px solid #e0e8e3; border-radius: 12px; background: #f7faf8; }
.lesson-tip b { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.lesson-tip span { color: var(--muted); font-size: 10px; }
.word-orbit, .streak-chip { position: absolute; z-index: 3; display: grid; border: 1px solid rgba(8,127,79,.14); background: rgba(255,255,255,.92); box-shadow: 0 15px 40px rgba(11,23,17,.12); backdrop-filter: blur(10px); }
.word-orbit { min-width: 128px; padding: 11px 15px; border-radius: 13px; }
.word-orbit span { font-family: var(--urdu); font-size: 20px; font-weight: 750; }
.word-orbit small { color: var(--muted); font-size: 9px; }
.word-orbit-one { top: 92px; left: 5px; transform: rotate(-5deg); }
.word-orbit-two { right: -5px; bottom: 118px; transform: rotate(5deg); }
.streak-chip { left: 15px; bottom: 62px; grid-template-columns: auto 1fr; column-gap: 9px; padding: 11px 15px; border-radius: 14px; transform: rotate(-3deg); }
.streak-chip > span { grid-row: 1 / 3; font-size: 25px; }
.streak-chip b { font-size: 11px; }
.streak-chip small { color: var(--green); font-size: 9px; font-weight: 750; }

.word-banner { color: var(--white); background: var(--green-dark); }
.word-banner-inner { min-height: 235px; display: grid; grid-template-columns: .9fr 1fr auto; align-items: center; gap: 60px; }
.urdu-display { font-family: var(--urdu); font-size: clamp(62px, 8vw, 112px); font-weight: 750; line-height: 1.2; }
.word-definition { display: grid; gap: 3px; }
.roman-display { font-family: var(--display); font-size: 38px; font-style: italic; }
.pronunciation { color: #a9d8bf; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.word-definition p { margin: 11px 0 0; color: #d2e5da; font-size: 13px; }
.definition-mark { color: rgba(255,255,255,.1); font-family: var(--display); font-size: 150px; line-height: 1; }

.journey { padding-block: 110px 120px; }
.section-heading { display: grid; grid-template-columns: 1fr 430px; align-items: end; gap: 60px; margin-bottom: 50px; }
.section-heading h2, .path-copy h2, .care-card h2 { font-size: clamp(42px, 5vw, 65px); }
.section-heading p { margin: 0 0 8px; color: var(--muted); font-size: 16px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 305px; position: relative; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.55); }
.feature-card::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.feature-card:hover::after { transform: scaleX(1); }
.feature-number { color: #93a399; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.feature-accent { margin: 36px 0 8px; color: var(--green); font-family: var(--urdu); font-size: 14px; font-weight: 750; }
.feature-card h3 { margin: 0 0 13px; font-family: var(--display); font-size: 30px; font-weight: 500; letter-spacing: -.025em; }
.feature-card p { max-width: 480px; margin: 0; color: var(--muted); font-size: 14px; }

.path-section { padding-block: 110px; color: white; background: var(--ink); overflow: hidden; }
.path-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 100px; }
.eyebrow-light { color: #7fd6a8; }
.path-copy p { max-width: 570px; color: #a8b5ad; font-size: 16px; }
.tier-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.tier-list span { padding: 8px 11px; border: 1px solid #2b3a31; border-radius: 8px; color: #d5ded8; font-size: 10px; }
.tier-list b { margin-right: 5px; color: #7fd6a8; }
.path-visual { min-height: 510px; position: relative; display: grid; align-content: space-between; padding-block: 10px; }
.path-line { position: absolute; top: 42px; bottom: 42px; left: 29px; width: 1px; background: linear-gradient(#55c18a 0 32%, #35443b 32% 100%); }
.path-stop { position: relative; z-index: 1; display: flex; align-items: center; gap: 22px; }
.path-stop i { width: 58px; height: 58px; flex: none; display: grid; place-items: center; border: 1px solid #415046; border-radius: 50%; color: #839087; background: var(--ink); font-size: 12px; font-style: normal; font-weight: 800; }
.path-stop span { display: grid; }
.path-stop b { font-family: var(--display); font-size: 20px; font-weight: 500; }
.path-stop small { color: #718078; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.path-stop.completed i { border-color: var(--green-bright); color: white; background: var(--green); }
.path-stop.current i { border: 5px solid #7fd6a8; color: white; background: var(--green); box-shadow: 0 0 0 8px rgba(127,214,168,.1); }
.path-stop.current b { color: #8ee4b7; }

.care-section { padding-block: 110px; }
.care-card { display: grid; grid-template-columns: 120px 1fr 220px; align-items: center; gap: 42px; padding: 62px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg, #f2f8f4, #fffef9); }
.care-logo { width: 108px; height: 108px; display: grid; place-items: center; border-radius: 50%; background: white; box-shadow: 0 18px 40px rgba(8,127,79,.12); }
.care-logo img { width: 86px; }
.care-card h2 { margin-top: 15px; }
.care-card p { max-width: 610px; margin: 0; color: var(--muted); }
.care-phrase { display: grid; gap: 4px; padding-left: 28px; border-left: 1px solid var(--line); text-align: center; }
.care-phrase span { font-family: var(--urdu); font-size: 34px; font-weight: 750; }
.care-phrase b { color: var(--green); font-size: 13px; }
.care-phrase small { color: var(--muted); font-size: 11px; }

.final-cta { color: white; background: var(--green); }
.final-cta-inner { min-height: 330px; display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 45px; }
.final-cta img { width: 120px; filter: brightness(0) invert(1); }
.final-cta span { color: #b8e3cc; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.final-cta h2 { margin: 12px 0 0; font-size: clamp(44px, 5vw, 68px); }
.button-cream { color: var(--ink); background: var(--cream); }

.site-footer { padding: 70px 0 25px; color: #d6dfd9; background: #07110c; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; padding-bottom: 55px; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand img { width: 62px; filter: brightness(0) invert(1); }
.footer-brand div { display: grid; }
.footer-brand b { color: white; font-family: var(--display); font-size: 30px; }
.footer-brand span { color: #7f9086; font-size: 12px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-links > div { display: grid; align-content: start; gap: 9px; }
.footer-links b { margin-bottom: 7px; color: #7fd6a8; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { color: #aebcb3; font-size: 12px; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid #233028; color: #708078; font-size: 10px; }
.footer-bottom [lang="ur"] { color: #9db0a4; font-family: var(--urdu); }

/* Legal and support pages */
.legal-hero { padding-block: 90px 70px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 850px; font-size: clamp(52px, 7vw, 82px); }
.legal-hero > p { max-width: 760px; margin: 0; color: var(--muted); font-size: 18px; }
.legal-body { max-width: 860px; padding-block: 65px 110px; }
.legal-meta { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 50px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); font-size: 12px; }
.legal-meta b { color: var(--ink); }
.legal-body article { padding-block: 34px; border-bottom: 1px solid var(--line); }
.legal-body article:first-of-type { padding-top: 0; }
.legal-body h2 { margin: 0 0 15px; font-family: var(--display); font-size: 30px; font-weight: 500; letter-spacing: -.02em; }
.legal-body h3 { margin: 24px 0 5px; font-size: 14px; }
.legal-body p, .legal-body li { color: #536057; font-size: 14px; }
.legal-body a { color: var(--green); font-weight: 700; }
.legal-body ul { padding-left: 20px; }
.legal-body li { margin-bottom: 8px; padding-left: 5px; }
.legal-contact { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 48px; padding: 24px 26px; border-radius: 14px; color: white; background: var(--green-dark); }
.legal-contact span { font-family: var(--display); font-size: 20px; }
.legal-contact a { color: white; }

.support-contact-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #f6faf7; }
.support-contact-card > div { display: flex; align-items: center; gap: 17px; }
.support-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; color: white; background: var(--green); font-family: var(--display); font-size: 24px; }
.support-contact-card h2 { margin: 0; font-size: 25px; }
.support-contact-card p { margin: 1px 0 0; font-size: 12px; }
.response-note { margin: 22px 0 70px; padding: 18px 22px; border-left: 3px solid var(--green); background: var(--cream); }
.response-note b { font-size: 13px; }
.response-note p { margin: 4px 0 0; font-size: 12px; }
.section-heading.compact { display: block; margin-bottom: 25px; }
.section-heading.compact h2 { margin-bottom: 0; font-size: 42px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 3px; cursor: pointer; font-family: var(--display); font-size: 20px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font-family: var(--sans); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 24px; padding-right: 60px; }
.support-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 70px; }
.support-links article { padding: 26px; border: 1px solid var(--line); border-radius: 15px; }
.support-links article span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.support-links article h3 { margin: 11px 0 5px; font-family: var(--display); font-size: 23px; font-weight: 500; }
.support-links article p { margin: 0 0 14px; }

.deletion-summary { display: grid; grid-template-columns: auto 1fr; gap: 20px; margin-bottom: 50px; padding: 28px; border: 1px solid #ead9bd; border-radius: 16px; background: #fff9ed; }
.summary-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #7d5220; background: #f3dfbd; font-weight: 850; }
.deletion-summary h2 { margin: 0; }
.deletion-summary p { margin: 4px 0 0; }
.deletion-steps > h2 { font-size: 38px; }
.deletion-steps ol { display: grid; gap: 0; margin: 20px 0 35px; padding: 0; list-style: none; }
.deletion-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; margin: 0; padding: 24px 0; border-bottom: 1px solid var(--line); }
.deletion-steps li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #bcd9c9; border-radius: 50%; color: var(--green); font-weight: 800; }
.deletion-steps h3 { margin: 0; font-family: var(--display); font-size: 21px; font-weight: 500; }
.deletion-steps p { margin: 3px 0 0; }
.deletion-button { margin-bottom: 60px; }
.deletion-data { display: grid; gap: 14px; }
.deletion-data > div { padding: 23px 25px; border: 1px solid var(--line); border-radius: 14px; }
.deletion-data h3 { margin-top: 0; color: var(--green-dark); font-family: var(--display); font-size: 22px; font-weight: 500; }
.deletion-data p, .deletion-data ul { margin-bottom: 0; }

@media (max-width: 920px) {
  .site-header nav a { display: none; }
  .hero { grid-template-columns: 1fr; gap: 25px; padding-top: 60px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .launch-note { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  .hero-art { min-height: 580px; }
  .sun-disc { left: 50%; transform: translateX(-50%); }
  .word-banner-inner { grid-template-columns: 1fr 1fr; gap: 30px; }
  .definition-mark { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 12px; }
  .path-grid { grid-template-columns: 1fr; gap: 70px; }
  .path-visual { max-width: 560px; width: 100%; margin-inline: auto; }
  .care-card { grid-template-columns: 90px 1fr; padding: 45px; }
  .care-logo { width: 85px; height: 85px; }
  .care-phrase { grid-column: 1 / -1; padding: 25px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .final-cta-inner { grid-template-columns: 90px 1fr; padding-block: 60px; }
  .final-cta .button { grid-column: 2; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 640px) {
  .section-shell { width: min(100% - 30px, 1180px); }
  .site-header { min-height: 76px; }
  .brand img { width: 42px; height: 42px; }
  .brand b { font-size: 22px; }
  .brand small { display: none; }
  .coming-pill { padding: 8px 10px; font-size: 9px; }
  .hero { min-height: 0; padding-block: 52px 70px; }
  .hero h1 { font-size: clamp(48px, 14vw, 64px); }
  .hero-lede { font-size: 16px; }
  .hero-art { min-height: 520px; transform: scale(.88); margin: -30px -30px; }
  .sun-disc { width: 400px; height: 400px; }
  .word-orbit-one { left: -5px; }
  .word-orbit-two { right: -5px; }
  .word-banner-inner { min-height: 290px; grid-template-columns: 1fr; gap: 0; padding-block: 35px; text-align: center; }
  .urdu-display { font-size: 78px; }
  .journey, .care-section { padding-block: 75px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 270px; padding: 28px; }
  .path-section { padding-block: 75px; }
  .tier-list { gap: 7px; }
  .care-card { grid-template-columns: 1fr; padding: 32px 25px; text-align: center; }
  .care-card .eyebrow { justify-content: center; }
  .care-logo { margin-inline: auto; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 18px; padding-block: 55px; text-align: center; }
  .final-cta img { width: 90px; margin-inline: auto; }
  .final-cta .button { grid-column: auto; justify-self: center; }
  .footer-links { grid-template-columns: 1fr 1fr; row-gap: 35px; }
  .footer-bottom { flex-direction: column; }
  .legal-hero { padding-block: 65px 50px; }
  .legal-hero h1 { font-size: 50px; }
  .legal-hero > p { font-size: 16px; }
  .legal-body { padding-block: 45px 80px; }
  .legal-contact, .support-contact-card { align-items: stretch; flex-direction: column; }
  .support-contact-card .button { width: 100%; }
  .support-links { grid-template-columns: 1fr; }
  .faq-list details p { padding-right: 10px; }
}

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

/* Deliberately simple public home page */
.simple-hero {
  min-height: 610px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 90px;
  padding-block: 80px 100px;
}
.simple-hero h1 {
  margin: 18px 0 24px;
  font-family: var(--display);
  font-size: clamp(54px, 6.4vw, 86px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.045em;
}
.simple-hero h1 em { color: var(--green); font-weight: 500; }
.simple-hero > div:first-child > p:not(.launch-note) { max-width: 650px; margin: 0; color: var(--muted); font-size: 18px; }
.simple-mark { min-height: 390px; display: grid; place-items: center; align-content: center; gap: 25px; padding: 50px; border-radius: 32px; background: linear-gradient(145deg, #edf8f1, #dcefe4); }
.simple-mark img { width: min(280px, 80%); }
.simple-mark > div { display: flex; align-items: baseline; gap: 12px; }
.simple-mark span { font-family: var(--urdu); font-size: 28px; font-weight: 750; }
.simple-mark b { color: var(--green); font-size: 14px; }
.simple-mark small { color: var(--muted); font-size: 11px; }
.simple-about { padding-block: 85px; color: white; background: var(--green-dark); }
.simple-about h2 { max-width: 760px; margin: 16px 0 48px; font-family: var(--display); font-size: clamp(40px, 5vw, 60px); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.simple-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.simple-feature-grid article { padding: 30px 32px 0 0; }
.simple-feature-grid article + article { padding-left: 32px; border-left: 1px solid rgba(255,255,255,.18); }
.simple-feature-grid span { color: #7fd6a8; font-size: 10px; font-weight: 800; }
.simple-feature-grid h3 { margin: 20px 0 8px; font-family: var(--display); font-size: 26px; font-weight: 500; }
.simple-feature-grid p { margin: 0; color: #bad0c3; font-size: 13px; }
.essential-links { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding-block: 95px; }
.essential-links h2 { margin: 14px 0 0; font-family: var(--display); font-size: 45px; font-weight: 500; line-height: 1.08; }
.essential-grid { border-top: 1px solid var(--line); }
.essential-grid a { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 20px; padding: 22px 4px; border-bottom: 1px solid var(--line); text-decoration: none; }
.essential-grid span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.essential-grid b { font-family: var(--display); font-size: 20px; font-weight: 500; }
.essential-grid i { color: var(--green); font-style: normal; }
.essential-grid a:hover b { color: var(--green); }

@media (max-width: 820px) {
  .simple-hero { grid-template-columns: 1fr; gap: 45px; padding-block: 65px 75px; }
  .simple-mark { min-height: 320px; }
  .simple-feature-grid { grid-template-columns: 1fr; }
  .simple-feature-grid article { padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .simple-feature-grid article + article { padding-left: 0; border-left: 0; }
  .essential-links { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 520px) {
  .simple-hero h1 { font-size: 50px; }
  .simple-hero > div:first-child > p:not(.launch-note) { font-size: 16px; }
  .simple-mark { min-height: 250px; padding: 30px; }
  .simple-mark img { width: 190px; }
  .simple-mark > div { flex-wrap: wrap; justify-content: center; }
  .essential-grid a { grid-template-columns: 80px 1fr auto; gap: 10px; }
}

.auth-callback { min-height: 670px; display: grid; place-items: center; padding-block: 70px; }
.auth-callback-card { width: min(560px, 100%); padding: 50px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, #f6faf7, #fffef9); box-shadow: 0 24px 70px rgba(11,23,17,.09); text-align: center; }
.auth-callback-card > img { width: 90px; margin: 0 auto 24px; }
.auth-callback-card .eyebrow { justify-content: center; }
.auth-callback-card h1 { margin: 16px 0 12px; font-family: var(--display); font-size: 48px; font-weight: 500; line-height: 1; letter-spacing: -.035em; }
.auth-callback-card p { margin: 0 auto 26px; color: var(--muted); }
.auth-callback-card .button { width: 100%; }
.auth-callback-card small { display: block; margin-top: 20px; color: #7b877f; font-size: 11px; }

@media (max-width: 520px) {
  .auth-callback { min-height: 560px; }
  .auth-callback-card { padding: 38px 24px; }
  .auth-callback-card h1 { font-size: 40px; }
}
