:root{--navy:#062b55;--navy-2:#0b3b6d;--blue:#0b6bdc;--text:#10233f;--muted:#627084;--line:#dbe5ef;--surface:#ffffff;--bg:#f4f8fc;--green:#21a755;--orange:#f08a24;--red:#d93a3a;--purple:#6231b8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}button{font:inherit}.topbar{background:linear-gradient(115deg,#041f3d,#083662);color:#fff;padding:22px clamp(18px,4vw,56px);justify-content:space-between;gap:24px}.brand,.topbar{display:flex;align-items:center}.brand{gap:18px;min-width:0}.brand-logo{height:38px;width:auto;display:block;object-fit:contain;filter:drop-shadow(0 0 0 rgba(0,0,0,0))}.brand-copy{min-width:0}.brand-copy h1{font-size:24px;margin:0 0 4px}.brand-copy p{margin:0;opacity:.9;font-size:13px;font-weight:600;letter-spacing:.02em}.private-note{display:flex;align-items:center;gap:10px;font-size:12px}.private-note span{display:block;opacity:.75;margin-top:3px}.lock-icon{width:31px;height:31px;border:1px solid rgba(255,255,255,.8);border-radius:9px;display:grid;place-items:center}main{max-width:1180px;margin:0 auto;padding:0 18px 28px}.hero-card{background:#fff;border-radius:24px;padding:38px;display:grid;grid-template-columns:280px 1fr;grid-gap:32px;gap:32px;box-shadow:0 14px 40px rgba(10,43,78,.09);position:relative}.hero-illustration{position:relative;min-height:285px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-person-image{display:block;width:100%;max-width:330px;height:auto;object-fit:contain;filter:drop-shadow(0 14px 24px rgba(6,43,85,.12))}.hero-content{padding-top:8px}.role-label{display:inline-block;background:#e8f2ff;color:#1767c7;padding:6px 10px;border-radius:6px;font-weight:700;margin-bottom:10px}.hero-content h2{font-size:43px;line-height:1;margin:0 0 8px;color:#062b55}.hero-content h3{font-size:24px;margin:0 0 28px;color:#0c2d56}.purpose{display:flex;gap:16px;align-items:flex-start}.purpose-icon{font-size:32px;color:#0c2d56}.purpose h4{margin:2px 0 8px;font-size:18px}.purpose p{margin:0;line-height:1.65;max-width:720px}.hero-content blockquote{margin:24px 0 0;padding:16px 20px;border:1px solid #cfe1f4;background:#f3f8ff;border-radius:10px;color:#0c4c93;font-weight:500}.hero-content blockquote span{font-size:29px;vertical-align:-8px;margin-right:8px}.quick-info{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;border:1px solid var(--line);border-radius:16px;padding:18px}.quick-item{display:flex;align-items:center;gap:12px;padding:7px}.quick-icon{font-size:28px;color:#083a70}.quick-item small,.quick-item strong{display:block}.quick-item small{font-size:12px;color:#5d6b7c;margin-bottom:4px}.quick-item strong{font-size:14px}.section-tabs{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:14px;gap:14px;margin:18px 0}.tab{border:1px solid var(--line);background:#fff;border-radius:15px;padding:18px;text-align:left;display:flex;gap:12px;align-items:flex-start;cursor:pointer;min-height:114px;color:var(--text)}.tab.active,.tab:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(13,52,89,.08);border-color:#9fc6ef}.tab:first-child{background:#f4f9ff}.tab:nth-child(2){background:#f5fbf4}.tab:nth-child(3){background:#fff8f1}.tab:nth-child(4){background:#fff5f5}.tab:nth-child(5){background:#f8f5ff}.tab:first-child strong{color:var(--blue)}.tab:nth-child(2) strong{color:var(--green)}.tab:nth-child(3) strong{color:var(--orange)}.tab:nth-child(4) strong{color:var(--red)}.tab:nth-child(5) strong{color:var(--purple)}.tab small,.tab strong{display:block}.tab strong{font-size:14px;margin-bottom:10px}.tab small{line-height:1.45;color:#5c6978}.content-grid{display:grid;grid-template-columns:1.55fr 1fr;grid-gap:18px;gap:18px}.panel{background:#fff;border-radius:20px;padding:28px;box-shadow:0 8px 26px rgba(15,46,81,.07)}.main-panel{min-height:565px}.guide-section{display:none}.guide-section.active{display:block;justify-content:space-between;gap:18px;align-items:center;border-bottom:2px solid #4ba0ef;padding-bottom:16px;margin-bottom:24px}.section-kicker{font-size:13px;color:var(--blue);font-weight:900;letter-spacing:.1em;margin:0 0 8px}.section-kicker.green{color:var(--green)}.section-kicker.orange{color:var(--orange)}.section-kicker.red{color:var(--red)}.section-kicker.purple{color:var(--purple)}.section-title-row h3{font-size:25px;margin:0;color:var(--navy)}.panel h4{font-size:17px;margin:22px 0 12px}.check-list{list-style:none;padding:0;margin:0}.check-list li{position:relative;padding:0 0 14px 28px;line-height:1.55}.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:#10233f;font-weight:800}.essentials{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin:16px 0 18px}.essentials div{text-align:center}.essentials span{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#eaf4ff;margin:0 auto 8px;font-size:26px;line-height:1.35}.info-box,.support-box,.warning-box{padding:15px 18px;border-radius:10px;margin-top:18px;line-height:1.5}.info-box{background:#eef7ff;border:1px solid #cfe6fa}.warning-box{background:#fff5f3;border:1px solid #ffd0c9}.support-box{background:#f4f0ff;border:1px solid #d9cdfa}.mentor-card{background:#eef7ff;border-left:4px solid #0b6bdc;padding:16px 18px;margin-top:18px}.mentor-card span,.mentor-card strong{display:block}.mentor-card span{font-size:12px;color:#5f6d7e;margin-bottom:5px}.communication-panel{background:linear-gradient(180deg,#073767,#052b53);color:#fff}.communication-panel h3{font-size:17px;color:#fff;border-bottom:2px solid rgba(255,255,255,.55);padding-bottom:16px;margin:0 0 24px}.communication-panel h4{font-size:17px}.communication-panel ul{padding-left:20px;line-height:1.75;color:#dbe8f5}.golden-rule{display:flex;gap:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:12px;padding:18px;margin-top:24px}.golden-rule span{color:#fff;font-size:22px}.golden-rule p{margin:7px 0 0;line-height:1.5}.mini-animation{width:112px;height:78px;position:relative;flex:0 0 auto;border-radius:18px;background:#f3f8ff;overflow:hidden;display:flex;align-items:center;justify-content:center}.mini-animation svg{width:36px;height:36px}.prep-animation{color:var(--blue)}.traffic-animation{background:#eef9f0;color:var(--green)}.exit-animation{background:#fff4ea;color:var(--orange)}.alert-animation{background:#fdeeee;color:var(--red)}.people-animation{background:#f6f1ff;color:var(--purple)}.radio-animation{position:relative;height:140px;margin-top:22px}.radio-body{width:82px;height:112px;border-radius:14px;left:60px;top:14px;box-shadow:0 10px 30px rgba(0,0,0,.18)}.radio-body,.radio-body:before{position:absolute;background:#fff}.radio-body:before{content:"";width:8px;height:31px;right:11px;top:-26px;border-radius:4px}.radio-screen{position:absolute;left:14px;right:14px;top:18px;height:27px;border-radius:5px;background:#77b5ef}.radio-grid{position:absolute;left:17px;right:17px;bottom:18px;height:45px;background:repeating-linear-gradient(90deg,#c8d6e4 0 4px,transparent 4px 9px),repeating-linear-gradient(0deg,#c8d6e4 0 4px,transparent 4px 9px)}.radio-wave{position:absolute;border:3px solid #8ec6ff;border-left:0;border-bottom:0;border-radius:0 100% 0 0;transform:rotate(45deg);opacity:.85}.wave-one{width:22px;height:22px;left:128px;top:20px}.wave-two{width:40px;height:40px;left:132px;top:11px}.wave-three{width:58px;height:58px;left:136px;top:2px}.resources-heading p{font-size:13px;color:var(--blue);font-weight:900;letter-spacing:.1em;margin:0 0 8px}.resources-heading h2{margin:0 0 22px;color:var(--navy);font-size:26px}.resource-grid{display:grid;grid-template-columns:1.45fr 1fr;grid-gap:16px;gap:16px}.resource-card{padding:0;border:0;border-radius:16px;overflow:hidden;position:relative;height:200px;cursor:pointer;background:#001d38;text-align:left}.resource-card img{width:100%;height:100%;object-fit:cover;object-position:top;position:absolute;inset:0;display:block}.resource-card:hover img{transform:scale(1.025)}.resource-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,29,56,.95),rgba(0,29,56,.6) 42%,rgba(0,29,56,.05) 72%);z-index:1;pointer-events:none}.resource-card span{position:absolute;left:24px;right:24px;bottom:20px;color:#fff;z-index:2}.resource-card small,.resource-card strong{display:block}.resource-card small{color:#8ec5ff;font-weight:900;letter-spacing:.1em;margin-bottom:8px}.resource-card strong{font-size:21px}.spiritual{margin-top:32px;background:#fffaf0;border:1px solid #f3e6bf;border-radius:16px;padding:22px 28px;display:grid;grid-template-columns:70px 1.4fr 1fr 40px;grid-gap:20px;gap:20px;align-items:center}.bible-icon{position:relative;width:58px;height:52px}.page{position:absolute;top:6px;width:29px;height:40px;border:2px solid #0d315f;background:#fff}.left-page{left:1px;border-radius:8px 2px 2px 8px;transform:rotate(-5deg)}.right-page{right:1px;border-radius:2px 8px 8px 2px;transform:rotate(5deg)}.cross{position:absolute;left:23px;top:15px;color:#0d315f;z-index:2;font-style:italic;font-size:18px;margin:10px 0}.spiritual p{margin:0;line-height:1.45}.spiritual-note{font-size:14px}.heart{font-size:34px;color:#d98a8a}footer{color:var(--muted);padding:22px clamp(18px,4vw,56px);justify-content:space-between;gap:20px;font-size:13px;border-top:1px solid var(--line)}.footer-brand,footer{display:flex;align-items:center}.footer-brand{gap:14px;min-width:0}.footer-logo{height:26px;width:auto;display:block}.footer-brand span{font-weight:600;opacity:.92}.modal{display:none;position:fixed;inset:0;z-index:100}.modal.open{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(0,17,34,.82);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:0;padding:0;cursor:pointer}.modal-content{position:relative;z-index:1;width:min(1100px,92vw);max-height:90vh;overflow:auto;margin:5vh auto;background:#fff;border-radius:18px;padding:26px}.modal-content h2{margin:0 40px 20px 0;color:var(--navy)}.modal-content img{display:block;width:100%;height:auto;border-radius:10px}.modal-close{position:absolute;right:18px;top:15px;border:0;background:var(--navy);color:#fff;width:38px;height:38px;border-radius:50%;font-size:25px;cursor:pointer}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important}}@media(max-width:900px){.hero-card{grid-template-columns:1fr;padding:24px}.hero-illustration{display:none}.quick-info,.section-tabs{grid-template-columns:repeat(2,1fr)}.content-grid,.resource-grid{grid-template-columns:1fr}.spiritual{grid-template-columns:55px 1fr}.heart,.spiritual-note{grid-column:2}}@media(max-width:620px){.topbar{align-items:flex-start;padding:18px}.private-note{display:none}.brand{align-items:flex-start}.brand-logo{height:30px}.brand-copy h1{font-size:18px}.brand-copy p{font-size:12px}main{padding:0 10px 20px}.hero-card{border-radius:0 0 18px 18px;margin-left:-10px;margin-right:-10px}.hero-content h2{font-size:33px}.hero-content h3{font-size:19px}.quick-info{grid-template-columns:1fr;padding:10px}.section-tabs{display:flex;overflow-x:auto;padding-bottom:4px}.tab{min-width:210px;min-height:102px}.panel,.resources{padding:20px}.section-title-row{align-items:flex-start}.mini-animation{width:84px;height:68px}.essentials{grid-template-columns:repeat(2,1fr);row-gap:20px}.resource-card{height:180px}.spiritual{padding:20px;grid-template-columns:1fr}.bible-icon,.heart,.spiritual-note{grid-column:1}footer{text-align:center}.footer-brand,footer{flex-direction:column}}.discover-intro{margin:22px 0 12px;text-align:center;padding:8px 16px}.discover-kicker{margin:0 0 8px;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.12em}.discover-intro h2{margin:0 0 8px;color:var(--navy);font-size:28px;letter-spacing:-.03em}.discover-intro p:last-child{margin:0 auto;max-width:640px;color:var(--muted);line-height:1.55}.tab-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;flex:0 0 34px;background:rgba(255,255,255,.72);border:1px solid rgba(12,74,140,.12);color:#10233f}.tab-icon svg{width:18px;height:18px}.back-options{display:inline-flex;margin-top:22px;color:var(--blue);font-weight:800;text-decoration:none;font-size:13px}.back-options:hover{text-decoration:underline}.cross,.essentials span,.heart,.hero-person-image,.radio-wave{animation:none!important}.resource-card:hover img,.tab.active,.tab:hover{transform:none}@media(max-width:620px){body{background:#f7f9fc}.topbar{padding:14px 16px;min-height:64px}.brand{gap:12px;width:100%}.brand-logo{height:24px;max-width:88px}.brand-copy h1{font-size:15px;line-height:1.2;margin-bottom:3px}.brand-copy p{font-size:10px;line-height:1.3}main{padding:0 10px 18px}.hero-card{padding:18px;border-radius:0 0 18px 18px;gap:16px}.hero-content{padding-top:0}.role-label{font-size:11px;padding:5px 8px}.hero-content h2{font-size:31px;line-height:1.02}.hero-content h3{font-size:17px;margin-bottom:18px}.purpose{gap:10px}.purpose-icon{font-size:24px}.purpose h4{font-size:15px}.purpose p{font-size:14px;line-height:1.55}.hero-content blockquote{padding:13px 14px;font-size:13px;line-height:1.5;margin-top:18px}.quick-info{gap:0;border-radius:12px;padding:4px 10px}.quick-item{padding:12px 4px;border-bottom:1px solid var(--line)}.quick-item:last-child{border-bottom:0}.quick-icon{font-size:21px;width:28px;text-align:center}.quick-item small{font-size:10px}.quick-item strong{font-size:13px}.discover-intro{margin:22px 0 10px;padding:0 8px}.discover-intro h2{font-size:23px}.discover-intro p:last-child{font-size:13px}.section-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;overflow:visible;margin:12px 0 14px}.tab{min-width:0;min-height:132px;padding:14px;border-radius:14px;flex-direction:column;gap:10px}.tab:last-child{grid-column:1/-1;min-height:104px}.tab strong{margin-bottom:5px;font-size:13px}.tab small{font-size:11px;line-height:1.4}.content-grid{gap:12px}.panel,.resources{border-radius:16px;padding:18px}.main-panel{min-height:auto}.section-title-row{display:block;margin-bottom:18px}.section-title-row h3{font-size:22px;line-height:1.2}.mini-animation{display:none}.check-list li{font-size:14px;padding-left:25px;padding-bottom:13px}.panel h4{font-size:15px}.essentials{grid-template-columns:1fr 1fr;gap:14px 10px}.essentials span{width:50px;height:50px;font-size:20px}.info-box,.mentor-card,.support-box,.warning-box{font-size:13px;padding:13px 14px}.communication-panel{order:2}.communication-panel h3,.communication-panel h4{font-size:15px}.communication-panel ul{font-size:13px;line-height:1.65}.radio-animation{display:none}.golden-rule{padding:14px;font-size:13px}.resources-heading h2{font-size:21px}.resource-grid{grid-template-columns:1fr;gap:12px}.resource-card{height:190px}.resource-card strong{font-size:17px}.spiritual{margin-top:12px;padding:18px;gap:14px}.spiritual blockquote{font-size:16px}.spiritual-note{font-size:13px}footer{padding:18px;font-size:11px}}