/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.15s ease;
  text-decoration: none;
  line-height: 1.2;
}
.btn:hover { text-decoration: none; }
.btn-primary {
  background: var(--accent);
  color: #1A1A1A;
  border-color: var(--accent);
}
.btn-primary:hover {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
  color: #1A1A1A;
}
.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}
.btn-ghost:hover {
  background: var(--surface);
  border-color: var(--accent);
}
.btn-ghost-light {
  background: transparent;
  color: var(--text);
  border-color: rgba(0,0,0,0.15);
}
.btn-ghost-light:hover {
  background: rgba(255,255,255,0.5);
  border-color: var(--text);
}
.btn-block { display: flex; width: 100%; }

/* Site header / nav */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--border);
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  gap: 1.5rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--text);
}
.brand:hover { text-decoration: none; }
.brand-logo { height: 58px; width: auto; display: block; }
@media (max-width: 600px) { .brand-logo { height: 46px; } }
.site-footer .footer-email a { overflow-wrap: anywhere; word-break: break-word; }
.site-footer .footer-address { line-height: 1.55; font-size: 0.9rem; color: rgba(255, 255, 255, 0.7); }

/* Service card thumbnail (full-bleed top + gold tint) */
.service-card { padding: 1.25rem; }
.service-thumb-wrap {
  display: block;
  position: relative;
  margin: -1.25rem -1.25rem 1rem;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.service-thumb-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  mix-blend-mode: color;
  opacity: 0.5;
  pointer-events: none;
}
.service-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.75);
}
.service-card .service-thumb-wrap + .service-icon { display: none; }

/* Enquiry form (sits inside .contact-booking card — no inner box) */
.enquiry-form {
  background: transparent;
  border: 0;
  padding: 0;
}
.enquiry-form h3 { margin: 0 0 0.35rem; }
.enquiry-form .text-muted { margin: 0 0 1.25rem; }
.enquiry-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.ef-field { display: block; margin-bottom: 1rem; }
.ef-field > span { display: block; font-size: 0.82rem; font-weight: 600; color: var(--text-muted); margin-bottom: 0.35rem; }
.ef-control { position: relative; display: block; }
.ef-ic {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--text-muted);
  pointer-events: none;
}
.ef-control:has(textarea) .ef-ic { top: 0.95rem; transform: none; }
.ef-field input, .ef-field select, .ef-field textarea {
  width: 100%;
  padding: 0.7rem 0.85rem 0.7rem 2.5rem;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  color: var(--text);
  font: inherit;
  font-size: 0.95rem;
}
.ef-field textarea { resize: vertical; }
.ef-field input:focus, .ef-field select:focus, .ef-field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.enquiry-form .btn-block { width: 100%; margin-top: 0.25rem; }
.ef-feedback { display: block; margin: 0.9rem 0 0; padding: 0.7rem 0.85rem; border-radius: 10px; font-size: 0.9rem; }
.ef-feedback.ef-ok { background: #e8f5ec; color: #1c6b3a; border: 1px solid #b8e0c6; }
.ef-feedback.ef-err { background: #fdeceb; color: #a3271f; border: 1px solid #f2c4bf; }
.ef-or { margin-top: 1rem; font-size: 0.9rem; color: var(--text-muted); text-align: center; }
@media (max-width: 600px) { .enquiry-form .form-row { grid-template-columns: 1fr; } }
.page-banner {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin-bottom: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.5rem;
  flex: 0 0 auto;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: #fff;
  font-family: var(--font-heading, 'Playfair Display'), Georgia, serif;
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(176, 141, 62, 0.28);
}
.brand-lockup { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text {
  font-family: var(--font-heading, 'Playfair Display'), Georgia, serif;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}
.brand-sub {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 500;
}
.site-footer .brand-sub { color: rgba(255,255,255,0.6); }

.primary-nav { display: flex; align-items: center; gap: 2rem; }
.primary-nav > ul {
  display: flex;
  gap: 1.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.primary-nav a:not(.btn) {
  color: var(--text);
  font-weight: 500;
  font-size: 0.95rem;
}
.primary-nav a:not(.btn):hover { color: var(--accent-deep); text-decoration: none; }

.primary-nav .has-children { position: relative; }
.primary-nav .submenu {
  position: absolute;
  top: 100%;
  left: -0.75rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.75rem 0;
  min-width: 240px;
  box-shadow: var(--shadow);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.15s, transform 0.15s, visibility 0.15s;
  margin-top: 0.5rem;
}
.primary-nav .has-children:hover .submenu,
.primary-nav .has-children:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.primary-nav .submenu li { padding: 0; }
.primary-nav .submenu a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.primary-nav .submenu a:hover { background: var(--surface); }

.nav-cta { padding: 0.625rem 1.125rem; font-size: 0.9rem; }

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  transition: all 0.2s;
}

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .primary-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.5rem 1.5rem;
    gap: 0.5rem;
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav > ul {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }
  .primary-nav > ul > li {
    border-bottom: 1px solid var(--border);
  }
  .primary-nav > ul > li > a {
    display: block;
    padding: 0.875rem 0;
  }
  .primary-nav .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    padding: 0 0 0.75rem 1rem;
    margin-top: 0;
    min-width: 0;
  }
  .primary-nav .submenu a { padding: 0.4rem 0; }
  .nav-cta { margin-top: 0.75rem; }
}

/* Hero */
.hero {
  padding: 4.5rem 0 5rem;
  background: linear-gradient(180deg, var(--accent-soft) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--border);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 4rem;
  align-items: center;
}
.hero-copy h1 { margin-bottom: 1rem; }
.hero-cta {
  display: flex;
  gap: 0.75rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.hero-content { margin-top: 1.25rem; }
.hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.stat {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
  text-align: center;
}
.stat-value {
  font-family: var(--font-heading, 'Playfair Display'), Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-deep);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.3;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
}

/* Cards */
.card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.75rem;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.card-link {
  display: block;
  color: var(--text);
  text-decoration: none;
}
.card-link:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  text-decoration: none;
}
.card h3 { margin-bottom: 0.5rem; }
.card p { color: var(--text-muted); margin-bottom: 0.75rem; }

.service-card .service-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--accent-deep);
  background: var(--accent-soft);
  border-radius: 10px;
  margin-bottom: 1rem;
}

.link-arrow {
  color: var(--accent-deep);
  font-weight: 600;
  font-size: 0.9rem;
}

/* Testimonials */
.testimonial {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.testimonial-quote {
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.55;
  flex: 1;
}
.testimonial-name { font-weight: 600; }
.testimonial-role { color: var(--text-muted); font-size: 0.875rem; }

/* CTA banner */
.cta-banner {
  background: transparent;
  padding: 4rem 0;
}
.cta-grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  gap: 1.4rem;
  max-width: 860px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: #1A1A1A;
  border-radius: 24px;
  padding: 3.25rem 2rem;
  box-shadow: 0 20px 50px rgba(176, 141, 62, 0.25);
  position: relative;
  overflow: hidden;
}
.cta-grid > * { position: relative; z-index: 1; }
.cta-grid::before,
.cta-grid::after {
  content: "🍁";
  position: absolute;
  font-size: 14rem;
  line-height: 1;
  opacity: 0.10;
  pointer-events: none;
  z-index: 0;
}
.cta-grid::before { left: -3rem; top: -4rem; transform: rotate(-18deg); }
.cta-grid::after { right: -2.5rem; bottom: -4.5rem; transform: rotate(12deg); }
.cta-banner h2 { margin-bottom: 0.5rem; }
.cta-banner p { color: rgba(26,26,26,0.82); max-width: 560px; margin-inline: auto; }
.cta-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cta-banner .btn-ghost-light {
  border-color: rgba(0,0,0,0.38);
  color: #1A1A1A;
}
.cta-banner .btn-ghost-light:hover {
  background: rgba(255,255,255,0.55);
  border-color: #1A1A1A;
}
.cta-or {
  font-size: 0.95rem;
  color: rgba(26, 26, 26, 0.65);
  font-style: italic;
}
.cta-banner .btn-primary {
  background: var(--text);
  color: var(--bg);
  border-color: var(--text);
}
.cta-banner .btn-primary:hover {
  background: #000;
  color: var(--bg);
}
@media (max-width: 900px) {
  .cta-grid { padding: 2.5rem 1.5rem; }
  .cta-actions { justify-content: center; }
}

/* Footer */
.site-footer {
  background: var(--text);
  color: rgba(255,255,255,0.85);
  padding: 4rem 0 2rem;
  margin-top: 0;
}
.site-footer .brand { color: #fff; margin-bottom: 1rem; }
.rcic-badge {
  display: block;
  background: #fff;
  border-radius: 8px;
  padding: 10px 14px;
  margin: 0 0 0.85rem;
  max-width: 220px;
  height: auto;
}
.site-footer h4 {
  color: #fff;
  margin-bottom: 1rem;
  font-family: var(--font-body, 'Inter'), sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.site-footer ul {
  list-style: none;
  padding: 0;
}
.site-footer ul li { margin-bottom: 0.5rem; }
.site-footer a {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
}
.site-footer a:hover { color: var(--accent); text-decoration: none; }
.site-footer .text-muted { color: rgba(255,255,255,0.5); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.social-row {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
.social-row a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.08);
  border-radius: 9px;
  color: rgba(255,255,255,0.8);
  transition: background 0.18s, color 0.18s, transform 0.18s;
}
.social-row a img { width: 18px; height: 18px; display: block; }
.site-footer .social-row a:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}
.powered-by a {
  color: var(--accent);
  font-weight: 600;
}
.powered-by a:hover { color: var(--accent); text-decoration: underline; }
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* Contact page */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.contact-block { margin-top: 2rem; }
.contact-block h3 {
  font-family: var(--font-body, 'Inter'), sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 0.5rem;
}
.hours-list { list-style: none; padding: 0; }
.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.4rem 0;
  border-bottom: 1px dashed var(--border);
}
.contact-booking {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 2rem;
  position: sticky;
  top: 6rem;
}
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-booking { position: static; }
}

/* Blog list */
.post-list { list-style: none; padding: 0; }
.post-list-item {
  border-bottom: 1px solid var(--border);
  padding: 2rem 0;
}
.post-list-item:first-child { padding-top: 0; }
.post-list-item a {
  color: var(--text);
  text-decoration: none;
  display: block;
}
.post-list-item a:hover h2 { color: var(--accent-deep); }
.post-list-item h2 {
  font-size: 1.625rem;
  margin: 0.5rem 0 0.75rem;
  transition: color 0.15s;
}
.post-meta {
  color: var(--text-muted);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.post-excerpt {
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

/* Calculator */
.calculator {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
}
.calc-form { display: grid; gap: 1.25rem; }
.calc-fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  display: grid;
  gap: 1.1rem;
}
/* Step title is shown by the progress meta, so the legend is redundant */
.calc-stepper .calc-fieldset legend { display: none; }

/* Stepper */
.calc-step:not(.is-active) { display: none; }
.calc-step.is-active { display: grid; }
.stepper-head { margin-bottom: 0.5rem; }
.stepper-progress {
  height: 6px;
  background: var(--accent-soft);
  border-radius: 99px;
  overflow: hidden;
}
.stepper-fill {
  height: 100%;
  width: 0;
  background: var(--accent);
  border-radius: 99px;
  transition: width 0.3s ease;
}
.stepper-meta {
  margin-top: 0.7rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: 0.01em;
}
.stepper-nav {
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}
.stepper-nav [data-next], .stepper-nav [data-submit] { margin-left: auto; }
.stepper-nav .btn:disabled { opacity: 0.4; cursor: not-allowed; }
.calc-form label {
  display: block;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}
.calc-form input,
.calc-form select {
  width: 100%;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  background: var(--bg);
  color: var(--text);
}
.calc-form input:focus,
.calc-form select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.calc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 560px) { .calc-row { grid-template-columns: 1fr; } }
.calc-result {
  margin-top: 1.5rem;
  padding: 1.5rem;
  background: var(--bg);
  border: 1px solid var(--accent);
  border-radius: 10px;
}
.calc-result h3 { margin-bottom: 0.5rem; color: var(--accent-deep); }
.calc-result .big-number {
  font-family: var(--font-heading, 'Playfair Display'), Georgia, serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent-deep);
  line-height: 1;
  margin: 0.5rem 0;
}
.calc-result.ok { border-color: #2D8659; }
.calc-result.ok h3 { color: #2D8659; }
.calc-result.warn { border-color: #C95A3E; }
.calc-result.warn h3 { color: #C95A3E; }
.calc-notice {
  background: #FBEDE8;
  border: 1px solid #E0A491;
  border-radius: 8px;
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #8A3A24;
}

/* Misc */
.inline-cta {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

/* ============ REVEAL ON SCROLL ============ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: 0.08s; }
.reveal.delay-2 { transition-delay: 0.16s; }
.reveal.delay-3 { transition-delay: 0.24s; }
.reveal.delay-4 { transition-delay: 0.32s; }

/* ============ HERO DECORATIONS ============ */
.hero { position: relative; overflow: hidden; }
.hero-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hero-decor .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.5;
}
.blob-1 {
  width: 420px; height: 420px;
  top: -120px; right: -80px;
  background: radial-gradient(circle, var(--accent) 0%, transparent 70%);
  opacity: 0.28;
}
.blob-2 {
  width: 360px; height: 360px;
  bottom: -140px; left: -100px;
  background: radial-gradient(circle, var(--accent-soft) 0%, transparent 70%);
  opacity: 0.6;
}
.dot-grid {
  position: absolute;
  top: 12%; left: 6%;
  width: 180px; height: 180px;
  background-image: radial-gradient(var(--accent) 1.4px, transparent 1.4px);
  background-size: 18px 18px;
  opacity: 0.18;
}
.decor-leaf {
  position: absolute;
  width: 90px; height: 90px;
  bottom: 14%; right: 8%;
  color: var(--accent);
  opacity: 0.16;
}
.decor-plane {
  position: absolute;
  width: 64px; height: 64px;
  top: 18%; left: 44%;
  color: var(--accent-deep);
  opacity: 0.25;
}
.hero .container { position: relative; z-index: 1; }

/* ============ HERO VISUAL ============ */
.hero-visual {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roadmap-wrap {
  position: relative;
  width: 100%;
  max-width: 460px;
  z-index: 2;
  animation: float 7s ease-in-out infinite;
}
.roadmap { width: 100%; height: auto; overflow: visible; filter: drop-shadow(0 12px 30px rgba(176,141,62,0.14)); }
.roadmap .route {
  animation: route-flow 1.1s linear infinite;
}
.roadmap .node-num {
  font-family: var(--font-body, 'Inter'), sans-serif;
  font-weight: 700;
  font-size: 18px;
  fill: var(--accent-deep);
}
.roadmap .node-label {
  font-family: var(--font-body, 'Inter'), sans-serif;
  font-weight: 600;
  font-size: 17px;
  fill: var(--text);
}
.roadmap .node-label-strong { fill: var(--accent-deep); }
.roadmap .node-dot {
  transform-box: fill-box;
  transform-origin: center;
  animation: node-ping 2.6s ease-out infinite;
}
.roadmap .node-2 .node-dot { animation-delay: 0.6s; }
.roadmap .node-3 .node-dot { animation-delay: 1.2s; }
.roadmap .node { opacity: 0; animation: node-in 0.55s ease forwards; }
.roadmap .node-1 { animation-delay: 0.25s; }
.roadmap .node-2 { animation-delay: 0.55s; }
.roadmap .node-3 { animation-delay: 0.85s; }
.roadmap .node-4 { animation-delay: 1.15s; }
.float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(6px);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.7rem 0.9rem;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  animation: float 5s ease-in-out infinite;
}
.float-card strong { display: block; font-size: 0.85rem; color: var(--text); }
.float-card small { display: block; font-size: 0.72rem; color: var(--text-muted); }
.float-card .fc-icon {
  width: 32px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-size: 1rem;
}
.fc-1 { top: -2%; right: -4%; left: auto; }
.fc-2 { bottom: -2%; left: -4%; right: auto; animation-delay: 1.4s; }

@media (max-width: 900px) {
  .hero-visual { min-height: 300px; margin-top: 1.5rem; }
  .roadmap-wrap { max-width: 380px; margin: 0 auto; }
  .fc-1 { right: 0; }
  .fc-2 { left: 0; }
}

/* ============ VALUE PROPS BAND ============ */
.value-band {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 2.5rem 0;
}
.value-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
}
.value-prop { display: flex; gap: 0.85rem; align-items: flex-start; }
.value-icon {
  flex: 0 0 auto;
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 10px;
  background: var(--accent-soft);
  color: var(--accent-deep);
}
.value-icon svg { width: 22px; height: 22px; }
.value-text strong { display: block; font-size: 0.98rem; margin-bottom: 0.15rem; }
.value-text span { display: block; font-size: 0.85rem; color: var(--text-muted); line-height: 1.45; }
@media (max-width: 900px) {
  .value-row { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
}
@media (max-width: 560px) {
  .value-row { grid-template-columns: 1fr; }
}

/* ============ SERVICE ICON (SVG) ============ */
.service-card .service-icon {
  width: 52px; height: 52px;
}
.service-card .service-icon svg {
  width: 26px; height: 26px;
  stroke: var(--accent-deep);
}

/* ============ TESTIMONIAL QUOTE MARK ============ */
.testimonial { position: relative; overflow: hidden; }
.testimonial .quote-mark {
  position: absolute;
  top: -0.6rem; right: 0.75rem;
  font-family: var(--font-heading, 'Playfair Display'), Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  color: var(--accent-soft);
  z-index: 0;
}
.testimonial-quote, .testimonial footer { position: relative; z-index: 1; }

/* ============ WORLD MAP SECTION ============ */
.world-section {
  position: relative;
  padding: 5.5rem 0;
  min-height: 560px;
  display: flex;
  align-items: center;
  background: var(--surface);
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.world-map-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  opacity: 0.4;
  pointer-events: none;
  overflow: hidden;
}
.world-map-inner {
  position: relative;
  width: min(1000px, 94%);
  aspect-ratio: 1011 / 666;
  will-change: transform;
}
.world-map-inner img { width: 100%; height: 100%; display: block; }
.world-inner { position: relative; z-index: 2; }
.world-copy {
  max-width: 520px;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(4px);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: var(--shadow);
}
.world-copy h2 { margin-bottom: 0.75rem; }
.world-copy .lead { margin-bottom: 1.75rem; }

/* Pulsing pins overlaid on the map (positioned within .world-map-inner) */
.map-pin {
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--accent-deep);
  box-shadow: 0 0 0 rgba(176,141,62,0.5);
  animation: map-pulse 2.4s ease-out infinite;
}
.mp-1 { top: 38%; left: 24%; }                          /* N. America */
.mp-2 { top: 34%; left: 49%; animation-delay: 0.5s; }   /* Europe */
.mp-3 { top: 52%; left: 70%; animation-delay: 1s; }     /* S. Asia */
.mp-4 { top: 70%; left: 82%; animation-delay: 1.5s; }   /* Oceania */
.mp-5 { top: 60%; left: 52%; animation-delay: 2s; }     /* Africa */
@media (max-width: 760px) {
  .world-section { min-height: 480px; }
  .world-copy { padding: 1.75rem; background: rgba(255,255,255,0.92); }
  .world-map-bg { opacity: 0.28; }
}

/* ============ SERVICES SECTION BACKGROUND ============ */
.section-services {
  position: relative;
  background:
    radial-gradient(circle at 12% 0%, var(--accent-soft) 0%, transparent 38%),
    linear-gradient(180deg, var(--bg) 0%, var(--surface) 100%);
  overflow: hidden;
}
.services-decor { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.check-pattern {
  position: absolute;
  inset: -10%;
  width: 120%;
  height: 120%;
  color: var(--accent);
  opacity: 0.08;
}
.blob-3 {
  position: absolute;
  width: 380px; height: 380px;
  bottom: -160px; right: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent) 0%, transparent 70%);
  filter: blur(60px);
  opacity: 0.18;
}
.section-services .container { position: relative; z-index: 1; }

/* Centered services grid (last row stays centered) */
.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.services-grid > .service-card {
  flex: 0 1 360px;
  max-width: 380px;
}
@media (max-width: 560px) {
  .services-grid > .service-card { flex-basis: 100%; max-width: 100%; }
}

/* ============ TOP REASONS TO TRUST US ============ */
.trust-section { background: var(--surface); }
.trust-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 2rem 1.75rem;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.trust-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.trust-card h3 { margin-bottom: 0.6rem; font-size: 1.2rem; }
.trust-card p { color: var(--text-muted); margin: 0; font-size: 0.95rem; }

/* ============ PROGRAMS MARQUEE ============ */
.marquee-section {
  background: var(--text);
  padding: 1.1rem 0;
  overflow: hidden;
}
.marquee {
  display: flex;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 45s linear infinite;
}
.marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}
.marquee-item {
  font-family: var(--font-heading, 'Playfair Display'), Georgia, serif;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.01em;
  margin-right: 2rem;
}
.marquee-dot { color: var(--accent); font-size: 1rem; margin-right: 2rem; }
.marquee:hover .marquee-track { animation-play-state: paused; }

/* ============ PROCESS / HOW IT WORKS ============ */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  counter-reset: step;
}
.process-step {
  position: relative;
  padding: 2rem 1.5rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 14px;
}
.process-step::after {
  content: "";
  position: absolute;
  top: 3.1rem; right: -0.85rem;
  width: 1.5rem; height: 2px;
  background: var(--accent);
  opacity: 0.5;
}
.process-step:last-child::after { display: none; }
.process-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-family: var(--font-heading, 'Playfair Display'), Georgia, serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.process-step h3 { font-size: 1.15rem; margin-bottom: 0.5rem; }
.process-step p { color: var(--text-muted); font-size: 0.92rem; }
@media (max-width: 900px) {
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step::after { display: none; }
}
@media (max-width: 560px) {
  .process-grid { grid-template-columns: 1fr; }
}

/* ============ FOUNDER VIDEO ============ */
.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3rem;
  align-items: center;
}
.founder-copy h2 { margin-bottom: 0.75rem; }
.founder-name { margin: 1.5rem 0; line-height: 1.4; }
.founder-video { position: relative; }
.video-facade, .video-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 30%, var(--accent-soft), transparent 60%),
    linear-gradient(135deg, var(--surface-2) 0%, var(--accent-soft) 100%);
  background-size: cover;
  background-position: center;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.video-facade { cursor: pointer; }
.founder-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 16px;
  display: block;
}
.video-play {
  width: 76px; height: 76px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
.video-facade:hover .video-play { transform: scale(1.08); }
.video-play span {
  display: block;
  width: 0; height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent var(--accent-deep);
  margin-left: 4px;
}
.video-soon {
  font-size: 0.85rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
/* Founder photo (cutout on a soft accent disc) */
.founder-photo-wrap {
  display: flex;
  justify-content: center;
}
.founder-photo-disc { display: none; }
.founder-photo {
  width: 100%;
  max-width: 380px;
  height: auto;
  display: block;
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
}
@media (max-width: 900px) {
  .founder-grid { grid-template-columns: 1fr; gap: 2rem; }
  .founder-photo { max-width: 300px; margin: 0 auto; }
}

/* ============ FAQ ACCORDION ============ */
.faq-list { display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg);
  overflow: hidden;
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.35rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.02rem;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-chevron {
  flex: 0 0 auto;
  width: 12px; height: 12px;
  border-right: 2px solid var(--accent-deep);
  border-bottom: 2px solid var(--accent-deep);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-top: -4px;
}
.faq-item[open] .faq-chevron { transform: rotate(-135deg); margin-top: 4px; }
.faq-item[open] summary { color: var(--accent-deep); }
.faq-answer { padding: 0 1.35rem 1.25rem; }
.faq-answer p { color: var(--text-muted); margin: 0; }

/* ============ KEYFRAMES ============ */
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes map-pulse {
  0% { box-shadow: 0 0 0 0 rgba(176,141,62,0.5); }
  70% { box-shadow: 0 0 0 16px rgba(176,141,62,0); }
  100% { box-shadow: 0 0 0 0 rgba(176,141,62,0); }
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes route-flow {
  to { stroke-dashoffset: -32; }
}
@keyframes node-ping {
  0% { transform: scale(1); opacity: 0.7; }
  70%, 100% { transform: scale(1.6); opacity: 0; }
}
@keyframes node-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ============ REDUCED MOTION ============ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
  .float-card, .map-pin, .roadmap-wrap, .marquee-track,
  .roadmap .route, .roadmap .node, .roadmap .node-dot { animation: none !important; }
  .roadmap .node { opacity: 1 !important; }
  .whatsapp-fab { animation: none !important; }
}

/* ============ LANGUAGE SWITCHER ============ */
.lang-switcher { position: relative; }
.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.45rem 0.7rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--text);
  font-family: inherit;
}
.lang-toggle:hover { border-color: var(--accent); }
.lang-globe { width: 16px; height: 16px; flex: 0 0 auto; }
.lang-caret { width: 12px; height: 12px; flex: 0 0 auto; }
.lang-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: var(--shadow);
  padding: 0.4rem;
  min-width: 220px;
  z-index: 60;
  list-style: none;
  margin: 0;
  max-height: 340px;
  overflow-y: auto;
}
.lang-menu li { padding: 0; }
.lang-menu button {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0.55rem 0.6rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.92rem;
  color: var(--text);
  text-align: left;
  font-family: inherit;
}
.lang-menu button:hover { background: var(--surface); }
.lang-flag { font-size: 1.15rem; line-height: 1; }
@media (max-width: 900px) {
  .lang-menu { right: auto; left: 0; }
}

/* Hide Google Translate's default banner/widget (we drive it with our own UI) */
.goog-te-banner-frame,
iframe.skiptranslate,
.goog-te-gadget,
#google_translate_element { display: none !important; visibility: hidden !important; }
html, body { top: 0 !important; position: static !important; }
.goog-tooltip, .goog-tooltip:hover, #goog-gt-tt, .goog-te-balloon-frame { display: none !important; }
.goog-text-highlight { background: none !important; box-shadow: none !important; }

/* ============ WHATSAPP FLOATING BUTTON ============ */
.whatsapp-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 0;
  height: 56px;
  padding: 0 13px;
  border-radius: 28px;
  background: #25D366;
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  text-decoration: none;
  overflow: hidden;
  max-width: 56px;
  transition: max-width 0.35s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.whatsapp-fab img { flex: 0 0 auto; }
.whatsapp-fab-label {
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.95rem;
  padding-left: 0.6rem;
  padding-right: 0.4rem;
}
.whatsapp-fab:hover {
  max-width: 240px;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.5);
}
@media (max-width: 560px) {
  .whatsapp-fab { right: 14px; bottom: 14px; }
}
