*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg: #04100c;
  --bg2: #071a12;
  --bg3: #0a2018;
  --card: rgba(8, 24, 16, 0.85);
  --glass: rgba(10, 30, 20, 0.7);
  --green: #00e87a;
  --green2: #00b85e;
  --green-dim: rgba(0, 232, 122, 0.08);
  --green-glow: rgba(0, 232, 122, 0.3);
  --gold: #d4a843;
  --gold2: #f0c85a;
  --cream: #f8f0e3;
  --text: #e8f5ef;
  --text2: #a8c4b4;
  --text3: #6a9980;
  --border: rgba(0, 232, 122, 0.12);
  --border2: rgba(0, 232, 122, 0.25);
  --nav-bg: rgba(4, 16, 12, 0.75);
  --marquee-bg: #071a12;
  --stats-band-bg: linear-gradient(135deg, #0a2018, #071a12);
  --cta-bg: #071a12;
}

body.light {
  --bg: #faf8f5;
  --bg2: #f3efe9;
  --bg3: #ebe5dc;
  --card: rgba(255, 255, 255, 0.94);
  --glass: rgba(250, 248, 245, 0.88);
  --green: #1a7f5a;
  --green2: #14694a;
  --green-dim: rgba(26, 127, 90, 0.07);
  --green-glow: rgba(26, 127, 90, 0.2);
  --gold: #b8860b;
  --gold2: #d4a017;
  --text: #1a1a2e;
  --text2: #4a4a5a;
  --text3: #7a7a8a;
  --border: rgba(26, 127, 90, 0.1);
  --border2: rgba(26, 127, 90, 0.22);
  --nav-bg: rgba(250, 248, 245, 0.88);
  --marquee-bg: #f3efe9;
  --stats-band-bg: linear-gradient(135deg, #ebe5dc, #f3efe9);
  --cta-bg: #f3efe9;
}

body.light #particles-canvas {
  opacity: 0.15;
}

body.light::before {
  opacity: 0.08;
}

body.light .hero-bg-gradient {
  background:
    radial-gradient(ellipse 80% 60% at 70% 50%, rgba(26, 127, 90, 0.1) 0%, transparent 65%),
    radial-gradient(ellipse 50% 80% at 10% 80%, rgba(184, 134, 11, 0.06) 0%, transparent 60%),
    linear-gradient(180deg, #faf8f5 0%, #f3efe9 100%);
}

body.light .cta-block {
  background: linear-gradient(135deg, rgba(26, 127, 90, 0.08), rgba(184, 134, 11, 0.06));
}

body.light .hero-card-overlay {
  background: linear-gradient(to top, rgba(250, 248, 245, 0.95), transparent);
}

body.light .why-visual-overlay {
  background: linear-gradient(to top, rgba(250, 248, 245, 0.92) 0%, transparent 50%);
}

body.light .service-card {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}

body.light .service-card:hover {
  box-shadow: 0 12px 40px rgba(26, 127, 90, 0.12), 0 0 20px rgba(26, 127, 90, 0.06);
}

body.light .t-card {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}

body.light .t-card:hover {
  box-shadow: 0 12px 40px rgba(26, 127, 90, 0.1);
}

body.light .mission-card {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.03);
}

body.light .float-badge {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

body.light .about-img-main {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

body.light .hero-card-main {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 0 40px rgba(26, 127, 90, 0.04);
}

body.light .contact-form-wrap {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

body.light .ci-row {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.03);
}

body.light .about-stat-pill {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

body.light .logo-img {
  filter: brightness(0.95);
}

body.light .btn-hero-primary {
  box-shadow: 0 6px 24px rgba(26, 127, 90, 0.25);
}

body.light .btn-hero-primary:hover {
  box-shadow: 0 12px 36px rgba(26, 127, 90, 0.35);
}

body.light .btn-cta-green {
  box-shadow: 0 6px 24px rgba(26, 127, 90, 0.25);
}

body.light .btn-cta-green:hover {
  box-shadow: 0 12px 36px rgba(26, 127, 90, 0.35);
}

body.light .btn-submit {
  box-shadow: 0 6px 24px rgba(26, 127, 90, 0.25);
}

body.light .btn-submit:hover {
  box-shadow: 0 12px 36px rgba(26, 127, 90, 0.35);
}

body.light .nav-cta {
  box-shadow: 0 4px 16px rgba(26, 127, 90, 0.2);
}

body.light .nav-cta:hover {
  box-shadow: 0 8px 24px rgba(26, 127, 90, 0.3);
}

body.light .map-block:hover {
  box-shadow: 0 0 24px rgba(26, 127, 90, 0.12);
}

body.light .why-item:hover {
  box-shadow: -4px 0 0 var(--green), 0 8px 24px rgba(0, 0, 0, 0.06);
}

::selection {
  background: var(--green);
  color: #000;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--bg);
}

::-webkit-scrollbar-thumb {
  background: var(--green2);
  border-radius: 3px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  cursor: none;
}

#cursor-outer {
  position: fixed;
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--green);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.15s ease, opacity 0.3s;
  mix-blend-mode: exclusion;
}

#cursor-inner {
  position: fixed;
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.05s;
}

.cursor-grow #cursor-outer {
  transform: scale(2.5) !important;
  opacity: 0.5;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
}

#particles-canvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

/* NAVBAR */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 1.2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(24px) saturate(180%);
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border);
  transition: padding 0.4s ease;
}

nav.scrolled {
  padding: 0.8rem 3rem;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: none;
}

.logo-img {
  height: 50px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.logo:hover .logo-img {
  transform: scale(1.05);
}

.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: var(--text2);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.2s;
  cursor: none;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--green);
  transition: width 0.3s ease;
}

.nav-links a:hover {
  color: var(--green);
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-cta {
  background: var(--green);
  color: #000;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: none;
  text-decoration: none;
  transition: all 0.3s;
  letter-spacing: 0.03em;
}

.nav-cta:hover {
  box-shadow: 0 0 30px var(--green-glow);
  transform: translateY(-2px);
}

.hamburger {
  display: none;
  background: none;
  border: none;
  color: var(--text);
  font-size: 1.5rem;
  cursor: pointer;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.theme-toggle {
  background: var(--green-dim);
  border: 1px solid var(--border2);
  color: var(--green);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: none;
  font-size: 1rem;
  transition: all 0.3s;
  flex-shrink: 0;
}

.theme-toggle:hover {
  background: var(--green);
  color: #000;
  transform: rotate(20deg);
}

/* HERO */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 80px;
}

.hero-bg-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 50%, rgba(0, 80, 40, 0.35) 0%, transparent 65%),
    radial-gradient(ellipse 50% 80% at 10% 80%, rgba(0, 50, 25, 0.2) 0%, transparent 60%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
}

.hero-lines {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-lines::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -100px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  border: 1px solid rgba(0, 232, 122, 0.06);
  animation: ring-expand 8s ease-in-out infinite alternate;
}

.hero-lines::after {
  content: '';
  position: absolute;
  top: -100px;
  right: 0px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(0, 232, 122, 0.04);
  animation: ring-expand 10s ease-in-out infinite alternate-reverse;
}

@keyframes ring-expand {
  from { transform: scale(1) rotate(0deg); }
  to { transform: scale(1.15) rotate(10deg); }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 3rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: center;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--green-dim);
  border: 1px solid var(--border2);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--green);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  animation: blink 2s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3.2rem, 5.5vw, 5.5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}

.hero-title em {
  font-style: italic;
  color: var(--green);
  display: block;
  font-size: 85%;
}

.hero-title .gold-word {
  color: var(--gold);
}

.hero-sub {
  font-size: 1.1rem;
  color: var(--text2);
  line-height: 1.75;
  margin-bottom: 2.5rem;
  max-width: 500px;
  font-weight: 300;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 2rem;
  border-radius: 60px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: none;
  text-decoration: none;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.btn-hero-primary {
  background: var(--green);
  color: #000;
  box-shadow: 0 8px 30px rgba(0, 232, 122, 0.35);
}

.btn-hero-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 232, 122, 0.5);
}

.btn-hero-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border2);
}

.btn-hero-ghost:hover {
  border-color: var(--green);
  color: var(--green);
  transform: translateY(-4px);
}

.hero-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 3rem;
}

.hstat {
  border-left: 2px solid var(--border2);
  padding-left: 1.2rem;
}

.hstat-num {
  font-family: 'Space Mono', monospace;
  font-size: 2rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
}

.hstat-label {
  font-size: 0.78rem;
  color: var(--text3);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0.2rem;
}

.hero-visual {
  position: relative;
}

.hero-card-main {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6), 0 0 60px rgba(0, 232, 122, 0.08);
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.hero-card-main img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  filter: saturate(0.85);
}

.hero-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 2rem;
  background: linear-gradient(to top, rgba(4, 16, 12, 0.95), transparent);
}

.doc-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.doc-title {
  font-size: 0.8rem;
  color: var(--green);
  letter-spacing: 0.05em;
}

.float-badge {
  position: absolute;
  background: var(--card);
  border: 1px solid var(--border2);
  border-radius: 16px;
  padding: 0.8rem 1.2rem;
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  animation: float-ud 4s ease-in-out infinite;
}

.float-badge i {
  color: var(--green);
  font-size: 1.1rem;
}

.fb-label {
  font-size: 0.7rem;
  color: var(--text3);
}

.fb-val {
  font-weight: 700;
  font-size: 0.9rem;
}

.badge-top {
  top: -20px;
  right: -20px;
  animation-delay: 0s;
}

.badge-bottom {
  bottom: 80px;
  left: -30px;
  animation-delay: 1.5s;
}

@keyframes float-ud {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* MARQUEE */
.marquee-wrap {
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 1rem 0;
  background: var(--bg2);
  position: relative;
  z-index: 2;
}

.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee 25s linear infinite;
}

.marquee-item {
  padding: 0 3rem;
  font-family: 'Space Mono', monospace;
  font-size: 0.8rem;
  color: var(--text3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.marquee-item span {
  color: var(--green);
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* SECTIONS */
section {
  padding: 7rem 0;
  position: relative;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 3rem;
}

.label-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Space Mono', monospace;
  font-size: 0.72rem;
  color: var(--green);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.label-tag::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--green);
}

.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.section-heading em {
  font-style: italic;
  color: var(--green);
}

.section-desc {
  color: var(--text2);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 580px;
  font-weight: 300;
}

/* ABOUT */
#about {
  background: var(--bg2);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.about-visual {
  position: relative;
}

.about-img-stack {
  position: relative;
}

.about-img-main {
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
}

.about-img-main img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  filter: saturate(0.8);
}

.about-img-corner {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 180px;
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid var(--bg2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.about-img-corner img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.about-stat-pill {
  position: absolute;
  top: 40px;
  left: -30px;
  background: var(--card);
  border: 1px solid var(--border2);
  border-radius: 16px;
  padding: 1rem 1.5rem;
  backdrop-filter: blur(20px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  min-width: 160px;
}

.astat-big {
  font-family: 'Space Mono', monospace;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--green);
}

.astat-txt {
  font-size: 0.78rem;
  color: var(--text3);
  margin-top: 0.2rem;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.mission-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.8rem;
  transition: all 0.4s ease;
}

.mission-card:hover {
  border-color: var(--border2);
  transform: translateX(8px);
}

.mc-icon {
  width: 44px;
  height: 44px;
  background: var(--green-dim);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.mc-title {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

.mc-text {
  font-size: 0.9rem;
  color: var(--text2);
  line-height: 1.6;
}

/* SERVICES */
#services {
  background: var(--bg);
}

.services-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.service-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 2rem 1.8rem;
  transition: all 0.45s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  position: relative;
  overflow: hidden;
  cursor: none;
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--green-dim), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover {
  transform: translateY(-12px);
  border-color: var(--border2);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 30px var(--green-glow);
}

.sc-num {
  font-family: 'Space Mono', monospace;
  font-size: 0.7rem;
  color: var(--text3);
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

.sc-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: var(--green-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--green);
  margin-bottom: 1.5rem;
  transition: all 0.3s;
}

.service-card:hover .sc-icon {
  background: var(--green);
  color: #000;
  transform: rotate(-5deg) scale(1.1);
}

.sc-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
}

.sc-text {
  font-size: 0.87rem;
  color: var(--text2);
  line-height: 1.6;
}

.sc-arrow {
  position: absolute;
  bottom: 1.8rem;
  right: 1.8rem;
  color: var(--border2);
  font-size: 1.1rem;
  transition: all 0.3s;
}

.service-card:hover .sc-arrow {
  color: var(--green);
  transform: translate(3px, -3px);
}

/* STATS BAND */
.stats-band {
  background: linear-gradient(135deg, var(--bg3), var(--bg2));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 4rem 0;
}

.stats-band-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.sband-item {
  text-align: center;
  position: relative;
}

.sband-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background: var(--border);
}

.sband-num {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--green);
  line-height: 1;
}

.sband-suffix {
  font-size: 2rem;
  color: var(--gold);
}

.sband-label {
  font-size: 0.85rem;
  color: var(--text2);
  margin-top: 0.5rem;
  letter-spacing: 0.03em;
}

/* WHY US */
#why {
  background: var(--bg2);
}

.why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.why-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  transition: all 0.35s;
  cursor: none;
}

.why-item:hover {
  border-color: var(--border2);
  transform: translateX(8px);
  box-shadow: -4px 0 0 var(--green), 0 20px 40px rgba(0, 0, 0, 0.3);
}

.wi-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: var(--green-dim);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1.2rem;
  transition: all 0.3s;
}

.why-item:hover .wi-icon {
  background: var(--green);
  color: #000;
}

.wi-title {
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.wi-text {
  font-size: 0.875rem;
  color: var(--text2);
  line-height: 1.5;
}

.why-visual {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.why-visual img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  filter: saturate(0.75);
}

.why-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 16, 12, 0.9) 0%, transparent 50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.5rem;
}

.rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--green);
  color: #000;
  border-radius: 50px;
  padding: 0.5rem 1.2rem;
  font-weight: 800;
  width: fit-content;
  margin-bottom: 1rem;
}

/* TESTIMONIALS */
#testimonials {
  background: var(--bg);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.t-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 2rem;
  transition: all 0.4s;
}

.t-card:hover {
  border-color: var(--border2);
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.t-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 1rem;
}

.t-stars i {
  color: var(--gold);
  font-size: 0.9rem;
}

.t-quote {
  font-size: 0.95rem;
  color: var(--text2);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.t-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.t-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green2), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #000;
}

.t-name {
  font-weight: 700;
  font-size: 0.9rem;
}

.t-role {
  font-size: 0.78rem;
  color: var(--text3);
}

/* CTA */
.cta-section {
  background: var(--bg2);
  border-top: 1px solid var(--border);
}

.cta-block {
  background: linear-gradient(135deg, rgba(0, 80, 40, 0.3), rgba(0, 40, 20, 0.5));
  border: 1px solid var(--border2);
  border-radius: 48px;
  padding: 5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-block::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 232, 122, 0.12), transparent 65%);
}

.cta-block .section-heading {
  font-size: clamp(2.5rem, 4vw, 4rem);
  max-width: 700px;
  margin: 0 auto 1.5rem;
}

.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 2rem;
  border-radius: 60px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: none;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-cta-green {
  background: var(--green);
  color: #000;
  box-shadow: 0 8px 30px rgba(0, 232, 122, 0.3);
}

.btn-cta-green:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 232, 122, 0.5);
}

.btn-cta-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border2);
}

.btn-cta-ghost:hover {
  border-color: var(--green);
  color: var(--green);
  transform: translateY(-4px);
}

/* CONTACT */
#contact {
  background: var(--bg);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
}

.contact-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ci-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  transition: all 0.3s;
}

.ci-row:hover {
  border-color: var(--border2);
  transform: translateX(6px);
}

.ci-icon {
  width: 40px;
  height: 40px;
  background: var(--green-dim);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  flex-shrink: 0;
}

.ci-text {
  font-size: 0.9rem;
  color: var(--text2);
}

.ci-text strong {
  color: var(--text);
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.1rem;
}

.map-block {
  background: linear-gradient(135deg, var(--bg3), var(--bg2));
  border: 1px solid var(--border);
  border-radius: 24px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: none;
  transition: all 0.3s;
}

.map-block:hover {
  border-color: var(--border2);
  box-shadow: 0 0 30px var(--green-glow);
}

.map-block i {
  font-size: 2.5rem;
  color: var(--green);
}

.map-block p {
  font-size: 0.85rem;
  color: var(--text2);
}

.contact-form-wrap {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 32px;
  padding: 2.5rem;
}

.form-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-group label {
  display: block;
  font-size: 0.8rem;
  color: var(--text3);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.9rem 1.2rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  color: var(--text);
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  transition: all 0.3s;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 232, 122, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 110px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.btn-submit {
  width: 100%;
  padding: 1rem;
  background: var(--green);
  color: #000;
  border: none;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1rem;
  cursor: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}

.btn-submit:hover {
  box-shadow: 0 8px 30px rgba(0, 232, 122, 0.4);
  transform: translateY(-2px);
}

#form-msg {
  margin-top: 1rem;
  font-size: 0.9rem;
  text-align: center;
}

/* FOOTER */
footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 4rem 0 2rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-brand p {
  font-size: 0.88rem;
  color: var(--text2);
  line-height: 1.6;
  margin-top: 1rem;
  max-width: 260px;
}

.footer-col h5 {
  font-weight: 700;
  margin-bottom: 1.2rem;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}

.footer-col a {
  display: block;
  color: var(--text2);
  text-decoration: none;
  font-size: 0.875rem;
  margin-bottom: 0.6rem;
  transition: color 0.2s;
  cursor: none;
}

.footer-col a:hover {
  color: var(--green);
}

.social-row {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.soc-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--bg);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text2);
  font-size: 0.9rem;
  cursor: none;
  text-decoration: none;
  transition: all 0.3s;
}

.soc-btn:hover {
  border-color: var(--green);
  color: var(--green);
  transform: translateY(-3px);
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
  color: var(--text3);
}

/* SCROLL REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.delay-1 { transition-delay: 0.1s; }
.reveal.delay-2 { transition-delay: 0.2s; }
.reveal.delay-3 { transition-delay: 0.3s; }
.reveal.delay-4 { transition-delay: 0.4s; }

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* WHATSAPP FLOATING BUTTON */
.wa-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.wa-tooltip {
  background: var(--card);
  border: 1px solid var(--border2);
  border-radius: 12px;
  padding: 0.55rem 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  position: relative;
}

.wa-tooltip::after {
  content: '';
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid var(--border2);
}

.wa-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  pointer-events: all;
  position: relative;
  flex-shrink: 0;
  box-shadow:
    0 8px 32px rgba(37, 211, 102, 0.5),
    0 2px 10px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.35s ease;
  animation: wa-pop-in 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s both;
}

.wa-btn i {
  font-size: 1.75rem;
  color: #fff;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 9999;
}

.wa-float:hover .wa-tooltip {
  opacity: 1;
  transform: translateX(0);
}

.wa-btn:hover {
  transform: scale(1.14) translateY(-3px);
  box-shadow:
    0 16px 48px rgba(37, 211, 102, 0.6),
    0 4px 16px rgba(0, 0, 0, 0.35);
}

.wa-btn:hover i {
  transform: rotate(-10deg) scale(1.08);
}

.wa-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.5);
  animation: wa-ring-out 2.6s ease-out infinite;
}

.wa-ring:nth-child(2) {
  border-color: rgba(37, 211, 102, 0.3);
  animation-delay: 0.85s;
}

@keyframes wa-ring-out {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(2.4); opacity: 0; }
}

@keyframes wa-pop-in {
  0% { transform: scale(0) rotate(-160deg); opacity: 0; }
  100% { transform: scale(1) rotate(0deg); opacity: 1; }
}

.wa-notif {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 15px;
  height: 15px;
  background: #FF4B4B;
  border-radius: 50%;
  border: 2.5px solid #25D366;
  z-index: 9999;
  animation: wa-notif-pulse 1.8s ease-in-out infinite;
}

@keyframes wa-notif-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.25); }
}

/* ═══════════════════════════════════════
   RESPONSIVE — TABLET (max-width: 1024px)
   ═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }

  .stats-band-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .hero-content {
    gap: 3rem;
  }
}

/* ═══════════════════════════════════════
   RESPONSIVE — SMALL TABLET (max-width: 900px)
   ═══════════════════════════════════════ */
@media (max-width: 900px) {
  nav {
    padding: 0.8rem 1.2rem;
  }

  .logo-img {
    height: 38px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 75vw;
    height: 100vh;
    background: var(--bg);
    backdrop-filter: blur(30px);
    z-index: 400;
    padding: 5rem 2rem 2rem;
    gap: 1.5rem;
    border-right: 1px solid var(--border);
    transition: transform 0.4s ease;
    transform: translateX(-100%);
  }

  .nav-links.open {
    display: flex;
    transform: translateX(0);
  }

  .nav-links a {
    font-size: 1rem;
  }

  .hamburger {
    display: block;
    z-index: 500;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: var(--text);
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 0 1.2rem;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-sub {
    font-size: 0.95rem;
  }

  .hero-stats {
    flex-wrap: wrap;
    gap: 1.2rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-hero {
    justify-content: center;
    padding: 0.8rem 1.5rem;
  }

  .hero-visual .hero-card-main img {
    height: 280px;
  }

  .float-badge {
    padding: 0.5rem 0.8rem;
    font-size: 0.75rem;
  }

  .badge-top {
    top: -10px;
    right: -10px;
  }

  .badge-bottom {
    bottom: 40px;
    left: -15px;
  }

  .about-grid,
  .why-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-img-main img {
    height: 320px;
  }

  .about-stat-pill {
    left: 10px;
    top: 20px;
    padding: 0.7rem 1rem;
  }

  .astat-big {
    font-size: 1.5rem;
  }

  .about-img-corner {
    display: none;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .services-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .service-card {
    padding: 1.5rem;
  }

  .sc-icon {
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
  }

  .sc-title {
    font-size: 1rem;
  }

  .sc-text {
    font-size: 0.8rem;
  }

  .why-visual img {
    height: 380px;
  }

  .why-visual-overlay {
    padding: 1.5rem;
  }

  .cta-block {
    padding: 2.5rem 1.5rem;
  }

  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-cta {
    justify-content: center;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.8rem;
    text-align: center;
  }

  .container {
    padding: 0 1.2rem;
  }

  section {
    padding: 3.5rem 0;
  }

  .stats-band {
    padding: 2.5rem 0;
  }

  .contact-form-wrap {
    padding: 1.5rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .form-group input,
  .form-group textarea,
  .form-group select {
    padding: 0.7rem 1rem;
  }

  .map-block {
    height: 160px;
  }

  .map-block i {
    font-size: 2rem;
  }
}

/* ═══════════════════════════════════════
   RESPONSIVE — MOBILE (max-width: 600px)
   ═══════════════════════════════════════ */
@media (max-width: 600px) {
  .logo-img {
    height: 32px;
  }

  .nav-cta {
    padding: 0.4rem 1rem;
    font-size: 0.75rem;
  }

  .theme-toggle {
    width: 34px;
    height: 34px;
    font-size: 0.85rem;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-eyebrow {
    font-size: 0.65rem;
    padding: 0.3rem 0.8rem;
  }

  .hero-sub {
    font-size: 0.85rem;
  }

  .hstat-num {
    font-size: 1.3rem;
  }

  .hstat-label {
    font-size: 0.65rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .stats-band-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
  }

  .sband-num {
    font-size: 2rem;
  }

  .sband-suffix {
    font-size: 1.2rem;
  }

  .sband-label {
    font-size: 0.7rem;
  }

  .section-heading {
    font-size: 1.8rem;
  }

  .section-desc {
    font-size: 0.9rem;
  }

  .label-tag {
    font-size: 0.65rem;
  }

  .why-list {
    gap: 1rem;
  }

  .why-item {
    padding: 1rem;
    gap: 1rem;
  }

  .wi-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .wi-title {
    font-size: 0.9rem;
  }

  .wi-text {
    font-size: 0.75rem;
  }

  .t-card {
    padding: 1.2rem;
  }

  .t-quote {
    font-size: 0.85rem;
  }

  .t-author {
    gap: 0.7rem;
  }

  .t-avatar {
    width: 36px;
    height: 36px;
    font-size: 0.8rem;
  }

  .cta-block .section-heading {
    font-size: 1.6rem;
  }

  .cta-block .section-desc {
    font-size: 0.85rem;
  }

  .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand {
    text-align: center;
  }

  .footer-brand p {
    margin: 0.8rem auto;
  }

  .social-row {
    justify-content: center;
  }

  .footer-col h5 {
    margin-bottom: 0.8rem;
  }

  .form-title {
    font-size: 1.2rem;
  }

  .ci-row {
    padding: 0.8rem;
    gap: 0.8rem;
  }

  .ci-icon {
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
  }

  .ci-text {
    font-size: 0.75rem;
  }

  .ci-text strong {
    font-size: 0.7rem;
  }

  .btn-submit {
    padding: 0.8rem;
    font-size: 0.9rem;
  }

  /* Hide custom cursor on mobile */
  #cursor-outer,
  #cursor-inner {
    display: none;
  }

  body {
    cursor: default;
  }

  * {
    cursor: default !important;
  }

  .sband-item:not(:last-child)::after {
    display: none;
  }

  .stats-band-grid {
    row-gap: 1.5rem;
  }

  .hero-stats {
    justify-content: space-between;
  }

  .hstat {
    flex: 1;
    text-align: center;
    border-left: none;
    padding-left: 0;
  }

  .map-block p {
    font-size: 0.7rem;
    text-align: center;
  }

  .contact-layout {
    gap: 1.5rem;
  }

  .marquee-item {
    padding: 0 1rem;
    font-size: 0.65rem;
  }

  .reveal,
  .reveal-left,
  .reveal-right {
    opacity: 1;
    transform: translate(0);
  }

  /* WhatsApp mobile adjustments */
  .wa-float {
    bottom: 1.2rem;
    right: 1.2rem;
  }

  .wa-btn {
    width: 54px;
    height: 54px;
  }

  .wa-btn i {
    font-size: 1.5rem;
  }

  .wa-tooltip {
    display: none;
  }
}

/* ═══════════════════════════════════════
   RESPONSIVE — EXTRA SMALL (max-width: 400px)
   ═══════════════════════════════════════ */
@media (max-width: 400px) {
  .hero-title {
    font-size: 1.75rem;
  }

  .hero-stats {
    gap: 0.8rem;
  }

  .hstat-num {
    font-size: 1.1rem;
  }

  .sband-num {
    font-size: 1.6rem;
  }

  .stats-band-grid {
    gap: 0.8rem;
  }

  .btn-hero,
  .btn-cta {
    font-size: 0.8rem;
    padding: 0.7rem 1rem;
  }

  .container {
    padding: 0 1rem;
  }

  .service-card {
    padding: 1.2rem;
  }

  .sc-num {
    font-size: 0.6rem;
    margin-bottom: 1rem;
  }

  .section-heading {
    font-size: 1.5rem;
  }
}

/* ═══════════════════════════════════════
   MOBILE FOOTER DROPDOWNS (max-width: 768px)
   ═══════════════════════════════════════ */
@media (max-width: 768px) {
  .footer-top {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .footer-col {
    margin-bottom: 0;
    border-bottom: 1px solid var(--border);
    padding-bottom: 0;
    overflow: hidden;
  }

  .footer-col h5 {
    position: relative;
    cursor: pointer;
    padding: 1rem 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    font-size: 1rem;
  }

  .footer-col h5::after {
    content: '\f067';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.85rem;
    color: var(--green);
    transition: transform 0.3s ease;
  }

  .footer-col.active h5::after {
    content: '\f068';
  }

  .footer-col .footer-links {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-left: 0.5rem;
  }

  .footer-col.active .footer-links {
    max-height: 300px;
    padding-bottom: 1rem;
  }

  .footer-col a {
    margin-bottom: 0;
    padding: 0.4rem 0;
    font-size: 0.85rem;
  }

  .footer-brand {
    border-bottom: 1px solid var(--border);
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }

  .footer-brand .logo {
    justify-content: center;
    display: flex;
  }

  .footer-brand p {
    text-align: center;
    margin: 0.8rem auto;
  }

  .social-row {
    justify-content: center;
    margin-top: 0.5rem;
  }
  
}

/* ── WhatsApp Float: Mobile Fix ── */
.wa-float {
  position: fixed !important;
  bottom: 28px !important;
  right: 24px !important;
  z-index: 999999 !important;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: none;
}

.wa-float .wa-btn {
  pointer-events: all !important;
}

@media (max-width: 768px) {
  .wa-float {
    bottom: 20px !important;
    right: 16px !important;
  }
}
