@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Inter:wght@400;500;600;700;800&display=swap');

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: #FFFFFF;
  color: #0B1E3D;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }

.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ============ BACKGROUND ORBS ============ */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

/* ============ NAV ============ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 12px 14px 12px 24px;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 100px;
  box-shadow: 0 8px 32px rgba(15,30,60,0.07);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.2px;
}
.nav-logo span { color: #2456DB; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
}
.nav-links a {
  font-size: 13px;
  font-weight: 600;
  color: #4B5670;
  letter-spacing: 0.1px;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.nav-links a:hover { color: #0B1E3D; }
.nav-links a.active { color: #2456DB; }
.nav-cta {
  background: #0B1E3D;
  color: #FFFFFF !important;
  padding: 9px 20px;
  border-radius: 100px;
  font-size: 12.5px;
  font-weight: 700;
  white-space: nowrap;
}

/* ============ GLASS / PRISM CARD ============ */
.glass {
  position: relative;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.75);
  box-shadow: 0 20px 60px rgba(15,30,60,0.08), inset 0 1px 0 rgba(255,255,255,0.8);
}
.prism-ring { position: relative; }
.prism-ring::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from 120deg, #2456DB, #B8CCFF, #FFFFFF 40%, #6E9DFF, #2456DB);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.55;
  pointer-events: none;
}

/* ============ PAGE HERO (subpages) ============ */
.page-hero {
  position: relative;
  padding: 200px 0 90px 0;
  text-align: center;
  overflow: hidden;
}
.page-hero .eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px 7px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #2456DB;
  margin-bottom: 28px;
}
.page-hero .eyebrow-pill .dot { width: 6px; height: 6px; border-radius: 50%; background: #2456DB; }
.page-hero h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -2px;
  max-width: 760px;
  margin: 0 auto 22px auto;
}
.page-hero h1 .light { color: #A6B4D6; }
.page-hero-sub {
  font-size: 17px;
  color: #5C6C8A;
  font-weight: 400;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
.page-hero-content { position: relative; z-index: 2; }

/* ============ HOME HERO ============ */
.hero {
  position: relative;
  padding: 220px 0 140px 0;
  text-align: center;
  overflow: hidden;
}
.orb-1 { width: 520px; height: 520px; top: -180px; left: 50%; margin-left: -600px; background: radial-gradient(circle, #8FB2FF 0%, transparent 70%); opacity: 0.5; }
.orb-2 { width: 460px; height: 460px; top: -80px; right: 50%; margin-right: -580px; background: radial-gradient(circle, #C9D9FF 0%, transparent 70%); opacity: 0.55; }

.hero-content { position: relative; z-index: 2; }

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px 7px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #2456DB;
  margin-bottom: 36px;
}
.eyebrow-pill .dot { width: 6px; height: 6px; border-radius: 50%; background: #2456DB; }

.hero h1 {
  font-size: 76px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -2.5px;
  max-width: 820px;
  margin: 0 auto 26px auto;
}
.hero h1 .light { color: #A6B4D6; }

.hero-sub {
  font-size: 19px;
  color: #5C6C8A;
  font-weight: 400;
  max-width: 560px;
  margin: 0 auto 44px auto;
  line-height: 1.55;
}

.hero-ctas {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}
.btn-primary {
  background: #0B1E3D;
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(11,30,61,0.25);
  transition: transform 0.2s ease;
  display: inline-block;
}
.btn-primary:hover { transform: translateY(-2px); }
.btn-ghost {
  padding: 15px 28px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  color: #0B1E3D;
  border: 1px solid rgba(11,30,61,0.15);
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(10px);
  transition: transform 0.2s ease, background 0.2s ease;
  display: inline-block;
}
.btn-ghost:hover { background: rgba(255,255,255,0.9); transform: translateY(-2px); }

.hero-perk {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  color: #2456DB;
  margin-bottom: 90px;
}
.hero-perk svg { flex-shrink: 0; }

/* floating prism showcase */
.hero-visual {
  position: relative;
  height: 300px;
  max-width: 720px;
  margin: 0 auto;
}
.float-card {
  position: absolute;
  border-radius: 26px;
  padding: 28px 32px;
  text-align: left;
}
.card-main {
  width: 400px;
  left: 50%;
  margin-left: -200px;
  top: 0;
  border-radius: 26px;
  transform: perspective(1000px) rotateX(4deg) rotateY(-6deg);
}
.card-main .stat-grid { display: flex; gap: 36px; }
.card-main .stat-grid > div { white-space: nowrap; }
.card-main .stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 34px;
  color: #0B1E3D;
  line-height: 1;
}
.card-main .stat-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #8A96AF;
  text-transform: uppercase;
  margin-top: 8px;
}

.card-chip {
  width: 210px;
  right: 40px;
  bottom: -30px;
  border-radius: 20px;
  padding: 18px 22px;
  transform: perspective(1000px) rotateX(-3deg) rotateY(8deg);
}
.chip-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2456DB;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.chip-value { font-size: 13px; font-weight: 600; color: #0B1E3D; }
.mini-chart { margin-top: 12px; width: 100%; height: 34px; }

/* ============ SECTION SHELL ============ */
section { position: relative; z-index: 2; }
.section-pad { padding: 130px 0; }
.section-pad-tight { padding: 0 0 130px 0; }
.section-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 80px auto;
}
.section-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #2456DB;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 1.15;
  margin-bottom: 18px;
}
.section-desc { font-size: 16px; color: #6B7690; line-height: 1.6; }

/* ============ PROGRAM CARDS ============ */
.program-section { background: linear-gradient(180deg, #FFFFFF 0%, #F6F8FD 50%, #FFFFFF 100%); }

.levels { display: flex; gap: 28px; }
.level-card {
  flex: 1;
  border-radius: 28px;
  padding: 40px 32px 36px 32px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.level-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(15,30,60,0.13), inset 0 1px 0 rgba(255,255,255,0.9);
}
.level-num { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; color: #B8C2DA; margin-bottom: 18px; }
.level-name { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 28px; margin-bottom: 8px; }
.level-tagline { font-size: 13px; color: #8A96AF; font-weight: 500; margin-bottom: 24px; }
.level-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(11,30,61,0.08);
}
.level-price .amt { font-size: 22px; font-weight: 800; letter-spacing: -0.5px; color: #0B1E3D; }
.level-price .unit { font-size: 12px; color: #8A96AF; font-weight: 500; }
.level-clusters { display: flex; flex-direction: column; gap: 14px; }
.level-clusters li {
  list-style: none;
  font-size: 13.5px;
  font-weight: 500;
  color: #3A4560;
  padding-left: 18px;
  position: relative;
  line-height: 1.4;
}
.level-clusters li::before {
  content: "";
  position: absolute;
  left: 0; top: 6px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #2456DB;
}
.level-clusters li .c-desc {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 12px;
  color: #6B7690;
  line-height: 1.55;
  transition: max-height 0.35s ease, opacity 0.3s ease, margin-top 0.3s ease;
}
.level-clusters li:hover .c-desc,
.level-clusters li:focus-within .c-desc {
  max-height: 90px;
  opacity: 1;
  margin-top: 6px;
}
.level-clusters li .c-title { cursor: default; }
.level-hint {
  margin-top: 18px;
  font-size: 11px;
  color: #B8C2DA;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.level-note {
  margin-top: 22px;
  font-size: 12px;
  color: #6B7690;
  line-height: 1.5;
  padding-top: 18px;
  border-top: 1px dashed rgba(11,30,61,0.1);
}

/* ============ ABOUT ============ */
.about-grid { display: flex; align-items: center; gap: 72px; }
.about-visual {
  flex-shrink: 0;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: radial-gradient(circle at 30% 30%, #EAF1FF, #B8CCFF 60%, #6E9DFF 100%);
  box-shadow: 0 30px 70px rgba(36,86,219,0.25);
}
.about-visual span { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 68px; color: #FFFFFF; }
.about-text { flex: 1; }
.about-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 2px; color: #2456DB; text-transform: uppercase; margin-bottom: 16px; }
.about-text h2 { font-size: 34px; font-weight: 700; letter-spacing: -1px; line-height: 1.2; margin-bottom: 20px; }
.about-text p { font-size: 15.5px; color: #5C6C8A; line-height: 1.7; margin-bottom: 16px; max-width: 520px; }
.about-name { margin-top: 20px; font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 600; font-size: 19px; color: #0B1E3D; }
.about-role { font-size: 11.5px; letter-spacing: 1px; color: #8A96AF; font-weight: 600; text-transform: uppercase; margin-top: 4px; }

/* ============ DISCIPLINE / EXPERTISE STRIP (about page) ============ */
.discipline-grid {
  display: flex;
  gap: 24px;
  margin-top: 90px;
}
.discipline-card {
  flex: 1;
  border-radius: 24px;
  padding: 32px 28px;
}
.discipline-card .d-icon {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: rgba(36,86,219,0.08);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.discipline-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.discipline-card p { font-size: 13.5px; color: #6B7690; line-height: 1.6; }

/* ============ PRICING ============ */
.pricing-section { padding: 20px 0 160px 0; position: relative; text-align: center; }
.orb-3 { width: 600px; height: 600px; bottom: -260px; left: 50%; margin-left: -300px; background: radial-gradient(circle, #A7C4FF 0%, transparent 70%); opacity: 0.45; }

.price-panel {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  border-radius: 36px;
  padding: 72px 64px;
}

.price-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 2px; color: #2456DB; text-transform: uppercase; margin-bottom: 20px; }
.price-strike { font-size: 15px; color: #A6B4D6; text-decoration: line-through; margin-bottom: 14px; }
.price-big { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 76px; letter-spacing: -1px; color: #0B1E3D; line-height: 1; }
.price-alt { font-size: 16px; color: #5C6C8A; font-weight: 500; margin-top: 12px; }
.price-caption { font-size: 14px; color: #6B7690; max-width: 420px; margin: 24px auto 40px auto; line-height: 1.6; }

.price-breakdown {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(11,30,61,0.08);
}
.pb-item { padding: 0 32px; border-right: 1px solid rgba(11,30,61,0.08); }
.pb-item:last-child { border-right: none; }
.pb-level { font-size: 10.5px; font-weight: 700; letter-spacing: 1px; color: #8A96AF; text-transform: uppercase; margin-bottom: 8px; }
.pb-price { font-size: 17px; font-weight: 800; color: #0B1E3D; }

/* ============ FREE DASHBOARD CALLOUT ============ */
.dash-callout {
  max-width: 720px;
  margin: 40px auto 0 auto;
  border-radius: 28px;
  padding: 40px 44px;
  display: flex;
  align-items: center;
  gap: 28px;
  text-align: left;
  position: relative;
  z-index: 2;
}
.dash-icon {
  flex-shrink: 0;
  width: 56px; height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2456DB, #6E9DFF);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px rgba(36,86,219,0.3);
}
.dash-text { flex: 1; }
.dash-tag {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #2456DB;
  text-transform: uppercase;
  background: rgba(36,86,219,0.08);
  padding: 4px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.dash-text h4 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.dash-text p { font-size: 13.5px; color: #6B7690; line-height: 1.5; max-width: 420px; }
.dash-link {
  flex-shrink: 0;
  background: #0B1E3D;
  color: #FFFFFF !important;
  padding: 12px 22px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.2s ease;
}
.dash-link:hover { transform: translateY(-2px); }

/* ============ JOIN / REGISTER SECTION ============ */
.join-section {
  padding: 20px 0 160px 0;
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F8FD 50%, #FFFFFF 100%);
}

.join-panel {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  border-radius: 36px;
  padding: 56px 56px 48px 56px;
}

.join-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #2456DB;
  text-transform: uppercase;
  margin-bottom: 14px;
  text-align: center;
}
.join-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.8px;
  text-align: center;
  margin-bottom: 10px;
}
.join-desc {
  font-size: 14px;
  color: #6B7690;
  text-align: center;
  max-width: 440px;
  margin: 0 auto 44px auto;
  line-height: 1.6;
}

.form-group { margin-bottom: 24px; }
.form-label {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #4B5670;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.form-row { display: flex; gap: 18px; }
.form-row .form-group { flex: 1; }

.form-input, .form-select {
  width: 100%;
  padding: 13px 16px;
  border-radius: 12px;
  border: 1px solid rgba(11,30,61,0.12);
  background: rgba(255,255,255,0.7);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #0B1E3D;
  transition: border-color 0.2s ease;
}
.form-input:focus, .form-select:focus {
  outline: none;
  border-color: #2456DB;
}
.form-input::placeholder { color: #B8C2DA; }

/* plan selector */
.plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.plan-option {
  position: relative;
}
.plan-option input { position: absolute; opacity: 0; pointer-events: none; }
.plan-option label {
  display: block;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1.5px solid rgba(11,30,61,0.1);
  background: rgba(255,255,255,0.6);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.plan-option input:checked + label {
  border-color: #2456DB;
  background: rgba(36,86,219,0.06);
}
.plan-name { font-size: 13.5px; font-weight: 700; color: #0B1E3D; margin-bottom: 3px; }
.plan-price { font-size: 12px; color: #6B7690; font-weight: 500; }

/* payment method picker */
.pay-methods-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.pay-method { position: relative; }
.pay-method input { position: absolute; opacity: 0; pointer-events: none; }
.pay-method label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 18px 10px;
  border-radius: 16px;
  border: 1.5px solid rgba(11,30,61,0.1);
  background: rgba(255,255,255,0.6);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  text-align: center;
}
.pay-method input:checked + label {
  border-color: #2456DB;
  background: rgba(36,86,219,0.06);
  transform: translateY(-2px);
}
.pay-icon {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2456DB, #6E9DFF);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-method-name {
  font-size: 12px;
  font-weight: 700;
  color: #0B1E3D;
}

.pay-detail-panel {
  display: none;
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(36,86,219,0.05);
  font-size: 13px;
  color: #3A4560;
  margin-bottom: 16px;
}
.pay-detail-panel.active { display: block; }
.pay-detail-panel .pd-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 0;
}
.pay-detail-panel .pd-label { color: #6B7690; font-weight: 600; }
.pay-detail-panel .pd-value { color: #0B1E3D; font-weight: 700; text-align: right; }
.pay-fee-note {
  margin-top: 8px;
  font-size: 11.5px;
  color: #B8455A;
  font-style: italic;
}

.pay-next-steps {
  display: none;
  padding: 16px 20px;
  border-radius: 14px;
  background: rgba(11,30,61,0.04);
  border-left: 3px solid #2456DB;
  font-size: 12.5px;
  color: #3A4560;
  line-height: 1.6;
  margin-bottom: 24px;
}
.pay-next-steps.active { display: block; }
.pay-next-steps strong { color: #0B1E3D; }

.form-submit {
  width: 100%;
  background: #0B1E3D;
  color: #FFFFFF;
  border: none;
  padding: 16px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease;
  font-family: 'Inter', sans-serif;
  margin-top: 8px;
}
.form-submit:hover { transform: translateY(-2px); }

.join-note {
  margin-top: 20px;
  font-size: 12px;
  color: #8A96AF;
  text-align: center;
  line-height: 1.6;
}
.footer { padding: 60px 0 50px 0; text-align: center; }
.footer-cta { font-size: 13.5px; color: #6B7690; margin-bottom: 24px; }
.footer-cta a { color: #2456DB; font-weight: 700; }
.footer-rule { padding-top: 26px; border-top: 1px solid rgba(11,30,61,0.06); font-size: 11.5px; color: #B8C2DA; letter-spacing: 0.4px; }

/* ============ SCROLL REVEAL ============ */
body.js-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.8s ease, transform 0.8s ease; }
body.js-ready .reveal.in { opacity: 1; transform: translateY(0); }

/* ============ RESPONSIVE ============ */
@media (max-width: 860px) {
  .hero { padding: 160px 0 100px 0; }
  .hero h1 { font-size: 44px; letter-spacing: -1.5px; }
  .hero-sub { font-size: 16px; }
  .page-hero { padding: 150px 0 70px 0; }
  .page-hero h1 { font-size: 36px; letter-spacing: -1px; }
  .nav-links { display: none; }
  .hero-visual { height: 380px; }
  .card-main { width: 88%; margin-left: -44%; transform: none; }
  .card-chip { right: 6%; bottom: -60px; width: 180px; transform: none; }
  .levels { flex-direction: column; }
  .about-grid { flex-direction: column; text-align: center; gap: 32px; }
  .about-text p { margin-left: auto; margin-right: auto; }
  .discipline-grid { flex-direction: column; margin-top: 50px; }
  .price-panel { padding: 48px 26px; }
  .price-big { font-size: 52px; }
  .price-breakdown { flex-direction: column; gap: 20px; }
  .pb-item { border-right: none; padding: 0; }
  .dash-callout { flex-direction: column; text-align: center; padding: 32px 28px; }
  .dash-text p { margin: 0 auto; }
  .join-panel { padding: 40px 24px; }
  .form-row { flex-direction: column; gap: 0; }
  .plan-grid { grid-template-columns: 1fr; }
  .pay-methods-grid { grid-template-columns: 1fr 1fr; }
  .section-title { font-size: 30px; }
  .wrap { padding: 0 24px; }
}
