*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #2d3f47; background: #fff; }

/* ── NAV ── */
nav {
  background: #fff;
  border-bottom: 1px solid #ddeee8;
  padding: 0.8rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-logo img { height: 48px; width: auto; }
.nav-links { display: flex; gap: 2rem; }
.nav-links a {
  font-size: 13px;
  color: #2d5c6e;
  text-decoration: none;
  font-weight: 400;
}
.nav-links a:hover, .nav-links a.active { color: #3aaa8c; }
.nav-cta {
  background: #1e3a5f;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 9px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
}
.nav-cta:hover { background: #162d4a; }
.hamburger { display: none; font-size: 22px; cursor: pointer; color: #1e3a5f; background: none; border: none; }

/* ── HERO ── */
.hero {
  background: #1e3a5f;
  padding: 4rem 2rem 4.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-rings {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 700px;
  pointer-events: none;
}
.hero-rings circle { fill: none; stroke: rgba(58,170,140,0.09); stroke-width: 1; }
.hero-logo { position: relative; z-index: 2; margin-bottom: 1.75rem; }
.hero-logo img { height: 130px; width: auto; }
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 0.6rem;
  position: relative; z-index: 2;
}
.hero-creds {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  position: relative; z-index: 2;
}
.hero-tagline {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  max-width: 500px;
  margin: 0 auto 2rem;
  line-height: 1.8;
  position: relative; z-index: 2;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 2.25rem;
  position: relative; z-index: 2;
}
.badge {
  background: rgba(58,170,140,0.18);
  border: 1px solid rgba(58,170,140,0.38);
  color: #8dd9c4;
  font-size: 11px;
  padding: 5px 14px;
  border-radius: 20px;
}
.hero-btn {
  background: #3aaa8c;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 34px;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  position: relative; z-index: 2;
}
.hero-btn:hover { background: #2d9078; }
.hero-secondary-btn {
  background: transparent;
  color: #8dd9c4;
  font-size: 15px;
  font-weight: 400;
  padding: 14px 28px;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid rgba(58,170,140,0.4);
  margin-left: 12px;
  position: relative; z-index: 2;
}
.hero-secondary-btn:hover { background: rgba(58,170,140,0.1); color: #fff; }

/* ── WAVE ── */
.wave-wrap { background: #1e3a5f; line-height: 0; }
.wave-wrap svg { display: block; width: 100%; height: 55px; }

/* ── SECTIONS ── */
.section { padding: 4rem 2.5rem; }
.section-alt { background: #f4fbf8; }
.container { max-width: 780px; margin: 0 auto; }
.eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #3aaa8c;
  margin-bottom: 0.6rem;
}
.sec-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.85rem;
  font-weight: 400;
  color: #1e3a5f;
  margin-bottom: 1.25rem;
  line-height: 1.3;
}
.body-text { font-size: 15px; line-height: 1.85; color: #4a5f6a; }
.body-text + .body-text { margin-top: 1rem; }

/* ── ABOUT GRID ── */
.about-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 3rem;
  align-items: start;
  margin-bottom: 2rem;
}
.photo-frame { position: relative; }
.photo-frame::before {
  content: '';
  position: absolute;
  top: -12px; left: -12px; right: 12px; bottom: 12px;
  border: 2px solid #3aaa8c;
  border-radius: 16px;
  z-index: 0;
}
.photo-frame img {
  width: 100%;
  border-radius: 14px;
  display: block;
  object-fit: cover;
  object-position: top;
  position: relative;
  z-index: 1;
}
.about-name { font-size: 18px; font-weight: 500; color: #1e3a5f; margin-bottom: 3px; }
.about-creds { font-size: 12px; color: #6a8a96; letter-spacing: 0.04em; margin-bottom: 3px; }
.about-lic { font-size: 11px; color: #8aabb4; margin-bottom: 1rem; }
.about-bio { font-size: 15px; line-height: 1.8; color: #4a5f6a; margin-bottom: 1rem; }
.lang-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e0f5ef;
  color: #0f6e56;
  font-size: 12px;
  padding: 5px 13px;
  border-radius: 20px;
  border: 1px solid #b3e6d8;
}

/* ── QUOTE ── */
.quote {
  padding: 1.5rem 1.75rem;
  border-left: 3px solid #3aaa8c;
  background: #fff;
  margin-top: 2rem;
  border-radius: 0 10px 10px 0;
}
.section-alt .quote { background: #eaf7f2; }
.quote p {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  color: #1e3a5f;
  line-height: 1.8;
  font-style: italic;
}

/* ── SERVICES GRID ── */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
  margin-top: 1.5rem;
}
.svc-card {
  background: #fff;
  border: 1px solid #cde6db;
  border-radius: 12px;
  padding: 1.25rem;
  transition: border-color 0.2s;
}
.svc-card:hover { border-color: #3aaa8c; }
.svc-emoji { font-size: 24px; margin-bottom: 0.65rem; line-height: 1; }
.svc-card h3 { font-size: 13px; font-weight: 500; line-height: 1.45; color: #1e3a5f; }

/* ── PROCESS STEPS ── */
.steps { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 1.5rem; }
.step { display: flex; gap: 1.25rem; align-items: flex-start; }
.step-num {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #3aaa8c;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.step-body h4 { font-size: 15px; font-weight: 500; color: #1e3a5f; margin-bottom: 4px; }
.step-body p { font-size: 14px; color: #4a5f6a; line-height: 1.7; }

/* ── WHY CARDS ── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
  margin-top: 1.5rem;
}
.why-card {
  background: #fff;
  border: 1px solid #ddeee8;
  border-radius: 12px;
  padding: 1.5rem;
}
.why-icon { font-size: 28px; margin-bottom: 0.75rem; }
.why-card h3 { font-size: 15px; font-weight: 500; color: #1e3a5f; margin-bottom: 0.5rem; }
.why-card p { font-size: 13px; color: #4a5f6a; line-height: 1.7; }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: #1e3a5f;
  padding: 3rem 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero-rings {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 500px; height: 500px; pointer-events: none;
}
.page-hero-rings circle { fill: none; stroke: rgba(58,170,140,0.08); stroke-width: 1; }
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
  position: relative; z-index: 1;
  margin-bottom: 0.5rem;
}
.page-hero p {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  position: relative; z-index: 1;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── CONTACT BOX ── */
.contact-box {
  background: #1e3a5f;
  border-radius: 16px;
  padding: 3rem 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.contact-box-stripes {
  position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none;
}
.contact-box-inner { position: relative; z-index: 1; }
.contact-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.75rem;
}
.contact-box > .contact-box-inner > p {
  font-size: 15px;
  color: rgba(255,255,255,0.62);
  line-height: 1.75;
  margin-bottom: 2rem;
}
.contact-email-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #8dd9c4;
  font-size: 16px;
  margin-bottom: 2rem;
  text-decoration: none;
  font-weight: 400;
}
.contact-email-link:hover { color: #fff; }
.contact-cta {
  display: inline-block;
  background: #3aaa8c;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 38px;
  border-radius: 8px;
  text-decoration: none;
}
.contact-cta:hover { background: #2d9078; }
.lic-note { font-size: 11px; color: rgba(255,255,255,0.3); margin-top: 1.5rem; }

/* ── CONTACT FORM PAGE ── */
.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.contact-info-block h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #1e3a5f;
  margin-bottom: 1rem;
}
.contact-info-block p { font-size: 14px; line-height: 1.8; color: #4a5f6a; margin-bottom: 1.5rem; }
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1rem;
}
.info-icon { font-size: 20px; margin-top: 2px; }
.info-item p { font-size: 14px; color: #4a5f6a; margin: 0; }
.info-item a { color: #3aaa8c; text-decoration: none; }
.info-item a:hover { color: #1e3a5f; }
.form-block { background: #f4fbf8; border-radius: 14px; padding: 2rem; }
.form-block h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #1e3a5f;
  margin-bottom: 1.5rem;
}
.form-row { margin-bottom: 1.1rem; }
.form-row label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #2d5c6e;
  margin-bottom: 5px;
  letter-spacing: 0.04em;
}
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #cde6db;
  border-radius: 8px;
  font-size: 14px;
  color: #2d3f47;
  background: #fff;
  font-family: 'Inter', sans-serif;
  outline: none;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus { border-color: #3aaa8c; }
.form-row textarea { resize: vertical; min-height: 110px; }
.form-submit {
  width: 100%;
  background: #1e3a5f;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 13px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  margin-top: 0.5rem;
}
.form-submit:hover { background: #162d4a; }
.form-note { font-size: 11px; color: #8aabb4; margin-top: 0.75rem; text-align: center; }

/* ── FOOTER ── */
footer {
  background: #f4fbf8;
  padding: 2rem 2.5rem;
  border-top: 1px solid #ddeee8;
}
.footer-inner {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
footer img { height: 38px; opacity: 0.6; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { font-size: 12px; color: #6a8a96; text-decoration: none; }
.footer-links a:hover { color: #3aaa8c; }
footer p { font-size: 11px; color: #8a9fa8; }

/* ── RESPONSIVE ── */
@media (max-width: 680px) {
  nav { padding: 0.7rem 1.25rem; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: #fff; border-bottom: 1px solid #ddeee8; padding: 1rem 1.5rem; gap: 1rem; z-index: 99; }
  .hamburger { display: block; }
  .hero { padding: 2.5rem 1.25rem 3.5rem; }
  .hero h1 { font-size: 1.9rem; }
  .hero-secondary-btn { margin-left: 0; margin-top: 10px; display: block; text-align: center; }
  .section { padding: 2.5rem 1.25rem; }
  .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .photo-frame { max-width: 220px; margin: 0 auto; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; }
  .page-hero { padding: 2.5rem 1.25rem; }
  .page-hero h1 { font-size: 1.75rem; }
}
