/* ════════════════════════════════════════════
   CallVeyance — Shared Stylesheet
   ════════════════════════════════════════════ */

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* ── VARIABLES ── */
:root {
  --green:        #4a9e6b;
  --green-light:  #e8f5ee;
  --green-mid:    #d0ead9;
  --green-hover:  #3a8a5b;
  --text-dark:    #1a2a1f;
  --text-mid:     #4a5e52;
  --text-soft:    #7a9285;
  --bg:           #ffffff;
  --bg-soft:      #f7faf8;
  --bg-mid:       #f0f5f2;
  --border:       #e2ece6;
  --shadow-sm:    0 2px 12px rgba(74,158,107,0.08);
  --shadow-md:    0 6px 30px rgba(74,158,107,0.12);
  --shadow-lg:    0 16px 60px rgba(74,158,107,0.14);
  --radius:       14px;
  --radius-sm:    8px;
  --radius-pill:  100px;
  --max-w:        1080px;
}

/* ── BASE ── */
body {
  font-family: 'Nunito', sans-serif;
  background: var(--bg);
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a  { color: inherit; }

/* ════════════════════════════════════════════
   NAVBAR
   ════════════════════════════════════════════ */
.navbar {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255,255,255,0.93);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 0 5vw;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.nav-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 10px;
  flex-shrink: 0;
}

.nav-logo img {
  height: 44px;
  width: auto;
  object-fit: contain;
  display: block;
  transform: none;
}

.nav-logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--green);
  letter-spacing: -0.3px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-mid);
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  transition: color 0.2s, background 0.2s;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--green);
  background: var(--green-light);
}

/* ════════════════════════════════════════════
   BUTTONS
   ════════════════════════════════════════════ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--green);
  color: #fff;
  padding: 14px 30px;
  border-radius: var(--radius-pill);
  font-size: 0.92rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  box-shadow: 0 4px 18px rgba(74,158,107,0.30);
  transition: background 0.22s, transform 0.22s, box-shadow 0.22s;
}
.btn-primary:hover {
  background: var(--green-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(74,158,107,0.38);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: var(--green);
  padding: 13px 28px;
  border-radius: var(--radius-pill);
  font-size: 0.92rem;
  font-weight: 700;
  border: 2px solid var(--green);
  cursor: pointer;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  transition: background 0.22s, transform 0.22s;
}
.btn-secondary:hover {
  background: var(--green-light);
  transform: translateY(-2px);
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(37,211,102,0.28);
  transition: transform 0.22s, box-shadow 0.22s;
}
.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(37,211,102,0.40);
}

.btn-calendly {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-hover) 100%);
  color: #fff;
  padding: 14px 30px;
  border-radius: var(--radius-pill);
  font-size: 0.92rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  box-shadow: 0 6px 24px rgba(74,158,107,0.32);
  transition: transform 0.22s, box-shadow 0.22s;
}
.btn-calendly:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 34px rgba(74,158,107,0.42);
}

/* ════════════════════════════════════════════
   SECTION LABELS / TITLES
   ════════════════════════════════════════════ */
.section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 14px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 2.8vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--text-dark);
}

.section-title em {
  font-style: normal;
  color: var(--green);
}

.section-sub,
.section-body {
  font-size: 0.97rem;
  color: var(--text-mid);
  line-height: 1.78;
}

.section-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 52px;
}

.section-header .section-sub {
  margin-top: 16px;
}

/* ════════════════════════════════════════════
   EYEBROW PILL (Hero badge)
   ════════════════════════════════════════════ */
.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green-light);
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 24px;
}

.eyebrow-pill i {
  font-size: 0.85rem;
}

/* ════════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════════ */
footer {
  background: var(--text-dark);
  color: rgba(255,255,255,0.75);
  padding: 64px 6vw 32px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  max-width: var(--max-w);
  margin: 0 auto 40px;
}

.footer-brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
}

.footer-brand p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
  margin-bottom: 22px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.65);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.social-icon:hover {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.footer-col h4 {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
}

.footer-col a {
  display: block;
  font-size: 0.86rem;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.2s;
}
.footer-col a:hover { color: #fff; }

.footer-col p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 10px;
}

.footer-col p i {
  color: var(--green);
  font-size: 0.9rem;
  width: 16px;
  flex-shrink: 0;
}

.footer-col p a {
  display: inline;
  margin: 0;
  color: rgba(255,255,255,0.55);
}

.footer-bottom {
  max-width: var(--max-w);
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom a {
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-bottom a:hover { color: rgba(255,255,255,0.75); }

/* ════════════════════════════════════════════
   ANIMATIONS
   ════════════════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ════════════════════════════════════════════
   ── INDEX PAGE STYLES ──
   ════════════════════════════════════════════ */

/* Hero — Index */
.hero-index {
  background: var(--bg-soft);
  padding: 100px 6vw 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-index::after {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74,158,107,0.06) 0%, transparent 70%);
  top: -100px; right: -100px;
  pointer-events: none;
}

.hero-index h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  animation: fadeUp 0.6s 0.1s ease both;
}

.hero-index h1 em { font-style: normal; color: var(--green); }

.hero-desc {
  margin-top: 22px;
  font-size: 1.05rem;
  color: var(--text-mid);
  line-height: 1.75;
  max-width: 480px;
  animation: fadeUp 0.6s 0.2s ease both;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: fadeUp 0.6s 0.3s ease both;
}

/* Hero Visual (stats side) */
.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 14px;
  animation: fadeUp 0.7s 0.2s ease both;
}

.hero-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.hero-stat {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 22px;
  box-shadow: var(--shadow-sm);
}

.hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--green);
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-stat-num i { font-size: 1.6rem; }

.hero-stat-label {
  font-size: 0.8rem;
  color: var(--text-soft);
  margin-top: 6px;
  line-height: 1.4;
  font-weight: 500;
}

.hero-card-wide {
  background: var(--green);
  border-radius: var(--radius);
  padding: 26px 28px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 8px 30px rgba(74,158,107,0.22);
}

.hero-card-wide-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.4rem;
}

.hero-card-wide h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.hero-card-wide p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.5;
}

/* Services — Index */
.services {
  padding: 90px 6vw;
  background: var(--bg-soft);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: var(--max-w);
  margin: 0 auto;
}

.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 30px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.service-icon {
  width: 52px;
  height: 52px;
  background: var(--green-light);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--green);
  margin-bottom: 20px;
}

.service-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.service-card p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.7;
}

.services-cta {
  text-align: center;
  margin-top: 44px;
}

/* FAQ */
.faq {
  padding: 90px 6vw;
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: var(--max-w);
  margin: 0 auto;
}

.faq-card {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 26px;
}

.faq-q {
  font-weight: 700;
  font-size: 0.94rem;
  color: var(--text-dark);
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.faq-q::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}

.faq-a {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.7;
  padding-left: 16px;
}

/* Chat Strip */
.chat-strip {
  padding: 60px 6vw;
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
}

.chat-box {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: var(--max-w);
  margin: 0 auto;
  box-shadow: var(--shadow-sm);
}

.chat-box-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.chat-box-text p {
  font-size: 0.92rem;
  color: var(--text-mid);
  line-height: 1.65;
  max-width: 440px;
}

/* ════════════════════════════════════════════
   ── JOBS PAGE STYLES ──
   ════════════════════════════════════════════ */

/* Hero — centered (Jobs & Contact) */
.hero-centered {
  background: var(--bg-soft);
  padding: 90px 6vw 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.hero-centered::before {
  content: '';
  position: absolute;
  width: 700px; height: 500px;
  background: radial-gradient(ellipse, rgba(74,158,107,0.07) 0%, transparent 70%);
  top: -80px; left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-centered h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--text-dark);
  max-width: 700px;
  margin: 0 auto;
  animation: fadeUp 0.55s 0.08s ease both;
}

.hero-centered h1 em { font-style: normal; color: var(--green); }

.hero-centered .hero-sub {
  margin: 20px auto 0;
  font-size: 1.05rem;
  color: var(--text-mid);
  line-height: 1.72;
  max-width: 520px;
  animation: fadeUp 0.55s 0.16s ease both;
}

/* Hero Pills */
.hero-pills {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 32px auto 0;
  animation: fadeUp 0.55s 0.22s ease both;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 9px 20px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text-mid);
  box-shadow: var(--shadow-sm);
}

.pill i { color: var(--green); font-size: 0.9rem; }

.hero-cta {
  margin-top: 38px;
  animation: fadeUp 0.55s 0.28s ease both;
}

/* Alternating Sections */
.alt-section {
  padding: 90px 6vw;
}

.alt-section.bg-soft { background: var(--bg-soft); }
.alt-section.bg-white { background: #fff; }

.alt-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  max-width: var(--max-w);
  margin: 0 auto;
}

.alt-inner.image-left { direction: rtl; }
.alt-inner.image-left > * { direction: ltr; }

.alt-text .section-body { margin-top: 16px; }
.alt-text .section-body + .section-body { margin-top: 12px; }

.alt-image {
  position: relative;
  border-radius: var(--radius);
  overflow: visible;
}

.alt-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.img-badge {
  position: absolute;
  bottom: -18px;
  right: -18px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow-md);
}

.img-badge-icon {
  width: 40px;
  height: 40px;
  background: var(--green-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.img-badge-label {
  font-size: 0.72rem;
  color: var(--text-soft);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.img-badge-value {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-top: 2px;
}

.img-badge-alt {
  position: absolute;
  top: -14px;
  left: -14px;
  background: var(--green);
  color: #fff;
  border-radius: var(--radius-pill);
  padding: 7px 16px;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 16px rgba(74,158,107,0.25);
}

.img-badge-alt i { font-size: 0.85rem; }

/* Benefit List */
.benefit-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}

.benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.benefit-icon {
  width: 44px;
  height: 44px;
  background: var(--green-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1.05rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.benefit-text h4 {
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.benefit-text p {
  font-size: 0.87rem;
  color: var(--text-mid);
  line-height: 1.65;
}

/* Final CTA — Jobs */
.final-cta {
  padding: 90px 6vw;
  background: var(--bg-soft);
  text-align: center;
  border-top: 1px solid var(--border);
}

.final-cta .section-body { max-width: 520px; margin: 16px auto 0; }

.final-cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 36px;
}

/* ════════════════════════════════════════════
   ── CONTACT PAGE STYLES ──
   ════════════════════════════════════════════ */

/* Client Section */
.client-section {
  padding: 90px 6vw;
  background: #fff;
}

.client-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  max-width: var(--max-w);
  margin: 0 auto;
}

.client-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 16px;
}

.client-text h2 em { font-style: normal; color: var(--green); }

.client-text > p {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 32px;
}

/* Service List — Contact */
.service-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}

.service-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.service-list-icon {
  width: 44px;
  height: 44px;
  background: var(--green-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.service-list li strong {
  display: block;
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 3px;
}

.service-list li > div {
  font-size: 0.87rem;
  color: var(--text-mid);
  line-height: 1.65;
}

/* Trust Badge */
.trust-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--green-light);
  border: 1px solid var(--green-mid);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  font-size: 0.86rem;
  color: var(--text-mid);
  line-height: 1.5;
}

.trust-badge i {
  color: var(--green);
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Form Card */
.client-form-card {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px 36px;
  box-shadow: var(--shadow-sm);
}

.client-form-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.client-form-card > p {
  font-size: 0.88rem;
  color: var(--text-mid);
  margin-bottom: 26px;
}

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

.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-mid);
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: 'Nunito', sans-serif;
  font-size: 0.92rem;
  color: var(--text-dark);
  background: #fff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(74,158,107,0.12);
}

.form-group textarea {
  height: 110px;
  resize: vertical;
}

.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%234a5e52'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
}

.btn-submit-full {
  width: 100%;
  padding: 15px;
  font-size: 0.95rem;
  margin-top: 4px;
}

/* Schedule CTA */
.schedule-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: var(--green-light);
  border: 1px solid var(--green-mid);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  margin-top: 20px;
}

.schedule-cta-text p:first-child {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.schedule-cta-text p:last-child {
  font-size: 0.85rem;
  color: var(--text-mid);
  margin-top: 2px;
}

/* Jobs Seeker Card — Contact */
.jobs-section {
  padding: 80px 6vw;
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
}

.jobs-section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.jobs-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-shadow: var(--shadow-sm);
}

.jobs-card-icon {
  width: 56px;
  height: 56px;
  background: var(--green-light);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-bottom: 18px;
}

.jobs-card-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.jobs-card-text h2 em { font-style: normal; color: var(--green); }

.jobs-card-text p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.72;
  max-width: 520px;
}

.jobs-card-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
  min-width: 190px;
}

.jobs-card-actions .btn-primary,
.jobs-card-actions .btn-whatsapp {
  width: 100%;
  justify-content: center;
}

/* Info Section — Contact */
.info-section {
  padding: 80px 6vw;
  background: #fff;
}

.info-section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

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

.info-section-header p {
  margin-top: 14px;
  font-size: 0.95rem;
  color: var(--text-mid);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.info-card {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow-sm);
}

.info-card-icon {
  width: 52px;
  height: 52px;
  background: var(--green-light);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1.3rem;
  margin-bottom: 18px;
}

.info-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.info-card p {
  font-size: 0.88rem;
  color: var(--text-mid);
  margin-bottom: 4px;
}

.info-card a {
  display: block;
  font-size: 0.88rem;
  color: var(--text-mid);
  text-decoration: none;
  margin-bottom: 6px;
  transition: color 0.2s;
}
.info-card a:hover { color: var(--green); }

.social-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}

.social-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--text-mid);
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.social-pill:hover {
  border-color: var(--green);
  color: var(--green);
  background: var(--green-light);
}

.social-pill i {
  font-size: 0.9rem;
  width: 14px;
  text-align: center;
}

/* ════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════ */
@media (max-width: 960px) {
  .hero-index {
    grid-template-columns: 1fr;
    padding: 70px 6vw 60px;
  }
  .hero-visual { display: none; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .faq-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .alt-inner,
  .alt-inner.image-left { grid-template-columns: 1fr; direction: ltr; gap: 48px; }
  .alt-image { display: none; }
  .client-inner { grid-template-columns: 1fr; gap: 48px; }
  .jobs-card { flex-direction: column; align-items: flex-start; }
  .jobs-card-actions { flex-direction: row; min-width: unset; }
  .info-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .services-grid,
  .faq-grid { grid-template-columns: 1fr; }
  .chat-box { padding: 32px 24px; flex-direction: column; text-align: center; }
  .chat-box-text p { max-width: 100%; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .btn-primary, .btn-secondary { text-align: center; }
  .hero-pills { gap: 8px; }
  .final-cta-buttons { flex-direction: column; align-items: center; }
  .schedule-cta { flex-direction: column; align-items: flex-start; }
  .jobs-card { padding: 28px 22px; }
  .jobs-card-actions { flex-direction: column; width: 100%; }
  .jobs-card-actions .btn-primary,
  .jobs-card-actions .btn-whatsapp { width: 100%; }
  .client-form-card { padding: 28px 22px; }
  .info-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .navbar { padding: 0 4vw; }
  .nav-links a { padding: 7px 12px; font-size: 0.84rem; }
}

/* ════════════════════════════════════════════
   APPLY PAGE
   ════════════════════════════════════════════ */
.apply-hero {
  background: var(--bg-soft);
  border-bottom: 1px solid var(--border);
  padding: 80px 6vw 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.apply-hero::before {
  content: '';
  position: absolute;
  width: 600px; height: 400px;
  background: radial-gradient(ellipse, rgba(74,158,107,0.07) 0%, transparent 70%);
  top: -60px; left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.apply-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
  color: var(--text-dark);
  max-width: 660px;
  margin: 0 auto;
}

.apply-hero h1 em {
  font-style: normal;
  color: var(--green);
}

.apply-hero p {
  margin: 18px auto 0;
  font-size: 1rem;
  color: var(--text-mid);
  max-width: 500px;
  line-height: 1.74;
}

.apply-body {
  padding: 80px 6vw;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: start;
  max-width: calc(var(--max-w) + 100px);
  margin: 0 auto;
}

/* Left sidebar info */
.apply-sidebar {}

.apply-sidebar h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.apply-sidebar > p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.72;
  margin-bottom: 32px;
}

.apply-req-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
}

.apply-req-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.55;
}

.apply-req-icon {
  width: 34px; height: 34px;
  flex-shrink: 0;
  background: var(--green-light);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 0.95rem;
  margin-top: 1px;
}

.apply-req-text strong {
  display: block;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 2px;
}

.apply-note {
  background: var(--green-light);
  border: 1px solid var(--green-mid);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.6;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.apply-note i {
  color: var(--green);
  margin-top: 2px;
  flex-shrink: 0;
}

/* Right: form card */
.apply-form-card {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 44px 40px;
  box-shadow: var(--shadow-sm);
}

.apply-form-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.apply-form-card > p {
  font-size: 0.88rem;
  color: var(--text-mid);
  margin-bottom: 30px;
  line-height: 1.6;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.file-upload-box {
  border: 2px dashed var(--border);
  border-radius: var(--radius-sm);
  padding: 28px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  background: #fff;
  position: relative;
}

.file-upload-box:hover {
  border-color: var(--green);
  background: var(--green-light);
}

.file-upload-box input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.file-upload-icon {
  font-size: 1.6rem;
  color: var(--green);
  margin-bottom: 8px;
}

.file-upload-box p {
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.5;
}

.file-upload-box span {
  font-weight: 700;
  color: var(--green);
}

.file-upload-note {
  font-size: 0.75rem;
  color: var(--text-soft);
  margin-top: 4px;
}

.file-name-display {
  font-size: 0.82rem;
  color: var(--green);
  font-weight: 600;
  margin-top: 8px;
  min-height: 20px;
}

.apply-submit-wrap {
  margin-top: 10px;
}

@media (max-width: 860px) {
  .apply-body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 560px) {
  .apply-form-card { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════
   LOGO FIX — tall portrait PNG (849x1536)
   ════════════════════════════════════════════ */
.navbar {
  height: 80px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

.nav-logo img {
  height: 55px;
  width: auto;
  display: block;
  object-fit: contain;
}

/* ════════════════════════════════════════════
   APPLY PAGE
   ════════════════════════════════════════════ */
.apply-hero {
  background: var(--bg-soft);
  border-bottom: 1px solid var(--border);
  padding: 80px 6vw 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.apply-hero::before {
  content: '';
  position: absolute;
  width: 600px; height: 400px;
  background: radial-gradient(ellipse, rgba(74,158,107,0.07) 0%, transparent 70%);
  top: -60px; left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.apply-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
  color: var(--text-dark);
  max-width: 660px;
  margin: 0 auto;
}

.apply-hero h1 em { font-style: normal; color: var(--green); }

.apply-hero p {
  margin: 18px auto 0;
  font-size: 1rem;
  color: var(--text-mid);
  max-width: 500px;
  line-height: 1.74;
}

.apply-body {
  padding: 80px 6vw;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: start;
  max-width: 1160px;
  margin: 0 auto;
}

.apply-sidebar h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.apply-sidebar > p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.72;
  margin-bottom: 32px;
}

.apply-req-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
}

.apply-req-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.55;
}

.apply-req-icon {
  width: 34px; height: 34px;
  flex-shrink: 0;
  background: var(--green-light);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 0.95rem;
  margin-top: 1px;
}

.apply-req-text strong {
  display: block;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 2px;
}

.apply-note {
  background: var(--green-light);
  border: 1px solid var(--green-mid);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.6;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.apply-note i { color: var(--green); margin-top: 2px; flex-shrink: 0; }

.apply-form-card {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 44px 40px;
  box-shadow: var(--shadow-sm);
}

.apply-form-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.apply-form-card > p {
  font-size: 0.88rem;
  color: var(--text-mid);
  margin-bottom: 30px;
  line-height: 1.6;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.file-upload-box {
  border: 2px dashed var(--border);
  border-radius: var(--radius-sm);
  padding: 28px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  background: #fff;
  position: relative;
}

.file-upload-box:hover {
  border-color: var(--green);
  background: var(--green-light);
}

.file-upload-box input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.file-upload-icon {
  font-size: 1.6rem;
  color: var(--green);
  margin-bottom: 8px;
}

.file-upload-box p {
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.5;
}

.file-upload-box span { font-weight: 700; color: var(--green); }

.file-upload-note {
  font-size: 0.75rem;
  color: var(--text-soft);
  margin-top: 4px;
}

.file-name-display {
  font-size: 0.82rem;
  color: var(--green);
  font-weight: 600;
  margin-top: 8px;
  min-height: 20px;
}

.apply-submit-wrap { margin-top: 10px; }

/* ════════════════════════════════════════════
   THANK YOU PAGE
   ════════════════════════════════════════════ */
.thankyou-page {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 6vw;
  background: var(--bg-soft);
}

.thankyou-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 64px 56px;
  text-align: center;
  max-width: 560px;
  width: 100%;
  box-shadow: var(--shadow-md);
}

.thankyou-icon {
  width: 72px;
  height: 72px;
  background: var(--green-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 1.8rem;
  margin: 0 auto 28px;
}

.thankyou-card h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 16px;
}

.thankyou-card h1 em { font-style: normal; color: var(--green); }

.thankyou-card p {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.72;
  margin-bottom: 36px;
}

/* ════════════════════════════════════════════
   RESPONSIVE ADDITIONS
   ════════════════════════════════════════════ */
@media (max-width: 860px) {
  .apply-body { grid-template-columns: 1fr; gap: 40px; }
  .thankyou-card { padding: 44px 30px; }
  .navbar { padding: 0 4vw; height: 60px; }
  .nav-logo img { height: 38px; }
}

@media (max-width: 560px) {
  .apply-form-card { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .navbar { padding: 0 4vw; height: 56px; }
  .nav-logo img { height: 34px; }
  .nav-links a { padding: 7px 12px; font-size: 0.84rem; }
  .thankyou-card { padding: 36px 20px; }
}

/* ════════════════════════════════════════════
   FORM VALIDATION STYLES
   ════════════════════════════════════════════ */
.input-error {
  border-color: #e05252 !important;
  background: #fff8f8 !important;
}

.field-error {
  display: block;
  font-size: 0.78rem;
  color: #e05252;
  font-weight: 600;
  margin-top: 5px;
}
