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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #0a1d42;
  background: #ffffff;
  line-height: 1.5;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.nav {
  width: 100%;
  min-height: 82px;
  padding: 0 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #e8eef8;
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(12px);
}

.logo {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: 800;
  color: #f36c21;
  letter-spacing: -1px;
}

.logo span {
  color: #1258dc;
}

.logo strong {
  color: #f36c21;
}

.nav nav {
  display: flex;
  align-items: center;
  gap: 27px;
}

.nav nav a {
  color: #14264b;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.2s ease;
}

.nav nav a:hover {
  color: #145bff;
}

.nav .demo {
  color: #ffffff;
  background: #145bff;
  padding: 12px 20px;
  border-radius: 9px;
  box-shadow: 0 8px 22px rgba(20, 91, 255, 0.22);
}

.nav .login {
  color: #0d2b66;
}

.menu-button {
  display: none;
  border: 0;
  background: #edf4ff;
  color: #0d2b66;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 23px;
  cursor: pointer;
}

.hero {
  min-height: 525px;
  padding: 68px 7%;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 72px;
  background:
    radial-gradient(circle at 85% 22%, rgba(29, 103, 255, 0.12), transparent 27%),
    linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
}

.hero-content {
  max-width: 650px;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 30px;
  background: #e8f0ff;
  color: #145bff;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 25px;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.05;
  letter-spacing: -2.3px;
  color: #071a3d;
}

.sub {
  max-width: 600px;
  margin-top: 24px;
  color: #5a6b88;
  font-size: 17px;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.btn {
  min-height: 48px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.primary-btn {
  color: #ffffff;
  background: #145bff;
  box-shadow: 0 10px 25px rgba(20, 91, 255, 0.22);
}

.secondary-btn {
  color: #145bff;
  background: #ffffff;
  border: 1px solid #cbdafb;
}

.hero-trust {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  color: #46607f;
  font-size: 13px;
  font-weight: 700;
}

.mock {
  max-width: 540px;
  width: 100%;
  justify-self: end;
  padding: 30px;
  border: 1px solid #e0e9f7;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 65px rgba(17, 65, 137, 0.13);
}

.mock-top,
.mock-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mock-top small {
  color: #72829d;
}

.mock-top h3 {
  margin-top: 3px;
  font-size: 19px;
}

.live-status {
  padding: 6px 12px;
  border-radius: 30px;
  color: #078540;
  background: #e8faef;
  font-size: 12px;
  font-weight: 800;
}

.stat {
  margin-top: 16px;
  padding: 15px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  color: #273b60;
  background: #f3f7fd;
  font-size: 14px;
}

.stat b {
  color: #081b3e;
}

.bars {
  height: 140px;
  margin-top: 24px;
  display: flex;
  align-items: end;
  gap: 11px;
}

.bars i {
  flex: 1;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, #1d64ff 0%, #a9c5ff 100%);
}

.bars i:nth-child(1) {
  height: 42%;
}

.bars i:nth-child(2) {
  height: 65%;
}

.bars i:nth-child(3) {
  height: 51%;
}

.bars i:nth-child(4) {
  height: 82%;
}

.bars i:nth-child(5) {
  height: 59%;
}

.mock-bottom {
  margin-top: 15px;
  color: #61728d;
  font-size: 13px;
}

.mock-bottom strong {
  color: #078540;
}

.offer-section {
  padding: 85px 7%;
  background: #ffffff;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 45px;
  text-align: center;
}

.section-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #f36c21;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.6px;
}

.section-heading h2 {
  color: #09245d;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -1.2px;
}

.section-heading h2 span {
  color: #f36c21;
}

.section-heading p {
  max-width: 700px;
  margin: 14px auto 0;
  color: #677792;
  font-size: 16px;
}

.offer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 25px;
  align-items: stretch;
}

.package-card,
.support-card,
.renewal-card,
.launch-offer {
  overflow: hidden;
  border: 1px solid #d7e2f2;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 45px rgba(15, 53, 110, 0.08);
}

.package-card {
  height: 100%;
}

.package-header {
  padding: 28px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(135deg, #082a78 0%, #145bff 100%);
}

.package-header > p:first-child {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.offer-price {
  margin: 16px 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.offer-price > span {
  align-self: flex-start;
  margin-top: 13px;
  font-size: 31px;
  font-weight: 900;
}

.offer-price strong {
  color: #ff7a22;
  font-size: clamp(57px, 7vw, 82px);
  line-height: 1;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.12);
}

.offer-price small {
  padding: 5px 8px;
  border-radius: 5px;
  color: #082a78;
  background: #ffffff;
  font-weight: 900;
}

.value-line {
  font-size: 14px;
  opacity: 0.92;
}

.package-body {
  padding: 27px;
}

.package-body h3 {
  margin-bottom: 18px;
  color: #0b2e72;
  font-size: 18px;
  text-transform: uppercase;
}

.check-list,
.green-list {
  list-style: none;
}

.check-list {
  display: grid;
  gap: 11px;
}

.check-list li {
  position: relative;
  padding-left: 29px;
  color: #2d4265;
  font-size: 14px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #0e4bcb;
  font-size: 12px;
  font-weight: 900;
}

.package-value {
  margin-top: 25px;
  padding: 17px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #cad9f0;
  border-radius: 12px;
  text-align: center;
}

.package-value > div:first-child {
  border-right: 1px solid #cad9f0;
}

.package-value small,
.package-value strong {
  display: block;
}

.package-value small {
  color: #526786;
  font-size: 12px;
  text-transform: uppercase;
}

.package-value strong {
  margin-top: 3px;
  color: #0b2e72;
  font-size: 22px;
}

.pay-strip {
  margin-top: 14px;
  padding: 15px;
  border-radius: 9px;
  color: #ffffff;
  background: #082a78;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}

.pay-strip strong {
  color: #ffb03b;
  font-size: 25px;
}

.offer-side {
  display: grid;
  gap: 22px;
}

.support-card {
  padding: 30px;
  border-color: #a7dbb1;
  background: linear-gradient(145deg, #ffffff 0%, #f1fff4 100%);
}

.support-title {
  width: fit-content;
  margin: -30px auto 24px;
  padding: 10px 27px;
  border-radius: 0 0 13px 13px;
  color: #ffffff;
  background: #16882b;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.support-card h3 {
  color: #157327;
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  text-transform: uppercase;
}

.support-subtitle {
  margin-top: 20px;
  color: #436252;
  font-size: 14px;
  font-weight: 700;
}

.green-list {
  margin-top: 14px;
  display: grid;
  gap: 11px;
}

.green-list li {
  position: relative;
  padding-left: 29px;
  color: #304d3a;
  font-size: 14px;
}

.green-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #1d9435;
  font-size: 12px;
  font-weight: 900;
}

.support-value {
  margin-top: 24px;
  padding: 13px;
  border-radius: 30px;
  color: #ffffff;
  background: #158c2c;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}

.renewal-card {
  padding: 28px;
  text-align: center;
}

.renewal-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 24px;
  border-radius: 30px;
  color: #ffffff;
  background: #0a3186;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.renewal-card h3 {
  color: #1a438e;
  font-size: 21px;
}

.renewal-options {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
}

.renewal-option {
  min-height: 145px;
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #cfdaee;
  border-radius: 14px;
  position: relative;
}

.renewal-option small {
  color: #63738d;
}

.renewal-option strong {
  margin-top: 5px;
  color: #082a78;
  font-size: 32px;
}

.renewal-option span {
  color: #65738b;
  font-size: 13px;
}

.best-plan {
  border: 2px solid #ff7a22;
}

.best-plan em {
  position: absolute;
  top: -13px;
  right: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  color: #ffffff;
  background: #f36c21;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.or-circle {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #154ab4;
  font-size: 12px;
  font-weight: 900;
}

.launch-offer {
  padding: 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  border-color: #ffb26d;
  background: #fffaf4;
}

.gift-icon {
  font-size: 42px;
}

.launch-offer span {
  color: #f36c21;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.launch-offer p {
  margin-top: 3px;
  color: #4e5c71;
  font-size: 13px;
}

.limited-badge {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #ffd293;
  border-radius: 50%;
  color: #ffffff;
  background: #f36c21;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.offer-actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
}

.offer-primary {
  min-width: 180px;
  color: #ffffff;
  background: #158b31;
  box-shadow: 0 10px 25px rgba(21, 139, 49, 0.2);
}

.offer-secondary {
  min-width: 180px;
  color: #0b46ba;
  border: 1px solid #b9ccef;
  background: #ffffff;
}

.terms {
  max-width: 850px;
  margin: 18px auto 0;
  color: #7a879b;
  text-align: center;
  font-size: 12px;
}

.services-section {
  padding: 85px 7%;
  background: #f6f9ff;
}

.cards {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.cards article {
  min-height: 210px;
  padding: 25px 20px;
  border: 1px solid #dfe7f3;
  border-radius: 17px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 9px 26px rgba(17, 58, 118, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.cards article:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(17, 58, 118, 0.11);
}

.service-icon {
  width: 57px;
  height: 57px;
  margin: 0 auto 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #1559e7;
  background: #eaf1ff;
  font-size: 27px;
}

.cards h3 {
  color: #0b2c6a;
  font-size: 17px;
}

.cards p {
  margin-top: 8px;
  color: #687992;
  font-size: 13px;
}

.trust-section {
  padding: 35px 7%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  color: #ffffff;
  background: linear-gradient(130deg, #07328d, #0756d5);
}

.trust-section div {
  min-height: 105px;
  padding: 19px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.26);
}

.trust-section div:last-child {
  border-right: 0;
}

.trust-section strong {
  font-size: 16px;
}

.trust-section span {
  margin-top: 5px;
  color: #d9e7ff;
  font-size: 13px;
}

footer {
  color: #d5e3ff;
  background: #061938;
}

.footer-content {
  padding: 52px 7%;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
}

.footer-logo {
  color: #ffffff;
  font-size: 29px;
  font-weight: 900;
}

.footer-logo span {
  color: #f36c21;
}

.footer-content p {
  margin-top: 7px;
  color: #9db0ce;
}

.footer-content h3 {
  margin-bottom: 13px;
  color: #ffffff;
  font-size: 15px;
}

.footer-content div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-content a:not(.footer-logo) {
  margin-top: 8px;
  color: #b7c8e1;
  font-size: 13px;
}

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

.copyright {
  padding: 18px 7%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8398b8;
  text-align: center;
  font-size: 12px;
}

@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .mock {
    max-width: 680px;
    justify-self: start;
  }

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

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

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

  .trust-section div:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .nav {
    min-height: 69px;
    padding: 0 5%;
  }

  .menu-button {
    display: block;
  }

  .nav nav {
    display: none;
    width: calc(100% - 30px);
    padding: 18px;
    position: absolute;
    top: 70px;
    left: 15px;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
    border: 1px solid #dce5f2;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(6, 31, 75, 0.18);
  }

  .nav nav.open {
    display: flex;
  }

  .nav nav a {
    padding: 11px 12px;
    border-radius: 8px;
  }

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

  .hero {
    min-height: auto;
    padding: 55px 5%;
  }

  .hero h1 {
    font-size: 42px;
    letter-spacing: -1.4px;
  }

  .mock {
    padding: 21px;
  }

  .offer-section,
  .services-section {
    padding: 65px 5%;
  }

  .package-header,
  .package-body,
  .support-card,
  .renewal-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .support-title {
    margin-left: auto;
    margin-right: auto;
  }

  .launch-offer {
    grid-template-columns: auto 1fr;
  }

  .limited-badge {
    grid-column: 1 / -1;
    margin: 5px auto 0;
  }

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

  .cards article {
    min-height: 180px;
  }

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

@media (max-width: 520px) {
  .hero h1 {
    font-size: 37px;
  }

  .hero-actions,
  .offer-actions {
    flex-direction: column;
  }

  .hero-actions .btn,
  .offer-actions .btn {
    width: 100%;
  }

  .hero-trust {
    flex-direction: column;
    gap: 8px;
  }

  .offer-price strong {
    font-size: 56px;
  }

  .package-value {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .package-value > div:first-child {
    padding-bottom: 13px;
    border-right: 0;
    border-bottom: 1px solid #cad9f0;
  }

  .renewal-options {
    grid-template-columns: 1fr;
  }

  .or-circle {
    margin: 0 auto;
  }

  .trust-section {
    grid-template-columns: 1fr;
  }

  .trust-section div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .trust-section div:last-child {
    border-bottom: 0;
  }
}

/* SetuPOS Navbar Logo */
.nav .logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.nav .logo img {
  display: block;
  width: auto;
  height: 58px;
  max-width: 190px;
  object-fit: contain;
}

@media (max-width: 760px) {
  .nav .logo img {
    height: 48px;
    max-width: 160px;
  }
}

/* SetuPOS final navbar logo */
.nav .logo {
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  display: inline-flex !important;
  align-items: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.nav .logo img {
  display: none !important;
}

.brand-setu {
  color: #145bff;
}

.brand-pos {
  color: #f36c21;
}

@media (max-width: 760px) {
  .nav .logo {
    font-size: 25px;
  }
}

/* FINAL SETUPOS TEXT LOGO FIX */
header.nav .logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  min-width: 125px !important;
  height: auto !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -1px !important;
  white-space: nowrap !important;
  position: relative !important;
  z-index: 1002 !important;
}

header.nav .logo img {
  display: none !important;
}

header.nav .logo .logo-setu {
  display: inline !important;
  color: #145bff !important;
}

header.nav .logo .logo-pos {
  display: inline !important;
  color: #f36c21 !important;
}

@media (max-width: 760px) {
  header.nav .logo {
    display: inline-flex !important;
    min-width: 115px !important;
    font-size: 25px !important;
  }
}
