/* LoansExpress Financial Consultancy - production static site styles */
:root {
  --navy-950: #061735;
  --navy-900: #08204a;
  --navy-800: #0c2d63;
  --navy-700: #123f82;
  --gold-600: #c9952e;
  --gold-500: #d8a944;
  --gold-100: #fff4d7;
  --ink: #172033;
  --muted: #667085;
  --line: #e6ebf2;
  --soft: #f6f8fb;
  --white: #ffffff;
  --success: #16794c;
  --danger: #b42318;
  --shadow-sm: 0 8px 24px rgba(6, 23, 53, 0.08);
  --shadow-md: 0 18px 48px rgba(6, 23, 53, 0.13);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(216, 169, 68, 0.75);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--navy-900);
  border-radius: var(--radius);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.section {
  padding: 64px 0;
}

.section-tight {
  padding: 42px 0;
}

.section-soft {
  background: var(--soft);
}

.section-navy {
  color: var(--white);
  background: var(--navy-950);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
  color: var(--gold-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--gold-500);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--navy-950);
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.35rem, 9vw, 4.7rem);
}

h2 {
  font-size: clamp(1.85rem, 6vw, 3rem);
}

h3 {
  font-size: 1.25rem;
}

p {
  margin: 0;
}

.lead {
  color: #42526b;
  font-size: 1.08rem;
  max-width: 680px;
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.section-head.center {
  align-items: center;
  text-align: center;
}

.section-head.center .lead {
  margin: 0 auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.82rem 1.15rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: var(--navy-900);
  box-shadow: 0 12px 28px rgba(8, 32, 74, 0.22);
}

.btn-primary:hover {
  background: var(--navy-800);
}

.btn-gold {
  color: var(--navy-950);
  background: var(--gold-500);
  box-shadow: 0 12px 28px rgba(216, 169, 68, 0.25);
}

.btn-gold:hover {
  background: #e3b957;
}

.btn-light {
  color: var(--navy-950);
  background: var(--white);
  border-color: var(--line);
}

.btn-light:hover {
  border-color: var(--gold-500);
  box-shadow: var(--shadow-sm);
}

.btn-block {
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(230, 235, 242, 0.9);
  backdrop-filter: saturate(180%) blur(14px);
}

.topbar {
  display: none;
  color: rgba(255, 255, 255, 0.86);
  background: var(--navy-950);
  font-size: 0.88rem;
}

.topbar-inner,
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.topbar-inner {
  min-height: 38px;
}

.topbar-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.whatsapp-inline {
  margin-left: 0.55rem;
  color: #147a3d;
  font-weight: 800;
}

.whatsapp-inline:hover {
  color: #0f6331;
}

.topbar .whatsapp-inline,
.surface-navy .whatsapp-inline {
  margin-left: 0;
  color: #bff3d5;
}

.topbar .whatsapp-inline:hover,
.surface-navy .whatsapp-inline:hover {
  color: var(--white);
}

.nav-inner {
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  flex-shrink: 0;
  font-weight: 900;
  color: var(--navy-950);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-500), #ffe49b);
  border-radius: var(--radius);
  box-shadow: 0 10px 22px rgba(216, 169, 68, 0.22);
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-name small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--navy-950);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle span {
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before {
  top: -7px;
}

.nav-toggle span::after {
  top: 7px;
}

.nav-toggle.is-open span {
  background: transparent;
}

.nav-toggle.is-open span::before {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open span::after {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-menu {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 72px;
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.nav-menu.is-open {
  display: flex;
}

.nav-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.45rem 0.7rem;
  color: #2b3548;
  border-radius: var(--radius);
  font-weight: 750;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--navy-950);
  background: var(--gold-100);
}

.nav-cta {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 72px);
  display: flex;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 23, 53, 0.94) 0%, rgba(6, 23, 53, 0.84) 44%, rgba(6, 23, 53, 0.22) 100%),
    image-set(url("../images/finance-consultancy-hero.jpg") type("image/jpeg"));
  background-position: center right;
  background-size: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--white));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 72px 0 96px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
  max-width: 720px;
}

.hero h1,
.hero h2 {
  color: var(--white);
}

.hero .lead {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.12rem;
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.58rem 0.8rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
}

.hero-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  max-width: 760px;
}

.hero-stat {
  flex: 1 1 150px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.hero-stat strong {
  display: block;
  color: var(--navy-950);
  font-size: 1.45rem;
  line-height: 1.1;
}

.hero-stat span {
  color: var(--muted);
  font-size: 0.9rem;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.card {
  display: flex;
  flex: 1 1 250px;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.25rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 169, 68, 0.65);
  box-shadow: var(--shadow-md);
}

.card p,
.feature-list li,
.muted {
  color: var(--muted);
}

.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--navy-950);
  background: var(--gold-100);
  border-radius: var(--radius);
  font-size: 1.35rem;
}

.product-card {
  position: relative;
  overflow: hidden;
}

.product-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 84px;
  height: 84px;
  background: linear-gradient(135deg, rgba(216, 169, 68, 0.18), rgba(216, 169, 68, 0));
  border-bottom-left-radius: 100%;
}

.rate-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: auto;
}

.rate-chip {
  display: inline-flex;
  padding: 0.35rem 0.55rem;
  color: var(--navy-900);
  background: var(--soft);
  border-radius: var(--radius);
  font-size: 0.86rem;
  font-weight: 800;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.split > * {
  flex: 1 1 0;
}

.surface {
  padding: 1.35rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.surface-navy {
  color: var(--white);
  background: var(--navy-950);
  border-color: rgba(255, 255, 255, 0.12);
}

.surface-navy h2,
.surface-navy h3 {
  color: var(--white);
}

.surface-navy p,
.surface-navy li {
  color: rgba(255, 255, 255, 0.78);
}

.process-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  counter-reset: process;
}

.process-item {
  display: flex;
  gap: 1rem;
  padding: 1.1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  counter-increment: process;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.process-item::before {
  content: counter(process, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  height: 44px;
  color: var(--navy-950);
  background: var(--gold-500);
  border-radius: var(--radius);
  font-weight: 900;
}

.testimonial {
  justify-content: space-between;
}

.stars {
  color: var(--gold-600);
  letter-spacing: 0;
}

.quote-author {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding-top: 0.4rem;
}

.quote-author strong {
  color: var(--navy-950);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  color: var(--navy-950);
  background: transparent;
  border: 0;
  border-radius: var(--radius);
  text-align: left;
  font-weight: 850;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  height: 28px;
  color: var(--navy-950);
  background: var(--gold-100);
  border-radius: var(--radius);
  font-size: 1.1rem;
}

.faq-question[aria-expanded="true"]::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 0 1rem 1rem;
  color: var(--muted);
}

.faq-answer.is-open {
  display: block;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.field {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 0.35rem;
}

.field label {
  color: var(--navy-950);
  font-size: 0.92rem;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.78rem 0.85rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #cfd7e3;
  border-radius: var(--radius);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field textarea {
  min-height: 118px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 0;
  border-color: var(--navy-700);
  box-shadow: 0 0 0 4px rgba(18, 63, 130, 0.12);
}

.field-error {
  min-height: 1.1rem;
  color: var(--danger);
  font-size: 0.82rem;
}

.form-status {
  display: none;
  padding: 0.85rem;
  border-radius: var(--radius);
  font-weight: 750;
}

.form-status.is-visible {
  display: block;
}

.form-status.success {
  color: var(--success);
  background: #eaf7f0;
}

.form-status.error {
  color: var(--danger);
  background: #fff0ed;
}

.loading {
  display: none;
  align-items: center;
  gap: 0.6rem;
  color: var(--muted);
  font-weight: 750;
}

.loading.is-visible {
  display: flex;
}

.spinner {
  width: 18px;
  height: 18px;
  border: 3px solid #d7deea;
  border-top-color: var(--gold-500);
  border-radius: 999px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.calculator {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.calc-results {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.calc-result {
  flex: 1 1 180px;
  padding: 1rem;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.calc-result span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
}

.calc-result strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--navy-950);
  font-size: 1.45rem;
  line-height: 1.15;
}

.page-hero {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(6, 23, 53, 0.96), rgba(12, 45, 99, 0.92)),
    radial-gradient(circle at 90% 10%, rgba(216, 169, 68, 0.28), transparent 32%);
}

.page-hero-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 56px 0;
}

.page-hero h1,
.page-hero .lead {
  color: var(--white);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.breadcrumb a {
  text-decoration: underline;
  text-decoration-color: rgba(216, 169, 68, 0.5);
  text-underline-offset: 4px;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 1.7rem;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-600);
  font-weight: 900;
}

.content-flow {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.content-flow h2,
.content-flow h3 {
  margin-top: 1rem;
}

.content-flow ul {
  margin: 0;
}

.mt-compact {
  margin-top: 1.25rem;
}

.metric-band {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.metric {
  flex: 1 1 160px;
  padding: 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.metric strong {
  display: block;
  color: var(--navy-950);
  font-size: 1.65rem;
}

.cta-band {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.5rem;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(6, 23, 53, 0.98), rgba(12, 45, 99, 0.96));
  border-radius: var(--radius);
}

.cta-band h2,
.cta-band p {
  color: var(--white);
}

.footer {
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy-950);
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 54px 0 34px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 380px;
}

.footer .brand,
.footer h3 {
  color: var(--white);
}

.footer .brand-name small {
  color: rgba(255, 255, 255, 0.7);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.social-link:hover {
  transform: translateY(-2px);
  color: var(--navy-950);
  background: var(--gold-500);
  border-color: var(--gold-500);
}

.social-link svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.contact-social-slot {
  margin-top: 0.35rem;
}

.topbar .social-links {
  gap: 0.35rem;
}

.topbar .social-link {
  width: 30px;
  height: 30px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.topbar .social-link:hover {
  color: var(--navy-950);
  background: var(--gold-500);
  border-color: var(--gold-500);
}

.topbar .social-link svg {
  width: 16px;
  height: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-col {
  display: flex;
  flex: 1 1 170px;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-col a:hover {
  color: var(--gold-500);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 0 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

.body-modal-open {
  overflow: hidden;
}

.enquiry-float {
  position: fixed;
  right: 18px;
  bottom: 86px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 54px;
  padding: 0.82rem 1rem;
  color: var(--navy-950);
  background: var(--gold-500);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(154, 107, 22, 0.28);
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.enquiry-float:hover {
  transform: translateY(-3px);
  background: #e3b957;
  box-shadow: 0 20px 44px rgba(154, 107, 22, 0.35);
}

.enquiry-float svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.enquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(6, 23, 53, 0.68);
  backdrop-filter: blur(8px);
}

.enquiry-modal.is-open {
  display: flex;
}

.enquiry-dialog {
  display: flex;
  flex-direction: column;
  width: min(100%, 520px);
  max-height: calc(100svh - 36px);
  overflow: auto;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(6, 23, 53, 0.28);
}

.enquiry-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.1rem 0;
}

.enquiry-modal-head p {
  color: var(--muted);
}

.modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  height: 42px;
  color: var(--navy-950);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.modal-close:hover {
  background: var(--gold-100);
}

.modal-form {
  padding: 1.1rem;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 54px;
  padding: 0.82rem 1rem;
  color: var(--white);
  background: #1fa855;
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(11, 92, 45, 0.28);
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  background: #168a45;
  box-shadow: 0 20px 44px rgba(11, 92, 45, 0.35);
}

.whatsapp-float svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.whatsapp-label {
  display: none;
}

.enquiry-label {
  display: none;
}

.enquiry-float,
.whatsapp-float {
  right: 16px;
  justify-content: center;
  width: 58px;
  height: 58px;
  min-height: 58px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  isolation: isolate;
  backdrop-filter: blur(12px);
}

.enquiry-float {
  bottom: 88px;
  background: linear-gradient(135deg, #f1cf76 0%, var(--gold-500) 52%, #b97818 100%);
  box-shadow: 0 18px 38px rgba(154, 107, 22, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.whatsapp-float {
  bottom: 18px;
  background: linear-gradient(135deg, #2fd56e 0%, #1fa855 54%, #0d7136 100%);
  box-shadow: 0 18px 38px rgba(11, 92, 45, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.enquiry-float::before,
.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 38%);
  opacity: 0.9;
}

.enquiry-float::after,
.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: -4px;
  z-index: -2;
  border-radius: 22px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.enquiry-float::after {
  box-shadow: 0 0 0 7px rgba(216, 169, 68, 0.18);
}

.whatsapp-float::after {
  box-shadow: 0 0 0 7px rgba(31, 168, 85, 0.18);
}

.enquiry-float:hover,
.enquiry-float:focus-visible,
.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-4px);
}

.enquiry-float:hover,
.enquiry-float:focus-visible {
  background: linear-gradient(135deg, #ffe39b 0%, #ddb14d 52%, #c9952e 100%);
  box-shadow: 0 22px 48px rgba(154, 107, 22, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: linear-gradient(135deg, #42df7d 0%, #1fa855 54%, #168a45 100%);
  box-shadow: 0 22px 48px rgba(11, 92, 45, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.enquiry-float:hover::after,
.enquiry-float:focus-visible::after,
.whatsapp-float:hover::after,
.whatsapp-float:focus-visible::after {
  opacity: 1;
}

.enquiry-float svg,
.whatsapp-float svg {
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  padding: 3px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
}


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

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 700px) {
  .topbar {
    display: block;
  }

  .hero {
    min-height: calc(100svh - 110px);
  }

  .form-row {
    flex-direction: row;
  }

  .split {
    flex-direction: row;
    align-items: center;
  }

  .split.align-start {
    align-items: flex-start;
  }

  .process-list {
    flex-flow: row wrap;
  }

  .process-item {
    flex: 1 1 250px;
  }

  .footer-top {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }

  .enquiry-float,
  .whatsapp-float {
    width: 158px;
    justify-content: flex-start;
    gap: 0.65rem;
    padding: 0 1rem;
    border-radius: 16px;
  }

  .enquiry-float {
    bottom: 90px;
  }

  .whatsapp-float {
    bottom: 22px;
  }

  .enquiry-label,
  .whatsapp-label {
    display: inline;
  }
}

@media (min-width: 1040px) {
  .section {
    padding: 88px 0;
  }

  .nav-toggle {
    display: none;
  }

  .nav-menu {
    position: static;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 0.1rem;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .nav-menu a {
    min-height: 38px;
    padding: 0.45rem 0.55rem;
    font-size: 0.9rem;
  }

  .nav-cta {
    display: inline-flex;
  }

  .hero-inner {
    padding: 108px 0 132px;
  }

  .hero-copy {
    max-width: 690px;
  }

  .page-hero-inner {
    max-width: 830px;
    padding: 72px 0;
  }
}
