:root {
  --navy: #071c2b;
  --navy-soft: #263d52;
  --navy-strip: #31465a;
  --teal: #61d3c7;
  --teal-deep: #2bb7aa;
  --blue: #1260a0;
  --text: #183046;
  --muted: #6f7f8f;
  --line: #dbe4ea;
  --white: #ffffff;
  --offwhite: #fbfbf9;
  --shadow: 0 20px 45px rgba(5, 20, 35, 0.18);
}

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

html {
  scroll-behavior: smooth;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.panel-title,
.stat-card h3,
.why-card h3,
.service-card h3,
.contact-card h3,
.footer-links h3,
.enquiry-modal-header h3,
.upload-modal-header h3 {
  font-family: "Roboto Condensed", sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(18, 96, 160, 0.08);
  backdrop-filter: blur(10px);
}

.site-nav.scrolled {
  box-shadow: 0 14px 34px rgba(12, 38, 63, 0.08);
}

.nav-shell,
.section-shell,
.hero-shell,
.cta-content {
  width: min(1200px, calc(100% - 56px));
  margin: 0 auto;
}

.nav-shell {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand img {
  width: 158px;
  height: auto;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
}

.nav-menu a {
  font-size: 15px;
  font-weight: 700;
  color: #4f5864;
}

.nav-menu a:hover {
  color: var(--blue);
}

.nav-cta {
  min-width: 128px;
  min-height: 38px;
  padding: 9px 24px;
  border-radius: 999px;
  background: #5ec8bf;
  color: var(--white) !important;
  box-shadow: none;
  text-align: center;
}

.nav-brochure-item {
  margin-left: 12px;
}

.nav-start-item {
  margin-left: -26px;
  margin-right: -14px;
}

.nav-cta-brochure {
  min-width: 148px;
  min-height: 36px;
  padding: 7px 18px;
  border: 2px solid #3fc2b7;
  background: transparent;
  color: #2bb7aa !important;
  font-size: 14px;
}

.nav-cta-brochure:hover {
  background: rgba(97, 211, 199, 0.1);
  color: #1260a0 !important;
}

.mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy-soft);
  transition: 0.25s ease;
}

.hero {
  position: relative;
  padding: 0;
  background: transparent;
}

.hero-shell {
  position: relative;
  width: 100%;
  min-height: 640px;
  padding: 0 0 0px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: none;
  background:
    linear-gradient(90deg, rgba(3, 17, 29, 0.9) 0%, rgba(3, 17, 29, 0.82) 34%, rgba(3, 17, 29, 0.15) 63%, rgba(3, 17, 29, 0.1) 100%),
    url("assets/Placeholder_img_1.png") center center / cover no-repeat;
  overflow: hidden;
}

.hero-copy,
.hero-panel {
  margin-inline: auto;
}

.hero-copy {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 50px 50px 80px;
  background: linear-gradient(
    90deg,
    rgba(1, 19, 33, 0.98) 0%,
    rgba(1, 19, 33, 0.98) 50%,
    rgba(1, 19, 33, 0.94) 58%,
    rgba(1, 19, 33, 0.72) 66%,
    rgba(1, 19, 33, 0) 100%
  );
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 28, 43, 0.08), rgba(7, 28, 43, 0.18));
}

.hero-copy,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 820px;
  color: var(--white);
}

.eyebrow {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #9ed9d4;
}

.hero-kicker {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
}

.hero h1,
.hero h2,
.section-heading h2,
.cta-content h2 {
  font-family: "Roboto Condensed", sans-serif;
}

.hero h1 {
  font-size: clamp(46px, 5vw, 58px);
  line-height: 1;
  font-weight: 500;
  color: #60cfe0;
  white-space: nowrap;
}

.hero h2 {
  margin-top: 8px;
  font-size: clamp(28px, 2.9vw, 37px);
  line-height: 1.08;
  font-weight: 700;
  color: #77ead3;
  white-space: nowrap;
}

.hero-text {
  margin-top: 18px;
  max-width: 540px;
  font-size: 16px;
  line-height: 1.38;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 100px;
  justify-content: flex-start;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 196px;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

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

.button-primary {
  background: #61d3c7;
  color: var(--white);
  box-shadow: none;
}

.button-secondary {
  min-width: 202px;
  border-width: 2px;
  border-color: #3fc2b7;
  color: #d7fffa;
  background: transparent;
}

.button-secondary:hover {
  background: rgba(97, 211, 199, 0.1);
}

.button-badge {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
}

.button-badge svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* HERO PANEL */
.hero-panel {
  width: 320px;
  padding: 28px 24px;
  border-radius: 18px;

  background: linear-gradient(
    180deg,
    rgba(16, 27, 39, 0.75) 0%,
    rgba(16, 27, 39, 0.55) 100%
  );

  border: 1px solid rgba(255, 255, 255, 0.06);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  color: #ffffff;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);

  margin-left: auto;
  margin-right: 180px;
}


/* TITLE */
.panel-title {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.8px;
}


/* LIST */
.panel-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}


/* MAKE THE CLICKABLE AREA A PROPER ROW */
.panel-list li a {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 16px;
  align-items: start;
  text-decoration: none;
  color: inherit;
}


/* ICON */
.panel-icon {
  margin-top: 3px;
}

.panel-icon svg {
  width: 20px;
  height: 20px;
  stroke: #6ee7e7;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* TEXT STACKED */
.panel-text {
  display: flex;
  flex-direction: column;
}


/* HEADING */
.panel-text strong {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}


/* SUBTEXT → NEXT LINE */
.panel-text small {
  margin-top: 3px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
}

.stats-strip {
  background: #314656;
  padding: 50px 0 50px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.stat-card {
  text-align: center;
  color: var(--white);
}

.stat-icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 16px;
  border: 1.4px solid rgba(214, 191, 178, 0.7);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.stat-icon svg {
  width: 100px;
  height: 80px;
  stroke: rgba(215, 187, 175, 0.92);
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stat-card h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.4px;
  color: rgba(238, 248, 248, 0.9);
}

.stat-card p {
  margin-top: 7px;
  font-size: 15px;
  color: rgba(226, 230, 230, 0.9);
}

.why-section,
.services-section {
  padding: 76px 0;
}

.why-section {
  padding: 50px 0 50px;
  background: #eef3f6;
}

.services-section {
  background:
    linear-gradient(90deg, rgba(255, 248, 241, 0.55), rgba(255, 255, 255, 0.96) 22%, rgba(255, 255, 255, 0.96) 78%, rgba(255, 248, 241, 0.55));
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 58px;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(36px, 3.8vw, 44px);
  line-height: 1.08;
  font-weight: 800;
  color: #1266a9;
}

.section-heading p {
  max-width: 620px;
  margin: 22px auto 0;
  font-size: 15px;
  line-height: 1.7;
  color: #000000;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 860px;
  margin: 0 auto;
  padding: 22px 0 8px;
  background: transparent;
  border-radius: 0;
}

.why-card {
  text-align: center;
}

.why-icon {
  width: 134px;
  height: 134px;
  margin: 0 auto 20px;
  border: 2px solid #18324a;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at center, rgba(247, 243, 236, 0.9) 0%, rgba(248, 251, 253, 0) 66%);
}

.why-icon svg {
  width: 74px;
  height: 74px;
  stroke: #19334a;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-card h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: #000000;
}

.why-card p {
  max-width: 245px;
  margin: 22px auto 0;
  font-size: 14.5px;
  line-height: 1.72;
  color: #000000;
}

.services-section .section-heading p {
  max-width: 900px;
  font-size: 18px;
  color: #000000;
}

.services-grid {
  display: flex;
  gap: 18px;
}

.services-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.services-viewport {
  overflow: hidden;
  width: 100%;
}

.services-track {
  transition: transform 0.35s ease;
  will-change: transform;
}

.services-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid #c9d7e2;
  border-radius: 50%;
  background: #ffffff;
  color: #1266a9;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.services-arrow:hover {
  background: #1266a9;
  color: #ffffff;
}

.services-arrow:disabled {
  opacity: 0.45;
  cursor: default;
}

.service-card {
  padding: 24px 20px 22px;
  min-height: 348px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #eef2f5;
  flex: 0 0 calc((100% - 54px) / 4);
}

.service-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 20px;
}

.service-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-icon.building svg,
.service-icon.interior svg,
.service-icon.software svg {
  stroke: #50667b;
}

.service-icon.fire svg {
  stroke: #c97152;
}

.service-icon.automation svg,
.service-icon.security svg,
.service-icon.estate svg,
.service-icon.manpower svg {
  stroke: #1266a9;
}

.service-icon.landscape svg {
  stroke: #6b9f87;
}

.service-icon.pest svg {
  stroke: #ae9158;
}

.service-card h3 {
  min-height: 46px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  color: #16293b;
}

.service-card p {
  min-height: 92px;
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

.service-enquire-btn {
  min-width: 168px;
  min-height: 40px;
  margin-top: 10px;
  padding: 0 20px;
  font-size: 14px;
  align-self: center;
}

.service-actions {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  border: 2px solid #66d6cc;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #54bcb1;
  background: var(--white);
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.pill-btn:hover {
  background: #5fd3c8;
  color: var(--white);
  transform: translateY(-1px);
}

.cta-banner {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(23, 79, 130, 0.66), rgba(23, 79, 130, 0.66)),
    url("assets/Placeholder_img_2.png") center center / cover no-repeat;
}

.cta-backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(16, 72, 122, 0.22),
    rgba(16, 72, 122, 0.5)
  );
}

.cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--white);
  padding: 56px 0;
}

.cta-content h2 {
  font-size: clamp(42px, 4.8vw, 60px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.4px;
}

.cta-content p {
  max-width: 760px;
  margin: 18px auto 34px;
  font-size: 17px;
  line-height: 1.34;
  color: rgba(255, 255, 255, 0.9);
}

.cta-submit-btn {
  min-width: 210px;
  min-height: 42px;
  padding: 0 26px;
  border-radius: 999px;
  border: 2px solid #3fc2b7;
  background: rgba(1, 19, 33, 0.72);
  color: #dcfffa;
}

.cta-submit-btn:hover {
  background: rgba(1, 19, 33, 0.88);
}

.contact-section {
  padding: 78px 0 68px;
  background: linear-gradient(180deg, #f1f7fb 0%, #e8f1f7 100%);
}

.section-heading-compact {
  margin-bottom: 42px;
}

.section-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(18, 102, 169, 0.12);
  color: #1266a9;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.9px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.contact-card {
  min-height: 216px;
  padding: 38px 24px 28px;
  text-align: center;
  background: var(--white);
  border: 1px solid rgba(18, 102, 169, 0.14);
  border-radius: 22px;
  box-shadow: 0 22px 42px rgba(18, 62, 107, 0.08);
}

.contact-card-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
}

.contact-card-icon span {
  font-size: 34px;
  line-height: 1;
}

.contact-card h3 {
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #10385e;
}

.contact-card p,
.contact-card p a {
  font-size: 16px;
  font-weight: 600;
  color: #1266a9;
}

.contact-card a:hover {
  color: var(--blue);
}

.contact-socials {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
}

.contact-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(18, 102, 169, 0.12);
  color: #1266a9;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.contact-socials a:hover {
  transform: translateY(-2px);
  background: var(--teal);
  color: var(--white);
}

.contact-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.5;
}

.site-footer {
  padding: 44px 0 20px;
  background: #314656;
  color: rgba(255, 255, 255, 0.82);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 52px;
  align-items: start;
}

.footer-brand img {
  width: 420px;
  max-width: 100%;
  margin-bottom: 24px;
  filter: drop-shadow(0 10px 24px rgba(255, 255, 255, 0.08)) brightness(0.5);
}

.footer-brand p {
  max-width: 360px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
}

.footer-links h3 {
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: var(--white);
}

.footer-links ul {
  list-style: none;
  display: grid;
  gap: 14px;
}

.footer-links a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-links a:hover {
  color: #7ee8db;
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.footer-bottom p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.enquiry-modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(6, 16, 29, 0.56);
  backdrop-filter: blur(6px);
  z-index: 500;
}

.enquiry-modal-overlay.active {
  display: flex;
}

.enquiry-modal {
  width: min(760px, 100%);
  max-height: min(92vh, 900px);
  overflow: auto;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 34px 70px rgba(10, 28, 45, 0.22);
}

.enquiry-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 42px 20px;
  border-bottom: 1px solid #e7e9f3;
}

.enquiry-modal-header h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #303047;
}

.enquiry-service-name {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #8f88be;
}

.enquiry-close-btn {
  border: 0;
  background: transparent;
  color: #8d8a9b;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.enquiry-modal-body {
  padding: 24px 42px 34px;
}

.enquiry-service-description {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.65;
  color: #586274;
}

.enquiry-form {
  display: grid;
  gap: 18px;
}

.enquiry-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

.enquiry-field {
  display: grid;
  gap: 8px;
}

.enquiry-field span {
  font-size: 14px;
  font-weight: 700;
  color: #35384a;
}

.enquiry-field input,
.enquiry-field select,
.enquiry-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #dddff0;
  border-radius: 14px;
  background: #ffffff;
  font-size: 15px;
  color: #303047;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.enquiry-field textarea {
  min-height: 112px;
  padding: 14px 18px;
  resize: vertical;
}

.enquiry-field input:focus,
.enquiry-field select:focus,
.enquiry-field textarea:focus {
  border-color: #9f91da;
  box-shadow: 0 0 0 3px rgba(159, 145, 218, 0.16);
}

.enquiry-field-full {
  grid-column: 1 / -1;
}

.enquiry-actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding-top: 8px;
}

.enquiry-btn {
  min-width: 128px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid transparent;
}

.enquiry-btn-secondary {
  background: #ffffff;
  border-color: #dddff0;
  color: #4a5785;
}

.enquiry-btn-primary {
  background: transparent;
  border-color: #3fc2b7;
  color: #3fc2b7;
}

.enquiry-btn-primary:hover {
  background: rgba(97, 211, 199, 0.1);
}

.enquiry-btn-secondary:hover,
.enquiry-btn-primary:hover {
  transform: translateY(-1px);
}

.upload-modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(6, 16, 29, 0.56);
  backdrop-filter: blur(6px);
  z-index: 510;
}

.upload-modal-overlay.active {
  display: flex;
}

.upload-modal {
  width: min(560px, 100%);
  max-height: min(92vh, 860px);
  overflow: auto;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 34px 70px rgba(10, 28, 45, 0.22);
}

.upload-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 34px 18px;
  border-bottom: 1px solid #e7e9f3;
}

.upload-modal-header h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #303047;
}

.upload-modal-body {
  padding: 22px 34px 32px;
}

.upload-modal-description {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #586274;
}

.upload-form {
  display: grid;
  gap: 18px;
}

.upload-dropzone {
  position: relative;
  border: 1px dashed #dddff0;
  border-radius: 18px;
  background: #ffffff;
  min-height: 160px;
  display: grid;
  place-items: center;
  padding: 18px;
  text-align: center;
}

.upload-dropzone input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.upload-dropzone-content {
  display: grid;
  gap: 8px;
  color: #7f76b3;
}

.upload-dropzone-content svg {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.upload-dropzone-content strong {
  font-size: 15px;
  color: #56526e;
}

.upload-dropzone-content small {
  font-size: 13px;
  color: #8d8aa2;
}

.upload-file-name {
  display: none;
  font-size: 14px;
  font-weight: 700;
  color: #56526e;
}

@media (max-width: 1180px) {
  .service-card {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 980px) {
  .mobile-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 74px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.99);
    border: 1px solid rgba(18, 96, 160, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(12, 38, 63, 0.1);
  }

  .nav-menu a {
    width: 100%;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-brochure-item,
  .nav-start-item {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-cta,
  .nav-cta-brochure {
    justify-content: center;
    min-width: 0;
    min-height: 40px;
    padding: 8px 18px;
  }

  .hero-shell {
    min-height: 0;
    padding: 0 22px 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-copy {
    width: min(100%, 1200px);
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
    display: block;
    padding: 94px 18px 30px 14px;
    background: rgba(1, 19, 33, 0.94);
  }

  .hero-panel {
    width: min(100%, 360px);
    margin-right: auto;
  }

  .stats-grid,
  .why-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .why-section {
    padding: 48px 0;
  }
}

@media (max-width: 760px) {
  .nav-shell,
  .section-shell,
  .cta-content {
    width: min(100% - 28px, 1200px);
  }

  .hero-shell {
    background-position: 64% center;
  }

  .hero-kicker {
    margin-bottom: 26px;
    font-size: 24px;
  }

  .hero h1 {
    font-size: 38px;
    white-space: normal;
  }

  .hero h2 {
    font-size: 26px;
    white-space: normal;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    min-width: 0;
    width: 100%;
    justify-content: center;
  }

  .services-grid {
    gap: 14px;
  }

  .service-card {
    min-height: 0;
    flex-basis: 100%;
  }

  .services-carousel {
    gap: 8px;
    justify-content: center;
    transform: translateX(6px);
  }

  .services-arrow {
    width: 36px;
    height: 36px;
    font-size: 26px;
  }

  .cta-banner {
    min-height: 360px;
  }

  .cta-content h2 {
    font-size: 40px;
  }

  .contact-card {
    min-height: 0;
    padding: 30px 20px 24px;
  }

  .footer-brand img {
    width: 260px;
  }

  .enquiry-modal {
    border-radius: 18px;
  }

  .enquiry-modal-header,
  .enquiry-modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .enquiry-form-grid {
    grid-template-columns: 1fr;
  }

  .enquiry-actions {
    flex-direction: column-reverse;
  }

  .enquiry-btn {
    width: 100%;
  }

  .upload-modal-header,
  .upload-modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
