:root{
  --teal-1:#50C2C3; /* light */
  --teal-2:#048D85; /* dark */
}

*{font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}

/* Navbar + Mobile Offcanvas */
.navbar .nav-link{ color:#fff; opacity:0.9; }
.navbar .nav-link:hover{ opacity:1; }
.offcanvas{ background:#000; }
.offcanvas{ z-index: 1055; }
.offcanvas-menu .nav-link{ color:#eee; font-size:1.1rem; padding:.25rem 0; }
.offcanvas-menu{ gap: 0.25rem !important; }
.offcanvas-menu .nav-link:hover{ color:#fff; }
.offcanvas .navbar-brand img{ height:36px; }
.offcanvas .btn-close{ filter: invert(1) brightness(200%); }
/* Offcanvas Services submenu */
.offcanvas-submenu { border-left: 1px solid rgba(255,255,255,0.12); margin-left: .5rem; padding-left: .75rem; }
.offcanvas-submenu .nav-link { color:#ccc; font-size:1rem; padding:.25rem 0; }
.offcanvas-submenu .nav-link:hover { color:#fff; }
.offcanvas-menu .nav-link[aria-expanded="true"] .bi-chevron-down{ transform: rotate(180deg); transition: transform .2s ease; }

/* Full-screen offcanvas overlay */
.offcanvas-fullscreen{ 
  --bs-offcanvas-height: 100vh; 
  --bs-offcanvas-width: 100vw; 
}
.offcanvas-separator{ border-color: rgba(255,255,255,0.12); opacity:1; margin: 0.25rem 0; }

/* Glass sticky navbar */
.glass-navbar{ background: transparent; transition: background .25s ease, backdrop-filter .25s ease, box-shadow .25s ease; }
/* Figma glass pill container inside navbar */
.glass-navbar > .container{
  background: linear-gradient(180deg, rgb(2 116 109 / 43%) 0%, rgb(10 12 14) 100%);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  backdrop-filter: blur(12px) saturate(120%);
  box-shadow: 0 12px 24px rgba(0,0,0,0.35);
  padding: .5rem .75rem;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease, border-radius .25s ease, padding .25s ease, backdrop-filter .25s ease;
}
.glass-navbar .nav-link{
  color: rgba(255,255,255,0.85) !important;
  letter-spacing: .02em;
  padding: .5rem .75rem;
}
.glass-navbar .nav-link:hover, .glass-navbar .nav-link.active{ color:#fff !important; }
.glass-navbar .navbar-toggler{ border-color: rgba(255,255,255,0.35); padding: 0.25rem; width: 2.5rem; height: 2.5rem; }
.glass-navbar .navbar-toggler:focus{ box-shadow: none; }
.glass-navbar .navbar-toggler-icon{ filter: brightness(2); }
.glass-navbar .btn-outline-light{
  color: #c7f3f3;
  border-color: rgba(80,194,195,0.70);
  border-width: 1.5px;
  background: rgba(80,194,195,0.10);
  box-shadow: 0 0 0 4px rgba(80,194,195,0.15) inset, 0 8px 16px rgba(0,0,0,0.25);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.glass-navbar .btn-outline-light:hover{
  background: rgba(80,194,195,0.18);
  box-shadow: 0 0 0 4px rgba(80,194,195,0.25) inset, 0 10px 20px rgba(0,0,0,0.30);
  transform: translateY(-1px);
}
.glass-navbar.scrolled{ 
  backdrop-filter: blur(10px); 
  background: rgba(12,12,12,0.85) !important; /* smoky black */
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
  /* Subtle separator under navbar when page is scrolled */
  border-bottom: 1px solid rgba(255,255,255,0.22);
}
.glass-navbar.scrolled > .container{
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  border-radius: 0;
  padding: 0;
}
/* Mobile nav spacing */
@media (max-width: 991.98px) {
  .glass-navbar .navbar-brand { margin-left: 1rem; }
  .glass-navbar .navbar-toggler { margin-right: 1rem; }
}
/* Desktop dropdown styling */
.navbar .dropdown-menu{
  background: rgba(0,0,0,0.9);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: .5rem;
  min-width: 260px;
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.25);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .15s ease, transform .15s ease;
}
.navbar .dropdown-menu.show{ opacity: 1; transform: translateY(0); }
.navbar .dropdown-item{ color:#eee; padding:.5rem 1rem; border-radius: 8px; }
.navbar .dropdown-item:hover{ color:#fff; background: rgba(255,255,255,0.08); }
.navbar .dropdown-item.active, .navbar .dropdown-item:active{ color:#fff; background: rgba(255,255,255,0.12); }
.navbar .dropdown-divider{ border-color: rgba(255,255,255,0.12); }
.navbar .dropdown-header{ color:#aaa; font-size:.8rem; text-transform:uppercase; letter-spacing:.06em; padding:.25rem 1rem .5rem; }
.navbar .nav-item.dropdown .nav-link.show{ color:#fff !important; }
.navbar .dropdown-toggle::after{ border-top-color:#fff; }

/* Hero */
.hero-section{
  min-height: 100vh;
  background-image: linear-gradient(180deg, rgba(4,141,133,0.15) 0%, rgba(4,141,133,0) 100%),
                    linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
                    url('../images/hero-bg.png');
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-overlay{ 
  position:absolute; inset:0; pointer-events:none;
 background: linear-gradient(180deg, rgb(0 0 0 / 54%) 60%, rgba(0, 0, 0, 0.8) 100%);

}
.hero-title{
  letter-spacing: -1px;
  font-size: 4.5rem;
  line-height: 1.1;
  font-weight: 700;
}

.hero-image-card{
  border-radius: 24px; 
  border: 8px solid rgba(255,255,255,0.25);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* Hide swiper pagination and arrows on mobile */
@media (max-width: 767.98px) {
  .swiper-pagination,
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

/* About hero */
.about-hero-section{
  position: relative;
  background: url('../images/about-hero.png') center center / cover no-repeat;
  min-height: 520px;
  padding: 10rem 0 5rem;
}
.about-hero-title{
  color: var(--teal-2) !important;
}
.about-hero-subtitle{
  color:#fff; 
  font-weight: 600;
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  line-height: 1.25;
  letter-spacing: -0.3px;
}
.about-body{ max-width: 920px; }
.about-body p{ color: var(--teal-2); line-height: 1.8; }
.about-hero-image-card{ border-radius: 30px; border-width: 10px; box-shadow: 0 24px 48px rgba(0,0,0,0.35); }

/* Mission & Vision – split hero (Figma-aligned) */
.mv-hero-split{ background:#fff; }
.mv-left-image{
  min-height: 520px;
  background-image: linear-gradient(213deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%),
                    url('../images/mission-vision-left-56586a.png');
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.ms-n3{ margin-left: -1rem; }
@media (min-width: 992px){ .mv-left-image{ min-height: 560px; } }
.mv-right{ padding: 48px; }
.mv-heading{
  color:#161C2D;
  font-weight:700; font-size: 3.24rem; /* 51.84px */
  line-height: 1.208; letter-spacing: -0.0375em; /* -3.75% */
}
.mv-item-title{ color:#000; font-weight:700; margin-bottom:.25rem; }
.mv-item-text{ color:#676767; line-height:1.6; font-size:1.125rem; }
.mv-item-icon{ width:44px; height:44px; display:flex; align-items:center; justify-content:center; border-radius:999px; background:#E8F7F5; }
.mv-item-icon img{ width:24px; height:24px; }

@media (max-width: 575.98px){
  .mv-right{ padding: 28px; }
  .mv-heading{ font-size: 2rem; line-height: 1.2; letter-spacing: -0.02em; }
}
.btn-teal{
  background-image: linear-gradient(-90deg, var(--teal-1) 0%, var(--teal-2) 100%);
  color: #fff; 
  border: none;
  font-weight: 600;
  padding: 16px 32px;
  font-size: 1.1rem;
}
.btn-teal:hover{
  filter: brightness(1.1);
  transform: translateY(-2px);
  transition: all 0.3s ease;
} 

/* About card */
.gradient-teal{
  background-image: linear-gradient(-90deg, var(--teal-1) 0%, var(--teal-2) 100%);
}
.about-card{
  border-radius: 16px;
  max-width: 1200px;
  padding: 2.5rem 3rem !important;
}
.about-card h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
  .about-card p {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
  }

/* Contact Section (Figma-aligned) */
.contact-section{ background:#fff; }
.contact-form-card{
  background:#fff;
  border: 1px solid #E7E7E7;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}
.contact-label{ color:#6F6F6F; font-weight:600; font-size:.95rem; }
.contact-input{
  background:#F6F8FA;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: .75rem .9rem;
}
.contact-input:focus{
  border-color: var(--teal-2);
  box-shadow: 0 0 0 .2rem rgba(4,141,133,0.15);
}
.contact-textarea{ min-height: 160px; }
.contact-submit-btn{ padding:.7rem 1.25rem; font-weight:600; }

.contact-info-card{
  background:#fff;
  border: 1px solid #E7E7E7;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}
.contact-info-icon{
  width:56px; height:56px; border-radius:999px; background:#1c8d85;
  display:flex; align-items:center; justify-content:center;
}
.contact-info-icon img{ display:block; }
.contact-info-title{ color: var(--teal-2); font-weight:700; font-size:1.125rem; }
.contact-info-text{ color:#6F6F6F; line-height:1.6; }

.contact-map{
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0,0,0,0.10);
  border: 1px solid #E7E7E7;
}
.contact-map img{ display:block; width:100%; height:auto; }

@media (max-width: 575.98px){
  .contact-info-title{ font-size:1rem; }
  .contact-map{ border-radius: 28px; }
}

/* Services Section */
#services .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #E7E7E7;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

 #services .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1.25rem 2.5rem rgba(0,0,0,0.12);
  }

#services .card-body{
  padding: 52px 32px;
}
 
/* Services banner image */
.services-banner{
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 16px;
  border: 10px solid rgba(255,255,255,0.3);
  box-shadow: 0 10px 24px rgba(0,0,0,0.15);
  height: 220px;
}
.services-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.about-card h2{
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.about-card p{
  font-size: 1.75rem;
  line-height: 1.6;
  color: rgba(0,0,0,0.8) !important;
}

/* Team Pride Section */
.team-pride-section{
  padding: 8rem 0;
  background: #000;
}
.team-pride-title{
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.team-pride-highlight{
  color: #555 !important;
  font-weight: 300;
}
.team-pride-image{
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0,0,0,0.4);
  margin-left: auto;
  max-width: 400px;
}
.team-pride-content{
  display: flex;
  align-items: center;
  min-height: 300px;
}
* {
  box-sizing: border-box;
}
section {
  overflow: hidden;
}
/* Mobile responsiveness for Team Pride Section */
@media (max-width: 575.98px){
  .team-pride-section .row{
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* words created by runtime splitter */
.team-pride-title .tp-word{ display:inline-block; white-space:pre; will-change: opacity, filter, color; }

.text-white-75{color: rgba(255,255,255,0.85) !important;}

/* Commitment section – Figma Desktop-10 block */
.commitment-section{ background:#EFEFEF; padding: 118px 0; }
.commitment-heading{ color:#26262A; font-weight:700; font-size:48px; line-height:1.2; text-transform:uppercase; margin:0; }
.commitment-divider{ border-bottom:1px solid #C5C9B4; margin:32px 0; }
.commitment-sublead{ color:#26262A; font-weight:700; font-size:22px; line-height:1.5; text-transform:uppercase; }
.commitment-body{ color:#676767; font-weight:400; font-size:22px; line-height:1.5; }

/* Navbar improvements */
.navbar{
  padding: 1.5rem 0;
  background: transparent !important;
}
.navbar-brand img{
  height: 55px;
  padding: 8px;
}
.nav-link{
  font-weight: 500;
  color: rgba(255,255,255,0.9) !important;
}
.nav-link:hover, .nav-link.active{
  color: #fff !important;
}

/* Utilities */
.bg-black{background-color:#000 !important;}
.bg-dark{background-color:#070707 !important;}

/* Strengths Section */
.strengths-title{
  font-size: 2.75rem;
  letter-spacing: -0.5px;
}
.strength-card{
  display: flex;
  flex-direction: column;
}
.strength-image{
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0,0,0,0.25);
  aspect-ratio: 4 / 5;
  height: auto;
}
.strength-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center;
}
.strength-content h5{font-weight:700;}
.strength-content p{opacity:0.9;}

/* Mobile responsiveness for Strengths Section */
@media (max-width: 767.98px){
  .strengths-title{
    font-size: 2.25rem;
  }
  #strengths .row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 2.5rem;
  }
}
@media (max-width: 575.98px){
  .strengths-title{
    font-size: 2rem;
  }
  #strengths .row{
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 2rem;
  }
}

/* Upgrades & Retrofitting Section */
.upgrades-section{
  border-radius: 24px 24px 0 0; /* remove bottom curves */
}
.upgrades-image{
  border-radius: 16px;
  overflow: hidden;
  border: 10px solid rgba(255,255,255,0.25);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}
.upgrades-image img{display:block;width:100%;height:auto;}

/* Client Satisfaction */
.client-satisfaction-section{
  padding: 6rem 0;
  background: #000;
}
.cs-title{
  font-size: 3rem;
  letter-spacing: -0.5px;
}
.cs-subtitle{
  max-width: 900px;
  margin: 0 auto;
}
.cs-chip-row{ gap: 1rem; }
.cs-chip{
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  padding: 0.9rem 1.25rem;
  border-radius: 14px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(4,205,196,0.35);
  box-shadow: inset 0 0 0 1px rgba(4,205,196,0.15);
}
.cs-chip:hover{
  background: rgba(4,141,133,0.12);
  border-color: rgba(4,205,196,0.6);
}
.cs-icon{
  width: 40px; height: 40px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: #048D85;
  box-shadow: 0 0 0 1px rgba(4,205,196,0.65) inset, 0 6px 14px rgba(0,0,0,0.35);
}

/* Blog Section */
.btn-outline-teal{
  color: var(--teal-2);
  border: 2px solid var(--teal-2);
  font-weight: 600;
}
.btn-outline-teal:hover{
  color: #fff; background: var(--teal-2);
}

/* Filled teal button (matches Figma pill buttons) */
.btn-teal-filled{
  background: var(--teal-2);
  color: #fff;
  border: none;
  font-weight: 600;
  padding: 10px 18px;
}
.btn-teal-filled:hover{ filter: brightness(1.06); }

.blog-section{
  background: #f7f8f9;
}
.blog-hero-image{
  border-radius: 16px;
  overflow: hidden;
  box-shadow: none;
  aspect-ratio: 16 / 10;
}
.blog-hero-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center;
}
.blog-hero-content{
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 2rem !important;
}
.blog-meta{ display:flex; gap:0.75rem; align-items:center; margin-bottom: 1rem; }
.blog-tag{ 
  font-size:0.78rem; 
  font-weight:700; 
  letter-spacing:0.6px; 
  color:var(--teal-2); 
  text-transform:uppercase;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.blog-date{ color:#666; font-size:0.85rem; }
.blog-hero-title{ 
  font-weight:700; 
  font-size:1.7rem; 
  margin-bottom: 1rem;
  line-height: 1.3;
}

.blog-grid{ margin-top: 2rem; }
.blog-card{
  border-radius: 0; 
  overflow: visible; 
  background: transparent;
  border: none;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-card:hover{ transform: none; box-shadow: none; }
.blog-card-image{ height: 200px; overflow: hidden; border-radius: 16px; }
.blog-card-image img{ 
  display:block; 
  width:100%; 
  height:100%;
  object-fit: cover;
}
.blog-card-body{ padding: 1.25rem 0 1.5rem; }
.blog-card-meta{ 
  display:flex; 
  gap:0.75rem; 
  color:#777; 
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
}
.blog-card-meta .blog-category{ 
  text-transform:uppercase; 
  font-weight:600; 
  letter-spacing:0.4px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  color: var(--teal-2);
}
.blog-card-title{ 
  font-weight:700; 
  margin-bottom:0.75rem; 
  font-size: 1.1rem;
  line-height: 1.4;
}
.blog-card-body p{
  font-size: 0.9rem;
  line-height: 1.5;
  color: #666;
  margin-bottom: 1rem;
}
.blog-readmore{ 
  color: var(--teal-2); 
  text-decoration:none; 
  font-weight:600; 
  font-size: 0.9rem;
}
.blog-readmore:hover{ 
  text-decoration: underline; 
}

/* Major Clients */
.major-clients-section{ background:#fff; }
.clients-title{ 
  font-size: 3rem; 
  letter-spacing: 0.5px; 
  text-transform: uppercase;
}
.clients-subtitle{ 
  max-width: 820px; 
  margin: 0 auto; 
  color:#666; 
}
.clients-grid{ margin-top: 1rem; }
.client-card{ 
  background: transparent; 
  border: none;
  border-radius: 0; 
  box-shadow: none;
  min-height: 110px; 
  padding: 0;
  display:flex; 
  align-items:center; 
  justify-content:center;
}
.client-logo{ 
  max-height: 110px; 
  width: auto; 
  object-fit: contain; 
}

/* Force five columns per row on large screens */
@media (min-width: 992px) {
  #major-clients .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* Ready to Build CTA */
.ready-build-section{ background:#111; }
.ready-build-card{ 
  border-radius: 0; 
  overflow: hidden; 
  box-shadow: none;
  min-height: 380px;
}
.ready-build-image{ height: 100%; }
.ready-build-image img{ 
  display:block; width:100%; height:100%; object-fit: cover; object-position: center left;
}
.ready-build-content{ 
  background-image: linear-gradient(-90deg, var(--teal-1) 0%, var(--teal-2) 100%);
  color:#fff; 
  height: 100%; 
  padding: 3rem; 
  display:flex; flex-direction:column; justify-content:center; 
}
.ready-build-title{ font-size:3rem; font-weight:700; margin-bottom:1rem; }
.ready-build-text{ font-size:1.1rem; color: rgba(255,255,255,0.9); margin-bottom:1.5rem; }

@media (max-width: 991.98px){
  .ready-build-content{ padding: 2rem; }
}

/* CTA button: remove gray track and keep clean pill */
.ready-build-btn{
  background:#000 !important; 
  border:none !important; 
  box-shadow:none !important; 
  padding: 0.7rem 1.25rem; 
}
.ready-build-btn:hover{ filter: brightness(1.08); }

/* Smooth scroll and anchor offset to account for fixed header */
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 90px; }

/* Responsive tweaks: tablets and below */
@media (max-width: 991.98px) {
  /* Navbar */
  .navbar { padding: 0.75rem 0; }
  .navbar-brand img { height: 36px; padding: 6px; }

  /* Hero */
  .hero-title { font-size: 3rem; }
  .about-hero-section { min-height: 420px; padding: 5rem 0 4rem; }
  .about-hero-subtitle{ font-size: clamp(1.6rem, 5vw, 2.4rem); }
  .about-body p{ line-height: 1.7; }

  /* Services */
  #services .card-body { padding: 36px 24px; }
  .services-banner { height: 180px; }

  /* Team Pride */
  .team-pride-section { padding: 5rem 0; }
  .team-pride-title { font-size: 2.5rem; }

  /* Upgrades */
  .upgrades-image { border-width: 8px; box-shadow: 0 16px 30px rgba(0,0,0,0.3); }

  /* Blog */
  .blog-card-image { height: 180px; }

  /* CTA */
  .ready-build-card { min-height: 320px; }

  /* About AWST (tablet) */
  #about { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
  .about-card { max-width: 680px; padding: 2rem 2rem !important; border-radius: 14px; }
  .about-card h2 { font-size: 2.4rem; line-height: 1.2; }
  .about-card p { font-size: 1.05rem; line-height: 1.7; }
}

/* Responsive tweaks: phones */
@media (max-width: 575.98px) {
  /* Navbar */
  .navbar { padding: 0.5rem 0; }
  .navbar-brand img { height: 32px; padding: 4px; }

  /* Hero */
  .hero-title { font-size: 2.2rem; line-height: 1.15; }
  .about-hero-section { min-height: 340px; padding: 4rem 0 3rem; }
  .about-hero-subtitle{ font-size: clamp(1.25rem, 6vw, 2rem); }
  .about-body{ max-width: 100%; }
  .about-body p{ font-size: 0.95rem; }

  /* Buttons */
  .btn-teal { padding: 12px 20px; font-size: 1rem; }

  /* Services */
  #services .card-body { padding: 24px 18px; }

  /* Team Pride */
  .team-pride-section { padding: 3.75rem 0; }
  .team-pride-title { font-size: 2rem; }
  .team-pride-content { min-height: auto; }

  /* Upgrades */
  .upgrades-image { border-width: 6px; box-shadow: 0 12px 24px rgba(0,0,0,0.28); }

  /* Blog */
  .blog-card-image { height: 160px; }

  /* CTA */
  .ready-build-card { min-height: 280px; }
  .ready-build-title { font-size: 2.4rem; }
  .ready-build-text { font-size: 1rem; }

  /* Footer */
  .footer-brand-box { width: 90px; height: 68px; }
  .footer-brand-box img { height: 100%; width: 100%; object-fit: contain; }

  /* About AWST (phones) */
  #about { padding-top: 2.25rem !important; padding-bottom: 2.25rem !important; }
  .about-card { max-width: 520px; padding: 1.25rem 1rem !important; border-radius: 12px; }
  .about-card h2 { font-size: 1.8rem; letter-spacing: -0.2px; }
  .about-card p { font-size: 0.95rem; line-height: 1.6; }
}

/* Footer */
.site-footer{ background:#000; color:rgba(255,255,255,0.85); padding: 4rem 0 2.5rem; }
.footer-brand-box{ 
  background:#fff; border-radius:14px; width: 110px; height: 80px; 
  display:flex; align-items:center; justify-content:center; margin-bottom: 1.25rem;
}
.footer-brand-box img { height: 100%; width: 100%; object-fit: contain; }
.footer-title{ color:#bbb; font-size:0.95rem; font-weight:600; margin-bottom:0.75rem; }
.footer-list{ list-style:none; padding:0; margin:0; }
.footer-list li{ margin:0.4rem 0; color:#ddd; font-size:0.95rem; }
.footer-list a{ color:#ddd; text-decoration:none; }
.footer-list a:hover{ color:#fff; text-decoration: underline; }
.footer-bottom{ border-top: 1px solid rgba(255,255,255,0.08); margin-top:2rem; padding-top:1.25rem; color:#bbb; }
.footer-link-underline{ display:inline-block; border-bottom:2px solid var(--teal-2);text-decoration: none;color:white; padding-bottom:4px; }
.footer-copy{ text-align:right; }

@media (max-width: 991.98px){
  .footer-copy{ text-align:center; margin-top:1rem; }
}

/* Insight (AWST Insights) */
.insights-intro-section{ background:#fff; padding: 5rem 0 3rem; }
.ins-eyebrow{ color: var(--teal-2); text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: 0.85rem; }
.ins-title{ color:#161C2D; font-weight:700; font-size: clamp(2rem, 4.2vw, 3.1rem); line-height: 1.25; letter-spacing: -0.02em; max-width: 980px; margin: 0 auto; }

.ins-section{ background:#fff; }
.ins-grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 36px; align-items: stretch; }
.ins-card{ display:flex; flex-direction: column; background: transparent; border: none; border-radius: 0; box-shadow: none; }
.ins-card-figure{ border-radius: 0; overflow:hidden; box-shadow: 0 12px 24px rgba(0,0,0,0.08); aspect-ratio: 16 / 9; }
.ins-card-image{ display:block; width:100%; height:100%; object-fit: cover; object-position: center; transition: transform .3s ease; }
.ins-card-body{ background:#000; color:#fff; border-radius: 0; padding: 26px 28px; margin-top: -30px; box-shadow: 0 16px 32px rgba(0,0,0,0.12); border: 1px solid rgba(255,255,255,0.08); display:flex; flex-direction: column; align-items: center; gap: 12px; }
.ins-card-title{ color: var(--teal-2); font-weight: 700; font-size: clamp(1.25rem, 2.4vw, 1.6rem); margin: 0; text-align: center; letter-spacing: -0.01em; }
.ins-card-text{ color: rgba(255,255,255,0.85); font-size: clamp(0.98rem, 1.6vw, 1.1rem); line-height: 1.7; margin: 0; text-align: center; }
.ins-btn{ display:inline-flex; align-items:center; justify-content: center; gap: 10px; color:#fff; text-decoration:none; font-weight:600; padding: .5rem .8rem; border-radius: 999px; transition: color .2s ease; }
.ins-btn:hover{ color:#c7f3f3; }
.ins-btn:focus-visible{ outline: 2px solid var(--teal-2); outline-offset: 3px; }
.ins-btn-icon{ color: #fff; }
/* Circular icon next to Learn more, matches uploaded design */
.ins-btn-circle{ width:28px; height:28px; border-radius:50%; display:inline-grid; place-items:center; border:1px solid rgba(255,255,255,0.25); background: transparent; transition: all .2s ease; }
.ins-btn:hover .ins-btn-circle{ background: var(--teal-2); border-color: var(--teal-2); color:#003b34; }

/* Card interactions */
.ins-card:hover .ins-card-image{ transform: scale(1.02); }
.ins-card:hover .ins-card-title{ color:#0A9E82; }
.ins-card:hover .ins-card-body{ box-shadow: 0 20px 40px rgba(0,0,0,0.18); }

/* Decorative dots bottom-right of the grid */
.ins-dots{ position:absolute; right: 12px; bottom: -18px; width: 231px; height: auto; opacity: 0.95; pointer-events: none; }

/* Insight responsive */
@media (max-width: 991.98px){
  .insights-intro-section{ padding: 4rem 0 2.25rem; }
  .ins-grid{ grid-template-columns: 1fr; gap: 28px; }
  .ins-card-figure{ aspect-ratio: 16 / 9; }
  .ins-card-body{ padding: 22px; margin-top: -24px; }
}
@media (max-width: 575.98px){
  .insights-intro-section{ padding: 3.25rem 0 2rem; }
  .ins-title{ font-size: clamp(1.6rem, 6vw, 2rem); }
  .ins-card-title{ font-size: clamp(1.1rem, 4.4vw, 1.3rem); }
  .ins-card-text{ font-size: clamp(0.98rem, 3.8vw, 1.06rem); }
  .ins-card-body{ border-radius: 0; margin-top: -20px; }
  .ins-dots{ right: 8px; bottom: -8px; width: 180px; opacity: 0.9; }
}
/* Core Values Section */
.core-values-section {
  background: #F2F8F7;
  padding: 80px 0;
}

.cv-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}

.cv-figure {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.cv-image { display: block; width: 100%; height: auto; }

.cv-play { position: absolute; inset: 0; display: grid; place-items: center; }
.cv-play-inner{ width:64px; height:64px; border-radius:50%; background:#fff; box-shadow:0 10px 24px rgba(0,0,0,0.12); position: relative; }
.cv-play-inner::after{ content:""; position:absolute; left:50%; top:50%; transform: translate(-40%, -50%); width:0; height:0; border-top:10px solid transparent; border-bottom:10px solid transparent; border-left:16px solid #0A9E82; }

.cv-heading{
  font-family: 'Inter', sans-serif;
  font-weight:700;
  font-size:32px;
  line-height:1.2;
  color:#161C2D;
  margin:0 0 24px;
}

.cv-list{ list-style:none; margin:0; padding:0; display:grid; gap:18px; grid-template-columns: 1fr 1fr; column-gap: 40px; row-gap: 18px; }
.cv-item{ display:grid; grid-template-columns:auto 1fr; gap:16px; align-items:start; }
.cv-badge{ width:32px; height:32px; border-radius:50%; display:grid; place-items:center; font-weight:700; font-size:16px; color:#0A9E82; background:rgba(10,158,130,0.12); }
.cv-item-title{ font-weight:700; font-size:18px; line-height:1.4; color:#161C2D; margin-bottom:4px; }
.cv-item-text{ font-weight:400; font-size:16px; line-height:1.6; color:#676767; margin:0; }

/* Training & Safety Programs */
.training-section{ background:#fff; padding:80px 0; }
.ts-grid{ display:grid; grid-template-columns: 1.1fr 1fr; gap:48px; align-items:center; }
.ts-heading{ font-weight:700; font-size:32px; line-height:1.2; color:#161C2D; margin:0 0 12px; }
.ts-lead{ font-weight:400; font-size:18px; line-height:1.7; color:#676767; margin:0 0 24px; }
.ts-chip-list{ list-style:none; margin:0; padding:0; display:grid; gap:12px; }
.ts-chip{ display:flex; align-items:center; gap:10px; font-weight:500; font-size:16px; line-height:1.6; color:#161C2D; background:#F2F8F7; border-radius:999px; padding:12px 16px; border:1px solid #E7E7E7; }
.ts-chip-icon-wrap{ width:28px; height:28px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:#0A9E82; box-shadow:0 3px 8px rgba(10,158,130,0.25); flex:0 0 28px; }
.ts-chip-icon{ width:18px; height:18px; filter: none; transform: scaleX(-1); }
.ts-figure{ border-radius:24px; overflow:hidden; box-shadow:0 20px 40px rgba(0,0,0,0.08); }
.ts-image{ display:block; width:100%; height:auto; }
.ser-det{
  min-height: 0px !important;
}
@media (max-width: 992px){ .cv-grid, .ts-grid{ grid-template-columns: 1fr; } }



.market-hero-section{
  position: relative;
  min-height: 460px;
  padding: 8rem 0 4rem;
  background-image: linear-gradient(180deg, rgb(4 141 133 / 0%) 0%, rgba(4, 141, 133, 0) 100%), linear-gradient(0deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url(../images/mark-hero.png);
  background-size: cover; background-position: center; background-repeat: no-repeat;
}

/* Marketplace (Figma-aligned) */
.marketplace-section{ background:#fff; }
.mp-eyebrow{ color: var(--teal-2); text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: 0.85rem; }
.mp-title{ color:#161C2D; font-weight:700; font-size: clamp(2.3rem, 4.8vw, 1.4rem); line-height: 1.25; letter-spacing: -0.02em; max-width: 980px; margin: 4px auto 16px; }
.mp-lead{ max-width: 980px; color:#676767; font-size: clamp(1rem, 2.2vw, 1.375rem); line-height:1.5; }
.mp-grid{ display:grid; grid-template-columns: repeat(2, 1fr); gap: 40px; align-items:start; }
.mp-card{ background:#F6F6F6; border:1px solid #EBEBEB; border-radius: 40px; padding: 24px; display:flex; flex-direction:column; align-items:center; }
.mp-card-figure{ width:100%; border-radius: 20.33px; overflow:hidden; }
.mp-card-image{ display:block; width:100%; height:auto; aspect-ratio: 694 / 362; object-fit: cover; }
.mp-card-body{ display:flex; flex-direction:column; align-items:center; gap: 14px; padding: 12px 0 4px; }
.mp-card-title{ font-weight:700; font-size: clamp(1.25rem, 2.2vw, 1.95rem); line-height:1.333; color:#333333; text-align:center; margin: 6px 0 0; }
.mp-card-text{ max-width: 690px; color:#676767; font-size: clamp(0.95rem, 1.6vw, 1.375rem); line-height: 1.5; text-align:center; margin: 0 auto 4px; }
.mp-btn{ display:inline-block; color:#048D85; border: 1.16px solid #048D85; border-radius: 9.316px; padding: 12px 24px; text-decoration:none; font-weight:600; }
.mp-btn:hover{ background: rgba(4,141,133,0.08); }

@media (min-width: 1200px){
  .mp-grid{ gap: 48px; }
}

@media (max-width: 991.98px){
  .mp-grid{ grid-template-columns: 1fr; gap: 28px; }
  .mp-title{ font-size: clamp(1.9rem, 6vw, 2.5rem); }
  .mp-lead{ font-size: clamp(0.95rem, 2.8vw, 1.1rem); }
  .mp-card{ border-radius: 28px; }
  .mp-card-title{ font-size: clamp(1.1rem, 3.2vw, 1.5rem); }
  .mp-card-text{ font-size: clamp(0.95rem, 2.8vw, 1.125rem); }
}

/* Services page */
.services-hero-section{
  position: relative;
  min-height: 460px;
  padding: 8rem 0 4rem;
  background-image: linear-gradient(180deg, rgba(4,141,133,0.08) 0%, rgba(4,141,133,0) 100%),
                    linear-gradient(0deg, rgba(0,0,0,0.35), rgba(0,0,0,0.35)),
                    url('../images/crane-crop-5ea465.png');
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.services-title{ color: var(--teal-2); font-weight:700; font-size: clamp(2.4rem, 4.5vw, 3.2rem); letter-spacing: -0.02em; }
.services-subtitle{ color:#fff; font-weight:600; font-size: clamp(1.1rem, 2.8vw, 1.4rem); opacity:0.95; }
.services-eyebrow{ color:#048D85; letter-spacing: 2px; }
.services-heading{ font-weight:700; font-size: clamp(1.8rem, 4.2vw, 2.4rem); color:#161C2D; letter-spacing:-0.02em; }

.services-list-section{ padding-top: 3rem; }
.service-block{ padding: 1.25rem 0; }
.service-title{ font-weight:700; font-size: 1.5rem; color:#000; letter-spacing:-0.01em; margin-bottom:.4rem; }
.service-text{ color:#676767; font-size:1rem; line-height:1.75; margin-bottom:1rem; }
.services-eyebrow{ font-size:.75rem; letter-spacing:.15em; color:#9AA3B2; }
.service-image{ border-radius: 16px; overflow:hidden; box-shadow: 0 16px 32px rgba(0,0,0,0.12); display:inline-block; }
.service-image img{ display:block; width:100%; height:auto; object-fit:cover; }

@media (min-width: 992px){
  .service-block{ padding: 1.5rem 0; }
  .service-image{ width: 380px; }
  .service-image img{ width: 380px; height: 240px; }
}

.services-commitment-section{ background:#000; color:#fff; padding: 100px 0; }
.commit-card{ 
  background:#048D85; 
  border-radius: 20px; 
  padding: 3rem; 
  position: relative;
  box-shadow: 0 25px 50px rgba(0,0,0,0.3), 
              0 10px 20px rgba(0,0,0,0.2),
              inset 0 1px 0 rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.1);
}

/* Services Details page */
.detail-chip{ background:#F2F8F7; border:1px solid #E7E7E7; border-radius: 999px; padding: 16px 18px; }
.detail-chip .chip-number{ width:40px; height:40px; border-radius:50%; background:#0A9E82; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; box-shadow:0 4px 12px rgba(10,158,130,0.25); }
.detail-chip .chip-text{ font-size:16px; line-height:1.6; color:#161C2D; font-weight:500; }

.commit-title{ 
  font-weight:800; 
  font-size: 3.2rem; 
  letter-spacing: -0.5px; 
  margin-bottom:1.5rem; 
  line-height: 1.15;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.commit-body{ 
  font-weight:400; 
  font-size: 1.15rem; 
  line-height: 1.7; 
  color: rgba(255,255,255,0.9);
  margin-bottom: 1.25rem;
}
.commit-images{ position: relative; }
.commit-image-large{ border-radius: 30px; overflow:hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.25); }
.commit-image-small{ position:absolute; left:-20px; bottom:-40px; width: 55%; border-radius: 30px; overflow:hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.25); }
.services-features{ 
  display:grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 64px 48px; 
  margin-top: 4rem;
  justify-items: center;
  align-items: start;
}
.services-features .feature-card{ 
  display:grid; 
  grid-template-columns: 60px 1fr; 
  align-items:start; 
  gap:16px;
}
.services-features .feature-icon{ 
  width:60px; 
  height:60px; 
  object-fit: contain; 
  filter: brightness(1.1);
}
.services-features .feature-text{ 
  font-weight:700; 
  color:#fff; 
  letter-spacing: -0.2px; 
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.services-features .feature-desc{ 
  margin: 0; 
  font-size: 1rem; 
  line-height: 1.65; 
  color: rgba(255,255,255,0.9);
  grid-column: 2;
}

@media (max-width: 1199.98px){
  .services-features{ grid-template-columns: repeat(3, 1fr); gap: 48px 32px; }
}

@media (max-width: 991.98px){
  .market-hero-section{ padding: 6rem 0 3rem; min-height: 380px; }
  .services-hero-section{ padding: 6rem 0 3rem; min-height: 380px; }
  .commit-image-small{ position: static; width: 100%; margin-top: 1rem; }
  
  .services-commitment-section{ padding: 80px 0; }
  .commit-card{ padding: 2rem; border-radius: 16px; }
  .commit-title{ font-size: 2.5rem; margin-bottom: 1.25rem; }
  .commit-body{ font-size: 1.05rem; line-height: 1.65; }
  
  .services-features{ grid-template-columns: repeat(2, 1fr); gap: 48px 28px; margin-top: 3rem; justify-items: center; align-items: start; }
  .services-features .feature-card{ gap: 14px; }
}

@media (max-width: 767.98px){
  .services-features{ grid-template-columns: 1fr; gap: 40px; justify-items: center; align-items: start; }
  .services-features .feature-card{ 
    grid-template-columns: 50px 1fr; 
  }
  .services-features .feature-icon{ width: 50px; height: 50px; }
  .services-features .feature-text{ font-size: 1rem; }
}

@media (max-width: 575.98px){
  .services-commitment-section{ padding: 60px 0; }
  .commit-card{ padding: 1.5rem; }
  .commit-title{ font-size: 2rem; }
  .commit-body{ font-size: 1rem; }
  
  .services-features{ margin-top: 2rem; }
  .services-features .feature-card{ 
    grid-template-columns: 45px 1fr; 
    gap: 12px;
  }
  .services-features .feature-icon{ width: 45px; height: 45px; }
  /* Marketplace hero: tighter spacing on small screens */
  .market-hero-section{ min-height: 320px; padding: 5rem 0 2.5rem; }
}

/* Mobile adjustments for navbar overlap */
@media (max-width: 991.98px) {
  .about-hero-section {
    padding-top: 12rem;
  }
  .hero-section {
    padding-top: 5rem;
  }
}