
:root{
  --bg:#fff7f5;
  --bg-soft:#fff1ec;
  --card:#ffffff;
  --text:#5a3342;
  --text-soft:#7b5664;
  --primary:#9b4863;
  --primary-deep:#83364f;
  --gold:#c89f47;
  --gold-deep:#b5882d;
  --line:rgba(200,159,71,.22);
  --shadow:0 25px 70px rgba(100,44,64,.12);
  --shadow-soft:0 15px 40px rgba(100,44,64,.08);
  --radius-xl:34px;
  --radius-lg:24px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Heebo',Arial,sans-serif;
  background:linear-gradient(180deg,#fff9f7 0%,#fff3ef 48%,#fff7f5 100%);
  color:var(--text);
  overflow-x:hidden;
}

.page-bg::before,
.page-bg::after{
  content:"";
  position:fixed;
  inset:auto;
  width:420px;
  height:420px;
  border-radius:50%;
  filter:blur(55px);
  z-index:-1;
  opacity:.5;
}
.page-bg::before{
  top:-90px;
  right:-120px;
  background:rgba(200,159,71,.22);
}
.page-bg::after{
  bottom:10%;
  left:-150px;
  background:rgba(155,72,99,.12);
}

a{text-decoration:none}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  padding:14px 18px;
  backdrop-filter:blur(12px);
  background:rgba(255,250,248,.76);
  border-bottom:1px solid rgba(200,159,71,.12);
}

.header-inner{
  max-width:1180px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.logo{
  width:126px;
  height:auto;
  display:block;
  filter:drop-shadow(0 10px 20px rgba(0,0,0,.08));
}

.main-nav{
  display:flex;
  align-items:center;
  gap:26px;
  flex-wrap:wrap;
  justify-content:center;
}

.main-nav a{
  color:var(--primary-deep);
  font-weight:800;
  position:relative;
  transition:.25s ease;
}
.main-nav a::after{
  content:"";
  position:absolute;
  right:0;
  bottom:-7px;
  width:0;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--gold),var(--primary));
  transition:.25s ease;
}
.main-nav a:hover{color:var(--primary)}
.main-nav a:hover::after{width:100%}

.header-cta,
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:none;
  cursor:pointer;
  font-family:inherit;
  font-weight:800;
  border-radius:999px;
  transition:transform .28s ease, box-shadow .28s ease, background .28s ease, color .28s ease;
}

.header-cta{
  padding:12px 22px;
  color:#fff;
  background:linear-gradient(135deg,var(--gold) 0%,var(--gold-deep) 100%);
  box-shadow:0 12px 30px rgba(181,136,45,.28);
}

.btn{
  padding:16px 34px;
  font-size:1rem;
}
.btn-gold{
  color:#fff;
  background:linear-gradient(135deg,var(--gold) 0%,var(--gold-deep) 100%);
  box-shadow:0 14px 34px rgba(181,136,45,.27);
}
.btn-outline{
  color:var(--primary-deep);
  background:rgba(255,255,255,.78);
  border:1px solid rgba(155,72,99,.14);
  box-shadow:var(--shadow-soft);
}
.header-cta:hover,
.btn:hover{
  transform:translateY(-4px) scale(1.02);
}

.section{
  width:min(1180px, calc(100% - 32px));
  margin-inline:auto;
}

.hero{
  position:relative;
  padding:78px 0 38px;
  min-height:calc(100vh - 92px);
  display:flex;
  align-items:center;
}
.hero-grid{
  width:100%;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:28px;
  align-items:center;
}
.hero-copy{
  position:relative;
  z-index:2;
}
.eyebrow{
  display:inline-block;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.74);
  border:1px solid var(--line);
  color:var(--primary-deep);
  font-weight:700;
  box-shadow:var(--shadow-soft);
}
.hero h1{
  margin:18px 0 16px;
  font-size:clamp(3rem, 8vw, 5.6rem);
  line-height:.98;
  font-weight:900;
  letter-spacing:-1.8px;
  color:var(--primary-deep);
}
.hero h1 span{
  color:var(--gold-deep);
}
.hero h2{
  margin:0 0 14px;
  font-size:clamp(1.15rem,2vw,1.45rem);
  color:var(--gold-deep);
  font-weight:800;
}
.hero-text{
  max-width:640px;
  font-size:1.18rem;
  line-height:1.9;
  color:var(--text-soft);
}
.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:26px;
}
.hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.badge{
  padding:11px 18px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
  font-weight:700;
  color:var(--primary-deep);
}

.hero-card{
  position:relative;
  z-index:2;
}
.glass-card{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.7);
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow);
  padding:30px;
  backdrop-filter:blur(14px);
}
.glass-card h3{
  margin:0 0 18px;
  font-size:1.5rem;
  color:var(--primary-deep);
}
.glass-card ul{
  margin:0;
  padding:0;
  list-style:none;
}
.glass-card li{
  padding:14px 0;
  border-bottom:1px solid rgba(200,159,71,.12);
  color:var(--text-soft);
  font-weight:500;
}
.glass-card li:last-child{border-bottom:none}
.mini-link{
  display:inline-block;
  margin-top:20px;
  color:var(--gold-deep);
  font-weight:800;
}

.hero-deco{
  position:absolute;
  border-radius:50%;
  z-index:1;
  pointer-events:none;
}
.deco-1{
  width:440px;
  height:440px;
  right:-120px;
  top:-40px;
  background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.82) 0%, rgba(200,159,71,.18) 56%, rgba(200,159,71,.02) 100%);
  animation:floatBlob 9s ease-in-out infinite;
}
.deco-2{
  width:320px;
  height:320px;
  left:8%;
  bottom:2%;
  background:radial-gradient(circle at 50% 50%, rgba(155,72,99,.14) 0%, rgba(155,72,99,.02) 70%);
  animation:floatBlob 11s ease-in-out infinite reverse;
}

.trust-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin:10px auto 34px;
}
.trust-item{
  background:#fff;
  padding:18px 20px;
  border-radius:22px;
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
  text-align:center;
  font-weight:700;
  color:var(--primary-deep);
}

.section-card,
.contact-card{
  background:var(--card);
  border:1px solid rgba(200,159,71,.15);
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow);
  padding:38px;
  margin:34px auto;
}

.section-heading{
  text-align:center;
  margin-bottom:26px;
}
.section-heading.align-right{
  text-align:right;
}
.small-title{
  display:inline-block;
  margin-bottom:12px;
  color:var(--gold-deep);
  font-weight:800;
  letter-spacing:.3px;
}
.section-heading h2{
  margin:0 0 12px;
  color:var(--primary-deep);
  font-size:clamp(2rem,4vw,2.8rem);
  line-height:1.12;
  font-weight:900;
  letter-spacing:-.8px;
}
.section-heading p{
  margin:0;
  color:var(--text-soft);
  line-height:1.9;
  font-size:1.08rem;
}

.cards-grid{
  display:grid;
  gap:20px;
}
.cards-grid.three{grid-template-columns:repeat(3,1fr)}
.cards-grid.two{grid-template-columns:repeat(2,1fr)}

.info-card,
.feature-card,
.testimonial-card{
  background:linear-gradient(180deg,#fff 0%, #fff8f5 100%);
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  box-shadow:var(--shadow-soft);
  transition:transform .28s ease, box-shadow .28s ease;
}
.info-card:hover,
.feature-card:hover,
.testimonial-card:hover,
.step-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 52px rgba(130,52,76,.13);
}
.icon{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  margin:0 auto 16px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(200,159,71,.18), rgba(155,72,99,.11));
  font-size:1.65rem;
}
.info-card h3,
.feature-card h3{
  margin:0 0 10px;
  font-size:1.34rem;
  color:var(--primary-deep);
}
.info-card p,
.feature-card p,
.testimonial-card p{
  margin:0;
  color:var(--text-soft);
  line-height:1.85;
}
.feature-card ul{
  margin:0;
  padding-inline-start:18px;
  color:var(--text-soft);
  line-height:1.95;
}
.section-note{
  margin:22px 0 0;
  text-align:center;
  color:var(--primary-deep);
  font-weight:700;
}

.about-layout{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:22px;
  align-items:stretch;
}
.about-content p{
  margin:0 0 18px;
  line-height:2;
  color:var(--text-soft);
  font-size:1.06rem;
}
.quote-box{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:34px;
  border-radius:var(--radius-xl);
  background:linear-gradient(160deg,var(--primary) 0%,var(--primary-deep) 100%);
  color:#fff;
  box-shadow:var(--shadow);
}
.quote-box p{
  margin:0;
  font-size:1.4rem;
  font-weight:800;
  line-height:1.6;
  text-align:center;
}

.steps-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.step-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  box-shadow:var(--shadow-soft);
  padding:22px;
  text-align:center;
  transition:transform .28s ease, box-shadow .28s ease;
}
.step-card span{
  width:48px;
  height:48px;
  border-radius:16px;
  display:grid;
  place-items:center;
  margin:0 auto 12px;
  background:linear-gradient(135deg,var(--gold),var(--gold-deep));
  color:#fff;
  font-weight:900;
}
.step-card strong{
  display:block;
  margin-bottom:6px;
  color:var(--primary-deep);
  font-size:1.1rem;
}
.step-card small{
  color:var(--text-soft);
  font-size:.98rem;
}

.stars{
  margin-bottom:12px;
  color:var(--gold-deep);
  letter-spacing:2px;
  font-size:1.1rem;
}

.faq-list{
  display:grid;
  gap:14px;
}
details{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px 20px;
  box-shadow:var(--shadow-soft);
}
summary{
  cursor:pointer;
  list-style:none;
  font-weight:800;
  color:var(--primary-deep);
}
summary::-webkit-details-marker{display:none}
details p{
  margin:14px 0 0;
  line-height:1.9;
  color:var(--text-soft);
}

.contact-card{
  padding:38px;
}
.lead-form{
  margin-top:8px;
}
.form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
input, select, textarea{
  width:100%;
  margin:0 0 14px;
  border-radius:18px;
  border:1px solid rgba(155,72,99,.15);
  background:#fff;
  padding:16px 18px;
  font:inherit;
  color:var(--text);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}
textarea{
  min-height:130px;
  resize:vertical;
}
input:focus, select:focus, textarea:focus{
  outline:none;
  border-color:rgba(200,159,71,.65);
  box-shadow:0 0 0 4px rgba(200,159,71,.12);
}
.form-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  justify-content:center;
  margin-top:10px;
}

.floating-whatsapp{
  position:fixed;
  left:20px;
  bottom:20px;
  z-index:120;
  padding:14px 20px;
  color:#fff;
  background:linear-gradient(135deg,var(--gold),var(--gold-deep));
  border-radius:999px;
  box-shadow:0 16px 34px rgba(181,136,45,.32);
  font-weight:900;
  animation:pulseSoft 2.6s ease-in-out infinite;
}

.site-footer{
  padding:28px 18px 40px;
  text-align:center;
  color:var(--primary-deep);
  font-weight:700;
}
.site-footer p{margin:0}

.reveal{
  opacity:0;
  transform:translateY(36px);
  transition:opacity .85s ease, transform .85s ease;
}
.reveal.in-view{
  opacity:1;
  transform:none;
}
.delay-1{transition-delay:.12s}

@keyframes floatBlob{
  0%,100%{transform:translate3d(0,0,0) scale(1)}
  50%{transform:translate3d(0,-20px,0) scale(1.04)}
}
@keyframes pulseSoft{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.05)}
}

@media (max-width: 980px){
  .header-inner,
  .hero-grid,
  .about-layout{
    grid-template-columns:1fr;
    display:grid;
  }
  .header-inner{
    justify-items:center;
  }
  .main-nav{
    gap:16px;
  }
  .trust-strip,
  .cards-grid.three,
  .cards-grid.two,
  .steps-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 720px){
  .site-header{padding:12px}
  .header-inner{gap:12px}
  .logo{width:110px}
  .main-nav{
    gap:12px;
    font-size:.95rem;
  }
  .header-cta{
    padding:10px 18px;
  }
  .hero{
    min-height:auto;
    padding-top:44px;
  }
  .hero h1{
    font-size:clamp(2.5rem, 11vw, 4rem);
  }
  .hero-text{
    font-size:1.04rem;
  }
  .trust-strip,
  .cards-grid.three,
  .cards-grid.two,
  .steps-grid,
  .form-grid{
    grid-template-columns:1fr;
  }
  .section,
  .section-card,
  .contact-card{
    width:min(100% - 24px, 1180px);
  }
  .section-card,
  .contact-card{
    padding:26px 18px;
  }
  .hero-actions,
  .form-actions{
    flex-direction:column;
  }
  .btn, .header-cta{
    width:100%;
  }
}

.services-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
justify-content:center;
}
.services-grid .card:last-child:nth-child(3n+1){
grid-column:2;
}
@media(max-width:900px){
.services-grid{grid-template-columns:1fr;}
.services-grid .card:last-child:nth-child(3n+1){grid-column:auto;}
}


.site-header{
    padding-top:18px;
    padding-bottom:18px;
}

.main-nav a{
    font-size:1.08rem;
    font-weight:900;
}

.header-cta{
    font-size:1.05rem;
    padding:14px 28px;
}

.floating-whatsapp{
    background:linear-gradient(135deg,#d4aa4d,#b98a2c);
    padding:16px 26px;
    font-size:1.05rem;
    box-shadow:0 18px 40px rgba(181,136,45,.4);
}

.hero h1,.section-heading h2{
    text-shadow:0 2px 8px rgba(155,72,99,.08);
}
