:root{
  /* refined brand tokens */
  --cream: #FFFFFF;
  --white: #FFFFFF;
  --black: #0B0B0B;
  --brown: #160903;
  --header-footer-bg: #160903;
  --muted: #6B5A4A;
  --card-bg: #FFFFFF;
  --radius: 12px;
  --ease: cubic-bezier(.2,.9,.2,1);
  --max-content-width:1200px;
  --font-sans: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  --font-display: \"Playfair Display\", Georgia, serif;
  --divider: rgba(0,0,0,.06);
  --shadow-soft: 0 10px 30px rgba(0,0,0,.04);
}

/* Base */
*{box-sizing:border-box}
html,body{height:100%}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);-webkit-font-smoothing:antialiased;color:var(--black);font-family:var(--font-sans);line-height:1.6;padding-top:96px}
h1,h2,h3,h4,h5{font-family:var(--font-display);color:var(--black)}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
a:hover{color:var(--brown)}
::selection{background:rgba(78,47,31,.18)}

.home-top-highlight{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1300;
  min-height:38px;
  display:flex;
  align-items:center;
  background:linear-gradient(90deg, #F5E7CC, #E9C98E);
  border-bottom:1px solid rgba(22,9,3,.22);
}
.home-top-highlight .container{
  display:flex;
  align-items:center;
  justify-content:center;
}
.home-top-highlight a{
  text-decoration:none;
  font-size:.84rem;
  font-weight:800;
  letter-spacing:.05em;
  color:#3B2018;
  text-transform:uppercase;
}
.home-top-highlight a:hover{
  color:#160903;
}
.has-top-highlight .navbar{top:38px}
.has-top-highlight{padding-top:134px}

:root .container{max-width:1200px}

/* Unified page rhythm */
.page-main{
  padding-top:18px;
  padding-bottom:40px;
}
.home-main-landing{
  padding-top:0;
  padding-bottom:0;
}
.page-main .home-section.py-5{
  padding-top:clamp(1.9rem, 4.2vw, 3rem) !important;
  padding-bottom:clamp(1.9rem, 4.2vw, 3rem) !important;
}

/* Brand helpers */
.text-brown{color:var(--brown) !important}
.bg-cream{background:var(--white) !important}
.btn-brown{background:var(--brown);border-color:var(--brown);color:var(--white)}
.btn-brown:hover{background:#0f0602;border-color:#0f0602}
.tracking{letter-spacing:.08em}

/* Modern controls (theme-only) */
.btn{
  font-weight:700;
  transition:transform .18s var(--ease),box-shadow .18s var(--ease),background-color .18s var(--ease),border-color .18s var(--ease),color .18s var(--ease);
}
.btn:active{transform:translateY(1px)}
.form-control,.form-select,.accordion-button{
  border-radius:12px;
}
.form-control,.form-select{
  border-color:var(--divider);
  background:rgba(255,255,255,.85);
}
.form-control:focus,.form-select:focus{
  border-color:rgba(78,47,31,.45);
  box-shadow:0 0 0 .2rem rgba(78,47,31,.18);
}
.form-label{font-weight:700;color:rgba(11,11,11,.78)}

/* Trendy header (logo + menu ~25% larger) */
.navbar{
  min-height:96px;
  padding-top:10px;
  padding-bottom:10px;
  background:var(--header-footer-bg) !important;
  border-bottom:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(4px);
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  z-index:1200;
  box-shadow:0 10px 28px rgba(0,0,0,.28);
}
.navbar-brand{font-family:var(--font-display);font-size:1.35rem;letter-spacing:.02em;color:var(--white) !important}
.brand-mark{
  display:inline-flex;
  align-items:center;
  gap:0;
  padding:0;
  border-radius:0;
  background:transparent;
  border:0;
}
.brand-mark img{
  width:176px;
  height:60px;
  border-radius:0;
  object-fit:contain;
  object-position:left center;
  display:block;
  filter:none;
}
.brand-mark .brand-text{display:none}
.navbar-toggler{border-radius:12px;border-color:rgba(255,255,255,.45)}
.navbar .navbar-toggler-icon{filter:invert(1) brightness(2)}
.navbar-toggler:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.24)}
.navbar .navbar-nav{gap:4px}
.navbar .nav-item{display:flex;align-items:center}
.navbar .nav-link{
  font-weight:600;
  color:rgba(255,255,255,.9);
  padding:.54rem .88rem;
  line-height:1.12;
  border-radius:999px;
}
.navbar .nav-link:hover{color:var(--white);background:rgba(255,255,255,.16)}
.navbar .nav-link.active,.navbar .nav-link[aria-current="page"]{color:var(--brown);background:var(--white)}
.navbar .btn{
  padding:.56rem 1.02rem;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
}
.navbar .nav-item.ms-lg-2{margin-left:.4rem !important}
.navbar .btn-brown{background:var(--white);border-color:var(--white);color:var(--brown) !important}
.navbar .btn-brown.text-white{color:var(--brown) !important}
.navbar .btn-brown:hover{background:#f3ece5;border-color:#f3ece5;color:var(--brown) !important}
.btn-brochure{
  background:#D9B36A;
  border-color:#D9B36A;
  color:#2B1A12 !important;
  font-weight:800;
  box-shadow:0 8px 20px rgba(0,0,0,.2);
}
.btn-brochure:hover{
  background:#E7C382;
  border-color:#E7C382;
  color:#2B1A12 !important;
}
.navbar .btn-brochure:focus{
  box-shadow:0 0 0 .2rem rgba(217,179,106,.35);
}
@media (max-width:991px){
  .page-main{
    padding-top:14px;
    padding-bottom:30px;
  }
  .home-top-highlight{
    min-height:34px;
  }
  .home-top-highlight a{
    font-size:.73rem;
    letter-spacing:.04em;
  }
  .has-top-highlight .navbar{top:34px}
  .has-top-highlight{padding-top:116px}
  .navbar .navbar-nav{
    gap:4px;
    margin-top:8px;
  }
  .navbar .nav-link{width:100%}
  .navbar .nav-item.ms-lg-2{margin-left:0 !important}
  .navbar .nav-item.ms-lg-2 .btn{width:100%}
}

/* Keep buttons in the same theme */
.btn-outline-dark{border-color:rgba(78,47,31,.35);color:var(--brown)}
.btn-outline-dark:hover{background:var(--brown);border-color:var(--brown);color:var(--white)}
.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(78,47,31,.18)}

/* sticky CTA */
.sticky-cta{position:fixed;right:18px;bottom:18px;z-index:1000;border-radius:999px;padding:12px 16px;background:var(--brown);color:var(--white);box-shadow:0 10px 30px rgba(78,47,31,.18);display:flex;gap:8px;align-items:center;font-weight:700}
.sticky-cta svg{width:18px;height:18px;opacity:.95}

/* subtle animations */
.fade-up{opacity:0;transform:translateY(10px);transition:opacity .6s var(--ease),transform .6s var(--ease)}
.fade-up.in-view{opacity:1;transform:none}
.card{border-radius:12px;transition:transform .28s var(--ease),box-shadow .28s var(--ease)}
.card:hover{transform:none;box-shadow:0 12px 34px rgba(0,0,0,.05)}
.infographic-icon{
  width:42px;
  height:42px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(78,47,31,.10);
  color:var(--brown);
  font-size:20px;
  margin-bottom:10px;
}

/* Carousel caption card */
.caption-card{max-width:720px}
/* split layout for large screens */
.caption-split{display:flex;gap:20px;align-items:center}
.caption-split .left{flex:1}
.caption-split .right{width:220px;flex-shrink:0;border-radius:8px;overflow:hidden}
@media (max-width:767px){
  .caption-card{max-width:92%;left:6px;right:6px;bottom:12px;padding:12px}
  .carousel-item img{height:300px;object-fit:cover}
}
.carousel-item img{height:520px;object-fit:cover}

/* Cards grid */
.card{border-radius:12px}

/* Footer */
.site-footer{
  background:var(--header-footer-bg);
  color:var(--white);
  border-top:1px solid rgba(255,255,255,.1);
}
.site-footer .container{
  padding-top:4px;
  padding-bottom:4px;
}
.site-footer .row{
  row-gap:1.4rem;
}
.site-footer .fw-semibold{
  font-weight:700 !important;
  font-size:1.03rem;
  margin-bottom:.8rem !important;
}
.site-footer .text-muted{color:rgba(255,255,255,.8) !important}
.site-footer .text-brown{color:var(--white) !important}
.site-footer a{text-decoration:none}
.site-footer a:hover{color:var(--white) !important}
.site-footer .col-lg-4:first-child .mt-2{
  display:grid;
  gap:.38rem;
}
.site-footer .col-lg-4:nth-child(2) .d-flex{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.32rem 1rem !important;
}
.site-footer .col-lg-4:nth-child(2) .d-flex a{
  color:rgba(255,255,255,.84) !important;
}
.site-footer .col-lg-4:nth-child(3) .small{
  color:rgba(255,255,255,.74) !important;
}
.footer-brand{
  display:inline-flex;
  align-items:center;
  gap:0;
  color:var(--white) !important;
  text-decoration:none;
  font-weight:700;
  margin-bottom:4px;
}
.footer-brand span{display:none}
.footer-brand img{
  width:128px;
  height:44px;
  border-radius:0;
  object-fit:contain;
  object-position:left center;
  display:block;
}
.footer-qr{
  width:140px;
  height:140px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.24);
  background:#fff;
  padding:5px;
  object-fit:contain;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
}
.site-footer .mt-4.pt-2{
  margin-top:1rem !important;
  padding-top:1rem !important;
  border-top:1px solid rgba(255,255,255,.14);
}
@media (max-width:991px){
  .site-footer .col-lg-4:nth-child(2) .d-flex{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:767px){
  .site-footer .col-lg-4:nth-child(2) .d-flex{
    grid-template-columns:1fr;
  }
  .footer-brand img{
    width:116px;
    height:40px;
  }
  .footer-qr{
    width:130px;
    height:130px;
  }
}
.map-tile iframe{border:0}
.scroll-up-btn{
  position:fixed;
  right:18px;
  bottom:22px;
  width:44px;
  height:44px;
  border-radius:999px;
  background:var(--brown);
  color:var(--white) !important;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:20px;
  line-height:1;
  box-shadow:0 10px 26px rgba(0,0,0,.24);
  z-index:1200;
}
.scroll-up-btn:hover{
  background:#0f0602;
  color:var(--white) !important;
}

/* Utilities */
.shadow-sm{box-shadow:var(--shadow-soft) !important}

/* Minimalist reductions (fewer dividers, calmer surfaces) */
.navbar.shadow-sm{box-shadow:0 10px 28px rgba(0,0,0,.18) !important}
.card{border:0;box-shadow:var(--shadow-soft)}
.feature-item{box-shadow:none;border:1px solid rgba(0,0,0,.04);background:rgba(255,255,255,.8)}
.partner-pill{border:0;background:rgba(255,255,255,.55)}
.cta-band{border:0}
.site-footer{background:var(--header-footer-bg)}
.site-footer .border-top{border-top:0 !important}

/* New homepage layout */
.hero{background:var(--white)}
.hero.hero-full{padding:0}
.hero-full-slider-wrap{
  position:relative;
  width:100%;
  overflow:hidden;
  border-top:0;
  border-bottom:0;
  height:min(74vh,680px);
  min-height:420px;
}
.hero-slider-full,
.hero-slider-full .carousel-inner,
.hero-slider-full .carousel-item{
  height:100%;
  min-height:0;
}
.hero-slider-full .carousel-item img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-overlay-content{
  position:absolute;
  inset:0;
  z-index:4;
  display:flex;
  align-items:center;
  pointer-events:none;
}
.hero-overlay-content .container{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
}
.hero-copy{
  max-width:700px;
  padding:0;
  color:#fff;
  background:transparent;
  border:0;
  box-shadow:none;
  pointer-events:auto;
}
.hero-copy .text-brown{
  color:rgba(255,255,255,.86) !important;
}
.hero-copy h1{
  color:#fff;
  line-height:1.08;
  text-shadow:0 10px 30px rgba(0,0,0,.55);
}
.hero-copy .lead{
  max-width:620px;
  color:rgba(255,255,255,.94) !important;
  text-shadow:0 5px 22px rgba(0,0,0,.5);
}
.hero-copy .btn-brown{
  box-shadow:0 10px 22px rgba(0,0,0,.25);
}
.hero-copy .btn-outline-dark{
  color:#fff;
  border-color:rgba(255,255,255,.78);
  background:rgba(0,0,0,.18);
}
.hero-copy .btn-outline-dark:hover{
  background:#fff;
  color:#1b1b1b;
  border-color:#fff;
}
@media (max-width:991px){
  .hero-full-slider-wrap{height:62vh;min-height:380px}
  .hero-overlay-content{
    align-items:flex-start;
    padding-top:28px;
  }
  .hero-copy{
    max-width:100%;
    margin-right:10px;
  }
}

/* Better hero slider */
.hero-slider .carousel-item{position:relative}
.hero-slider .carousel-item:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(0,0,0,.74) 0%, rgba(0,0,0,.48) 42%, rgba(0,0,0,.2) 100%)}
.hero-slider .carousel-indicators{
  top:auto;
  bottom:14px;
  margin-bottom:0;
  z-index:5;
}
.hero-slider .carousel-indicators [data-bs-target]{width:8px;height:8px;border-radius:999px;margin:0 4px;border:0;background-color:rgba(255,255,255,.58);opacity:1}
.hero-slider .carousel-indicators .active{width:24px;background-color:var(--white)}
.hero-slider .carousel-control-prev,.hero-slider .carousel-control-next{width:12%}
.hero-slider .carousel-control-prev-icon,.hero-slider .carousel-control-next-icon{width:2.2rem;height:2.2rem;border-radius:999px;background-color:rgba(0,0,0,.26);background-size:58% 58%}
@media (max-width:767px){
  .hero-slider .carousel-control-prev-icon,.hero-slider .carousel-control-next-icon{width:1.9rem;height:1.9rem}
  .hero-full-slider-wrap{height:520px;min-height:520px}
  .hero-overlay-content{
    padding-top:20px;
  }
  .hero-copy{
    margin-left:8px;
    margin-right:8px;
  }
  .hero-copy h1{font-size:2rem}
}

/* Clear section separation on white layout */
.home-main .home-section{border-top:1px solid var(--divider)}

/* Homepage sequence section */
.difference-section,
.why-intro-section,
.why-grid-section{
  border-top:0 !important;
}
.difference-section{
  background:linear-gradient(180deg, #F3F5E9 0%, #ECEFDE 100%);
}
.difference-card{
  border:1px solid rgba(22,9,3,.1);
  border-radius:22px;
  background:rgba(255,255,255,.8);
  backdrop-filter:blur(4px);
  box-shadow:0 20px 46px rgba(22,9,3,.11);
  padding:24px;
}
.difference-media-wrap{
  position:relative;
}
.difference-media{
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 18px 34px rgba(22,9,3,.18);
}
.difference-media img{
  width:100%;
  height:285px;
  object-fit:cover;
}
.difference-kpis{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}
.difference-kpi{
  background:rgba(255,255,255,.95);
  border:1px solid rgba(22,9,3,.12);
  border-radius:12px;
  padding:10px 8px;
  text-align:center;
}
.difference-kpi strong{
  display:block;
  font-family:var(--font-display);
  font-size:1.35rem;
  line-height:1;
  color:#160903;
}
.difference-kpi span{
  display:block;
  margin-top:4px;
  color:#6B5A4A;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.difference-kicker{
  letter-spacing:.12em;
  font-size:.72rem;
  font-weight:800;
  color:#1F2D6C;
}
.difference-copy h2{
  font-size:clamp(2.15rem, 3.2vw, 3.15rem);
  color:#3B2018;
  line-height:1.02;
}
.difference-sub{
  font-weight:800;
  letter-spacing:.09em;
  color:#1F2D6C;
  font-size:.78rem;
  text-transform:uppercase;
}
.difference-copy p{
  color:#586580;
  line-height:1.8;
  font-size:.97rem;
}
.difference-points{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.difference-points span{
  display:inline-flex;
  align-items:center;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid rgba(22,9,3,.14);
  background:rgba(255,255,255,.86);
  color:#3D2A22;
  font-size:.79rem;
  font-weight:700;
}

.why-intro-section{
  background:#FFFFFF;
}
.why-intro{
  padding:56px 0 44px;
}
.why-intro h2{
  font-size:clamp(2.1rem, 4.4vw, 3.6rem);
  line-height:1.06;
  color:#1F2D6C;
}
.why-intro p{
  max-width:760px;
  margin:12px auto 0;
  color:#6A7390;
  font-size:1.02rem;
}

.why-grid-section{
  background:linear-gradient(180deg, #EEF1E0 0%, #E9EDD9 100%);
}
.why-grid-section .container{
  padding-top:4px;
  padding-bottom:8px;
}
.why-card{
  height:100%;
  padding:18px;
  border:1px solid rgba(22,9,3,.12);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.84));
  box-shadow:0 12px 26px rgba(22,9,3,.08);
  transition:transform .24s var(--ease),box-shadow .24s var(--ease);
}
.why-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px rgba(22,9,3,.12);
}
.why-card-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
}
.why-card-icon{
  width:34px;
  height:34px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(22,9,3,.1);
  font-size:1rem;
  flex-shrink:0;
}
.why-card-index{
  border-radius:999px;
  border:1px solid rgba(22,9,3,.2);
  padding:4px 10px;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  color:#6B5A4A;
}
.why-card h5{
  margin:0;
  color:#311C14;
  font-size:1.16rem;
  line-height:1.28;
}
.why-card p{
  margin-top:10px;
  color:#5A6782;
  font-size:.94rem;
  line-height:1.7;
}
.why-tags{
  margin-top:12px;
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.why-tags span{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  border:1px solid rgba(22,9,3,.14);
  background:rgba(22,9,3,.06);
  color:#4B392E;
  font-size:.73rem;
  font-weight:700;
  padding:5px 9px;
}
@media (max-width:991px){
  .difference-card{padding:16px}
  .difference-media img{height:236px}
  .difference-kpis{
    grid-template-columns:1fr;
    gap:8px;
  }
  .difference-copy h2{margin-top:4px}
  .why-intro{padding:40px 0 28px}
}
@media (max-width:767px){
  .difference-media img{height:210px}
  .difference-copy h2{font-size:2rem}
  .difference-sub{
    font-size:.74rem;
    letter-spacing:.07em;
  }
  .why-intro h2{font-size:clamp(1.9rem, 9.5vw, 2.7rem)}
  .why-intro p{
    font-size:.92rem;
    line-height:1.6;
  }
  .why-card h5{font-size:1.08rem}
  .why-card p{
    font-size:.9rem;
    line-height:1.62;
  }
}

/* Homepage 2026 components */
.pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.75);border:1px solid var(--divider);font-weight:700;color:rgba(11,11,11,.82)}
.pill-soft{background:rgba(78,47,31,.08);border-color:rgba(78,47,31,.10);color:rgba(78,47,31,.95)}
.mini-proof{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.65);border:1px solid rgba(0,0,0,.04)}
.mini-proof .dot{width:7px;height:7px;border-radius:999px;background:rgba(78,47,31,.75)}
.hero-float{position:absolute;left:14px;bottom:14px;right:14px;pointer-events:none}
.hero-float-inner{pointer-events:none;max-width:360px;background:rgba(255,255,255,.82);border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:12px 14px;box-shadow:0 14px 38px rgba(0,0,0,.08);backdrop-filter:blur(8px)}
@media (max-width:991px){
  .hero-float-inner{max-width:none}
}

.bento-card{background:rgba(255,255,255,.78);border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:16px;box-shadow:0 10px 28px rgba(0,0,0,.04)}
.bento-top{display:flex;gap:12px;align-items:center;margin-bottom:8px}
.bento-icon{width:40px;height:40px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:rgba(78,47,31,.10);font-size:18px;flex-shrink:0}
.bento-title{font-family:var(--font-display);font-weight:700;font-size:1.05rem}

.step-card{background:rgba(255,255,255,.78);border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:16px}
.step-num{font-family:var(--font-display);font-weight:800;color:rgba(78,47,31,.9);letter-spacing:.06em}
.step-title{font-weight:800;font-size:1.1rem;margin-top:4px;margin-bottom:6px}

.chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.chip{display:inline-flex;align-items:center;padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.65);border:1px solid rgba(0,0,0,.05);color:rgba(11,11,11,.75);font-weight:700}

.quote-card{background:rgba(255,255,255,.78);border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:16px}
.stars{color:rgba(78,47,31,.9);letter-spacing:.12em;font-size:.95rem}
.quote{font-weight:700;margin-top:10px}

.feature-item{display:flex;gap:12px;align-items:flex-start;background:var(--white);border-radius:12px;padding:14px;box-shadow:0 8px 30px rgba(0,0,0,.04)}
.feature-emoji{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:rgba(78,47,31,.08);font-size:18px;flex-shrink:0}

/* Services page enhancements */
.services-kicker{
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:800;
  font-size:.78rem;
  color:rgba(78,47,31,.9);
}
.services-badges{display:flex;flex-wrap:wrap;gap:10px}
.service-badge{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(78,47,31,.08);
  border:1px solid rgba(78,47,31,.15);
  color:var(--brown);
  font-weight:700;
  font-size:.84rem;
}
.services-hero-card{
  height:100%;
  border:1px solid rgba(78,47,31,.14);
  border-radius:16px;
  background:linear-gradient(180deg, #fff, #fffaf6);
  box-shadow:0 14px 30px rgba(78,47,31,.08);
  overflow:hidden;
}
.services-hero-media img{
  width:100%;
  height:170px;
  object-fit:cover;
  display:block;
}
.services-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:12px;
}
.services-metric{
  border:1px solid rgba(78,47,31,.12);
  border-radius:12px;
  background:#fff;
  text-align:center;
  padding:10px 8px;
}
.metric-num{
  font-family:var(--font-display);
  font-size:26px;
  line-height:1;
  color:var(--brown);
}
.metric-label{
  margin-top:4px;
  font-size:.78rem;
  color:var(--muted);
  font-weight:700;
}
.services-grid .service-card{
  border:1px solid rgba(78,47,31,.14);
  background:linear-gradient(180deg, #ffffff, #fffcf8);
  box-shadow:0 14px 30px rgba(78,47,31,.08);
}
.services-grid .service-card .card-title{margin-bottom:8px}
.service-icon{
  width:44px;
  height:44px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(78,47,31,.12);
  color:var(--brown);
  font-size:21px;
  margin-bottom:12px;
}
.service-line{
  margin-top:14px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(78,47,31,.45), rgba(78,47,31,.08));
}
.services-cta-strip{
  border:1px solid rgba(78,47,31,.12);
  border-radius:16px;
  background:linear-gradient(180deg, #fff, #fffaf6);
  padding:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
@media (max-width:991px){
  body{padding-top:82px}
  .services-cta-strip{flex-direction:column;align-items:flex-start}
  .services-hero-media img{height:200px}
  .navbar{min-height:82px;padding-top:8px;padding-bottom:8px}
  .brand-mark{
    padding:0;
    border-radius:0;
  }
  .brand-mark img{
    width:144px;
    height:48px;
  }
  .footer-brand img{width:116px;height:40px}
}

/* Contact page refresh */
.contact-main{
  background:linear-gradient(180deg, #ffffff 0%, #fcfbf8 100%);
}
.contact-section{border-top:0 !important}
.contact-wrap{max-width:1160px}
.contact-hero h1{
  font-size:clamp(2rem, 4vw, 3rem);
  line-height:1.08;
}
.contact-hero p{
  max-width:760px;
  font-size:1rem;
  line-height:1.7;
}
.contact-highlights .est-highlight{
  height:100%;
  border-radius:14px;
  border:1px solid rgba(22,9,3,.14);
  background:linear-gradient(180deg, #fff, #fffaf6);
  box-shadow:0 10px 24px rgba(22,9,3,.08);
}
.contact-card{
  border:1px solid rgba(22,9,3,.14);
  border-radius:18px;
  background:linear-gradient(180deg, #ffffff, #fffcf9);
  box-shadow:0 14px 34px rgba(22,9,3,.09);
  padding:20px;
}
.contact-form .form-label{margin-bottom:.35rem}
.contact-form .form-control{
  border-color:rgba(22,9,3,.22);
  padding:.78rem .88rem;
}
.contact-form textarea.form-control{min-height:144px}
.contact-submit{
  min-width:170px;
  padding:.76rem 1.1rem;
}
.contact-map-card{
  border:1px solid rgba(22,9,3,.14);
  border-radius:16px;
  background:#fff;
  padding:10px;
  box-shadow:0 12px 30px rgba(22,9,3,.08);
}
.contact-map-card .ratio{
  overflow:hidden;
  border-radius:12px;
}
.contact-side-card{
  border:1px solid rgba(22,9,3,.16);
  border-radius:16px;
  background:linear-gradient(180deg, #fff, #fffaf5);
  box-shadow:0 16px 34px rgba(22,9,3,.1);
  padding:14px;
}
.contact-side-card h5{
  color:#24140f;
  font-size:1.26rem;
  line-height:1.25;
}
.contact-side-media img{height:190px}
.contact-step{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#5f6b84;
  font-size:.95rem;
  line-height:1.6;
}
.contact-step + .contact-step{margin-top:10px}
.contact-meta-list{
  display:grid;
  gap:10px;
}
.contact-meta-item{
  display:flex;
  align-items:flex-start;
  gap:10px;
}
.contact-meta-icon{
  width:24px;
  height:24px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(22,9,3,.08);
  font-size:.78rem;
  flex-shrink:0;
  margin-top:2px;
}
.contact-meta-item h6{
  margin:0 0 2px;
  font-size:.88rem;
  font-weight:800;
  color:#24140f;
}
.contact-meta-item a,
.contact-meta-item span{
  font-size:.95rem;
  color:#33415f;
  line-height:1.45;
}
.contact-meta-item a{
  text-decoration:none;
  border-bottom:1px dashed rgba(22,9,3,.35);
}
.contact-meta-item a:hover{
  color:var(--brown);
  border-bottom-color:var(--brown);
}
.contact-qr-wrap{
  border:1px solid rgba(22,9,3,.14);
  border-radius:12px;
  background:#fff;
  padding:8px;
  display:flex;
  align-items:center;
  gap:10px;
}
.contact-qr-wrap .footer-qr{
  width:95px;
  height:95px;
  box-shadow:none;
}
.contact-qr-wrap span{
  font-size:.82rem;
  color:#5d6a83;
  font-weight:600;
  line-height:1.45;
}
@media (max-width:991px){
  .contact-card,
  .contact-side-card{padding:16px}
  .contact-side-media img{height:180px}
}
@media (max-width:767px){
  .contact-hero h1{font-size:2rem}
  .contact-hero p{font-size:.95rem}
  .contact-step{font-size:.91rem}
  .contact-meta-item a,
  .contact-meta-item span{font-size:.9rem}
}

/* Income estimator page */
.estimator-wrap{max-width:980px}
.estimator-card{
  background:linear-gradient(180deg, #ffffff, #fffaf6);
  border:1px solid rgba(78,47,31,.16);
  border-radius:18px;
  box-shadow:0 16px 36px rgba(78,47,31,.08);
  padding:24px;
}
.estimator-title{text-transform:none}
.estimator-highlights .est-highlight{
  border:1px solid rgba(78,47,31,.14);
  background:#fff;
  border-radius:14px;
  padding:12px;
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.est-highlight-icon{
  width:34px;
  height:34px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(78,47,31,.10);
  color:var(--brown);
  flex-shrink:0;
}
.estimator-card .form-control,
.estimator-card .form-select{
  border-color:rgba(78,47,31,.22);
  background:#fff;
  padding:.78rem .92rem;
}
.estimator-card textarea.form-control{
  min-height:130px;
  resize:vertical;
}
.estimator-upload{
  border:1px solid rgba(78,47,31,.18);
  border-radius:12px;
  padding:12px;
  background:#fff;
}
.estimator-upload .form-label{
  color:var(--brown);
  font-weight:700;
}
.estimator-submit{
  padding:.86rem 1rem;
  font-size:1.02rem;
}
.estimator-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}
.estimator-trust span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  border:1px solid rgba(78,47,31,.16);
  border-radius:999px;
  padding:6px 10px;
  background:#fff;
  font-size:.82rem;
  color:var(--muted);
  font-weight:600;
}
.estimator-side{
  border:1px solid rgba(78,47,31,.14);
  border-radius:14px;
  background:#fff;
  padding:12px;
}
.estimator-side-media{
  border-radius:10px;
  overflow:hidden;
  margin-bottom:12px;
}
.estimator-side-media img{
  width:100%;
  height:150px;
  object-fit:cover;
}
.est-step{
  display:flex;
  align-items:flex-start;
  gap:10px;
}
.est-step + .est-step{margin-top:10px}
.est-step-num{
  width:22px;
  height:22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(78,47,31,.12);
  color:var(--brown);
  font-size:.78rem;
  font-weight:800;
  flex-shrink:0;
}
@media (max-width:991px){
  .estimator-side-media img{height:180px}
}
@media (max-width:767px){
  .estimator-card{padding:18px}
  .estimator-trust{justify-content:flex-start}
}

/* About page enhancements */
.about-banner{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(78,47,31,.14);
  box-shadow:0 16px 34px rgba(78,47,31,.12);
}
.about-banner img{
  width:100%;
  height:260px;
  object-fit:cover;
}
.about-banner-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:24px;
  color:#fff;
  background:linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.40));
}
.about-banner-overlay h1{color:#fff}
.about-banner-overlay p{
  font-size:clamp(1.05rem, 2.3vw, 1.6rem);
  font-family:var(--font-display);
  font-style:italic;
}
.about-quote-card{
  border:1px solid rgba(78,47,31,.14);
  border-radius:16px;
  background:linear-gradient(180deg, #fff, #fffaf6);
  padding:24px;
}
.about-quote-card h2{
  color:var(--brown);
  font-style:italic;
}
.about-story-image{
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(78,47,31,.14);
  box-shadow:0 12px 28px rgba(78,47,31,.10);
}
.about-story-image img{
  width:100%;
  height:360px;
  object-fit:cover;
}
.about-founder-quote h3{
  color:var(--brown);
  font-style:italic;
}
.about-impact-card{
  border:1px solid rgba(78,47,31,.14);
  border-radius:16px;
  background:#fff;
  padding:28px;
}
@media (max-width:991px){
  .about-story-image img{height:300px}
}
@media (max-width:767px){
  .about-banner img{height:220px}
  .about-quote-card,
  .about-impact-card{padding:18px}
}

.stats-grid{display:flex;gap:18px;align-items:stretch}
.stat{flex:1;background:var(--white);border-radius:14px;padding:18px;border:1px solid rgba(0,0,0,.06);box-shadow:none}
.stat-num{font-family:var(--font-display);font-size:46px;line-height:1;color:var(--black)}
.stat-label{margin-top:6px}
.stats-grid-enhanced{gap:20px}
.stat-enhanced{
  padding:22px;
  border:1px solid rgba(78,47,31,.16);
  background:linear-gradient(180deg, #fff, #fffaf6);
  box-shadow:0 14px 34px rgba(78,47,31,.08);
}
.stat-meta{display:flex;align-items:center;gap:8px;margin-bottom:10px}
.stat-chip{
  width:26px;
  height:26px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(78,47,31,.12);
  color:var(--brown);
  font-size:13px;
  font-weight:800;
}
.stat-enhanced .stat-num{font-size:52px;color:var(--brown)}
.stat-enhanced .stat-label{font-weight:600}
.stat-line{margin-top:14px;height:4px;border-radius:999px;background:linear-gradient(90deg, rgba(78,47,31,.55), rgba(78,47,31,.08))}
@media (max-width:767px){
  .stat-enhanced .stat-num{font-size:42px}
}

/* Homepage feature infographics */
.features-intro h2{
  font-size:clamp(1.55rem, 2.5vw, 2.05rem);
}
.features-grid .feature-infocard{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(78,47,31,.16);
  border-radius:16px;
  background:linear-gradient(180deg, #fff, #fff8f3);
  padding:18px;
  box-shadow:0 12px 30px rgba(78,47,31,.08);
}
.features-grid .feature-infocard:after{
  content:"";
  position:absolute;
  right:-24px;
  top:-24px;
  width:92px;
  height:92px;
  border-radius:999px;
  background:radial-gradient(circle at center, rgba(78,47,31,.16), rgba(78,47,31,0));
}
.feature-top{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  margin-bottom:14px;
}
.feature-icon-wrap{
  width:52px;
  height:52px;
  border-radius:14px;
  background:linear-gradient(160deg, rgba(78,47,31,.94), rgba(78,47,31,.74));
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 24px rgba(78,47,31,.24);
}
.feature-icon-wrap svg{
  width:24px;
  height:24px;
  stroke:currentColor;
  stroke-width:1.85;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.feature-kpi{
  font-size:.71rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:var(--brown);
  background:rgba(78,47,31,.08);
  border:1px solid rgba(78,47,31,.14);
  border-radius:999px;
  padding:5px 10px;
}
.feature-points{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.feature-point{
  font-size:.73rem;
  line-height:1.2;
  font-weight:700;
  color:var(--muted);
  background:#fff;
  border:1px solid rgba(78,47,31,.12);
  border-radius:999px;
  padding:5px 9px;
}
.features-intro.fade-up,
.features-grid .feature-infocard.fade-up{
  transition:opacity .68s var(--ease),transform .68s var(--ease);
}
.features-intro.fade-up{
  transform:translateX(-14px);
}
.features-intro.fade-up.in-view{
  transform:none;
}
.features-grid .feature-infocard.fade-up{
  transform:translateX(-18px);
}
.features-grid .feature-infocard.fade-up.in-view{
  transform:none;
}
@media (max-width:767px){
  .feature-icon-wrap{
    width:48px;
    height:48px;
  }
}

/* Partners section */
.partners-wrap{
  border:1px solid rgba(78,47,31,.14);
  border-radius:18px;
  background:linear-gradient(180deg, #fff, #fffaf6);
  padding:24px;
}
.partner-logo-card{
  height:100%;
  border:1px solid rgba(78,47,31,.12);
  border-radius:14px;
  background:#fff;
  padding:16px;
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  box-shadow:0 8px 22px rgba(78,47,31,.06);
}
.partner-mark{
  font-family:var(--font-display);
  font-size:1.5rem;
  color:rgba(78,47,31,.92);
  line-height:1.1;
}
.partner-sub{
  font-size:.78rem;
  color:var(--muted);
  font-weight:600;
}
@media (max-width:767px){
  .partners-wrap{padding:16px}
  .partner-mark{font-size:1.25rem}
}

.partners{display:flex;gap:10px;flex-wrap:wrap}
.partner-pill{background:var(--white);border:1px solid rgba(0,0,0,.06);border-radius:999px;padding:8px 12px;color:var(--muted);font-weight:600}

.qr-box{width:120px;height:120px;border-radius:12px;border:1px dashed rgba(0,0,0,.18);display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.5)}

/* FAQ */
.faq-wrap{background:rgba(255,255,255,.55);border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:18px}
.accordion .accordion-item{border:1px solid rgba(0,0,0,.06);border-radius:14px;overflow:hidden;background:var(--white);box-shadow:none}
.accordion .accordion-item + .accordion-item{margin-top:12px}
.accordion .accordion-button{font-weight:700;color:var(--black);background:var(--white)}
.accordion .accordion-button:focus{box-shadow:0 0 0 .2rem rgba(78,47,31,.18)}
.accordion .accordion-button:not(.collapsed){color:var(--black);background:rgba(78,47,31,.06)}
.accordion .accordion-body{color:var(--muted)}

/* CTA band */
.cta-band{background:var(--white);border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:22px;position:relative;overflow:hidden}
.cta-band:before{display:none}
.cta-kicker{letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:rgba(78,47,31,.9);font-size:.78rem}
.cta-image{border-radius:14px;overflow:hidden}
.cta-image img{height:220px;object-fit:cover;width:100%}
.cta-gallery{display:grid;gap:10px}
.cta-image-lg img{height:190px}
.cta-image-sm img{height:120px}
@media (max-width:991px){ .cta-image img{height:200px} }
@media (max-width:991px){
  .cta-image-lg img{height:170px}
  .cta-image-sm img{height:110px}
}

