/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.99.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.99.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/(marketing)/voor-behandelaren/page.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* ═══════════════════════════════════════════════════════════════
   VOOR BEHANDELAREN PAGE
   ═══════════════════════════════════════════════════════════════ */

/* ───────────────────────────────────────────────────────────────
   HERO SECTION
   ─────────────────────────────────────────────────────────────── */
.page_hero__0coki {
  position: relative;
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  color: #fffbf0;
  overflow: hidden;
}

.page_heroBackground__7KCD9 {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1b4965 0%, #0d2936 100%);
  z-index: 0;
}

.page_heroOverlay__0OLsb {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 20%, rgba(212, 196, 168, 0.1) 0%, transparent 50%);
  z-index: 1;
}

.page_heroInner__qB6LZ {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  width: 100%;
}

.page_heroContent__W5nO_ {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 65vh;
  max-width: 640px;
}

.page_heroLabel__ve4b2 {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d4c4a8;
  margin: 0 0 1rem;
}

.page_heroTitle__6GjHM {
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fffbf0;
  margin: 0 0 1.25rem;
}

.page_heroSubtitle__N4tNv {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.7;
  color: rgba(255, 251, 240, 0.8);
  margin: 0 0 2rem;
}

.page_heroCtas__v7bzz {
  display: flex;
  gap: 1rem;
}

/* ───────────────────────────────────────────────────────────────
   EMPATHY SECTION
   ─────────────────────────────────────────────────────────────── */
.page_empathy__GzaVb {
  background: #fffbf0;
  padding: clamp(5rem, 10vw, 8rem) 0;
}

.page_empathyInner__DO4mT {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-gap: clamp(3rem, 6vw, 6rem);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.page_empathyLabel__4D10g {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #a08060;
  margin-bottom: 1rem;
}

.page_empathyTitle__jeSi8 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  color: #1b4965;
  margin: 0 0 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page_empathyText__QDKeL {
  font-size: 1.0625rem;
  color: #5a6872;
  line-height: 1.8;
  margin: 0 0 1rem;
}

.page_empathyText__QDKeL:last-of-type {
  margin-bottom: 0;
}

.page_empathyVisual__E1VDi {
  display: flex;
  justify-content: center;
}

.page_empathyCard__S7kCP {
  background: #fff;
  padding: clamp(2rem, 4vw, 2.5rem);
  border-radius: 1.5rem;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  max-width: 320px;
  position: relative;
}

.page_empathyCard__S7kCP::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1b4965 0%, #d4c4a8 100%);
  border-radius: 1.5rem 1.5rem 0 0;
}

.page_empathyIcon__HR5Tz {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f5f0e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: #1b4965;
}

.page_empathyCard__S7kCP p {
  font-size: 1rem;
  font-style: italic;
  color: #1b4965;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.page_empathyCard__S7kCP cite {
  font-style: normal;
  font-size: 0.875rem;
  color: #a08060;
}

@media (max-width: 900px) {
  .page_empathyInner__DO4mT {
    grid-template-columns: 1fr;
  }
  .page_empathyVisual__E1VDi {
    order: -1;
  }
}

/* ───────────────────────────────────────────────────────────────
   BENEFITS — Split Layout
   ─────────────────────────────────────────────────────────────── */
.page_benefits__lTDek {
  background: #fff;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.page_benefitsInner__txSnb {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: clamp(3rem, 6vw, 6rem);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.page_benefitsLeft__t3_tv {
  position: relative;
}

.page_benefitsVisual__lXg3e {
  background: linear-gradient(135deg, #1b4965 0%, #2d6a8a 100%);
  padding: clamp(3rem, 6vw, 5rem);
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.page_benefitsVisual__lXg3e::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
}

.page_benefitsCircle__Dzob2 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.6);
}

.page_benefitsLabel__jRH7a {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1rem;
}

.page_benefitsTitle___IuCy {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page_benefitsRight__SNar3 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.page_benefitItem__3so8V {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.5rem;
  background: #fffbf0;
  border-radius: 1rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page_benefitItem__3so8V:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.page_benefitIcon__UkyxU {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #1b4965;
}

.page_benefitItem__3so8V h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: #1b4965;
  margin: 0 0 0.5rem 0;
}

.page_benefitItem__3so8V p {
  font-size: 0.95rem;
  color: #5a6872;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 900px) {
  .page_benefitsInner__txSnb {
    grid-template-columns: 1fr;
  }
}

/* ───────────────────────────────────────────────────────────────
   PROCESS
   ─────────────────────────────────────────────────────────────── */
.page_process____4vC {
  background: #fffbf0;
  padding: clamp(5rem, 10vw, 8rem) 0;
}

.page_processHeader__Y_o5U {
  text-align: center;
  margin-bottom: clamp(3rem, 6vw, 4rem);
}

.page_processLabel__zyolL {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a08060;
  margin-bottom: 1rem;
}

.page_processTitle__l4kot {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  color: var(--color-text-heading);
  margin: 0;
  letter-spacing: -0.02em;
}

.page_processSteps__x9hBH {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}

.page_processStep__PiPcL {
  flex: 1 1;
  max-width: 280px;
  text-align: center;
  padding: 0 1.5rem;
}

.page_stepIcon__qIgqs {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  color: #1b4965;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.page_stepTitle__RFl35 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-text-heading);
  margin: 0 0 0.5rem;
}

.page_stepText__n0h93 {
  font-size: 0.9375rem;
  color: var(--color-text-body);
  line-height: 1.6;
  margin: 0;
}

.page_processLine__3aXYM {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #d4c4a8 0%, #1b4965 100%);
  margin-top: 28px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .page_processSteps__x9hBH {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .page_processLine__3aXYM {
    width: 2px;
    height: 40px;
    background: linear-gradient(180deg, #d4c4a8 0%, #1b4965 100%);
    margin-top: 0;
  }
  .page_processStep__PiPcL {
    max-width: 100%;
  }
}

/* ───────────────────────────────────────────────────────────────
   TESTIMONIAL
   ─────────────────────────────────────────────────────────────── */
.page_testimonial__0PALL {
  background: #1b4965;
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.page_testimonialQuote__xzvue {
  margin: 0;
  text-align: center;
}

.page_testimonialQuote__xzvue p {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  color: #fffbf0;
  margin: 0 0 1.5rem;
}

.page_testimonialQuote__xzvue footer {
  margin-top: 1.5rem;
}

.page_testimonialQuote__xzvue cite {
  font-style: normal;
  font-size: 0.9375rem;
  color: rgba(255, 251, 240, 0.7);
}

/* ───────────────────────────────────────────────────────────────
   CTA SECTION
   ─────────────────────────────────────────────────────────────── */
.page_cta__2ponH {
  background: #fff;
  padding: clamp(5rem, 10vw, 8rem) 0;
}

.page_ctaInner__wAMRM {
  text-align: center;
}

.page_ctaLabel__mGc9T {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a08060;
  margin-bottom: 1rem;
}

.page_ctaTitle__ETwG_ {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: var(--color-text-heading);
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.page_ctaText__E3mWL {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  color: var(--color-text-body);
  line-height: 1.7;
  margin: 0 0 2rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.page_ctaButtons__mgZoT {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.page_ctaWhatsapp__TAPvX {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  margin: 0;
}

.page_ctaWhatsapp__TAPvX a {
  color: #1b4965;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page_ctaWhatsapp__TAPvX a:hover {
  color: #25D366;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.99.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.99.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/shared/Container.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Container_container__z1emy {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}

.Container_narrow__nO6gt {
  max-width: var(--container-narrow);
}

.Container_default__BKEkK {
  max-width: var(--container-max);
}

.Container_wide__jobyd {
  max-width: var(--container-wide);
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.99.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.99.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/shared/SiteFooter.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.SiteFooter_footer__QyfUT {
  background: var(--color-bg-deep);
  color: var(--color-text-on-dark);
  padding: var(--space-20) 0 var(--space-10);
  margin-top: 0;
}

.SiteFooter_top__nXNqH {
  display: grid;
  grid-template-columns: 1.5fr 2fr 1.5fr;
  grid-gap: var(--space-16);
  gap: var(--space-16);
  padding-bottom: var(--space-16);
  border-bottom: 1px solid var(--color-border-on-dark);
}

.SiteFooter_brand__kxwOz {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  align-items: flex-start;
}

.SiteFooter_logo__SDU_6 {
  height: 80px;
  width: auto;
}

.SiteFooter_tagline__6rnsA {
  color: var(--color-text-on-dark-muted);
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
  max-width: 24ch;
}

.SiteFooter_links__r9Rln {
  display: flex;
  gap: var(--space-16);
}

.SiteFooter_col__0LMin {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.SiteFooter_col__0LMin h4 {
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: var(--space-2);
}

.SiteFooter_col__0LMin a {
  font-size: var(--text-sm);
  color: var(--color-text-on-dark-muted);
  transition: var(--transition-fast);
}

.SiteFooter_col__0LMin a:hover {
  color: var(--color-text-on-dark);
}

.SiteFooter_newsletter__QvKby {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  align-items: flex-start;
}

.SiteFooter_newsletter__QvKby h4 {
  font-family: var(--font-heading);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  color: var(--color-accent);
}

.SiteFooter_form__6Gr6i {
  display: flex;
  gap: var(--space-2);
}

.SiteFooter_input__DtoPI {
  flex: 1 1;
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-sm);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--color-border-on-dark);
  border-radius: var(--radius-md);
  color: var(--color-text-on-dark);
  transition: var(--transition-fast);
}

.SiteFooter_input__DtoPI::placeholder {
  color: var(--color-text-on-dark-muted);
}

.SiteFooter_input__DtoPI:focus {
  outline: none;
  border-color: var(--color-accent);
  background: rgba(255, 255, 255, 0.12);
}

.SiteFooter_submitBtn__z361Q {
  padding: var(--space-3) var(--space-5);
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
  background: var(--color-cta);
  color: var(--color-cta-text);
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition-fast);
  white-space: nowrap;
}

.SiteFooter_submitBtn__z361Q:hover:not(:disabled) {
  background: var(--color-cta-hover);
}

.SiteFooter_submitBtn__z361Q:disabled {
  opacity: 0.6;
}

.SiteFooter_success__ip5KF {
  color: var(--color-cta);
  font-size: var(--text-sm);
}

.SiteFooter_bottom__1CBXl {
  display: flex;
  justify-content: space-between;
  padding-top: var(--space-8);
  font-size: var(--text-xs);
  color: var(--color-text-on-dark-muted);
}

/* Responsive */
@media (max-width: 900px) {
  .SiteFooter_top__nXNqH {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-10);
  }
  
  .SiteFooter_newsletter__QvKby {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .SiteFooter_top__nXNqH {
    grid-template-columns: 1fr;
  }
  
  .SiteFooter_links__r9Rln {
    flex-direction: column;
    gap: var(--space-8);
  }
  
  .SiteFooter_bottom__1CBXl {
    flex-direction: column;
    gap: var(--space-2);
    text-align: center;
  }
  
  .SiteFooter_form__6Gr6i {
    flex-direction: column;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.99.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.99.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/shared/SiteHeader.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.SiteHeader_header__Yy8um {
  position: relative;
  z-index: 100;
  padding: var(--space-6) 0;
}

.SiteHeader_light__wMLfC {
  background: transparent;
}

.SiteHeader_dark__cXD85 {
  background: transparent;
}

.SiteHeader_nav__CU0LX {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.SiteHeader_logo__3Uz4q {
  display: block;
}

.SiteHeader_logoImg__GzVJ4 {
  height: 68px;
  width: auto;
}

.SiteHeader_navLinks__UzkHv {
  display: flex;
  align-items: center;
  gap: var(--space-10);
  list-style: none;
  margin: 0;
  padding: 0;
}

.SiteHeader_navLinks__UzkHv a {
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: inherit;
  opacity: 0.8;
  transition: var(--transition-fast);
}

.SiteHeader_navLinks__UzkHv a:hover {
  opacity: 1;
}

.SiteHeader_light__wMLfC .SiteHeader_navLinks__UzkHv a {
  color: var(--color-text-heading);
}

.SiteHeader_dark__cXD85 .SiteHeader_navLinks__UzkHv a {
  color: var(--color-text-on-dark);
}

.SiteHeader_navCta__SNWis {
  padding: var(--space-3) var(--space-6);
  background: #1b4965;
  color: #fffbf0 !important;
  border-radius: var(--radius-xl);
  opacity: 1 !important;
}

.SiteHeader_navCta__SNWis:hover {
  background: #143a52;
  transform: translateY(-1px);
}

/* Mobile Menu Button */
.SiteHeader_mobileMenuBtn__y_Ry5 {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: var(--space-2);
  background: none;
  border: none;
  cursor: pointer;
}

.SiteHeader_menuLine__2Z5Bq {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  transition: var(--transition-fast);
}

.SiteHeader_light__wMLfC .SiteHeader_mobileMenuBtn__y_Ry5 {
  color: var(--color-text-heading);
}

.SiteHeader_dark__cXD85 .SiteHeader_mobileMenuBtn__y_Ry5 {
  color: var(--color-text-on-dark);
}

.SiteHeader_menuLine__2Z5Bq[data-open="true"]:first-child {
  transform: rotate(45deg) translate(3px, 3px);
}

.SiteHeader_menuLine__2Z5Bq[data-open="true"]:last-child {
  transform: rotate(-45deg) translate(3px, -3px);
}

/* Mobile Menu */
.SiteHeader_mobileMenu__YAk4N {
  display: none;
  flex-direction: column;
  gap: var(--space-4);
  padding: var(--space-8) 0;
  border-top: var(--border-light);
  margin-top: var(--space-6);
}

.SiteHeader_mobileMenu__YAk4N a {
  font-size: var(--text-lg);
  font-weight: var(--weight-medium);
  color: var(--color-text-heading);
}

/* Responsive */
@media (max-width: 768px) {
  .SiteHeader_navLinks__UzkHv {
    display: none;
  }

  .SiteHeader_mobileMenuBtn__y_Ry5 {
    display: flex;
  }

  .SiteHeader_mobileMenu__YAk4N {
    display: flex;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.99.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.99.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/shared/WhatsAppButton.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.WhatsAppButton_whatsappButton__bd7tt {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  z-index: 1000;
}

.WhatsAppButton_whatsappButton__bd7tt:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.5);
}

.WhatsAppButton_icon__CQWU_ {
  width: 32px;
  height: 32px;
}

.WhatsAppButton_tooltip__MaYJs {
  position: absolute;
  right: 70px;
  background: #1b4965;
  color: #fffbf0;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.WhatsAppButton_tooltip__MaYJs::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #1b4965;
}

.WhatsAppButton_whatsappButton__bd7tt:hover .WhatsAppButton_tooltip__MaYJs {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 600px) {
  .WhatsAppButton_whatsappButton__bd7tt {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 54px;
    height: 54px;
  }
  
  .WhatsAppButton_icon__CQWU_ {
    width: 28px;
    height: 28px;
  }
  
  .WhatsAppButton_tooltip__MaYJs {
    display: none;
  }
}

