﻿/* React framework styles — Metamorphosis MV */
:root {
  --bg: #FAFAFA;
  --card: #FFFFFF;
  --navy: #06102B;
  --navy-2: #0d2d5e;
  --teal: #00E5C0;
  --blue: #3B82F6;
  --mint: #E8FDF9;
  --body: #495057;
  --odoo-primary: #714B67;
  --odoo-secondary: #017E84;
  --ease-out: cubic-bezier(.2,.7,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  margin: 0;
  font-family: 'Open Sans', system-ui, sans-serif;
  font-size: 16px; line-height: 1.6;
  color: var(--body);
  background: var(--bg);
  overflow-x: hidden;
  cursor: none; /* let the React halo become the cursor */
}
@media (hover: none) { body { cursor: auto; } }
h1, h2, h3, h4 { font-family: 'Montserrat', sans-serif; color: var(--navy); margin: 0; line-height: 1.08; letter-spacing: -0.02em; }
p { margin: 0; }
a { color: inherit; text-decoration: none; transition: color .2s ease; }
img { max-width: 100%; display: block; }
.rb-container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

/* Animations */
@keyframes revealUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes rbHeroIn { from { transform: translateY(20px); } to { transform: none; } }
@keyframes rbPulse {
  0% { box-shadow: 0 0 0 0 rgba(0,229,192,0.6); }
  70% { box-shadow: 0 0 0 8px rgba(0,229,192,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,229,192,0); }
}
@keyframes drift1 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-60px,40px) scale(1.1); } }
@keyframes drift2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(80px,-50px) scale(1.15); } }
@keyframes drift3 { 0%,100% { transform: translate(-50%,-50%) scale(1); } 50% { transform: translate(-60%,-50%) scale(1.05); } }
@keyframes floatMark { 0%,100% { transform: translate(-50%,-50%) rotate(-2deg); } 50% { transform: translate(-50%,-54%) rotate(2deg); } }

/* Aurora */
.rb-blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; }
.rb-blob-1 { width: 540px; height: 540px; background: radial-gradient(circle, rgba(0,229,192,.55), transparent 70%); top: -180px; right: -120px; animation: drift1 16s ease-in-out infinite; }
.rb-blob-2 { width: 460px; height: 460px; background: radial-gradient(circle, rgba(59,130,246,.35), transparent 70%); bottom: -200px; left: -160px; animation: drift2 20s ease-in-out infinite; }
.rb-blob-3 { width: 360px; height: 360px; background: radial-gradient(circle, rgba(184,245,232,.6), transparent 70%); top: 40%; left: 50%; animation: drift3 24s ease-in-out infinite; }

/* Water text canvas sizing */
.rb-hero h1 span { display: block; }
.rb-hero h1 > span:last-child { min-height: 1.15em; }

/* Ocean gradient shift animation */
@keyframes oceanShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.water-text {
  display: inline-block;
  background: linear-gradient(270deg, #00E5C0, #0099CC, #0066AA, #017E84, #00BCD4, #00E5C0);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: oceanShift 5s ease infinite;
  filter: url(#wt-turb);
}
.rb-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.78);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: all .3s var(--ease-out);
}
.rb-nav.scrolled { background: rgba(255,255,255,0.94); border-bottom-color: rgba(6,16,43,0.08); box-shadow: 0 8px 24px rgba(6,16,43,0.04); }
.rb-nav-inner { display: flex; align-items: center; justify-content: space-between; height: 84px; }
.rb-logo-link img { height: 36px; width: auto; }
.rb-nav-links { display: flex; gap: 38px; list-style: none; margin: 0; padding: 0; }
.rb-nav-links a { font-size: 14.5px; color: var(--navy); position: relative; padding: 6px 0; }
.rb-nav-links a:hover { color: var(--blue); }

/* Hero */
.rb-hero { position: relative; padding: 100px 0 80px; overflow: hidden; }
.rb-hero-mark {
  position: absolute; z-index: -1; opacity: .045;
  width: 720px; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: floatMark 8s ease-in-out infinite;
  pointer-events: none;
}
.rb-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(6,16,43,0.08);
  border-bottom: 1px solid rgba(6,16,43,0.08);
  padding: 32px 0; max-width: 900px; margin: 0 auto;
}
.rb-stat { text-align: center; padding: 4px 16px; border-right: 1px solid rgba(6,16,43,0.08); }
.rb-stat:last-child { border-right: none; }
.rb-stat-num { font-family: 'Montserrat',sans-serif; font-weight: 900; font-size: 36px; color: var(--navy); line-height: 1; margin-bottom: 8px; letter-spacing: -0.02em; }
.rb-stat-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1.8px; color: var(--body); font-weight: 600; }

/* Bands */
.rb-band { padding: 96px 0; position: relative; }
.rb-section-head { text-align: center; max-width: 780px; margin: 0 auto 64px; }
.rb-section-head h2 { font-weight: 900; font-size: clamp(34px,4.6vw,52px); margin: 16px 0 18px; letter-spacing: -0.025em; }
.rb-section-head p { font-weight: 300; font-size: 17px; color: var(--body); }

/* Services */
.rb-services { background: var(--mint); position: relative; overflow: hidden; }

/* Odoo strip */
.rb-odoo-strip { background: linear-gradient(135deg,#fff 0%, #f7f4f7 100%); border-top: 1px solid rgba(113,75,103,0.12); border-bottom: 1px solid rgba(113,75,103,0.12); padding: 64px 0; position: relative; overflow: hidden; }
.rb-odoo-strip::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--odoo-primary) 0%, var(--odoo-secondary) 50%, #8F8F8F 100%); }
.rb-odoo-inner { display: grid; grid-template-columns: 320px 1fr auto; gap: 56px; align-items: center; }
.rb-odoo-left img { width: 100%; max-width: 320px; height: auto; }
.rb-odoo-mid h3 { font-weight: 900; font-size: 24px; color: var(--navy); margin-bottom: 6px; letter-spacing: -0.02em; }
.rb-odoo-mid p { font-size: 14.5px; color: var(--body); font-weight: 300; line-height: 1.55; max-width: 640px; }

/* Why (dark) */
.rb-why { background: var(--navy); color: #fff; overflow: hidden; }
.rb-why::before { content: ''; position: absolute; top: -100px; left: 50%; width: 800px; height: 800px; transform: translateX(-50%); background: radial-gradient(circle, rgba(0,229,192,0.1), transparent 60%); }
.rb-why .rb-section-head h2 { color: #fff; }
.rb-why .rb-section-head p { color: rgba(255,255,255,0.72); }
.rb-why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.rb-why-col { padding: 40px 32px 36px; border-radius: 14px; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.08); transition: all .35s var(--ease-out); }
.rb-why-col:hover { background: rgba(0,229,192,0.05); border-color: rgba(0,229,192,0.32); transform: translateY(-4px); }
.rb-why-col h3 { color: #fff; font-weight: 900; font-size: 25px; margin-bottom: 14px; letter-spacing: -0.02em; }
.rb-why-col p { font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.72); line-height: 1.65; }

/* CTA */
.rb-cta { background: linear-gradient(135deg,#06102B 0%, #0d2d5e 100%); color: #fff; text-align: center; padding: 110px 0; position: relative; overflow: hidden; }
.rb-cta::before { content: ''; position: absolute; top: -50%; left: -10%; width: 60%; height: 200%; background: radial-gradient(ellipse, rgba(0,229,192,0.20), transparent 60%); animation: drift1 18s ease-in-out infinite; }
.rb-cta::after { content: ''; position: absolute; bottom: -50%; right: -10%; width: 60%; height: 200%; background: radial-gradient(ellipse, rgba(59,130,246,0.18), transparent 60%); animation: drift2 22s ease-in-out infinite; }
.rb-cta-h2 { font-weight: 900; font-size: clamp(36px,5vw,56px); color: #fff; margin: 18px auto; max-width: 800px; line-height: 1.08; letter-spacing: -0.025em; }
.rb-cta-p { font-weight: 300; font-size: 18px; color: rgba(255,255,255,0.78); max-width: 580px; margin: 0 auto 38px; }

/* Footer */
.rb-footer { background: var(--navy); color: rgba(255,255,255,0.7); padding: 80px 0 0; position: relative; overflow: hidden; }
.rb-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(0,229,192,0.4), transparent); }
.rb-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 60px; }
.rb-foot-col h4 { font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: 2.5px; color: var(--teal); margin-bottom: 22px; }
.rb-foot-col ul { list-style: none; margin: 0; padding: 0; }
.rb-foot-col li { margin-bottom: 11px; }
.rb-foot-col a { font-size: 14px; color: rgba(255,255,255,0.7); font-weight: 300; }
.rb-foot-col a:hover { color: var(--teal); }
.rb-foot-bottom { border-top: 1px solid rgba(255,255,255,0.10); padding: 26px 0; display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: rgba(255,255,255,0.5); }

/* Reactive nav links — cursor-following gradient + color pop */
.rb-nav-link {
  position: relative;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: 0.01em;
  isolation: isolate;
  overflow: hidden;
  transition: color .25s var(--ease-out), transform .25s var(--ease-out);
}
.rb-nav-link::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(0,229,192,0.25), rgba(59,130,246,0.18) 45%, transparent 70%);
  opacity: var(--on, 0);
  transition: opacity .25s var(--ease-out);
  z-index: -1;
}
.rb-nav-link::after {
  content: '';
  position: absolute;
  left: 14px; right: 14px; bottom: 4px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--teal), var(--blue));
  transform: scaleX(calc(var(--on, 0)));
  transform-origin: left;
  transition: transform .35s var(--ease-out);
}
.rb-nav-link:hover {
  color: var(--blue);
  transform: translateY(-1px);
}
.rb-nav-link-text { position: relative; z-index: 1; }

/* ===== Contact page ===== */
.contact-hero {
  position: relative;
  padding: 120px 0 80px;
  background: linear-gradient(180deg, #FAFAFA 0%, #fff 100%);
  overflow: hidden;
}
.contact-hero::before {
  content: '';
  position: absolute; top: -180px; right: -120px;
  width: 540px; height: 540px;
  background: radial-gradient(circle, rgba(0,229,192,0.30), transparent 70%);
  filter: blur(80px);
  pointer-events: none;
}
.contact-hero h1 {
  font-weight: 900;
  font-size: clamp(40px, 5.6vw, 64px);
  letter-spacing: -0.025em;
  line-height: 1.05;
  max-width: 880px;
  margin: 18px 0 22px;
}
.contact-hero h1 .accent {
  background: linear-gradient(90deg, var(--teal), var(--blue));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.contact-hero p { font-size: 18px; max-width: 640px; line-height: 1.55; font-weight: 300; }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.step-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  border: 1px solid rgba(6,16,43,0.06);
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
  position: relative;
  transition: all .3s var(--ease-out);
}
.step-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(6,16,43,0.10); border-color: rgba(0,229,192,0.30); }
.step-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 500; letter-spacing: 0.18em;
  color: var(--teal);
  margin-bottom: 16px;
}
.step-card h3 { font-weight: 900; font-size: 22px; margin-bottom: 10px; letter-spacing: -0.02em; }
.step-card p { font-size: 14.5px; color: var(--body); font-weight: 300; line-height: 1.6; }
.step-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, var(--mint), #d4f7f0);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--navy); margin-bottom: 18px; font-size: 22px;
}

.contact-main { padding: 96px 0; background: var(--mint); position: relative; overflow: hidden; }
.contact-main::before { content: ''; position: absolute; bottom: -200px; left: -160px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(59,130,246,0.18), transparent 70%); filter: blur(60px); }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px;
  background: #fff; border-radius: 18px; overflow: hidden;
  box-shadow: 0 18px 48px rgba(6,16,43,0.08);
  position: relative; z-index: 1;
}
.contact-pitch {
  padding: 48px 44px;
  background: linear-gradient(160deg, var(--navy) 0%, #0d2d5e 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.contact-pitch::before { content: ''; position: absolute; top: -80px; right: -80px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(0,229,192,0.25), transparent 70%); filter: blur(40px); }
.contact-pitch h2 { color: #fff; font-weight: 900; font-size: 30px; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 16px; position: relative; }
.contact-pitch p { font-weight: 300; font-size: 15px; line-height: 1.65; color: rgba(255,255,255,0.78); margin-bottom: 28px; position: relative; }
.contact-channels { display: flex; flex-direction: column; gap: 14px; position: relative; }
.channel {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 16px; border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  text-decoration: none; color: #fff;
  transition: all .25s var(--ease-out);
}
.channel:hover { background: rgba(0,229,192,0.08); border-color: rgba(0,229,192,0.4); transform: translateX(3px); }
.channel-ico {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(0,229,192,0.15); color: var(--teal);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.channel-ico.wa { background: rgba(37,211,102,0.18); color: #25D366; }
.channel-ico.viber { background: rgba(123,79,176,0.20); color: #b69af2; }
.channel-meta { font-size: 11.5px; text-transform: uppercase; letter-spacing: 1.6px; color: rgba(255,255,255,0.5); font-weight: 600; }
.channel-val { font-family: 'Montserrat',sans-serif; font-weight: 700; font-size: 15.5px; color: #fff; letter-spacing: -0.01em; margin-top: 2px; }

.contact-form { padding: 48px 44px; }
.form-eyebrow { font-family: 'JetBrains Mono',monospace; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--blue); font-weight: 500; margin-bottom: 8px; }
.contact-form h2 { font-weight: 900; font-size: 28px; letter-spacing: -0.02em; margin-bottom: 8px; line-height: 1.15; }
.contact-form .sub { font-size: 14.5px; color: var(--body); font-weight: 300; margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.field label { display: block; font-size: 11.5px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; color: var(--navy); margin-bottom: 6px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 12px 14px; border-radius: 10px;
  border: 1.5px solid rgba(6,16,43,0.10);
  font-family: inherit; font-size: 14.5px; color: var(--navy);
  background: #fff; outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(0,229,192,0.12);
}
.field textarea { resize: vertical; min-height: 110px; }
.budget-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.budget-pill {
  padding: 8px 14px; border-radius: 99px;
  border: 1.5px solid rgba(6,16,43,0.12);
  background: #fff; font-size: 13px; color: var(--navy); font-weight: 600;
  cursor: pointer; transition: all .2s var(--ease-out);
}
.budget-pill.active { background: var(--navy); color: var(--teal); border-color: var(--navy); }
.budget-pill:hover { border-color: var(--teal); }
.submit-btn {
  margin-top: 22px;
  width: 100%; padding: 16px;
  border-radius: 99px;
  background: var(--navy); color: var(--teal);
  font-family: inherit; font-weight: 600; font-size: 15px;
  cursor: pointer; border: none;
  transition: all .25s var(--ease-out);
}
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(6,16,43,0.25); background: #0a1a3d; }

.contact-footer { padding: 80px 0; background: #fff; }
.cf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cf-card { padding: 28px; border-radius: 14px; border: 1px solid rgba(6,16,43,0.08); transition: all .25s var(--ease-out); }
.cf-card:hover { border-color: var(--teal); transform: translateY(-2px); }
.cf-card h4 { font-weight: 900; font-size: 18px; margin-bottom: 6px; letter-spacing: -0.01em; }
.cf-card p, .cf-card a { font-size: 14px; color: var(--body); font-weight: 300; line-height: 1.6; }
.cf-card a:hover { color: var(--teal); }

/* ── Hamburger button (hidden on desktop) ── */
.rb-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px; height: 40px;
  background: none; border: none; cursor: pointer;
  padding: 4px; border-radius: 8px;
  transition: background .2s;
  z-index: 200;
}
.rb-hamburger:hover { background: rgba(6,16,43,0.06); }
.rb-hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--navy); border-radius: 2px;
  transition: all .3s cubic-bezier(.2,.7,.2,1);
}
.rb-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.rb-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.rb-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav drawer */
.rb-mobile-menu {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(6,16,43,0.97);
  z-index: 100;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 80px 32px 48px;
}
.rb-mobile-menu.open { display: flex; }
.rb-mobile-menu a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: 28px;
  color: #fff; letter-spacing: -0.02em;
  padding: 12px 0; width: 100%; text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: color .2s;
}
.rb-mobile-menu a:last-child { border-bottom: none; }
.rb-mobile-menu a:hover { color: var(--teal); }
.rb-mobile-cta {
  margin-top: 28px;
  background: var(--teal) !important;
  color: var(--navy) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900 !important; font-size: 16px !important;
  padding: 14px 36px !important;
  border-radius: 99px !important;
  text-decoration: none;
  display: inline-block;
  transition: transform .2s, box-shadow .2s;
}
.rb-mobile-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,229,192,0.35); }

@media (max-width: 1100px) {
  .rb-footer-grid { grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 32px; }
}

@media (max-width: 900px) {
  .rb-container { padding: 0 24px; }
  .rb-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .rb-odoo-inner { grid-template-columns: 1fr; text-align: center; gap: 24px; }
  .rb-odoo-left { display: flex; justify-content: center; }
  .rb-why-grid { grid-template-columns: 1fr; }
  .rb-section-head { margin-bottom: 40px; }
  .steps-grid, .cf-grid, .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-pitch, .contact-form { padding: 36px 28px; }
  .rb-cta { padding: 80px 0; }
  .rb-footer { padding: 60px 0 0; }
}

@media (max-width: 768px) {
  .rb-container { padding: 0 18px; }
  .rb-band { padding: 64px 0; }
  .rb-nav-links { display: none; }
  .rb-hamburger { display: flex; }
  .rb-nav-inner { height: 68px; }
  .rb-logo-link img { height: 30px; }
  .rb-stats { grid-template-columns: repeat(3, 1fr); gap: 0; }
  .rb-stat-num { font-size: 28px; }
  .rb-hero { padding: 72px 0 56px; }
  .rb-hero-mark { width: 380px; }
  .rb-why-col { padding: 28px 22px; }
  .rb-foot-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 480px) {
  .rb-container { padding: 0 16px; }
  .rb-stats { grid-template-columns: 1fr; border: none; }
  .rb-stat { border: none !important; padding: 12px 8px; }
  .rb-stat-num { font-size: 32px; }
  .rb-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .rb-section-head h2 { font-size: clamp(26px, 7vw, 36px); }
  .rb-cta-h2 { font-size: clamp(28px, 7vw, 40px); }
  .rb-cta-p { font-size: 16px; }
  .rb-cta { padding: 64px 0; }
  .rb-foot-col { text-align: left; }
  .contact-hero h1 { font-size: clamp(30px, 8vw, 48px); }
  .contact-hero p { font-size: 16px; }
  .budget-pills { flex-direction: column; }
  .budget-pill { text-align: center; }
  .wa-fab { bottom: 18px; right: 18px; width: 50px; height: 50px; }
  .wa-fab__icon { width: 24px; height: 24px; }
  .wa-fab__tooltip { display: none; }
}


/* ── WhatsApp FAB ── */
.wa-fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  text-decoration: none;
  transition: transform .2s cubic-bezier(.2,.7,.2,1), box-shadow .2s;
  animation: wa-pulse 2.4s ease-in-out infinite;
}
.wa-fab:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 28px rgba(37,211,102,0.65);
  animation: none;
}
.wa-fab__icon { width: 28px; height: 28px; flex-shrink: 0; }
.wa-fab__tooltip {
  position: absolute;
  right: 66px;
  white-space: nowrap;
  background: #111;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  transform: translateX(6px);
  transition: opacity .18s, transform .18s;
}
.wa-fab__tooltip::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #111;
}
.wa-fab--hovered .wa-fab__tooltip {
  opacity: 1;
  transform: translateX(0);
}
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.45); }
  50%       { box-shadow: 0 4px 32px rgba(37,211,102,0.75); }
}
