/* =========================================================
   KIRPA HOME CARE — Stylesheet
   Brand: Purple / Green / Black / White
   Display face: Fraunces (warm serif) | Body: Inter
   ========================================================= */

:root{
  /* Brand colors */
  --purple-900:#3B1B5C;
  --purple-700:#5B2A86;
  --purple-600:#6E3AA0;
  --purple-100:#F1E9F8;
  --purple-50:#F8F4FC;

  --green-700:#2E8B4E;
  --green-600:#3DAA5C;
  --green-500:#4FBE6E;
  --green-100:#E6F6EA;

  --ink-900:#1A1620;
  --ink-700:#332C3D;
  --ink-500:#6E6678;
  --ink-300:#A39CAE;

  --white:#FFFFFF;
  --off-white:#FAF9FC;
  --line:#E7E1ED;

  --radius-lg:22px;
  --radius-md:14px;
  --radius-sm:8px;

  --shadow-soft:0 10px 30px -12px rgba(59,27,92,0.18);
  --shadow-card:0 6px 20px -8px rgba(59,27,92,0.14);

  --maxw:1180px;
}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{margin:0;padding:0;}
button{font-family:inherit;cursor:pointer;}
h1,h2,h3,h4,p{margin:0;}

/* ---------- Base ---------- */
body{
  font-family:'Inter',system-ui,-apple-system,sans-serif;
  color:var(--ink-700);
  background:var(--off-white);
  -webkit-font-smoothing:antialiased;
  line-height:1.6;
}

h1,h2,h3,h4,.font-display{
  font-family:'Fraunces',Georgia,serif;
  color:var(--ink-900);
  font-weight:600;
  letter-spacing:-0.01em;
  line-height:1.12;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:0.78rem;
  font-weight:700;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:var(--green-700);
  margin-bottom:14px;
}
.eyebrow::before{
  content:"";
  width:18px;height:2px;
  background:var(--green-600);
  border-radius:2px;
}

.container{
  max-width:var(--maxw);
  margin:0 auto;
  padding:0 24px;
}

section{padding:88px 0;}
@media (max-width:768px){ section{padding:60px 0;} }

.section-head{
  max-width:640px;
  margin-bottom:48px;
}
.section-head.center{margin-inline:auto;text-align:center;}

a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
  outline:3px solid var(--green-500);
  outline-offset:2px;
}

@media (prefers-reduced-motion: reduce){
  *{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important;}
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:15px 30px;
  border-radius:999px;
  font-weight:600;
  font-size:0.97rem;
  border:2px solid transparent;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space:nowrap;
}
.btn-primary{
  background:var(--green-600);
  color:var(--white);
  box-shadow:0 10px 24px -8px rgba(61,170,92,0.55);
}
.btn-primary:hover{background:var(--green-700); transform:translateY(-2px);}
.btn-secondary{
  background:transparent;
  border-color:rgba(255,255,255,0.55);
  color:var(--white);
}
.btn-secondary:hover{background:rgba(255,255,255,0.12); border-color:var(--white);}
.btn-outline-purple{
  background:transparent;
  border-color:var(--purple-700);
  color:var(--purple-700);
}
.btn-outline-purple:hover{background:var(--purple-700); color:var(--white);}
.btn-dark{
  background:var(--ink-900);
  color:var(--white);
}
.btn-dark:hover{background:var(--purple-900);}
.btn-block{width:100%;}
.btn-sm{padding:10px 20px;font-size:0.88rem;}

/* ---------- Top utility bar ---------- */
.topbar{
  background:var(--ink-900);
  color:rgba(255,255,255,0.78);
  font-size:0.85rem;
}
.topbar .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-top:9px;
  padding-bottom:9px;
  gap:16px;
}
.topbar-left{display:flex;gap:22px;align-items:center;flex-wrap:wrap;}
.topbar-left a{display:inline-flex;align-items:center;gap:7px;}
.topbar-left a:hover{color:var(--green-500);}
.topbar-right{display:flex;gap:14px;align-items:center;}
.topbar-right a{
  width:30px;height:30px;border-radius:50%;
  background:rgba(255,255,255,0.08);
  display:flex;align-items:center;justify-content:center;
  transition:background .18s ease;
}
.topbar-right a:hover{background:var(--green-600);}
.topbar-right svg{width:14px;height:14px;}
@media (max-width:760px){
  .topbar-left span.sep{display:none;}
  .topbar .container{flex-wrap:wrap; justify-content:center; text-align:center;}
}

/* ---------- Header / Nav ---------- */
.site-header{
  background:var(--white);
  position:sticky;
  top:0;
  z-index:500;
  box-shadow:0 1px 0 var(--line);
}
.nav-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
  gap:24px;
}
.brand{
  display:flex;
  align-items:center;
  gap:11px;
}
.brand-mark{width:46px;height:46px;flex-shrink:0;}
.brand-text{display:flex; flex-direction:column; line-height:1.1;}
.brand-text .name{
  font-family:'Fraunces',serif;
  font-weight:700;
  font-size:1.32rem;
  color:var(--ink-900);
}
.brand-text .name span{color:var(--green-600);}
.brand-text .tag{
  font-size:0.66rem;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:var(--ink-500);
  font-weight:600;
}

.nav-main{display:flex; align-items:center; gap:34px;}
.nav-main ul{display:flex; gap:30px; align-items:center;}
.nav-main a{
  font-weight:600;
  font-size:0.96rem;
  color:var(--ink-700);
  position:relative;
  padding:6px 0;
}
.nav-main a:hover, .nav-main a.active{color:var(--purple-700);}
.nav-main li.has-dropdown{position:relative;}
.dropdown{
  position:absolute;
  top:calc(100% + 14px);
  left:-18px;
  background:var(--white);
  border-radius:var(--radius-md);
  box-shadow:var(--shadow-soft);
  border:1px solid var(--line);
  min-width:240px;
  padding:10px;
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
}
li.has-dropdown:hover .dropdown,
li.has-dropdown:focus-within .dropdown{
  opacity:1; visibility:visible; transform:translateY(0);
}
.dropdown a{
  display:block;
  padding:10px 12px;
  border-radius:8px;
  font-weight:500;
  font-size:0.92rem;
}
.dropdown a:hover{background:var(--purple-50); color:var(--purple-700);}

.nav-cta{display:flex; align-items:center; gap:14px;}
.nav-phone{
  display:flex; align-items:center; gap:10px;
  font-weight:700; color:var(--purple-700);
  font-size:0.98rem;
}
.nav-phone .ico{
  width:38px;height:38px;border-radius:50%;
  background:var(--purple-100);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.nav-phone .ico svg{width:17px;height:17px;color:var(--purple-700);}
.nav-phone small{display:block;font-size:0.68rem;color:var(--ink-500);font-weight:600;text-transform:uppercase;letter-spacing:.05em;}

.menu-toggle{
  display:none;
  width:44px;height:44px;
  border:1px solid var(--line);
  border-radius:10px;
  background:var(--white);
  align-items:center;justify-content:center;
}
.menu-toggle svg{width:20px;height:20px;}

@media (max-width:1080px){
  .nav-main{display:none;}
  .nav-phone span.lbl{display:none;}
  .menu-toggle{display:flex;}
}
@media (max-width:480px){
  .nav-phone{display:none;}
}

/* Mobile drawer */
.mobile-drawer{
  position:fixed; inset:0;
  background:rgba(26,22,32,0.55);
  z-index:900;
  opacity:0; visibility:hidden;
  transition:opacity .2s ease, visibility .2s ease;
}
.mobile-drawer.open{opacity:1; visibility:visible;}
.mobile-drawer .panel{
  position:absolute; top:0; right:0;
  width:min(82vw,340px); height:100%;
  background:var(--white);
  padding:26px 22px;
  transform:translateX(100%);
  transition:transform .25s ease;
  overflow-y:auto;
}
.mobile-drawer.open .panel{transform:translateX(0);}
.mobile-drawer .drawer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px;}
.mobile-drawer .close-btn{width:38px;height:38px;border-radius:50%;background:var(--purple-50);display:flex;align-items:center;justify-content:center;border:none;}
.mobile-drawer .close-btn svg{width:16px;height:16px;}
.mobile-drawer nav ul{display:flex;flex-direction:column;gap:4px;}
.mobile-drawer nav a{
  display:block;padding:13px 6px;font-weight:600;font-size:1.02rem;
  border-bottom:1px solid var(--line);color:var(--ink-700);
}
.mobile-drawer .sub-list{padding-left:14px;display:flex;flex-direction:column;}
.mobile-drawer .sub-list a{font-weight:500;font-size:0.92rem;color:var(--ink-500);border-bottom:none;padding:9px 6px;}
.mobile-drawer .drawer-cta{margin-top:22px;display:flex;flex-direction:column;gap:10px;}

/* ---------- Hero ---------- */
.hero{
  position:relative;
  background:var(--purple-900);
  overflow:hidden;
  padding:0;
}
.hero-swoosh{
  position:absolute; inset:0;
  width:100%; height:100%;
  z-index:0;
}
.hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:50px;
  align-items:center;
  padding:96px 0 80px;
}
.hero-copy {
   padding: 15px;
}
.hero-copy .eyebrow{color:var(--green-500);}
.hero-copy .eyebrow::before{background:var(--green-500);}
.hero-copy h1{
  color:var(--white);
  font-size:clamp(2.3rem,4vw,3.4rem);
  margin-bottom:22px;
}
.hero-copy h1 em{
  font-style:normal;
  color:var(--green-500);
}
.hero-copy p.lead{
  color:rgba(255,255,255,0.82);
  font-size:1.12rem;
  max-width:520px;
  margin-bottom:32px;
}
.hero-actions{display:flex; gap:16px; flex-wrap:wrap; margin-bottom:42px;}

.hero-stats{
  display:flex;
  gap:34px;
  flex-wrap:wrap;
  padding-top:30px;
  border-top:1px solid rgba(255,255,255,0.18);
}
.hero-stats .stat strong{
  display:block;
  font-family:'Fraunces',serif;
  font-size:1.9rem;
  color:var(--white);
  line-height:1;
}
.hero-stats .stat span{
  font-size:0.82rem;
  color:rgba(255,255,255,0.65);
  font-weight:500;
}

.hero-art{
  position:relative;
}
.hero-art .frame{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 30px 60px -20px rgba(0,0,0,0.5);
  aspect-ratio:4/4.6;
}
.hero-art .frame img{width:100%;height:100%;object-fit:cover;}
.hero-badge{
  position:absolute;
  bottom:-26px;
  left:-26px;
  background:var(--white);
  border-radius:var(--radius-md);
  padding:18px 20px;
  box-shadow:var(--shadow-soft);
  display:flex;
  gap:13px;
  align-items:center;
  max-width:230px;
}
.hero-badge .icon-circle{
  width:46px;height:46px;border-radius:50%;
  background:var(--green-100);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.hero-badge .icon-circle svg{width:22px;height:22px;color:var(--green-700);}
.hero-badge strong{display:block;font-size:0.95rem;color:var(--ink-900);font-family:'Fraunces',serif;}
.hero-badge span{font-size:0.78rem;color:var(--ink-500);}

.hero-tag-top{
  position:absolute;
  top:-22px;
  right:-18px;
  background:var(--green-600);
  color:var(--white);
  padding:14px 18px;
  border-radius:var(--radius-md);
  box-shadow:var(--shadow-soft);
  font-size:0.85rem;
  font-weight:700;
  max-width:190px;
  line-height:1.3;
}

@media (max-width:980px){
  .hero-inner{grid-template-columns:1fr; padding:15px;}
  .hero-art{order:-1; max-width:380px; margin:0 auto 30px;}
  .hero-badge{left:8px;}
  .hero-tag-top{right:8px;}
}

/* ---------- Trust strip ---------- */
.trust-strip{
  background:var(--white);
  border-bottom:1px solid var(--line);
  padding:26px 0;
}
.trust-strip .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
}
.trust-item{
  display:flex;
  align-items:center;
  gap:11px;
  font-size:0.92rem;
  font-weight:600;
  color:var(--ink-700);
}
.trust-item .icon-circle{
  width:38px;height:38px;border-radius:50%;
  background:var(--purple-50);
  display:flex;align-items:center;justify-content:center;
}
.trust-item svg{width:18px;height:18px;color:var(--purple-700);}

/* ---------- Services grid ---------- */
.services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}
@media (max-width:900px){ .services-grid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:620px){ .services-grid{grid-template-columns:1fr;} }

.service-card{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:34px 28px;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display:flex;
  flex-direction:column;
}
.service-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-card);
  border-color:transparent;
}
.service-card .icon-wrap{
  width:58px;height:58px;
  border-radius:16px;
  background:var(--purple-100);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:22px;
  transition:background .2s ease;
}
.service-card:nth-child(3n+2) .icon-wrap{background:var(--green-100);}
.service-card .icon-wrap svg{width:27px;height:27px;color:var(--purple-700);}
.service-card:nth-child(3n+2) .icon-wrap svg{color:var(--green-700);}
.service-card h3{font-size:1.18rem; margin-bottom:11px;}
.service-card p{color:var(--ink-500); font-size:0.95rem; flex-grow:1; margin-bottom:18px;}
.service-card .more{
  font-weight:700; font-size:0.88rem; color:var(--purple-700);
  display:inline-flex; align-items:center; gap:6px;
}
.service-card .more svg{width:14px;height:14px; transition:transform .18s ease;}
.service-card:hover .more svg{transform:translateX(4px);}

/* ---------- Split / About sections ---------- */
.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:center;
}
.split.reverse .split-art{order:2;}
@media (max-width:900px){
  .split{grid-template-columns:1fr; gap:36px;}
  .split.reverse .split-art{order:0;}
}
.split-art{position:relative;}
.split-art img{border-radius:var(--radius-lg); box-shadow:var(--shadow-card);}
.split-art .float-card{
  position:absolute;
  bottom:-24px;
  right:-24px;
  background:var(--ink-900);
  color:var(--white);
  border-radius:var(--radius-md);
  padding:20px 22px;
  max-width:230px;
  box-shadow:var(--shadow-soft);
}
.split-art .float-card strong{
  font-family:'Fraunces',serif; font-size:1.7rem; color:var(--green-500); display:block;
}
.split-art .float-card span{font-size:0.8rem; color:rgba(255,255,255,0.7);}
@media (max-width:560px){ .split-art .float-card{position:static; margin-top:16px; max-width:none;} }

.check-list{display:flex; flex-direction:column; gap:14px; margin:26px 0 30px;}
.check-list li{display:flex; gap:12px; align-items:flex-start; font-size:0.97rem; color:var(--ink-700);}
.check-list .tick{
  width:24px;height:24px;border-radius:50%;
  background:var(--green-100); color:var(--green-700);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0; margin-top:1px;
}
.check-list svg{width:13px;height:13px;}

/* ---------- Process steps ---------- */
.process-wrap{
  background:var(--purple-900);
  position:relative;
  overflow:hidden;
  color:var(--white);
}
.process-wrap .section-head h2{color:var(--white);}
.process-wrap .section-head p{color:rgba(255,255,255,0.72);}
.process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
@media (max-width:980px){ .process-grid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:560px){ .process-grid{grid-template-columns:1fr;} }
.process-step{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:var(--radius-lg);
  padding:30px 26px;
  position:relative;
}
.process-step .num{
  font-family:'Fraunces',serif;
  font-size:0.85rem;
  font-weight:700;
  color:var(--green-500);
  letter-spacing:.05em;
  margin-bottom:16px;
  display:block;
}
.process-step h3{color:var(--white); font-size:1.1rem; margin-bottom:9px;}
.process-step p{color:rgba(255,255,255,0.68); font-size:0.92rem;}

/* ---------- Service area ---------- */
.area-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:start;
}
@media (max-width:900px){ .area-wrap{grid-template-columns:1fr;} }
.area-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px 28px;
}
@media (max-width:480px){ .area-list{grid-template-columns:1fr;} }
.area-list li{
  display:flex; align-items:center; gap:10px;
  font-weight:600; font-size:0.96rem;
  padding:10px 0;
  border-bottom:1px dashed var(--line);
}
.area-list svg{width:16px;height:16px;color:var(--green-600); flex-shrink:0;}
.area-map-card{
  background:var(--white);
  border-radius:var(--radius-lg);
  border:1px solid var(--line);
  padding:8px;
  box-shadow:var(--shadow-card);
}
.area-map-card iframe{
  width:100%; height:380px; border-radius:16px; border:none; display:block;
}

/* ---------- Testimonials ---------- */
.testi-wrap{background:var(--purple-50);}
.testi-track{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
@media (max-width:980px){ .testi-track{grid-template-columns:repeat(2,1fr);} }
@media (max-width:680px){ .testi-track{grid-template-columns:1fr;} }
.testi-card{
  background:var(--white);
  border-radius:var(--radius-lg);
  padding:30px 28px;
  box-shadow:var(--shadow-card);
}
.testi-stars{display:flex; gap:3px; margin-bottom:16px;}
.testi-stars svg{width:16px;height:16px;color:var(--green-600);}
.testi-card p{font-size:0.96rem; color:var(--ink-700); margin-bottom:22px;}
.testi-person{display:flex; align-items:center; gap:12px;}
.testi-avatar{
  width:44px;height:44px;border-radius:50%;
  background:var(--purple-100);
  display:flex;align-items:center;justify-content:center;
  font-family:'Fraunces',serif; font-weight:700; color:var(--purple-700);
}
.testi-person strong{display:block; font-size:0.92rem; color:var(--ink-900);}
.testi-person span{font-size:0.78rem; color:var(--ink-500);}

/* ---------- CTA banner ---------- */
.cta-banner{
  background:linear-gradient(120deg,var(--purple-700),var(--purple-900) 70%);
  border-radius:28px;
  padding:56px 50px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  color:var(--white);
  position:relative;
  overflow:hidden;
}
.cta-banner h2{color:var(--white); font-size:clamp(1.6rem,3vw,2.1rem); max-width:480px;}
.cta-banner p{color:rgba(255,255,255,0.78); margin-top:10px; max-width:460px;}
.cta-actions{display:flex; gap:14px; flex-wrap:wrap;}
@media (max-width:780px){
  .cta-banner{flex-direction:column; text-align:center; padding:42px 26px;}
  .cta-banner p{margin-inline:auto;}
}

/* ---------- FAQ ---------- */
.faq-list{max-width:760px; margin:0 auto;}
.faq-item{
  border-bottom:1px solid var(--line);
}
.faq-q{
  width:100%;
  background:none; border:none;
  display:flex; align-items:center; justify-content:space-between;
  padding:22px 4px;
  text-align:left;
  font-family:'Fraunces',serif;
  font-size:1.05rem;
  color:var(--ink-900);
  font-weight:600;
}
.faq-q .plus{
  width:30px;height:30px;border-radius:50%;
  background:var(--purple-50); color:var(--purple-700);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0; margin-left:18px;
  transition:transform .25s ease, background .2s ease;
}
.faq-q .plus svg{width:13px;height:13px;}
.faq-item.open .faq-q .plus{transform:rotate(45deg); background:var(--green-600); color:var(--white);}
.faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease;
}
.faq-a p{padding:0 4px 22px; color:var(--ink-500); font-size:0.95rem; max-width:680px;}

/* ---------- Page header (sub pages) ---------- */
.page-header{
  background:var(--purple-900);
  position:relative;
  overflow:hidden;
  padding:64px 0 56px;
  color:var(--white);
}
.page-header .container{position:relative; z-index:2;}
.breadcrumb{
  display:flex; gap:8px; align-items:center;
  font-size:0.86rem; color:rgba(255,255,255,0.65); margin-bottom:14px;
}
.breadcrumb a:hover{color:var(--green-500);}
.page-header h1{color:var(--white); font-size:clamp(1.9rem,3.4vw,2.6rem);}
.page-header p{color:rgba(255,255,255,0.78); max-width:560px; margin-top:12px;}

/* ---------- Sidebar layout (service detail pages) ---------- */
.content-layout{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:56px;
  align-items:start;
}
@media (max-width:900px){ .content-layout{grid-template-columns:1fr;} }

.service-detail-img{
  border-radius:var(--radius-lg);
  overflow:hidden;
  margin-bottom:34px;
  box-shadow:var(--shadow-card);
}
.prose h2{font-size:1.5rem; margin:36px 0 14px;}
.prose h2:first-child{margin-top:0;}
.prose p{margin-bottom:16px; color:var(--ink-700);}
.prose ul{margin:18px 0 26px; display:grid; grid-template-columns:1fr 1fr; gap:10px 22px;}
@media (max-width:560px){ .prose ul{grid-template-columns:1fr;} }
.prose ul li{
  display:flex; gap:10px; align-items:flex-start;
  font-size:0.94rem; color:var(--ink-700); padding:6px 0;
}
.prose ul li::before{
  content:"";
  flex-shrink:0; margin-top:7px;
  width:8px;height:8px;border-radius:50%;
  background:var(--green-600);
}

.sidebar-card{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:26px;
  margin-bottom:24px;
}
.sidebar-card h4{font-size:1.05rem; margin-bottom:16px;}
.sidebar-services{display:flex; flex-direction:column; gap:4px;}
.sidebar-services a{
  padding:11px 12px; border-radius:9px; font-weight:600; font-size:0.92rem;
  display:flex; justify-content:space-between; align-items:center;
}
.sidebar-services a:hover, .sidebar-services a.active{background:var(--purple-50); color:var(--purple-700);}
.sidebar-cta{
  background:var(--green-700);
  color:var(--white);
  text-align:center;
}
.sidebar-cta h4{color:var(--white);}
.sidebar-cta p{color:rgba(255,255,255,0.85); font-size:0.9rem; margin-bottom:18px;}
.sidebar-phone{
  display:block; font-family:'Fraunces',serif; font-size:1.3rem; font-weight:700;
  margin-bottom:14px;
}

/* ---------- Contact ---------- */
.contact-info-card{
  background:var(--purple-900);
  color:var(--white);
  border-radius:var(--radius-lg);
  padding:38px 32px;
}
.contact-info-card h3{color:var(--white); margin-bottom:22px;}
.contact-row{
  display:flex; gap:14px; align-items:flex-start;
  padding:16px 0;
  border-bottom:1px solid rgba(255,255,255,0.14);
}
.contact-row:last-child{border-bottom:none;}
.contact-row .icon-circle{
  width:42px;height:42px;border-radius:50%;
  background:rgba(255,255,255,0.1);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.contact-row svg{width:18px;height:18px;color:var(--green-500);}
.contact-row strong{display:block; font-size:0.95rem; margin-bottom:3px;}
.contact-row span, .contact-row a{font-size:0.9rem; color:rgba(255,255,255,0.75);}
.contact-row a:hover{color:var(--green-500);}

.contact-info-card--solo{
  max-width:640px;
  margin:0 auto;
  padding:44px 40px;
}
.contact-info-card--solo .contact-intro{
  color:rgba(255,255,255,0.78);
  font-size:0.98rem;
  line-height:1.6;
  margin-bottom:28px;
}
.contact-info-card__actions{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-top:30px;
}
.contact-info-card--solo .btn-outline-purple{
  border-color:rgba(255,255,255,0.35);
  color:var(--white);
}
.contact-info-card--solo .btn-outline-purple:hover{
  background:rgba(255,255,255,0.1);
  border-color:rgba(255,255,255,0.5);
}

/* ---------- Footer ---------- */
.site-footer{
  background:var(--ink-900);
  color:rgba(255,255,255,0.68);
  padding-top:72px;
}
.footer-top{
  display:grid;
  grid-template-columns:1.3fr 0.8fr 0.8fr 1.1fr;
  gap:40px;
  padding-bottom:50px;
  border-bottom:1px solid rgba(255,255,255,0.1);
}
@media (max-width:900px){ .footer-top{grid-template-columns:1fr 1fr; gap:36px;} }
@media (max-width:560px){ .footer-top{grid-template-columns:1fr;} }
.footer-brand .brand-text .name, .footer-brand .brand-text .tag{color:var(--white);}
.footer-brand .brand-text .tag{color:rgba(255,255,255,0.55);}
.footer-brand p{margin:18px 0 22px; font-size:0.9rem; max-width:280px; color:rgba(255,255,255,0.6);}
.footer-social{display:flex; gap:10px;}
.footer-social a{
  width:36px;height:36px;border-radius:50%;
  background:rgba(255,255,255,0.08);
  display:flex;align-items:center;justify-content:center;
}
.footer-social a:hover{background:var(--green-600);}
.footer-social svg{width:15px;height:15px;}

.site-footer h4{color:var(--white); font-size:0.98rem; margin-bottom:20px;}
.footer-links{display:flex; flex-direction:column; gap:11px;}
.footer-links a{font-size:0.9rem;}
.footer-links a:hover{color:var(--green-500);}

.footer-contact .contact-row{border-bottom:none; padding:0 0 16px;}
.footer-contact .icon-circle{background:rgba(255,255,255,0.08);}

.footer-bottom{
  display:flex; justify-content:space-between; align-items:center;
  gap:16px; flex-wrap:wrap;
  padding:24px 0;
  font-size:0.84rem;
  color:rgba(255,255,255,0.5);
}
.footer-bottom a:hover{color:var(--green-500);}
.footer-legal{display:flex; gap:18px;}

/* ---------- Sticky mobile call bar ---------- */
.mobile-call-bar{
  position:fixed; bottom:0; left:0; right:0;
  background:var(--green-600);
  color:var(--white);
  display:none;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px;
  font-weight:700;
  z-index:600;
  box-shadow:0 -6px 20px rgba(0,0,0,0.15);
}
.mobile-call-bar svg{width:18px;height:18px;}
@media (max-width:680px){
  .mobile-call-bar{display:flex;}
  body{padding-bottom:58px;}
}

/* ---------- Utility ---------- */
.text-center{text-align:center;}
.mt-0{margin-top:0;}
.bg-light{background:var(--purple-50);}
.bg-dark{background:var(--ink-900); color:rgba(255,255,255,0.75);}
.bg-dark h2{color:var(--white);}

.divider-swoosh{
  display:block;
  width:100%;
  height:60px;
}

/* reveal-on-scroll */
.reveal{opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease;}
.reveal.is-visible{opacity:1; transform:translateY(0);}
