:root {
  /* Regnum Christi palette */
  --rc-blue:    #1a4fa0;
  --rc-blue2:   #2564c2;
  --rc-blue3:   #3b7de8;
  --rc-light:   #e8f0fc;
  --rc-pale:    #f4f7fe;
  --gold:       #c9a227;
  --gold2:      #f0d078;
  --white:      #ffffff;
  --cream:      #fafbff;
  --gray:       #6b7280;
  --dark:       #111827;
  --border:     #d4dff5;
  --green:      #166534;
  --green2:     #dcfce7;
  --red:        #991b1b;
  --shadow:     0 4px 24px rgba(26,79,160,0.12);
  --shadow-sm:  0 2px 10px rgba(26,79,160,0.08);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Georgia', serif; background: var(--cream); color: var(--dark); line-height: 1.7; }

/* ── HERO ── */
.hero {
  background: linear-gradient(155deg, #0d2d6b 0%, var(--rc-blue) 45%, #2060c0 100%);
  color: #fff; text-align: center; padding: 80px 24px 64px; position: relative; overflow: hidden;
}
.hero-bg-cross {
  position: absolute; font-size: 480px; line-height: 1;
  opacity: 0.04; top: 50%; left: 50%; transform: translate(-50%,-54%); pointer-events: none;
}
.rc-logo-wrap { margin-bottom: 28px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.rc-logo-wrap svg { width: 64px; height: 64px; }
.rc-brand { text-align: left; }
.rc-brand-name { font-family: Arial, sans-serif; font-size: 0.75rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold2); opacity: 0.9; }
.rc-brand-full { font-size: 1.1rem; color: #fff; font-weight: 700; }
.hero-names {
  display: inline-flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(240,208,120,0.4);
  border-radius: 50px; padding: 8px 24px; margin-bottom: 24px;
  font-family: Arial, sans-serif; font-size: 0.85rem; letter-spacing: 1px; color: var(--gold2);
}
.hero-names span { font-size: 1.1rem; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.18; margin-bottom: 18px; }
.hero h1 em { color: var(--gold2); font-style: normal; }
.hero-sub { font-size: 1.05rem; max-width: 580px; margin: 0 auto 44px; opacity: 0.88; font-family: Arial, sans-serif; line-height: 1.65; }
.hero-stats { display: flex; justify-content: center; gap: 44px; flex-wrap: wrap; }
.stat { text-align: center; }
.stat-n { display: block; font-size: 2.5rem; font-weight: 700; color: var(--gold2); line-height: 1; }
.stat-l { font-family: Arial, sans-serif; font-size: 0.7rem; letter-spacing: 1.5px; text-transform: uppercase; opacity: 0.65; margin-top: 5px; }

/* ── MISSIONARIES BAND ── */
.missionaries {
  background: var(--white); border-bottom: 3px solid var(--rc-light);
  padding: 48px 24px;
}
.miss-inner { max-width: 860px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.miss-card {
  background: var(--rc-pale); border: 1px solid var(--border);
  border-radius: 18px; padding: 32px; text-align: center; box-shadow: var(--shadow-sm);
  position: relative; overflow: hidden;
}
.miss-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--rc-blue), var(--rc-blue3));
}
.miss-avatar { width: 88px; height: 88px; border-radius: 50%; background: var(--rc-blue); border: 3px solid var(--gold); margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; font-size: 2.2rem; color: #fff; }
.miss-card h3 { font-size: 1.4rem; color: var(--rc-blue); margin-bottom: 4px; }
.miss-role { font-family: Arial, sans-serif; font-size: 0.78rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 12px; }
.miss-card p { font-family: Arial, sans-serif; font-size: 0.88rem; color: var(--gray); line-height: 1.65; }

/* ── GOAL TRACKER ── */
.tracker { background: linear-gradient(135deg, #0d2d6b, var(--rc-blue)); padding: 40px 24px; }
.tracker-inner { max-width: 720px; margin: 0 auto; }
.tracker-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 14px; flex-wrap: wrap; gap: 8px; }
.tracker h3 { font-family: Arial, sans-serif; font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold2); margin-bottom: 4px; }
.tracker-amount { font-size: 1.5rem; color: #fff; font-weight: 700; }
.tracker-pct { font-family: Arial, sans-serif; font-size: 0.85rem; color: var(--gold2); }
.bar-wrap { background: rgba(255,255,255,0.12); border-radius: 50px; height: 20px; overflow: hidden; margin-bottom: 10px; }
.bar-fill { height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold2)); border-radius: 50px; transition: width 2s ease; }
.bar-labels { display: flex; justify-content: space-between; font-family: Arial, sans-serif; font-size: 0.72rem; color: rgba(255,255,255,0.45); }
.milestones { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.milestone { background: rgba(255,255,255,0.08); border: 1px solid rgba(201,162,39,0.35); color: var(--gold2); font-family: Arial, sans-serif; font-size: 0.76rem; padding: 5px 14px; border-radius: 20px; }

/* ── NAV ── */
.sticky-nav { position: sticky; top: 0; background: var(--rc-blue); z-index: 100; border-bottom: 3px solid var(--gold); }
.nav-scroll { display: flex; overflow-x: auto; padding: 0 16px; scrollbar-width: none; }
.nav-scroll::-webkit-scrollbar { display: none; }
.nav-scroll a { color: rgba(255,255,255,0.65); text-decoration: none; font-family: Arial, sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; padding: 13px 12px; white-space: nowrap; border-bottom: 3px solid transparent; transition: all 0.2s; }
.nav-scroll a:hover { color: var(--gold2); border-bottom-color: var(--gold); }

/* ── LAYOUT ── */
.container { max-width: 1020px; margin: 0 auto; padding: 0 24px; }
section { padding: 72px 0; }
section:nth-child(even) { background: var(--white); }

.sec-tag { display: inline-block; background: var(--rc-blue); color: #fff; font-family: Arial, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 4px 14px; border-radius: 12px; margin-bottom: 12px; }
.sec-head { text-align: center; margin-bottom: 52px; }
.sec-head h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); color: var(--rc-blue); margin-bottom: 12px; }
.sec-head p { color: var(--gray); max-width: 580px; margin: 0 auto; font-family: Arial, sans-serif; font-size: 0.92rem; }
.sec-divider { width: 48px; height: 3px; background: var(--gold); margin: 14px auto 0; border-radius: 2px; }

/* ── MATH BOX ── */
.math-box { background: linear-gradient(135deg, #0d2d6b, var(--rc-blue2)); color: #fff; border-radius: 18px; padding: 44px 40px; }
.math-box h2 { color: var(--gold2); font-size: 1.55rem; margin-bottom: 14px; }
.math-box p { opacity: 0.88; margin-bottom: 10px; font-family: Arial, sans-serif; }
.pills { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.pill { background: rgba(201,162,39,0.18); border: 1px solid rgba(201,162,39,0.5); color: var(--gold2); padding: 10px 22px; border-radius: 10px; font-family: Arial, sans-serif; font-size: 0.9rem; font-weight: 600; }

/* ── ACTIVITY CARDS ── */
.activities-grid { display: grid; gap: 32px; }
.act-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 20px;
  overflow: hidden; box-shadow: var(--shadow); display: grid; grid-template-columns: 280px 1fr;
}
.act-visual {
  background: linear-gradient(160deg, #0d2d6b, var(--rc-blue));
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 32px 20px; gap: 16px; min-height: 280px;
}
.act-visual svg { width: 118px; height: 118px; }
.act-yield { background: var(--gold); color: #0d2d6b; font-family: Arial, sans-serif; font-size: 0.8rem; font-weight: 800; padding: 6px 16px; border-radius: 20px; text-align: center; white-space: nowrap; }
.act-meta { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.act-tag { font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; padding: 3px 10px; border-radius: 8px; }
.tag-easy   { background: var(--green2); color: var(--green); }
.tag-medium { background: #fef3c7; color: #92400e; }
.tag-hard   { background: #fee2e2; color: #991b1b; }
.tag-fast   { background: var(--rc-light); color: var(--rc-blue); }
.tag-parish { background: #ede9fe; color: #5b21b6; }
.tag-online { background: #ecfdf5; color: #065f46; }

.act-body { padding: 32px; }
.act-body h3 { font-size: 1.28rem; color: var(--rc-blue); margin-bottom: 6px; }
.act-desc { color: var(--gray); font-family: Arial, sans-serif; font-size: 0.88rem; margin-bottom: 20px; line-height: 1.65; }
.steps-label { font-family: Arial, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--rc-blue3); margin-bottom: 12px; }
.steps { list-style: none; padding: 0; }
.steps li { display: flex; gap: 14px; margin-bottom: 12px; align-items: flex-start; }
.sn { width: 26px; height: 26px; min-width: 26px; background: var(--rc-blue); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: Arial, sans-serif; font-size: 11px; font-weight: 700; margin-top: 2px; }
.steps li span { font-family: Arial, sans-serif; font-size: 0.87rem; color: #374151; line-height: 1.65; }
.steps li strong { color: var(--rc-blue); }
.tip { background: var(--rc-pale); border-left: 3px solid var(--gold); padding: 12px 16px; margin-top: 18px; border-radius: 0 8px 8px 0; font-family: Arial, sans-serif; font-size: 0.84rem; color: #374151; }
.tip strong { color: var(--rc-blue); }

/* ── WEEK PLAN ── */
.week-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 20px; }
.wk { background: var(--white); border: 1px solid var(--border); border-top: 3px solid var(--rc-blue); border-radius: 14px; padding: 24px; box-shadow: var(--shadow-sm); }
.wk-num { font-family: Arial, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.wk h4 { color: var(--rc-blue); font-size: 1rem; margin-bottom: 14px; }
.wk ul { list-style: none; }
.wk ul li { font-family: Arial, sans-serif; font-size: 0.82rem; color: var(--gray); padding: 6px 0; border-bottom: 1px solid var(--rc-light); display: flex; gap: 8px; }
.wk ul li::before { content: '→'; color: var(--rc-blue3); flex-shrink: 0; }

/* ── TABLE ── */
.tbl { width: 100%; border-collapse: collapse; font-family: Arial, sans-serif; font-size: 0.87rem; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.tbl thead { background: var(--rc-blue); color: #fff; }
.tbl th { padding: 14px 18px; text-align: left; font-size: 0.73rem; letter-spacing: 1px; text-transform: uppercase; }
.tbl td { padding: 13px 18px; border-bottom: 1px solid var(--border); }
.tbl tbody tr:last-child td { border-bottom: none; }
.tbl tbody tr:nth-child(odd) { background: var(--rc-pale); }
.tbl tbody tr:nth-child(even) { background: var(--white); }
.hi { color: var(--green); font-weight: 700; }
.md { color: #c05621; font-weight: 600; }

/* ── MINDSET ── */
.mind-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.mind-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 28px; box-shadow: var(--shadow-sm); }
.mind-icon { font-size: 2rem; margin-bottom: 14px; }
.mind-card h4 { color: var(--rc-blue); margin-bottom: 8px; font-size: 1rem; }
.mind-card p { font-family: Arial, sans-serif; font-size: 0.85rem; color: var(--gray); line-height: 1.65; }

/* ── QUOTE BAND ── */
.quote-band { background: var(--rc-blue); padding: 56px 24px; text-align: center; }
.quote-band blockquote { font-size: clamp(1.1rem, 2.5vw, 1.55rem); color: #fff; max-width: 720px; margin: 0 auto; line-height: 1.6; }
.quote-band cite { display: block; margin-top: 16px; color: var(--gold2); font-family: Arial, sans-serif; font-size: 0.82rem; letter-spacing: 1px; text-transform: uppercase; font-style: normal; }

/* ── FOOTER ── */
footer { background: #0d2060; color: rgba(255,255,255,0.55); text-align: center; padding: 48px 24px; font-family: Arial, sans-serif; font-size: 0.85rem; }
footer a { color: var(--gold2); text-decoration: none; }
.foot-rc { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 20px; }
.foot-rc svg { width: 44px; height: 44px; }
.foot-rc-text { text-align: left; }
.foot-rc-text strong { display: block; color: #fff; font-size: 1rem; }
.foot-rc-text span { font-size: 0.75rem; letter-spacing: 1px; text-transform: uppercase; color: var(--gold2); }
footer p { margin-bottom: 8px; }

/* ── RESPONSIVE ── */
@media (max-width: 740px) {
  .act-card { grid-template-columns: 1fr; }
  .act-visual { min-height: 200px; }
  .miss-inner { grid-template-columns: 1fr; }
  .math-box { padding: 28px 20px; }
  .hero-stats { gap: 24px; }
}
@media (max-width: 480px) {
  .hero { padding: 56px 16px 44px; }
  .act-body { padding: 22px 16px; }
}
