:root {
  --navy: #002f5f;
  --deep: #00284f;
  --gold: #f59a0a;
  --ink: #052d55;
  --muted: #5c6875;
  --line: #dfe5ea
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  color: #182d43;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px
}

button,
input,
select {
  font: inherit
}

.container {
  width: calc(100% - 60px);
  max-width: 1366px;
  margin: auto
}

.header {
  
  height: 76px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  gap: 32px;
  background: #fff;
  position: relative;
  z-index: 10
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  color: #082b54;
  line-height: 1;
  min-width: 220px
}

.brand-mark {
  position: relative;
  width: 37px;
  height: 37px;
  display: inline-block
}

.brand-mark:before,
.brand-mark:after,
.brand-mark i,
.brand-mark b {
  content: "";
  position: absolute;
  inset: 3px;
  border: 5px solid #0c3970;
  transform: rotate(30deg);
  border-radius: 5px
}

.brand-mark:after {
  inset: 8px;
  border-color: #f29b16;
  transform: rotate(-30deg)
}

.brand strong {
  font-size: 17px;
  letter-spacing: .4px;
  display: block
}

.brand small {
  display: block;
  font-size: 9px;
  letter-spacing: 4.2px;
  margin-top: 4px
}

.header nav {
  display: flex;
  align-items: center;
  gap: 27px;
  flex: 1;
  justify-content: center
}

.header nav a {
  font-size: 13px;
  color: #112d48;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600
}

.btn {
  border: 0;
  border-radius: 4px;
  padding: 14px 23px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  cursor: pointer;
  transition: .2s
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05)
}

.btn.navy {
  background: var(--navy);
  color: #fff
}

.btn.gold {
  background: var(--gold);
  color: #fff
}

.btn.white {
  background: #fff;
  color: #173551
}

.header-cta {
  padding: 13px 19px;
  white-space: nowrap
}

.menu-btn {
  display: none;
  background: none;
  border: 0;
  color: var(--navy);
  font-size: 24px
}

:root {
  --navy: #002f5f;
  --deep: #00284f;
  --gold: #f59a0a;
  --ink: #052d55;
  --muted: #5c6875;
  --line: #dfe5ea
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  color: #182d43;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px
}

button,
input,
select {
  font: inherit
}

.container {
  width: min(1120px, calc(100% - 48px));
  margin: auto
}

.header {
  height: 76px;
  display: flex;
  align-items: center;
  padding: 0 max(30px, calc((100vw - 1180px)/2));
  gap: 32px;
  background: #fff;
  position: relative;
  z-index: 10
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  color: #082b54;
  line-height: 1;
  min-width: 220px
}

.brand-mark {
  position: relative;
  width: 37px;
  height: 37px;
  display: inline-block
}

.brand-mark:before,
.brand-mark:after,
.brand-mark i,
.brand-mark b {
  content: "";
  position: absolute;
  inset: 3px;
  border: 5px solid #0c3970;
  transform: rotate(30deg);
  border-radius: 5px
}

.brand-mark:after {
  inset: 8px;
  border-color: #f29b16;
  transform: rotate(-30deg)
}

.brand strong {
  font-size: 17px;
  letter-spacing: .4px;
  display: block
}

.brand small {
  display: block;
  font-size: 9px;
  letter-spacing: 4.2px;
  margin-top: 4px
}

.header nav {
  display: flex;
  align-items: center;
  gap: 27px;
  flex: 1;
  justify-content: center
}

.header nav a {
  font-size: 11px;
  color: #112d48;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
  display: inline-flex;
  align-items: center
}

.header nav a.has-dropdown::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-left: 7px;
  margin-top: -3px;
  transition: transform .2s
}

.header nav a.has-dropdown:hover::after {
  transform: rotate(225deg);
  margin-top: 4px
}

.btn {
  border: 0;
  border-radius: 4px;
  padding: 14px 23px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  cursor: pointer;
  transition: .2s
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05)
}

.btn.navy {
  background: var(--navy);
  color: #fff
}

.btn.gold {
  background: #FFCA3A;
  color: #fff
}

.btn.white {
  background: #fff;
  color: #173551
}

.header-cta {
  padding: 13px 19px;
  white-space: nowrap
}

.menu-btn {
  display: none;
  background: none;
  border: 0;
  color: var(--navy);
  font-size: 24px
}

.form-message {
  color: #0f7040 !important;
  font-size: 10px !important;
  text-align: center;
  margin: 10px 0 0 !important;
  min-height: 12px
}

.hero {
  min-height: 510px;
  position: relative;
  color: #fff;
  background: linear-gradient(90deg, #001d3f 0%, rgba(0, 44, 81, .86) 48%, rgba(0, 76, 110, .35) 100%), url('https://images.unsplash.com/photo-1512453979798-5ea266f8880c?auto=format&fit=crop&w=2000&q=88') center 60%/cover no-repeat
}

.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 25, 54, .22));
  pointer-events: none
}

/* .hero-grid {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 45pxpx;
  position: relative;
  z-index: 2;
  padding-top: 66px
} */
.hero-grid {
    display: grid;
    grid-template-columns: 1fr 330px;
    gap: 45px;
    position: relative;
    z-index: 2;
    padding-top: 36px !important;
    align-items: center;
}

.eyebrow {
  color: #d28a15;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-align: center;
  margin-bottom: 10px
}

.eyebrow.light {
  text-align: left;
  color: #eea630
}

.eyebrow.light span {
  display: inline-block;
  width: 36px;
  border-top: 2px solid #eea630;
  vertical-align: middle;
  margin-right: 10px
}

.hero h1 {
  font-size: 45px;
  line-height: 1.08;
  margin: 18px 0 17px;
  letter-spacing: -.8px
}

.hero h1 em {
  font-style: normal;
  color: #FFCA3A
}

.hero-copy>p {
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 29px
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 30px
}

.hero-features>div {
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, .25);
  padding: 2px 14px 2px 0;
  margin-right: 14px
}

.hero-features>div:last-child {
  border: 0
}

.hero-features b {
  font-size: 30px;
  font-weight: 400
}

.hero-features span {
  font-size: 10px;
  line-height: 1.5
}

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

.terms {
  font-size: 9px;
  display: block;
  margin-top: 22px
}

.eligibility {
  background: #fff;
  color: #24384d;
  padding: 26px 27px 24px;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .25);
  height: max-content
}

.eligibility h2 {
  text-align: center;
  font-size: 21px;
  color: #173450;
  margin: 0
}

.gold-line {
  width: 35px;
  border-top: 2px solid #e5a11d;
  margin: 10px auto 18px
}

.eligibility input,
.eligibility select {
  width: 100%;
  height: 39px;
  border: 1px solid #dce1e5;
  padding: 0 11px;
  margin-bottom: 7px;
  color: #6f7882;
  background: #fff
}

.eligibility .full {
  width: 100%;
  margin-top: 3px
}

.eligibility small {
  display: block;
  text-align: center;
  color: #959ba1;
  font-size: 8px;
  margin-top: 14px
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 76px
}

.submenu {
  position: absolute;
  top: 62px;
  left: 50%;
  width: 205px;
  padding: 8px 0;
  background: #fff;
  border-top: 3px solid var(--gold);
  border-radius: 0 0 5px 5px;
  box-shadow: 0 12px 28px rgba(0, 30, 60, .18);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity .18s, transform .18s, visibility .18s;
  z-index: 30
}

.submenu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--gold)
}

.header nav .submenu a {
  display: block;
  padding: 10px 15px;
  font-size: 10px;
  font-weight: 600;
  color: #173551;
  white-space: normal
}

.header nav .submenu a:hover,
.header nav .submenu a:focus {
  background: #f3f7fa;
  color: #e28d08;
  padding-left: 19px
}

.nav-item:hover .submenu,
.nav-item:focus-within .submenu,
.nav-item.dropdown-open .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0)
}

.nav-item:hover>.has-dropdown::after,
.nav-item:focus-within>.has-dropdown::after,
.nav-item.dropdown-open>.has-dropdown::after {
  transform: rotate(225deg);
  margin-top: 8px
}

.section {
  padding: 31px 0 35px
}

.section h2 {
  text-align: center;
  color: #092e55;
  font-size: 27px;
  line-height: 1.2;
  margin: 0
}

.cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px
}

.solution-card {
  grid-column: span 3;
  min-height: 270px;
  border: 1px solid #e2e6e9;
  border-radius: 5px;
  padding: 19px 17px 15px;
  box-shadow: 0 4px 14px rgba(14, 44, 70, .06);
  position: relative
}

.solution-card.wide {
  grid-column: span 4;
  min-height: 215px;
  padding-left: 97px
}

.icon-badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #00386d;
  color: #fff;
  font-size: 28px;
  margin-bottom: 14px
}

.gold-bg {
  background: var(--gold)
}

.solution-card.wide .icon-badge {
  position: absolute;
  left: 17px;
  top: 18px
}

.solution-card h3 {
  font-size: 15px;
  color: #0c3157;
  margin: 0 0 12px
}

.solution-card ul {
  padding-left: 17px;
  margin: 0 0 30px;
  line-height: 1.75;
  font-size: 11px
}

.solution-card a {
  position: absolute;
  left: 17px;
  bottom: 14px;
  text-decoration: none;
  color: #0c3157;
  font-size: 11px;
  font-weight: 700
}

.solution-card.wide a {
  left: 17px
}

.how {
  background: #f8fafc;
  padding-top: 28px
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 22px
}

.steps article {
  position: relative;
  text-align: center;
  padding: 0 27px;
  min-height: 198px;
  border-right: 1px solid #d9dfe5
}

.steps article:last-child {
  border: 0
}

.step-no {
  position: absolute;
  left: 50px;
  top: 0;
  background: #f6a00b;
  color: #fff;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px
}

.step-icon {
  width: 72px;
  height: 72px;
  border: 1px solid #dce3e9;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 8px auto 17px;
  background: white;
  color: #0e3763;
  font-size: 30px
}

.steps h3 {
  font-size: 13px;
  color: #0c3157;
  margin: 0 0 9px
}

.steps p {
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
  color: #405262
}

.stats {
  background: #003566;
  color: #fff;
  border-radius: 5px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px 38px;
  margin-top: 13px
}

.stats>div {
  display: flex;
  gap: 17px;
  align-items: center;
  padding: 0 35px;
  border-right: 1px solid rgba(255, 255, 255, .18)
}

.stats>div:last-child {
  border: 0
}

.stats b {
  font-size: 36px;
  font-weight: 400
}

.stats strong {
  font-size: 24px;
  white-space: nowrap
}

.stats small {
  font-size: 10px;
  display: block;
  font-weight: 400;
  margin-top: 3px
}

.industry {
  padding-top: 28px
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  margin-top: 23px
}

.industry-grid>div {
  text-align: center;
  border-right: 1px solid #e1e5e8;
  min-height: 90px;
  padding: 0 9px
}

.industry-grid>div:last-child {
  border: 0
}

.industry-grid b {
  font-size: 29px;
  color: #496074;
  display: block;
  height: 43px;
  font-weight: 400
}

.industry-grid span {
  color: #163550;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4
}

.cta {
  height: 190px;
  background: #f0f3f5;
  display: grid;
  grid-template-columns: 290px 1fr 230px;
  align-items: center;
  margin-top: 30px;
  border-radius: 4px;
  overflow: hidden
}

.cta-img {
  height: 100%;
  background: url('https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=800&q=85') center/cover
}

.cta-copy {
  padding: 0 35px
}

.cta-copy h2 {
  text-align: left;
  font-size: 23px;
  margin-bottom: 10px
}

.cta-copy p {
  font-size: 11px;
  line-height: 1.6;
  color: #475867
}

.cta-copy .btn {
  font-size: 11px;
  padding: 12px 20px
}

.cta ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.cta li {
  font-size: 11px;
  margin: 15px 0
}

.cta li:before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border: 1px solid #20496c;
  border-radius: 50%;
  margin-right: 11px;
  color: #173d61;
  font-weight: 700
}

footer {
  background: #002d58;
  color: #fff;
  padding-top: 37px
}

.footer-grid {
  padding-bottom: 26px
}

.brand.inverted {
  color: #fff;
  min-width: 0;
  margin-bottom: 19px
}

.inverted .brand-mark:before,
.inverted .brand-mark i,
.inverted .brand-mark b {
  border-color: #fff
}

.footer-grid h3 {
  font-size: 14px;
  margin: 0 0 14px
}

.footer-grid p {
  font-size: 10px;
  line-height: 1.65;
  color: #dbe4ec;
  margin: 6px 0
}

.footer-grid a:not(.brand) {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  line-height: 1.7
}

.social {
  display: flex;
  align-items: center;
  gap: 12px; /* Adjust spacing between icons as needed */
}

/* Optional styling for icon sizing and hover effects */
.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px; /* Adjust icon size */
  color: inherit;   /* Inherits parent text color */
  transition: opacity 0.2s ease;
}

.social a:hover {
  opacity: 0.8;
}

.footer-grid .btn {
  margin-top: 12px;
  font-size: 10px;
  padding: 11px 20px
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .13);
  display: flex;
  justify-content: space-between;
  padding: 16px max(30px, calc((100vw - 1120px)/2));
  font-size: 9px;
  color: #d2dde7
}

@media(max-width:1050px) {
  .container {
    width: calc(100% - 56px)
  }

  .header {
    height: 64px;
    padding: 0 20px;
    gap: 8px
  }

  .brand {
    min-width: 145px;
    gap: 6px
  }

  .brand-mark {
    width: 30px;
    height: 30px
  }

  .brand strong {
    font-size: 12px
  }

  .brand small {
    font-size: 6px;
    letter-spacing: 3px
  }

  .header nav {
    gap: 9px
  }

  .header nav a {
    font-size: 7.5px
  }

  .nav-item {
    height: 64px
  }

  .submenu {
    top: 53px;
    width: 170px
  }

  .header nav .submenu a {
    font-size: 8px;
    padding: 8px 12px
  }

  .header-cta {
    padding: 10px 12px;
    font-size: 8px;
    gap: 8px
  }

  .hero {
    min-height: 325px
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 245px;
    gap: 34px;
    padding-top: 38px
  }

  .hero h1 {
    font-size: 31px;
    margin: 13px 0 12px
  }

  .hero-copy>p {
    font-size: 10px;
    margin-bottom: 17px
  }

  .eyebrow {
    font-size: 8px;
    margin-bottom: 7px
  }

  .hero-features {
    margin-bottom: 17px
  }

  .hero-features>div {
    gap: 5px;
    padding-right: 7px;
    margin-right: 7px
  }

  .hero-features b {
    font-size: 21px
  }

  .hero-features span {
    font-size: 7px
  }

  .hero-actions {
    gap: 9px
  }

  .hero-actions .btn {
    font-size: 8px;
    padding: 11px 14px;
    gap: 10px
  }

  .terms {
    font-size: 6px;
    margin-top: 12px
  }

  .eligibility {
    padding: 17px 17px 14px;
    margin-bottom: 18px;
  }

  .eligibility h2 {
    font-size: 14px
  }

  .gold-line {
    margin: 7px auto 10px;
    width: 27px
  }

  .eligibility input,
  .eligibility select {
    height: 27px;
    font-size: 8px;
    margin-bottom: 5px
  }

  .eligibility .btn {
    font-size: 8px;
    padding: 9px
  }

  .eligibility small {
    font-size: 6px;
    margin-top: 8px
  }

  .section {
    padding: 23px 0 25px
  }

  .section h2 {
    font-size: 20px
  }

  .cards {
    gap: 11px
  }

  .solution-card {
    min-height: 202px;
    padding: 13px 11px
  }

  .solution-card.wide {
    min-height: 155px;
    padding: 13px 11px 43px 70px
  }

  .icon-badge {
    width: 45px;
    height: 45px;
    font-size: 20px;
    margin-bottom: 10px
  }

  .solution-card.wide .icon-badge {
    left: 12px;
    top: 13px
  }

  .solution-card h3 {
    font-size: 10px;
    margin-bottom: 7px
  }

  .solution-card ul {
    font-size: 8px;
    line-height: 1.7;
    margin-bottom: 22px;
    padding-left: 12px
  }

  .solution-card a {
    font-size: 8px;
    left: 11px;
    bottom: 10px
  }

  .steps {
    margin-top: 15px
  }

  .steps article {
    padding: 0 15px;
    min-height: 150px
  }

  .step-no {
    left: 25px;
    width: 23px;
    height: 23px;
    font-size: 8px
  }

  .step-icon {
    width: 52px;
    height: 52px;
    font-size: 21px;
    margin: 6px auto 12px
  }

  .steps h3 {
    font-size: 9px
  }

  .steps p {
    font-size: 8px
  }

  .stats {
    padding: 17px 20px
  }

  .stats>div {
    padding: 0 14px;
    gap: 10px
  }

  .stats b {
    font-size: 25px
  }

  .stats strong {
    font-size: 17px
  }

  .stats small {
    font-size: 7px
  }

  .industry-grid {
    margin-top: 16px
  }

  .industry-grid>div {
    min-height: 70px;
    padding: 0 5px
  }

  .industry-grid b {
    font-size: 21px;
    height: 34px
  }

  .industry-grid span {
    font-size: 7px
  }

  .cta {
    height: 145px;
    grid-template-columns: 205px 1fr 165px;
    margin-top: 22px
  }

  .cta-copy {
    padding: 0 22px
  }

  .cta-copy h2 {
    font-size: 16px
  }

  .cta-copy p,
  .cta-copy .btn,
  .cta li {
    font-size: 8px
  }

  .cta-copy .btn {
    padding: 9px 13px
  }

  .cta li {
    margin: 10px 0
  }

  .footer-grid {
    gap: 18px;
    padding-bottom: 18px
  }

  .footer-grid h3 {
    font-size: 10px
  }

  .footer-grid p,
  .footer-grid a:not(.brand) {
    font-size: 7px
  }

  .footer-bottom {
    font-size: 7px
  }
}

@media(max-width:620px) {
  .container {
    width: min(100% - 32px, 520px)
  }

  .header {
    height: 66px;
    justify-content: space-between
  }

  .brand {
    min-width: 0
  }

  .header .brand strong {
    font-size: 14px
  }

  .header nav {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 12px 25px 18px;
    box-shadow: 0 7px 15px rgba(0, 0, 0, .12);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100vh - 66px);
    overflow-y: auto
  }

  .header nav.open {
    display: flex
  }

  .header nav>a,
  .nav-item>.has-dropdown {
    padding: 11px 0;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #edf0f2;
    font-size: 10px
  }

  .nav-item {
    display: block;
    width: 100%;
    height: auto
  }

  .submenu {
    position: static;
    width: 100%;
    max-height: 0;
    padding: 0 0 0 12px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    transform: none;
    transition: max-height .25s
  }

  .submenu::before {
    display: none
  }

  .nav-item:hover .submenu,
  .nav-item:focus-within .submenu {
    max-height: 0;
    transform: none
  }

  .nav-item.dropdown-open .submenu {
    max-height: 220px;
    transform: none;
    padding-top: 5px;
    padding-bottom: 7px
  }

  .header nav .submenu a {
    padding: 8px 12px;
    border-left: 2px solid #e7edf2;
    font-size: 9px
  }

  .menu-btn {
    display: block;
    margin-left: auto
  }

  .header-cta {
    display: none
  }

  .hero {
    min-height: auto
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding: 45px 0 35px
  }

  .hero-copy {
    text-align: center
  }

  .eyebrow.light {
    text-align: center
  }

  .hero h1 {
    font-size: 34px
  }

  .hero-copy>p {
    font-size: 12px
  }

  .hero-features {
    max-width: 500px;
    margin: 22px auto
  }

  .hero-features span {
    font-size: 8px
  }

  .hero-actions {
    justify-content: center
  }

  .hero-actions .btn {
    font-size: 10px
  }

  .eligibility {
    max-width: 470px;
    width: 100%;
    margin: auto;
    padding: 23px 18px
  }

  .eligibility h2 {
    font-size: 18px
  }

  .eligibility input,
  .eligibility select {
    height: 36px;
    font-size: 10px
  }

  .terms {
    text-align: center
  }

  .solution-card {
    grid-column: span 6;
    min-height: 240px
  }

  .solution-card.wide {
    grid-column: span 6;
    min-height: 240px;
    padding: 15px 13px 48px
  }

  .solution-card.wide .icon-badge {
    position: static
  }

  .solution-card h3 {
    font-size: 12px
  }

  .solution-card ul,
  .solution-card a {
    font-size: 9px
  }

  .steps {
    grid-template-columns: 1fr 1fr
  }

  .steps article:nth-child(2) {
    border-right: 0
  }

  .stats {
    grid-template-columns: 1fr 1fr;
    gap: 20px
  }

  .stats>div:nth-child(2) {
    border-right: 0
  }

  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
  }

  .industry-grid>div:nth-child(3n) {
    border: 0
  }

  .cta {
    height: auto;
    grid-template-columns: 1fr 1.3fr
  }

  .cta-img {
    min-height: 190px
  }

  .cta ul {
    grid-column: 1/-1;
    display: flex;
    justify-content: space-around;
    padding: 0 15px
  }

  .footer-grid>div:nth-child(4),
  .footer-grid>div:nth-child(5) {
    margin-top: 12px
  }

  .footer-bottom {
    padding: 16px;
    gap: 20px
  }
}

@media(max-width:440px) {
  body {
    font-size: 13px
  }

  .container {
    width: calc(100% - 24px)
  }

  .brand-mark {
    width: 31px;
    height: 31px
  }

  .brand small {
    letter-spacing: 3px
  }

  .hero-grid {
    padding-top: 38px
  }

  .hero h1 {
    font-size: 31px
  }

  .hero-copy>p br {
    display: none
  }

  .hero-features {
    grid-template-columns: 1fr 1fr;
    gap: 18px
  }

  .hero-features>div:nth-child(2) {
    border: 0
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch
  }

  .hero-actions .btn {
    width: 100%
  }

  .section h2 {
    font-size: 21px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .cards {
    display: block
  }

  .solution-card,
  .solution-card.wide {
    min-height: auto;
    margin-bottom: 14px;
    padding: 17px 17px 52px
  }

  .solution-card.wide .icon-badge {
    position: static
  }

  .steps {
    display: block
  }

  .steps article {
    border-right: 0;
    border-bottom: 1px solid #d9dfe5;
    padding: 10px 25px 22px;
    min-height: 0
  }

  .step-no {
    left: calc(50% - 54px);
    top: 10px
  }

  .stats {
    grid-template-columns: 1fr;
    padding: 23px
  }

  .stats>div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    padding: 14px 25px
  }

  .stats>div:last-child {
    border: 0
  }

  .industry-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .industry-grid>div:nth-child(3n) {
    border-right: 1px solid #e1e5e8
  }

  .industry-grid>div:nth-child(2n) {
    border: 0
  }

  .cta {
    grid-template-columns: 1fr;
    text-align: center
  }

  .cta-img {
    min-height: 190px
  }

  .cta-copy {
    padding: 25px 18px
  }

  .cta-copy h2 {
    text-align: center
  }

  .cta ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    padding: 0 25px 18px
  }

 


  .footer-bottom {
    text-align: center
  }

  .desktop {
    display: none
  }
}

@media (max-width: 620px) {
  .solution-card {
    text-align: center;
  }

  .solution-card .icon-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .solution-card ul {
    text-align: left;
    width: fit-content;
    margin: 0 auto;
    padding-left: 20px;
  }

  .solution-card a {
    display: block;
    text-align: center;
  }

  .solution-card>a {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 620px) {

  #steps {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 !important;
    width: 100% !important;
  }

  #steps article {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    padding: 20px 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  #steps .step-no {
    display: block !important;
    margin: 0 auto 8px !important;
  }

  #steps .step-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 10px !important;
  }

  #steps h3 {
    width: 100% !important;
    margin: 0 0 8px !important;
    text-align: center !important;
  }

  #steps p {
    width: 100% !important;
    max-width: 150px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
}

@media (max-width: 620px) {

  #steps .step-no {
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 auto 8px !important;
    line-height: 1 !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

}

/* Mobile Stats Section */
@media (max-width: 620px) {

  .stats {
    width: calc(100% - 24px);
    margin: 10px auto 0;
    padding: 8px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    box-sizing: border-box;
    border-radius: 5px;
  }

  .stats>div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 7px 6px;
    box-sizing: border-box;
    border: 0;
  }

  /* Vertical divider */
  .stats>div:nth-child(1),
  .stats>div:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }

  /* Middle horizontal divider only */
  .stats>div:nth-child(1),
  .stats>div:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .stats>div b {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 7px;
    font-size: 15px;
  }

  .stats>div strong {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.1;
    font-size: 12px;
    margin: 0;
  }

  .stats>div strong small {
    display: block;
    margin-top: 2px;
    font-size: 6px;
    line-height: 1.2;
  }
}


/* ===== SITE TYPOGRAPHY ===== */

:root {
  --text-sm: 12px;
  --text-xs: 11px;
  --text-body: 16px;
}

.hero-copy>p,
.cta-copy p {
  font-size: var(--text-body);
}

.solution-card ul,
.hero-features span,
.steps p,
.cta li {
  font-size: var(--text-sm);
}

.solution-card a,
.industry-grid span,
.footer-grid p,
.footer-grid a:not(.brand) {
  font-size: var(--text-xs);
}

.solution-card h3 {
  font-size: 16px
}

.steps h3 {
  font-size: 14px
}

.stats small {
  font-size: 11px
}

.footer-bottom {
  font-size: 10px
}

@media(max-width:620px) {
  :root {
    --text-sm: 11px;
    --text-xs: 10px;
    --text-body: 14px;
  }

  .solution-card h3 {
    font-size: 14px
  }

  .steps h3 {
    font-size: 13px
  }
}

/* =========================================
   FINANCING CARDS - MOBILE
   ========================================= */

@media (max-width: 620px) {

  .cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  .solution-card,
  .solution-card.wide {
    width: 100%;
    min-height: auto;
    height: auto;

    padding: 16px 18px;
    margin: 0;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
  }

  /* ICON */
  .solution-card .icon-badge,
  .solution-card.wide .icon-badge {
    position: static;

    width: 48px;
    height: 48px;
    margin: 0 0 9px;

    display: grid;
    place-items: center;

    font-size: 20px;
  }

  /* TITLE */
  .solution-card h3 {
    width: 100%;
    margin: 0 0 7px;

    font-size: 14px;
    line-height: 1.3;
  }

  /* DETAILS */
  .solution-card ul {
    width: fit-content;
    max-width: 100%;

    margin: 0 auto 7px;
    padding-left: 17px;

    text-align: left;

    font-size: 11px;
    line-height: 1.5;
  }

  .solution-card li {
    margin-bottom: 2px;
  }

  .solution-card li:last-child {
    margin-bottom: 0;
  }

  /* LEARN MORE */
  .solution-card a,
  .solution-card.wide a {
    position: static;

    margin: 3px auto 0;

    font-size: 11px;
    line-height: 1.3;
  }
}


/* =========================================
   SMALL PHONES
   ========================================= */

@media (max-width: 440px) {

  .solution-card,
  .solution-card.wide {
    padding: 14px 15px;
  }

  .solution-card .icon-badge,
  .solution-card.wide .icon-badge {
    width: 44px;
    height: 44px;
    margin-bottom: 8px;

    font-size: 18px;
  }

  .solution-card h3 {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .solution-card ul {
    font-size: 11px;
    line-height: 1.45;
    margin-bottom: 6px;
  }

  .solution-card a,
  .solution-card.wide a {
    font-size: 11px;
  }
}

/* =========================================
   blog
   ========================================= */
:root {
  --primary-bg: #f8fafc;
  --hero-bg: #0f172a;
  --card-bg: #ffffff;
  --accent-gold: #c59b27;
  --accent-navy: #1e3a8a;
  --text-main: #1e293b;
  --text-muted: #64748b;
  --border-color: #e2e8f0;
  --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  --shadow-hover: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
  background-color: var(--primary-bg);
  color: var(--text-main);
  line-height: 1.6;
}

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

/* Header Banner Styling */
.blog-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 60px 0;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}

.blog-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 12px;
  font-weight: 700;
  color: #ffffff;
}

.blog-hero h1 span {
  color: var(--accent-gold);
}

.blog-hero p {
  color: #94a3b8;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Page Layout Grid */
.blog-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .blog-layout {
    grid-template-columns: 2.5fr 1fr;
  }
}

/* Post Cards Grid */
.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.card {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

/* Image Fallbacks */
.card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background-color: #cbd5e1;
  display: block;
}

.card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent-gold);
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}

.card-title {
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #0f172a;
  line-height: 1.4;
  font-weight: 700;
}

.card-title a {
  color: inherit;
  text-decoration: none;
}

.card-title a:hover {
  color: var(--accent-navy);
}

.card-excerpt {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 20px;
  flex-grow: 1;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  border-top: 1px solid var(--border-color);
  padding-top: 14px;
}

.read-btn {
  color: var(--accent-navy);
  text-decoration: none;
  font-weight: 700;
}

/* Sidebar Components */
.sidebar-box {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-sm);
}

.sidebar-title {
  font-size: 1.1rem;
  color: #0f172a;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--accent-gold);
}

.categories-list {
  list-style: none;
}

.categories-list li {
  margin-bottom: 10px;
}

.categories-list a {
  color: var(--text-muted);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

.categories-list a:hover {
  color: var(--accent-navy);
}

.cta-box {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  color: #ffffff;
  text-align: center;
}

.cta-box h3 {
  color: #ffffff;
  margin-bottom: 10px;
}

.cta-box p {
  font-size: 0.9rem;
  color: #cbd5e1;
  margin-bottom: 18px;
}

.cta-btn {
  display: block;
  background-color: var(--accent-gold);
  color: #0f172a;
  font-weight: 700;
  padding: 10px;
  border-radius: 6px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.finance-calc-wrapper {
  font-family: system-ui, -apple-system, sans-serif;
  padding: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.calc-container {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  gap: 0;
}

@media (min-width: 768px) {
  .calc-container {
    flex-direction: row;
  }
}

/* Left Main Panel */
.calc-main {
  background-color: #f2f9f9;
  padding: 40px;
  flex: 1.3;
  border-radius: 20px 0 0 20px;
}

.calc-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 30px;
  margin-top: 0;
}

.input-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  .input-grid {
    grid-template-columns: 1fr;
  }
}

.input-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.input-box {
  display: flex;
  align-items: center;
  background-color: #a2deda;
  border-radius: 20px;
  padding: 10px 18px;
}

.input-box input {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 14px;
  color: #1a252f;
  outline: none;
  font-weight: 500;
}

.input-box .unit {
  font-size: 13px;
  font-weight: 700;
  color: #2c3e50;
  margin-left: 8px;
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn-calc {
  background-color: #122c2d;
  color: #ffffff;
  border: none;
  padding: 10px 28px;
  border-radius: 20px;
  font-weight: 700;
  cursor: pointer;
}

.btn-clear {
  background-color: #6a6e6e;
  color: #ffffff;
  border: none;
  padding: 10px 28px;
  border-radius: 20px;
  font-weight: 700;
  cursor: pointer;
}

/* Right Sidebar Panel */
.calc-sidebar {
  background-color: #a2deda;
  padding: 30px 25px;
  flex: 1;
  border-radius: 0 20px 20px 0;
}

.result-block {
  margin-bottom: 25px;
}

.block-title {
  font-size: 13px;
  font-weight: 700;
  color: #122c2d;
  margin-bottom: 15px;
  margin-top: 0;
}

.result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(18, 44, 45, 0.2);
  font-size: 13px;
  color: #2c3e50;
}

.result-row strong {
  font-weight: 700;
  color: #122c2d;
}
