:root{
  --navy:#0D2340;
  --royal:#173A63;
  --rose:#A63446;
  --rose-soft:#C96A78;
  --gold:#C9A227;
  --gold-soft:#E4C878;
  --white:#FFFFFF;
  --bg:#FAF7F5;
  --text:#1C1F2B;
  --muted:#5B6478;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.55;
  cursor:pointer;
}
a{text-decoration:none;color:inherit;}
section{padding:56px 20px;}
.wrap{max-width:1040px;margin:0 auto;}
.serif{font-family:Georgia,"Times New Roman",serif;}

/* Top bar */
.topbar{
  background:var(--navy);color:var(--white);
  padding:10px 20px;display:flex;justify-content:space-between;
  align-items:center;flex-wrap:wrap;gap:8px;
  position:sticky;top:0;z-index:50;
}
.topbar .brand{font-family:Georgia,serif;font-size:1.05rem;}
.topbar .brand span{color:var(--gold-soft);}
.topbar .phone{font-size:.9rem;color:var(--gold-soft);white-space:nowrap;}

/* Hero */
.hero{
  background:linear-gradient(160deg,var(--navy) 0%,var(--royal) 55%,var(--rose) 130%);
  color:var(--white);text-align:center;
  padding:64px 20px 56px;
  position:relative;overflow:hidden;
}
.mala{width:180px;height:180px;margin:0 auto 26px;position:relative;animation:spin 70s linear infinite;}
@media (prefers-reduced-motion: reduce){ .mala{animation:none;} }
@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
.mala svg{width:100%;height:100%;}
.mala-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.8rem;}

.hero .rotator{
  min-height:1.6em;color:var(--gold-soft);font-weight:600;
  font-size:1.05rem;margin-bottom:12px;letter-spacing:.3px;
}
.hero h1{font-family:Georgia,serif;font-size:clamp(1.9rem,5vw,2.9rem);margin-bottom:14px;}
.hero h1 .name{color:var(--gold-soft);}
.hero p.sub{max-width:580px;margin:0 auto 30px;color:#E7DEE0;font-size:1.02rem;}

.cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:8px;
  font-weight:600;font-size:1rem;border:2px solid transparent;transition:transform .15s ease;}
.btn:active{transform:scale(.97);}
.btn-primary{background:#25D366;color:#fff;}
.btn-secondary{background:transparent;color:var(--white);border-color:rgba(255,255,255,.55);}
.btn svg{width:19px;height:19px;flex-shrink:0;}

/* Quick help */
.help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;}
.help-card{
  background:var(--white);border:1px solid #EDE1E0;border-radius:12px;
  padding:22px 18px;text-align:center;
}
.help-card .icon{
  width:42px;height:42px;margin:0 auto 12px;border-radius:10px;
  background:linear-gradient(135deg,var(--rose),var(--royal));
  display:flex;align-items:center;justify-content:center;
}
.help-card .icon svg{width:22px;height:22px;stroke:#fff;}
.help-card h3{font-family:Georgia,serif;font-size:1.02rem;color:var(--navy);margin-bottom:6px;}
.help-card p{font-size:.85rem;color:var(--muted);margin-bottom:12px;}
.help-card .link{color:var(--rose);font-weight:700;font-size:.85rem;}

.sec-head{text-align:center;max-width:620px;margin:0 auto 34px;}
.sec-head .eyebrow{color:var(--rose);letter-spacing:2px;font-size:.75rem;text-transform:uppercase;font-weight:700;margin-bottom:8px;}
.sec-head h2{font-family:Georgia,serif;font-size:clamp(1.5rem,3.6vw,2.1rem);color:var(--navy);}
.sec-head p{color:var(--muted);margin-top:10px;font-size:.98rem;}

/* About */
.about{background:var(--white);border-top:1px solid #EDE1E0;border-bottom:1px solid #EDE1E0;}
.about .wrap{display:grid;grid-template-columns:120px 1fr;gap:28px;align-items:center;}
.about .badge{
  width:110px;height:110px;border-radius:50%;
  background:linear-gradient(135deg,var(--navy),var(--rose));
  display:flex;align-items:center;justify-content:center;
  font-family:Georgia,serif;color:var(--gold-soft);font-size:2.1rem;
  border:3px solid var(--gold-soft);
}
.about h2{font-family:Georgia,serif;color:var(--navy);font-size:1.4rem;margin-bottom:8px;}
.about p{color:var(--muted);font-size:.95rem;margin-bottom:8px;}
@media (max-width:520px){.about .wrap{grid-template-columns:1fr;text-align:center;justify-items:center;}}

/* Trust points */
.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;}
.trust-item{background:var(--white);border:1px solid #EDE1E0;border-radius:12px;padding:18px;}
.trust-item h4{font-family:Georgia,serif;color:var(--navy);font-size:1rem;margin-bottom:4px;}
.trust-item p{font-size:.85rem;color:var(--muted);}

/* Services */
.services-section{background:var(--white);border-top:1px solid #EDE1E0;border-bottom:1px solid #EDE1E0;}
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;}
.service-card{
  background:var(--white);border:1px solid #EDE1E0;border-radius:12px;
  padding:22px 20px;text-align:left;
}
.service-card .icon{
  width:40px;height:40px;border-radius:10px;
  background:linear-gradient(135deg,var(--royal),var(--rose));
  display:flex;align-items:center;justify-content:center;margin-bottom:12px;
}
.service-card .icon svg{width:20px;height:20px;stroke:#fff;}
.service-card h3{font-family:Georgia,serif;font-size:1rem;color:var(--navy);}

/* Final CTA */
.final-cta{background:linear-gradient(160deg,var(--royal),var(--navy));color:var(--white);text-align:center;}
.final-cta h2{font-family:Georgia,serif;font-size:clamp(1.5rem,3.6vw,2rem);margin-bottom:10px;}
.final-cta p{color:#E7DEE0;margin-bottom:26px;}

footer{background:var(--navy);color:#B9A9AC;text-align:center;padding:24px 20px;font-size:.82rem;}
footer .fname{color:var(--gold-soft);font-family:Georgia,serif;}
footer .disclaimer{max-width:640px;margin:12px auto 0;font-size:.76rem;color:#8C7C80;}

.float-wa{
  position:fixed;bottom:20px;right:20px;width:58px;height:58px;border-radius:50%;
  background:#25D366;display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 18px rgba(0,0,0,.25);z-index:100;
  animation:pulse 2.4s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce){.float-wa{animation:none;}}
@keyframes pulse{0%,100%{box-shadow:0 6px 18px rgba(37,211,102,.35);}50%{box-shadow:0 6px 26px rgba(37,211,102,.7);}}
.float-wa svg{width:28px;height:28px;fill:#fff;}

a:focus-visible,.btn:focus-visible{outline:3px solid var(--gold-soft);outline-offset:2px;}
