h3 {
  font-size: clamp(22px, 4.5vw, 28px);
  font-weight: 400;
  color: var(--white);
  text-align: center;
  margin-bottom: 15px;
}/* Mobile CSS - Improved Responsive Version */

:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
  --primary-gold: #fbc586;
  --secondary-gold: #f9a340;
  --accent-gold: #fbb463;
  --dark-purple: #29214b;
  --medium-purple: #594a99;
  --dark-bg: #0a0812;
  --white: #ffffff;
}

/* Reset and Base Styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Barlow, var(--default-font-family);
  background: var(--dark-bg);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

.main-container {
  width: 100%;
  min-height: 100vh;
  background: var(--dark-bg);
  overflow-x: hidden;
  position: relative;
}

/* Responsive Typography */
h1, .professional-grade-location-security {
  font-size: clamp(20px, 6vw, 28px);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -1px;
  background: linear-gradient(214.22deg, var(--primary-gold), var(--secondary-gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  white-space: normal;
}

h2, .whats-coming-11 {
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 500;
  color: var(--accent-gold);
  text-align: center;
  margin-bottom: 30px;
}

.protect-your-team {
  color: var(--white);
  font-size: clamp(22px, 4.5vw, 28px);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 25px;
  white-space: normal;
  display: block;
}

/* Header Section */
.flex-row-ff {
  padding: 20px 15px;
  text-align: center;
  background: var(--dark-bg);
}

.per-asset {
  display: inline-block;
  width: min(250px, 80vw);
  height: auto;
  aspect-ratio: 266/41;
  position: relative;
}

.per-p-gold-asset,
.layer {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.per-p-gold-asset {
  width: 10.9%;
  height: 99.42%;
  top: 0;
  left: 0;
  background-image: url(per-p-gold-asset.svg);
  z-index: 2;
}

.layer {
  width: 85.21%;
  height: 75.48%;
  top: 20.05%;
  left: 14.79%;
  background-image: url(layer.svg);
  z-index: 1;
}

/* Hero Section */
.flex-row-f {
  padding: 40px 20px;
  text-align: center;
  max-width: 100%;
}

.high-net-worth {
  font-size: clamp(14px, 4vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: var(--white);
  margin-bottom: 30px;
  padding: 0 10px;
}

/* Buttons */
.perimeter,
.perimeter-2e {
  cursor: pointer;
  display: block;
  width: auto;
  min-width: 200px;
  max-width: 280px;
  margin: 0 auto 30px;
  padding: 14px 25px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.perimeter {
  background: var(--white);
  border: 1px solid var(--dark-purple);
  color: var(--medium-purple);
}

.perimeter-2e {
  background: var(--dark-purple);
  border: 1px solid var(--medium-purple);
  color: var(--white);
}

.perimeter:hover,
.perimeter-2e:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.button-1,
.enquire-now {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

/* Images Section */
.flex-row-be {
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 100%;
}

@media (min-width: 480px) {
  .flex-row-be {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}

.image,
.image-2,
.image-3 {
  width: min(280px, 90vw);
  height: auto;
  aspect-ratio: 269/551;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.image {
  background-image: url(image.png);
}

.image-2 {
  background-image: url(image-2.png);
}

.image-3 {
  background-image: url(image-3.png);
}

/* Main Content */
.frame {
  padding: 40px 20px;
  max-width: 100%;
}

.frame-4 {
  margin-bottom: 50px;
}

.real-time-location-monitoring {
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: var(--white);
  margin-bottom: 100px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Content Sections */
.user-controlled-configuration,
.direct-gps-transmission {
  margin-bottom: 40px;
  max-width: 100%;
  padding: 0 10px;
}

/* Add specific spacing for the first section */
.user-controlled-configuration {
  padding-top: 40px;
}

/* Feature Headings */
.user-controlled-configuration-5,
.user-controlled-configuration-6,
.precision-location-data,
.direct-gps-transmission-8,
.direct-gps-transmission-a,
.built-for-security,
.built-for-security-c,
.built-for-security-d,
.direct-gps-transmission-f {
  color: var(--accent-gold);
  font-size: clamp(18px, 4vw, 22px);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 12px;
  margin-top: 40px;
}

/* First heading in each section should have more space */
.user-controlled-configuration-5,
.direct-gps-transmission-8 {
  margin-top: 60px;
}

/* Feature Content */
.no-tracking-cookies,
.no-tracking-cookies-7,
.comprehensive-location-information,
.direct-gps-transmission-9,
.direct-gps-transmission-b,
.direct-gps-transmission-e,
.privacy-first-design {
  color: var(--white);
  font-size: clamp(15px, 3.5vw, 18px);
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* What's Coming Section */
.frame-10 {
  padding: 60px 20px;
  background: linear-gradient(135deg, rgba(41, 33, 75, 0.1), rgba(89, 74, 153, 0.05));
  backdrop-filter: blur(10px);
}

.whats-coming {
  text-align: center;
  max-width: 100%;
}

.frame-12 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 100%;
}

.frame-13,
.frame-1c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  justify-items: center;
  max-width: 100%;
}

/* Feature Cards */
.web-component-feature-card,
.feature-card,
.feature-card-18,
.feature-card-1d,
.feature-card-21,
.feature-card-28 {
  width: 100%;
  max-width: 320px;
  background: var(--dark-purple);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(251, 180, 99, 0.1);
}

.web-component-feature-card:hover,
.feature-card:hover,
.feature-card-18:hover,
.feature-card-1d:hover,
.feature-card-21:hover,
.feature-card-28:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

/* Background rectangles for feature cards */
.rectangle,
.rectangle-17,
.rectangle-1b,
.rectangle-20,
.rectangle-27,
.rectangle-2d {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--dark-purple);
  border-radius: 12px;
  z-index: -1;
}

/* Feature Card Icons */
.icon,
.icon-15,
.icon-19,
.icon-1e,
.icon-22,
.icon-29 {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-gold), var(--secondary-gold));
  border-radius: 50%;
  margin: 0 auto 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(251, 180, 99, 0.3);
}

/* Icon backgrounds - using CSS masks for better performance */
.icon::after,
.icon-15::after,
.icon-19::after,
.icon-1e::after,
.icon-22::after,
.icon-29::after {
  content: '';
  width: 40px;
  height: 40px;
  background: var(--white);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.icon::after { 
  mask-image: url(vector-36.svg);
  -webkit-mask-image: url(vector-36.svg);
}
.icon-15::after { 
  mask-image: url(subtract.svg);
  -webkit-mask-image: url(subtract.svg);
}
.icon-19::after { 
  mask-image: url(union.svg);
  -webkit-mask-image: url(union.svg);
}
.icon-1e::after { 
  mask-image: url(vector-38.svg);
  -webkit-mask-image: url(vector-38.svg);
}
.icon-22::after { 
  mask-image: url(vector-39.svg);
  -webkit-mask-image: url(vector-39.svg);
}
.icon-29::after { 
  mask-image: url(vector-37.svg);
  -webkit-mask-image: url(vector-37.svg);
}

/* Feature Card Content */
.frame-14,
.frame-16,
.frame-1a,
.frame-1f,
.frame-26,
.frame-2a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 1;
  position: relative;
}

.single-source-of-truth,
.user-roles,
.user-places,
.additional-settings,
.single-source-truth,
.single-source-truth-2b {
  color: var(--accent-gold);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 8px;
}

.account-management,
.configure-user-roles,
.create-user-places,
.expanded-settings,
.operational-data-reporting,
.operational-data-reporting-2c {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  opacity: 0.9;
}

.more {
  color: var(--accent-gold);
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
  font-style: italic;
}

/* Footer */
.footer {
  background: linear-gradient(135deg, rgba(41, 33, 75, 0.3), rgba(10, 8, 18, 0.8));
  padding: 60px 20px;
  text-align: center;
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(251, 180, 99, 0.1);
}

.page-end-cta {
  margin-bottom: 50px;
  padding: 0 15px;
}

.send-through-enquiry {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(14px, 3.5vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 10px;
}

/* Footer Logo and Links */
.footer-30 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}

.footer-home-logo {
  width: min(250px, 80vw);
  height: auto;
  aspect-ratio: 266/41;
  position: relative;
  margin-bottom: 20px;
  z-index: 12;
}

.per-asset-31 {
  width: 100%;
  height: 100%;
  position: relative;
}

.per-p-gold-asset-40 {
  position: absolute;
  width: 10.9%;
  height: 99.42%;
  top: 0;
  left: 0;
  background: url(per-p-gold-asset-40.svg) no-repeat center;
  background-size: 100% 100%;
}

.layer-33 {
  position: absolute;
  width: 85.21%;
  height: 75.49%;
  top: 20.05%;
  left: 14.79%;
  background: url(logo.svg) no-repeat center;
  background-size: 100% 100%;
}

/* Footer links container */
.footer-links-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
  z-index: 10;
}

@media (min-width: 480px) {
  .footer-links-container {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}

/* Footer Links - Override absolute positioning from desktop CSS */
.privacy-policy,
.terms-of-service,
.insitec-pty-ltd {
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  color: var(--white) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  margin: 10px 15px !important;
  display: inline-block !important;
  text-align: center !important;
  transition: color 0.3s ease !important;
  opacity: 0.9 !important;
  z-index: 15 !important;
  padding: 8px 12px !important;
  background: rgba(41, 33, 75, 0.6) !important;
  border-radius: 6px !important;
  min-width: 100px !important;
  white-space: nowrap !important;
  line-height: 1.4 !important;
  cursor: pointer !important;
}

.privacy-policy:hover,
.terms-of-service:hover,
.insitec-pty-ltd:hover {
  color: var(--accent-gold) !important;
  opacity: 1 !important;
  background: rgba(251, 180, 99, 0.2) !important;
  transform: translateY(-1px) !important;
}

/* Create a container for footer links to ensure they display properly */
.footer-30::after {
  content: '';
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

/* Ensure footer links are visible by creating a dedicated container */
@media (max-width: 767px) {
  .footer-30 {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    padding: 20px !important;
  }
  
  /* Create a visible links section */
  .footer-30 > a {
    position: static !important;
    display: inline-block !important;
    margin: 5px 10px !important;
  }
}

/* Tablet View */
@media (min-width: 768px) {
  .footer-30 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  
  .footer-home-logo {
    margin-bottom: 0;
  }
  
  .frame-13,
  .frame-1c {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  
  .footer-links {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

/* Large Mobile/Small Tablet */
@media (min-width: 600px) {
  .user-controlled-configuration,
  .direct-gps-transmission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
  }
}

/* Hide the problematic original footer elements on mobile and create new ones */
@media (max-width: 767px) {
  /* Hide the original footer-30 that's not working */
  .footer-30 {
    display: none !important;
  }
  
  /* Create a new mobile footer after the main footer */
  .footer::after {
    content: '';
    display: block;
    width: 100%;
    padding: 40px 20px;
    background: transparent;
    position: relative;
    z-index: 100;
  }
  
  /* Add mobile footer content using CSS */
  .footer {
    position: relative;
  }
  
  .footer::before {
    content: '';
    display: block;
    width: 200px;
    height: 31px;
    margin: 40px auto 30px;
    background: url(per-p-gold-asset.svg) no-repeat left center, url(layer.svg) no-repeat center;
    background-size: 10.9% 100%, 85.21% 75%;
    background-position: 0 0, 14.79% 20%;
  }
}

/* Create mobile footer links using a different approach */
.mobile-footer-links {
  display: none;
}

@media (max-width: 767px) {
  .mobile-footer-links {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 20px !important;
    margin-top: 20px !important;
    background: rgba(41, 33, 75, 0.6) !important;
    border-radius: 10px !important;
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .mobile-footer-links a {
    color: var(--white) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    padding: 10px 20px !important;
    background: rgba(89, 74, 153, 0.6) !important;
    border-radius: 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    text-align: center !important;
    min-width: 140px !important;
    transition: all 0.3s ease !important;
  }
  
  .mobile-footer-links a:hover {
    background: rgba(251, 180, 99, 0.3) !important;
    color: var(--accent-gold) !important;
    border-color: var(--accent-gold) !important;
  }
}

/* Hide desktop-only elements */
.per-p-gold-asset-35,
.vector,
.flex-row,
.flex-row-fd,
.union,
.subtract,
.vector-36,
.vector-37,
.vector-38,
.vector-39,
.bg-image-bottom,
.bg-rasterised,
.radio-status,
.rectangle-25 {
  display: none !important;
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus states for better accessibility */
.perimeter:focus,
.perimeter-2e:focus,
.privacy-policy:focus,
.terms-of-service:focus,
.insitec-pty-ltd:focus {
  outline: 2px solid var(--accent-gold);
  outline-offset: 2px;
}

/* Print styles */
@media print {
  .main-container {
    background: white !important;
    color: black !important;
  }
  
  .perimeter,
  .perimeter-2e {
    border: 2px solid black !important;
  }
}