/* =====================================================
   עמית באטוויניק | מדקר ומעסה רפואי
   Full RTL Hebrew Website — Premium Design
   Color: Deep Teal (#1d5858) + Warm Gold (#c9912a)
===================================================== */

/* ===== VARIABLES ===== */
:root {
  --primary: #1d5858;
  --primary-dark: #133d3d;
  --primary-light: #27716e;
  --primary-xlight: #e6f4f4;
  --accent: #c9912a;
  --accent-light: #e0a83a;
  --accent-xlight: #fdf3e0;
  --dark: #1a1a2e;
  --text: #2d3748;
  --text-light: #4a5568;
  --text-muted: #718096;
  --bg: #faf8f5;
  --bg-light: #f0ede8;
  --white: #ffffff;
  --border: #e2ddd7;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
  --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.13);
  --shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.18);
  --radius: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --transition: 0.3s ease;
  --container: 1180px;
  --header-h: 72px;
}

/* ===== RESET ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  color: var(--text);
  background: var(--bg);
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ul li {
  list-style: none !important;
  list-style-type: none !important;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

/* ===== TYPOGRAPHY ===== */
h1,
h2,
h3,
h4 {
  line-height: 1.2;
  font-weight: 800;
}

h1 {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
}

h2 {
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

p {
  line-height: 1.8;
}

/* ===== UTILITIES ===== */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.section-padding {
  padding: 100px 0;
}

.bg-light {
  background: var(--bg-light);
}

.bg-white {
  background: var(--white);
}

.bg-dark-teal {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #1a4a50 100%);
  color: var(--white);
}

.hidden {
  display: none !important;
}

.hide-mobile {
  display: none;
}

/* ===== SECTION LABELS ===== */
.section-label {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-xlight);
  border: 1px solid rgba(201, 145, 42, 0.25);
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 14px;
}

.section-label-light {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent-light);
  background: rgba(224, 168, 58, 0.18);
  border: 1px solid rgba(224, 168, 58, 0.3);
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 14px;
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-header h2 {
  margin-bottom: 16px;
  color: var(--dark);
}

.section-header p {
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto;
  font-size: 1.05rem;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Heebo', sans-serif;
  transition: all var(--transition);
  cursor: pointer;
  white-space: nowrap;
  border: 2px solid transparent;
  line-height: 1;
}

.btn-primary {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 4px 18px rgba(29, 88, 88, 0.35);
}

.btn-primary:hover {
  background: var(--primary-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(29, 88, 88, 0.45);
}

.btn-accent {
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 4px 18px rgba(201, 145, 42, 0.4);
}

.btn-accent:hover {
  background: var(--accent-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201, 145, 42, 0.5);
}

.btn-hero {
  font-size: 1.05rem;
  padding: 16px 36px;
}

.btn-outline-white {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.65);
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--white);
}

.btn-lg {
  padding: 18px 44px;
  font-size: 1.1rem;
}

.btn-full {
  width: 100%;
}

.btn-instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(188, 24, 136, 0.3);
}

.btn-instagram:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(188, 24, 136, 0.45);
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  left: 28px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
  z-index: 9999;
  transition: all var(--transition);
  animation: wa-pulse 2.5s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.12);
  box-shadow: 0 10px 36px rgba(37, 211, 102, 0.65);
  animation: none;
}

@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5); }
  50% { box-shadow: 0 6px 36px rgba(37, 211, 102, 0.75), 0 0 0 8px rgba(37, 211, 102, 0.12); }
}

.whatsapp-tooltip {
  position: absolute;
  left: calc(100% + 14px);
  background: var(--dark);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  padding: 6px 14px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
}

/* ===== HEADER ===== */
#site-header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 1000;
  height: var(--header-h);
  transition: background var(--transition), box-shadow var(--transition);
}

#site-header.scrolled {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.09);
}

#site-header.scrolled .logo-name { color: var(--primary); }
#site-header.scrolled .logo-sub { color: var(--text-muted); }
#site-header.scrolled .nav-link { color: var(--text); }
#site-header.scrolled .nav-link:hover { background: var(--primary-xlight); color: var(--primary); }
#site-header.scrolled .nav-link.cta-nav { color: var(--white); }
#site-header.scrolled .hamburger span { background: var(--primary); }

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  padding: 0 32px;
}

.logo {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1;
}

.logo-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--white);
  transition: color var(--transition);
  letter-spacing: -0.3px;
}

.logo-sub {
  font-size: 0.68rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  transition: color var(--transition);
  letter-spacing: 0.3px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link {
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  transition: all var(--transition);
}

.nav-link:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.nav-link.cta-nav {
  background: var(--accent);
  color: var(--white);
  font-weight: 700;
  box-shadow: 0 3px 12px rgba(201, 145, 42, 0.4);
}

.nav-link.cta-nav:hover {
  background: var(--accent-light);
  transform: translateY(-1px);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  border-radius: 6px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all var(--transition);
}

.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  backdrop-filter: blur(4px);
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--primary-dark);
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  transform: scale(1.06);
  transition: transform 10s ease;
  z-index: 0;
}

.hero:hover .hero-bg-img {
  transform: scale(1.02);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    150deg,
    rgba(19, 61, 61, 0.94) 0%,
    rgba(29, 88, 88, 0.84) 45%,
    rgba(26, 26, 46, 0.78) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  isolation: isolate;
  text-align: center;
  color: var(--white);
  padding: calc(var(--header-h) + 50px) 24px 80px;
  max-width: 820px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-block;
  background: rgba(201, 145, 42, 0.22);
  border: 1px solid rgba(201, 145, 42, 0.5);
  color: #f0c060;
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 28px;
  letter-spacing: 0.3px;
}

.hero-content h1 {
  color: var(--white);
  margin-bottom: 20px;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.35);
  font-size: clamp(2.6rem, 6vw, 4.4rem);
}

.hero-accent {
  color: #f0c060;
  position: relative;
}

.hero-sub {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 44px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.hero-sub strong {
  color: var(--white);
  font-weight: 700;
}

.hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.hero-trust {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.trust-item {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.hero-scroll-indicator span {
  display: block;
  width: 2px;
  height: 44px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.hero-scroll-indicator span::after {
  content: '';
  position: absolute;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  animation: scroll-drip 2.2s infinite ease-in;
}

@keyframes scroll-drip {
  0% { top: -100%; }
  100% { top: 100%; }
}

/* ===== STATS STRIP ===== */
.stats-strip {
  background: var(--primary);
  position: relative;
  overflow: hidden;
}

.stats-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(19, 61, 61, 0.7) 0%,
      transparent 40%,
      transparent 60%,
      rgba(19, 61, 61, 0.7) 100%);
}

.stats-container {
  position: relative;
  display: flex;
  align-items: stretch;
  max-width: var(--container);
  margin: 0 auto;
  flex-wrap: wrap;
}

.stat-item {
  flex: 1;
  min-width: 150px;
  text-align: center;
  color: var(--white);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.stat-item strong {
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  font-weight: 900;
  line-height: 1;
  color: var(--white);
  display: inline;
}

.stat-suffix {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #f0c060;
  display: inline;
}

.stat-label {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
  letter-spacing: 0.3px;
  display: block;
}

.stat-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
  align-self: stretch;
  margin: 20px 0;
}

/* ===== PAIN SECTION ===== */
.pain-section {
  background: var(--bg);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}

.pain-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--text);
  border: 1.5px solid var(--border);
  transition: all var(--transition);
  cursor: default;
}

.pain-item:hover {
  border-color: var(--primary-light);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
  color: var(--primary);
}

.pain-check {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  flex-shrink: 0;
  transition: transform var(--transition);
}

.pain-item:hover .pain-check {
  transform: scale(1.15);
  background: var(--accent);
}

/* ===== ABOUT ===== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-text h2 {
  color: var(--white);
  margin-bottom: 22px;
}

/* === CERT BADGE === */
.cert-badge-row {
  margin-bottom: 20px;
}

.cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 145, 42, 0.18);
  border: 1.5px solid rgba(201, 145, 42, 0.55);
  color: #f0c060;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 50px;
  letter-spacing: 0.02em;
}

/* === METHOD CALLOUT === */
.method-callout {
  background: rgba(255, 255, 255, 0.07);
  border-right: 4px solid #c9912a;
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 20px;
  margin: 20px 0 10px;
}

.method-callout-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #c9912a;
  margin-bottom: 8px;
}

.method-callout p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.75;
  margin: 0 !important;
}

.method-callout strong {
  color: #f0c060;
}

.about-lead {
  font-size: 1.15rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.96);
  margin-bottom: 18px;
  line-height: 1.75;
}

.about-lead strong {
  color: #f0c060;
}

.about-text p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 16px;
}

.about-text p strong {
  color: rgba(255, 255, 255, 0.96);
}

.about-list {
  margin: 28px 0 36px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.96rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about-list li:last-child {
  border-bottom: none;
}

.list-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(240, 192, 96, 0.25);
  color: #f0c060;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.8rem;
  flex-shrink: 0;
}

.about-image {
  position: relative;
}

.image-frame {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  position: relative;
}

.image-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(19, 61, 61, 0.4) 100%);
  pointer-events: none;
}

.about-photo {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.image-frame:hover .about-photo {
  transform: scale(1.03);
}

.about-badge-card {
  position: relative;
  bottom: auto;
  left: auto;
  background: var(--white);
  padding: 18px 24px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--border);
  margin-top: 16px;
}

.badge-emoji {
  font-size: 2rem;
  flex-shrink: 0;
}

.about-badge-card strong {
  display: block;
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--primary);
}

.about-badge-card small {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 2px;
  display: block;
}

/* ===== SERVICES ===== */
.services {
  background: var(--white);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}

.service-card {
  padding: 40px 32px;
  border-radius: var(--radius-lg);
  background: var(--bg);
  border: 2px solid var(--border);
  text-align: center;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  border-color: var(--primary-light);
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.service-card-featured {
  background: var(--primary);
  border-color: var(--primary);
  transform: scale(1.04);
  color: var(--white);
  box-shadow: var(--shadow-lg);
}

.service-card-featured:hover {
  transform: scale(1.04) translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-light);
}

.service-card-featured h3 { color: #ffffff !important; }
.service-card-featured p { color: #ffffff !important; font-weight: 500; text-shadow: 0 1px 3px rgba(0,0,0,0.3); }

.service-card-featured .service-tag {
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
}

.service-featured-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--accent);
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: 0.3px;
}

.service-icon-wrapper {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--primary-xlight);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  font-size: 2.2rem;
  transition: transform var(--transition);
}

.service-card-featured .service-icon-wrapper {
  background: rgba(255, 255, 255, 0.16);
}

.service-card:hover .service-icon-wrapper {
  transform: scale(1.12) rotate(-5deg);
}

.service-card h3 {
  font-size: 1.3rem;
  color: var(--primary);
  margin-bottom: 14px;
}

.service-card p {
  font-size: 0.94rem;
  color: var(--text-light);
  line-height: 1.75;
  margin-bottom: 20px;
}

.service-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--primary);
  background: var(--primary-xlight);
  padding: 5px 16px;
  border-radius: 20px;
  letter-spacing: 0.2px;
}

/* ===== INSTAGRAM VIDEOS ===== */
.videos-section {
  background: var(--bg-light);
}

.videos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 48px;
}

.video-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all var(--transition);
  background: var(--white);
}

.video-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
}

.video-label {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 20;
  background: rgba(29, 88, 88, 0.92);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  letter-spacing: 0.3px;
}

.video-label-popular {
  background: rgba(201, 145, 42, 0.92);
}

.ig-placeholder {
  background: linear-gradient(145deg, var(--primary-dark) 0%, var(--primary) 100%);
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ig-placeholder-popular {
  background: linear-gradient(145deg, #3a2500 0%, #8a5a10 100%);
}

.ig-placeholder-inner {
  text-align: center;
  color: var(--white);
  padding: 40px 30px;
}

.ig-icon {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  opacity: 0.85;
}

.ig-placeholder-inner p {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 14px;
}

.ig-profile-link {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  padding: 7px 18px;
  border-radius: 20px;
  font-size: 0.88rem;
  font-weight: 600;
  transition: background var(--transition);
}

.ig-profile-link:hover {
  background: rgba(255, 255, 255, 0.28);
}

.site-video {
  width: 100%;
  display: block;
  border-radius: var(--radius-lg);
  max-height: 520px;
  object-fit: cover;
  background: #000;
}

.instagram-follow-cta {
  text-align: center;
}

/* When Instagram embed loads — hide placeholder */
.instagram-media ~ .ig-placeholder,
.instagram-media:not([style*="min-height:480px"]) ~ .ig-placeholder {
  display: none;
}

/* ===== TESTIMONIALS ===== */
.testimonials {
  background: var(--white);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.testimonial-card {
  background: var(--bg);
  padding: 34px 36px;
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--border);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 10px;
  left: 26px;
  font-size: 6rem;
  font-weight: 900;
  color: var(--primary-xlight);
  line-height: 1;
  font-family: Georgia, serif;
  user-select: none;
}

.testimonial-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
  border-color: var(--primary);
}

.stars {
  font-size: 1.05rem;
  color: #f4b942;
  margin-bottom: 16px;
  letter-spacing: 3px;
}

.testimonial-card p {
  font-size: 0.96rem;
  line-height: 1.85;
  color: var(--text);
  margin-bottom: 22px;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  flex-shrink: 0;
}

.testimonial-author strong {
  display: block;
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--primary);
}

.testimonial-author small {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 2px;
  display: block;
}

/* ===== PROCESS ===== */
.process {
  background: var(--bg-light);
}

.process-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  justify-content: center;
  position: relative;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 36px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: linear-gradient(to left, var(--primary-xlight), var(--primary), var(--primary-xlight));
  z-index: 0;
}

.process-step {
  flex: 1;
  max-width: 230px;
  text-align: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.step-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 4px 20px rgba(29, 88, 88, 0.35);
  transition: transform var(--transition);
}

.process-step:hover .step-circle {
  transform: scale(1.1);
  background: var(--primary-light);
}

.step-number {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--white);
}

.step-icon {
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.process-step h3 {
  font-size: 1.1rem;
  color: var(--primary);
  margin-bottom: 10px;
}

.process-step p {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.7;
}

.step-arrow {
  font-size: 2.5rem;
  color: var(--primary-light);
  opacity: 0.5;
  padding: 36px 8px 0;
  flex-shrink: 0;
  user-select: none;
}

/* ===== CTA BANNER ===== */
.cta-banner {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  text-align: center;
  background: var(--primary-dark);
}

.cta-bg {
  display: none;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(19, 61, 61, 0.95) 0%,
    rgba(29, 88, 88, 0.9) 50%,
    rgba(26, 26, 46, 0.88) 100%
  );
}

.cta-content {
  position: relative;
  z-index: 2;
  padding: 0 24px;
  max-width: 700px;
  margin: 0 auto;
  color: var(--white);
}

.cta-badge {
  display: inline-block;
  background: rgba(201, 145, 42, 0.25);
  border: 1px solid rgba(240, 192, 96, 0.5);
  color: #f0c060;
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.cta-content h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 18px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.cta-content p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.1rem;
  margin-bottom: 36px;
}

.cta-btns {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== CONTACT ===== */
.contact {
  background: var(--bg);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.contact-info h2 {
  color: var(--dark);
  margin-bottom: 16px;
}

.contact-info > p {
  color: var(--text-light);
  margin-bottom: 36px;
  font-size: 1.02rem;
  line-height: 1.8;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1.5px solid var(--border);
  transition: all var(--transition);
  cursor: pointer;
}

a.contact-item:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.contact-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary-xlight);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.contact-item-text strong {
  display: block;
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 500;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-item-text span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}

.contact-wa-btn {
  width: 100%;
  justify-content: center;
}

/* Contact Form */
.contact-form-wrapper {
  background: var(--white);
  padding: 40px;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
}

.contact-form-wrapper h3 {
  font-size: 1.4rem;
  color: var(--primary);
  margin-bottom: 28px;
  font-weight: 800;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 8px;
  letter-spacing: 0.2px;
}

.form-group input {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
  color: var(--text);
  background: var(--bg);
  transition: all var(--transition);
  direction: rtl;
  text-align: right;
}

.form-group input:focus {
  outline: none;
  border-color: var(--primary);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(29, 88, 88, 0.1);
}

.form-group input::placeholder {
  color: var(--text-muted);
}

.form-group input.error {
  border-color: #e53e3e;
  box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}

#submit-btn {
  margin-top: 8px;
  font-size: 1rem;
}

.success-message {
  text-align: center;
  padding: 36px 20px;
}

.success-icon {
  font-size: 3rem;
  display: block;
  margin-bottom: 16px;
}

.success-message strong {
  display: block;
  font-size: 1.3rem;
  color: var(--primary);
  margin-bottom: 10px;
}

.success-message p {
  color: var(--text-muted);
  font-size: 0.96rem;
}

/* ===== FOOTER ===== */
footer {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.75);
}

.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 64px 24px 40px;
}

.footer-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo-name {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--white);
  display: block;
}

.footer-logo-sub {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  display: block;
  margin-top: 3px;
  letter-spacing: 0.3px;
}

.footer-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 20px;
  transition: all var(--transition);
}

.footer-links a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.footer-social {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-social-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}

.footer-social-link:hover {
  background: rgba(255, 255, 255, 0.18);
  color: var(--white);
  transform: translateY(-2px);
}

.footer-social-wa:hover {
  background: #25D366;
  color: var(--white);
}

.footer-bottom {
  text-align: center;
}

.footer-tagline {
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 14px;
  line-height: 1.7;
}

.footer-copy {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
}

/* ===== ANIMATIONS ===== */
.fade-in,
.fade-in-left,
.fade-in-right {
  opacity: 0;
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.fade-in { transform: translateY(30px); }
.fade-in-left { transform: translateX(-40px); }
.fade-in-right { transform: translateX(40px); }

.fade-in.visible,
.fade-in-left.visible,
.fade-in-right.visible {
  opacity: 1;
  transform: none;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 768px) {
  .hide-mobile { display: inline; }
}

@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-image { order: -1; max-width: 480px; margin: 0 auto; }
  .about-badge-card { left: 0; bottom: -16px; }
  .services-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .service-card-featured { transform: none; }
  .service-card-featured:hover { transform: translateY(-8px); }
  .videos-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto 48px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .process-steps { flex-wrap: wrap; gap: 20px; }
  .process-steps::before { display: none; }
  .step-arrow { display: none; }
  .process-step { max-width: 200px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-top { grid-template-columns: 1fr; text-align: center; gap: 24px; }
  .footer-links { justify-content: center; }
  .footer-social { justify-content: center; }
}

@media (max-width: 768px) {
  :root { --header-h: 60px; }
  .section-padding { padding: 70px 0; }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: min(320px, 85vw);
    background: var(--white);
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: calc(var(--header-h) + 16px) 20px 30px;
    z-index: 999;
    transition: right var(--transition);
    box-shadow: var(--shadow-xl);
    overflow-y: auto;
  }

  .nav-links.open { right: 0; }

  .nav-link {
    color: var(--text);
    width: 100%;
    padding: 13px 18px;
    font-size: 1rem;
    border-radius: var(--radius);
  }

  .nav-link:hover { background: var(--primary-xlight); color: var(--primary); }

  .nav-link.cta-nav {
    background: var(--primary);
    color: var(--white);
    margin-top: 8px;
    text-align: center;
    justify-content: center;
  }

  .nav-overlay { display: block; }

  .hamburger { display: flex; }

  .hero-content h1 { font-size: 2.4rem; }
  .hero-trust { display: none; }

  .stats-container { flex-wrap: wrap; }
  .stat-item { min-width: 140px; padding: 28px 20px; }
  .stat-divider { display: none; }

  .pain-grid { grid-template-columns: 1fr 1fr; }

  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-photo { height: 380px; }

  .process-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .step-arrow { display: none; }
  .process-steps::before { display: none; }
  .process-step { max-width: 100%; }

  .contact-form-wrapper { padding: 28px 24px; }

  .cta-btns { flex-direction: column; align-items: center; }

  .footer-top { gap: 20px; }
  .footer-links { gap: 4px; }
}

@media (max-width: 480px) {
  .pain-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; align-items: center; }
  .hero-content { padding-bottom: 60px; }
  .stat-item { min-width: 100%; }
  .stat-divider { display: none; }
}
