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

:root {
  --green: #7ED957;
  --green-dark: #4C9A2A;
  --green-deep: #2F6B18;
  --cream: #F5EFE4;
  --cream-alt: #ECE3D0;
  --ink: #2A1B0E;
  --ink-soft: #5A4C3E;
  --gold: #F0B92A;
  --white: #FFFFFF;
  --radius: 18px;
  --shadow: 0 20px 40px -20px rgba(42, 27, 14, 0.25);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }

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

ul { list-style: none; }

h1, h2, h3 {
  font-family: var(--font-display);
  line-height: 1.15;
  font-weight: 600;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-deep);
  margin-bottom: 14px;
}

.eyebrow-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold);
  display: inline-block;
}

.center { text-align: center; }
.section-lead { max-width: 620px; margin: 0 auto 48px; color: var(--ink-soft); }
section h2 { margin-bottom: 16px; font-size: clamp(1.8rem, 3.2vw, 2.6rem); }

.highlight {
  color: var(--green-deep);
  position: relative;
  white-space: normal;
}

/* ============ Buttons ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary { background: var(--ink); color: var(--cream); }
.btn-primary:hover { background: var(--green-deep); box-shadow: var(--shadow); }

.btn-ghost { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--cream); }

.btn-light { background: var(--cream); color: var(--ink); }
.btn-light:hover { background: var(--white); }

.btn-outline-light { border-color: var(--cream); color: var(--cream); }
.btn-outline-light:hover { background: rgba(245, 239, 228, 0.15); }

.btn-whatsapp { background: #25D366; color: #0B3D22; gap: 8px; }
.btn-whatsapp:hover { background: #1EBE59; box-shadow: var(--shadow); }
.whatsapp-icon { flex-shrink: 0; }

/* ============ Header ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 239, 228, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(42, 27, 14, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-title { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--green-deep); letter-spacing: 0.02em; }
.brand-sub { font-size: 0.65rem; letter-spacing: 0.35em; color: var(--ink-soft); }

.main-nav { display: flex; gap: 28px; }
.main-nav a { font-weight: 600; font-size: 0.92rem; color: var(--ink-soft); transition: color 0.2s ease; }
.main-nav a:hover { color: var(--green-deep); }

.nav-cta { flex-shrink: 0; padding: 10px 22px; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; }

/* ============ Hero ============ */
.hero { padding: 72px 0 60px; position: relative; }

.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.hero-inner > *, .about-inner > *, .consult-inner > * { min-width: 0; }

.hero h1 {
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  margin: 18px 0 20px;
  letter-spacing: -0.01em;
}

.hero-lead { color: var(--ink-soft); max-width: 480px; margin-bottom: 32px; font-size: 1.05rem; }

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 44px; }

.hero-stats { display: flex; gap: 36px; flex-wrap: wrap; }
.hero-stats strong { display: block; font-family: var(--font-display); font-size: 1.5rem; color: var(--green-deep); }
.hero-stats span { font-size: 0.82rem; color: var(--ink-soft); }

.hero-visual { position: relative; min-height: 420px; }

.path-line { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.35; }

.hero-book { position: absolute; left: 50%; top: 52%; transform: translate(-50%, -50%); width: 78%; max-width: 320px; filter: drop-shadow(0 24px 30px rgba(42,27,14,0.18)); }

.float-card {
  position: absolute;
  background: var(--white);
  border-radius: 999px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.card-cap { top: 6%; left: 2%; }
.flag-bg { top: 2%; right: 4%; }
.flag-kr { bottom: 30%; left: -4%; }
.flag-mt { bottom: 6%; right: 8%; }
.flag-ro { top: 42%; right: -6%; }

.flag-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--green-deep);
  color: var(--cream);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

/* ============ About ============ */
.about { padding: 100px 0; }

.about-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: center;
}

.about-photo { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/3.4; box-shadow: var(--shadow); }

.about-badge {
  position: absolute;
  bottom: 20px; left: 20px;
  background: var(--ink);
  color: var(--cream);
  padding: 14px 20px;
  border-radius: 14px;
  line-height: 1.2;
}
.about-badge strong { display: block; font-family: var(--font-display); color: var(--gold); font-size: 1.2rem; }
.about-badge span { font-size: 0.75rem; }

.about-copy p { color: var(--ink-soft); margin-bottom: 28px; max-width: 560px; }

.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; }
.feature-icon { font-size: 1.4rem; }
.feature-list strong { display: block; margin-bottom: 4px; }
.feature-list p { font-size: 0.88rem; color: var(--ink-soft); margin: 0; }

/* ============ Stats ============ */
.stats { background: var(--ink); color: var(--cream); padding: 56px 0; }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; gap: 24px; }
.stat strong { display: block; font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.4rem); color: var(--gold); }
.stat span { font-size: 0.85rem; opacity: 0.85; }

/* ============ Destinations ============ */
.destinations { padding: 100px 0; }

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

.dest-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid rgba(42,27,14,0.06);
}
.dest-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.dest-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--cream-alt);
  color: var(--green-deep);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 16px;
}
.dest-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.dest-card p { color: var(--ink-soft); font-size: 0.9rem; margin-bottom: 16px; }
.dest-card a { font-weight: 700; color: var(--green-deep); font-size: 0.88rem; }

/* ============ Partners ============ */
.partners { padding: 60px 0 100px; }
.partner-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 48px;
  color: var(--ink-soft);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  opacity: 0.65;
}

/* ============ Services ============ */
.services { padding: 0 0 100px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 26px 22px;
  border: 1px solid rgba(42,27,14,0.06);
}
.service-icon { font-size: 1.6rem; display: block; margin-bottom: 12px; }
.service-card h3 { font-size: 1rem; margin-bottom: 8px; }
.service-card p { font-size: 0.85rem; color: var(--ink-soft); margin: 0; }

/* ============ Consultation ============ */
.consult { padding: 40px 0 100px; }
.consult-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.consult-copy p { color: var(--ink-soft); margin: 18px 0 24px; max-width: 440px; }
.consult-points li { padding-left: 26px; position: relative; margin-bottom: 12px; font-weight: 600; }
.consult-points li::before { content: "✓"; position: absolute; left: 0; color: var(--green-deep); font-weight: 800; }

.consult-form {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}
.consult-form h3 { font-size: 1.3rem; margin-bottom: 20px; }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-size: 0.82rem; font-weight: 700; margin-bottom: 6px; color: var(--ink-soft); }
.form-row input, .form-row select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1.5px solid rgba(42,27,14,0.15);
  font-family: inherit;
  font-size: 0.92rem;
  background: var(--cream);
}
.form-row input:focus, .form-row select:focus { outline: none; border-color: var(--green); }
.form-submit { width: 100%; margin-top: 6px; }
.form-status { margin-top: 12px; font-size: 0.88rem; font-weight: 700; min-height: 1.2em; }
.form-status.success { color: var(--green-deep); }
.form-status.error { color: #B23A3A; }

/* ============ Testimonials ============ */
.testimonials { padding: 0 0 100px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px;
  border: 1px solid rgba(42,27,14,0.06);
}
.stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 14px; }
.testimonial-card p { color: var(--ink-soft); margin-bottom: 20px; font-size: 0.94rem; }
.testimonial-person { display: flex; align-items: center; gap: 12px; }
.avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--green);
  color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.85rem;
  flex-shrink: 0;
}
.testimonial-person strong { display: block; font-size: 0.92rem; }
.testimonial-person span { font-size: 0.78rem; color: var(--ink-soft); }

/* ============ Visa Support ============ */
.visa { padding: 0 0 100px; }
.visa-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.visa-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  border: 1px solid rgba(42,27,14,0.06);
}
.visa-tag {
  display: inline-block;
  background: var(--cream-alt);
  color: var(--green-deep);
  font-weight: 700;
  font-size: 0.78rem;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.visa-tag-alt { background: var(--ink); color: var(--gold); }
.visa-card li { padding: 10px 0; border-bottom: 1px dashed rgba(42,27,14,0.15); font-size: 0.92rem; }
.visa-card li:last-child { border-bottom: none; }

/* ============ FAQ ============ */
.faq { padding: 0 0 100px; }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(42,27,14,0.12); }
.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 22px 4px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-icon { font-size: 1.3rem; color: var(--green-deep); transition: transform 0.25s ease; }
.faq-question[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-answer p { padding: 0 4px 20px; color: var(--ink-soft); max-width: 640px; }

/* ============ CTA ============ */
.cta { background: linear-gradient(135deg, var(--green-deep), var(--ink)); color: var(--cream); padding: 90px 0; }
.cta-inner { text-align: center; max-width: 620px; margin: 0 auto; }
.cta-eyebrow { color: var(--gold); justify-content: center; }
.cta h2 { color: var(--white); }
.cta p { color: rgba(245,239,228,0.85); margin-bottom: 32px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============ Footer ============ */
.site-footer { background: var(--ink); color: rgba(245,239,228,0.85); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(245,239,228,0.12); }
.footer-brand-title { color: var(--gold); display: block; margin-bottom: 12px; font-size: 1.1rem; }
.footer-brand p { font-size: 0.88rem; max-width: 260px; margin-bottom: 20px; }
.social-row { display: flex; gap: 10px; }
.social-row a {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(245,239,228,0.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 700;
}
.footer-col h4 { font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--cream); margin-bottom: 18px; }
.footer-col a, .footer-col p { display: block; font-size: 0.88rem; margin-bottom: 12px; opacity: 0.85; }
.footer-bottom { padding: 24px 0; text-align: center; font-size: 0.8rem; opacity: 0.7; }

/* ============ Responsive ============ */
@media (max-width: 960px) {
  .main-nav, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .main-nav.open {
    display: flex;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--cream);
    flex-direction: column;
    padding: 20px 24px;
    gap: 16px;
    border-bottom: 1px solid rgba(42,27,14,0.08);
  }
  .hero-inner, .about-inner, .consult-inner { grid-template-columns: 1fr; }
  .hero-visual { min-height: 320px; order: -1; }
  .feature-list { grid-template-columns: 1fr; }
  .dest-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .visa-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .dest-grid, .services-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .float-card { display: none; }
}
