﻿.site-banner {
  width: 100%;
  /* background-position: 100% 100%; */
}

.site-banner .site-product-banner {
  position: relative;
  width: 100%;
  height: 100%;
}

.site-banner .banner-img {
  width: 100%;
  height: auto;
  /* maintain aspect ratio */
  display: block;
  /* removes inline gap under image */
}

.description {
  font-size: clamp(14px, 1.5vw, 20px);
  color: #fff;
  margin-bottom: 3rem;
  margin-top: 5rem;
}

.buttons {
  display: flex;
  gap: 1.5rem;
  /* flex-wrap: wrap; */
}

.btn {
  padding: clamp(0.7rem, 1vw, 1rem) clamp(1.2rem, 2vw, 2rem);
  font-size: clamp(0.9rem, 1vw, 1.1rem);
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.product-banner {
  background: #000814;
  color: white;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}

.compass-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 820px) {
  .description {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 14px;
  }

  .description {
    font-size: 9px;
    margin-bottom: 1.5rem;
  }

  .buttons {
    display: flex;
    gap: 0.5rem;
  }

  .btn {
    padding: 5px 10px;
    font-size: 8px;
  }
}

/* Banner */

.banner-hero-section {
  position: relative;
  color: #fff;
  padding: 72px 20px 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.banner-hero-container {
  position: relative;
  text-align: center;
  padding: 12px 20px 0;
  max-width: 980px;
  z-index: 2;
}

.banner-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  background: #99A0AE1A;
  border-radius: 9999px;
  border: 0;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 700;
  color: #d3dbe6;
  margin-bottom: 24px;
}

.banner-hero-section h1 {
  font-size: clamp(36px, 4vw, 72px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}

.banner-hero-emphasis {
  font-style: italic;
  font-weight: 400;
}

.banner-hero-subtitle {
    font-size: 15px;
    color: #AAB6C8;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.product-hero-buttons {
  display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 26px;
    border-radius: 999px;
    font-family: var(--font-head);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all 0.22s ease;
}

.product-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.22s ease;
}

.product-btn-primary {
  background: #0071BC;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 12px;
  /* box-shadow: 0 0 0 3px rgba(35, 82, 255, 0.3), 0 0 18px rgba(64, 76, 255, 0.55); */
}

.product-btn-primary:hover {
  background: #0064a7;
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(35, 82, 255, 0.35), 0 8px 22px rgba(37, 99, 235, 0.45);
}

.product-btn-secondary {
  background: #344054;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.product-btn-secondary:hover {
  background: #293241;
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.45);
}

.banner-hero-footnote {
  margin: 10px 0 26px;
  color: #8d98ab;
  font-size: 15px;
  font-style: italic;
}

.banner-hero-metrics {
  max-width: 540px;
  margin: 0 auto;
  border-top: 1px solid rgba(148, 163, 184, 0.35);
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  text-align: left;
}

.banner-hero-metric h3 {
  margin: 0;
  color: #f8fafc;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
}

.banner-hero-metric p {
  margin: 2px 0 0;
  color: #475569;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .banner-hero-subtitle {
    font-size: 16px;
    max-width: 100%;
  }

  .product-btn {
    width: auto;
    max-width: none;
    justify-content: center;
    padding: 12px 24px;
    font-size: 16px;
  }

  .banner-hero-badge {
    min-width: 0;
    width: auto;
    font-size: 11px;
  }

  .banner-hero-section h1 {
    font-size: clamp(38px, 9vw, 56px);
  }

  .banner-hero-metrics {
    max-width: 100%;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .banner-hero-section {
    padding: 56px 16px 40px;
  }

  .banner-hero-section h1 {
    font-size: 40px;
    line-height: 1.12;
  }

  .banner-hero-subtitle {
    font-size: 15px;
  }

  .product-hero-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .product-btn {
    width: 100%;
    max-width: 270px;
  }

  .banner-hero-footnote {
    font-size: 14px;
  }

  .banner-hero-metrics {
    text-align: center;
    grid-template-columns: 1fr;
  }
}

/* === GENERAL RESET & VARIABLES === */
:root {
  --product-navy: #0a1628;
  --product-navy-light: #1a2942;
  --product-navy-dark: #050b14;
  --product-blue: #0066ff;
  --product-blue-light: #3385ff;
  --product-green: #00d98e;
  --product-orange: #ff9500;
  --product-white: #ffffff;
  --product-gray-100: #f8f9fa;
  --product-gray-200: #e9ecef;
  --product-gray-300: #dee2e6;
  --product-gray-400: #ced4da;
  --product-gray-600: #6c757d;
  --product-gray-700: #495057;
  --product-gray-800: #343a40;
  --product-text-light: rgba(255, 255, 255, 0.85);
  --product-text-muted: rgba(255, 255, 255, 0.6);
}

.product-page {
  background: #101928;
  color: var(--product-white);

  /* background: linear-gradient(0deg, #000026, #000026); */

}


.product-hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}


/* OUR SYSTEM SECTION */
.product-system-flow {
   max-width: 1100px;
  margin: 0 auto;
  padding: 72px 0 78px;
}

.product-system-flow-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 36px;
}

.product-system-flow-badge {
  color: #1ba9ea;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
}

.product-system-flow-title {
  margin: 0 0 14px;
  color: #f8fafc;
  font-size: clamp(28px, 3.6vw, 31px);
  font-weight: 700;
  line-height: 1.15;
}

.product-system-flow-subtitle {
  margin: 0 auto;
  color: #d3d8e2;
  font-size: 14px;
  line-height: 1.45;
  max-width: 860px;
}

.product-system-flow-grid {
  display: grid;
  gap: 16px;
}

.product-system-flow-row {
  display: grid;
  grid-template-columns: 1fr auto 1.35fr;
  gap: 22px;
  align-items: center;
}

.product-system-flow-step small {
  display: block;
  color: #29AAE3;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

.product-system-flow-step h3 {
  margin: 0;
  color: #f8fafc;
  font-size: clamp(24px, 3.6vw, 25px);
  font-weight: 700;
  line-height: 1.2;
}

.product-system-flow-mid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-system-flow-mid span {
  display: inline-flex;
  width: 41px;
  height: 41px;
}

.product-system-flow-card {
  background: #1D2739;
  border: 1px solid rgba(89, 116, 151, 0.35);
  border-radius: 12px;
  padding: 18px 24px;
}

.product-system-flow-card small {
  display: block;
  color: #aeb8ca;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.product-system-flow-card p {
  margin: 0;
  color: #f3f4f6;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .product-system-flow {
    padding: 56px 0 58px;
  }

  .product-system-flow-row {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }

  .product-system-flow-mid {
    display: none;
  }

  .product-system-flow-step {
    margin-top: 12px;
  }

  .product-system-flow-card {
    padding: 14px 16px;
  }
}

/* EXPOSURE CTA (UNDER THIRD-PARTY) */
.homepage-exposure-cta {
  border-bottom: 1px solid var(--border);
}

.homepage-exposure-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}

.homepage-exposure-cta-left {
  display: grid;
  gap: 24px;
}

.homepage-exposure-cta-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  background: #1f2d44;
  border: 1px solid rgba(89, 116, 151, 0.35);
  border-radius: 12px;
  padding: 16px 18px;
}

.homepage-exposure-cta-step-num {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #134b77;
  border: 1px solid rgba(70, 167, 231, 0.2);
  color: #7bd0ff;
  font-size: 14px;
  font-weight: 700;
}

 .homepage-exposure-cta-step-num::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #80CCFF;
    border-radius: 2px;
}

.homepage-exposure-cta-step small {
  display: block;
  color: #b8c0ce;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.homepage-exposure-cta-step p {
  margin: 0;
  color: #f3f4f6;
  font-family: var(--font-head);
  font-size: clamp(28px, 3.6vw, 31px);
  font-weight: 700;
  line-height: 1.2;
}

.homepage-exposure-cta-badge {
  color: #0ea5e9;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.homepage-exposure-cta-title {
  margin: 0 0 14px;
  color: #f8fafc;
  font-family: var(--font-head);
  font-size: clamp(28px, 3.6vw, 31px);
  font-weight: 700;
  line-height: 1.15;
}

.homepage-exposure-cta-desc {
  margin: 0 0 10px;
  color: #d3d8e2;
  font-size: 14px;
  line-height: 1.45;
}

.homepage-exposure-cta-actions {
  margin-top: 18px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.homepage-exposure-cta-actions .homepage-btn {
  min-height: 54px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
}

.homepage-exposure-cta-primary {
  background: #0071bc;
  color: #fff;
  border: 1px solid #0071bc;
}

.homepage-exposure-cta-primary:hover {
  background: #0064a7;
  border-color: #0064a7;
  color: #fff;
}

.homepage-exposure-cta-secondary {
  background: #344054;
  color: #fff;
  border: 1px solid #344054;
}

.homepage-exposure-cta-secondary:hover {
  background: #293241;
  border-color: #293241;
  color: #fff;
}

@media (max-width: 991px) {
  .homepage-exposure-cta-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .homepage-exposure-cta-step {
    padding: 14px;
    gap: 12px;
  }

  .homepage-exposure-cta-step-num {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }


  .homepage-exposure-cta-actions {
    flex-direction: column;
    gap: 10px;
  }

  .homepage-exposure-cta-actions .homepage-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}



/* TIERS SECTION */
.product-tiers {
  padding: 72px 0 56px;
}

.product-tiers-head {
  text-align: center;
  margin-bottom: 30px;
}

.product-tiers-badge {
  color: #1ba9ea;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.product-tiers-title {
  margin: 0;
  color: #f8fafc;
  font-size: clamp(28px, 3.6vw, 31px);
  font-weight: 700;
  line-height: 1.15;
}

.product-tiers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.product-tier-card {
  position: relative;
  background: #1f2d44;
  border: 1px solid rgba(89, 116, 151, 0.35);
  border-radius: 18px;
  padding: 24px 22px 22px;
  display: flex;
  flex-direction: column;
  min-height: 286px;
}

.product-tier-kicker {
  color: #CACFD8;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
}

.product-tier-kicker-pro {
  color: #0ea5e9;
}

.product-tier-card h3 {
  margin: 0 0 10px;
  color: #F9FAFB;
  font-size: clamp(24px, 3.6vw, 25px);
  font-weight: 700;
  line-height: 1.15;
}

.product-tier-desc {
  margin: 0 0 14px;
  color: #CBD5E1;
  font-size: 14px;
}

.product-tier-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.product-tier-card li {
  position: relative;
  padding-left: 24px;
  color: #CACFD8;
  font-size: 14px;
  line-height: 1.4;
}


.product-tier-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #80CCFF;
  border: 2px solid #1f2d44;
  font-size: 10px;
  font-weight: bold;
  color: #1f2d44;

  line-height: 1;
}

.product-tier-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  color: #f8fafc;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(160, 177, 204, 0.35);
  border-radius: 999px;
  padding: 10px 16px;
  background: var(--bg-strong-950-2, #1D2739);

}

.product-tier-btn:hover {
  color: #fff;
  border-color: rgba(179, 198, 226, 0.55);
}

.product-tier-pill {
  position: absolute;
  top: -14px;
  right: 20px;
  background: linear-gradient(90deg, #1274d9 0%, #f59e0b 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
}

@media (max-width: 1200px) {
  .product-tiers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .product-tiers {
    padding: 56px 0 42px;
  }

  .product-tiers-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* === CTA SECTION === */
.product-cta {
  padding: 72px 0 86px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.product-cta-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.product-cta-badge {
  color: #0ea5e9;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.product-cta-title {
  font-size: clamp(28px, 3.6vw, 31px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #f8fafc;
}

.product-cta-description {
  font-size: 14px;
  line-height: 1.45;
  color: #d3d8e2;
  margin-bottom: 20px;
}

.product-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.product-cta-btn {
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.22s ease;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-cta-btn-primary {
  background: #0071BC;
  border-color: #0071BC;
  color: #fff;
}

.product-cta-btn-primary:hover {
  background: #0064a7;
  border-color: #0064a7;
  transform: translateY(-2px);
  color: #fff;
}

.product-cta-btn-secondary {
  background: #344054;
  border-color: #344054;
  color: #fff;
}

.product-cta-btn-secondary:hover {
  background: #293241;
  border-color: #293241;
  transform: translateY(-2px);
  color: #fff;
}

.product-cta-btn-outline {
  background: transparent;
  color: #f8fafc;
  border-color: rgba(182, 197, 219, 0.65);
}

.product-cta-btn-outline:hover {
  border-color: #d1d9e6;
  color: #fff;
  transform: translateY(-2px);
}

/* @media (max-width: 1024px) {} */

/* === RESPONSIVE === */
@media (max-width: 991px) {


  .product-section-title {
    font-size: 36px;
  }

  .product-tools-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .product-card-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .product-hero {
    padding: 80px 0 60px;
  }

  .product-hero-title {
    font-size: 32px;
  }

  .product-hero-description {
    font-size: 16px;
  }

  .product-hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .product-btn {
    width: 100%;
    text-align: center;
  }

  .product-tools,
  .product-cta {
    padding: 60px 0;
  }

  .product-section-title {
    font-size: 25px;
  }

  .product-section-subtitle {
    font-size: 13px;
  }

  .product-card-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .product-card-left,
  .product-card-right {
    padding: 50px 20px;
  }

  .product-cta {
    margin: 50px 20px;
  }

  .product-card-title {
    font-size: 22px;
  }

  .product-card-price {
    font-size: 28px;
  }

  .product-comparison-table {
    overflow-x: scroll;
  }

  .product-table {
    min-width: 800px;
  }

  .product-tools-grid {
    grid-template-columns: 1fr;
  }

  .product-tool-card {
    padding: 30px 20px;
  }

  .product-cta-title {
    font-size: clamp(28px, 3.6vw, 31px);
  }

  .product-cta-description {
    font-size: 14px;
  }

  .product-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .product-cta-btn {
    width: 100%;
    max-width: 280px;
  }
}

