:root {
  /* Paleta alineada con Content/Site.css de la app Clínica */
  --primary: #667eea;
  --primary-dark: #764ba2;
  --primary-light: #8a9af3;
  --primary-hover: #5a6fd8;
  --primary-hover-dark: #6a42a6;
  --secondary: #17a2b8;

  --ink: #343a40;
  --ink-soft: #6c757d;
  --foam: #f8f9fa;
  --foam-tint: #f8f9ff;
  --mint: rgba(102, 126, 234, 0.14);
  --accent: #667eea;
  --accent-deep: #764ba2;
  --sun: #ffffff;
  --line: rgba(52, 58, 64, 0.12);
  --shadow: 0 12px 35px rgba(102, 126, 234, 0.22);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --radius: 18px;
  --brand-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--foam);
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

code {
  font-family: ui-monospace, monospace;
  font-size: 0.9em;
  background: rgba(102, 126, 234, 0.1);
  color: var(--primary-dark);
  padding: 0.1rem 0.35rem;
  border-radius: 0.35rem;
}

.wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(248, 249, 250, 0.92);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.5rem;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}

.brand-icon {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  object-fit: contain;
  object-position: center;
  border-radius: 0.65rem;
  flex-shrink: 0;
  background: #fff;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1;
}

.brand-footer .brand-icon {
  width: 3.25rem;
  height: 3.25rem;
}

.brand-footer .brand-name {
  font-size: 1.45rem;
}

@media (max-width: 860px) {
  .brand-icon {
    width: 3.15rem;
    height: 3.15rem;
  }

  .brand-name {
    font-size: 1.35rem;
  }
}

.hero-logo-icon {
  display: block;
  width: 4.25rem;
  height: 4.25rem;
  object-fit: contain;
  border-radius: 0.95rem;
  margin-bottom: 1rem;
  box-shadow: 0 10px 28px rgba(52, 40, 90, 0.35);
  border: 2px solid rgba(255, 255, 255, 0.45);
  background: #fff;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.88rem;
  font-weight: 500;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a:not(.nav-cta) {
  opacity: 0.78;
}

.nav a:not(.nav-cta):hover {
  opacity: 1;
  color: var(--primary);
}

.nav-cta {
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: var(--brand-gradient);
  color: #fff;
}

.nav-cta:hover {
  background: linear-gradient(135deg, var(--primary-hover) 0%, var(--primary-hover-dark) 100%);
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  padding: 0;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 6px 4px;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: grid;
  align-items: end;
  padding: 6rem 0 4.5rem;
  overflow: hidden;
  color: #f7f8ff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(70, 55, 130, 0.78) 0%, rgba(102, 126, 234, 0.55) 42%, rgba(118, 75, 162, 0.35) 100%),
    linear-gradient(to top, rgba(52, 40, 90, 0.55) 0%, transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 42rem;
  animation: rise 0.9s ease both;
}

.brand-hero {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #fff;
}

.hero h1 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.2vw, 2.05rem);
  font-weight: 500;
  line-height: 1.25;
  max-width: 22ch;
  color: rgba(247, 248, 255, 0.96);
}

.hero-lead {
  margin: 0 0 1.75rem;
  font-size: 1.08rem;
  max-width: 38ch;
  color: rgba(247, 248, 255, 0.82);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: #fff;
  color: var(--primary-dark);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.btn-primary:hover {
  background: #f8f9ff;
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.btn-on-dark.btn-ghost {
  border-color: rgba(102, 126, 234, 0.35);
  color: var(--primary-dark);
}

.btn-on-dark.btn-ghost:hover {
  background: rgba(102, 126, 234, 0.08);
}

.section {
  padding: 5rem 0;
}

.section h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.55rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--ink);
}

.section-lead {
  margin: 0 0 2.5rem;
  max-width: 40rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary);
}

.section-diff {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.diff-card {
  padding: 1.35rem 1.2rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, var(--foam-tint));
}

.diff-tag {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--primary-dark);
  background: var(--mint);
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
}

.diff-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
}

.diff-card h3 a {
  color: inherit;
  text-decoration: none;
}

.diff-card h3 a:hover {
  color: var(--primary-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.diff-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.feature-hot {
  border-color: rgba(102, 126, 234, 0.35);
  box-shadow: 0 0 0 1px rgba(102, 126, 234, 0.08);
}

.ai-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ai-disclaimer {
  margin: 1.5rem 0 0;
  max-width: 46rem;
  font-size: 0.88rem;
  color: var(--ink-soft);
}

.section-pillars {
  background: var(--foam);
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.pillar {
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, var(--foam-tint));
}

.pillar-tag {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--primary-dark);
  background: var(--mint);
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
}

.pillar h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
}

.pillar p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.section-features {
  background:
    radial-gradient(circle at 8% 10%, rgba(102, 126, 234, 0.1), transparent 35%),
    var(--foam);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature {
  padding: 1.25rem 1.15rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
}

.feature h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-family: var(--font-display);
  font-weight: 500;
}

.feature p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.section-deep {
  background: #fff;
}

.section-deep-alt {
  background: var(--foam);
}

.deep-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: stretch;
}

.deep-row-reverse {
  grid-template-columns: 0.85fr 1.15fr;
}

.deep-row-reverse .deep-copy {
  order: 2;
}

.deep-row-reverse .deep-panel {
  order: 1;
}

.deep-copy h2 {
  max-width: 16ch;
}

.deep-copy > p {
  color: var(--ink-soft);
  max-width: 38rem;
}

.check-list {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.5rem;
  color: var(--ink-soft);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--primary);
}

.deep-panel {
  border-radius: calc(var(--radius) + 4px);
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 280px;
  box-shadow: var(--shadow);
}

.deep-panel-photo {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 320px;
  color: #f7f8ff;
}

.deep-panel-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.deep-panel-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(52, 40, 90, 0.88) 0%,
    rgba(102, 126, 234, 0.35) 48%,
    rgba(102, 126, 234, 0.12) 100%
  );
}

.deep-panel-caption {
  position: relative;
  z-index: 1;
  padding: 2rem 1.75rem;
  margin-top: auto;
}

.panel-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.85;
}

.panel-title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.2;
}

.panel-text {
  margin: 0;
  opacity: 0.9;
  font-size: 0.98rem;
}

.section-ai {
  background: #fff;
  border-top: 1px solid var(--line);
}

.ai-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.ai-card {
  padding: 1.4rem 1.25rem;
  border-radius: var(--radius);
  background: linear-gradient(165deg, #5a6fd8 0%, #764ba2 100%);
  color: #f7f8ff;
}

.ai-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
}

.ai-card p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(247, 248, 255, 0.82);
}

.section-how {
  background: var(--foam);
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.25rem 0;
  border-top: 1px solid var(--line);
}

.steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.step-num {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--brand-gradient);
  color: #fff;
  font-weight: 700;
}

.steps h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

.steps p {
  margin: 0;
  color: var(--ink-soft);
}

.section-cta {
  padding-bottom: 5.5rem;
  background: #fff;
}

.cta-box {
  padding: clamp(2rem, 5vw, 3.25rem);
  border-radius: calc(var(--radius) + 6px);
  background:
    radial-gradient(ellipse at 90% 10%, rgba(102, 126, 234, 0.22), transparent 45%),
    linear-gradient(145deg, #eef1ff, #f8f9ff 55%, #f0f7fa);
  border: 1px solid var(--line);
}

.cta-box h2 {
  max-width: 16ch;
}

.cta-box > p {
  max-width: 38rem;
  color: var(--ink-soft);
}

.cta-box .btn-primary {
  background: var(--brand-gradient);
  color: #fff;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.35);
}

.cta-box .btn-primary:hover {
  background: linear-gradient(135deg, var(--primary-hover) 0%, var(--primary-hover-dark) 100%);
}

.cta-note {
  margin: 1.25rem 0 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.section-faq {
  background: #fff;
  border-top: 1px solid var(--line);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: 44rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--foam-tint);
  padding: 0.85rem 1.1rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--ink);
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--primary);
  font-weight: 700;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0.75rem 0 0.25rem;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  margin-top: 0.35rem !important;
}

.footer-links a {
  color: var(--primary-dark);
  font-weight: 600;
  font-size: 0.92rem;
}

.footer-links a:hover,
.legal a:hover {
  text-decoration: underline;
}

.legal a {
  color: inherit;
}

.site-footer {
  padding: 2.5rem 0 3rem;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-inner {
  display: grid;
  gap: 0.5rem;
}

.footer-inner p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.legal {
  opacity: 0.7;
  font-size: 0.85rem !important;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .ai-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav {
    position: fixed;
    inset: 5.5rem 1rem auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow);
    z-index: 30;
  }

  .nav.is-open {
    display: flex;
  }

  .nav-toggle {
    display: inline-block;
  }
}

@media (max-width: 960px) {
  .pillars,
  .feature-grid,
  .diff-grid,
  .ai-grid,
  .ai-grid-4,
  .deep-row,
  .deep-row-reverse {
    grid-template-columns: 1fr;
  }

  .deep-row-reverse .deep-copy,
  .deep-row-reverse .deep-panel {
    order: initial;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .hero {
    align-items: center;
    min-height: 88vh;
    padding-top: 5.5rem;
  }

  .feature-grid,
  .diff-grid,
  .ai-grid-4 {
    grid-template-columns: 1fr;
  }
}

/* ========== Páginas de intención SEO ========== */
.page-hero {
  padding: 4.5rem 0 3rem;
  background:
    radial-gradient(ellipse at 90% 10%, rgba(102, 126, 234, 0.18), transparent 45%),
    linear-gradient(145deg, #eef1ff, #f8f9ff 55%, #f0f7fa);
  border-bottom: 1px solid var(--line);
}

.page-hero .eyebrow {
  margin-bottom: 0.75rem;
}

.page-hero h1 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
  max-width: 18ch;
}

.page-hero .lead {
  margin: 0 0 1.5rem;
  max-width: 40rem;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.page-body {
  padding: 3.5rem 0 4rem;
}

.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 2.5rem;
  align-items: start;
}

.prose h2 {
  margin: 2.25rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  letter-spacing: -0.02em;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  margin: 1.5rem 0 0.5rem;
  font-size: 1.1rem;
}

.prose p,
.prose li {
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.prose ul {
  margin: 0.75rem 0 1.25rem;
  padding-left: 1.2rem;
}

.prose li {
  margin: 0.35rem 0;
}

.prose a {
  color: var(--primary-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-aside {
  position: sticky;
  top: 6rem;
  padding: 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.page-aside h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.page-aside ul {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}

.page-aside li {
  margin: 0;
  border-top: 1px solid var(--line);
}

.page-aside a {
  display: block;
  padding: 0.65rem 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--primary-dark);
}

.page-aside a:hover {
  color: var(--primary);
}

.page-aside .btn {
  width: 100%;
  margin-top: 0.25rem;
  background: var(--brand-gradient);
  color: #fff;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0 1.75rem;
  font-size: 0.95rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}

.compare-table th,
.compare-table td {
  padding: 0.75rem 0.9rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.compare-table th {
  background: var(--foam-tint);
  font-weight: 700;
}

.compare-table tr:last-child td {
  border-bottom: 0;
}

.page-cta {
  margin-top: 2.5rem;
  padding: 1.75rem;
  border-radius: var(--radius);
  background: linear-gradient(145deg, #eef1ff, #f8f9ff);
  border: 1px solid var(--line);
}

.page-cta h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.page-cta p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
}

@media (max-width: 900px) {
  .page-layout {
    grid-template-columns: 1fr;
  }

  .page-aside {
    position: static;
  }
}

.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 700;
  color: var(--primary-dark);
  white-space: nowrap;
}

.nav-phone:hover {
  color: var(--primary);
}

.btn-wa {
  background: #075e54;
  color: #fff;
  box-shadow: 0 8px 20px rgba(7, 94, 84, 0.28);
}

.btn-wa:hover,
.page-aside .btn-wa:hover {
  background: #128c7e;
}

.page-aside .btn-wa {
  background: #075e54;
  color: #fff;
}

.page-aside .btn + .btn {
  margin-top: 0.6rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1rem 0 0;
}

.prose .btn {
  text-decoration: none;
}

/* .prose a fija el color de enlace y ganaría al de .btn-wa */
.prose .btn-wa,
.prose .btn-wa:hover {
  color: #fff;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.footer-contact a {
  color: var(--primary-dark);
  font-weight: 700;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.wa-float {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  background: #075e54;
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  box-shadow: 0 12px 28px rgba(7, 94, 84, 0.35);
  transition: transform 0.15s ease, background 0.15s ease;
}

.wa-float:hover {
  background: #128c7e;
  transform: translateY(-2px);
}

.wa-float svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
  flex: none;
}

@media (max-width: 600px) {
  .wa-float {
    padding: 0.8rem;
  }

  .wa-float span {
    display: none;
  }
}
