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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
  height: 100%; }

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  color: #717070;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

main {
  flex: 1 0 auto; }

footer {
  flex-shrink: 0; }

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto; }

ul, ol {
  list-style: none; }

input,
button,
textarea,
select {
  font: inherit;
  border: none;
  background: none; }

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "owners", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #717070;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4 {
  font-family: "pressio", system-ui, -apple-system, sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  color: #0a2438;
  margin-top: 0; }

h1, .hero-header {
  font-size: clamp(2.5rem, 5vw, 4rem);
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem; }
  .hero h1, .hero .hero-header {
    color: #ffffff; }

h2, .section-header {
  font-size: clamp(26px, 5vw, 48px);
  margin-bottom: 1.25rem;
  letter-spacing: 0.02em; }
  h2.text-center, .section-header.text-center {
    margin-inline: auto; }

h3 {
  font-family: "owners", system-ui, -apple-system, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem; }

p {
  margin-bottom: 1.5rem;
  max-width: 75ch; }
  p.tagline {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
    max-width: 60ch; }
    .hero p.tagline {
      color: #ffffff;
      opacity: 0.95; }
  p.lead-text {
    font-size: 1.25rem;
    color: #0a2438;
    line-height: 1.5; }

.text-navy {
  color: #0a2438; }

.text-teal {
  color: #2c9ab7; }

.text-white {
  color: #ffffff; }

.font-bold {
  font-weight: 700; }

.font-normal {
  font-weight: 500; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }
  .container--narrow {
    max-width: 800px; }

.split-layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 80px;
  align-items: center; }
  .split-layout .image-block, .split-layout .content-block {
    flex: 1;
    width: 100%; }
  @media (min-width: 768px) {
    .split-layout {
      flex-direction: row;
      gap: 60px; }
      .split-layout:nth-child(even) {
        flex-direction: row-reverse; }
      .split-layout .content-block {
        flex: 1.2; } }

.section-spacer {
  padding: 80px 0; }
  @media (max-width: 768px) {
    .section-spacer {
      padding: 40px 0; } }

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block; }

.shadow-style {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.text-center {
  text-align: center; }

.hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
  min-height: 75vh;
  text-align: center;
  padding: 120px 24px 80px;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(10, 36, 56, 0.8) 0%, rgba(10, 36, 56, 0.32) 100%); }
  .hero > * {
    position: relative;
    z-index: 2; }
  .hero h1, .hero .hero-header {
    margin-bottom: 2rem;
    line-height: 1.1;
    font-size: clamp(2.5rem, 8vw, 4.5rem); }
  .hero .tagline {
    max-width: 40ch;
    margin: 0 auto 3rem;
    font-size: 1.25rem;
    font-family: "owners", system-ui, -apple-system, sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .hero {
      min-height: 70vh;
      padding: 100px 25px 60px; }
      .hero .tagline {
        font-size: 1.15rem; } }

.hero-home {
  background-image: url("../img/stock/AdobeStock_1309800598.jpeg"); }

.hero-buyers {
  background-image: url("../img/stock/AdobeStock_1166789728.jpeg"); }

.hero-sellers {
  background-image: url("../img/stock/AdobeStock_1069160333.jpeg"); }

.hero-insights {
  background-image: url("../img/stock/AdobeStock_221437875.jpeg"); }

.footer_banner {
  background: linear-gradient(160deg, #0a2438, #0e324e);
  padding: 80px 24px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .footer_banner h2 {
    color: #ffffff;
    margin-bottom: 0; }
  .footer_banner p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    max-width: 68ch;
    margin: 0 auto; }
  .footer_banner .banner-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    gap: 15px; }
    @media screen and (max-width: 767px) {
      .footer_banner .banner-actions {
        flex-direction: column;
        width: 100%; } }

.copyright {
  background-color: #061622;
  color: #ffffff;
  padding: 40px 20px;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.8; }
  .copyright strong {
    display: block;
    margin-bottom: 8px;
    letter-spacing: 3px;
    color: #ffffff; }
  .copyright a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
    text-decoration: none; }
    .copyright a:hover {
      color: #2c9ab7; }

.back-to-top {
  display: inline-block;
  margin-top: 20px;
  font-size: 0.75rem;
  opacity: 0.6;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  color: inherit;
  transition: all 0.2s ease; }
  .back-to-top:hover {
    opacity: 1;
    color: #2c9ab7; }

.split-layout {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: flex-start;
  margin-bottom: clamp(5rem, 12vh, 10rem); }
  .split-layout .content-block {
    flex: 1.2;
    width: 100%; }
    .split-layout .content-block h3 {
      margin-bottom: 1.5rem;
      line-height: 1.2;
      font-size: 1.75rem; }
    .split-layout .content-block p {
      line-height: 1.8;
      margin-bottom: 1.5rem;
      max-width: 65ch; }
  .split-layout .image-block {
    flex: 1;
    width: 100%; }
    .split-layout .image-block img {
      border-radius: 12px;
      width: 100%;
      height: auto;
      object-fit: cover;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 768px) {
    .split-layout {
      flex-direction: row;
      align-items: center;
      gap: 80px; }
      .split-layout:nth-child(even) {
        flex-direction: row-reverse; } }

.cta-card {
  background: #0a2438;
  padding: clamp(80px, 12vh, 120px) 35px;
  border-radius: 4px;
  color: #ffffff;
  text-align: center; }
  .cta-card h2 {
    margin-bottom: 2rem;
    font-size: clamp(2rem, 5vw, 2.8rem); }
  .cta-card p {
    margin-bottom: 3rem;
    line-height: 1.8;
    font-size: 1.2rem; }

.main-header {
  background-color: #0a2438;
  height: 70px;
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  overflow: visible !important; }
  .main-header.scrolled {
    height: 60px; }
    .main-header.scrolled .logo-img {
      height: 40px; }
  .main-header .logo {
    display: flex;
    align-items: center;
    text-decoration: none; }
  .main-header .logo-img {
    height: 55px;
    width: auto;
    transition: height 0.3s ease; }
    @media screen and (max-width: 767px) {
      .main-header .logo-img {
        height: 45px; } }
  .main-header .nav-toggle {
    display: block;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 32px;
    cursor: pointer;
    z-index: 9999;
    position: relative; }
    @media screen and (min-width: 768px) {
      .main-header .nav-toggle {
        display: none; } }
  @media screen and (max-width: 767px) {
    .main-header nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: #0a2438;
      z-index: 9000;
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .main-header nav.open {
        display: flex !important; } }
  @media screen and (min-width: 768px) {
    .main-header nav {
      display: block; } }
  .main-header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      .main-header nav ul {
        flex-direction: column;
        align-items: center;
        gap: 30px; } }
  .main-header nav li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    transition: color 0.3s ease; }
    @media screen and (max-width: 767px) {
      .main-header nav li a {
        font-size: 2rem;
        padding: 15px; } }
    .main-header nav li a:hover, .main-header nav li a.active {
      color: #2c9ab7; }

body.nav-open {
  overflow: hidden !important; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  font-family: "owners", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
  border: 2px solid transparent;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .button {
      display: flex;
      width: 100%;
      padding: 18px 24px; } }
  .button-primary {
    color: #ffffff;
    border-color: #ffffff;
    background: transparent; }
    .button-primary:hover, .button-primary:focus {
      background: #ffffff;
      color: #0a2438;
      transform: translateY(-3px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); }
  .button-accent {
    background-color: #2c9ab7;
    color: #ffffff;
    border-color: #2c9ab7; }
    .button-accent:hover, .button-accent:focus {
      background-color: transparent;
      color: #2c9ab7;
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(44, 154, 183, 0.2); }
  .button-secondary {
    background-color: #0a2438;
    color: #ffffff;
    border-color: #0a2438; }
    .button-secondary:hover, .button-secondary:focus {
      background-color: #2c9ab7;
      border-color: #2c9ab7;
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(10, 36, 56, 0.15); }
  .button-ghost {
    color: #717070;
    border-color: rgba(113, 112, 112, 0.3);
    background: transparent; }
    .button-ghost:hover, .button-ghost:focus {
      border-color: #2c9ab7;
      color: #2c9ab7;
      background: rgba(44, 154, 183, 0.05); }
  .button:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }

.nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  padding: 40px 0;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .nav-grid {
      grid-template-columns: 1fr;
      gap: 15px;
      padding: 20px 0; } }

.grid-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, box-shadow;
  background-color: #0a2438;
  color: #ffffff;
  padding: 50px 30px;
  text-align: center;
  font-family: "pressio", system-ui, -apple-system, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none; }
  .grid-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(10, 36, 56, 0.2); }
  .grid-card:active {
    transform: translateY(-4px); }
  .grid-card:hover {
    background-color: #2c9ab7;
    color: #ffffff; }

.insight-box {
  background: #ffffff;
  color: #0a2438;
  padding: 30px;
  border-radius: 12px;
  border-left: 5px solid #2c9ab7;
  box-shadow: 0 4px 15px rgba(10, 36, 56, 0.12);
  margin-bottom: 30px;
  transition: all 0.2s ease; }
  .insight-box h3 {
    color: #0a2438;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .insight-box p {
    color: #717070;
    font-size: 0.95rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .insight-box:hover {
    box-shadow: 0 8px 25px rgba(10, 36, 56, 0.1);
    border-left-color: #0a2438; }
