:root{
  --white:#ffffff;
  --ink:#172033;
  --muted:#647084;
  --blue:#14376c;
  --blue-dark:#0a2348;
  --gold:#c99a3c;
  --gold-soft:#fff2d8;
  --soft:#f7f9fc;
  --line:#e6ebf3;
  --shadow:0 24px 65px rgba(20,55,108,.13);
  --radius:28px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;background:var(--white);color:var(--ink);line-height:1.7;overflow-x:hidden}
a{text-decoration:none;color:inherit}.container{width:min(1120px,92%);margin:auto}.section{padding:88px 0}.soft{background:linear-gradient(180deg,#fff,var(--soft))}
.topbar{position:sticky;top:0;z-index:50;height:76px;padding:0 4%;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--blue)}.brand-icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff;display:grid;place-items:center;box-shadow:0 12px 24px rgba(20,55,108,.25)}
.nav{display:flex;align-items:center;gap:26px;font-size:.95rem;font-weight:800;color:var(--muted)}.nav a:hover{color:var(--blue)}.menu-btn{display:none;background:transparent;border:0;cursor:pointer;flex-direction:column;gap:5px}.menu-btn span{width:28px;height:3px;background:var(--blue);border-radius:10px;display:block}
.hero{position:relative;min-height:690px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 15% 20%,#fff1d0 0,#fff 32%,#f8fbff 100%)}.decor{position:absolute;border-radius:50%;pointer-events:none}.decor-a{width:360px;height:360px;background:#fff1d0;right:-120px;top:100px}.decor-b{width:210px;height:210px;background:#e9f1ff;left:-65px;bottom:80px}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.tag{display:inline-flex;gap:9px;align-items:center;margin-bottom:18px;padding:9px 15px;border-radius:999px;background:var(--gold-soft);color:#835d1d;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.tag:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--gold)}.tag-dark{background:rgba(255,255,255,.16);color:#fff}.hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(3.3rem,8vw,6.8rem);line-height:1;letter-spacing:-.05em;color:var(--blue-dark);margin-bottom:22px}.lead{font-size:clamp(1.18rem,2vw,1.55rem);color:var(--muted);max-width:620px;margin-bottom:34px}.actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 23px;border-radius:999px;font-weight:900;border:1px solid transparent;transition:.25s ease}.btn.primary{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff;box-shadow:0 16px 34px rgba(20,55,108,.24)}.btn.secondary{background:#fff;color:var(--blue);border-color:var(--line)}.btn:hover{transform:translateY(-3px)}
.hero-panel{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:36px;padding:38px;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-panel:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;background:var(--gold-soft);right:-55px;top:-55px}.cross{position:relative;width:82px;height:82px;border-radius:24px;background:linear-gradient(135deg,var(--gold),#e3bf6c);margin-bottom:24px;box-shadow:0 16px 28px rgba(201,154,60,.24)}.cross:before,.cross:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;border-radius:7px}.cross:before{width:14px;height:48px}.cross:after{width:44px;height:14px}.hero-panel h2{font-family:Georgia,'Times New Roman',serif;font-size:2.1rem;color:var(--blue-dark);margin-bottom:8px}.hero-panel p{color:var(--muted);margin-bottom:22px}.info-list{display:grid;gap:14px}.info-list div{padding:18px;border:1px solid var(--line);border-radius:20px;background:#fff}.info-list small{display:block;color:var(--muted);font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}.info-list strong{color:var(--blue-dark)}
.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:start}.section-title h2,.feature-copy h2,.visual-box h2,.sunday-box h2,.final-card h2{font-family:Georgia,'Times New Roman',serif;color:var(--blue-dark);line-height:1.12}.section-title h2{font-size:clamp(2.15rem,4vw,4rem);margin-bottom:16px}.section-title p:not(.tag),.feature-copy p,.sunday-box p,.final-card p{color:var(--muted)}.center{text-align:center;margin-bottom:44px}.center p:not(.tag){max-width:730px;margin:auto}.text-card{padding:34px;border-radius:var(--radius);border:1px solid var(--line);background:var(--soft);box-shadow:0 14px 44px rgba(20,55,108,.07)}.text-card p{color:var(--muted);margin-bottom:16px}.quote{margin-top:22px;padding:22px;border-left:5px solid var(--gold);background:#fff;border-radius:18px;color:var(--blue);font-weight:900}
.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.card{min-height:260px;padding:34px;border-radius:30px;background:#fff;border:1px solid var(--line);box-shadow:0 20px 50px rgba(20,55,108,.08);position:relative;overflow:hidden}.card:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;background:var(--gold-soft);right:-45px;bottom:-45px}.card span{position:relative;z-index:1;width:62px;height:62px;border-radius:18px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:52px}.card h3{position:relative;z-index:1;font-size:1.65rem;color:var(--blue-dark);margin-bottom:8px}.card p{position:relative;z-index:1;font-size:1.2rem;color:var(--gold);font-weight:900}
.feature-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}.visual-box{min-height:440px;border-radius:36px;background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff;padding:42px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;box-shadow:var(--shadow)}.visual-box:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.12);right:-90px;top:-90px}.book{position:absolute;top:42px;left:42px;width:118px;height:88px;border:4px solid rgba(255,255,255,.8);border-radius:14px}.book:before{content:"";position:absolute;left:50%;top:13px;width:3px;height:55px;background:rgba(255,255,255,.75)}.visual-box h2{position:relative;color:#fff;font-size:2.8rem;margin-bottom:10px}.visual-box p{position:relative;color:#f8e7be;font-weight:900}.feature-copy h2{font-size:clamp(2.1rem,3.8vw,3.55rem);margin-bottom:18px}.feature-copy>p:not(.tag){font-size:1.04rem;margin-bottom:24px}.pills{display:flex;gap:12px;flex-wrap:wrap}.pills span{padding:12px 16px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--blue);font-weight:900;box-shadow:0 10px 24px rgba(20,55,108,.05)}
.sunday-section{padding-top:20px}.sunday-box{padding:44px;border-radius:36px;background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:#fff;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;box-shadow:var(--shadow)}.sunday-box h2{color:#fff;font-size:3rem;margin-bottom:12px}.sunday-box p{color:rgba(255,255,255,.82);max-width:720px}.time-circle{width:180px;height:180px;border-radius:50%;background:#fff;color:var(--blue);display:grid;place-items:center;text-align:center;box-shadow:0 20px 50px rgba(0,0,0,.16)}.time-circle small{font-weight:900;color:var(--gold);text-transform:uppercase;letter-spacing:.08em}.time-circle strong{font-size:1.25rem}
.address-card{padding:36px;border-radius:30px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);display:grid;gap:18px}.address-card small{color:var(--muted);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.address-card strong{font-size:1.5rem;color:var(--blue-dark);line-height:1.35}.final-card{text-align:center;padding:54px 36px;border-radius:38px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.final-card h2{font-size:clamp(2rem,4vw,4rem);max-width:860px;margin:0 auto 16px}.final-card p{max-width:760px;margin:0 auto 26px}.final-tags{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.final-tags span{background:var(--gold-soft);color:#835d1d;font-weight:900;padding:12px 18px;border-radius:999px}
.footer{background:#0b1d38;color:#fff;padding:32px 0}.footer-grid{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer p{color:rgba(255,255,255,.72);margin-top:4px}.footer span{display:inline-block;margin-left:14px;color:#f7dca6;font-weight:800}.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.js .reveal.show{opacity:1;transform:translateY(0)}
@media(max-width:860px){.topbar{height:70px}.menu-btn{display:flex}.nav{position:absolute;top:70px;left:4%;right:4%;display:none;flex-direction:column;align-items:flex-start;padding:18px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.nav.open{display:flex}.section{padding:66px 0}.hero{min-height:auto;padding:70px 0}.hero-grid,.split,.feature-grid,.sunday-box{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.hero h1{font-size:3.5rem}.time-circle{width:150px;height:150px}.footer-grid{flex-direction:column;text-align:center}.footer span{margin:6px}.visual-box{min-height:360px}.visual-box h2,.sunday-box h2{font-size:2.25rem}}
@media(max-width:520px){.brand{font-size:.9rem}.brand-icon{width:42px;height:42px}.actions .btn{width:100%}.hero-panel,.text-card,.card,.visual-box,.sunday-box,.address-card,.final-card{padding:26px}.hero h1{font-size:3rem}.section-title h2{font-size:2.1rem}}
