/* ==========================================
   RESET & BASE
   ========================================== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ==========================================
   FONT FACES
   ========================================== */
@font-face {
  font-family: "Arial";
  src: url("assets/font/arial/ARIAL.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Arial";
  src: url("assets/font/arial/ARIALBD.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Franklin Gothic";
  src: url("assets/font/franklin-gothic/FRANKGO.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Franklin Gothic";
  src: url("assets/font/franklin-gothic/FranklinGothic.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Franklin Gothic Condensed";
  src: url("assets/font/franklin-gothic/Franklin Gothic Condensed.ttf")
    format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Libre Franklin";
  src: url("assets/font/Libre_Franklin/LibreFranklin-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: "Forza";
  src:
    url("assets/font/forza/Forza-Medium.woff2") format("woff2"),
    url("assets/font/forza/Forza-Medium.woff") format("woff"),
    url("assets/font/forza/Forza-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Francois One";
  src: url("assets/font/Francois_One/FrancoisOne-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "a Apple Tea";
  src: url("assets/font/a-apple-tea/AppleTea-jELql.otf")
    format("truetype");
  font-weight: 600;
  font-style: semibold;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
  color: #000000;
  line-height: 1.5;
  overflow-x: hidden;
  background: #ffffff;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

/* ==========================================
   ORDER NOW BUTTON (global)
   ========================================== */
.btn-order {
  width: 327px;
  margin: 0 auto;
  border-radius: 15px;
  background-image: linear-gradient(0deg, #ee3f2e 0%, #ef6424 73%);
  color: #ffffff;
  font-family: "Forza", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 10px 48px;
  border-radius: 14px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.454);
  cursor: pointer;
  text-align: center;
}

.btn-order:hover {
  background: #d4611c;
}

/* ==========================================
   HEADER
   ========================================== */
.header {
  position: relative;
  width: 100%;
  z-index: 1000;
}

.header-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 100px;
  width: auto;
}

.nav-main {
  display: flex;
  gap: 50px;
}

.nav-main a {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 28px;
  line-height: 27px;
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

/* ==========================================
   HERO SECTION
   ========================================== */
.hero {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  overflow: hidden;
  background: url("assets/images/hero_bg.png") no-repeat center top;
  background-size: cover;
}

.hero-container {
  max-width: 1280px;
  
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.hero-device {
  flex: 0 0 44%;
  position: relative;
}

.hero-device img {
  width: auto;
  height: 650px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-title {
  font-family:
    "Franklin Gothic Condensed", "Franklin Gothic", Arial, sans-serif;
  font-size: 68px;
  font-weight: 700;
  color: #0f2a5b;
  line-height: 68px;
  margin-bottom: 20px;
}

.hero-desc {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 32px;
  color: #000000;
  margin-bottom: 22px;
}

.hero-desc span {
  font-weight: 600;
}

.tagline {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 24px;
  line-height: 39px;
  color: #000;
  font-weight: 600;
  margin-top: 25px;
  text-align: center;
}

/* ==========================================
   ABOUT / DESCRIPTION SECTION
   ========================================== */
.about-section {
  background: #ffffff;
  padding: 50px 0 40px;
}

.about-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 100px;
}

.about-content {
  flex: 1;
}

.about-text {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 26px;
  color: #000000;
  line-height: 39px;
  margin-bottom: 14px;
}

.about-bold {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  color: #000000;
  margin-bottom: 18px;
}

.about-cta {
  margin-bottom: 0;
  text-align: center;
}

.about-tagline {
  font-family: "Francois One", Arial, sans-serif;
  font-size: 24px;
  line-height: 39px;
  color: #555555;
  margin-top: 14px;
  text-align: center;
}

.about-device {
  flex: 0 0 30%;
}

.about-device img {
  width: 100%;
  height: auto;
}

/* ==========================================
   FEATURES SECTION (One Device)
   ========================================== */
.features-section {
  background: #e8e8e8;
  padding: 50px 0 50px;
  border-top: 1.5px solid #cccccc;
}

.features-header {
  text-align: center;
  margin-bottom: 30px;
}

.features-heading {
  font-family: "Franklin Gothic condensed", Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  line-height: 48px;
}

.features-subheading {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 24px;
  color: #000000;
  line-height: 39px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 36px;
}

.feature-item {
  min-height: 0;
}

.feature-title {
  font-family: "Arial", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 27px;
  margin-bottom: 4px;
}

.feature-subtitle {
  font-family: "Arial", Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  margin-bottom: 8px;
  line-height: 27px;
}

.feature-list li {
  font-family: "Arial", Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  padding: 1.5px 0 1.5px 18px;
  position: relative;
  line-height: 27px;
}

.feature-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 1.5px;
  color: #000000;
  font-size: 12px;
}

.feature-footer {
  font-family: "Arial", Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  margin-top: 6px;
  line-height: 27px;
}

/* Process. Manage. Advertise. Compute. Earn. block */
.feature-tagline-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8px;
}

.feature-tagline-text {
  font-family: "Arial", Arial, sans-serif;
  font-size: 33px;
  font-weight: 700;
  color: #000000;
  line-height: 43px;
}

/* ==========================================
   QUICK SETUP SECTION
   ========================================== */
.setup-section {
  background: #f5f5f5;
  padding: 50px 0 50px;
  text-align: center;
  border-top: 1.5px solid #cccccc;
}

.setup-heading {
  font-family: "Franklin Gothic Condensed", Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  margin-bottom: 8px;
}

.setup-subheading {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 35px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 35px;
}

.step-item {
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
}

.step-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 57px;
  height: 57px;
  border-radius: 29px;
  border: 3px solid #d97116;
  background-image: linear-gradient(90deg, #1e3d59 0%, #2086c5 100%);
}

.step-number span {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.step-title {
  font-family: "Arial", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 27px;
  margin-bottom: 0;
}

.step-desc {
  font-family: "Arial", Arial, sans-serif;
  font-size: 18px;
 color: #000000;
  line-height: 27px;
  margin-bottom: 4px;
}

.step-extra {
  font-family: "Arial", Arial, sans-serif;
  font-size: 18px;
  margin-top: 10px;
  color: #000000;
  line-height: 27px;
  max-width: 280px;
  margin-bottom: 14px;
}

.step-icon {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.step-icon img {
  width: 100px;
  margin-left: 60px;
  height: 100px;
  object-fit: contain;
}

.setup-cta {
  margin-top: 10px;
}

.setup-bottom-text {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 24px;
  line-height: 39px;
  color: #0f2a5b;
  font-weight: 700;
  margin-top: 14px;
}

/* ==========================================
   DEVICE GALLERY
   ========================================== */
.device-gallery {
  background-color: #e8e8e8;
  padding: 40px 0 30px;
}

.gallery-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
}

.gallery-item {
  flex: 1;
  max-width: 23%;
}

.gallery-item img {
  width: 100%;
  height: auto;
}

/* ==========================================
   CTA SECTION
   ========================================== */
.cta-section {
  background: white;
  padding: 100px 0;
  text-align: center;
}

.cta-title {
  font-family: "Francois One", Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #2d3081;
  margin-bottom: 8px;
  line-height: 69px;
}

.cta-subtitle {
  font-family: "Francois One", Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  color: #2d3081;
  margin-bottom: 50px;
  line-height: 75px;
}

/* ==========================================
   FOOTER
   ========================================== */
.footer {
  background: #cde3e8;
  padding: 35px 0 20px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 16px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-logo {
  height: 100px;
  width: auto;
}

.footer-powered {
  display: flex;
  align-items: center;
  gap: 6px;
}

.powered-label {
  font-family: "Arial", Arial, sans-serif;
  font-size: 16px;
  line-height: 42px;
  color: #000000;
}

.powered-logo {
  height: 50px;
  width: auto;
}

.footer-social {
  display: flex;
  width:max-content;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.social-label {
  font-family: "Arial", Arial, sans-serif;
  font-size: 16px;
  line-height: 42px;
  color: #000000;
}

.footer-social img {
  height: 30px;
  width: auto;
}

.footer-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-nav a {
  font-family: "Arial", Arial, sans-serif;
  font-size: 16px;
  line-height: 42px;
  color: #000000;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #ef7427;
}

.footer-payment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid 000;
  margin-top: 60px;
  border-bottom: 1px solid 000;
}

.accepted-label {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 19px;
  line-height: 39px;
  font-weight: 600;
  color: #000000;
}

.payment-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.payment-icons img {
  height: 28px;
  width: auto;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 14px;
  flex-wrap: wrap;
}

.footer-copyright {
  font-family: "Arial", Arial, sans-serif;
  font-size: 14px;
  line-height: 27px;
  color: #000000;
}

.footer-sep {
  color: #666666;
  font-size: 14px;
  line-height: 27px;
}

.footer-bottom a {
  font-family: "Arial", Arial, sans-serif;
  font-size: 14px;
  line-height: 27px;
  color: #000000;
  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: #ef7427;
}

.ach-font {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  color: #000000;
  font-family: "a Apple Tea";
  text-align: right;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

/* ---- Large desktop: add side padding to all containers ---- */
@media (max-width: 1430px) {
  .container,
  .hero-container,
  .about-container,
  .gallery-container,
  .footer-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* ---- Tablet Landscape Mid (≤1100px) ---- */
@media (max-width: 1100px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---- Laptop / Tablet Landscape (≤1300px) ---- */
@media (max-width: 1300px) {
  .logo img {
    height: 90px;
  }
  .header-container {
    padding: 16px 24px;
  }
  .nav-main {
    gap: 30px;
  }

  .nav-main a {
    font-size: 20px;
  }

  .hero {
    padding-top: 120px;
  }

  .hero-device img {
    height: 480px;
    width: auto;
  }

  .hero-title {
    font-size: 52px;
    line-height: 56px;
  }

  .hero-desc {
    font-size: 24px;
    line-height: 36px;
  }

  .tagline {
    font-size: 20px;
    line-height: 32px;
  }

  .about-container {
    gap: 50px;
  }

  .about-text,
  .about-bold {
    font-size: 22px;
    line-height: 34px;
  }

  .features-heading {
    font-size: 40px;
    line-height: 44px;
  }

  .features-subheading {
    font-size: 20px;
    line-height: 32px;
  }

  .feature-tagline-text {
    font-size: 28px;
    line-height: 38px;
  }

  .setup-heading {
    font-size: 40px;
    line-height: 44px;
  }

  .setup-subheading {
    font-size: 26px;
    line-height: 30px;
  }

  .cta-section {
    padding: 70px 0;
  }

  .cta-title {
    font-size: 38px;
    line-height: 54px;
  }

  .cta-subtitle {
    font-size: 52px;
    line-height: 62px;
  }

  .btn-order {
    width: 280px;
    font-size: 22px;
    padding: 12px 36px;
    letter-spacing: 2px;
  }

  .btn-order-cta {
    font-size: 24px;
    padding: 14px 44px;
  }

  .footer-logo {
    height: 100px;
  }

  .footer-nav {
    gap: 16px;
  }

  .footer-nav a {
    font-size: 14px;
    line-height: 36px;
  }

  .powered-label,
  .social-label {
    font-size: 14px;
  }

  .powered-logo {
    height: 40px;
  }
}

/* ---- Tablet Portrait (≤900px) ---- */
@media (max-width: 900px) {
  .header-container {
    padding: 16px 24px;
  }

  .logo img {
    height: 75px;
  }

  .nav-main {
    gap: 22px;
  }

  .nav-main a {
    font-size: 16px;
    letter-spacing: 1.5px;
  }

  .hero {
    padding-top: 100px;
     padding-bottom: 30px;
  }

  .hero-container {
    flex-direction: column;
    text-align: center;
    padding: 0 24px;
    gap: 20px;
  }

  .hero-device {
    flex: 0 0 auto;
    max-width: 300px;
    margin: 0 auto;
  }

  .hero-device img {
    height: auto;
    width: 100%;
    max-width: 300px;
  }

  .hero-title {
    font-size: 46px;
    line-height: 50px;
  }

  .hero-desc {
    font-size: 20px;
    line-height: 32px;
  }

  .hero-content .btn-order {
    margin-top: 24px !important;
  }

  .tagline {
    font-size: 18px;
    line-height: 28px;
    margin-top: 14px;
  }

  .about-container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 0 24px;
  }

  .about-device {
    flex: 0 0 auto;
    max-width: 320px;
    margin: 0 auto;
  }

  .about-text,
  .about-bold {
    font-size: 20px;
    line-height: 32px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .features-subheading {
    font-size: 18px;
    line-height: 28px;
  }

  .feature-tagline-text {
    font-size: 26px;
    line-height: 36px;
  }

  .setup-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .setup-subheading {
    font-size: 22px;
    line-height: 28px;
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    margin: 0 auto 35px;
  }

  .step-desc,
  .step-extra {
    max-width: 100%;
  }

  .gallery-container {
    flex-wrap: wrap;
    gap: 12px;
  }

  .gallery-item {
    flex: none;
    width: calc(50% - 6px);
    max-width: none;
  }

  .cta-section {
    padding: 60px 24px;
  }

  .cta-title {
    font-size: 32px;
    line-height: 46px;
  }

  .cta-subtitle {
    font-size: 44px;
    line-height: 54px;
  }

  .footer-top {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
.footer-powered {
    justify-content: center;
}
.footer-social {
  width: 100%;
    justify-content: center;
}
  .footer-right {
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    gap: 16px;
  }

  .footer-nav {
    justify-content: center;
    gap: 14px;
  }

  .footer-payment {
    margin-top: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-bottom {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* ---- Mobile Large (≤600px) ---- */
@media (max-width: 600px) {
  .container,
  .hero-container,
  .about-container,
  .gallery-container,
  .footer-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-container {
    padding: 12px 16px;
  }

  .logo img {
    height: 58px;
  }

  .nav-main {
    gap: 14px;
  }

  .nav-main a {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .hero {
    padding-top: 80px;
    background-position: 30% top;
  }

  .hero-container {
    padding: 0 16px;
    gap: 16px;
  }

  .hero-device {
    max-width: 250px;
  }

  .hero-device img {
    max-width: 250px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 14px;
  }

  .hero-desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 14px;
  }

  .tagline {
    font-size: 14px;
    line-height: 22px;
    margin-top: 14px;
  }

  .btn-order {
    width: auto;
    max-width: 100%;
    font-size: 18px;
    padding: 12px 32px;
    letter-spacing: 1.5px;
  }

  .about-section {
    padding: 30px 0;
  }

  .about-container {
    padding: 0 16px;
  }

  .about-text,
  .about-bold {
    font-size: 16px;
    line-height: 26px;
  }

  .about-device {
    max-width: 220px;
  }

  .features-section {
    padding: 30px 0;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .features-heading {
    font-size: 26px;
    line-height: 32px;
  }

  .features-subheading {
    font-size: 15px;
    line-height: 24px;
  }

  .feature-title {
    font-size: 20px;
    line-height: 26px;
  }

  .feature-subtitle,
  .feature-list li,
  .feature-footer {
    font-size: 15px;
    line-height: 24px;
  }

  .feature-tagline-text {
    font-size: 24px;
    line-height: 34px;
  }

  .setup-section {
    padding: 30px 0;
  }

  .setup-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .setup-subheading {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 22px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .step-title {
    font-size: 18px;
    line-height: 24px;
  }

  .step-desc,
  .step-extra {
    font-size: 15px;
    line-height: 24px;
    max-width: 100%;
  }

  .step-icon img {
    width: 72px;
    height: 72px;
    margin-left: 28px;
  }

  .device-gallery {
    padding: 20px 0;
  }

  .gallery-container {
    gap: 8px;
    padding: 0 16px;
  }

  .gallery-item {
    width: calc(50% - 4px);
  }

  .cta-section {
    padding: 50px 16px;
  }

  .cta-title {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 6px;
  }

  .cta-subtitle {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 28px;
  }

  .footer {
    padding: 28px 0 16px;
  }

  .footer-logo {
    height: 80px;
  }

  .footer-nav {
    gap: 10px;
  }

  .footer-nav a {
    font-size: 13px;
  }

  .accepted-label {
    font-size: 15px;
  }

  .payment-icons img {
    height: 18px;
  }

  .footer-payment {
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 16px;
  }
}

/* ---- Small Mobile (≤480px) ---- */
@media (max-width: 480px) {
  .header-container {
    padding: 10px 14px;
  }

  .logo img {
    height: 48px;
  }

  .nav-main {
    gap: 10px;
  }

  .nav-main a {
    font-size: 11px;
    letter-spacing: 0.5px;
  }

  .hero {
    padding-top: 68px;
  }

  .hero-device {
    max-width: 210px;
  }

  .hero-device img {
    max-width: 210px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 32px;
  }

  .hero-desc {
    font-size: 15px;
    line-height: 24px;
  }

  .tagline {
    font-size: 13px;
    line-height: 20px;
  }

  .btn-order {
    font-size: 16px;
    padding: 10px 24px;
    letter-spacing: 1px;
  }

  .about-text,
  .about-bold {
    font-size: 15px;
    line-height: 24px;
  }

  .features-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .features-subheading {
    font-size: 14px;
    line-height: 22px;
  }

  .feature-title {
    font-size: 18px;
  }

  .feature-subtitle,
  .feature-list li,
  .feature-footer {
    font-size: 14px;
    line-height: 22px;
  }

  .feature-tagline-text {
    font-size: 20px;
    line-height: 30px;
  }

  .setup-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .setup-subheading {
    font-size: 16px;
    line-height: 24px;
  }

  .step-number {
    width: 46px;
    height: 46px;
  }

  .step-title {
    font-size: 16px;
  }

  .step-desc,
  .step-extra {
    font-size: 14px;
    line-height: 22px;
  }

  .step-icon img {
    width: 58px;
    height: 58px;
    margin-left: 18px;
  }

  .cta-title {
    font-size: 18px;
    line-height: 28px;
  }

  .cta-subtitle {
    font-size: 24px;
    line-height: 32px;
  }

  .footer-logo {
    height: 60px;
  }

  .payment-icons img {
    height: 16px;
  }
}

/* ---- Extra Small Mobile (≤375px) ---- */
@media (max-width: 375px) {
  .logo img {
    height: 42px;
  }

  .nav-main a {
    font-size: 10px;
  }

  .hero-title {
    font-size: 24px;
    line-height: 28px;
  }

  .hero-desc {
    font-size: 14px;
  }

  .btn-order {
    font-size: 14px;
    padding: 9px 18px;
  }

  .cta-title {
    font-size: 16px;
    line-height: 24px;
  }

  .cta-subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .features-heading {
    font-size: 20px;
  }

  .setup-heading {
    font-size: 22px;
  }
}

/* ==========================================
   CONTACT/ORDER PAGE STYLES
   ========================================== */
.contact-hero {
  background: linear-gradient(
    to bottom,
    #c4d8dc 0%,
    #85c4ce 50%,
    #46a4b2 100%
  );
  padding: 180px 0 60px;
  text-align: center;
}

.contact-title {
  font-family: "Franklin Gothic Condensed", "Franklin Gothic", Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  line-height: 60px;
  margin-bottom: 15px;
}

.contact-subtitle {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 22px;
  color: #ffffff;
  line-height: 32px;
  opacity: 0.9;
}

.contact-section {
  background: transparent;
  padding: 60px 0 80px;
}

.contact-form-wrapper {
  max-width: 700px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 50px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-family: "Arial", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1e3d59;
}

.form-group label .required {
  color: #ee3f2e;
}

.form-group input,
.form-group textarea {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 16px;
  padding: 14px 18px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  background: #fafafa;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #2086c5;
  box-shadow: 0 0 0 3px rgba(32, 134, 197, 0.15);
  background: #ffffff;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #999999;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.recaptcha-group {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.btn-submit {
  display: block;
  width: 100%;
  border: none;
  cursor: pointer;
  font-family: "Forza", Arial, sans-serif;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(238, 63, 46, 0.35);
}

.btn-submit:active {
  transform: translateY(0);
}

/* Alert Messages */
.alert {
  padding: 16px 20px;
  border-radius: 10px;
  margin-bottom: 24px;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.alert-success {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.alert-error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.alert strong {
  font-weight: 700;
}

/* Contact Info Box */
.contact-info {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}

.contact-info h3 {
  font-family: "Arial", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1e3d59;
  margin-bottom: 10px;
}

.contact-info p {
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 15px;
  color: #555555;
  line-height: 1.6;
}

/* ==========================================
   CONTACT PAGE RESPONSIVE
   ========================================== */
@media (max-width: 900px) {
  .contact-hero {
    padding: 140px 24px 50px;
  }

  .contact-title {
    font-size: 42px;
    line-height: 48px;
  }

  .contact-subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-form-wrapper {
    margin: 0 24px;
    padding: 35px 30px;
  }
}

@media (max-width: 600px) {
  .contact-hero {
    padding: 110px 16px 40px;
  }

  .contact-title {
    font-size: 32px;
    line-height: 38px;
  }

  .contact-subtitle {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-section {
    padding: 40px 0 60px;
  }

  .contact-form-wrapper {
    margin: 0 16px;
    padding: 30px 24px;
    border-radius: 12px;
  }

  .contact-form {
    gap: 20px;
  }

  .form-group label {
    font-size: 15px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 15px;
    padding: 12px 16px;
  }

  .g-recaptcha {
    transform: scale(0.85);
    transform-origin: center;
  }
}

@media (max-width: 400px) {
  .contact-title {
    font-size: 28px;
    line-height: 34px;
  }

  .contact-form-wrapper {
    padding: 24px 18px;
  }

  .g-recaptcha {
    transform: scale(0.77);
  }
}
