:root {
  --ink: #1A2238;
  --navy: #16234A;
  --navy-deep: #0F1938;
  --gold: #B8862E;
  --gold-light: #D9AE5C;
  --ivory: #FAF7F1;
  --paper: #FFFFFF;
  --slate: #5B6478;
  --line: #E7E1D4;
  --success: #2F6F4E;
  --warn-bg: #FFF6E5;
  --warn-border: #E8C177;

  --font-display: 'Fraunces', serif;
  --font-body: 'Public Sans', sans-serif;
}

* { box-sizing: border-box; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.65;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--navy-deep);
  font-weight: 600;
  letter-spacing: -0.01em;
}

a { text-decoration: none; }

/* ===== Compliance strip ===== */
.compliance-strip {
  background: var(--navy-deep);
  color: #EDE7D6;
  font-size: 0.82rem;
  padding: 9px 0;
}
.compliance-strip .container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.compliance-strip i { margin-top: 2px; color: var(--gold-light); flex-shrink: 0; }

/* ===== Header ===== */
.site-header {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.navbar { padding: 14px 0; }
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  width: 42px; height: 42px;
  background: var(--navy);
  color: var(--gold-light);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
}
.brand-text {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--navy-deep);
  line-height: 1.2;
}
.brand-text small { font-family: var(--font-body); font-weight: 500; color: var(--slate); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.06em; }
.nav-link { color: var(--ink); font-weight: 500; }
.nav-link:hover { color: var(--gold); }
.btn-call {
  background: var(--navy);
  color: #fff !important;
  border-radius: 30px;
  padding: 9px 18px;
  font-weight: 600;
  font-size: 0.9rem;
}
.btn-call:hover { background: var(--navy-deep); }

/* ===== Hero ===== */
.hero { padding: 70px 0 60px; overflow: hidden; }
.eyebrow {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 14px;
}
.hero h1 {
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.15;
  margin-bottom: 18px;
}
.hero h1 em { font-style: italic; color: var(--gold); }
.hero .lead { color: var(--slate); font-size: 1.05rem; margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.btn-primary-cta {
  background: var(--navy);
  color: #fff;
  border-radius: 30px;
  padding: 13px 26px;
  font-weight: 600;
}
.btn-primary-cta:hover { background: var(--navy-deep); color: #fff; }
.btn-whatsapp-cta {
  background: #fff;
  border: 1.5px solid var(--line);
  color: var(--ink);
  border-radius: 30px;
  padding: 13px 26px;
  font-weight: 600;
}
.btn-whatsapp-cta:hover { border-color: var(--success); color: var(--success); }
.hero-note {
  font-size: 0.85rem;
  color: var(--slate);
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-note i { color: var(--success); }

.hero-visual { display: flex; justify-content: center; }
.passport-illustration { width: 100%; max-width: 320px; height: auto; }
.p-cover { fill: var(--navy); }
.p-cover-edge { fill: none; stroke: var(--gold-light); stroke-width: 2; stroke-dasharray: 4 5; }
.p-emblem-bg { fill: rgba(217,174,92,0.16); }
.p-emblem-star { fill: var(--gold-light); }
.p-line { fill: rgba(255,255,255,0.14); }
.p-line-light { fill: rgba(255,255,255,0.08); }
.p-stamp circle { fill: none; stroke: var(--success); stroke-width: 2.5; }
.p-stamp circle:first-of-type { stroke-dasharray: 3 4; }
.stamp-text-top { font-family: var(--font-body); font-size: 8px; font-weight: 700; fill: var(--success); letter-spacing: 0.05em; }
.stamp-text-mid { font-family: var(--font-body); font-size: 10px; font-weight: 800; fill: var(--success); letter-spacing: 0.04em; }

/* ===== Sections ===== */
.section { padding: 78px 0; }
.section-eyebrow {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 12px;
}
.section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 18px; }
.section-sub { color: var(--slate); max-width: 640px; margin: 0 auto 10px; }

/* About */
.about-section { background: var(--paper); }
.about-points { list-style: none; padding: 0; margin: 22px 0 0; }
.about-points li { display: flex; gap: 10px; margin-bottom: 12px; color: var(--ink); }
.about-points i { color: var(--success); margin-top: 3px; flex-shrink: 0; }
.about-card {
  background: var(--navy-deep);
  color: #EDE7D6;
  border-radius: 16px;
  padding: 34px;
}
.about-card h3 { color: var(--gold-light); font-size: 1.05rem; margin-bottom: 10px; }
.about-card p { margin-bottom: 6px; font-size: 0.95rem; color: #D8D2C2; }

/* Services */
.services-section { background: var(--ivory); }
.service-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 30px 26px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(22,35,74,0.08); }
.service-icon {
  width: 52px; height: 52px;
  background: rgba(184,134,46,0.12);
  color: var(--gold);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.service-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.service-card p { color: var(--slate); font-size: 0.92rem; margin: 0; }

/* Process */
.process-section { background: var(--paper); }
.process-row { text-align: center; }
.process-step { padding: 10px; }
.step-num {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold-light);
  font-family: var(--font-display);
  font-weight: 600;
  margin-bottom: 14px;
}
.process-step h3 { font-size: 1rem; margin-bottom: 6px; }
.process-step p { color: var(--slate); font-size: 0.88rem; }

/* Fees */
.fees-section { background: var(--ivory); }
.fee-row { display: flex; flex-direction: column; gap: 18px; margin-top: 22px; }
.fee-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 24px;
}
.fee-item h4 { font-family: var(--font-body); font-size: 1rem; font-weight: 700; color: var(--navy-deep); margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.fee-item h4 i { color: var(--gold); }
.fee-item p { color: var(--slate); font-size: 0.92rem; margin: 0; }
.fee-callout {
  background: var(--warn-bg);
  border: 1px solid var(--warn-border);
  border-radius: 14px;
  padding: 28px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.fee-callout i { color: #A9761F; font-size: 1.4rem; margin-top: 2px; }
.fee-callout p { margin: 0; color: #5c4a1f; font-size: 0.94rem; }

/* FAQ */
.faq-section { background: var(--paper); }
.accordion-item { border: 1px solid var(--line); border-radius: 10px !important; margin-bottom: 12px; overflow: hidden; }
.accordion-button { font-weight: 600; color: var(--navy-deep); background: var(--ivory); }
.accordion-button:not(.collapsed) { background: var(--navy); color: #fff; }
.accordion-button:focus { box-shadow: none; }
.accordion-body { color: var(--slate); font-size: 0.94rem; }

/* Contact */
.contact-section { background: var(--ivory); }
.contact-info p { margin-bottom: 14px; display: flex; gap: 10px; align-items: flex-start; }
.contact-info i { color: var(--gold); margin-top: 3px; flex-shrink: 0; }
.contact-info a { color: var(--ink); }
.map-wrap { border-radius: 14px; overflow: hidden; border: 1px solid var(--line); }

/* Footer */
.site-footer { background: var(--navy-deep); color: #C7C1B0; padding: 60px 0 30px; }
.footer-brand { font-family: var(--font-display); color: #fff; font-size: 1.2rem; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.footer-brand i { color: var(--gold-light); }
.site-footer p { font-size: 0.9rem; }
.site-footer h5 { color: #fff; font-family: var(--font-body); font-size: 0.95rem; margin-bottom: 14px; }
.site-footer ul { list-style: none; padding: 0; }
.site-footer ul li { margin-bottom: 8px; }
.site-footer ul li a { color: #C7C1B0; font-size: 0.9rem; }
.site-footer ul li a:hover { color: var(--gold-light); }
.site-footer hr { border-color: rgba(255,255,255,0.1); margin: 30px 0 20px; }
.disclaimer-final { font-size: 0.8rem; color: #9B94A6; line-height: 1.6; }
.copyright { font-size: 0.82rem; color: #77718A; margin-bottom: 0; }

/* Floating buttons */
.float-btn {
  position: fixed;
  bottom: 22px;
  width: 54px; height: 54px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  z-index: 999;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  animation: pulse 2.4s infinite;
}
.float-whatsapp { left: 22px; background: #25D366; }
.float-call { right: 22px; background: var(--navy); }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0,0,0,0.15); }
  70% { box-shadow: 0 0 0 14px rgba(0,0,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,0,0,0); }
}

@media (prefers-reduced-motion: reduce) {
  .float-btn { animation: none; }
}

@media (max-width: 991px) {
  .navbar-nav { padding-top: 14px; gap: 10px; }
  .btn-call { display: inline-flex; width: fit-content; }
  .section{
	  overflow-x:hidden
  }
}
@media(max-width:374px)
{
	.navbar-brand{
		    gap: 4px;
	}
	.brand-text small{
		font-size: 0.62rem;
	}
}