body.homepage-v2 {
  color: #14212b;
  background: #ffffff;
}

body.homepage-v2 a,
body.homepage-v2 button,
body.homepage-v2 img {
  -webkit-transition: all 180ms ease;
  -moz-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
}

body.homepage-v2 .top-bar {
  background: #12202a;
  color: #d9e6ed;
  font-size: 13px;
  line-height: 1.4;
}

body.homepage-v2 .top-bar .overlay-bg {
  background: transparent;
}

body.homepage-v2 .top-bar .call-to-action ul,
body.homepage-v2 .top-bar .social-links {
  margin-bottom: 0;
}

body.homepage-v2 .top-bar a {
  color: #d9e6ed;
}

body.homepage-v2 .top-bar a:hover,
body.homepage-v2 .top-bar a:focus {
  color: #ffffff;
}

body.homepage-v2 .top-bar i {
  color: #f59d05;
}

body.homepage-v2 .navbar {
  min-height: 0;
  padding: 0;
  background: rgba(255,255,255,0.98);
  border: 0;
  box-shadow: 0 10px 35px rgba(15,35,50,0.08);
}

body.homepage-v2 .navbar.sticky {
  background: rgba(255,255,255,0.98);
  box-shadow: 0 10px 35px rgba(15,35,50,0.12);
}

body.homepage-v2 .mainnav {
  min-height: 76px;
}

body.homepage-v2 .navbar-header {
  position: relative;
  z-index: 2;
}

body.homepage-v2 .logo {
  margin: 0;
  line-height: 1;
}

body.homepage-v2 .navbar-brand {
  display: flex;
  align-items: center;
  height: 76px;
  padding: 0;
}

body.homepage-v2 .navbar-brand img {
  width: auto !important;
  height: 42px !important;
  max-width: 180px;
  object-fit: contain;
}

body.homepage-v2 .navbar-nav {
  padding-top: 0;
}

body.homepage-v2 .navbar-default .navbar-nav > li > a {
  color: #314450;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 11px 14px;
  border-radius: 999px;
}

body.homepage-v2 .navbar-default .navbar-nav > li > a:hover,
body.homepage-v2 .navbar-default .navbar-nav > .active > a,
body.homepage-v2 .navbar-default .navbar-nav > .active > a:hover,
body.homepage-v2 .navbar-default .navbar-nav > .active > a:focus {
  color: #14212b;
  background: #fff2d8;
}

body.homepage-v2 .navbar-default .navbar-nav > li:last-child > a {
  color: #ffffff;
  background: #f59d05;
  box-shadow: 0 10px 22px rgba(245,157,5,0.22);
}

body.homepage-v2 .navbar-default .navbar-nav > li:last-child > a:hover,
body.homepage-v2 .navbar-default .navbar-nav > li:last-child > a:focus {
  color: #ffffff;
  background: #15242f;
}

body.homepage-v2 .search-button {
  display: none;
}

.seediz-homepage {
  overflow: hidden;
  background: #ffffff;
}

.seediz-homepage .container {
  position: relative;
}

.home-hero {
  position: relative;
  padding: 88px 0 74px;
  background: linear-gradient(135deg, #f7fbfb 0%, #ffffff 52%, #fff8ed 100%);
}

.home-hero::before {
  content: "";
  position: absolute;
  right: -18%;
  top: -25%;
  width: 56%;
  height: 80%;
  background: rgba(245,157,5,0.08);
  transform: rotate(-11deg);
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 58px;
}

.home-hero-copy {
  max-width: 680px;
}

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #b15f00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #f59d05;
  border-radius: 999px;
}

.home-hero h1,
.home-section-heading h2,
.home-platform-copy h2,
.home-final-card h2 {
  color: #14212b;
  font-weight: 800;
  letter-spacing: 0;
}

.home-hero h1 {
  max-width: 650px;
  margin: 0 0 22px;
  font-size: 56px;
  line-height: 1.02;
}

.home-lead {
  max-width: 640px;
  margin: 0 0 30px;
  color: #50636f;
  font-size: 19px;
  line-height: 1.7;
}

.home-hero-actions,
.home-final-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.home-btn-primary {
  color: #ffffff;
  background: #f59d05;
  box-shadow: 0 14px 28px rgba(245,157,5,0.25);
}

.home-btn-primary:hover,
.home-btn-primary:focus {
  color: #ffffff;
  background: #15242f;
  box-shadow: 0 12px 22px rgba(21,36,47,0.18);
}

.home-btn-secondary {
  color: #14212b;
  background: #ffffff;
  border: 1px solid #dbe5ea;
}

.home-btn-secondary:hover,
.home-btn-secondary:focus {
  color: #14212b;
  background: #edf7f5;
  border-color: #bfd9d4;
}

.home-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.home-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 12px;
  color: #30454f;
  background: rgba(255,255,255,0.82);
  border: 1px solid #dbe8ea;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 10px 26px rgba(23,45,55,0.06);
}

.home-hero-points i {
  margin-right: 7px;
  color: #0f9f82;
}

.home-hero-visual {
  position: relative;
  min-height: 570px;
}

.home-hero-photo {
  position: absolute;
  top: 22px;
  right: 0;
  width: 86%;
  height: 390px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(18,32,42,0.22);
}

.home-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,33,43,0.06) 0%, rgba(20,33,43,0.24) 100%);
}

.home-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-ops-panel {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 78%;
  padding: 22px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(219,229,234,0.9);
  border-radius: 18px;
  box-shadow: 0 26px 65px rgba(18,32,42,0.18);
}

.home-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  color: #50636f;
  font-size: 13px;
  font-weight: 700;
}

.home-panel-header strong {
  color: #0f9f82;
}

.home-panel-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  color: #263946;
  border-top: 1px solid #edf2f4;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.home-panel-row em {
  color: #b15f00;
  font-style: normal;
}

.home-floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 270px;
  padding: 14px 16px;
  color: #14212b;
  background: #ffffff;
  border: 1px solid #e6eef1;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(18,32,42,0.14);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.home-floating-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  color: #ffffff;
  background: #0f9f82;
  border-radius: 12px;
}

.home-floating-card-one {
  left: 18px;
  top: 0;
}

.home-floating-card-two {
  right: 8px;
  bottom: 0;
}

.home-logo-band,
.home-section {
  padding: 82px 0;
}

.home-logo-band {
  background: #ffffff;
  border-top: 1px solid #edf2f4;
  border-bottom: 1px solid #edf2f4;
}

.home-band-header {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  color: #50636f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.home-logo-grid {
  display: grid;
  gap: 14px;
}

.home-logo-grid-marketplaces {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.home-logo-grid-carriers {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.home-logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e7eff2;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(18,32,42,0.05);
}

.home-logo-cell img {
  max-width: 118px;
  max-height: 48px;
  object-fit: contain;
  filter: saturate(0.82);
}

.home-logo-cell:hover {
  border-color: #f1d6a7;
  box-shadow: 0 16px 36px rgba(18,32,42,0.08);
  transform: translateY(-2px);
}

.home-logo-cell:hover img {
  filter: saturate(1);
}

.home-services {
  background: #f8fbfb;
}

.home-section-heading {
  max-width: 890px;
  margin: 0 auto 44px;
  text-align: center;
}

.home-section-heading h2 {
  margin: 0 0 18px;
  font-size: 40px;
  line-height: 1.16;
}

.home-section-heading p {
  margin: 0;
  color: #536873;
  font-size: 17px;
  line-height: 1.72;
}

.home-section-heading-compact {
  max-width: 760px;
}

.home-section-heading-compact h2 {
  color: #30454f;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.42;
}

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-service-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5eef1;
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(18,32,42,0.08);
}

.home-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(18,32,42,0.12);
}

.home-service-media {
  height: 190px;
  background: #edf7f5;
}

.home-service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-service-body {
  position: relative;
  min-height: 310px;
  padding: 42px 26px 28px;
}

.home-service-body > i {
  position: absolute;
  top: -27px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #ffffff;
  background: #f59d05;
  border: 5px solid #ffffff;
  border-radius: 18px;
  font-size: 19px;
  box-shadow: 0 12px 24px rgba(245,157,5,0.28);
}

.home-service-body h3 {
  margin: 0 0 12px;
  color: #14212b;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
}

.home-service-body p {
  margin: 0 0 22px;
  color: #536873;
  font-size: 15px;
  line-height: 1.65;
}

.home-service-body a {
  display: inline-flex;
  align-items: center;
  color: #b15f00;
  font-size: 14px;
  font-weight: 800;
}

.home-service-body a:hover,
.home-service-body a:focus {
  color: #14212b;
}

.home-service-body a i {
  margin-left: 6px;
}

.home-platform {
  background: #ffffff;
}

.home-platform-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
  align-items: center;
  gap: 64px;
}

.home-platform-visual {
  position: relative;
  min-height: 520px;
  padding: 46px;
  background: #f2f8f7;
  border-radius: 24px;
}

.home-platform-visual img {
  width: 100%;
  height: 360px;
  object-fit: contain;
}

.home-platform-note {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e1ecef;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(18,32,42,0.12);
}

.home-platform-note strong,
.home-platform-note span {
  display: block;
}

.home-platform-note strong {
  margin-bottom: 7px;
  color: #14212b;
  font-size: 18px;
  line-height: 1.25;
}

.home-platform-note span {
  color: #536873;
  font-size: 14px;
  line-height: 1.55;
}

.home-platform-copy h2 {
  margin: 0 0 28px;
  color: #263946;
  font-size: 30px;
  line-height: 1.38;
}

.home-platform-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-platform-list > div {
  min-height: 210px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e7eff2;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(18,32,42,0.06);
}

.home-platform-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: #ffffff;
  background: #0f9f82;
  border-radius: 14px;
}

.home-platform-list h3 {
  margin: 0 0 10px;
  color: #14212b;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.28;
}

.home-platform-list p {
  margin: 0;
  color: #536873;
  font-size: 14px;
  line-height: 1.62;
}

.home-partners {
  background: #f8fbfb;
}

.home-final-cta {
  padding: 84px 0 96px;
  background: #ffffff;
}

.home-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  padding: 44px;
  color: #ffffff;
  background: #14212b;
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(18,32,42,0.18);
}

.home-final-card .home-eyebrow {
  color: #ffdca1;
}

.home-final-card .home-eyebrow::before {
  background: #ffdca1;
}

.home-final-card h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.18;
}

.home-final-card p {
  max-width: 760px;
  margin: 0;
  color: #d7e2e8;
  font-size: 16px;
  line-height: 1.68;
}

.home-final-card .home-btn-secondary {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255,255,255,0.28);
}

.home-final-card .home-btn-secondary:hover,
.home-final-card .home-btn-secondary:focus {
  color: #14212b;
  background: #ffffff;
  border-color: #ffffff;
}

body.homepage-v2 .cta-section {
  display: none;
}

body.homepage-v2 .footer-widget-section {
  padding: 62px 0;
  background: #101b23;
}

body.homepage-v2 .footer-widget h3,
body.homepage-v2 .footer-widget address,
body.homepage-v2 .footer-widget .tel {
  color: #e6f0f4;
}

body.homepage-v2 .copyright-section {
  background: #0b141a;
}

@media (min-width: 768px) {
  body.homepage-v2 .navbar-collapse.collapse {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    height: auto !important;
    padding-right: 0;
  }

  body.homepage-v2 .navbar-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .home-hero h1 {
    font-size: 48px;
  }

  .home-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
    gap: 42px;
  }

  .home-logo-grid-marketplaces {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-logo-grid-carriers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.homepage-v2 .navbar-default .navbar-nav > li > a {
    padding: 10px 9px;
    font-size: 13px;
  }

  .home-hero {
    padding-top: 70px;
  }

  .home-hero-grid,
  .home-platform-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-visual {
    min-height: 520px;
    max-width: 650px;
  }

  .home-service-grid {
    grid-template-columns: 1fr;
  }

  .home-service-body {
    min-height: 0;
  }

  .home-platform-visual {
    min-height: 470px;
  }

  .home-final-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.homepage-v2 .top-bar {
    font-size: 12px;
  }

  body.homepage-v2 .top-bar .container {
    width: 100%;
  }

  body.homepage-v2 .top-bar .row > div {
    width: 50%;
  }

  body.homepage-v2 .top-bar .call-to-action li {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.homepage-v2 .mainnav {
    min-height: 66px;
  }

  body.homepage-v2 .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: none;
    width: 100%;
    min-height: 66px;
  }

  body.homepage-v2 .navbar-brand {
    height: 66px;
  }

  body.homepage-v2 .navbar-brand img {
    height: 34px !important;
    max-width: 150px;
  }

  body.homepage-v2 .navbar-toggle {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin: 0;
    color: #14212b;
    background: #f4f8f9;
    border: 1px solid #dbe5ea;
    border-radius: 14px;
  }

  body.homepage-v2 .navbar-toggle:hover,
  body.homepage-v2 .navbar-toggle:focus {
    color: #ffffff;
    background: #f59d05;
  }

  body.homepage-v2 .navbar-collapse {
    display: none !important;
  }

  .home-hero {
    padding: 50px 0 58px;
  }

  .home-hero::before {
    display: none;
  }

  .home-hero h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .home-lead {
    font-size: 16px;
    line-height: 1.68;
  }

  .home-btn {
    width: 100%;
  }

  .home-hero-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-hero-points span {
    justify-content: flex-start;
    width: 100%;
    border-radius: 14px;
  }

  .home-hero-visual {
    min-height: 500px;
  }

  .home-hero-photo {
    top: 0;
    width: 100%;
    height: 300px;
    border-radius: 18px;
  }

  .home-ops-panel {
    left: 18px;
    right: 18px;
    bottom: 58px;
    width: auto;
  }

  .home-floating-card {
    max-width: calc(100% - 36px);
  }

  .home-floating-card-one {
    left: 18px;
    top: 246px;
  }

  .home-floating-card-two {
    right: 18px;
    bottom: 0;
  }

  .home-logo-band,
  .home-section {
    padding: 62px 0;
  }

  .home-section-heading {
    margin-bottom: 32px;
  }

  .home-section-heading h2,
  .home-platform-copy h2 {
    font-size: 30px;
    line-height: 1.22;
  }

  .home-section-heading p {
    font-size: 15px;
  }

  .home-logo-grid-marketplaces,
  .home-logo-grid-carriers,
  .home-platform-list {
    grid-template-columns: 1fr 1fr;
  }

  .home-logo-cell {
    min-height: 82px;
    padding: 16px;
  }

  .home-logo-cell img {
    max-width: 96px;
  }

  .home-service-media {
    height: 170px;
  }

  .home-platform-visual {
    min-height: 420px;
    padding: 24px;
  }

  .home-platform-visual img {
    height: 260px;
  }

  .home-platform-note {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .home-final-cta {
    padding: 62px 0;
  }

  .home-final-card {
    padding: 28px;
    border-radius: 20px;
  }

  .home-final-card h2 {
    font-size: 28px;
  }
}

@media (max-width: 479px) {
  body.homepage-v2 .top-bar .row > div:first-child {
    display: none;
  }

  body.homepage-v2 .top-bar .row > div:last-child {
    width: 100%;
  }

  body.homepage-v2 .topbar-right {
    display: flex;
    justify-content: flex-end;
  }

  .home-hero h1 {
    font-size: 32px;
  }

  .home-hero-visual {
    min-height: 548px;
  }

  .home-hero-photo {
    height: 260px;
  }

  .home-floating-card-one {
    top: 218px;
  }

  .home-ops-panel {
    bottom: 74px;
    padding: 18px;
  }

  .home-panel-header,
  .home-panel-row {
    gap: 10px;
  }

  .home-logo-grid-marketplaces,
  .home-logo-grid-carriers,
  .home-platform-list {
    grid-template-columns: 1fr;
  }

  .home-platform-visual {
    min-height: 440px;
  }

  .home-platform-visual img {
    height: 230px;
  }
}
