:root {
  --navy: #07111f;
  --navy-2: #0d1b2e;
  --navy-3: #14243a;
  --white: #ffffff;
  --blue: #2f80ed;
  --blue-2: #56ccf2;
  --green: #10b981;
  --purple: #7c3aed;
  --red: #ef4444;
  --gray-50: #f5f7fa;
  --gray-100: #edf2f7;
  --gray-200: #d9e2ec;
  --gray-500: #6b7a90;
  --gray-700: #2a3545;
  --text: #101828;
  --muted: #667085;
  --radius: 24px;
  --shadow: 0 24px 60px rgba(7, 17, 31, 0.16);
  --shadow-soft: 0 14px 40px rgba(7, 17, 31, 0.08);
  --max-width: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

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

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px min(40px, 4vw);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(217, 226, 236, 0.8);
  transition: box-shadow 0.2s ease, padding 0.2s ease;
}

.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(7, 17, 31, 0.08); padding-block: 12px; }
.site-header.static { position: static; }

.brand { display: inline-flex; align-items: center; min-width: 140px; }
.brand img { width: 132px; height: auto; object-fit: contain; }

.main-nav { display: flex; gap: 24px; align-items: center; font-size: 14px; font-weight: 600; color: var(--gray-700); }
.main-nav a { opacity: 0.82; transition: color 0.2s ease, opacity 0.2s ease; }
.main-nav a:hover { color: var(--blue); opacity: 1; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), #2469d8); color: var(--white); box-shadow: 0 16px 34px rgba(47, 128, 237, 0.32); }
.btn-primary:hover { box-shadow: 0 20px 42px rgba(47, 128, 237, 0.42); }
.btn-secondary { background: rgba(255, 255, 255, 0.08); color: var(--white); border-color: rgba(255, 255, 255, 0.18); }
.section-white .btn-secondary, .section-light .btn-secondary { background: var(--white); color: var(--navy); border-color: var(--gray-200); }
.btn-small { min-height: 42px; padding: 10px 16px; border-radius: 12px; font-size: 14px; }
.btn-full { width: 100%; border: 0; }

.section { padding: 96px 0; }
.section-dark { background: radial-gradient(circle at 80% 10%, rgba(47, 128, 237, 0.28), transparent 36%), linear-gradient(135deg, var(--navy), var(--navy-2)); color: var(--white); }
.section-light { background: var(--gray-50); }
.section-white { background: var(--white); }

.hero { position: relative; overflow: hidden; padding: 86px 0 92px; }
.hero::after {
  content: "";
  position: absolute;
  inset: auto -15% -38% -15%;
  height: 360px;
  background: radial-gradient(circle, rgba(86, 204, 242, 0.18), transparent 64%);
  pointer-events: none;
}

.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; position: relative; z-index: 1; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 99px; background: currentColor; box-shadow: 0 0 18px currentColor; }

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(46px, 7vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.075em;
}

h1 span { color: var(--blue-2); }

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

h3 { margin-bottom: 10px; font-size: 22px; line-height: 1.18; letter-spacing: -0.035em; }

.lead { color: rgba(255, 255, 255, 0.82); font-size: clamp(18px, 2vw, 22px); max-width: 660px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 30px; }

.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span { padding: 8px 12px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 999px; color: rgba(255, 255, 255, 0.72); font-size: 13px; font-weight: 700; }

.hero-visual { position: relative; }
.browser-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 12px;
}
.browser-card img { border-radius: 16px; width: 100%; box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28); }
.browser-dots { display: flex; gap: 7px; padding: 4px 4px 12px; }
.browser-dots span { width: 10px; height: 10px; border-radius: 99px; background: rgba(255, 255, 255, 0.28); }

.floating-card {
  position: absolute;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.floating-card strong { display: block; font-size: 28px; letter-spacing: -0.04em; color: var(--blue); }
.floating-card span { display: block; font-size: 12px; color: var(--gray-500); font-weight: 700; }
.floating-card-one { left: -24px; bottom: 14%; }
.floating-card-two { right: -18px; top: 16%; }

.section-heading { max-width: 800px; margin: 0 auto 42px; text-align: center; }
.section-heading p { color: var(--muted); font-size: 18px; }
.section-dark .section-heading p, .section-dark p { color: rgba(255, 255, 255, 0.78); }
.align-left { text-align: left; margin-left: 0; }

.cards { display: grid; gap: 22px; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.card, .feature, .process-card, .industry-card, .metric-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-soft);
}
.card { min-height: 250px; }
.card p, .feature p, .process-card p, .industry-card p { color: var(--muted); margin-bottom: 0; }
.icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; margin-bottom: 28px; font-size: 22px; }
.icon-blue { background: rgba(47, 128, 237, 0.1); color: var(--blue); }
.icon-green { background: rgba(16, 185, 129, 0.12); color: var(--green); }
.icon-purple { background: rgba(124, 58, 237, 0.12); color: var(--purple); }

.center-note { margin: 34px 0 0; text-align: center; font-size: 26px; line-height: 1.15; font-weight: 900; letter-spacing: -0.05em; color: var(--navy); }
.center-note::after { content: " AI connects the data."; color: var(--blue); }

.split-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 56px; align-items: center; }
.split-grid.reverse { grid-template-columns: 1fr 1fr; }

.split-grid p { color: var(--muted); font-size: 18px; }

.mini-list { display: grid; gap: 14px; margin-top: 28px; }
.mini-list div { display: flex; align-items: center; gap: 14px; padding: 16px; background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 16px; }
.mini-list strong { color: var(--blue); font-size: 13px; }
.mini-list span { font-weight: 800; }

.query-card {
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid var(--gray-200);
  background: linear-gradient(180deg, var(--white), var(--gray-50));
  box-shadow: var(--shadow);
}
.query-header { font-size: 28px; font-weight: 900; letter-spacing: -0.05em; margin-bottom: 18px; }
.query-box { min-height: 146px; padding: 24px; border: 1px solid var(--gray-200); border-radius: 18px; background: var(--white); color: var(--gray-700); font-size: 18px; }
.query-footer { display: flex; align-items: center; gap: 16px; margin-top: 18px; color: var(--muted); font-size: 14px; }
.query-footer button { border: 0; padding: 12px 18px; border-radius: 12px; background: var(--blue); color: var(--white); font-weight: 800; cursor: default; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { box-shadow: none; background: var(--white); }
.feature h3 { font-size: 20px; }
.feature h3::before { content: ""; display: block; width: 34px; height: 4px; border-radius: 99px; background: var(--blue); margin-bottom: 18px; }

.proof-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 44px; align-items: center; }
.proof-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.proof-gallery img, .image-frame img { border-radius: 20px; border: 1px solid var(--gray-200); box-shadow: var(--shadow-soft); }

.report-section { padding: 105px 0; }
.report-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 26px 0 0; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: center; color: rgba(255, 255, 255, 0.86); }
.check-list li::before { content: "✓"; width: 24px; height: 24px; border-radius: 99px; display: grid; place-items: center; background: var(--blue); color: var(--white); font-size: 14px; font-weight: 900; }

.report-card { background: var(--white); color: var(--navy); border-radius: 28px; padding: 30px; box-shadow: var(--shadow); }
.report-topline { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 22px; }
.report-topline span { color: var(--gray-500); font-weight: 700; }
.report-topline strong { color: var(--red); background: rgba(239, 68, 68, 0.08); border: 1px solid rgba(239, 68, 68, 0.15); border-radius: 999px; padding: 6px 10px; font-size: 13px; }
.report-table { display: grid; gap: 10px; }
.report-table div { display: grid; grid-template-columns: 140px 1fr; gap: 14px; padding: 14px; border-radius: 14px; background: var(--gray-50); }
.report-table span { color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; }
.report-table strong { font-weight: 800; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-card { min-height: 250px; box-shadow: none; }
.process-card span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: rgba(47, 128, 237, 0.1); color: var(--blue); font-weight: 900; font-size: 20px; margin-bottom: 26px; }

.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.industry-card { min-height: 240px; box-shadow: none; }
.industry-card span { display: block; font-size: 34px; margin-bottom: 26px; }

.highlight-text { margin-top: 22px; padding: 18px; border-radius: 18px; background: rgba(47, 128, 237, 0.08); border: 1px solid rgba(47, 128, 237, 0.16); color: var(--blue) !important; font-weight: 900; }
.image-frame { padding: 12px; background: var(--white); border: 1px solid var(--gray-200); border-radius: 28px; box-shadow: var(--shadow-soft); }
.image-frame img { box-shadow: none; }

.roi-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 42px; align-items: center; }
.roi-grid p { color: var(--muted); }
.roi-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.metric-card { min-height: 180px; display: flex; flex-direction: column; justify-content: center; box-shadow: none; }
.metric-card strong { font-size: 54px; line-height: 1; letter-spacing: -0.06em; color: var(--blue); }
.metric-card:nth-child(2) strong { color: var(--red); }
.metric-card span { margin-top: 16px; font-weight: 900; color: var(--navy); }

.audit-section { padding: 105px 0; }
.audit-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 44px; align-items: start; }
.audit-note { margin-top: 28px; padding: 20px; border: 1px solid rgba(255, 255, 255, 0.14); background: rgba(255, 255, 255, 0.07); border-radius: 20px; }
.audit-note p { margin: 6px 0 0; }

.audit-form {
  display: grid;
  gap: 15px;
  padding: 28px;
  border-radius: 28px;
  background: var(--white);
  color: var(--navy);
  box-shadow: var(--shadow);
}
.form-row { display: grid; gap: 15px; }
.form-row.two { grid-template-columns: 1fr 1fr; }
.audit-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 800; color: var(--gray-700); }
.audit-form input, .audit-form select, .audit-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--gray-200);
  border-radius: 13px;
  padding: 12px 14px;
  color: var(--text);
  background: var(--white);
  outline: none;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}
.audit-form textarea { resize: vertical; min-height: 88px; }
.audit-form input:focus, .audit-form select:focus, .audit-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(47, 128, 237, 0.12); }
.form-status { display: none; padding: 12px 14px; border-radius: 13px; font-size: 13px; font-weight: 800; line-height: 1.35; }
.form-status.is-success, .form-status.is-error { display: block; }
.form-status.is-success { color: #0f5132; background: rgba(25, 135, 84, 0.1); border: 1px solid rgba(25, 135, 84, 0.18); }
.form-status.is-error { color: #842029; background: rgba(220, 53, 69, 0.1); border: 1px solid rgba(220, 53, 69, 0.18); }
.audit-form button[disabled] { cursor: progress; opacity: 0.75; }
.form-disclaimer { margin: 0; color: var(--muted) !important; font-size: 12px; text-align: center; }
.hidden { display: none; }

.founder-card { display: grid; grid-template-columns: 1fr 0.6fr; gap: 32px; align-items: center; padding: 36px; border-radius: 30px; background: var(--gray-50); border: 1px solid var(--gray-200); }
.founder-card p { color: var(--muted); }
.founder-meta { padding: 24px; border-radius: 22px; background: var(--white); border: 1px solid var(--gray-200); box-shadow: var(--shadow-soft); }
.founder-meta strong { display: block; font-size: 26px; letter-spacing: -0.04em; }
.founder-meta span { display: block; color: var(--blue); font-weight: 800; margin: 4px 0 14px; }
.founder-meta p { margin-bottom: 0; }

.final-cta { padding: 70px 0; }
.final-card { display: flex; justify-content: space-between; gap: 28px; align-items: center; padding: 38px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 30px; background: rgba(255, 255, 255, 0.08); }
.final-card h2 { margin-bottom: 8px; font-size: clamp(30px, 3vw, 44px); }
.final-card p { margin-bottom: 0; }

.site-footer { background: var(--navy); color: rgba(255, 255, 255, 0.75); padding: 42px 0 28px; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; align-items: start; }
.footer-grid img { width: 120px; filter: brightness(0) invert(1); margin-bottom: 12px; }
.footer-grid p { margin: 0; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; font-size: 14px; font-weight: 700; }
.footer-links a:hover { color: var(--blue-2); }
.footer-bottom { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 13px; }

.simple-page { background: var(--navy); }
.simple-wrap { min-height: 100vh; display: grid; place-items: center; padding: 40px 20px; }
.simple-card { width: min(760px, 100%); padding: 42px; border-radius: 30px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14); color: var(--white); box-shadow: var(--shadow); }
.simple-logo { width: 148px; filter: brightness(0) invert(1); margin-bottom: 36px; }
.simple-card h1 { font-size: clamp(36px, 5vw, 58px); }
.prepare-box { margin-top: 24px; padding: 22px; border-radius: 20px; background: rgba(255, 255, 255, 0.08); }
.prepare-box ul { margin-bottom: 0; }

.legal-page { padding: 64px 0 90px; background: var(--gray-50); }
.legal-content { max-width: 860px; padding: 44px; border-radius: 26px; background: var(--white); border: 1px solid var(--gray-200); box-shadow: var(--shadow-soft); }
.legal-content h1 { font-size: clamp(42px, 5vw, 64px); color: var(--navy); }
.legal-content h2 { margin-top: 34px; font-size: 24px; letter-spacing: -0.035em; }
.legal-content p { color: var(--muted); }
.legal-content a { color: var(--blue); font-weight: 800; }
.legal-note { padding: 16px; border-radius: 14px; background: rgba(47, 128, 237, 0.08); border: 1px solid rgba(47, 128, 237, 0.14); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn:hover { transform: none; }
}

@media (max-width: 1040px) {
  .hero-grid, .split-grid, .proof-grid, .report-grid, .audit-grid, .roi-grid, .founder-card { grid-template-columns: 1fr; }
  .process-grid, .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .cards-3, .feature-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 680px; }
}

@media (max-width: 780px) {
  .site-header { position: static; flex-wrap: wrap; padding: 14px 20px; }
  .brand { min-width: auto; }
  .brand img { width: 118px; }
  .main-nav { order: 3; width: 100%; overflow-x: auto; padding-top: 4px; gap: 16px; }
  .site-header .btn { margin-left: auto; }
  .section, .hero, .audit-section, .report-section { padding: 66px 0; }
  .hero-grid { gap: 38px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .floating-card { display: none; }
  .proof-gallery, .roi-cards, .process-grid, .industry-grid { grid-template-columns: 1fr; }
  .form-row.two { grid-template-columns: 1fr; }
  .report-table div { grid-template-columns: 1fr; }
  .final-card, .footer-grid { flex-direction: column; align-items: flex-start; }
  .final-card .btn { width: 100%; }
  .simple-card, .legal-content { padding: 28px; }
}

@media (max-width: 520px) {
  .container { width: min(var(--max-width), calc(100% - 28px)); }
  h1 { font-size: 44px; }
  h2 { font-size: 34px; }
  .site-header .btn-small { width: 100%; }
  .main-nav { display: none; }
  .audit-form, .report-card, .founder-card, .final-card { padding: 22px; }
  .query-footer { align-items: flex-start; flex-direction: column; }
}
