*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
.hidden { display: none !important; }
html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }
body { overflow-x: hidden; }
body { font-family: 'Montserrat', sans-serif; background: #f9fafb; color: #111827; line-height: 1.5; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; font-size: inherit; }
img, svg { display: block; }
svg[aria-hidden="true"]:first-of-type { display: none !important; position: absolute; width: 0; height: 0; overflow: hidden; }

:root {
  --brand: #0077be;
  --brand-h: #005a8c;
  --teal: #00a896;
  --grad: linear-gradient(135deg, #0077be 0%, #00a896 100%);
}

.container { max-width: 1280px; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 640px)  { .container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .container { padding: 0 2rem; } }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 64px;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(229,231,235,0.8); box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.nav .container { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav-logo { display: flex; align-items: center; gap: 0.75rem; }
.nav-logo-icon { background: var(--brand); padding: 6px; border-radius: 8px; display: flex; color: white; }
.nav-logo-icon svg { width: 20px; height: 20px; }
.nav-logo-text { font-size: 1.125rem; font-weight: 600; color: var(--brand); }
.nav-links { display: flex; align-items: center; gap: 0.25rem; }
.nav-link { display: none; font-size: 0.875rem; font-weight: 500; color: #4b5563; padding: 0.25rem 0.625rem; transition: color 0.15s; }
.nav-link:hover { color: var(--brand); }
@media (min-width: 1024px) { .nav-link { display: block; } }
.btn-signin { font-size: 0.875rem; font-weight: 500; color: var(--brand); padding: 0.5rem 0.75rem; border-radius: 6px; transition: color 0.15s; }
.btn-signin:hover { color: var(--brand-h); }
.btn-demo { font-size: 0.875rem; font-weight: 600; background: var(--brand); color: white; padding: 0.5rem 1rem; border-radius: 8px; transition: background 0.15s; white-space: nowrap; }
.btn-demo:hover { background: var(--brand-h); }
.btn-demo-request { display: none; }
@media (min-width: 640px) { .btn-demo-request { display: inline; } }

/* HERO */
.hero { background: var(--grad); position: relative; overflow: hidden; padding-top: 64px; }
.hero-circle { position: absolute; border-radius: 50%; background: rgba(255,255,255,0.05); pointer-events: none; }
.hero-inner { position: relative; text-align: center; padding: 5rem 0 4rem; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25); border-radius: 100px; padding: 0.375rem 1rem;
  color: white; font-size: 0.75rem; font-weight: 600; margin-bottom: 2rem; backdrop-filter: blur(8px); }
.hero-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero h1 { font-size: 2rem; font-weight: 700; color: white; line-height: 1.2; margin-bottom: 1.5rem; max-width: 56rem; margin-left: auto; margin-right: auto; }
.hero h1 em { color: rgba(255,255,255,0.8); font-style: italic; }
@media (min-width: 640px)  { .hero h1 { font-size: 2.5rem; } }
@media (min-width: 1024px) { .hero h1 { font-size: 3.25rem; } }
.hero-sub { color: rgba(255,255,255,0.82); font-size: 1.125rem; max-width: 42rem; margin: 0 auto 2.5rem; line-height: 1.7; }
@media (min-width: 640px) { .hero-sub { font-size: 1.25rem; } }
.hero-btns { display: flex; flex-direction: column; align-items: center; gap: 1rem; margin-bottom: 3.5rem; }
@media (min-width: 640px) { .hero-btns { flex-direction: row; justify-content: center; } }
.btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; background: white; color: var(--brand);
  font-weight: 600; font-size: 1rem; padding: 0.875rem 2rem; border-radius: 0.75rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15); transition: all 0.15s; }
.btn-primary:hover { background: rgba(255,255,255,0.92); box-shadow: 0 15px 35px rgba(0,0,0,0.2); transform: translateY(-1px); }
.btn-primary svg, .btn-secondary svg { width: 16px; height: 16px; flex-shrink: 0; }
.btn-secondary { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3); color: white; font-weight: 500; font-size: 1rem;
  padding: 0.875rem 2rem; border-radius: 0.75rem; transition: background 0.15s; }
.btn-secondary:hover { background: rgba(255,255,255,0.25); }
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
.chip { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25); color: white; font-size: 0.875rem; font-weight: 500;
  padding: 0.5rem 1rem; border-radius: 100px; white-space: nowrap; }
.chip svg { width: 16px; height: 16px; flex-shrink: 0; }
@media (max-width: 639px) {
  .chips { flex-wrap: nowrap; overflow: hidden; gap: 0; margin: 0 -1rem; mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%); }
  .chips-track { display: flex; gap: 0.75rem; padding-right: 0.75rem; animation: chips-scroll 18s linear infinite; }
  @keyframes chips-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
}
@media (min-width: 640px) { .chips-track { display: contents; } .chips-track[aria-hidden="true"] { display: none; } }

/* STATS */
.stats { background: var(--grad); }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 4rem 0; }
@media (min-width: 640px) { .stats-grid { grid-template-columns: repeat(4, 1fr); } }
.stat { text-align: center; }
.stat-value { font-size: 1.5rem; font-weight: 700; color: white; margin-bottom: 0.25rem; }
@media (min-width: 640px) { .stat-value { font-size: 2.5rem; } }
.stat-label { color: rgba(255,255,255,0.82); font-weight: 500; font-size: 0.875rem; }
.stat-sub   { color: rgba(255,255,255,0.5); font-size: 0.75rem; margin-top: 0.125rem; }

/* SECTION SHARED */
.section-eyebrow { font-size: 0.75rem; font-weight: 600; color: var(--teal); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.75rem; }
.section-title { font-size: 1.875rem; font-weight: 700; color: #111827; margin-bottom: 1rem; line-height: 1.25; }
@media (min-width: 640px) { .section-title { font-size: 2.25rem; } }
.section-sub { color: #6b7280; font-size: 1.125rem; line-height: 1.7; }
.section-sub--narrow { max-width: 42rem; margin: 0 auto; }
.section-sub--narrower { max-width: 36rem; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 4rem; }

/* FEATURES */
.features-section { background: #f9fafb; padding: 6rem 0; }
.features-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .features-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .features-grid { grid-template-columns: repeat(3, 1fr); } }
.feature-card { background: white; border-radius: 1rem; padding: 1.5rem; border: 1px solid #f3f4f6;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04); transition: all 0.2s; }
.feature-card:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.08); transform: translateY(-2px); }
.feature-icon { width: 44px; height: 44px; border-radius: 0.75rem; display: flex; align-items: center;
  justify-content: center; margin-bottom: 1rem; flex-shrink: 0; }
.feature-icon svg { width: 20px; height: 20px; }
.feature-card h3 { font-size: 0.9375rem; font-weight: 600; color: #111827; margin-bottom: 0.5rem; }
.feature-card p { font-size: 0.875rem; color: #6b7280; line-height: 1.6; }

/* PROCEDURES SPOTLIGHT */
.spotlight { background: white; padding: 6rem 0; }
.spotlight-grid { display: grid; gap: 4rem; align-items: center; }
@media (min-width: 1024px) { .spotlight-grid { grid-template-columns: 1fr 1fr; } }
.badge-pill { display: inline-block; background: #fff1f2; color: #e11d48; font-size: 0.75rem; font-weight: 600;
  padding: 0.375rem 0.75rem; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 1rem; }
.spotlight h2 { font-size: 1.875rem; font-weight: 700; color: #111827; line-height: 1.3; margin-bottom: 1.5rem; }
@media (min-width: 640px) { .spotlight h2 { font-size: 2.25rem; } }
.spotlight-sub { color: #6b7280; font-size: 1.125rem; line-height: 1.7; margin-bottom: 2rem; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 2rem; }
.check-item { display: flex; align-items: flex-start; gap: 0.75rem; }
.check-item svg { width: 20px; height: 20px; color: var(--teal); flex-shrink: 0; margin-top: 2px; }
.check-item span { color: #4b5563; font-size: 0.875rem; line-height: 1.6; }
.mock-calendar { background: linear-gradient(to bottom right, #f9fafb, #f3f4f6); border-radius: 1rem;
  padding: 1.5rem; border: 1px solid #e5e7eb; box-shadow: 0 10px 40px rgba(0,0,0,0.1); position: relative; }
.mock-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.mock-header-title { font-weight: 600; color: #111827; font-size: 0.875rem; }
.mock-header-sub { font-size: 0.75rem; color: #9ca3af; }
.mock-proc { display: flex; align-items: center; gap: 0.75rem; background: white; border-radius: 0.75rem;
  padding: 0.875rem; margin-bottom: 0.75rem; border: 1px solid #f3f4f6; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.mock-time { text-align: center; flex-shrink: 0; width: 48px; }
.mock-time-val { font-size: 0.75rem; font-weight: 600; color: #111827; }
.mock-time-dur { font-size: 0.75rem; color: #9ca3af; }
.mock-info { flex: 1; min-width: 0; }
.mock-name { font-size: 0.875rem; font-weight: 500; color: #111827; overflow: hidden; text-overflow: ellipsis; }
@media (min-width: 480px) { .mock-name { white-space: nowrap; } }
.mock-loc { font-size: 0.75rem; color: #9ca3af; margin-top: 2px; }
.mock-badge { flex-shrink: 0; font-size: 0.75rem; font-weight: 500; padding: 0.25rem 0.625rem; border-radius: 100px; border: 1px solid; }
@media (max-width: 480px) {
  .mock-badge { width: 12px; height: 12px; padding: 0; border-radius: 50%; font-size: 0; }
}
.badge-ok    { background: #dcfce7; color: #166534; border-color: #bbf7d0; }
.badge-warn  { background: #fef9c3; color: #854d0e; border-color: #fef08a; }
.badge-short { background: #fee2e2; color: #991b1b; border-color: #fecaca; }
.mock-alert { display: flex; align-items: flex-start; gap: 0.625rem; background: #fffbeb;
  border: 1px solid #fde68a; border-radius: 0.75rem; padding: 0.75rem; margin-top: 0.5rem; }
.mock-alert svg { width: 16px; height: 16px; color: #f59e0b; flex-shrink: 0; margin-top: 2px; }
.mock-alert-title { font-size: 0.75rem; font-weight: 600; color: #78350f; }
.mock-alert-body  { font-size: 0.75rem; color: #92400e; margin-top: 2px; }
.floating-badge { position: absolute; top: -1rem; right: -1rem; background: var(--brand); color: white;
  font-size: 0.75rem; font-weight: 600; padding: 0.5rem 1rem; border-radius: 100px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15); }
@media (max-width: 1023px) { .floating-badge { display: none; } }

/* FOR WHO */
.forwho { background: #f9fafb; padding: 6rem 0; }
.forwho-grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 640px)  { .forwho-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .forwho-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1280px) { .forwho-grid { grid-template-columns: repeat(5, 1fr); } }
.who-card { background: white; border-radius: 1rem; padding: 1.5rem; border: 1px solid #f3f4f6; text-align: center; transition: box-shadow 0.2s; }
.who-card:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.08); }
.who-icon { width: 48px; height: 48px; border-radius: 0.75rem; background: rgba(0,119,190,0.1); color: var(--brand);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.who-icon svg { width: 24px; height: 24px; }
.who-card h3 { font-weight: 600; color: #111827; margin-bottom: 0.5rem; font-size: 0.9375rem; }
.who-card p  { font-size: 0.875rem; color: #6b7280; line-height: 1.6; }

/* WHY */
.why { background: white; padding: 6rem 0; }
.why-grid { display: grid; gap: 4rem; align-items: center; }
@media (min-width: 1024px) { .why-grid { grid-template-columns: 1fr 1fr; } }
.why-tiles { display: grid; grid-template-columns: 1fr; gap: 1rem; order: 2; }
@media (min-width: 480px) { .why-tiles { grid-template-columns: 1fr 1fr; } }
.why-content { order: 1; }
.why-tile { display: flex; align-items: flex-start; gap: 0.75rem; background: #f9fafb; border-radius: 0.75rem; padding: 1rem; border: 1px solid #f3f4f6; }
.why-tile-icon { width: 32px; height: 32px; border-radius: 0.5rem; background: rgba(0,119,190,0.1); color: var(--brand);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-tile-icon svg { width: 16px; height: 16px; }
.why-tile-label { font-size: 0.875rem; font-weight: 600; color: #111827; line-height: 1.3; }
.why-tile-sub   { font-size: 0.75rem; color: #9ca3af; margin-top: 2px; }
.why-content h2 { font-size: 1.875rem; font-weight: 700; color: #111827; line-height: 1.3; margin-bottom: 1.5rem; }
@media (min-width: 640px) { .why-content h2 { font-size: 2.25rem; } }
.why-content p  { color: #6b7280; font-size: 1.125rem; line-height: 1.7; margin-bottom: 1.5rem; }

/* CTA */
.cta { background: var(--grad); padding: 6rem 0; position: relative; overflow: hidden; }
.cta-inner { max-width: 48rem; margin: 0 auto; text-align: center; position: relative; }
.cta h2 { font-size: 1.875rem; font-weight: 700; color: white; line-height: 1.3; margin-bottom: 1.5rem; }
@media (min-width: 640px) { .cta h2 { font-size: 2.25rem; } }
.cta-sub { color: rgba(255,255,255,0.82); font-size: 1.125rem; margin-bottom: 2.5rem; line-height: 1.7; }
.cta-card { background: rgba(255,255,255,0.12); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.2); border-radius: 1rem; padding: 2rem; max-width: 32rem; margin: 0 auto; }
.cta-card-title { color: white; font-weight: 600; font-size: 1.125rem; margin-bottom: 1.25rem; }
.cta-check-list { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; text-align: left; margin-bottom: 1.5rem; }
.cta-check { display: flex; align-items: flex-start; gap: 0.625rem; }
.cta-check svg  { width: 16px; height: 16px; color: rgba(255,255,255,0.8); flex-shrink: 0; margin-top: 2px; }
.cta-check span { color: rgba(255,255,255,0.9); font-size: 0.875rem; }
.cta-email { display: flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%;
  background: white; color: var(--brand); font-weight: 600; font-size: 1rem; padding: 0.875rem;
  border-radius: 0.75rem; transition: background 0.15s; }
.cta-email svg { width: 16px; height: 16px; }
.cta-email:hover { background: rgba(255,255,255,0.92); }
.cta-phone { color: rgba(255,255,255,0.5); font-size: 0.75rem; margin-top: 1rem; }
.enq-grid { display: grid; gap: 0.75rem; margin-bottom: 0.75rem; }
@media (min-width: 480px) { .enq-grid { grid-template-columns: 1fr 1fr; } }
.enq-field { display: flex; flex-direction: column; gap: 0.375rem; text-align: left; }
.enq-field label { font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.85); }
.enq-field input, .enq-field textarea { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.25); border-radius: 0.5rem; padding: 0.625rem 0.75rem; font-size: 0.875rem; color: white; font-family: inherit; width: 100%; transition: border-color 0.15s, background 0.15s; }
.enq-field input::placeholder, .enq-field textarea::placeholder { color: rgba(255,255,255,0.45); }
.enq-field input:focus, .enq-field textarea:focus { outline: none; border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.2); }
.enq-field-full { grid-column: 1 / -1; }
.enq-submit { width: 100%; background: white; color: var(--brand); font-weight: 600; font-size: 1rem; padding: 0.875rem; border-radius: 0.75rem; border: none; font-family: inherit; cursor: pointer; transition: background 0.15s; margin-top: 0.75rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem; }
.enq-submit svg { pointer-events: none; }
.enq-submit:hover:not(:disabled) { background: rgba(255,255,255,0.92); }
.enq-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.enq-contact-extra { display: none; }
.enq-thanks { text-align: center; padding: 2rem 0; }
.enq-thanks-icon { width: 56px; height: 56px; background: rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.enq-thanks-icon svg { width: 28px; height: 28px; color: white; }
.enq-thanks h3 { color: white; font-size: 1.25rem; font-weight: 700; margin-bottom: 0.5rem; }
.enq-thanks p { color: rgba(255,255,255,0.8); font-size: 0.9375rem; line-height: 1.6; }
.enq-error { background: rgba(220,38,38,0.25); border: 1px solid rgba(220,38,38,0.4); border-radius: 0.5rem; padding: 0.625rem 0.75rem; font-size: 0.8125rem; color: white; margin-top: 0.5rem; display: none; }

/* FOOTER */
.footer { background: #111827; padding: 3rem 0; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
@media (min-width: 768px) { .footer-inner { flex-direction: row; justify-content: space-between; align-items: center; } }
.footer-logo { display: flex; align-items: center; gap: 0.75rem; }
.footer-logo-icon { background: var(--brand); padding: 6px; border-radius: 8px; display: flex; color: white; }
.footer-logo-icon svg { width: 20px; height: 20px; }
.footer-logo-text { color: white; font-weight: 600; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 1.5rem; }
.footer-link { font-size: 0.875rem; color: #9ca3af; transition: color 0.15s; white-space: nowrap; }
.footer-link:hover { color: white; }
.footer-copy { font-size: 0.875rem; color: #6b7280; text-align: center; white-space: nowrap; }
@media (min-width: 768px) { .footer-copy { text-align: right; } }

/* Decorative bg circles */
.deco { position: absolute; border-radius: 50%; background: rgba(255,255,255,0.05); pointer-events: none; }
.deco--1 { width: 288px; height: 288px; top: -96px; right: -96px; }
.deco--2 { width: 224px; height: 224px; bottom: -64px; left: -64px; }
.mock-wrap { position: relative; }

/* POLICY PAGE */
.policy-hero { background: var(--grad); padding: 7rem 0 3.5rem; }
.policy-hero h1 { font-size: 2rem; font-weight: 700; color: white; margin-bottom: 0.75rem; }
@media (min-width: 640px) { .policy-hero h1 { font-size: 2.5rem; } }
.policy-hero p { color: rgba(255,255,255,0.85); font-size: 1.0625rem; line-height: 1.7; max-width: 44rem; }
.policy-hero p a { color: rgba(255,255,255,0.9); text-decoration: underline; }
.policy-hero p a:hover { color: white; }
.policy-toc { background: white; border-radius: 1rem; border: 1px solid #e5e7eb; padding: 1.5rem 2rem; margin: 2.5rem 0; }
.policy-toc ol { padding-left: 1.25rem; display: flex; flex-direction: column; gap: 0.5rem; }
.policy-toc li { font-size: 0.9375rem; color: #374151; }
.policy-toc a { color: var(--brand); font-weight: 500; }
.policy-toc a:hover { text-decoration: underline; }
.policy-body { padding: 2.5rem 0 5rem; }
.policy-body .container { max-width: 860px; }
.policy-section { margin-bottom: 3rem; padding-bottom: 3rem; border-bottom: 1px solid #f3f4f6; }
.policy-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.policy-section h2 { font-size: 1.25rem; font-weight: 700; color: #111827; margin-bottom: 1rem; scroll-margin-top: 80px; }
.policy-section p { color: #4b5563; font-size: 0.9375rem; line-height: 1.75; margin-bottom: 0.75rem; }
.policy-section p:last-child { margin-bottom: 0; }
.policy-section ul, .policy-section ol { padding-left: 1.5rem; display: flex; flex-direction: column; gap: 0.375rem; margin-bottom: 0.75rem; }
.policy-section li { color: #4b5563; font-size: 0.9375rem; line-height: 1.75; }
.policy-back { display: inline-flex; align-items: center; gap: 0.375rem; font-size: 0.8125rem; color: var(--brand); font-weight: 500; margin-top: 1.25rem; }
.policy-back:hover { text-decoration: underline; }
.policy-address { font-style: normal; line-height: 1.75; color: #4b5563; font-size: 0.9375rem; }
.policy-contact-grid { display: grid; gap: 1.5rem; margin-top: 1rem; }
@media (min-width: 640px) { .policy-contact-grid { grid-template-columns: 1fr 1fr; } }
.policy-response-note { margin-top: 1.5rem; }
