:root{
  --green:#096b42;
  --green-dark:#064c31;
  --green-soft:#edf8f0;
  --cream:#fffdf7;
  --text:#17221c;
  --muted:#64706a;
  --border:#dce7df;
  --shadow:0 16px 45px rgba(16,55,36,.09);
  --radius:24px;
  --gold:#d5ae4d;
  --gold-soft:rgba(213,174,77,.28);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"DM Sans","Noto Sans Devanagari",sans-serif;color:var(--text);background:#fff;line-height:1.6}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}
.topbar{background:var(--green-dark);color:#fff;font-size:12px}
.topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.top-links{display:flex;gap:20px;align-items:center}
.header{height:80px;background:#fff;border-bottom:1px solid #edf1ed;position:sticky;top:0;z-index:50}
.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:78px;height:78px;object-fit:contain;margin-top:20px;background:#fff;border-radius:50%;padding:4px;box-shadow:0 6px 20px rgba(0,0,0,.06)}
.brand-text strong{font-family:"Playfair Display",serif;font-size:23px;letter-spacing:.5px}
.brand-text span{display:block;font-size:10px;color:#5c655f;margin-top:1px}
.nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}
.nav a{padding:30px 0;position:relative}
.nav a:hover,.nav a.active{color:var(--green)}
.nav a.active:after{content:"";position:absolute;height:2px;background:var(--green);left:0;right:0;bottom:20px}
.menu-toggle{display:none;border:0;background:none;font-size:28px;color:var(--green);cursor:pointer}

.hero-grid{min-height:520px;display:grid;grid-template-columns:1fr 1.08fr;gap:28px;align-items:center}
.hero-copy{padding:65px 0 48px}
.eyebrow,.section-heading span,.section-kicker{display:inline-block;color:var(--green);font-weight:800;letter-spacing:.3px}
.eyebrow{background:#eaf7ed;border:1px solid #d5eadb;padding:9px 16px;border-radius:30px;font-size:12px}
.hero h1{font-family:"Noto Sans Devanagari",sans-serif;font-size:48px;line-height:1.16;margin:20px 0 15px;font-weight:700}
.hero h1 em{font-style:normal;color:var(--green)}
.hero h2{font-family:"Playfair Display",serif;font-size:38px;line-height:1.15;margin-bottom:12px}
.hero h2 span{color:var(--green)}
.hero-desc{max-width:520px;color:#44504a;font-size:17px}
.hero-hindi{margin-top:15px;color:#53615a;font-size:15px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:25px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:13px 22px;font-weight:700;font-size:14px;transition:.2s;border:1px solid transparent}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 9px 20px rgba(9,107,66,.18)}
.btn-primary:hover{transform:translateY(-2px);background:#075b38}
.btn-outline{border-color:var(--green);color:var(--green);background:#fff}
.btn-light{background:#fff;color:var(--green-dark)}
.btn.small{padding:10px 16px}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:28px}
.trust-row div{font-size:11px;color:#334038}
.trust-row b{display:block;font-size:11px}
.trust-row small{display:block;color:#758079;margin-top:2px}
.hero-visual{position:relative;padding:20px 0 0}
.hero-visual img{
  width:100%;
  height:auto;
  max-height:500px;
  object-fit:contain;
  object-position:center;
  border-radius:30px;
}
.visual-badge{position:absolute;left:-25px;bottom:35px;background:#fff;padding:17px 22px;border-radius:18px;box-shadow:var(--shadow);max-width:280px}
.visual-badge strong{display:block;color:var(--green);font-size:15px}
.visual-badge span{display:block;color:#69736d;font-size:12px;margin-top:4px}

.stats-strip{padding:24px 0;background:#fff}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #edf0ec;border-radius:20px;box-shadow:0 8px 25px rgba(0,0,0,.04);overflow:hidden}
.stats-grid div{padding:18px 24px;display:grid;grid-template-columns:44px 1fr;column-gap:12px;align-items:center;border-right:1px solid #edf0ec}
.stats-grid div:last-child{border:0}
.stats-grid span{grid-row:span 2;width:44px;height:44px;border:1px solid #b7d7c2;border-radius:50%;display:grid;place-items:center;color:var(--green);font-size:19px}
.stats-grid b{font-size:13px}.stats-grid small{font-size:11px;color:var(--muted)}

.section{padding:78px 0}
.section.soft{background:#f7fbf7}
.section-heading{text-align:center;max-width:760px;margin:0 auto 42px}
.section-heading span{font-size:12px}
.section-heading h2{font-family:"Playfair Display",serif;font-size:39px;margin:6px 0 5px}
.section-heading p{color:var(--muted);font-size:15px}
.section-heading.left{text-align:left;margin-left:0}

.program-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.program-card{border:1px solid var(--border);border-radius:20px;padding:10px 10px 18px;background:#fff;box-shadow:0 6px 20px rgba(20,50,32,.05);text-align:center}
.program-image{height:145px;border-radius:15px;overflow:hidden;background:#eff8f0}
.program-image img{width:100%;height:100%;object-fit:cover}
.program-placeholder{height:100%;display:grid;place-items:center;font-size:54px;background:linear-gradient(135deg,#edf8ef,#fffdf7)}
.program-card h3{font-size:14px;margin:14px 4px 7px}
.program-card p{font-size:12px;color:#68736d;min-height:55px}
.program-card a{display:inline-block;border:1px solid #a6d3b6;border-radius:20px;color:var(--green);font-size:12px;font-weight:700;padding:7px 16px;margin-top:8px}

.journey{background:linear-gradient(100deg,#fffdf7,#f1f9f2)}
.journey-grid{display:grid;grid-template-columns:1fr .85fr;gap:55px;align-items:center}
.journey h2{font-family:"Playfair Display",serif;font-size:42px;margin:7px 0 12px}
.journey h2 em{font-style:normal;color:var(--green)}
.journey p{color:#65716b;max-width:650px}
.chips{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}
.chips span{background:#eaf6ed;color:var(--green);border:1px solid #d6eade;border-radius:20px;padding:7px 12px;font-size:12px;font-weight:600}
.check-list{list-style:none;display:grid;gap:11px;color:#455149;font-size:14px}
.check-list li:before{content:"✓";color:var(--green);font-weight:900;margin-right:9px}
.consultation-card{border-radius:28px;overflow:hidden;background:#fff;box-shadow:var(--shadow);border:1px solid var(--border)}
.consultation-card img{
  width:100%;
  height:auto;
  max-height:520px;
  object-fit:contain;
  object-position:center;
}

.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.feature-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:28px;text-align:center}
.feature-card .icon{width:55px;height:55px;margin:auto;border-radius:50%;background:#eaf7ed;display:grid;place-items:center;font-size:24px}
.feature-card h3{font-size:18px;margin:15px 0 8px}
.feature-card p{font-size:13px;color:var(--muted)}

.results-section{background:#fff}
.results-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;background:#f4f9f3;border-radius:24px;padding:28px;align-items:center}
.results-copy h3{font-family:"Playfair Display",serif;font-size:30px;margin-bottom:8px}
.results-copy p{color:var(--muted);max-width:520px;margin-bottom:18px}
.result-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.result-stats div{background:#fff;border-radius:17px;padding:20px 10px;text-align:center;border:1px solid #e4ece5}
.result-stats b{display:block;font-size:27px;color:var(--green)}
.result-stats span{font-size:11px;color:#68736d}
.result-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}
.result-gallery img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:14px;border:1px solid var(--border);box-shadow:0 7px 18px rgba(0,0,0,.05)}

.testimonials{background:#fafcf9}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.testimonial-grid article{background:#fff;border:1px solid var(--border);border-radius:20px;padding:25px;box-shadow:0 7px 22px rgba(0,0,0,.04)}
.quote{font-family:Georgia,serif;font-size:55px;color:#cfe7d5;height:42px}
.testimonial-grid p{font-size:14px;color:#526059;margin:12px 0 18px}
.testimonial-grid strong{display:block;color:var(--green)}
.testimonial-grid small{color:#89918c}

.final-cta{background:var(--green);color:#fff;padding:27px 0}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta-inner span{font-weight:700;font-size:13px}
.cta-inner h2{font-family:"Playfair Display",serif;font-size:28px;margin:3px 0}
.cta-inner p{font-size:13px;color:#dceee2}

.whatsapp-float{position:fixed;right:24px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#20c76a;color:#fff;display:grid;place-items:center;font-size:28px;box-shadow:0 10px 25px rgba(0,0,0,.18);z-index:100}
.whatsapp-float:hover{transform:scale(1.05)}

@media(max-width:1050px){
  .nav{gap:18px}
  .brand-text strong{font-size:19px}
  .program-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:800px){
  .top-links a:not(:first-child){display:none}
  .header{height:68px}
  .brand img{width:58px;height:58px;margin-top:10px}
  .brand-text strong{font-size:16px}.brand-text span{font-size:8px}
  .menu-toggle{display:block}
  .nav{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;padding:12px 5%;border-bottom:1px solid var(--border);box-shadow:0 12px 25px rgba(0,0,0,.08);flex-direction:column;align-items:stretch;gap:0}
  .nav.open{display:flex}
  .nav a{padding:12px 0}
  .nav a.active:after{display:none}
  .hero-grid,.journey-grid{grid-template-columns:1fr}
  .hero-copy{padding:40px 0 20px}
  .hero h1{font-size:35px}
  .hero h2{font-size:31px}
  .hero-visual{padding-bottom:30px}
  .hero-visual img{
  height:auto;
  max-height:none;
}
  .trust-row{grid-template-columns:repeat(2,1fr)}
  .stats-grid{grid-template-columns:1fr 1fr}
  .stats-grid div:nth-child(2){border-right:0}
  .stats-grid div{border-bottom:1px solid #edf0ec}
  .program-grid{grid-template-columns:1fr 1fr}
  .feature-grid,.testimonial-grid{grid-template-columns:1fr 1fr}
  .results-layout{grid-template-columns:1fr}
  .result-gallery{grid-template-columns:1fr 1fr}
  .cta-inner{flex-direction:column;align-items:flex-start}
  .copyright{flex-direction:column;gap:8px}
}
@media(max-width:520px){
  .topbar-inner{font-size:10px}
  .hero h1{font-size:30px}
  .hero h2{font-size:28px}
  .hero-desc{font-size:15px}
  .hero-actions .btn{width:100%}
  .hero-visual img{
  height:auto;
  max-height:none;
}
  .visual-badge{left:10px;bottom:20px}

.stats-grid,
.program-grid,
.feature-grid,
.testimonial-grid{
  grid-template-columns:1fr;
}

.stats-grid div{
  border-right:0;
}

.result-gallery{
  grid-template-columns:1fr;
}

.result-stats{
  grid-template-columns:1fr;
}

.section{
  padding:55px 0;
}

.section-heading h2{
  font-size:31px;
}

.journey h2{
  font-size:33px;
}

.whatsapp-float{
  right:16px;
  bottom:16px;
}
}
/* Diabetes Program Icon */
.program-card-icon {
  height: 164px;
  margin: 12px 12px 18px;
  border-radius: 15px;
  background: linear-gradient(145deg, #f2f9f2, #fbfcf8);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.program-card-icon i {
  font-size: 58px;
  color: #168052;
  transition: transform .3s ease;
}

.program-card:hover .program-card-icon i {
  transform: translateY(-5px) scale(1.06);
}

.diabetes-icon i {
  color: #168052;
}
/* Diabetes Yoga Program Icon */
.program-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f1f8f1, #fafcf7);
}

.program-icon {
  font-size: 58px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.program-card:hover .program-icon {
  transform: translateY(-6px) scale(1.08);
}
/* ===== FINAL PROGRAM CARDS FIX ===== */

.program-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100%;
}

.program-card {
  width: 100% !important;
  min-width: 0 !important;
  padding: 10px 10px 18px !important;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(20,50,32,.05);
  text-align: center;
}

/* Diabetes card ka icon area */
.program-card-icon {
  width: 100%;
  height: 145px;
  margin: 0 0 14px;
  border-radius: 15px;
  background: linear-gradient(145deg, #edf8ef, #fffdf7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.program-card-icon i {
  font-size: 54px;
  color: #168052;
}

/* Baaki cards ke icon/image boxes */
.program-image {
  width: 100%;
  height: 145px;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(145deg, #edf8ef, #fffdf7);
}

.program-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile */
@media (max-width: 1050px) {
  .program-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 800px) {
  .program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  .program-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ===== HERO SECTION BACKGROUND (contained to hero only) =====
   The image lives inside .hero (position:relative) as an absolutely
   positioned element sized to 100%/100% of the section — not the
   viewport. Because it's tied to the section's own box instead of
   vh/fixed positioning, it scales together with the layout when the
   browser is zoomed and never gets clipped or cut off. */
.hero {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(115deg,#fffdf8 0%,#fffefb 48%,#eef8ee 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

/* Only a very light bottom-fade for depth — the image itself stays clear/sharp. */
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,.06) 100%
  );
}

.hero-grid {
  position: relative;
  z-index: 2;
}

/* Frosted card behind the text so content stays clearly readable
   no matter what the background image looks like there. */
.hero-copy {
  background: rgba(255,255,255,.90);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 22px;
  padding: 38px 34px;
  box-shadow: 0 18px 45px rgba(16,55,36,.12);
  max-width: 640px;
}

@media (max-width: 800px) {
  .hero-copy {
    padding: 26px 22px;
    max-width: 100%;
  }
}


/* =========================================================
   FOOTER — DIABETIC YOGA SEWA (premium, systematic version)
   Used identically on every page.
   Brand | Quick Links | Programs | Visit Us | Get In Touch(card)
   + Trust strip + Bottom legal bar
========================================================= */

.footer {
  position: relative;
  background:
    radial-gradient(circle at 15% 20%, rgba(38, 160, 103, 0.14), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(213, 174, 77, 0.10), transparent 28%),
    radial-gradient(circle at 85% 85%, rgba(205, 166, 72, 0.07), transparent 25%),
    linear-gradient(160deg, #054332 0%, #023626 100%);
  color: #dcece5;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -200px;
  top: -220px;
  border-radius: 50%;
  background: rgba(255,255,255,0.03);
  pointer-events: none;
}

.footer::after {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -160px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(213,174,77,0.05);
  pointer-events: none;
}

.footer .container{
  width: min(1320px, 94%);
}

.footer-main {
  position: relative;
  z-index: 1;
  padding-top: 64px;
  padding-bottom: 44px;
  display: grid;
  grid-template-columns: 1.5fr 0.85fr 0.95fr 1fr 1.2fr;
  gap: 30px;
  align-items: start;
}

/* BRAND */

.footer-brand {
  min-width: 0;
  padding-right: 10px;
  border-right: 1px solid rgba(255,255,255,.06);
}

.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 13px;
}

.footer-logo-row img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.footer-brand h3 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 21px;
  line-height: 1.05;
  letter-spacing: .3px;
}

.footer-line {
  width: 95px;
  height: 1px;
  margin: 22px 0 17px;
  background: linear-gradient(90deg, var(--gold), rgba(213,174,77,0));
}

.footer-brand p {
  margin: 0 0 22px;
  color: #bdd8cc;
  font-size: 13px;
  line-height: 1.75;
  max-width: 280px;
}

/* WHATSAPP CARD */

.footer-whatsapp {
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 15px 10px 10px;
  border: 1px solid var(--gold-soft);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  color: #fff !important;
  text-decoration: none;
  transition: .3s ease;
}

.footer-whatsapp:hover {
  background: rgba(255,255,255,.09);
  border-color: rgba(213,174,77,.65);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.footer-whatsapp small {
  display: block;
  color: #a9c9bc;
  font-size: 10px;
  margin-bottom: 2px;
}

.footer-whatsapp strong {
  display: block;
  color: #fff;
  font-size: 12.5px;
}

.footer-whatsapp > i {
  color: var(--gold);
  font-size: 10px;
  margin-left: 4px;
}

.whatsapp-icon {
  width: 36px !important;
  height: 36px !important;
  border-color: rgba(37,211,102,.35) !important;
  color: #25d366 !important;
  font-size: 20px !important;
}

/* Social icons row under the WhatsApp card */
.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold-soft);
  border-radius: 50%;
  color: #d9eee5;
  font-size: 15px;
  transition: .25s ease;
}

.footer-socials a:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  color: #fff;
}

.footer-socials .instagram:hover { color: #e1306c; border-color: #e1306c; }
.footer-socials .facebook:hover { color: #4c8bf5; border-color: #4c8bf5; }
.footer-socials .youtube:hover { color: #ff3b30; border-color: #ff3b30; }

/* COLUMNS */

.footer-column {
  min-width: 0;
}

.footer-column h4 {
  position: relative;
  color: #fff;
  margin: 3px 0 24px;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.footer-column h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 2px;
  border-radius: 10px;
  background: var(--gold);
}

/* LINKS */

.footer-link {
  display: flex !important;
  align-items: center;
  gap: 9px;
  color: #c6ded4 !important;
  text-decoration: none;
  font-size: 12.5px !important;
  margin: 0 0 13px !important;
  transition: .25s ease;
}

.footer-link:hover {
  color: #fff !important;
  transform: translateX(3px);
}

/* ICONS */

.link-icon {
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(213,174,77,.24);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 11px;
  background: rgba(255,255,255,.025);
  transition: .25s ease;
}

.footer-link:hover .link-icon {
  background: rgba(213,174,77,.14);
  border-color: var(--gold);
}

/* CONTACT ROWS */

.footer-contact {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #c6ded4;
  font-size: 12.5px;
  line-height: 1.55;
  margin-bottom: 14px;
  text-decoration: none;
}

.footer-contact .link-icon {
  flex: 0 0 29px;
}

.footer-contact-link {
  transition: .25s ease;
}

.footer-contact-link:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-contact-link:hover .link-icon {
  background: rgba(213,174,77,.14);
  border-color: var(--gold);
}

/* GET IN TOUCH — highlighted premium card */

.footer-card {
  background: linear-gradient(165deg, rgba(255,255,255,.055), rgba(255,255,255,.015));
  border: 1px solid var(--gold-soft);
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 18px 40px rgba(0,0,0,.16);
}

.footer-card h4 {
  margin-top: 0;
}

.footer-card .footer-contact {
  margin-bottom: 15px;
}

.footer-cta-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  padding: 12px 16px;
  background: linear-gradient(135deg, var(--gold), #b8912f);
  color: #1c2b21 !important;
  font-weight: 700;
  font-size: 12.5px;
  text-decoration: none;
  border-radius: 11px;
  text-align: center;
  transition: .25s ease;
}

.footer-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(213,174,77,.28);
}

.footer-cta-btn i {
  font-size: 11px;
}

/* TRUST STRIP */

.footer-trust {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  padding: 26px 0 30px;
  border-top: 1px solid rgba(213,174,77,.16);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 13px;
}

.trust-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(213,174,77,.1);
  border: 1px solid var(--gold-soft);
  color: var(--gold);
  font-size: 16px;
}

.trust-item b {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.trust-item small {
  display: block;
  color: #a9c9bc;
  font-size: 11px;
  margin-top: 2px;
}

/* BOTTOM BAR */

.footer-bottom {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(213,174,77,.18);
}

.footer-bottom-inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-bottom p {
  margin: 0;
  color: #91b8aa;
  font-size: 11.5px;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 11px;
}

.footer-legal a {
  color: #91b8aa;
  text-decoration: none;
  font-size: 11.5px;
  transition: .25s ease;
}

.footer-legal a:hover {
  color: #fff;
}

.footer-legal span {
  color: var(--gold);
  font-size: 9px;
}

/* =========================================================
   FOOTER RESPONSIVE — single clean set, no overrides elsewhere
========================================================= */

/* Small laptop: tighten columns a touch before wrapping */
@media (max-width: 1200px) {
  .footer-main {
    grid-template-columns: 1.4fr 0.85fr 0.95fr 1fr 1.15fr;
    gap: 22px;
  }
}

/* Tablet: brand full width on top, remaining columns wrap into 2 rows */
@media (max-width: 1050px) {
  .footer-main {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 34px 24px;
  }
  .footer-brand {
    grid-column: 1 / -1;
    max-width: 620px;
    padding-right: 0;
    border-right: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
  .footer-card {
    grid-column: span 1;
  }
  .footer-trust {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 18px;
  }
}

/* Mobile: single/2-column layout, tighter spacing */
@media (max-width: 700px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px 18px;
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .footer-brand {
    grid-column: 1 / -1;
    max-width: 100%;
  }
  .footer-brand p {
    max-width: 100%;
  }
  .footer-card {
    grid-column: 1 / -1;
  }
  .footer-column h4 {
    margin: 0 0 13px;
    font-size: 11px;
  }
  .footer-link,
  .footer-contact {
    margin-bottom: 10px !important;
    font-size: 12px;
  }
  .link-icon {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    font-size: 10px;
  }
  .footer-trust {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 0 24px;
  }
  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    padding: 16px 0;
    gap: 8px;
  }
}

/* Extra-small phones: single column so nothing feels cramped */
@media (max-width: 360px) {
  .footer-main {
    grid-template-columns: 1fr;
  }
  .footer-card {
    grid-column: auto;
  }
}
