:root {
  --hubpro-navy: #1a3a5c;
  --hubpro-navy-light: #21476e;
  --hubpro-navy-dark: #122b4a;
  --hubpro-orange: #ff6a00;
  --hubpro-orange-dark: #e05e00;
  --hubpro-steel: #a0b3c8;
  --hubpro-green: #22c55e;
  --white: #ffffff;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans 3", sans-serif;
  background: var(--hubpro-navy);
  color: var(--white);
  line-height: 1.5;
}

h1, h2, h3, h4 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1280px, 94%);
  margin: 0 auto;
}

.section {
  padding: 80px 0;
}

.section-divider-top {
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
  margin-top: -64px;
  padding-top: 124px;
}

.navbar {
  position: fixed;
  inset: 0 0 auto 0;
  height: 72px;
  z-index: 50;
  background: rgba(18, 43, 74, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", sans-serif;
}

.logo > span:last-child {
  color: #fffaf7;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 28px;
}

.logo-mark {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6a00;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.nav-links {
  display: flex;
  align-items: center;
  color: var(--hubpro-steel);
  font-weight: 600;
  font-size: 14px;
}

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

.nav-links a {
  padding: 8px 12px;
}

.active{
  color: var(--hubpro-orange);

}
.nav-project-leads {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8px 12px;
  line-height: 20px;
  white-space: nowrap;
}

/* .nav-project-leads::before {
  content: "FREE";
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6a00;
  border-radius: 22369600px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.45px;
  line-height: 9px;
  padding: 2px 6px;
  text-transform: uppercase;
} */

.nav-project-leads:hover {
  color: #ff7f24;
}

.nav-auth {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
}

.nav-login {
  color: #b1c0d2;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.nav-login:hover {
  color: var(--white);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #ff6a00;
  box-shadow: 0 0 0 0 #0000;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.35px;
  line-height: 20px;
  transition: background 0.2s ease;
}

.nav-cta:hover {
  background: var(--hubpro-orange-dark);
}

.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  padding-top: 72px;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(18, 43, 74, 0.72), rgba(18, 43, 74, 0.52)),
    url("https://d2xsxph8kpxj0f.cloudfront.net/310519663243066473/kBK8wf4TTX9MDvUnPpkY2A/hero-home-6v8xTf7Fkir6mFt26RXNyv.webp") center/cover no-repeat;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 44px 0 72px;
  text-align: left;
}

.eyebrow {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  border: 1px solid rgba(255, 106, 0, 0.4);
  background: rgba(255, 106, 0, 0.12);
  color: var(--hubpro-orange);
  padding: 8px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 22px;
}

/* home page */
.hero p.text-gray-300{
  color: oklch(0.872 0.01 258.338);
  line-height:32.5px;
  width: 620px;
}
.hero p.text-xl{
  font-size: 20px !important;

}
.leading-relaxed{
  font-family: 'Source Sans 3';
}
.text-white{
  color: white;
}
.view-opportunity{
      display: flex;
    justify-content: center;
    margin: 38px 0 0;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--hubpro-orange);
  animation: pulse 1.2s infinite;
}

@keyframes pulse {
  0% { opacity: 0.4; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.05); }
  100% { opacity: 0.4; transform: scale(0.9); }
}

.hero h1 {
  font-size: clamp(42px, 8vw, 100px);
  line-height: 0.95;
  margin-bottom: 18px;
}

.hero h1 span {
  color: var(--hubpro-orange);
}

.hero p {
  color: #e1e8f0;
  font-size: clamp(18px, 2.2vw, 23px);
  max-width: 650px;
  margin-bottom: 30px;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  padding: 14px 24px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s ease;
  border: 2px solid transparent;
}

.btn-primary {
  background: var(--hubpro-orange);
  align-items: center; 
  border-radius: 4px; 
  box-shadow: none; 
  color: #fff; 
  display: flex; 
  font-family: 'Oswald', sans-serif; 
  font-size: 18px; 
  font-weight: 700;
   gap: 8px; 
   justify-content: center; 
   letter-spacing: 0.45px;
    line-height: 28px;
     padding: 16px 32px;
}


.btn-primary:hover {
  background: var(--hubpro-orange-dark);
  transform: translateY(-1px);
}

.btn-outline {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

.btn-outline:hover {
  border-color: rgba(255, 106, 0, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stat {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 22px;
  text-align: center;
}

.home-stats-section .stat {
  background: transparent;
  border: none;
  border-radius: 0;
}

.home-stats-section .stat strong {
  color: #ff6a00;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}

.stat strong {
  display: block;
  color: var(--hubpro-orange);
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 6px;
}

.stat span {
  color: var(--hubpro-steel);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.title-center {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 46px;
}

.title-center .sub,.sub {
  color: #ff6a00;
  display: inline;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.8px;
  line-height: 20px;
  text-align: center;
}

.title-center h2 {
  font-size: clamp(32px, 4vw, 58px);
  margin-top: 8px;
  line-height: 1.04;
}

.title-center h2 span {
  color: var(--hubpro-orange);
}

.title-center p {
  color: var(--hubpro-steel);
  margin-top: 10px;
  font-size: 18px;
}

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

.card {
  background: rgba(18, 43, 74, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 24px;
}

.card h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.card .price {
  margin: 16px 0;
  font-size: 42px;
  font-family: "Oswald", sans-serif;
  color: var(--white);
  line-height: 1;
}

.card .price small {
  font-family: "Source Sans 3", sans-serif;
  color: var(--hubpro-steel);
  font-size: 14px;
  margin-left: 4px;
}

.features {
  list-style: none;
  margin: 14px 0 24px;
  display: grid;
  gap: 9px;
  color: #d6e0eb;
  font-size: 14px;
}



.card .mini-btn {
  display: block;
  text-align: center;
  border-radius: 8px;
  padding: 11px;
  background: rgba(255, 106, 0, 0.14);
  color: var(--hubpro-orange);
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.highlight-free {
  border-color: rgba(34, 197, 94, 0.45);
  position: relative;
}

.highlight-premium {
  border-color: rgba(255, 106, 0, 0.45);
  position: relative;
}

.pill {
  position: absolute;
  top: -12px;
  left: 20px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 999px;
}

.pill.green { background: var(--hubpro-green); }
.pill.orange { background: var(--hubpro-orange); }

.membership-plans .plan-card {
  background-color: oklab(0.342288 -0.0220913 -0.0674109 / 0.6);
  border: none;
  border-radius: 8px;
  color: oklch(0.96 0.005 250);
  line-height: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  position: relative;
}

.membership-plans .plan-card:nth-child(-n+2) {
  border-color: oklab(0.700932 0.142874 0.141699 / 0.3);
  border-style: solid;
  border-width: 0.740741px;
}

.membership-plans .plan-free {
  border-color: rgba(39, 218, 121, 0.65);
  border-style: solid;
  border-width: 0.740741px;
}

.membership-plans .plan-premium {
  border-color: rgba(255, 106, 0, 0.5);
  border-style: solid;
  border-width: 0.740741px;
}

.membership-plans {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.membership-plans .plan-card h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 4px;
}

.membership-plans .plan-card .plan-desc {
  color: #a0b3c8;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 16px;
}

.membership-plans .plan-card .price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 0 0 24px;
}

.membership-plans .plan-card .price .amount {
  color: #fff;
  display: inline;
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.01em;
}

.membership-plans .plan-card .price .amount.free {
  color: var(--hubpro-green);
}

.membership-plans .plan-card .price small {
  font-size: 12px;
  color: #b7c9de;
  line-height: 16px;
  margin-left: 0;
}

.membership-plans .plan-card .features {
  margin: 2px 0 20px;
  gap: 0;
  font-size: 16px;
  color: #c8d7e8;
}

.membership-plans .plan-card .features li {
  align-items: flex-start;
  color: #a0b3c8;
  display: flex;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  gap: 8px;
  line-height: 20px;
  margin: 0 0 8px;
}

.membership-plans .plan-card .features li svg {
  display: inline-block;
  color: #1edb7f;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.btn.hero-btn{
  font-size: 18px;
  padding:16px 32px;
  font-weight: 700;
  border-radius: 4px;
}

.membership-plans .plan-card:not(.plan-free) .features li svg{
  color: var(--hubpro-orange);
}

.membership-plans .plan-premium .features li::before {
  color: var(--hubpro-orange);
}

.membership-plans .plan-card .plan-btn {
  background-color: oklab(0.722741 -0.165537 0.0972287);
  margin-top: auto;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.02em;
  padding: 12px 0;
}

.membership-plans .plan-btn.muted {
  background: #354f6e;
  color: var(--hubpro-orange);
}

.membership-plans .plan-btn.green {
  background: #29c45f;
  color: #f2f8f4;
}

.membership-plans .plan-btn.orange {
  background: var(--hubpro-orange);
  color: #fff;
}

.membership-plans .pill {
  top: -15px;
  left: 24px;
  background-color: #22c55e;
  border-radius: 24855100px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 16px;
  padding: 4px 12px;
  text-transform: uppercase;
}

.membership-plans .plan-premium .pill {
  background-color: var(--hubpro-orange);
}

.ad-wrap {
  max-width: 980px;
  margin: 46px auto 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  position: relative;
}

.slides {
  display: flex;
  transition: transform 0.6s ease;
}

.slide {
  min-width: 100%;
  height: 290px;
  object-fit: cover;
  background: #183454;
}

.slide.placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #1a3a5c, #21476e);
  color: #dce7f3;
  text-align: center;
  padding: 24px;
  border: 2px dashed rgba(255, 106, 0, 0.5);
}

.ad-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  font-size: 20px;
}

.ad-prev { left: 10px; }
.ad-next { right: 10px; }

.dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.dot-btn {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.dot-btn.active {
  background: var(--hubpro-orange);
  transform: scale(1.12);
}

.card-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card-grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.service-card {
  background: rgba(33, 71, 110, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
}

.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  margin: 0 auto 12px;
  background: rgba(255, 106, 0, 0.15);
  color: var(--hubpro-orange);
  display: grid;
  place-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 7px;
}

.service-card p {
  color: var(--hubpro-steel);
  font-size: 13px;
}

.contract-section .lead-card {
  background-color: oklab(0.342288 -0.0220913 -0.0674109 / 0.6) !important;
  border-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.05);
  border-radius: 8px;
  border-style: solid;
  border-width: 0.740741px;
  box-shadow: #0000 0px 0px 0px 0px;
  color: oklch(0.96 0.005 250);
  line-height: 24px;
  padding: 32px !important;
}

.lead-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

.lead-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.lead-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: oklab(0.700932 0.142874 0.141699 / 0.2);
  border-radius: 8px;
  color: #ff6a00;
  line-height: 24px;
}

.lead-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #ff6a00;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lead-meta h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 12px;
}

.lead-card p {
  color: #a0b3c8;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 22.75px;
  margin: 0;
}

.tag {
  background-color: oklab(0.700932 0.142874 0.141699 / 0.1);
  border-radius: 24855100px;
  color: #ff6a00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 16px;
  padding: 4px 12px;
  text-transform: uppercase;
}

.steps {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.steps .how-card {
  background-color: oklab(0.390079 -0.0257505 -0.0752201 / 0.8);
  border-left: 4px solid var(--hubpro-orange);
  border-radius: 0px 8px 8px 0px;
  color: oklch(0.96 0.005 250);
  line-height: 24px;
  padding: 24px;
}

.how-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.how-tag {
  color: #2f7cf6;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 16px;
  text-transform: uppercase;
}

.step-02 .how-tag {
  color: #22c55e;
}

.step-03 .how-tag {
  color: #ff6a00;
}

.step-04 .how-tag {
  color: #8b9cff;
}

.how-value {
  color: var(--hubpro-orange);
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.steps .how-card h3 {
    color: #ffffff;
    transition: color 0.2s ease;
}

.steps .how-card:hover h3 {
    color: rgb(255, 106, 0);
}
.steps .how-card h3 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 4px;
}

.how-location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a0b3c8;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 22.75px;
  margin: 0 0 10px;
}

.how-location-icon {
  color: #8ea7c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  line-height: 24px;
}

.how-location-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #8ea7c1;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.how-sep {
  color: #8ea7c1;
  font-weight: 700;
}

.how-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.how-cta {
  min-width: min(100%, 360px);
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 4px;
  background-color: #ff6a00;
  box-shadow: #0000 0px 0px 0px 0px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.45px;
  line-height: 24px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.how-cta:hover {
  background: var(--hubpro-orange-dark);
  transform: translateY(-1px);
}

.how-cta-arrow {
  font-size: 18px;
  line-height: 24px;
}

.how-meta-icon {
  color: #8ea7c1;
  font-size: 14px;
  line-height: 1;
}

.howhub-section {
  background: linear-gradient(180deg, rgba(20, 49, 82, 0.98), rgba(20, 49, 82, 0.96));
  padding-top: 78px;
  padding-bottom: 82px;
}

.howhub-head {
  margin-bottom: 44px;
}

.howhub-head .sub {
  color: var(--hubpro-orange);
  display: inline;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.8px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.howhub-head h2 {
  color: #fff;
  font-size: clamp(46px, 6vw, 76px);
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin: 12px 0 0;
  text-align: center;
}

.howhub-head h2 span {
  color: var(--hubpro-orange);
}

.howhub-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.howhub-card {
  position: relative;
  min-height: 292px;
  padding: 58px 26px 28px;
  border-radius: 14px;
  border: 1px solid var(--hubpro-navy);
  background: var(--hubpro-navy);
  overflow: hidden;
}

.howhub-index {
  position: absolute;
  top: -10px;
  left: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
}

.howhub-icon {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #ff6a00;
  color: oklch(0.96 0.005 250);
  line-height: 24px;
  margin: 0 0 20px;
}

.howhub-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.howhub-card h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 12px;
}

.howhub-card p {
  color: #a0b3c8;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 22.75px;
  max-width: 420px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  text-align: center;
}

.trust-item {
  padding: 12px 6px;
}

.trust-icon {
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background: rgba(80, 93, 118, 0.45);
  color: var(--hubpro-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.trust-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-item h3 {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 6px;
}

.trust-item p {
  color: var(--hubpro-steel);
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.members-say-section {
  background: #284f79;
}

.members-say-head {
  margin-bottom: 54px;
}

.members-say-head h2 {
  color: #ecf0f5;
  font-family: "Oswald", sans-serif;
  font-size: clamp(40px, 5vw, 74px);
  font-weight: 700;
  line-height: 1.02;
  margin-top: 16px;
}

.members-say-head h2 span {
  color: #ff6a00;
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.member-card {
  position: relative;
  background: rgba(18, 43, 74, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 40px 44px 38px;
  min-height: 200px;
  overflow: hidden;
}

.member-card::after {
  content: "\201D";
  position: absolute;
  right: 28px;
  top: 28px;
  color: rgba(255, 106, 0, 0.35);
  font-family: "Oswald", sans-serif;
  font-size: 86px;
  font-weight: 700;
  line-height: 0.78;
}

.member-quote {
  color: oklch(0.872 0.01 258.338);
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 26px;
}

.member-divider {
  width: 100%;
  height: 1px;
  background: rgba(160, 179, 200, 0.24);
  margin-bottom: 22px;
}

.member-card h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 8px;
}

.member-card h4 {
  color: #ff6a00;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}

.member-meta {
  color: #9eb3cb;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  line-height: 1.45;
}
.contract-section,.howhub-section
{
  background: var(--hubpro-navy-light);
}
.project-workspace-section {
  background: var(--hubpro-navy);
}

.projects-wrap {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 44px;
  align-items: start;
}

.projects-left {
  padding-top: 14px;
}

.projects-eyebrow {
  color: #ff6a00;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 16px;
}

.projects-left h2 {
  margin: 0;
}

.projects-left h2 span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  color: #fff;
}

.projects-left h2 span:last-child {
  color: #ff6a00;
}

.projects-copy {
  margin-top: 26px;
  max-width: 95%;
  color: #a0b3c8;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 29.25px;
  margin-bottom: 32px;
}

.quick-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 18px 0 24px;
}

.project-quick-stats {
  margin: 32px 0 34px;
  gap: 18px;
}

.quick-stats div {
  text-align: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
}

.project-quick-stats div {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.quick-stats strong {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  color: var(--hubpro-orange);
  line-height: 1;
}

.project-quick-stats strong {
  color: #ff6a00;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  margin-bottom: 4px;
}

.project-quick-stats span {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 24px;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin: 4px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.projects-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #ff6a00;
  color: #fff;
  border-radius: 8px;
  box-shadow: #0000 0px 0px 0px 0px;
  padding: 16px 32px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 24px;
  font-size: 18px;
}

.projects-right {
  display: grid;
  gap: 18px;
}

.project-item {
  background: rgba(42, 85, 130, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 20px 26px;
}

.project-item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}

.project-item h4 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: clamp(19px, 1.15vw, 24px);
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 2px;
}

.project-city {
  color: #a0b3c8;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.project-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: oklab(0.700932 0.142874 0.141699 / 0.1);
  color: #ff6a00;
  border-radius: 2.23696e+07px;
  padding: 4px 12px;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  white-space: nowrap;
}

.project-data {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 6px;
  color: #96aec7;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.project-data span {
  line-height: 20px;
}

.project-data strong {
  color: #f2f6fb;
  font-weight: 700;
}

.project-progress-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 5px;
}

.progress {
  height: 4px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  flex: 1;
}

.progress i {
  display: block;
  height: 100%;
  background: rgba(255, 106, 0, 0.58);
}

.project-progress-row span {
  color: #8fa7c0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  white-space: nowrap;
}

.projects-unlock {
  text-align: center;
  color: #a0b7cf;
  font-family: "Source Sans 3", sans-serif;
  font-size: 32px;
  font-size: clamp(16px, 1.2vw, 28px);
}

.projects-unlock a {
  color: #ff6a00;
  font-family: "Oswald", sans-serif;
}

.footer {
  padding: 80px 0 38px;
  background: var(--hubpro-navy-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 24px;
}

.footer h4 {
  font-size: 14px;
  margin-bottom: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer p, .footer li, .footer a {
  color: var(--hubpro-steel);
  font-size: 14px;
  margin: 5px 0;
}

.footer a:hover {
  color: var(--hubpro-orange);
}

.footer-bottom {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--hubpro-steel);
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* ── HAMBURGER BUTTON ─────────────────────────────────── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE DROPDOWN MENU ─────────────────────────────── */
.nav-mobile {
  display: none;
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  background: rgba(18, 43, 74, 0.98);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 16px 0 20px;
  z-index: 49;
}
.nav-mobile.open { display: block; }

.nav-mobile-links {
  display: flex;
  flex-direction: column;
}
.nav-mobile-links a {
  display: block;
  padding: 12px 24px;
  color: var(--hubpro-steel);
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: color 0.15s;
}
.nav-mobile-links a:last-child { border-bottom: none; }
.nav-mobile-links a:hover,
.nav-mobile-links a.active { color: var(--hubpro-orange); }

.nav-mobile-auth {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px 0;
}
.nav-mobile-login {
  color: #b1c0d2;
  font-size: 14px;
  font-weight: 500;
}
.nav-mobile-login:hover { color: #fff; }
.nav-mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 4px;
  background: var(--hubpro-orange);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.35px;
  transition: background 0.2s;
}
.nav-mobile-cta:hover { background: var(--hubpro-orange-dark); }

/* ── NAV RESPONSIVE ───────────────────────────────────── */
@media (max-width: 900px) {
  .nav-links,
  .nav-auth { display: none; }
  .nav-hamburger { display: flex; }
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.directory-hero {
  min-height: 82vh;
}

@media (max-width: 1150px) {
  .card-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .membership-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .membership-plans .plan-card {
    min-height: 0;
    padding: 22px 18px;
  }

  .membership-plans .plan-card h3 {
    font-size: 24px;
  }

  .membership-plans .plan-card .plan-desc {
    font-size: 16px;
  }

  .membership-plans .plan-card .price .amount {
    font-size: 50px;
  }

  .membership-plans .plan-card .price small {
    font-size: 28px;
  }

  .membership-plans .plan-card .features {
    font-size: 15px;
  }

  .membership-plans .plan-card .plan-btn {
    font-size: 18px;
    padding: 12px 10px;
  }

  .membership-plans .pill {
    left: 18px;
    font-size: 11px;
    padding: 6px 13px;
  }

  .card-grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }

  .projects-wrap {
    grid-template-columns: 1fr;
  }

  .projects-copy {
    max-width: 100%;
  }

  .project-progress-row span {
    font-size: 13px;
  }

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

  .howhub-grid {
    grid-template-columns: 1fr;
  }

  .howhub-card {
    min-height: 0;
  }

  .members-grid {
    grid-template-columns: 1fr;
  }

  .member-card {
    min-height: 0;
  }
}

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

  .hero {
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
  }

  .stats-grid,
  .card-grid-3,
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    min-height: auto;
  }

  .slide {
    height: 220px;
  }

  .project-item-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .members-say-head {
    margin-bottom: 36px;
  }
}

@media (max-width: 620px) {
  .section {
    padding: 64px 0;
  }

  .howhub-section {
    padding-top: 64px;
    padding-bottom: 68px;
  }

  .howhub-head {
    margin-bottom: 28px;
  }

  .howhub-card {
    padding: 54px 18px 22px;
  }

  .howhub-index {
    font-size: 84px;
  }

  .howhub-card h3 {
    font-size: 20px;
  }

  .howhub-card p {
    font-size: 14px;
    line-height: 22px;
  }

  .membership-plans {
    grid-template-columns: 1fr;
  }

  .membership-plans .plan-card h3 {
    font-size: 22px;
  }

  .membership-plans .plan-card .plan-desc {
    font-size: 15px;
  }

  .membership-plans .plan-card .price .amount {
    font-size: 42px;
  }

  .membership-plans .plan-card .price small {
    font-size: 24px;
  }

  .membership-plans .plan-card .features {
    font-size: 14px;
  }

  .membership-plans .plan-card .features li {
    padding-left: 24px;
  }

  .membership-plans .plan-card .features li::before {
    font-size: 14px;
  }

  .membership-plans .plan-card .plan-btn {
    font-size: 17px;
  }

  .membership-plans .pill {
    font-size: 10px;
    top: -14px;
  }

  .stats-grid,
  .card-grid-4,
  .card-grid-3,
  .card-grid-6,
  .trust-grid,
  .quick-stats,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .directory-search {
    grid-template-columns: 1fr;
  }

  .actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .slide {
    height: 180px;
  }

  .member-card {
    padding: 30px 24px 28px;
  }

  
  .member-card::after {
    right: 20px;
    top: 18px;
    font-size: 66px;
  }

  .projects-left h2 span {
    line-height: 1.1;
  }

  .projects-cta {
    width: 100%;
    padding: 16px 18px;
  }

  .project-item {
    padding: 18px;
  }

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



