* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #06234a;
  background: #fff;
}

a {
  color: inherit;
}

.site-header {
  height: 92px;
  padding: 0 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #dce8f5;
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand img {
  width: 260px;
  max-height: 68px;
  object-fit: contain;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-weight: 800;
  font-size: 18px;
}

.nav a {
  text-decoration: none;
}

.nav-cta {
  color: #fff !important;
  background: #09294f;
  padding: 17px 28px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(9, 41, 79, 0.18);
}

.hero {
  min-height: 640px;
  padding: 95px 7%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
  background: radial-gradient(circle at 82% 25%, #dff7ff 0, #effcff 28%, #fff 58%);
}

.eyebrow {
  margin: 0 0 22px;
  color: #009fe3;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 7px;
  font-size: 15px;
}

.eyebrow.muted {
  color: #687d94;
}

.eyebrow.light {
  color: #fff;
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(48px, 5.6vw, 82px);
  line-height: 0.98;
  letter-spacing: -3px;
  color: #082a55;
}

.hero-copy {
  max-width: 790px;
  color: #58708f;
  font-size: 23px;
  line-height: 1.55;
  margin: 34px 0 38px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.primary-btn,
.secondary-btn {
  display: inline-block;
  padding: 18px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
  border: 0;
  cursor: pointer;
}

.primary-btn {
  background: #0499dc;
  color: #fff;
  box-shadow: 0 18px 40px rgba(4, 153, 220, 0.24);
}

.secondary-btn {
  background: #fff;
  border: 1px solid #d6e4f2;
  color: #06234a;
}

.dark-secondary {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.hero-card {
  min-height: 120px;
  padding: 36px;
  border-radius: 34px;
  background: #fff;
  border: 1px solid #d7e7f4;
  box-shadow: 0 30px 70px rgba(8, 42, 85, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-card img {
  width: 100%;
  max-width: 420px;
  object-fit: contain;
  display: block;
}

.section {
  padding: 90px 7%;
}

.section-heading {
  text-align: center;
  max-width: 1040px;
  margin: 0 auto 60px;
}

.section-heading h2,
.about-card h2,
.contact-card h2,
.architecture-card h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 76px);
  line-height: 1.05;
  letter-spacing: -2px;
  color: #082a55;
}

.section-heading p,
.about-card p,
.contact-card p,
.architecture-card p {
  font-size: 22px;
  line-height: 1.55;
  color: #58708f;
}

.service-grid,
.feature-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.service-card,
.feature-card,
.pricing-card {
  background: #fff;
  border: 1px solid #d6e4f2;
  border-radius: 28px;
  padding: 30px;
  min-height: 250px;
  box-shadow: 0 20px 55px rgba(8, 42, 85, 0.05);
}

.service-card img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  display: block;
  margin-bottom: 20px;
}

.service-card h3,
.feature-card h3,
.pricing-card h3 {
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 18px;
  color: #06234a;
}

.service-card p,
.feature-card p,
.pricing-card p {
  color: #58708f;
  font-size: 19px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.pricing-card strong {
  color: #0499dc;
  font-size: 18px;
}

.pricing-card.featured {
  border: 2px solid #0499dc;
  box-shadow: 0 28px 70px rgba(4, 153, 220, 0.14);
}

.product-section,
.product-hero,
.workflow-section {
  padding: 100px 7%;
  background: linear-gradient(135deg, #082a55 0%, #0b477b 100%);
  color: #fff;
}

.product-content {
  max-width: 1180px;
}

.product-content h2,
.product-hero h1 {
  margin: 0 0 30px;
  font-size: clamp(50px, 6vw, 88px);
  line-height: 1.03;
  letter-spacing: -3px;
}

.product-content p,
.product-hero p {
  font-size: 24px;
  line-height: 1.6;
  max-width: 1120px;
}

.product-tags {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 34px 0 44px;
}

.product-tags span {
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  border-radius: 999px;
  font-weight: 900;
  font-size: 17px;
}

.product-btn {
  background: #09a4e8;
}

.product-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 44px;
  align-items: center;
}

.product-hero-panel {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 30px;
  padding: 36px;
}

.product-hero-panel h3 {
  font-size: 30px;
  margin: 0 0 18px;
}

.product-hero-panel li {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 8px;
}

.workflow-heading h2 {
  color: #fff;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.workflow-step {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 26px;
  padding: 28px;
}

.workflow-step span {
  color: #7bdcff;
  font-weight: 900;
  letter-spacing: 4px;
}

.workflow-step h3 {
  font-size: 27px;
  margin: 18px 0 10px;
}

.workflow-step p {
  font-size: 18px;
  line-height: 1.55;
  color: #e7f6ff;
}

.architecture-section {
  background: #f5fbff;
}

.architecture-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px;
  background: #fff;
  border: 1px solid #d6e4f2;
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(8, 42, 85, 0.06);
}

.architecture-list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 14px;
}

.architecture-list span {
  padding: 14px 18px;
  border-radius: 999px;
  background: #eaf7ff;
  color: #082a55;
  font-weight: 900;
  border: 1px solid #c8e8fb;
}

.partner-section {
  padding: 90px 7%;
  background: #fff;
}

.about-section {
  background: #f5fbff;
}

.about-card,
.contact-card {
  max-width: 1100px;
  margin: 0 auto;
  padding: 52px;
  background: #fff;
  border: 1px solid #d6e4f2;
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(8, 42, 85, 0.06);
}

.contact-section {
  background: #fff;
}

/* ===== DEMO FORM FIX ===== */
.demo-form {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.form-row {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.form-row label {
  flex: 1;
  min-width: 260px;
}

.demo-form label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-weight: 800;
  color: #082a55;
  font-size: 16px;
}

.demo-form input,
.demo-form select,
.demo-form textarea {
  width: 100%;
  min-height: 56px;
  padding: 15px 17px;
  border-radius: 14px;
  border: 1px solid #cfe0ee;
  background: #fbfdff;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  color: #06234a;
  box-shadow: inset 0 1px 0 rgba(8, 42, 85, 0.03);
}

.demo-form textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.45;
}

.demo-form input::placeholder,
.demo-form textarea::placeholder {
  color: #8a9cb0;
}

.demo-form input:focus,
.demo-form select:focus,
.demo-form textarea:focus {
  outline: 3px solid rgba(4, 153, 220, 0.16);
  border-color: #0499dc;
  background: #fff;
}

.form-btn {
  width: fit-content;
  margin-top: 8px;
  background: #0499dc;
  color: #fff;
  padding: 17px 32px;
  border-radius: 999px;
  font-weight: 900;
  border: none;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(4, 153, 220, 0.25);
}

.form-btn:hover {
  background: #028ac7;
}

.form-help {
  margin: 0;
  font-size: 15px !important;
  color: #687d94 !important;
  line-height: 1.45 !important;
}

.footer {
  padding: 34px 7%;
  background: #061f3c;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 980px) {
  .site-header {
    height: auto;
    padding: 20px 5%;
    align-items: flex-start;
    gap: 18px;
    flex-direction: column;
  }

  .brand img {
    width: 230px;
  }

  .nav {
    gap: 16px;
    flex-wrap: wrap;
    font-size: 15px;
  }

  .hero,
  .product-hero,
  .architecture-card {
    grid-template-columns: 1fr;
    padding: 70px 5%;
  }

  .service-grid,
  .feature-grid,
  .workflow-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    flex-direction: column;
    gap: 18px;
  }

  .section,
  .product-section,
  .workflow-section,
  .partner-section {
    padding: 70px 5%;
  }
}
/* ===== DEMO SECTION ===== */

.idverify-demo-section {
  padding: 90px 7%;
  background: linear-gradient(135deg, #f4f8ff 0%, #ffffff 100%);
}

.idverify-demo-card {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #d6e4f2;
  box-shadow: 0 24px 70px rgba(8, 42, 85, 0.06);
  text-align: center;
}

.demo-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #eaf3ff;
  color: #0499dc;
  font-weight: 900;
  font-size: 14px;
}

.idverify-demo-card h2 {
  margin: 0 0 16px;
  font-size: clamp(36px, 4vw, 56px);
  color: #082a55;
}

.idverify-demo-card p {
  max-width: 760px;
  margin: 0 auto 26px;
  color: #58708f;
  font-size: 20px;
  line-height: 1.6;
}

.demo-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.demo-primary-btn,
.demo-secondary-btn {
  display: inline-block;
  padding: 16px 26px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  font-size: 17px;
  transition: all 0.2s ease;
}

.demo-primary-btn {
  background: #0499dc;
  color: #fff;
  box-shadow: 0 18px 40px rgba(4, 153, 220, 0.24);
}

.demo-primary-btn:hover {
  background: #028ac7;
  transform: translateY(-2px);
}

.demo-secondary-btn {
  background: #fff;
  border: 1px solid #d6e4f2;
  color: #06234a;
}

.demo-secondary-btn:hover {
  background: #f4f8ff;
  transform: translateY(-2px);
}

.demo-disclaimer {
  margin-top: 24px !important;
  font-size: 14px !important;
  color: #7a8799 !important;
}

@media (max-width: 980px) {
  .idverify-demo-section {
    padding: 70px 5%;
  }

  .idverify-demo-card {
    padding: 30px 20px;
  }

  .demo-actions {
    flex-direction: column;
  }

  .demo-primary-btn,
  .demo-secondary-btn {
    width: 100%;
  }
}