/* Base */
:root {
  --bg: #05c3dd; /* business blue */
  --panel: #05c3dd;
  --card: rgba(255, 255, 255, 0.08);
  --stroke: rgba(255, 255, 255, 0.2);
  --text: #0a0f1a;
  --muted: rgba(10, 15, 26, 0.75);
  --accent: #05c3dd; /* business blue for primary buttons */
  --accent-2: #e5eaf5;
  --danger: #ff5757;
  --radius: 12px;
  --shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
}

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

p {
  margin: 0;
}

h1, h2, h3 {
  margin: 0 0 10px;
}

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

section {
  padding: 64px 28px;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 18px;
  padding: 0 5% 0 5%;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-logo {
  height: 48px;
  width: auto;
}

.site-footer {
  background: #000000;
  color: #ffffff;
  padding: 12px 5%;
  font-size: 0.9rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.footer-links {
  display: flex;
  gap: 12px;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 2px;
}

.footer-link:hover {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

.footer-inner {
  position: relative;
}

.footer-menu-toggle {
  display: none;
  width: 34px;
  height: 28px;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  padding: 6px 7px;
  cursor: pointer;
}

.footer-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
}

.footer-menu {
  position: absolute;
  right: 0;
  bottom: 36px;
  background: #0f1622;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.footer-menu {
  display: none;
}

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

.privacy-main {
  padding: 32px 5% 48px;
  background: #ffffff;
  color: #0a0f1a;
}

.privacy-content {
  max-width: 1200px;
  line-height: 1.7;
  margin-top: 0;
}

.privacy-content h1 {
  margin: 0 0 6px;
}

.privacy-content .muted {
  margin: 0 0 10px;
  color: #556072;
}

.privacy-content h2 {
  margin: 24px 0 8px;
}

.privacy-content p {
  margin: 0 0 12px;
}

.trust-strip {
  background: #046f87;
  color: #ffffff;
  padding: 24px 5% 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.25);
}

.trust-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trust-heading {
  text-align: center;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.trust-copy h2 {
  margin: 0 0 4px;
  font-size: 1.4rem;
}

.trust-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
}

.trust-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 14px;
  align-items: center;
  justify-items: center;
}

.trust-logos img {
  max-height: 56px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.85;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.trust-logos img:hover {
  filter: none;
  opacity: 1;
}

.trust-logos-wrap {
  position: relative;
  overflow: hidden;
}

.trust-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}

.trust-nav--prev {
  left: 6px;
}

.trust-nav--next {
  right: 6px;
}

.info-strip {
  background: #ffffff;
  color: #0a0f1a;
  padding: 28px 5% 36px;
}

.info-inner {
  max-width: none;
  margin: 0;
  text-align: left;
}

.info-strip h2 {
  margin: 0 0 4px;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(90deg, #0a2235, #064c70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.info-strip p {
  margin: 0 0 4px;
  color: #0a0f1a;
  line-height: 1.6;
  text-align: center;
}

.docs-strip {
  background: #1f2f63;
  color: #ffffff;
  padding: 20px 5% 36px;
}

.docs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 12px;
}

.doc-card {
  position: relative;
  padding: 20px 16px 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.doc-number {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 11rem;
  font-weight: 800;
  color: rgba(5, 195, 221, 0.16);
  line-height: 1;
  transform: translate(-50%, -50%);
}

.doc-card h3 {
  margin: 0 0 6px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #0a0f1a;
}

.doc-card p {
  margin: 0;
  line-height: 1.55;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #202838;
}

.section-separator {
  display: flex;
  justify-content: center;
  padding: 12px 0 10px;
}

.down-indicator {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid rgba(10, 15, 26, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a0f1a;
  font-weight: 800;
  font-size: 1.1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  background: #ffffff;
}

.objectives {
  background: #ffffff;
  color: #0a0f1a;
  padding: 48px 5%;
}

.objectives-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 42px;
  align-items: start;
}

.objectives-left h2 {
  margin: 0 0 8px;
}

.objectives-left .muted {
  margin: 0 0 14px;
  color: #556072;
}

.objectives-graphic {
  max-width: 160px;
  height: auto;
  margin: 0 auto 12px;
}

.objective-field {
  max-width: 420px;
}

.objectives-right {
  position: relative;
}

.objective-card {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 8px 0;
  box-shadow: none;
}

.objective-card h3 {
  margin: 0 0 6px;
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(90deg, #ff6f61, #ff66c4, #7f5af0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

.objective-card h4 {
  margin: 14px 0 0px;
  display: inline-block;
  padding: 2px 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0a0f1a;
  position: relative;
  z-index: 1;
}

.objective-card h4::before {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: 50%;
  height: 14px;
  transform: translateY(-50%);
  z-index: -1;
  display: block;
  background: linear-gradient(90deg, rgba(255, 127, 80, 0.5), rgba(255, 160, 122, 0.5), rgba(255, 99, 71, 0.5));
  filter: blur(1px);
  pointer-events: none;
}

.objective-card p {
  margin: 0 0 0px;
  line-height: 1.2;
}

.objective-card ul {
  margin: 0 0 6px 18px;
  padding: 0;
  color: #0a0f1a;
}

.objective-card ul li {
  margin-bottom: 4px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform 0.15s ease, filter 0.15s ease, border-color 0.15s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.btn-primary {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

.btn-outline {
  border-color: var(--stroke);
  color: var(--text);
  background: transparent;
}

.btn-ghost {
  border-color: transparent;
  color: var(--text);
  background: transparent;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  z-index: 0;
  background: var(--bg);
  padding: 24px 0 16px;
}

.hero-bg {
  display: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 2;
  padding: 0 24px 0;
}

.hero-copy {
  padding-left: 5%;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  color: var(--accent-2);
  margin-bottom: 10px;
}

.hero-copy h1 {
  font-size: 2.75rem;
  line-height: 1.15;
  margin-bottom: 12px;
}

.hero-lede {
  font-size: 1.08rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 18px;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  font-size: 0.92rem;
  background: rgba(21, 23, 29, 0.6);
}

.hero-ctas {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

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

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
}

.hero-visual-img {
  width: 100%;
  max-width: 1400px;
  height: auto;
  max-height: 70vh;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.25));
}

/* Form */
.form-panel {
  background: #ffffff;
  color: #0a0f1a;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius);
  padding: 24px 24px 20px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
}

.form-panel h2 {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.form-panel p {
  color: var(--muted);
  margin-bottom: 14px;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px 14px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.92rem;
  color: var(--text);
}

.field input,
.field textarea,
.field select {
  width: 100%;
  background: #ffffff;
  border: none;
  border-bottom: 2px solid #d0d4db;
  border-radius: 0;
  padding: 10px 0 8px;
  color: #0a0f1a;
  font-size: 0.95rem;
}

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

.lead-form textarea[name="context"] {
  grid-column: span 2;
}

.field select {
  appearance: none;
  color: #0a0f1a;
  background-image: linear-gradient(45deg, transparent 50%, #0a0f1a 50%), linear-gradient(135deg, #0a0f1a 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 4px), calc(100% - 14px) calc(50% - 4px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 32px;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: 2px solid var(--accent);
  border-color: var(--accent);
}

.form-panel .btn {
  width: 100%;
}

.lead-form button[type="submit"] {
  grid-column: 1 / -1;
  margin-top: 4px;
}

.form-note {
  grid-column: 1 / -1;
  margin-top: 6px;
}

.form-note {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 6px;
  line-height: 1.5;
}

/* Sections */
.section {
  background: var(--bg);
}

.section-header {
  margin-bottom: 22px;
}

.section-header h2 {
  font-size: 2rem;
}

.section-lede {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
}

.card-grid {
  display: grid;
  gap: 16px;
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 10px 12px;
  box-shadow: none;
  text-align: center;
}

.card h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.card-summary {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.5;
  font-size: 1rem;
}

.card p {
  color: var(--muted);
  line-height: 1.55;
}

.card ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--muted);
}

.card li {
  position: relative;
  padding-left: 16px;
}

.card-visual {
  width: 288px;
  height: 288px;
  object-fit: contain;
  margin: 0 auto 10px;
  display: block;
}

/* Services gradient + contrast */
#services {
  background: #f3f7fb;
  color: #0f1622;
}

#services .section-header h2,
#services .section-header .section-lede {
  color: var(--text);
}

#services .section-header {
  padding-left: 5%;
  padding-right: 5%;
}

#services .card h3 {
  color: var(--text);
}

#services .card ul,
#services .card li {
  color: var(--muted);
}

/* Stats */
.proof-stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.stat {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 14px 16px;
  min-width: 140px;
}

.stat-number {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}

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

/* Steps */
.section-how {
  background:
    linear-gradient(180deg, rgba(15, 24, 34, 0.78), rgba(15, 24, 34, 0.8)),
    url('../images/dampier.jpg') center/cover no-repeat;
  border-top: none;
  text-align: center;
  color: #ffffff;
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.step {
  position: relative;
  padding: 36px 10px 48px;
  text-align: center;
  overflow: hidden;
}

.step-number {
  font-size: 6rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.14);
  line-height: 1;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.step h3 {
  margin: 0 0 6px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.step p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  margin: 0;
  position: relative;
  z-index: 1;
}

.how-header {
  margin-bottom: 8px;
}

.how-cta {
  margin-top: 22px;
}

/* Fit */
.section-fit {
  background: #0f1015;
  border-top: 1px solid var(--stroke);
}

.checklist,
.crosslist {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: grid;
  gap: 10px;
}

.checklist li,
.crosslist li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
}

.checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--accent);
}

.crosslist li::before {
  content: "✖";
  position: absolute;
  left: 0;
  color: var(--danger);
}

/* Credibility */
.section-credibility {
  background: #0b0c0f;
  border-top: 1px solid var(--stroke);
}

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

.logo-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.logo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 48px;
  border: 1px dashed var(--stroke);
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  padding: 0 12px;
}

.testimonial {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}

.quote {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.meta {
  color: var(--muted);
  font-size: 0.92rem;
}

/* FAQ */
.section-faq {
  background: #0f1015;
  border-top: 1px solid var(--stroke);
}

.faq {
  display: grid;
  gap: 10px;
}

.faq details {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: var(--shadow);
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

/* Final CTA */
.section-final {
  background: var(--bg);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.final-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 18px;
  align-items: center;
}

/* Modal */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
}

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

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
}

.modal-dialog {
  position: relative;
  z-index: 1;
  width: min(900px, 92vw);
}

.modal-panel {
  margin: 0 auto;
}

.modal-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
}

.final-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.section-final p {
  color: var(--muted);
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
  section {
    padding: 70px 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .hero-copy {
    padding-left: 0;
  }
  #services .section-header {
    padding-left: 0;
  }
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .lead-form textarea[name="context"] {
    grid-column: 1 / -1;
  }
  .objectives {
    padding: 40px 24px;
  }
  .objectives-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .docs-strip {
    padding: 24px 24px 32px;
  }
  .docs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .trust-strip {
    padding: 28px 24px 32px;
  }
  .hero-copy h1 {
    font-size: 2.3rem;
  }
  .container {
    padding: 0 22px;
  }
  .split {
    grid-template-columns: 1fr;
  }
  .card-grid.three,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .final-grid {
    grid-template-columns: 1fr;
  }
  .final-ctas {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .header-inner {
    height: auto;
    flex-wrap: wrap;
    padding: 10px 0;
    justify-content: center;
  }
  .header-left {
    width: 100%;
    justify-content: center;
  }
  .header-actions {
    width: 100%;
    justify-content: flex-start;
  }
  .hero-copy h1 {
    font-size: 2rem;
  }
  .hero-lede {
    font-size: 1rem;
  }
  .hero-visual {
    justify-content: center;
    transform: none;
  }
  .hero-visual-img {
    width: 100%;
    max-width: 900px;
    max-height: 65vh;
  }
  .hero-grid {
    justify-items: center;
  }
  .hero-copy,
  .hero-copy h1,
  .hero-lede {
    text-align: center;
  }
  .card-grid.three,
  .steps {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
  }
  .header-actions {
    display: none;
  }
  .docs-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .trust-inner {
    text-align: center;
  }
  .trust-logos {
    display: flex;
    gap: 12px;
    transition: transform 0.3s ease;
    width: 100%;
  }
  .trust-logos img {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .trust-nav {
    display: inline-flex;
  }
  .info-strip h2,
  .info-strip p {
    text-align: center;
  }
  .docs-grid {
    margin-top: 10px;
  }
  .objectives-grid,
  .objectives-left,
  .objectives-right,
  .objective-card {
    text-align: center;
  }
  .objective-card h3,
  .objective-card h4,
  .objective-card p,
  .objective-card ul {
    text-align: center;
  }
  .objective-card ul {
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
  }
  .objectives-grid {
    justify-items: center;
  }
  .footer-links {
    display: none;
  }
  .footer-menu-toggle {
    display: flex;
  }
  .footer-inner {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .hero-ctas {
    justify-content: center;
  }
  .site-footer {
    text-align: center;
  }
  .footer-menu {
    position: static;
    width: 100%;
    align-items: center;
  }
}
