/* ISRAPET - base.css - Old-style page components */
/* Reset is in main.css - do not duplicate here */

/* ===== CSS Custom Properties (old-style pages only) ===== */
:root {
  /* Brand - Teal Cinematic */
  --brand: #14B8A6;
  --brand-hover: #0D9488;
  --brand-light: rgba(20,184,166,0.10);
  /* --gold is defined in main.css as #C9A84C - do not override here */
  --gold-hover: #0D9488;
  --gold-light: #5EEAD4;

  /* Neutrals - Dark Mode */
  --off-white: #0A0F0C;
  --cream: #111A15;
  --stone: rgba(255,255,255,0.08);
  --ash: #6B7F75;
  --charcoal: #A8B5AE;
  --night: #F4F4F2;

  /* Backgrounds (israpet compat) */
  --israpet-bg: #0A0F0C;
  --israpet-bg-alt: #111A15;
  --israpet-bg-white: #142420;
  --israpet-bg-dark: #0A0F0C;
  --israpet-bg-dark-alt: #070C09;
  --bg-light: var(--off-white);
  --bg-dark: #0A0F0C;

  /* Brand Colors (israpet compat) */
  --israpet-primary: #14B8A6;
  --israpet-primary-hover: #0D9488;
  --israpet-primary-light: rgba(20,184,166,0.10);
  --israpet-secondary: #14B8A6;
  --israpet-secondary-light: #5EEAD4;
  --israpet-accent: #14B8A6;
  --israpet-accent-hover: #0D9488;

  /* Text */
  --israpet-text: #F4F4F2;
  --israpet-text-light: #A8B5AE;
  --israpet-text-muted: #6B7F75;
  --israpet-text-on-dark: #F4F4F2;
  --israpet-text-on-dark-secondary: #A8B5AE;
  --israpet-white: #F4F4F2;
  --text-primary: #F4F4F2;
  --text-secondary: #A8B5AE;
  --text-muted: #6B7F75;

  /* Borders & Shadows */
  --israpet-border: rgba(255,255,255,0.06);
  --israpet-border-hover: #14B8A6;
  --israpet-light: rgba(255,255,255,0.06);
  --israpet-dark: #0A0F0C;
  --israpet-border-dark: rgba(20,184,166,0.20);

  /* Status */
  --israpet-error: #EF4444;
  --israpet-success: #14B8A6;

  /* Typography */
  --israpet-font-heading: 'Heebo', Arial, sans-serif;
  --israpet-font-body: 'Heebo', Arial, sans-serif;

  /* Spacing Scale */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 64px;
  --space-2xl: 100px;
  --space-3xl: 140px;

  /* Legacy spacing */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 28px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;

  /* Radii */
  --israpet-radius: 8px;
  --israpet-radius-md: 12px;
  --israpet-radius-lg: 16px;
  --israpet-radius-pill: 50px;
  --israpet-radius-full: 50%;
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 24px;
  --r-pill: 50px;

  /* Shadows - Dark mode adjusted */
  --shadow-xs: 0 1px 2px rgba(0,0,0,0.20);
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.25);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.30);
  --shadow-lg: 0 12px 48px rgba(0,0,0,0.40);
  --shadow-xl: 0 24px 64px rgba(0,0,0,0.50);
  --israpet-shadow-sm: var(--shadow-sm);
  --israpet-shadow: var(--shadow-md);
  --israpet-shadow-hover: var(--shadow-lg);
  --israpet-shadow-lg: 0 8px 40px rgba(0,0,0,0.35);
  --israpet-shadow-button: 0 4px 16px rgba(20,184,166,0.25);

  /* Transitions */
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --d-fast: 0.2s;
  --d-normal: 0.35s;
  --d-slow: 0.5s;
  --d-slower: 0.8s;
  --israpet-transition-fast: 0.2s var(--ease);
  --israpet-transition: 0.35s var(--ease);
  --israpet-transition-slow: 0.5s var(--ease);

  /* Layout */
  --container-max: 1200px;
  --container-padding: 24px;
  --header-height: 80px;
  --header-height-shrink: 64px;

  /* Z-index Scale */
  --z-dropdown: 100;
  --z-header: 200;
  --z-mobile-menu: 300;
  --z-modal: 400;
  --z-whatsapp: 500;
  --z-loader: 1000;

  /* Star color - stays gold for reviews */
  --star-gold: #F59E0B;
}

/* ===== Typography ===== */
body {
  font-family: var(--israpet-font-body);
  font-size: 17px;
  line-height: 1.7;
  color: rgba(244,244,242,0.55);
  background-color: var(--israpet-bg);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--israpet-font-heading);
  font-weight: 800;
  line-height: 1.15;
  color: var(--brand);
}

h1 { font-size: clamp(48px, 7vw, 88px); font-weight: 900; line-height: 0.98; letter-spacing: -3px; margin-bottom: var(--space-6); }
h2 { font-size: clamp(32px, 4.5vw, 52px); font-weight: 800; line-height: 1.15; letter-spacing: -1px; margin-bottom: var(--space-5); }
h3 { font-size: clamp(22px, 3vw, 28px); font-weight: 700; margin-bottom: var(--space-4); }
h4 { font-size: 20px; font-weight: 700; margin-bottom: var(--space-3); }

p { margin-bottom: var(--space-4); }
p:last-child { margin-bottom: 0; }

.text-small { font-size: 14px; }
.text-large { font-size: 18px; }
.text-accent { color: var(--brand); }
.text-muted { color: var(--ash); }
.text-center { text-align: center; }

/* ===== Container ===== */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  width: 100%;
}

/* ===== Section Base ===== */
.israpet-section {
  padding: var(--space-3xl) 0;
  position: relative;
  overflow: hidden;
  background-color: var(--off-white);
}

.israpet-section--alt,
.section-alt {
  background-color: var(--cream);
}

.israpet-section--dark,
.section-dark {
  background-color: var(--bg-dark);
  color: var(--israpet-text-on-dark);
}

.israpet-section__container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

/* ===== Section Header - Premium Pattern ===== */
.israpet-section__header {
  text-align: center;
  margin-bottom: 72px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Section Eyebrow - gold line + text + gold line */
.israpet-section__label {
  font-family: var(--israpet-font-body);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--brand);
  margin-bottom: var(--space-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.israpet-section__label::before,
.israpet-section__label::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--brand);
}

/* Section Title */
.israpet-section__title {
  font-family: var(--israpet-font-heading);
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  color: var(--brand);
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: var(--space-sm);
}

.israpet-section__title::after {
  display: none;
}

/* Accent word: gold italic via <em> or .accent */
.israpet-section__title em,
.israpet-section__title .accent,
.accent {
  color: var(--brand);
  font-style: normal;
}

/* Section Subtitle / Description */
.israpet-section__subtitle {
  font-family: var(--israpet-font-body);
  font-size: 17px;
  color: rgba(244,244,242,0.5);
  font-weight: 400;
  margin-top: var(--space-4);
  line-height: 1.7;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* Dark section overrides for header */
.section-dark .israpet-section__label,
.israpet-section--dark .israpet-section__label {
  color: var(--brand);
}

.section-dark .israpet-section__label::before,
.section-dark .israpet-section__label::after,
.israpet-section--dark .israpet-section__label::before,
.israpet-section--dark .israpet-section__label::after {
  background: var(--brand);
}

.section-dark .israpet-section__title,
.israpet-section--dark .israpet-section__title {
  color: var(--israpet-text-on-dark);
}

.section-dark .israpet-section__subtitle,
.israpet-section--dark .israpet-section__subtitle {
  color: var(--israpet-text-on-dark-secondary);
}

/* ===== Grid System ===== */
.grid {
  display: grid;
  gap: var(--space-6);
}

.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: 1fr; }

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

.flex--center { align-items: center; justify-content: center; }
.flex--between { justify-content: space-between; }
.flex--column { flex-direction: column; }
.flex--wrap { flex-wrap: wrap; }

/* ===== Main content offset for fixed header ===== */
.israpet-main {
  min-height: 60vh;
}

/* Hero removes padding-top since header is transparent */
.israpet-main--has-hero {
  padding-top: 0;
}

.israpet-main--no-hero {
  padding-top: var(--header-height);
}

/* ===== 404 Page ===== */
.israpet-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  text-align: center;
  padding: var(--space-16) var(--container-padding);
}

.israpet-404__paw {
  font-size: 72px;
  color: #14B8A6;
  margin-bottom: var(--space-6);
}

.israpet-404__title {
  margin-bottom: var(--space-4);
}

.israpet-404__subtitle {
  color: var(--charcoal);
  font-size: 18px;
  margin-bottom: var(--space-8);
}

.israpet-404__actions {
  display: flex;
  gap: var(--space-4);
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== Mini Hero ===== */
.israpet-mini-hero {
  background: linear-gradient(160deg, #070C09 0%, #0A0F0C 40%, #111A15 100%);
  padding: calc(var(--header-height) + var(--space-16)) 0 var(--space-16);
  text-align: center;
  color: var(--israpet-white);
  position: relative;
  overflow: hidden;
}

.israpet-mini-hero::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(20,184,166,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.israpet-mini-hero__title {
  font-size: clamp(28px, 5vw, 44px);
  color: var(--israpet-white);
  margin-bottom: var(--space-3);
}

.israpet-mini-hero__subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto;
}

.israpet-mini-hero .israpet-breadcrumbs {
  margin-bottom: var(--space-4);
}

.israpet-mini-hero .israpet-breadcrumbs a {
  color: rgba(255,255,255,0.6);
}

.israpet-mini-hero .israpet-breadcrumbs span[aria-current] {
  color: rgba(255,255,255,0.9);
}

/* ===== Page Template Base ===== */
.israpet-page {
  padding: var(--space-16) 0;
}

.israpet-page__container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

.israpet-page__content {
  font-size: 17px;
  line-height: 1.9;
  color: var(--charcoal);
}

.israpet-page__content p {
  margin-bottom: var(--space-5);
}

.israpet-page__content--narrow {
  max-width: 800px;
  margin: 0 auto;
}

.israpet-page__block {
  margin-top: var(--space-16);
}

.israpet-page__block h2 {
  margin-bottom: var(--space-6);
}

/* Page CTA */
.israpet-page__cta {
  margin-top: var(--space-16);
  text-align: center;
  background: var(--cream);
  border-radius: var(--r-lg);
  padding: var(--space-12);
  border: 1px solid var(--stone);
}

.israpet-page__cta h2 {
  margin-bottom: var(--space-3);
}

.israpet-page__cta p {
  color: var(--charcoal);
  margin-bottom: var(--space-6);
}

.israpet-page__cta-buttons {
  display: flex;
  gap: var(--space-4);
  justify-content: center;
  flex-wrap: wrap;
}

/* Blockquote */
.israpet-blockquote {
  border-right: 4px solid var(--brand);
  padding: var(--space-6) var(--space-8);
  margin: var(--space-12) auto;
  max-width: 700px;
  background: var(--cream);
  border-radius: 0 var(--r-lg) var(--r-lg) 0;
  position: relative;
}

.israpet-blockquote__icon {
  position: absolute;
  top: var(--space-4);
  left: var(--space-4);
  font-size: 24px;
  color: var(--brand);
  opacity: 0.3;
}

.israpet-blockquote p {
  font-family: var(--israpet-font-heading);
  font-size: 20px;
  font-style: italic;
  color: var(--brand);
  line-height: 1.7;
  margin: 0;
}

.israpet-blockquote--large p {
  font-size: 24px;
}

/* Who grid */
.israpet-who-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-4);
}

.israpet-who-card {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-5);
  background: var(--cream);
  border-radius: var(--r-md);
  border: 1px solid var(--stone);
}

.israpet-who-card__icon {
  font-size: 28px;
  flex-shrink: 0;
}

.israpet-who-card__text {
  font-size: 16px;
  color: var(--israpet-text);
}

/* Checklist */
.israpet-checklist {
  list-style: none;
  padding: 0;
}

.israpet-checklist li {
  padding: var(--space-3) 0;
  padding-right: var(--space-8);
  position: relative;
  font-size: 16px;
  color: var(--charcoal);
  border-bottom: 1px solid var(--stone);
}

.israpet-checklist li::before {
  content: '\2714';
  position: absolute;
  right: 0;
  color: var(--brand);
  font-weight: 700;
  font-size: 18px;
}

/* Steps */
.israpet-steps {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.israpet-step {
  display: flex;
  gap: var(--space-5);
  align-items: flex-start;
}

.israpet-step__number {
  width: 48px;
  height: 48px;
  background: var(--brand);
  color: #0A0F0C;
  border-radius: var(--israpet-radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}

.israpet-step__content h3 {
  margin-bottom: var(--space-2);
  color: var(--brand);
}

.israpet-step__content p {
  color: var(--charcoal);
  line-height: 1.7;
}

/* Values grid */
.israpet-values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
}

.israpet-value-card {
  text-align: center;
  padding: var(--space-6);
  background: var(--cream);
  border-radius: var(--r-lg);
  border: 1px solid var(--stone);
  transition: all var(--d-normal) var(--ease);
}

.israpet-value-card:hover {
  border-color: var(--brand);
  box-shadow: var(--shadow-md);
}

.israpet-value-card__icon {
  font-size: 36px;
  display: block;
  margin-bottom: var(--space-3);
  color: var(--brand);
}

.israpet-value-card h3 {
  margin-bottom: var(--space-2);
  color: var(--brand);
}

.israpet-value-card p {
  color: var(--charcoal);
  font-size: 15px;
}

/* Certifications */
.israpet-certs {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
  text-align: center;
}

.israpet-cert__image {
  background: var(--cream);
  border-radius: var(--r-lg);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--brand);
  border: 1px solid var(--stone);
  transition: all var(--d-normal) var(--ease);
}

.israpet-cert:hover .israpet-cert__image {
  border-color: var(--brand);
}

.israpet-cert p {
  margin-top: var(--space-3);
  font-weight: 700;
  color: var(--israpet-text);
}

/* Do/Don't lists */
.israpet-dont-list,
.israpet-do-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.israpet-dont-item,
.israpet-do-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-4);
  background: var(--cream);
  border-radius: var(--r-md);
  font-size: 16px;
  border: 1px solid var(--stone);
}

.israpet-dont-item__icon {
  font-size: 18px;
  flex-shrink: 0;
  color: #EF4444;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(239, 68, 68, 0.1);
  border-radius: 50%;
}

.israpet-do-item__icon {
  font-size: 18px;
  flex-shrink: 0;
  color: var(--brand);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 184, 166, 0.1);
  border-radius: 50%;
}

/* Bring grid */
.israpet-bring-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-4);
}

.israpet-bring-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-4);
  background: var(--cream);
  border-radius: var(--r-md);
  font-size: 16px;
  border: 1px solid var(--stone);
}

/* Reviews grid (full page) */
.israpet-reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.israpet-reviews-grid .review-card {
  min-width: 0;
  flex: none;
}

@media (min-width: 768px) {
  .israpet-reviews-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .israpet-reviews-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Contact after section */
.contact__after {
  margin-top: var(--space-6);
  padding: var(--space-5);
  background: var(--cream);
  border-radius: var(--r-md);
  border: 1px solid var(--stone);
}

.contact__after h3 {
  margin-bottom: var(--space-2);
  font-size: 16px;
  color: var(--brand);
}

.contact__after p {
  font-size: 14px;
  color: var(--charcoal);
  line-height: 1.7;
}

/* Contact map placeholder */
.contact__map-placeholder {
  background: var(--cream);
  border-radius: var(--r-lg);
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--charcoal);
  font-size: 14px;
  border: 1px solid var(--stone);
  gap: var(--space-2);
}

/* Page profile section */
.israpet-page__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-6);
  text-align: center;
}

.israpet-page__profile-placeholder {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.israpet-page__profile-placeholder span {
  font-family: var(--israpet-font-heading);
  font-size: 36px;
  font-weight: 700;
  color: var(--israpet-white);
}

.israpet-page__profile .israpet-blockquote {
  margin: 0;
}

/* Page stats section */
.israpet-page__stats {
  background: var(--cream);
  border-radius: var(--r-lg);
  padding: var(--space-8);
  border: 1px solid var(--stone);
}

.israpet-page__stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-6);
  text-align: center;
}

.israpet-page__stat-value {
  font-family: var(--israpet-font-heading);
  font-size: 36px;
  font-weight: 700;
  color: var(--brand);
  line-height: 1;
}

.israpet-page__stat-label {
  font-size: 14px;
  color: var(--charcoal);
  margin-top: var(--space-2);
}

/* Gallery placeholder */
.gallery__placeholder {
  width: 100%;
  aspect-ratio: 1;
  background: var(--cream);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: var(--brand);
  opacity: 0.3;
}

.gallery__placeholder--video {
  background: var(--bg-dark);
  color: var(--brand);
  opacity: 1;
}

.gallery__placeholder--video i {
  opacity: 0.6;
}

.gallery__caption {
  padding: var(--space-2) var(--space-3);
  font-size: 13px;
  color: var(--charcoal);
  text-align: center;
}

/* Bring item icons */
.israpet-bring-item i {
  font-size: 20px;
  color: var(--brand);
  flex-shrink: 0;
  width: 28px;
  text-align: center;
}

/* Page content icons */
.israpet-page__content h3 i {
  color: var(--brand);
  margin-left: var(--space-2);
}

.israpet-page__content h2 i {
  color: var(--brand);
  margin-left: var(--space-2);
}

/* ==========================================================================
   LIGHT MODE (.israpet-page--light) for old-style templates
   ========================================================================== */
.israpet-page--light {
  background: #F8FAFB;
  --off-white: #F8FAFB;
  --cream: #fff;
  --stone: #E2E8F0;
  --charcoal: #555;
  --night: #1A1A2E;
  --israpet-text: #1A1A2E;
  --israpet-text-light: #555;
  --israpet-text-muted: #888;
  --israpet-white: #1A1A2E;
  --israpet-bg: #F8FAFB;
  --israpet-bg-alt: #fff;
  --text-primary: #1A1A2E;
  --text-secondary: #555;
  --text-muted: #888;
}
.israpet-page--light .israpet-page__content {
  color: #555;
}
.israpet-page--light .israpet-page__block h2 {
  color: #1A1A2E;
}
.israpet-page--light .accent {
  color: var(--brand);
}
.israpet-page--light .israpet-value-card {
  background: #fff;
  border-color: #E2E8F0;
}
.israpet-page--light .israpet-value-card h3 {
  color: var(--brand);
}
.israpet-page--light .israpet-value-card p {
  color: #666;
}
.israpet-page--light .israpet-cert__image {
  background: #fff;
  border-color: #E2E8F0;
}
.israpet-page--light .israpet-blockquote {
  background: rgba(20,184,166,0.06);
  border-right-color: var(--brand);
}
.israpet-page--light .israpet-blockquote p {
  color: #444;
}
.israpet-page--light .israpet-who-card {
  background: #fff;
  border-color: #E2E8F0;
}
.israpet-page--light .israpet-checklist li {
  color: #555;
  border-bottom-color: #E2E8F0;
}
.israpet-page--light .israpet-step__content p {
  color: #555;
}
.israpet-page--light .israpet-step__number {
  color: #fff;
}

/* Review cards in light mode */
.israpet-page--light .review-card {
  background: #fff;
  border-color: #E2E8F0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.israpet-page--light .review-card:hover {
  background: #fff;
  border-color: var(--brand);
  box-shadow: 0 8px 24px rgba(20,184,166,0.12);
}
.israpet-page--light .review-card__text {
  color: #555;
}
.israpet-page--light .review-card__name {
  color: #1A1A2E;
}
.israpet-page--light .review-card__dog {
  color: #888;
}
.israpet-page--light .review-card__author {
  border-top-color: #E2E8F0;
}
.israpet-page--light .review-card__tag {
  background: rgba(20,184,166,0.08);
  border-color: rgba(20,184,166,0.15);
  color: var(--brand);
}
.israpet-page--light .israpet-stars i {
  color: #C9A84C;
}

/* CTA section in light page */
.israpet-page--light .israpet-page__cta {
  background: linear-gradient(135deg, #0D9488, #14B8A6, #2DD4BF);
  border: none;
}
.israpet-page--light .israpet-page__cta h2 {
  color: #fff;
}
.israpet-page--light .israpet-page__cta p {
  color: rgba(255,255,255,0.85);
}
.israpet-page--light .israpet-page__cta .btn--primary {
  background: #fff;
  color: #0D9488;
}
.israpet-page--light .israpet-page__cta .btn--whatsapp {
  background: #25D366;
  color: #fff;
}

/* Teal CTA section inside light page */
.israpet-cta-section--teal {
  background: linear-gradient(135deg, #0D9488, #14B8A6, #2DD4BF);
  margin: 80px -40px 0;
  padding: 80px 40px;
  border-radius: 0;
}
.israpet-cta-section--teal h2 {
  color: #fff;
}
.israpet-cta-section--teal p {
  color: rgba(255,255,255,0.85);
}
