
:root{
  --bg:#fffaf7;
  --white:#ffffff;
  --rose:#a85f73;
  --rose-dark:#8d4d61;
  --rose-deep:#72384d;
  --rose-light:#ead1d7;
  --rose-soft:#f8edeb;
  --ink:#221d1d;
  --muted:#645b59;
  --line:#eadbd7;
  --green:#20bd5a;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.5;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.wrap{width:min(1180px,calc(100% - 44px));margin:auto}
.topbar{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #eee3df;
  backdrop-filter:blur(12px)
}
.nav-wrap{
  min-height:82px;
  display:grid;
  grid-template-columns:260px 1fr auto;
  align-items:center;
  gap:28px
}
.brand img{width:235px;height:64px;object-fit:contain;object-position:left center}
.nav{display:flex;justify-content:flex-end;gap:30px;font-size:14px;font-weight:600}
.nav a:hover{color:var(--rose-dark)}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:12px 22px;
  border-radius:13px;
  font-weight:700;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-top{min-height:46px;background:var(--rose-dark);color:#fff;font-size:14px}
.wa{font-size:22px;margin-right:8px}
.green{color:var(--green)}
.eyebrow{
  display:inline-block;
  margin-bottom:18px;
  color:var(--rose-dark);
  text-transform:uppercase;
  font-size:12px;
  font-weight:800;
  letter-spacing:.11em
}
h1,h2{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:500;
  line-height:1.05;
  letter-spacing:-.03em
}
h1{font-size:clamp(54px,5vw,78px)}
h2{font-size:clamp(38px,4vw,54px)}
em{font-style:normal;color:var(--rose)}
.hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(90deg,#fffaf7 0%,#fffaf7 58%,#f7e8e5 100%);
  padding:48px 0 0
}
.hero-grid{
  min-height:690px;
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:36px;
  align-items:center
}
.hero-copy{padding:40px 0 70px}
.lead{max-width:590px;font-size:18px;color:var(--muted);margin:24px 0 28px}
.hero-benefits{
  max-width:620px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin:24px 0 30px
}
.hero-benefits article{text-align:center}
.round-icon{
  width:54px;height:54px;margin:0 auto 10px;
  display:grid;place-items:center;
  border-radius:50%;
  background:var(--rose-soft);
  color:var(--rose-dark);
  font-size:26px
}
.hero-benefits strong,.hero-benefits small{display:block}
.hero-benefits strong{font-size:13px}
.hero-benefits small{font-size:12px;color:var(--muted);margin-top:3px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.btn-main{background:var(--rose-dark);color:#fff;box-shadow:0 12px 24px rgba(141,77,97,.18)}
.btn-outline{background:#fff;color:var(--rose-dark);border:1px solid var(--rose-light)}
.btn b,.btn small{display:block}
.btn small{font-size:11px;font-weight:400;margin-top:2px}
.calendar{font-size:22px;margin-right:10px}
.hero-photo-area{position:relative;align-self:stretch;display:flex;align-items:flex-end;justify-content:center}
.hero-blob{
  position:absolute;inset:0 -80px 0 0;
  background:#f3dfdc;
  border-radius:50% 0 0 50%
}
.hero-photo{
  position:relative;
  z-index:1;
  width:100%;
  height:690px;
  object-fit:cover;
  object-position:50% 10%;
  border-radius:46% 0 0 0
}
.crp-card{
  position:absolute;z-index:3;
  right:14px;bottom:42px;
  width:245px;
  display:grid;grid-template-columns:34px 1fr;gap:12px;
  background:rgba(255,255,255,.96);
  padding:22px;
  border-radius:16px;
  box-shadow:0 14px 34px rgba(65,35,45,.14)
}
.crp-card strong{color:var(--rose-dark)}
.crp-card p{margin:10px 0 0;color:var(--ink);font-size:14px}
.shield{color:var(--rose-dark);font-size:24px}
.who{
  padding:64px 0;
  background:linear-gradient(90deg,#fffaf7,#f9efec)
}
.who-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:50px;align-items:center}
.who-copy h2{font-size:clamp(27px,3vw,39px);line-height:1.18}
.quote-author{
  display:block;
  margin:-4px 0 20px;
  color:var(--rose-dark);
  font-size:14px;
  font-weight:700;
  letter-spacing:.02em
}
.who-copy p{max-width:470px;color:var(--muted)}
.themes{display:grid;grid-template-columns:repeat(3,1fr)}
.themes article{
  min-height:165px;
  padding:16px 18px;
  text-align:center;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line)
}
.themes article:nth-child(3n){border-right:0}
.themes article:nth-child(n+4){border-bottom:0}
.theme-icon{
  width:52px;height:52px;margin:0 auto 10px;
  display:grid;place-items:center;
  border-radius:50%;
  background:var(--rose-soft);
  color:var(--rose-dark);
  font-size:24px
}
.themes h3{margin:0 0 8px;font-size:16px}
.themes p{margin:0;color:var(--muted);font-size:13px}
.process{padding:62px 0;background:#fff}
.center-head{text-align:center;margin-bottom:36px}
.process-grid{display:grid;grid-template-columns:1fr 250px;gap:34px;align-items:stretch}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}
.steps:before{
  content:"";
  position:absolute;left:8%;right:8%;top:34px;
  height:1px;background:var(--rose-light)
}
.steps article{position:relative;z-index:1;text-align:center}
.step-icon{
  width:66px;height:66px;margin:0 auto 10px;
  display:grid;place-items:center;
  background:#fff;
  border:1px solid var(--rose-light);
  border-radius:50%;
  color:var(--rose-dark);
  font-size:28px
}
.step-number{
  width:26px;height:26px;margin:0 auto 12px;
  display:grid;place-items:center;
  border-radius:50%;
  background:var(--rose-dark);color:#fff;font-size:12px;font-weight:800
}
.steps h3{font-size:15px;margin:0 0 10px}
.steps p{margin:0;color:var(--muted);font-size:13px}
.priority{
  padding:28px;
  background:linear-gradient(#f9efec,#f7e7e5);
  border:1px solid var(--rose-light);
  border-radius:18px;
  align-self:stretch
}
.priority .heart{color:var(--rose-dark);font-size:34px}
.priority h3{
  margin:12px 0;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:500;
  font-size:31px;
  line-height:1.05
}
.priority p{color:var(--muted)}
.priority .btn{width:100%;font-size:13px}
.about{padding:54px 0;background:linear-gradient(90deg,#fffaf7,#f9efec)}
.about-grid{display:grid;grid-template-columns:330px 1fr;gap:48px;align-items:center}
.about-photo-wrap img{
  width:100%;height:370px;object-fit:cover;object-position:50% 12%;
  border-radius:22px
}
.about-copy h2{font-size:44px}
.about-copy p{color:var(--muted)}
.values{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}
.values article{text-align:center}
.values span{
  width:42px;height:42px;margin:0 auto 10px;
  display:grid;place-items:center;
  color:var(--rose-dark);font-size:22px
}
.values strong,.values small{display:block}
.values strong{font-size:12px}
.values small{font-size:11px;color:var(--muted)}
.faq{padding:40px 0 20px;background:#fff}
.faq-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}
details{
  margin-bottom:8px;
  background:#fbf3f1;
  border-radius:7px
}
summary{
  list-style:none;cursor:pointer;
  display:flex;justify-content:space-between;align-items:center;
  padding:14px 18px;
  font-size:14px
}
summary::-webkit-details-marker{display:none}
details p{padding:0 18px 16px;margin:0;color:var(--muted);font-size:13px}
.ambience img{width:100%;height:235px;object-fit:cover;border-radius:20px}
.cta{padding:0 0 28px;background:#fff}
.cta-box{
  min-height:190px;
  display:flex;align-items:center;justify-content:space-between;gap:40px;
  padding:30px 56px;
  background:linear-gradient(100deg,var(--rose-deep),var(--rose-dark));
  border-radius:18px;
  color:#fff
}
.cta h2{font-size:42px;color:#fff}
.cta p{margin:10px 0 0;color:#f6e9ed}
.cta-action{text-align:center}
.btn-light{min-width:240px;background:#fff;color:var(--rose-dark)}
.cta-action small{display:block;margin-top:14px;color:#f5e7eb;font-size:11px}
footer{background:#fff}
.footer-grid{
  min-height:120px;
  display:grid;
  grid-template-columns:280px 1fr 220px;
  align-items:center;
  gap:34px
}
.footer-grid>img{width:230px}
.footer-info{display:grid;gap:7px;font-size:13px;color:var(--muted)}
.footer-info a{color:var(--green);font-weight:700}
.footer-crp{display:flex;align-items:center;gap:10px;color:var(--rose-dark)}
.copyright{
  padding:10px;
  text-align:center;
  background:var(--rose-dark);
  color:#f8e9ed;
  font-size:11px
}
.floating{
  position:fixed;right:18px;bottom:18px;z-index:60;
  display:none;
  padding:13px 18px;
  border-radius:999px;
  background:var(--green);color:#fff;font-weight:800;
  box-shadow:0 10px 28px rgba(0,0,0,.2)
}
@media(max-width:980px){
  .nav{display:none}
  .nav-wrap{grid-template-columns:1fr auto}
  .hero-grid,.who-grid,.about-grid,.faq-grid{grid-template-columns:1fr}
  .hero-photo-area{order:-1;min-height:520px}
  .hero-photo{height:520px;border-radius:0 0 28px 28px}
  .hero-copy{padding-top:30px}
  .process-grid{grid-template-columns:1fr}
  .about-photo-wrap{max-width:520px;margin:auto}
}
@media(max-width:720px){
  .wrap{width:min(100% - 28px,1180px)}
  .topbar{position:static}
  .brand img{width:165px}
  .btn-top{font-size:12px;padding:10px 12px}
  .hero{padding-top:0}
  .hero-photo-area{min-height:430px}
  .hero-photo{height:430px}
  h1{font-size:44px}
  h2{font-size:36px}
  .crp-card{right:10px;bottom:18px;width:220px;padding:16px}
  .hero-benefits{grid-template-columns:repeat(2,1fr)}
  .hero-actions,.hero-actions .btn{width:100%}
  .themes{grid-template-columns:repeat(2,1fr)}
  .themes article:nth-child(3n){border-right:1px solid var(--line)}
  .themes article:nth-child(2n){border-right:0}
  .steps{grid-template-columns:1fr 1fr}
  .steps:before{display:none}
  .values{grid-template-columns:1fr 1fr}
  .about-copy h2{font-size:36px}
  .cta-box{flex-direction:column;align-items:flex-start;padding:30px}
  .cta-action,.cta-action .btn{width:100%}
  .footer-grid{grid-template-columns:1fr;text-align:center;padding:28px 0}
  .footer-grid>img{margin:auto}
  .footer-crp{justify-content:center}
  .floating{display:block}
}
@media(max-width:460px){
  .hero-photo-area{min-height:360px}
  .hero-photo{height:360px}
  .themes,.steps,.values{grid-template-columns:1fr}
  .themes article{border-right:0!important;border-bottom:1px solid var(--line)!important}
  .themes article:last-child{border-bottom:0!important}
}
