
  :root {
    --navy: #1a2e4a;
    --navy-dark: #0f1e33;
    --navy-mid: #243650;
    --green: #5ab327;
    --green-light: #72c93e;
    --white: #ffffff;
    --off-white: #f4f5f7;
    --gray: #8a96a3;
    --light-gray: #e8eaed;
    --text: #1a2e4a;
  }

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

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Barlow', sans-serif;
    color: var(--text);
    background: var(--white);
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 999;
    background: rgba(15, 30, 51, 0.96);
    backdrop-filter: blur(12px);
    padding: 0 5%;
    display: flex; align-items: center; justify-content: space-between;
    height: 68px;
    border-bottom: 2px solid var(--green);
  }

  .nav-logo {
    display: flex; align-items: center; gap: 12px;
    text-decoration: none;
  }
  .nav-logo-icon {
    width: 42px; height: 42px;
    background: var(--green);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800; font-size: 18px;
    color: white; letter-spacing: -1px;
    flex-shrink: 0;
  }
  .nav-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
  .nav-logo-text span:first-child {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800; font-size: 17px;
    color: white; letter-spacing: 1px;
    text-transform: uppercase;
  }
  .nav-logo-text span:last-child {
    font-size: 10px; color: var(--green); font-weight: 500;
    letter-spacing: 1.5px; text-transform: uppercase;
  }

  .nav-links {
    display: flex; gap: 28px; list-style: none;
  }
  .nav-links a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 13px; font-weight: 500;
    letter-spacing: 0.5px; text-transform: uppercase;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--green); }

  .nav-cta {
    background: var(--green);
    color: white !important;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 600 !important;
    transition: background 0.2s !important;
  }
  .nav-cta:hover { background: var(--green-light) !important; color: white !important; }

  .hamburger {
    display: none;
    flex-direction: column; gap: 5px; cursor: pointer;
    background: none; border: none; padding: 4px;
  }
  .hamburger span {
    display: block; width: 24px; height: 2px;
    background: white; transition: all 0.3s;
  }

  .mobile-menu {
    display: none;
    position: fixed; top: 68px; left: 0; right: 0;
    background: var(--navy-dark);
    padding: 20px 5%;
    z-index: 998;
    border-bottom: 2px solid var(--green);
  }
  .mobile-menu.open { display: block; }
  .mobile-menu a {
    display: block; padding: 12px 0;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 15px; font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    letter-spacing: 0.5px;
  }
  .mobile-menu a:last-child { border-bottom: none; }

  /* ── HERO ── */
  #hero {
    min-height: 100vh;
    background: var(--navy-dark);
    position: relative;
    display: flex; align-items: center;
    padding: 100px 5% 60px;
    overflow: hidden;
  }

  .hero-bg {
    position: absolute; inset: 0;
    background-image: url("../images/3.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .hero-bg::after {
    content: '';
    position: absolute; inset: 0;
    background: 
      linear-gradient(135deg, rgba(90,179,39,0.08) 0%, transparent 50%),
      linear-gradient(to right, rgba(10,20,38,0.95) 40%, rgba(10,20,38,0.7) 100%);
  }

  .hero-grid {
    position: absolute; inset: 0;
    background-image: 
      linear-gradient(rgba(90,179,39,0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(90,179,39,0.05) 1px, transparent 1px);
    background-size: 60px 60px;
  }

  .hero-accent {
    position: absolute; top: -100px; right: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(90,179,39,0.12) 0%, transparent 70%);
    border-radius: 50%;
  }

  .hero-content {
    position: relative; z-index: 2;
    max-width: 700px;
  }

  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(90,179,39,0.15);
    border: 1px solid rgba(90,179,39,0.4);
    padding: 6px 16px; border-radius: 20px;
    color: var(--green); font-size: 12px;
    font-weight: 600; letter-spacing: 2px;
    text-transform: uppercase; margin-bottom: 24px;
  }
  .hero-badge::before {
    content: ''; width: 6px; height: 6px;
    background: var(--green); border-radius: 50%;
    animation: pulse 2s infinite;
  }
  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.3); }
  }

  .hero-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800; line-height: 1;
    color: white; margin-bottom: 8px;
    font-size: clamp(48px, 8vw, 90px);
    text-transform: uppercase; letter-spacing: -1px;
  }
  .hero-title .accent { color: var(--green); }

  .hero-sub {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(22px, 4vw, 38px);
    font-weight: 600; color: rgba(255,255,255,0.6);
    text-transform: uppercase; letter-spacing: 3px;
    margin-bottom: 28px;
  }

  .hero-desc {
    font-size: 16px; line-height: 1.75;
    color: rgba(255,255,255,0.65);
    max-width: 560px; margin-bottom: 40px;
  }

  .hero-btns {
    display: flex; gap: 16px; flex-wrap: wrap;
  }

  .btn-primary {
    background: var(--green);
    color: white;
    padding: 14px 32px;
    font-size: 14px; font-weight: 700;
    letter-spacing: 1px; text-transform: uppercase;
    text-decoration: none; border-radius: 4px;
    transition: all 0.2s;
    display: inline-block;
  }
  .btn-primary:hover { background: var(--green-light); transform: translateY(-2px); }

  .btn-outline {
    border: 2px solid rgba(255,255,255,0.3);
    color: white;
    padding: 14px 32px;
    font-size: 14px; font-weight: 600;
    letter-spacing: 1px; text-transform: uppercase;
    text-decoration: none; border-radius: 4px;
    transition: all 0.2s;
    display: inline-block;
  }
  .btn-outline:hover { border-color: var(--green); color: var(--green); }

  .hero-stats {
    position: absolute; bottom: 60px; right: 5%;
    display: flex; gap: 40px;
    z-index: 2;
  }
  .stat { text-align: center; }
  .stat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 42px; font-weight: 800;
    color: var(--green); line-height: 1;
  }
  .stat-label {
    font-size: 11px; color: rgba(255,255,255,0.5);
    text-transform: uppercase; letter-spacing: 1.5px;
    margin-top: 4px;
  }

  /* ── SECTIONS COMMON ── */
  section { padding: 80px 5%; }

  .section-label {
    font-size: 11px; font-weight: 700;
    letter-spacing: 3px; text-transform: uppercase;
    color: var(--green); margin-bottom: 12px;
  }
  .section-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800; font-size: clamp(32px, 5vw, 52px);
    text-transform: uppercase; line-height: 1;
    color: var(--navy); margin-bottom: 16px;
  }
  .section-title .accent { color: var(--green); }
  .section-desc {
    font-size: 16px; line-height: 1.75;
    color: #5a6878; max-width: 600px;
  }

  /* ── ABOUT ── */
  #about {
    background: var(--off-white);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px; align-items: center;
    position: relative;
  }
  #about::before {
    content: '';
    position: absolute; inset: 0;
    background-image: url('https://images.unsplash.com/photo-1590856029826-c7a73142bbf1?w=1400&auto=format&fit=crop&q=60');
    background-size: cover;
    background-position: center;
    opacity: 0.04;
    pointer-events: none;
  }

  .about-visual {
    position: relative;
  }
  .about-img-placeholder {
    width: 100%; aspect-ratio: 4/3;
    background: var(--navy);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex; align-items: flex-end;
  }
  .about-img-placeholder::before {
    content: '';
    position: absolute; inset: 0;
    background-image: url('../images/10.jpeg');
    background-size: cover;
    background-position: center;
  }
  .about-img-placeholder::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(10,20,38,0.85) 0%, rgba(10,20,38,0.2) 60%, transparent 100%);
  }
  .about-img-inner {
    position: relative; z-index: 1; padding: 28px;
    border-top: 3px solid var(--green); width: 100%;
    background: rgba(15,30,51,0.75);
  }
  .about-img-inner p {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px; letter-spacing: 1.5px;
    text-transform: uppercase; color: var(--green); font-weight: 600;
  }
  .about-img-inner h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 26px; font-weight: 800;
    color: white; text-transform: uppercase;
  }

  .about-badge {
    position: absolute; top: -16px; right: -16px;
    background: var(--green); color: white;
    width: 90px; height: 90px; border-radius: 50%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    font-family: 'Barlow Condensed', sans-serif;
    box-shadow: 0 8px 24px rgba(90,179,39,0.4);
  }
  .about-badge span:first-child { font-size: 28px; font-weight: 800; line-height: 1; }
  .about-badge span:last-child { font-size: 9px; letter-spacing: 1px; text-align: center; line-height: 1.2; }

  .about-features {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 16px; margin-top: 32px;
  }
  .feature-card {
    background: white;
    border-radius: 8px;
    padding: 20px;
    border-left: 3px solid var(--green);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  }
  .feature-card h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px; font-weight: 700;
    color: var(--navy); text-transform: uppercase;
    letter-spacing: 0.5px; margin-bottom: 4px;
  }
  .feature-card p { font-size: 13px; color: #6b7a8d; line-height: 1.5; }

  /* ── HOW WE WORK ── */
  #how {
    background: var(--navy-dark);
    text-align: center;
    position: relative;
  }
  #how::before {
    content: '';
    position: absolute; inset: 0;
    background-image: url('../images/14.jpeg');
    background-size: cover;
    background-position: center 60%;
    opacity: 0.1;
    pointer-events: none;
  }
  #how .section-title { color: white; }
  #how .section-desc { color: rgba(255,255,255,0.55); margin: 0 auto 56px; }

  .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
  }
  .steps::before {
    content: '';
    position: absolute; top: 36px; left: 12.5%; right: 12.5%;
    height: 2px; background: rgba(90,179,39,0.8);
    z-index: 0;
  }

  .step {
    position: relative; z-index: 1;
    padding: 0 16px;
    text-align: center;
  }
  .step-num {
    width: 72px; height: 72px;
    border-radius: 50%;
    background: var(--navy-mid);
    border: 2px solid var(--green);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 26px; font-weight: 800;
    color: var(--green);
    transition: all 0.3s;
  }
  .step:hover .step-num {
    background: var(--green); color: white;
    box-shadow: 0 0 0 6px rgba(90,179,39,0.2);
  }
  .step h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px; font-weight: 700;
    color: white; text-transform: uppercase;
    letter-spacing: 1px; margin-bottom: 8px;
  }
  .step p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.6; }

  /* ── SERVICES ── */
  #services { background: white; }

  .services-header {
    display: flex; justify-content: space-between;
    align-items: flex-end; margin-bottom: 48px;
    flex-wrap: wrap; gap: 20px;
  }

  .tabs {
    display: flex; gap: 8px;
  }
  .tab {
    padding: 10px 24px;
    border-radius: 4px; cursor: pointer;
    font-size: 13px; font-weight: 600;
    letter-spacing: 0.5px; text-transform: uppercase;
    transition: all 0.2s; border: 2px solid var(--light-gray);
    background: none; color: var(--gray);
  }
  .tab.active {
    background: var(--navy); color: white; border-color: var(--navy);
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
  }

  .service-card {
    background: var(--off-white);
    border-radius: 8px; padding: 28px 24px;
    border: 1px solid var(--light-gray);
    transition: all 0.25s;
    cursor: default;
  }
  .service-card:hover {
    background: var(--navy); border-color: var(--navy);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(26,46,74,0.2);
  }
  .service-icon {
    width: 44px; height: 44px;
    background: rgba(90,179,39,0.12);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
    font-size: 22px;
    transition: background 0.25s;
  }
  .service-card:hover .service-icon { background: rgba(90,179,39,0.25); }
  .service-card h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px; font-weight: 700;
    color: var(--navy); text-transform: uppercase;
    letter-spacing: 0.5px; margin-bottom: 6px;
    transition: color 0.25s;
  }
  .service-card:hover h4 { color: white; }
  .service-card p { font-size: 13px; color: #7a8695; line-height: 1.5; transition: color 0.25s; }
  .service-card:hover p { color: rgba(255,255,255,0.55); }

  .individual-services { display: none; }
  .company-services { display: grid; }

  /* ── VALUES ── */
  #values {
    background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy-mid) 100%);
    position: relative;
  }
  #values::before {
    content: '';
    position: absolute; inset: 0;
    background-image: url('../images/13.jpeg');
    background-size: cover;
    background-position: center;
    opacity: 0.07;
    pointer-events: none;
  }
  #values .section-title { color: white; }
  #values .section-desc { color: rgba(255,255,255,0.55); }

  .values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px; margin-top: 48px;
  }
  .value-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px; padding: 28px;
    transition: all 0.25s;
  }
  .value-card:hover {
    background: rgba(90,179,39,0.1);
    border-color: rgba(90,179,39,0.4);
    transform: translateY(-3px);
  }
  .value-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 44px; font-weight: 800;
    color: rgba(90,179,39,0.2);
    line-height: 1; margin-bottom: 8px;
  }
  .value-card:hover .value-num { color: rgba(90,179,39,0.5); }
  .value-card h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px; font-weight: 700;
    color: white; text-transform: uppercase;
    letter-spacing: 0.5px; margin-bottom: 8px;
  }
  .value-card p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.65; }

  /* ── SAFETY ── */
  #safety {
    background: var(--off-white);
    position: relative;
  }
  #safety::before {
    content: '';
    position: absolute; inset: 0;
    background-image: url('../images/1.jpeg');
    background-size: cover;
    background-position: center;
    opacity: 0.09;
    pointer-events: none;
  }

  .safety-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px; align-items: center;
    margin-top: 40px;
  }

  .safety-items {
    display: flex; flex-direction: column; gap: 16px;
  }
  .safety-item {
    display: flex; gap: 20px; align-items: flex-start;
    background: white; padding: 20px 24px;
    border-radius: 8px;
    border-left: 3px solid var(--green);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s;
  }
  .safety-item:hover { transform: translateX(4px); }
  .safety-item-icon {
    width: 44px; height: 44px; flex-shrink: 0;
    background: rgba(90,179,39,0.1);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
  }
  .safety-item-text h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px; font-weight: 700;
    color: var(--navy); text-transform: uppercase;
    letter-spacing: 0.5px; margin-bottom: 4px;
  }
  .safety-item-text p { font-size: 15px; color: #7a8695; line-height: 1.5; }

  .safety-visual {
    background: var(--navy);
    border-radius: 12px; padding: 40px;
    color: white;
    position: relative; overflow: hidden;
  }
  .safety-visual::before {
    content: '';
    position: absolute; top: -40px; right: -40px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(90,179,39,0.15) 0%, transparent 70%);
    border-radius: 50%;
  }
  .safety-visual h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px; font-weight: 800;
    text-transform: uppercase; margin-bottom: 8px;
  }
  .safety-visual .green { color: var(--green); }
  .safety-visual p { font-size: 18px; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 24px; }
  .safety-divider { height: 1px; background: rgba(255,255,255,0.1); margin: 20px 0; }
  .safety-contact-item { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
  .safety-contact-item .ci { font-size: 16px; }
  .safety-contact-item span { font-size: 14px; color: rgba(255,255,255,0.75); }
  .safety-contact-item a { color: var(--green); text-decoration: none; font-size: 14px; }

  /* ── ACHIEVEMENT ── */
  #achievement {
    background: var(--navy-dark);
    text-align: center;
    position: relative;
  }
  #achievement::before {
    content: '';
    position: absolute; inset: 0;
    background-image: url('../images/4.jpeg');
    background-size: cover;
    background-position: center;
    opacity: 0.08;
    pointer-events: none;
  }
  #achievement .section-title { color: white; }
  #achievement .section-desc { color: rgba(255,255,255,0.5); margin: 0 auto 48px; }

  .award-card {
    display: inline-block;
    background: rgba(255,255,255,0.05);
    border: 2px solid rgba(90,179,39,0.4);
    border-radius: 12px; padding: 40px 48px;
    max-width: 560px;
    position: relative;
  }
  .award-card::before {
    content: '🏆';
    position: absolute; top: -24px; left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
  }
  .award-org {
    font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
    color: var(--green); font-weight: 600; margin-bottom: 8px;
  }
  .award-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px; font-weight: 800;
    color: white; text-transform: uppercase;
    margin-bottom: 4px;
  }
  .award-year { color: var(--green); font-size: 14px; margin-bottom: 16px; }
  .award-cat {
    font-size: 13px; color: rgba(255,255,255,0.5);
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 10px 0; margin: 12px 0;
    text-transform: uppercase; letter-spacing: 1px;
  }
  .award-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 32px; font-weight: 800;
    color: white; margin-bottom: 4px;
  }
  .award-project { font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 16px; line-height: 1.5; }
  .award-winner {
    display: inline-block;
    background: var(--green);
    color: white;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px; font-weight: 800;
    letter-spacing: 3px;
    padding: 8px 28px; border-radius: 4px;
  }
  .award-date { font-size: 12px; color: rgba(255,255,255,0.35); margin-top: 12px; }

  /* ── CONTACT ── */
  #contact {
    background: var(--green);
    padding: 80px 5%;
    position: relative;
  }
  #contact::before {
    content: '';
    position: absolute; inset: 0;
    background-image: url('../images/1.jpeg');
    background-size: cover;
    background-position: center;
    opacity: 0.12;
    pointer-events: none;
  }

  .contact-inner {
    max-width: 900px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 60px; align-items: center;
    position: relative; z-index: 1;
  }
  .contact-left h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800; color: white;
    text-transform: uppercase; line-height: 1;
    margin-bottom: 16px;
  }
  .contact-left p { font-size: 15px; color: rgba(255,255,255,0.8); line-height: 1.7; }

  .contact-details { display: flex; flex-direction: column; gap: 16px; }
  .contact-row {
    display: flex; align-items: center; gap: 16px;
    background: rgba(0,0,0,0.15); padding: 16px 20px;
    border-radius: 8px;
  }
  .contact-row-icon {
    width: 40px; height: 40px; flex-shrink: 0;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
  }
  .contact-row-info p:first-child {
    font-size: 10px; color: rgba(255,255,255,0.6);
    letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600;
    margin-bottom: 2px;
  }
  .contact-row-info p:last-child, .contact-row-info a {
    font-size: 14px; color: white; font-weight: 500;
    text-decoration: none;
  }

  /* ── FOOTER ── */
  footer {
    background: var(--navy-dark);
    padding: 24px 5%;
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 12px;
  }
  footer p { font-size: 18px; color: rgba(255, 255, 255, 0.60); }
  .footer-gstn {
    font-size: 18px; color: rgba(255, 255, 255, 0.60);
    letter-spacing: 1px;
  }

  #how .section-label, #how .section-title, #how .section-desc, #how .steps { position: relative; z-index: 1; }
  #values .section-label, #values .section-title, #values .section-desc, #values .values-grid { position: relative; z-index: 1; }
  #achievement .section-label, #achievement .section-title, #achievement .section-desc, #achievement .award-card { position: relative; z-index: 1; }
  #safety .section-label, #safety .section-title, #safety .safety-grid { position: relative; z-index: 1; }
  #about > * { position: relative; z-index: 1; }
  
  /* ── ANIMATIONS ── */


.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .nav-links { display: none; }
    .hamburger { display: flex; }

    #about { grid-template-columns: 1fr; }
    .about-badge { top: 12px; right: 12px; }

    .steps { grid-template-columns: 1fr 1fr; gap: 32px; }
    .steps::before { display: none; }

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

    .contact-inner { grid-template-columns: 1fr; gap: 36px; }

    .hero-stats { position: static; margin-top: 48px; }
    #hero { flex-direction: column; justify-content: flex-start; }
  }

  @media (max-width: 600px) {
    section { padding: 60px 5%; }
    .steps { grid-template-columns: 1fr; }
    .about-features { grid-template-columns: 1fr; }
    .hero-btns { flex-direction: column; }
    .hero-stats { gap: 24px; }
    .tabs { flex-direction: column; }
    .award-card { padding: 32px 24px; }
  }
