* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  color: #10233d;
  background: #fff;
  line-height: 1.65;
}
header {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: auto;
  padding: 0 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0c3475;
  font-size: 19px;
}
.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.brand b {
  color: #139b43;
}
nav {
  display: flex;
  gap: 28px;
}
nav a {
  color: #34465e;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
nav a:hover {
  color: #087bdc;
}
.menu {
  display: none;
  border: 0;
  background: none;
  font-size: 25px;
}
.hero {
  max-width: 1180px;
  margin: auto;
  min-height: 650px;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 55px;
  background: radial-gradient(circle at 85% 40%, #e9fff0 0, transparent 33%);
}
.hero > img {
  width: 100%;
  max-width: 500px;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 2.2px;
  font-weight: 800;
  color: #0c8c45;
}
.hero h1 {
  font-size: 55px;
  line-height: 1.08;
  margin: 13px 0 22px;
  color: #0b2b60;
}
.hero h1 span {
  background: linear-gradient(90deg, #087ee0, #14a444);
  -webkit-background-clip: text;
  color: transparent;
}
.lead {
  font-size: 19px;
  color: #56677d;
  max-width: 650px;
}
.actions {
  display: flex;
  gap: 13px;
  margin-top: 32px;
}
.primary,
.secondary {
  display: inline-block;
  padding: 13px 22px;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 700;
}
.primary {
  background: linear-gradient(90deg, #086fd0, #119c4c);
  color: #fff;
}
.secondary {
  border: 1px solid #c9d5e3;
  color: #173a69;
  background: #fff;
}
section:not(.hero) {
  padding: 90px 24px;
}
section > h2,
.policy h1 {
  font-size: 38px;
  line-height: 1.2;
  margin: 8px 0 38px;
  color: #0b2b60;
}
#services,
.split,
.contact {
  max-width: 1180px;
  margin: auto;
}
.cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 17px;
}
.cards article {
  border: 1px solid #e3eaf2;
  border-radius: 14px;
  padding: 25px 20px;
  box-shadow: 0 8px 28px #16395a0b;
}
.cards article div {
  font-size: 27px;
  color: #0b8d5b;
}
.cards h3 {
  font-size: 17px;
  color: #123566;
}
.cards p {
  font-size: 14px;
  color: #68778a;
}
.soft {
  background: #f6faff;
  text-align: center;
}
.center {
  max-width: 650px;
  margin: -20px auto 35px;
  color: #65758a;
}
.product {
  max-width: 600px;
  margin: auto;
  padding: 32px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e0e9f3;
}
.product span {
  font-size: 11px;
  text-transform: uppercase;
  background: #e9f8ed;
  color: #0b8a42;
  padding: 5px 9px;
  border-radius: 20px;
  font-weight: 800;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.split h2 {
  margin-bottom: 0;
}
.split div:last-child {
  color: #5c6c80;
  font-size: 17px;
}
.contact {
  text-align: center;
}
.contact > p:not(.eyebrow) {
  color: #65758a;
}
.contactbox {
  margin-top: 40px;
  border: 1px solid #e0e8f0;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  text-align: left;
  overflow: hidden;
}
.contactbox div {
  padding: 24px;
  border-right: 1px solid #e0e8f0;
}
.contactbox div:last-child {
  border: 0;
}
.contactbox small {
  display: block;
  color: #148b50;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
.contactbox strong {
  font-size: 14px;
}
footer {
  border-top: 1px solid #e5ebf2;
  max-width: 1180px;
  margin: auto;
  padding: 28px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #68778a;
}
footer div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #123566;
}
footer img {
  width: 34px;
}
footer a {
  color: #0879cf;
}
.policy {
  max-width: 820px;
  margin: 60px auto 100px;
  padding: 0 24px;
}
.policy h1 {
  font-size: 48px;
  margin-bottom: 3px;
}
.policy h2 {
  font-size: 22px;
  color: #123566;
  margin-top: 35px;
}
.policy p {
  color: #56677b;
}
.updated {
  font-size: 13px;
}
.back {
  margin-top: 25px;
}
@media (max-width: 850px) {
  nav {
    display: none;
  }
  .menu {
    display: block;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 50px;
    text-align: center;
  }
  .hero > img {
    max-width: 390px;
    margin: auto;
    order: -1;
  }
  .hero h1 {
    font-size: 40px;
  }
  .lead {
    margin: auto;
  }
  .actions {
    justify-content: center;
  }
  .cards {
    grid-template-columns: 1fr 1fr;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .contactbox {
    grid-template-columns: 1fr;
  }
  .contactbox div {
    border-right: 0;
    border-bottom: 1px solid #e0e8f0;
  }
  footer {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
@media (max-width: 520px) {
  .brand span {
    font-size: 16px;
  }
  .hero h1 {
    font-size: 34px;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  section:not(.hero) {
    padding: 65px 20px;
  }
  .actions {
    flex-direction: column;
  }
  .hero > img {
    max-width: 300px;
  }
}
/* =========================================
   Shumang Tech Products
   ========================================= */

.products-section {
  padding: 100px 20px;
  background: #ffffff;
}

.products-heading {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}

.products-heading .section-label {
  display: block;
  margin-bottom: 14px;
  color: #1686df;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.products-heading h2 {
  margin: 0 0 14px;
  color: #0c2148;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.15;
}

.products-heading p {
  margin: 0;
  color: #53627b;
  font-size: 1.1rem;
  line-height: 1.7;
}


/* Cards */

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

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 510px;
  padding: 38px 32px 28px;

  background:
    linear-gradient(
      145deg,
      rgba(22, 134, 223, 0.035),
      rgba(52, 190, 93, 0.025)
    );

  border: 1px solid rgba(22, 134, 223, 0.13);
  border-radius: 18px;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.product-card:hover {
  transform: translateY(-7px);
  border-color: rgba(22, 134, 223, 0.3);

  box-shadow:
    0 18px 45px rgba(15, 48, 89, 0.1);
}


/* Product icons */

/* Product icon container */

.product-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 110px;
  height: 110px;
  margin: 0 auto 30px;

  border-radius: 50%;

  background: linear-gradient(
    135deg,
    rgba(10, 123, 220, 0.10),
    rgba(39, 190, 92, 0.08)
  );
}


/* SVG icons */

.product-svg {
  width: 72px;
  height: 72px;

  fill: none;

  stroke: #126fc3;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Recruitment accent */

.recruitment-icon .svg-accent {
  stroke: #14a64a;
}


/* Sports icon */

.sports-icon .product-svg {
  stroke: #1376c9;
}

.sports-icon .product-svg path:nth-child(2) {
  fill: rgba(22, 134, 223, 0.12);
}


/* 360 icon */

.panorama-icon .product-svg {
  stroke: #1376c9;
}

.svg-360 {
  fill: #126fc3;
  stroke: none;

  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
}

.product-icon span {
  color: #126bc1;
  font-size: 2.1rem;
  font-weight: 800;
}

.sports-icon span {
  font-size: 2.8rem;
}

.panorama-icon span {
  color: #1677d2;
  font-size: 1.8rem;
}


/* Text */

.product-card h3 {
  margin: 0 0 18px;

  color: #10244b;
  font-size: 1.45rem;
  line-height: 1.3;
}

.product-card > p {
  margin: 0 0 26px;

  color: #52627c;
  font-size: 1rem;
  line-height: 1.75;
}


/* Status */

.product-status {
  align-self: center;

  margin-top: auto;
  padding: 9px 18px;

  color: #52627c;
  background: #edf2f8;

  border-radius: 10px;

  font-size: 0.88rem;
  font-weight: 600;
}


/* Visit website button */

.product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  align-self: flex-start;

  margin-top: auto;
  padding: 13px 20px;

  color: #ffffff;
  background: linear-gradient(135deg, #087de0, #1269d5);

  border-radius: 10px;

  font-weight: 700;
  text-decoration: none;

  box-shadow:
    0 8px 20px rgba(12, 111, 210, 0.18);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.product-button:hover {
  transform: translateY(-2px);

  box-shadow:
    0 12px 25px rgba(12, 111, 210, 0.25);
}

.product-button span {
  transition: transform 0.2s ease;
}

.product-button:hover span {
  transform: translateX(4px);
}


/* Bottom tagline */

.product-tagline {
  margin-top: 28px;

  color: #536b94;

  font-size: 0.68rem;
  font-weight: 700;

  letter-spacing: 0.2em;
  text-align: center;
}


/* Section footer */

.products-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;

  margin-top: 55px;
}

.products-footer span {
  width: 80px;
  height: 1px;

  background: #7897c5;
}

.products-footer p {
  margin: 0;

  color: #536b94;

  font-size: 0.75rem;
  font-weight: 700;

  letter-spacing: 0.25em;
}


/* Responsive */

@media (max-width: 900px) {
  .product-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
  }

  .product-card {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .products-section {
    padding: 70px 18px;
  }

  .product-card {
    padding: 30px 24px 25px;
  }

  .products-footer span {
    display: none;
  }

  .products-footer p {
    font-size: 0.65rem;
    text-align: center;
  }
}
/* =========================================
   Drone Survey Product
   ========================================= */

.drone-icon .product-svg {
  stroke: #1376c9;
}

.drone-icon .svg-accent {
  stroke: #14a64a;
}

/* Centre the fourth product on desktop */
@media (min-width: 901px) {
  .product-grid .product-card:nth-child(4) {
    grid-column: 2;
  }
}