:root {
  --bg: #f7f9fc;
  --surface: #ffffff;
  --surface-soft: #eef4fb;
  --text: #101828;
  --muted: #667085;
  --border: #d9e2ec;
  --accent: #2563eb;
  --accent-dark: #1d4ed8;
  --accent-soft: #dbeafe;
  --ink: #0f172a;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.11);
  --soft-shadow: 0 18px 54px rgba(15, 23, 42, 0.06);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, Arial, sans-serif;
  color: var(--text);
  letter-spacing: -0.01em;
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 99, 235, 0.12), transparent 28%),
    radial-gradient(circle at 86% 4%, rgba(14, 165, 233, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff, var(--bg));
  overflow-x: hidden;
}

svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}



.page-glow {
  position: fixed;
  inset: auto auto 8% 52%;
  width: 420px;
  height: 420px;
  background: rgba(37, 99, 235, 0.08);
  filter: blur(90px);
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 24px;
  z-index: 1000;
  padding: 24px 0;
}

.nav-container {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 8px 30px rgba(15, 23, 42, 0.06),
    0 30px 80px rgba(15, 23, 42, 0.08);
}

.brand {
  display: flex;
  align-items: center;
}

.nav-logo {
  height: 42px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  gap: 28px;
}

.nav-links a {
  position: relative;
  text-decoration: none;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  transition: 0.25s;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: 0.25s;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-actions .btn {
  min-height: 46px;
  padding: 0 22px;
  border-radius: 14px;
}

main,
.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
  padding: 82px 0 92px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--accent-dark);
  background: var(--accent-soft);
  border: 1px solid #bfdbfe;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 22px;
}

h1 {
  max-width: 820px;
  font-size: clamp(58px, 8vw, 104px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  margin-bottom: 28px;
}

.hero-text {
  max-width: 690px;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.7;
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 900;
}

.btn-primary {
  color: #ffffff;
  background: var(--ink);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
}

.btn-secondary,
.btn-soft {
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--border);
}

.hero-visual {
  position: relative;
}

.browser-card,
.company-profile-card {
  padding: 18px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(217, 226, 236, 0.95);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.browser-top {
  display: flex;
  gap: 7px;
  margin-bottom: 22px;
}

.browser-top span {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: #d7deea;
}

.profile-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 10px 24px;
}

.profile-avatar {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), #0ea5e9);
  font-weight: 950;
  font-size: 20px;
}

.profile-label,
.mini-label {
  color: #ffffff;
  font-size: 24px;
  font-weight: 850;
  margin-bottom: 4px;
}

.profile-head h2 {
  font-size: 26px;
  letter-spacing: -0.025em;
}

.profile-head p:last-child,
.profile-grid p,
.qr-panel p,
.result-card p,
.card-mockup span,
.section-copy p,
.centre p,
.feature-row p,
.audience-grid p,
.cta p,
.site-footer {
  color: var(--muted);
}

.profile-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.profile-status span {
  color: var(--accent-dark);
  background: var(--accent-soft);
  border: 1px solid #bfdbfe;
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.profile-lines {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.profile-lines span {
  height: 12px;
  border-radius: 999px;
  background: #e6edf5;
}

.profile-lines span:nth-child(2) {
  width: 82%;
}

.profile-lines span:nth-child(3) {
  width: 58%;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}

.profile-grid div {
  padding: 16px;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid var(--border);
}

.profile-grid strong {
  display: block;
  margin-bottom: 6px;
}

.qr-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid var(--border);
}

.qr-panel strong {
  display: block;
  margin-bottom: 5px;
}

.qr-code {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  width: 126px;
  padding: 14px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--border);
}

.qr-code.large {
  width: 154px;
  border-radius: 22px;
}

.qr-code i {
  aspect-ratio: 1;
  border-radius: 3px;
  background: var(--ink);
}

.qr-code i:nth-child(2),
.qr-code i:nth-child(5),
.qr-code i:nth-child(7),
.qr-code i:nth-child(11),
.qr-code i:nth-child(14),
.qr-code i:nth-child(18),
.qr-code i:nth-child(22) {
  background: transparent;
}

.intro-strip {
  margin: 0 0 124px;
  padding: 28px;
  text-align: center;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--border);
  box-shadow: var(--soft-shadow);
}

.intro-strip p {
  max-width: 850px;
  margin: auto;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: -0.025em;
  font-weight: 750;
}

.section {
  margin-bottom: 132px;
}

.split,
.product-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.section-copy h2,
.centre h2,
.cta h2 {
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  margin-bottom: 20px;
}

.section-copy p,
.centre p,
.cta p {
  font-size: 19px;
  line-height: 1.7;
}

.profile-types {
  display: grid;
  gap: 18px;
}

.profile-types article,
.feature-row article,
.audience-grid article {
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--border);
  box-shadow: var(--soft-shadow);
}

.icon-wrap {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: 18px;
  margin-bottom: 20px;
}

.icon-wrap svg {
  width: 23px;
  height: 23px;
}

.profile-types h3,
.feature-row h3,
.audience-grid h3 {
  font-size: 24px;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}

.profile-types p {
  color: var(--muted);
  line-height: 1.65;
}

.centre {
  text-align: center;
}

.centre .eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.centre p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
  text-align: left;
}

.feature-row span {
  display: inline-flex;
  color: var(--accent);
  font-weight: 900;
  margin-bottom: 28px;
}

.company-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.company-highlights span {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--border);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.company-profile-card {
  overflow: hidden;
}

.company-cover {
  height: 112px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.55), transparent 30%),
    linear-gradient(135deg, var(--ink), var(--accent));
}

.company-head {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  align-items: end;
  padding: 0 10px 24px;
  margin-top: -42px;
}

.company-logo {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), #0ea5e9);
  border: 5px solid #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
  font-weight: 950;
  font-size: 24px;
}

.company-head h2 {
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-top: 4px;
}

.company-head p:last-child {
  color: var(--muted);
  line-height: 1.35;
}

.company-score-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.company-score-row div,
.company-proof div {
  padding: 18px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid var(--border);
}

.company-score-row strong,
.company-proof strong {
  display: block;
  color: var(--ink);
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}

.company-score-row span,
.company-proof span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.company-services {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.company-services span {
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--accent-dark);
  background: var(--accent-soft);
  border: 1px solid #bfdbfe;
  font-size: 13px;
  font-weight: 800;
}

.company-proof {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.company-quote {
  padding: 18px 20px;
  border-radius: 22px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--border);
  font-weight: 800;
  line-height: 1.5;
}

.search-preview {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 32px;
  background: #f8fafc;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17px 18px;
  border-radius: 18px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--border);
  font-weight: 800;
}

.result-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid var(--border);
}

.result-card span {
  color: var(--accent);
  font-weight: 900;
}

.result-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), #0ea5e9);
  font-weight: 900;
}

.card-mockup {
  min-height: 310px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  padding: 34px;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 34%),
    linear-gradient(135deg, var(--ink), var(--accent));
  box-shadow: var(--shadow);
}

.card-mockup p {
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 72px;
  font-weight: 800;
}

.card-mockup h3 {
  font-size: 32px;
  letter-spacing: -0.035em;
  margin-bottom: 8px;
}

.card-mockup span {
  color: rgba(255, 255, 255, 0.72);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 132px;
}

.cta {
  text-align: center;
  padding: 82px 32px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.12), transparent 42%),
    #ffffff;
  border: 1px solid var(--border);
  box-shadow: var(--soft-shadow);
}

.cta .eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.cta p {
  max-width: 720px;
  margin: 0 auto 30px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 42px 0;
}

.site-footer a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
}

.coming-wrapper {
  min-height: calc(100vh - 220px);
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: center;
}

.coming-content h1 {
  max-width: 760px;
  margin-bottom: 28px;
}

.coming-content p {
  max-width: 560px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 36px;
}

.coming-card {
  padding: 28px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.placeholder-logo {
  display: flex;
  justify-content: center;
  padding: 60px 0 40px;
}

.placeholder-logo img {
  width: 220px;
  height: auto;
  opacity: 0.95;
}

.placeholder-lines {
  display: grid;
  gap: 14px;
  margin-bottom: 40px;
}

.placeholder-lines span {
  height: 12px;
  background: #e8edf4;
  border-radius: 999px;
}

.placeholder-lines span:nth-child(2) {
  width: 82%;
}

.placeholder-lines span:nth-child(3) {
  width: 58%;
}

.placeholder-pill {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 700;
}

.login-page {
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 160px);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
  margin: 0 auto;
  padding: 60px 0;
}

.login-intro {
  max-width: 620px;
}

.login-intro h1 {
  font-size: clamp(52px, 7vw, 92px);
}

.login-intro p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.75;
  max-width: 560px;
}

.login-card {
  width: 100%;
  max-width: 520px;
  justify-self: end;
  padding: 46px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(22px);
  border: 1px solid rgba(217, 226, 236, 0.95);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.login-card-header {
  margin-bottom: 30px;
}

.login-card h2 {
  font-size: 36px;
  letter-spacing: -0.035em;
  margin-bottom: 12px;
}

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

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

.input-group {
  display: grid;
  gap: 8px;
}

.input-group label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.login-card input {
  height: 58px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: #ffffff;
  padding: 0 18px;
  font-size: 16px;
  outline: none;
  transition: 0.2s;
}

.login-card input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.login-card button {
  width: 100%;
  cursor: pointer;
  border: 0;
  margin-top: 4px;
}

.login-error {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fef2f2;
  color: #b91c1c;
  font-weight: 750;
  border: 1px solid #fecaca;
}

.login-note {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.access-preview-card {
  display: grid;
  gap: 14px;
  margin-top: 34px;
  max-width: 500px;
}

.access-preview-card div {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--border);
  box-shadow: var(--soft-shadow);
}

.access-preview-card strong {
  display: block;
  margin-bottom: 6px;
}

.access-preview-card span {
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 940px) {
  .nav-links {
    display: none;
  }

  .hero,
  .split,
  .product-section,
  .coming-wrapper,
  .login-page {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

  .feature-row,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .intro-strip {
    margin-bottom: 92px;
  }

  .section,
  .audience-grid {
    margin-bottom: 96px;
  }

  .coming-wrapper {
    gap: 50px;
    text-align: center;
  }

  .coming-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .login-card {
    justify-self: stretch;
    max-width: none;
  }
}

@media (max-width: 560px) {
  .nav-container,
  main,
  .site-footer,
  .login-page {
    width: min(100% - 28px, 1180px);
  }

  .nav-container {
    padding: 14px 18px;
  }

  .nav-logo {
    height: 36px;
  }

  .nav-actions .btn {
    min-height: 42px;
    padding: 0 16px;
    font-size: 14px;
  }

  h1 {
    font-size: 52px;
  }

  .hero-text {
    font-size: 18px;
  }

  .profile-grid,
  .company-score-row,
  .company-proof {
    grid-template-columns: 1fr;
  }

  .company-head {
    grid-template-columns: 1fr;
    margin-top: -34px;
  }

  .qr-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .card-mockup {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    flex-direction: column;
  }

  .login-page {
    padding: 34px 0;
  }

  .login-card {
    padding: 32px 22px;
    border-radius: 28px;
  }

  .login-card h2 {
    font-size: 32px;
  }
}