/* ============================================================
   YAYASAN WAKAF SARAWAK - style.css v4
   ============================================================ */

* { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
  height: auto;
  overflow-y: auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  background-color: #0B4435;
  color: #fff;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }

/* ============================================================
   PAGE WRAPPER + BACKGROUND
   ============================================================ */
.page-wrap {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background: linear-gradient(180deg, #0d4a39 0%, #0B4435 40%, #072e24 100%);
}

#bg-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 900px 600px at 50% 15%, rgba(242,193,78,.08), transparent 60%),
    radial-gradient(ellipse 700px 500px at 50% 45%, rgba(46,230,140,.07), transparent 70%),
    linear-gradient(180deg, rgba(6,32,25,.55) 0%, rgba(11,68,53,.15) 35%, #072e24 100%);
  pointer-events: none;
}

/* ============================================================
   NAVBAR (floating pill, shrink-to-fit)
   ============================================================ */
.navbar-wrap {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: auto;
  max-width: calc(100% - 48px);
}

.navbar {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex: 0 1 auto;
  padding: 10px 16px;
  /* background: linear-gradient(135deg, rgba(9,45,35,.75) 0%, rgba(5,31,23,.85) 100%); */
  background: linear-gradient(135deg, rgb(250 245 234) 0%);
  border: 1px solid rgba(120,190,150,.3);
  border-radius: 999px;
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 32px -8px rgba(0,0,0,.5);
  flex-wrap: nowrap;
}

.navbar-menu {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 0 0 auto;
  justify-content: center;
  flex-wrap: nowrap;
  min-width: 0;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  color: #0B4435;
  font-size: 13px;
  font-weight: 500;
  padding: 9px 12px;
  border-radius: 999px;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
  flex-shrink: 0;
}

.nav-link:hover,
.nav-link.active {
  background: rgba(255,255,255,.1);
  color: #fff;
}

.navbar-logo-img {
  height: 40px;
  width: 40px;
  object-fit: contain;
  /* border-radius: 50%; */
  /* background: #fff; */
  padding: 3px;
}
.navbar-logo-img2 {
  height: 30px;
  width: 30px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
}


.btn-general {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #1f9d63 0%, #0c6b3e 100%);
  border: 1px solid rgba(130,220,175,.5);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 18px;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: box-shadow .3s ease, transform .2s ease;
}

.btn-general:hover {
  box-shadow: 0 0 24px 4px rgba(31,157,99,.55);
  transform: translateY(-1px);
}

/* ============================================================
   HERO CONTENT (split layout)
   ============================================================ */
.hero-content {
  position: relative;
  z-index: 5;
  min-height: calc(100vh - 90px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 170px 24px 60px;
}

.hero-split { align-items: stretch; text-align: left; }

.hero-badge-official {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(242,193,78,.12);
  border: 1px solid rgba(242,193,78,.35);
  color: #f2c14e;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 24px;
  backdrop-filter: blur(8px);
}

.title-accent { color: #f2c14e; }

.hero-title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.18;
  max-width: 880px;
  margin-bottom: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #cfe8d8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  font-size: 17px;
  color: rgba(255,255,255,.65);
  max-width: 560px;
  line-height: 1.6;
  margin-bottom: 36px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-logo-big { margin-bottom: 24px; position: relative; }

.hero-logo-big::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  height: 380px;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, rgba(128,237,142,.35) 0%, transparent 85%),
    radial-gradient(circle, rgba(46,230,140,.55) 0%, rgba(46,230,140,.2) 45%, transparent 10%);
  filter: blur(28px);
  z-index: -1;
}

.hero-logo-big img {
  height: 200px;
  width: auto;
  display: block;
  margin: 0 auto;
  filter:
    drop-shadow(0 0 16px rgba(159,238,128,.6))
    drop-shadow(0 0 32px rgba(46,230,140,.7))
    drop-shadow(0 12px 28px rgba(0,0,0,.65));
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.06);
  border: 2px solid rgba(255,255,255,.25);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 13px 26px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  transition: background .2s ease, transform .2s ease;
}

.btn-outline-white:hover {
  background: rgba(255,255,255,.14);
  transform: translateY(-1px);
}

/* .btn-gold {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #1f9d63 0%, #0a5a35 100%);
  border: 1px solid rgba(130,220,175,.6);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding: 10px 22px;
  border-radius: 999px;
  box-shadow: 0 0 18px 1px rgba(31,157,99,.5);
  transition: box-shadow .3s ease, transform .2s ease;
  cursor: pointer;
}

.btn-gold:hover {
  box-shadow: 0 0 28px 4px rgba(31,157,99,.7);
  transform: translateY(-2px);
} */

/* stat pill */
.stats-row {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 10px 22px 10px 10px;
  backdrop-filter: blur(8px);
}

.avatar-stack { display: flex; }

.avatar-stack span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2bb073, #0c5536);
  border: 2px solid #071510;
  margin-left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}

.avatar-stack span:first-child { margin-left: 0; }

.stats-row .stats-text {
  font-size: 14px;
  color: rgba(255,255,255,.75);
}

/* ============================================================
   HERO 3D CUBE SLIDER
   ============================================================ */
.hero-cube-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.hero-slider {
  position: relative;
  width: 560px;                 /* rectangle landscape */
  aspect-ratio: 16 / 9;
  max-width: 100%;
  perspective: 1600px;
  animation: heroFloat 6s ease-in-out infinite;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}

.hero-cube {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .9s cubic-bezier(.6,.02,.25,1);
  border-radius: 22px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  overflow: hidden;
  opacity: 1;               /* override fade lama */
  backface-visibility: hidden;
  box-shadow:
    0 0 0 6px rgba(255,255,255,.08),
    0 24px 60px rgba(0,0,0,.45),
    0 0 60px rgba(46,230,140,.25);
  /* setiap slide diletak sebagai muka kiub — deltaZ ditetapkan oleh JS via --tz */
  transform: rotateY(var(--ry, 0deg)) translateZ(var(--tz, 0px));
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* muka sisi kiub sedikit gelap semasa berputar, bagi ilusi kedalaman */
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background .9s ease;
  pointer-events: none;
}

.hero-slide:not(.active)::after {
  background: rgba(0,0,0,.35);
}



.hero-slide-caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 20px 24px 16px;
  background: linear-gradient(to top, rgba(5,25,19,.92), rgba(5,25,19,0));
  color: #fff;
  z-index: 2;
}
.hero-slide-caption h4 {
  font-size: 15px;
  font-weight: 700;
  color: #f2c14e;
  margin: 0 0 4px;
}
.hero-slide-caption p {
  font-size: 12.5px;
  margin: 0;
  color: rgba(255,255,255,.85);
  line-height: 1.5;
}

.hero-slide-progress {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: rgba(255,255,255,.15);
  z-index: 2;
}
.hero-slide-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #1f9d63, #2ee68c);
}
.hero-slide.active .hero-slide-progress span {
  animation: slideTimer 4s linear forwards;   /* sama dengan interval JS 4000 */
}
@keyframes slideTimer { from { width: 0 } to { width: 100% } }
@media (min-width: 1600px) {          /* monitor besar */
  .hero-slider { width: 640px; }
}
@media (max-width: 1366px) {          /* laptop */
  .hero-slider { width: 480px; }
}
@media (max-width: 991px) {
  .hero-slider { width: 100%; max-width: 480px; margin-top: 24px; }
  .hero-slide-caption p { display: none; }
}

/* ============================================================
   DRAWER (custom offcanvas)
   ============================================================ */
.overlay-bg {
  position: fixed;
  inset: 0;
  background-color: rgba(2,6,14,.6);
  backdrop-filter: blur(2px);
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s cubic-bezier(.4,0,.2,1), visibility .45s;
}

.overlay-bg.show { opacity: 1; visibility: visible; }

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 480px;
  max-width: 90%;
  background-color: #0c1f17;
  color: #fff;
  z-index: 1101;
  display: flex;
  flex-direction: column;
  box-shadow: -20px 0 60px rgba(0,0,0,.5);
  transform: translateX(100%);
  visibility: hidden;
  transition: transform .5s cubic-bezier(.16,1,.3,1), visibility .5s;
}

.drawer.show { transform: translateX(0); visibility: visible; }

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 25px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  flex-shrink: 0;
}

.drawer-title { font-size: 20px; font-weight: 700; color: #fff; }

.drawer-close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.08);
  border: none;
  font-size: 15px;
  color: #fff;
  transition: background .2s ease, transform .2s ease;
}

.drawer-close:hover {
  background-color: rgba(255,255,255,.16);
  transform: rotate(90deg);
}

.drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 25px;
  scrollbar-width: thin;
  scrollbar-color: rgba(120,190,150,.4) transparent;
}

.drawer-body p {
  margin-bottom: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.65);
  font-size: 14px;
}

.section-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7fd6a8;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
}

.box-card {
  background-color: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 12px;
}

.box-card strong {
  display: block;
  color: #fff;
  margin-bottom: 6px;
  font-size: 14px;
}

.simple-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 10px;
  transition: background .2s ease, transform .2s ease;
}

.simple-list-item:hover {
  background-color: rgba(255,255,255,.07);
  transform: translateX(-2px);
}

.simple-list-item strong { display: block; color: #fff; font-size: 14px; }
.simple-list-item span { font-size: 12px; color: rgba(255,255,255,.5); }

/* drawer form */
.form-group { margin-bottom: 14px; }

.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.6);
  margin-bottom: 5px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  font-size: 14px;
  background: rgba(255,255,255,.04);
  color: #fff;
  outline: none;
  transition: border-color .2s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,.3); }

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: #1f9d63; }

.form-group textarea { min-height: 90px; resize: vertical; }

/* ============================================================
   HOMEPAGE SECTIONS — continuous flow
   Hero (gelap) -> Inisiatif (gelap) -> Impak (cream)
   -> We-Help (cream) -> Info (gelap) -> Footer (paling gelap)
   ============================================================ */
.home-section {
  position: relative;
  z-index: 5;
  padding: 6rem 0;
}

#sec-inisiatif {
  background: linear-gradient(180deg, #072e24 0%, #0a3f31 100%);
  color: #fff;
}

#sec-impak {
  background: #FAF5EA;
  color: #182419;
}

#sec-info {
  background: linear-gradient(180deg, #0a3f31 0%, #072e24 100%);
  color: #fff;
}

/* divider fade antara section */
#sec-impak::before,
#sec-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  pointer-events: none;
}

#sec-impak::before {
  background: linear-gradient(180deg, #0a3f31 0%, rgba(10,63,49,0) 100%);
  opacity: .18;
}

#sec-info::before {
  background: linear-gradient(180deg, #FAF5EA 0%, rgba(250,245,234,0) 100%);
  opacity: .16;
}

.home-section-title {
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 700;
  color: #fff;
}

.home-section-title.title-dark { color: #0B4435; }
.section-label.label-dark { color: #0B4435; }

/* ---- Inisiatif cards ---- */
.init-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(120,190,150,.2);
  border-radius: 18px;
  padding: 32px 26px;
  height: 100%;
  text-align: center;
  transition: transform .3s ease, border-color .3s ease;
}

.init-card:hover {
  transform: translateY(-6px);
  border-color: rgba(242,193,78,.5);
}

.init-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #f2c14e;
  background: rgba(242,193,78,.1);
  border: 1px solid rgba(242,193,78,.3);
}

.init-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.init-card p { font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.6; margin-bottom: 16px; }

.init-link {
  background: none;
  border: none;
  color: #7fd6a8;
  font-size: 13px;
  font-weight: 600;
}

.init-link:hover { color: #f2c14e; }

/* ---- Impak cards ---- */
.impact-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 20px;
  height: 100%;
  text-align: center;
  box-shadow: 0 6px 20px rgba(11,68,53,.08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.impact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(11,68,53,.15);
}

.impact-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #0B4435;
  background: rgba(11,68,53,.08);
}

.impact-card h3 { font-size: 16px; font-weight: 700; color: #0B4435; margin-bottom: 8px; }
.impact-card p { font-size: 13px; color: #5C6E64; line-height: 1.5; margin: 0; }

/* ---- Info Wakaf ---- */
.info-desc {
  font-size: 15px;
  color: rgba(255,255,255,.7);
  line-height: 1.7;
}

.info-purpose-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 16px 18px;
  margin-bottom: 12px;
}

.info-purpose-item .num {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #f2c14e;
  color: #0B4435;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-purpose-item p {
  font-size: 13px;
  color: rgba(255,255,255,.75);
  line-height: 1.6;
  margin: 0;
}

/* ============================================================
   WE-HELP SECTION (cream, menyatu dengan impak)
   ============================================================ */
.we-help-section {
  position: relative;
  z-index: 5;
  padding: 3rem 0 7rem;
  background: #FAF5EA;
  color: #182419;
}

.we-help-section .section-title { color: #182419; }
.we-help-section p { color: #5C6E64; }

.custom-list { width: 100%; }

.custom-list li {
  display: inline-block;
  width: calc(50% - 20px);
  margin-bottom: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
  color: #5C6E64;
}

.custom-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #0B4435;
  position: absolute;
  left: 0;
  top: 8px;
}

.we-help-section .btn {
  display: inline-flex;
  align-items: center;
  background: #0B4435;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 26px;
  border-radius: 999px;
}

.we-help-section .btn:hover { background: #0a3a2c; }

.we-help-section .btn-gold {
  box-shadow: 0 4px 14px rgba(11,68,53,.3);
}

/* ---- stacked cards ---- */
.stacked-cards {
  position: relative;
  width: 340px;
  aspect-ratio: 1 / 2;
  max-width: 100%;
}

.stack-card {
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .2);
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), opacity .5s;
  cursor: pointer;
}

.stack-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.stack-card.pos-0 { z-index: 3; transform: translate(0, 0) rotate(0deg); }
.stack-card.pos-1 { z-index: 2; transform: translate(20px, 12px) rotate(3deg); opacity: .9; }
.stack-card.pos-2 { z-index: 1; transform: translate(40px, 24px) rotate(6deg); opacity: .8; }

.stack-next {
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #f2c14e;
  color: #0B4435;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
  transition: transform .25s ease;
}

.stack-next:hover { transform: rotate(90deg); }

/* smooth text swap */
#stackTitle, #stackDesc { transition: opacity .3s ease; }
.text-swapping { opacity: 0; }


/* ===== CTA BANNER ===== */
.cta-banner {
  position: relative;
  z-index: 5;
  background: linear-gradient(180deg, #072e24 0%, #051f17 100%);
  padding: 0 0 60px;
}
.cta-banner-img {
  display: block;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
/* ===== FOOTER v2 ===== */
.footer-section {
  position: relative;
  z-index: 5;
  background: #051f17;
  padding: 56px 0 0;
}
.footer-top { padding-bottom: 40px; }

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.footer-brand img {
  height: 44px; width: 44px;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  padding: 4px;
}
.footer-brand span { font-size: 17px; font-weight: 700; }

.footer-about {
  font-size: 13.5px;
  color: rgba(255,255,255,.6);
  line-height: 1.7;
  margin-bottom: 16px;
  max-width: 320px;
}

.footer-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #f2c14e;
  margin-bottom: 16px;
}

.footer-links li { margin-bottom: 8px; }
.footer-links a {
  font-size: 13.5px;
  color: rgba(255,255,255,.65);
  transition: color .2s, padding-left .2s;
}
.footer-links a:hover { color: #f2c14e; padding-left: 4px; }

.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 13.5px;
}
.footer-contact i {
  color: #7fd6a8;
  margin-top: 3px;
  width: 16px;
  flex-shrink: 0;
}
.footer-contact a { color: rgba(255,255,255,.65); line-height: 1.6; }
.footer-contact a:hover { color: #fff; }

.footer-subscribe {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
.footer-subscribe input {
  flex: 1;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.05);
  color: #fff;
  font-size: 13px;
  outline: none;
}
.footer-subscribe input:focus { border-color: #1f9d63; }
.footer-subscribe button {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #1f9d63, #0a5a35);
  color: #fff;
  flex-shrink: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 12.5px;
  color: rgba(255,255,255,.5);
}
.footer-bottom p { margin: 0; }
.footer-bottom a {
  color: rgba(255,255,255,.6);
  margin-left: 18px;
}
.footer-bottom a:hover { color: #f2c14e; }

@media (max-width: 767px) {
  .cta-box { padding: 32px 24px; }
  .footer-bottom { justify-content: center; text-align: center; }
}


/* ============================================================
   RESPONSIVE
   ============================================================ */
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .nav-link { font-size: 12px; padding: 8px 9px; }
  .navbar-wrap { gap: 10px; }
}

@media (max-width: 991px) {
  .navbar-menu { display: none; }
  .nav-toggle { display: inline-flex; }
  .navbar { justify-content: space-between; }
  .navbar-wrap { width: calc(100% - 48px); }
  .hero-split { text-align: center; }
  .hero-slider { width: 240px; margin-top: 24px; }
  .stacked-cards { width: 280px; }
  .stack-card.pos-1 { transform: translate(14px, 10px) rotate(2deg); }
  .stack-card.pos-2 { transform: translate(28px, 20px) rotate(4deg); }
}

@media (max-width: 767px) {
  .home-section { padding: 4rem 0; }
}

@media (max-width: 700px) {
  .hero-content { padding: 120px 20px 40px; }
  .hero-title { font-size: 32px; }
  .hero-logo-big img { height: 160px; }
  .hero-logo-big::before { width: 300px; height: 300px; }
  .drawer { width: 100%; }
}

@media (max-width: 575px) {
  .navbar-wrap {
    top: 12px;
    width: calc(100% - 24px);
    gap: 8px;
  }
  .navbar { padding: 8px 12px; }
  .navbar-logo-img { width: 34px; height: 34px; }
  .btn-general { padding: 8px 14px; font-size: 12px; }
}