/* HN-Sync Landing Styles */

html {
  scroll-behavior: smooth;
}

/* OpenCart default store areas hidden */
#top,
header,
#menu,
footer,
.breadcrumb,
aside,
#column-left,
#column-right {
  display: none !important;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #202331;
  font-family: Arial, Helvetica, sans-serif;
}

#common-home,
.container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hns-page {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

/* HEADER */
.hns-header {
  width: 100%;
  height: 92px;
  background: #101010;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7%;
  box-sizing: border-box;
  position: relative;
  z-index: 50;
}

.hns-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
  flex-shrink: 0;
}

.hns-logo-img {
  height: 120px;
  width: auto;
  display: block;
  object-fit: contain;
}

.hns-logo-text {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1;
}

.hns-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
  margin-left: auto;
}

.hns-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.hns-nav a:hover {
  color: #9bb4d8;
}

.hns-menu-button {
  width: 34px;
  height: 28px;
  border: none;
  background: transparent;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  cursor: pointer;
  margin-left: 24px;
}

.hns-menu-button span {
  width: 100%;
  height: 2px;
  background: #ffffff;
  display: block;
  border-radius: 99px;
  transition: 0.25s ease;
}

/* HERO */
.hns-hero {
  min-height: 560px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(255, 255, 255, 0.78) 45%,
      rgba(255, 255, 255, 0.45) 100%
    ),
    url("../../../image/catalog/hnsync/hnbanner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 44px;
  padding: 80px 7%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.hns-hero::after {
  display: none;
}

.hns-hero-content {
  position: relative;
  z-index: 2;
}

.hns-label {
  font-size: 13px;
  letter-spacing: 1.8px;
  color: #56677f;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
}

.hns-hero h1 {
  font-size: 48px;
  line-height: 1.12;
  margin: 0 0 24px;
  font-weight: 800;
  color: #181c2a;
  max-width: 760px;
}

.hns-hero p {
  font-size: 18px;
  color: #4e5667;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 0 30px;
}

.hns-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #252b35;
  color: #fff;
  text-decoration: none;
  padding: 16px 26px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: 0.25s ease;
  border: none;
  cursor: pointer;
}

.hns-btn:hover {
  background: #111;
  color: #fff;
  transform: translateY(-2px);
}

.hns-hero-visual {
  position: relative;
  z-index: 2;
}

/* GENERAL IMAGE CARDS */
.hns-image-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e1e7f0;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(28, 39, 64, 0.12);
  overflow: hidden;
}

.hns-image-card img {
  width: 100%;
  height: auto;
  display: block;
}

.hns-hero-image-card {
  max-width: 820px;
  margin-left: auto;
}

.hns-placeholder {
  width: 100%;
  min-height: 320px;
  background:
    linear-gradient(
      135deg,
      rgba(86, 111, 196, 0.15),
      rgba(255, 255, 255, 0.95)
    ),
    repeating-linear-gradient(0deg, #f8fafc, #f8fafc 16px, #eef2f7 17px);
  border: 1px solid #e1e7f0;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(28, 39, 64, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b95a8;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

/* SECTIONS */
.hns-section {
  padding: 86px 7%;
  box-sizing: border-box;
}

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

.hns-section h2 {
  font-size: 38px;
  line-height: 1.22;
  color: #1d2230;
  margin: 0 0 20px;
  font-weight: 800;
}

.hns-section p {
  font-size: 16px;
  line-height: 1.85;
  color: #555e70;
  margin: 0;
}

.hns-dashboard {
  margin-top: 46px;
}

.hns-dashboard .hns-placeholder {
  min-height: 410px;
}

.hns-dashboard-card {
  max-width: 1180px;
  margin: 0 auto;
}

.hns-info {
  background: #ffffff;
}

.hns-wave-section {
  background: #f7f8fb;
  padding-top: 80px;
  padding-bottom: 90px;
}

/* FEATURE ROWS - HTS STYLE */
.hns-feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto 72px;
}

.hns-feature-row.reverse .hns-feature-image {
  order: 2;
}

.hns-feature-row.reverse .hns-feature-card {
  order: 1;
}

.hns-feature-image {
  min-height: 320px;
  display: flex;
  align-items: stretch;
}

.hns-feature-img-card {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border-radius: 0;
  box-shadow: none;
  background: #ffffff;
  overflow: hidden;
}

.hns-feature-img-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #ffffff;
}

.hns-feature-image .hns-placeholder {
  height: 100%;
  min-height: 320px;
  border-radius: 0;
  box-shadow: none;
}

.hns-feature-card {
  background: #f7f9fc;
  padding: 52px 46px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 320px;
}

.hns-number {
  color: #2b88b8;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}

.hns-feature-card h3 {
  font-size: 22px;
  line-height: 1.35;
  margin: 0 0 18px;
  color: #202637;
  font-weight: 800;
}

.hns-feature-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #5a6375;
}

/* PHONE / MARKETPLACE IMAGE */
.hns-phone-card {
  width: 100%;
  height: 100%;
  min-height: 320px;
  background: #eef7fb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
}

.hns-phone-card img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  display: block;
}

/* DARK BAND */
.hns-dark-band {
  background: #555668;
  color: #fff;
  padding: 74px 7%;
  text-align: center;
}

.hns-dark-band h2 {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 1.35;
  color: #fff;
  font-weight: 800;
}

/* CONTACT */
.hns-contact {
  background: #101010;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.hns-contact h2 {
  color: #fff;
}

.hns-contact p {
  color: #c9ced8;
}

.hns-contact-box {
  background: #1b1b1b;
  padding: 36px;
  border-radius: 10px;
  border: 1px solid #2b2b2b;
}

.hns-contact-item {
  color: #e8e8e8;
  font-size: 16px;
  margin-bottom: 18px;
}

/* DEMO FORM */
.hns-demo-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hns-demo-form label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.hns-demo-form input,
.hns-demo-form textarea {
  width: 100%;
  background: #111111;
  border: 1px solid #333333;
  border-radius: 8px;
  padding: 14px 16px;
  color: #ffffff;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}

.hns-demo-form input::placeholder,
.hns-demo-form textarea::placeholder {
  color: #777777;
}

.hns-demo-form input:focus,
.hns-demo-form textarea:focus {
  border-color: #6f7cff;
}

/* ABOUT COMPANY CARDS */
.hns-company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: stretch;
}

.hns-company-card {
  align-items: flex-start;
  min-height: 430px;
}

.hns-company-logo {
  height: 92px;
  max-width: 220px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.hns-company-logo img {
  max-width: 100%;
  max-height: 92px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.hns-company-logo-placeholder {
  width: 180px;
  border: 1px dashed #b7c1d1;
  border-radius: 10px;
  justify-content: center;
  color: #8490a3;
  font-weight: 800;
  background: #ffffff;
}

.hns-company-btn {
  margin-top: 24px;
  align-self: flex-start;
}

/* ABOUT HERO LOGO */
.hns-about-logo-card {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  background: #ffffff;
}

.hns-about-logo-card img {
  max-width: 420px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* FOOTER */
.hns-footer {
  background: #080808;
  color: #ffffff;
  padding: 64px 7% 24px;
  box-sizing: border-box;
}

.hns-footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 42px;
  max-width: 1280px;
  margin: 0 auto;
}

.hns-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding-left: 40px;
}

.hns-footer-logo {
  height: 100px;
  width: auto;
  display: block;
  object-fit: contain;
  margin: 0 0 18px;
}

.hns-footer-brand h3 {
  font-size: 28px;
  margin: 0 0 16px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.hns-footer-brand p,
.hns-footer-contact p {
  color: #aeb4c0;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.hns-footer-links,
.hns-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hns-footer-links h4,
.hns-footer-contact h4 {
  font-size: 17px;
  margin: 0 0 18px;
  color: #ffffff;
  font-weight: 800;
}

.hns-footer-links a {
  color: #aeb4c0;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 11px;
  transition: color 0.2s ease;
}

.hns-footer-links a:hover {
  color: #ffffff;
}

.hns-footer-btn {
  margin-top: 12px;
  background: #ffffff;
  color: #101010;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 14px;
}

.hns-footer-bottom {
  max-width: 1280px;
  margin: 42px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #8f95a3;
  font-size: 14px;
  text-align: center;
}

/* TABLET */
@media (max-width: 992px) {
  .hns-header {
    height: 82px;
    padding: 0 24px;
  }

  .hns-logo-img {
    height: 48px;
  }

  .hns-logo-text {
    font-size: 22px;
  }

  .hns-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #101010;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 18px 24px;
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    z-index: 999;
  }

  .hns-nav.active {
    display: flex;
  }

  .hns-nav a {
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hns-nav a:last-child {
    border-bottom: none;
  }

  .hns-menu-button {
    display: flex;
  }

  .hns-menu-button.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
  }

  .hns-menu-button.active span:nth-child(2) {
    opacity: 0;
  }

  .hns-menu-button.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }

  .hns-hero {
    grid-template-columns: 1fr;
    padding: 62px 6%;
  }

  .hns-hero h1 {
    font-size: 38px;
  }

  .hns-hero-image-card {
    max-width: 100%;
    margin-left: 0;
  }

  .hns-feature-row,
  .hns-feature-row.reverse,
  .hns-contact {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-bottom: 46px;
  }

  .hns-feature-row.reverse .hns-feature-image,
  .hns-feature-row.reverse .hns-feature-card {
    order: initial;
  }

  .hns-feature-card {
    padding: 38px 28px;
    min-height: auto;
  }

  .hns-feature-image,
  .hns-feature-img-card,
  .hns-phone-card {
    min-height: 240px;
  }

  .hns-feature-img-card img,
  .hns-phone-card img {
    height: auto;
    object-fit: contain;
  }

  .hns-dark-band h2 {
    font-size: 25px;
  }

  .hns-company-grid {
    grid-template-columns: 1fr;
  }

  .hns-company-card {
    min-height: auto;
  }

  .hns-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .hns-header {
    height: 74px;
    padding: 0 22px;
  }

  .hns-logo-img {
    height: 40px;
  }

  .hns-logo-text {
    font-size: 20px;
  }

  .hns-hero {
    padding: 48px 22px;
    min-height: auto;
  }

  .hns-hero h1 {
    font-size: 31px;
  }

  .hns-hero p {
    font-size: 15px;
  }

  .hns-section {
    padding: 62px 22px;
  }

  .hns-section h2 {
    font-size: 28px;
  }

  .hns-placeholder {
    min-height: 230px;
  }

  .hns-dashboard .hns-placeholder {
    min-height: 260px;
  }

  .hns-dark-band {
    padding: 56px 22px;
  }

  .hns-dark-band h2 {
    font-size: 22px;
  }

  .hns-about-logo-card {
    padding: 32px;
  }

  .hns-about-logo-card img {
    max-width: 300px;
  }

  .hns-footer {
    padding: 48px 22px 22px;
  }

  .hns-footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hns-footer-brand {
    padding-left: 0;
  }

  .hns-footer-logo {
    height: 78px;
  }

  .hns-footer-bottom {
    text-align: left;
  }
}

.hns-demo-contact-section {
  align-items: flex-start;
}

.hns-demo-contact-section > div:first-child {
  padding-top: 18px;
}

@media (max-width: 992px) {
  .hns-demo-contact-section > div:first-child {
    padding-top: 0;
  }
}

.hns-contact-hero {
  min-height: 470px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.hns-demo-contact-section {
  margin-top: -24px;
  padding-top: 64px;
}

.hns-demo-contact-section {
  align-items: flex-start;
}

.hns-demo-contact-section > div:first-child {
  padding-top: 8px;
}

@media (max-width: 992px) {
  .hns-contact-hero {
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 42px;
  }

  .hns-demo-contact-section {
    margin-top: 0;
    padding-top: 54px;
  }

  .hns-demo-contact-section > div:first-child {
    padding-top: 0;
  }
}

.hns-form-message-area {
  min-height: 54px;
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
}

.hns-form-alert {
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.hns-form-success {
  background: rgba(40, 167, 69, 0.15);
  border: 1px solid rgba(40, 167, 69, 0.45);
  color: #9ff0b8;
}

.hns-form-error {
  background: rgba(220, 53, 69, 0.15);
  border: 1px solid rgba(220, 53, 69, 0.45);
  color: #ffb3bd;
}

.hns-honeypot {
  display: none !important;
}

.hns-contact-info-card {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.hns-contact-info-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: #fff;
}

.hns-contact-info-card p {
  margin-bottom: 20px;
}

.hns-contact-steps {
  display: grid;
  gap: 12px;
}

.hns-contact-steps div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.hns-contact-steps strong {
  color: #7fa7d9;
  font-size: 14px;
  letter-spacing: 1px;
}

.hns-contact-steps span {
  color: #fff;
  font-weight: 700;
}