/* ===================================
   עומר טייכר — עיצוב גלובלי
   כל דף באתר מייבא קובץ זה
   =================================== */

:root {
  --cream: #fdf8f2;
  --white: #ffffff;
  --orange: #f6a67e;
  --orange-deep: #e8854a;
  --orange-light: #fdeede;
  --navy: #1a4a6b;
  --navy-mid: #1e5f74;
  --navy-light: #eef4f8;
  --text: #1e1e1e;
  --text-mid: #555;
  --text-light: #767676;
  --border: #e8e0d6;
  --shadow: rgba(26,74,107,0.09);
  --green: #22c55e;
  --red: #ef4444;
  --font: 'Rubik', 'Rubik Fallback', sans-serif;
  --radius: 14px;
}

/* Self-hosted Rubik – Hebrew */
@font-face { font-family: 'Rubik'; font-style: normal; font-display: swap; font-weight: 400; src: url(/assets/fonts/rubik-hebrew-400-normal.woff2) format('woff2'); unicode-range: U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F; }
@font-face { font-family: 'Rubik'; font-style: normal; font-display: swap; font-weight: 600; src: url(/assets/fonts/rubik-hebrew-600-normal.woff2) format('woff2'); unicode-range: U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F; }
@font-face { font-family: 'Rubik'; font-style: normal; font-display: swap; font-weight: 700; src: url(/assets/fonts/rubik-hebrew-700-normal.woff2) format('woff2'); unicode-range: U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F; }
@font-face { font-family: 'Rubik'; font-style: normal; font-display: swap; font-weight: 800; src: url(/assets/fonts/rubik-hebrew-800-normal.woff2) format('woff2'); unicode-range: U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F; }
/* Self-hosted Rubik – Latin */
@font-face { font-family: 'Rubik'; font-style: normal; font-display: swap; font-weight: 400; src: url(/assets/fonts/rubik-latin-400-normal.woff2) format('woff2'); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: 'Rubik'; font-style: normal; font-display: swap; font-weight: 600; src: url(/assets/fonts/rubik-latin-600-normal.woff2) format('woff2'); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: 'Rubik'; font-style: normal; font-display: swap; font-weight: 700; src: url(/assets/fonts/rubik-latin-700-normal.woff2) format('woff2'); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: 'Rubik'; font-style: normal; font-display: swap; font-weight: 800; src: url(/assets/fonts/rubik-latin-800-normal.woff2) format('woff2'); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
/* Fallback metrics */
@font-face { font-family: 'Rubik Fallback'; src: local('Arial'); ascent-override: 93.5%; descent-override: 24.1%; line-gap-override: 0%; size-adjust: 107%; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--font); background: var(--cream); color: var(--text); line-height: 1.65; direction: rtl; -webkit-font-smoothing: antialiased; overflow-x: hidden; max-width: 100vw; }
h1, h2, h3, h4, h5, h6, p, span, a, li { word-break: break-word; overflow-wrap: break-word; }

/* ===== NAV ===== */
nav { position: fixed; top: 0; width: 100%; z-index: 100; background: rgba(253,248,242,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.logo { font-size: 1.1rem; font-weight: 800; color: var(--navy); text-decoration: none; }
.logo span { color: var(--orange-deep); }
.nav-links { display: none; }
.nav-mobile-cta { background: var(--orange-deep); color: #fff; padding: 8px 18px; border-radius: 50px; font-weight: 700; font-size: 0.82rem; text-decoration: none; transition: background 0.2s; }
.nav-mobile-cta:hover { background: var(--navy); }

/* ===== HAMBURGER ===== */
.hamburger { display: flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; border: none; background: transparent; border-radius: 8px; transition: background 0.2s; }
.hamburger:hover { background: var(--navy-light); }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; transition: all 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; top: 60px; right: 0; left: 0; background: rgba(253,248,242,0.98); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); padding: 16px 20px 24px; z-index: 99; flex-direction: column; gap: 4px; box-shadow: 0 8px 32px rgba(26,74,107,0.1); }
.mobile-menu.open { display: flex; }
.mobile-menu a { display: block; padding: 14px 16px; color: var(--navy); text-decoration: none; font-size: 1rem; font-weight: 600; border-radius: 12px; transition: background 0.2s; }
.mobile-menu a:hover { background: var(--navy-light); }
.mobile-menu .mobile-menu-cta { margin-top: 8px; background: var(--orange-deep); color: #fff; text-align: center; border-radius: 50px; padding: 15px; font-size: 1rem; }
.mobile-menu .mobile-menu-cta:hover { background: var(--navy); }

/* ===== BTN ===== */
.btn { display: inline-block; padding: 15px 32px; border-radius: 50px; font-family: var(--font); font-weight: 700; font-size: 1rem; text-decoration: none; border: none; cursor: pointer; transition: all 0.2s; }
.btn-primary { background: var(--orange-deep); color: #fff; }
.btn-primary:hover { background: var(--navy); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(26,74,107,0.2); }
.btn-secondary { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.btn-secondary:hover { background: var(--navy); color: #fff; }
.btn-full { width: 100%; text-align: center; display: block; }
.btn-arrow { display: inline-flex; align-items: center; gap: 10px; }
.btn-arrow svg { transition: transform 0.2s; }
.btn-primary:hover .btn-arrow svg, .btn-secondary:hover .btn-arrow svg { transform: translateX(4px); }

/* ===== HERO ===== */
.hero { padding: 20px 20px 56px; max-width: 1200px; margin: 0 auto; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--orange-light); color: #b5662e; padding: 7px 16px; border-radius: 50px; font-size: 0.8rem; font-weight: 700; margin-bottom: 24px; }
.hero-eyebrow::before { content: ''; width: 7px; height: 7px; background: var(--orange-deep); border-radius: 50%; animation: blink 2s infinite; }
.hero h1 { font-size: clamp(1.6rem, 5.5vw, 3rem); font-weight: 900; line-height: 1.2; letter-spacing: -0.5px; color: var(--navy); margin-bottom: 24px; }
.hero h1 em { font-style: normal; color: var(--orange-deep); }
.hero-lead { font-size: 1rem; color: var(--text-mid); line-height: 2; margin-bottom: 24px; }
.hero-lead p { margin-bottom: 0; }
.hero-client-quote { background: var(--navy-light); border-right: 4px solid var(--orange-deep); border-radius: 0 12px 12px 0; padding: 16px 20px; margin: 28px 0; font-size: 0.97rem; color: var(--navy); font-style: italic; line-height: 1.65; }
.hero-client-name { display: block; margin-top: 8px; font-style: normal; font-size: 0.75rem; color: var(--text-light); font-weight: 600; }
.hero-actions { display: flex; flex-direction: row; gap: 10px; margin-top: 32px; margin-bottom: 24px; }
.hero-actions .btn-primary { display: inline-block; padding: 12px 20px; font-size: 0.85rem; width: auto; }
.hero-actions .btn-secondary { padding: 12px 20px; font-size: 0.85rem; width: auto; display: inline-block; }

/* ===== PROFILE CARD ===== */
.profile-card { background: var(--white); border-radius: 22px; padding: 28px; box-shadow: 0 12px 40px var(--shadow); border: 1px solid var(--border); position: relative; margin-top: 56px; }
.float-sticker { position: absolute; top: -16px; left: 16px; background: #25D366; color: #fff; padding: 8px 16px; border-radius: 50px; font-size: 0.72rem; font-weight: 700; box-shadow: 0 6px 20px rgba(37,211,102,0.4); white-space: nowrap; display: flex; align-items: center; gap: 6px; }
.profile-top { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; margin-top: 8px; }
.profile-avatar { width: 64px; height: 64px; border-radius: 50%; overflow: hidden; border: 3px solid var(--white); box-shadow: 0 4px 16px rgba(232,133,74,0.25); flex-shrink: 0; background: linear-gradient(135deg, #fde8d8, #f6c9a4); display: flex; align-items: center; justify-content: center; }
.profile-avatar img { width:100%; height:100%; object-fit:cover; object-position:center top; display:block; }
.profile-name { font-size: 1.1rem; font-weight: 800; color: var(--navy); }
.profile-title { font-size: 0.75rem; color: var(--text-light); margin-top: 2px; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
.tag { background: var(--navy-light); color: var(--navy-mid); padding: 5px 12px; border-radius: 50px; font-size: 0.7rem; font-weight: 600; }
.profile-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; padding-top: 18px; border-top: 1px solid var(--border); }
.pstat { text-align: center; }
.pstat-n { font-size: 1.3rem; font-weight: 900; color: var(--navy); }
.pstat-l { font-size: 0.65rem; color: var(--text-light); line-height: 1.3; margin-top: 2px; }

/* ===== SECTIONS ===== */
.section-wrap { max-width: 1200px; margin: 0 auto; padding: 64px 20px; }
.section-header { margin-bottom: 36px; }
.section-eyebrow { font-size: 1rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; margin-bottom: 10px; display: block; }
.eyebrow-orange { color: var(--orange); }
.eyebrow-orange-deep { color: var(--orange-deep); }
.section-title { font-size: clamp(1.7rem, 6vw, 2.4rem); font-weight: 900; color: var(--navy); line-height: 1.2; margin-bottom: 10px; }
.section-sub { color: var(--text-mid); font-size: 0.93rem; line-height: 1.75; }

/* ===== PAIN ===== */
.pain-section { background: var(--navy); padding: 64px 20px; }
.pain-inner { max-width: 1100px; margin: 0 auto; }
.pain-title { font-size: clamp(1.7rem, 6vw, 2.6rem); font-weight: 900; color: #fff; line-height: 1.2; margin-bottom: 40px; }
.pain-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 480px) { .pain-grid { grid-template-columns: 1fr 1fr; } }
.pain-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 22px; transition: background 0.2s, box-shadow 0.2s; }
.pain-card:hover { background: rgba(255,255,255,0.1); box-shadow: inset 0 0 0 1px rgba(246,166,126,0.4); }
.pain-icon { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; background: rgba(246,166,126,0.12); border-radius: 12px; margin-bottom: 14px; }
.pain-card-title { font-size: 0.88rem; font-weight: 700; color: #fff; margin-bottom: 6px; line-height: 1.35; }
.pain-card-desc { font-size: 0.78rem; color: rgba(255,255,255,0.6); line-height: 1.7; }
.pain-quote { margin-top: 40px; background: rgba(246,166,126,0.1); border: 1px solid rgba(246,166,126,0.25); border-radius: 16px; padding: 28px; }
.pain-quote-text { font-size: 1.05rem; color: rgba(255,255,255,0.92); font-style: italic; line-height: 1.75; margin-bottom: 12px; }
.pain-quote-attr { font-size: 0.75rem; color: var(--orange); font-weight: 600; }

/* ===== WORKSHOPS ===== */
.workshops-section { background: var(--white); }
.ws-grid { display: flex; flex-direction: column; gap: 16px; }
.ws-card { border: 1.5px solid var(--border); border-radius: 18px; padding: 24px; background: var(--cream); transition: all 0.25s; display: flex; flex-direction: column; }
.ws-card:hover { box-shadow: 0 12px 32px var(--shadow); border-color: var(--orange-deep); background: var(--white); }
.ws-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: var(--orange-light); border-radius: 12px; margin-bottom: 14px; }
.ws-title { font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; line-height: 1.4; }
.ws-desc { font-size: 0.8rem; color: var(--text-mid); line-height: 1.75; margin-bottom: 0; flex: 1; }
.ws-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; gap: 10px; flex-wrap: wrap; }
.ws-price { font-size: 1.1rem; font-weight: 800; color: var(--orange-deep); }
.ws-price span { font-size: 0.7rem; color: var(--text-light); font-weight: 400; }
.ws-btn { background: var(--orange-deep); color: #fff; border: none; padding: 9px 20px; border-radius: 50px; font-size: 0.8rem; font-weight: 700; cursor: pointer; font-family: var(--font); transition: background 0.2s; white-space: nowrap; text-decoration: none; display: inline-flex; align-items: center; }
.ws-btn:hover { background: var(--navy); }

/* ===== PREREQS MODAL ===== */
.prereqs-modal-btn {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  width: 100%; margin-top: 12px; padding: 9px 14px;
  background: var(--orange-light); color: var(--orange-deep); border: 1.5px solid var(--orange);
  border-radius: 50px; font-family: var(--font); font-size: 0.78rem; font-weight: 700;
  cursor: pointer; transition: all 0.2s;
}
.prereqs-modal-btn:hover { background: var(--orange); color: #fff; }
.prereqs-overlay {
  display: none; position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,0.5); backdrop-filter: blur(4px);
  align-items: center; justify-content: center;
}
.prereqs-overlay.show { display: flex; }
.prereqs-modal {
  background: var(--navy); color: #fff; border-radius: 20px;
  padding: 28px 32px; width: 320px; max-width: 90vw;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  text-align: center; position: relative;
  animation: prereqsIn 0.2s ease;
}
@keyframes prereqsIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }
.prereqs-modal-close {
  position: absolute; top: 12px; left: 12px;
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,0.1); border: none; color: #fff;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  font-size: 1rem; transition: background 0.2s;
}
.prereqs-modal-close:hover { background: rgba(255,255,255,0.2); }
.prereqs-modal-title { font-size: 1rem; font-weight: 800; color: var(--orange); margin-bottom: 18px; }
.prereqs-modal-item {
  font-size: 0.88rem; color: rgba(255,255,255,0.9); line-height: 1.7;
  padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.prereqs-modal-item:last-child { border-bottom: none; }

/* ===== ABOUT ===== */
.about-section { background: var(--cream); }
.about-img-wrap { border-radius: 20px; overflow: hidden; box-shadow: 0 12px 40px var(--shadow); margin-bottom: 36px; }
.about-img-wrap img { width:100%; height:auto; aspect-ratio:3/4; object-fit:cover; object-position:center top; display:block; }
.about-title { font-size: clamp(1.7rem, 6vw, 2.5rem); font-weight: 900; color: var(--navy); line-height: 1.2; margin-bottom: 20px; }
.about-body p { color: var(--text-mid); font-size: 0.95rem; line-height: 2; margin-bottom: 18px; }
.about-body strong { color: var(--navy); }
.about-card { background: var(--white); border: 1px solid var(--border); border-radius: 20px; padding: 28px; box-shadow: 0 8px 32px var(--shadow); margin-top: 32px; }
.about-card-quote { font-size: 0.97rem; color: var(--text-mid); line-height: 1.8; font-style: italic; border-right: 3px solid var(--orange-deep); padding-right: 16px; margin-bottom: 22px; }
.about-credentials { display: flex; flex-direction: column; gap: 10px; padding-top: 18px; border-top: 1px solid var(--border); }
.credential { display: flex; align-items: center; gap: 10px; font-size: 0.82rem; color: var(--text-mid); }
.cred-check { background: var(--orange-light); color: var(--orange-deep); width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* ===== LECTURE ===== */
.lecture-section { background: var(--white); }
.lecture-box { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%); border-radius: 22px; padding: 36px 28px; color: #fff; position: relative; overflow: hidden; }
.lecture-img-col { display: block; margin-bottom: 24px; }
.lecture-img-col img { width: 100%; height: auto; border-radius: 16px; display: block; aspect-ratio: 1/1; object-fit: cover; }
.lecture-content-col { flex: 1; }
.lecture-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(246,166,126,0.18); border: 1px solid rgba(246,166,126,0.4); color: var(--orange); padding: 6px 14px; border-radius: 50px; font-size: 0.75rem; font-weight: 700; margin-bottom: 16px; }
.lecture-title { font-size: clamp(1.4rem, 5vw, 2rem); font-weight: 900; line-height: 1.25; margin-bottom: 12px; }
.lecture-desc { color: rgba(255,255,255,0.72); font-size: 0.92rem; line-height: 1.8; margin-bottom: 28px; }
.lecture-price { font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-bottom: 14px; }
.lecture-price strong { color: #fff; font-size: 1.05rem; }
.lecture-actions { display: flex; gap: 12px; margin-top: 12px; flex-wrap: wrap; }
.lecture-actions .btn { width: 100%; text-align: center; display: block; font-size: 0.9rem; padding: 13px 24px; }

/* ===== TESTIMONIALS ===== */
.testi-section { background: var(--orange-light); }
.featured-quote-wrap { background: var(--navy); border-radius: 18px; padding: 32px; margin-bottom: 24px; }
.featured-img-col { display: block; margin-bottom: 24px; }
.featured-img-col img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; border-radius: 12px; display: block; }
.featured-text-col { display: flex; flex-direction: column; justify-content: center; }
.featured-quote-text { font-size: 1.1rem; color: #fff; font-style: italic; line-height: 1.75; margin-bottom: 12px; }
.featured-quote-attr { font-size: 0.75rem; color: var(--orange); font-weight: 600; }
.testi-grid { display: flex; flex-direction: column; gap: 14px; }
.testi-card { background: var(--white); border-radius: 16px; padding: 24px; border: 1px solid rgba(232,133,74,0.15); box-shadow: 0 4px 16px rgba(232,133,74,0.08); }
.testi-stars { color: var(--orange-deep); margin-bottom: 10px; font-size: 0.82rem; }
.testi-text { font-size: 0.88rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 14px; font-style: italic; }
.testi-name { font-size: 0.78rem; font-weight: 700; color: var(--navy); }

/* ===== BLOG ===== */
.blog-section { background: var(--cream); }
.blog-grid { display: flex; flex-direction: column; gap: 14px; }
.blog-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; text-decoration: none; color: inherit; display: block; transition: box-shadow 0.2s; overflow: hidden; }
.blog-card:hover { box-shadow: 0 8px 24px var(--shadow); }
.blog-tag { display: inline-block; background: var(--navy-light); color: var(--navy-mid); padding: 4px 11px; border-radius: 50px; font-size: 0.67rem; font-weight: 700; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.blog-title { font-size: 0.95rem; font-weight: 700; color: var(--navy); line-height: 1.4; margin-bottom: 8px; }
.blog-excerpt { font-size: 0.8rem; color: var(--text-mid); line-height: 1.75; margin-bottom: 14px; }
.blog-meta { font-size: 0.7rem; color: var(--text-light); }

/* ===== FOOTER ===== */
footer { background: var(--white); border-top: 1px solid var(--border); padding: 18px 20px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.footer-logo { font-size: 0.97rem; font-weight: 800; color: var(--navy); text-decoration: none; }
.footer-logo span { color: var(--orange-deep); }
.footer-copy { font-size: 0.72rem; color: var(--text-light); }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: var(--text-light); font-size: 0.75rem; text-decoration: none; }
.footer-links a:hover { color: var(--navy); }

/* ===== ANIMATIONS ===== */
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }
@keyframes fadeUp { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:translateY(0)} }

/* ===== TABLET (600px+) ===== */
@media (min-width: 600px) {
  nav { padding: 0 32px; }
  .hero { padding: 20px 32px 60px; }
  .pain-section { padding: 72px 32px; }
  .section-wrap { padding: 72px 32px; }
  footer { padding: 16px 32px; }
  .hero-actions { margin-bottom: 0; gap: 12px; }
  .hero-actions .btn-primary { padding: 15px 32px; font-size: 1rem; }
  .hero-actions .btn-secondary { padding: 15px 32px; font-size: 1rem; }
  .btn-full { width: auto; display: inline-block; }
  .ws-grid { grid-template-columns: 1fr 1fr; display: grid; }
  .testi-grid { display: grid; grid-template-columns: 1fr 1fr; }
  .blog-grid { display: grid; grid-template-columns: 1fr 1fr; }
  .lecture-actions .btn { width: auto; display: inline-block; }
}

/* ===== DESKTOP (960px+) ===== */
@media (min-width: 960px) {
  .hamburger { display: none; }
  .mobile-menu { display: none !important; }
  nav { padding: 0 60px; height: 60px; }
  .nav-links { display: flex; gap: 28px; list-style: none; align-items: center; }
  .nav-links a { color: #1a4a6b; text-decoration: none; font-size: 0.85rem; font-weight: 600; padding: 7px 14px; border-radius: 50px; background: #eef4f8; transition: background 0.2s, color 0.2s; display: inline-flex; align-items: center; gap: 6px; }
  .nav-links a:hover { background: #fdeede; color: #e8854a; }
  .nav-cta { background: var(--orange-deep); color: #fff !important; padding: 9px 22px; border-radius: 50px; font-weight: 700 !important; }
  .nav-cta:hover { background: var(--navy) !important; }
  .nav-mobile-cta { display: none; }
  .hero { padding: 20px 60px 80px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: center; min-height: 100vh; }
  .hero h1 { font-size: clamp(2rem, 3.2vw, 3rem); }
  .profile-card { margin-top: 0; }
  .float-sticker { top: -18px; left: -18px; }
  .profile-avatar { width: 72px; height: 72px; }
  .pain-section { padding: 90px 60px; }
  .pain-grid { grid-template-columns: repeat(4, 1fr); }
  .section-wrap { padding: 90px 60px; }
  .ws-grid { grid-template-columns: repeat(4, 1fr); }
  .about-inner { display: grid; grid-template-columns: 380px 1fr; gap: 56px; align-items: start; }
  .about-img-wrap { margin-bottom: 0; max-width: 380px; }
  .about-img-wrap img { aspect-ratio: 4/5; }
  .lecture-box { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; padding: 60px; }
  .lecture-img-col { width: 420px; flex-shrink: 0; display: block; }
  .lecture-img-col img { border-radius: 20px; }
  .lecture-photo-wrap { width: 240px; height: 240px; border-radius: 50%; aspect-ratio: 1; margin-bottom: 0; }
  .featured-quote-wrap { display: grid; grid-template-columns: 420px 1fr; gap: 48px; align-items: center; }
  .featured-img-col { width: 100%; display: block; flex-shrink: 0; }
  .featured-img-col img { aspect-ratio: 3/2; }
  .featured-text-col { flex: 1; }
  .testi-grid { grid-template-columns: repeat(3, 1fr); }
  .blog-grid { grid-template-columns: repeat(3, 1fr); }
  footer { padding: 34px 60px; }
}

/* WHATSAPP SECTION */
.wa-section {
  background: var(--navy);
  padding: 64px 20px;
}
.wa-section-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.wa-section-icon {
  width: 56px; height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.wa-section-icon svg { width: 30px; height: 30px; fill: #fff; }
.wa-section h2 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}
.wa-section-sub {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  max-width: 500px;
}
.wa-section-quiet {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50px;
  padding: 7px 18px;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.05em;
}
.wa-section-quiet svg { width: 14px; height: 14px; fill: rgba(255,255,255,0.5); }
.wa-section-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: #25D366;
  color: #fff;
  padding: 16px 36px;
  border-radius: 50px;
  font-size: 1rem; font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s, background 0.2s;
  margin-top: 4px;
}
.wa-section-btn:hover { background: #1ebe5d; transform: scale(1.04); }
.wa-section-btn svg { width: 22px; height: 22px; fill: #fff; flex-shrink: 0; }
.wa-count {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
}

.blog-thumb { width: 100%; aspect-ratio: 1 / 1; background-size: cover; background-position: center; background-color: var(--navy-light); }
.blog-thumb-empty { display: none; }
.blog-card-body { padding: 22px; }
.blog-new-badge { display: inline-block; background: var(--orange); color: #fff; border-radius: 50px; font-size: 0.65rem; font-weight: 800; padding: 3px 10px; margin-bottom: 10px; }

/* ===== WS BADGES ===== */
.ws-card { position: relative; }
.ws-card-soon { opacity: 0.75; }
.ws-soon-badge { position: absolute; bottom: 14px; left: 14px; background: var(--navy); color: #fff; border-radius: 50px; font-size: 0.65rem; font-weight: 800; padding: 4px 12px; z-index: 1; }
.ws-new-badge { display: inline-block; background: var(--orange); color: #fff; border-radius: 50px; font-size: 0.65rem; font-weight: 800; padding: 3px 10px; margin-bottom: 8px; }
.ws-btn-soon { background: var(--border); color: var(--text-light); cursor: default; pointer-events: none; }
