:root {
  --primary: #ddb60a;
  --primary-dark: #c7a305;
  --navy: #0f2747;
  --navy-2: #183b67;
  --text: #1d2939;
  --muted: #667085;
  --bg: #f5f7fb;
  --white: #ffffff;
  --line: #e6eaf2;
  --shadow: 0 20px 50px rgba(15, 39, 71, 0.12);
  --radius: 22px;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: #fff;
}

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

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

button {
  font-family: inherit;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  flex-wrap: wrap;
}

.topbar-links,
.topbar-contact {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15, 39, 71, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-logo {
  width: 250px;
  height: auto;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand-text {
  min-width: 0;
}

.brand-text strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.1;
}

.brand-text span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 4px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav a {
  color: var(--navy);
  font-weight: 600;
  font-size: 15px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
}

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

.btn-secondary {
  background: rgba(15, 39, 71, 0.06);
  color: var(--navy);
}

.btn-whatsapp {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 110px 0 90px;
  background: #0f2747;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(7, 18, 34, 0.88) 0%,
      rgba(7, 18, 34, 0.74) 38%,
      rgba(7, 18, 34, 0.48) 62%,
      rgba(7, 18, 34, 0.62) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.28) 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: center;
}

.hero-copy {
  max-width: 760px;
}

.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 14ch;
}

.hero h1 .accent {
  color: #e9ce56;
}

.hero p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.86);
  max-width: 680px;
}

.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-btn-light {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 40px;
  max-width: 1200px;
}

.hero-point {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 20px;
}

.hero-point strong {
  display: block;
  color: #fff;
  font-size: 17px;
  margin-bottom: 6px;
}

.hero-point span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .hero {
    min-height: auto;
    padding: 90px 0 70px;
  }

  .hero-points {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 72px 0 56px;
  }

  .hero h1 {
    max-width: none;
  }

  .hero p {
    font-size: 16px;
  }
}

.hero-visual {
  position: relative;
  min-height: 600px;
}

.hero-card-main {
  position: absolute;
  inset: 0 0 78px 70px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #dfe7f0;
}

.hero-card-main img,
.hero-card-small img,
.showcase-grid img,
.about-media img,
.cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.about-media .big video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-sound-toggle {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 39, 71, 0.78);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
  backdrop-filter: blur(6px);
  transition: 0.2s ease;
}

.video-sound-toggle:hover {
  background: rgba(15, 39, 71, 0.95);
}

.hero-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 39, 71, 0.05),
    rgba(15, 39, 71, 0.48)
  );
}

.hero-badge {
  position: absolute;
  top: 28px;
  left: 28px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  padding: 14px 18px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  font-weight: 800;
  font-size: 15px;
  max-width: 230px;
}

.hero-card-small {
  position: absolute;
  width: 265px;
  height: 200px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 6px solid rgba(255, 255, 255, 0.8);
  background: #eaeef4;
}

.hero-card-small.one {
  left: 0;
  bottom: 92px;
}

.hero-card-small.two {
  right: 0;
  bottom: 0;
  width: 250px;
  height: 180px;
}

.hero-floating {
  position: absolute;
  right: 18px;
  top: 26px;
  background: rgba(15, 39, 71, 0.94);
  color: #fff;
  border-radius: 20px;
  padding: 18px 18px;
  box-shadow: var(--shadow);
  width: 220px;
}

.hero-floating strong {
  display: block;
  font-size: 26px;
  margin-bottom: 6px;
}

.hero-floating span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.5;
}

section {
  padding: 100px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
  flex-wrap: wrap;
}

.section-tag {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
  display: inline-block;
}

.section-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 17px;
}

.services {
  background: var(--bg);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(15, 39, 71, 0.06);
  transition: 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.icon-box {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(
    135deg,
    rgba(198, 182, 40, 0.12),
    rgba(67, 71, 15, 0.08)
  );
  color: var(--primary);
  font-size: 24px;
  margin-bottom: 20px;
}

.service-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 20px;
}

.service-card p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 15px;
}

.service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.service-card li {
  color: var(--text);
  font-size: 14px;
  padding-left: 22px;
  position: relative;
}

.service-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--primary);
  font-size: 20px;
  line-height: 1;
}

.about {
  position: relative;
  overflow: hidden;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 34px;
  align-items: center;
}

.about-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.about-media .big {
  grid-row: span 2;
  min-height: 510px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-media .small {
  min-height: 246px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.08;
  color: var(--navy);
}

.about-copy p {
  color: var(--muted);
  line-height: 1.85;
  font-size: 17px;
  margin: 0 0 16px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.stat {
  padding: 22px;
  border-radius: 22px;
  background: var(--bg);
  border: 1px solid var(--line);
}

.stat strong {
  display: block;
  font-size: 32px;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 8px;
}

.stat span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.showcase {
  background: linear-gradient(180deg, #f7f9fc 0%, #eff4fa 100%);
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-template-rows: 250px 250px;
  gap: 18px;
}

.showcase-grid .item {
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
  background: #e5ebf3;
}

.showcase-grid .item.large {
  grid-row: span 2;
}

.showcase-grid .item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 39, 71, 0.04),
    rgba(15, 39, 71, 0.44)
  );
}

.caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(7, 18, 34, 0.58) 0%,
    rgba(7, 18, 34, 0.82) 100%
  );
  padding: 14px 16px;

  border-radius: 0 0 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.caption strong {
  display: block;
  font-size: 20px;
  margin-bottom: 6px;
  line-height: 1.3;
}

.caption span {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.6;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.why-item {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 39, 71, 0.05);
}

.why-item h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 20px;
}

.why-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 15px;
}

.cta {
  padding: 0 0 100px;
}

.cta-wrap {
  background: linear-gradient(135deg, var(--navy), #16365d 60%, #1d4a80 100%);
  color: #fff;
  border-radius: 34px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  box-shadow: var(--shadow);
}

.cta-copy {
  padding: 50px;
}

.cta-copy .section-tag {
  color: #ffb3b3;
}

.cta-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.cta-copy p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  font-size: 17px;
}

.cta-list {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.cta-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.cta-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff7b3;
  flex: 0 0 auto;
}

.cta-image {
  min-height: 100%;
  background: #dce5ef;
}

.contact-bar {
  padding: 18px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.contact-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.footer {
  background: linear-gradient(180deg, #0d1f38 0%, #09172a 100%);
  color: rgba(255, 255, 255, 0.8);
  padding: 70px 0 24px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 40px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col h3 {
  margin: 0 0 18px;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
}

.footer-brand p {
  margin: 18px 0 0;
  max-width: 420px;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.72);
}

.footer-logo {
  display: inline-block;
  width: 350px;
}

.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

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

.footer-links li a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  transition: 0.2s ease;
}

.footer-links li a:hover {
  color: var(--primary);
  padding-left: 4px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.footer-contact-item i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(221, 182, 10, 0.14);
  color: var(--primary);
  font-size: 16px;
}

.footer-contact-item span {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 4px;
}

.footer-contact-item a,
.footer-contact-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.7;
}

.footer-contact-item a:hover {
  color: var(--primary);
}

.footer-bottom {
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

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

@media (max-width: 991px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-logo {
    width: 210px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 56px 0 22px;
  }

  .footer-top {
    gap: 26px;
    padding-bottom: 26px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo {
    width: 190px;
  }
}

.scroll-top-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.25s ease;
}

.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top-btn:hover {
  transform: translateY(-3px);
}

.scroll-top-btn i {
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 767px) {
  .scroll-top-btn {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }
}

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

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .nav {
    gap: 18px;
  }

  .hero-grid,
  .about-grid,
  .cta-wrap {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 580px;
  }

  .hero-card-main {
    inset: 0 80px 90px 0;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 240px 240px 240px;
  }

  .showcase-grid .item.large {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 991px) {
  .nav,
  .header-actions .btn-secondary,
  .header-actions .btn-primary {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-header.open .nav {
    display: flex;
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    background: #fff;
    border-radius: 24px;
    padding: 18px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header.open .header-actions .btn-primary {
    display: inline-flex;
    width: 100%;
  }

  .site-header.open .header-actions {
    display: flex;
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 252px);
  }

  .hero-points,
  .stats,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 560px;
  }

  .hero-card-main {
    inset: 0 36px 110px 0;
  }

  .hero-card-small.one {
    width: 220px;
    height: 160px;
  }

  .hero-card-small.two {
    width: 200px;
    height: 145px;
  }

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

  .about-media {
    grid-template-columns: 1fr 1fr;
  }

  .about-media .big {
    min-height: 420px;
  }

  .cta-copy {
    padding: 36px 26px;
  }

  .cta-image {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .topbar {
    display: none;
  }

  .hero {
    padding-top: 42px;
  }

  section {
    padding: 74px 0;
  }

  .brand-logo {
    width: 200px;
    height: auto;
  }

  .brand-text strong {
    font-size: 17px;
  }

  .hero h1 {
    max-width: none;
  }

  .hero p,
  .section-head p,
  .about-copy p,
  .cta-copy p {
    font-size: 16px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .hero-card-main {
    inset: 0 0 120px 0;
    border-radius: 26px;
  }

  .hero-card-small.one {
    left: 14px;
    bottom: 72px;
    width: 170px;
    height: 120px;
    border-radius: 18px;
  }

  .hero-card-small.two {
    right: 12px;
    bottom: 72px;
    width: 170px;
    height: 120px;
    border-radius: 18px;
  }

  .hero-floating {
    width: 170px;
    right: 10px;
    top: 14px;
    padding: 14px;
    border-radius: 16px;
  }

  .hero-floating strong {
    font-size: 20px;
  }

  .hero-badge {
    top: 16px;
    left: 16px;
    right: 16px;
    max-width: none;
    font-size: 13px;
    padding: 12px 14px;
  }

  .service-grid,
  .showcase-grid,
  .about-media {
    grid-template-columns: 1fr;
  }

  .showcase-grid {
    grid-template-rows: repeat(4, 250px);
  }

  .showcase-grid .item.large {
    grid-column: span 1;
  }

  .about-media .big,
  .about-media .small {
    min-height: 240px;
  }

  .section-head h2,
  .about-copy h2,
  .cta-copy h2 {
    max-width: none;
  }

  .contact-bar {
    flex-direction: column;
    gap: 12px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.topbar-contact span,
.topbar-links span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.topbar i {
  font-size: 14px;
  opacity: 0.95;
}

.menu-toggle i {
  font-size: 18px;
  line-height: 1;
}

.icon-box i {
  font-size: 24px;
  line-height: 1;
}

.contact-pill i {
  font-size: 15px;
  line-height: 1;
  opacity: 0.95;
}

.page-hero {
  position: relative;
  max-height: 380px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0f2747;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
}

.page-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7, 18, 34, 0.9) 0%,
    rgba(7, 18, 34, 0.72) 45%,
    rgba(7, 18, 34, 0.65) 100%
  );
}

.page-hero-content {
  position: relative;
  z-index: 2;
  padding: 90px 0 70px;
}

.page-kicker {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-hero-content h1 {
  margin: 18px 0 16px;
  color: #fff;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.05;
}

.page-hero-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.8;
}

.breadcrumb-section {
  padding: 22px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.breadcrumb-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 14px;
}

.breadcrumb-wrap a {
  color: var(--muted);
}

.breadcrumb-wrap span {
  color: var(--navy);
}

.services-page-intro {
  padding-top: 90px;
}

.service-detail-section {
  padding: 90px 0;
}

.service-detail-section.alt {
  background: var(--bg);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

.service-detail-grid.reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.service-detail-grid.reverse .service-detail-image {
  order: 2;
}

.service-detail-grid.reverse .service-detail-copy {
  order: 1;
}

.service-detail-image {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #e5ebf3;
}

.service-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  color: var(--navy);
}

.service-detail-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.85;
  font-size: 17px;
}

.why-services {
  padding-top: 90px;
}

@media (max-width: 991px) {
  .service-detail-grid,
  .service-detail-grid.reverse {
    grid-template-columns: 1fr;
  }

  .service-detail-grid.reverse .service-detail-image,
  .service-detail-grid.reverse .service-detail-copy {
    order: unset;
  }

  .service-detail-image {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .page-hero {
    min-height: 340px;
  }

  .page-hero-content {
    padding: 70px 0 54px;
  }

  .page-hero-content p,
  .service-detail-copy p {
    font-size: 16px;
  }

  .service-detail-section,
  .services-page-intro,
  .why-services {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}

.about-page-main {
  padding: 90px 0;
}

.about-page-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

.about-page-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.about-page-media-main {
  grid-row: span 2;
  min-height: 520px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #e5ebf3;
}

.about-page-media-small {
  min-height: 250px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #e5ebf3;
}

.about-page-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page-copy h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
}

.about-page-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.85;
  font-size: 17px;
}

.about-highlight-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.about-highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-weight: 600;
}

.about-highlight-item i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(198, 40, 40, 0.12);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex: 0 0 34px;
}

.about-values-section {
  padding: 90px 0;
  background: var(--bg);
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.about-value-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(15, 39, 71, 0.06);
}

.about-value-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 20px;
}

.about-value-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 15px;
}

.about-story-section {
  padding: 90px 0;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 34px;
  align-items: center;
}

.about-story-copy h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
}

.about-story-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.85;
  font-size: 17px;
}

.about-story-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.stat-card {
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(15, 39, 71, 0.05);
}

.stat-card strong {
  display: block;
  font-size: 34px;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 8px;
}

.stat-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.about-why-section {
  padding: 90px 0;
  background: #fff;
}

@media (max-width: 991px) {
  .about-page-grid,
  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-values-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-page-media-main {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .about-page-main,
  .about-values-section,
  .about-story-section,
  .about-why-section {
    padding: 74px 0;
  }

  .about-page-media,
  .about-values-grid,
  .about-story-stats {
    grid-template-columns: 1fr;
  }

  .about-page-media-main,
  .about-page-media-small {
    min-height: 240px;
  }

  .about-page-copy p,
  .about-story-copy p {
    font-size: 16px;
  }
}

.social-intro-section {
  padding: 90px 0 40px;
}

.social-intro-card {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  align-items: start;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(15, 39, 71, 0.06);
}

.social-intro-icon {
  width: 90px;
  height: 90px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(198, 174, 40, 0.12);
  color: var(--primary);
  font-size: 34px;
}

.social-intro-content h2,
.social-note-card h2,
.social-closing-card h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
}

.social-intro-content p,
.social-note-card p,
.social-closing-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
  font-size: 17px;
}

.social-highlight-section {
  padding: 40px 0 90px;
}

.social-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.social-highlight-box {
  padding: 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(15, 39, 71, 0.06);
}

.social-highlight-box i {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(198, 169, 40, 0.12),
    rgba(71, 63, 15, 0.08)
  );
  color: var(--primary);
  font-size: 26px;
  margin-bottom: 18px;
}

.social-highlight-box h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 22px;
}

.social-highlight-box p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 15px;
}

.social-content-section {
  padding: 0 0 90px;
}

.social-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.social-content-block {
  padding: 32px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(15, 39, 71, 0.05);
}

.social-content-block h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.12;
}

.social-content-block p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.85;
  font-size: 16px;
}

.social-note-section {
  padding: 0 0 90px;
}

.social-note-card {
  padding: 40px;
  border-radius: 30px;
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(15, 39, 71, 0.06);
}

.social-note-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(195, 198, 40, 0.12);
  color: var(--primary);
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 18px;
}

.social-purpose-section {
  padding: 0 0 90px;
}

.social-process-section {
  padding: 90px 0;
  background: var(--bg);
}

.social-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.social-step-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(15, 39, 71, 0.05);
}

.step-number {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 18px;
}

.social-step-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 21px;
}

.social-step-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 15px;
}

.social-closing-section {
  padding: 90px 0;
}

.social-closing-card {
  padding: 40px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(15, 39, 71, 0.05);
}

@media (max-width: 991px) {
  .social-highlight-grid,
  .social-steps-grid,
  .social-content-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .social-intro-section,
  .social-highlight-section,
  .social-content-section,
  .social-note-section,
  .social-purpose-section,
  .social-process-section,
  .social-closing-section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .social-intro-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .social-intro-icon {
    width: 72px;
    height: 72px;
    font-size: 28px;
    border-radius: 20px;
  }

  .social-note-card,
  .social-closing-card,
  .social-content-block {
    padding: 24px;
  }

  .social-intro-content p,
  .social-note-card p,
  .social-closing-card p,
  .social-content-block p {
    font-size: 16px;
  }
}

.contact-info-section {
  padding: 90px 0 40px;
}

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

.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(15, 39, 71, 0.06);
}

.contact-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 22px;
}

.contact-card p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 15px;
}

.contact-card a,
.contact-card span {
  color: var(--primary);
  font-weight: 700;
  line-height: 1.7;
}

.contact-main-section {
  padding: 40px 0 90px;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: start;
}

.contact-form-wrap,
.contact-map-card,
.contact-quick-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 12px 30px rgba(15, 39, 71, 0.05);
}

.contact-form-wrap {
  padding: 34px;
}

.contact-form-wrap h2,
.contact-map-card h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
}

.contact-form-wrap p {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 16px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group.full {
  grid-column: span 2;
}

.form-group label {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 15px;
  color: var(--text);
  background: #fff;
  outline: none;
  transition: 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: rgba(198, 40, 40, 0.45);
  box-shadow: 0 0 0 4px rgba(198, 40, 40, 0.08);
}

.contact-side {
  display: grid;
  gap: 22px;
}

.contact-map-card {
  padding: 28px;
}

.contact-map {
  height: 360px;
  overflow: hidden;
  border-radius: 22px;
  margin-top: 18px;
  background: #e5ebf3;
}

.contact-map-actions {
  margin-top: 18px;
}

.contact-quick-card {
  padding: 28px;
}

.contact-quick-card h3 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 22px;
}

.quick-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--text);
}

.quick-item:last-child {
  margin-bottom: 0;
}

.quick-item i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(198, 40, 40, 0.12);
  color: var(--primary);
  flex: 0 0 38px;
}

.quick-item a,
.quick-item span {
  line-height: 1.7;
}

@media (max-width: 991px) {
  .contact-cards-grid,
  .contact-main-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .contact-info-section,
  .contact-main-section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

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

  .form-group.full {
    grid-column: span 1;
  }

  .contact-form-wrap,
  .contact-map-card,
  .contact-quick-card {
    padding: 24px;
  }

  .contact-map {
    height: 300px;
  }
}

.g-recaptcha {
  margin-top: 15px;
}

@media (max-width: 480px) {
  .g-recaptcha {
    transform: scale(0.92);
    transform-origin: left top;
  }
}

.form {
  margin-top: 15px;
}

.gallery-intro-section {
  padding: 90px 0 34px;
}

.gallery-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 18px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(15, 39, 71, 0.05);
}

.gallery-count {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-weight: 700;
}

.gallery-count i {
  color: var(--primary);
}

.gallery-note {
  color: var(--muted);
  font-size: 15px;
}

.gallery-section {
  padding: 20px 0 100px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 18px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  border-radius: 24px;
  cursor: pointer;
  background: #e5ebf3;
  box-shadow: 0 12px 30px rgba(15, 39, 71, 0.08);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgba(7, 18, 34, 0.12) 0%,
    rgba(7, 18, 34, 0.58) 100%
  );
  opacity: 0;
  transition: opacity 0.25s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 20px;
  backdrop-filter: blur(6px);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(6, 14, 27, 0.94);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

.gallery-lightbox.show {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  width: min(1120px, 100%);
  display: grid;
  gap: 18px;
  justify-items: center;
}

.lightbox-image-wrap {
  width: 100%;
  max-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-image-wrap img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
}

.lightbox-caption {
  width: min(900px, 100%);
  text-align: center;
  color: #fff;
}

.lightbox-caption strong {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 1.3;
}

.lightbox-caption span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  font-size: 15px;
}

.lightbox-counter {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  border: 0;
  cursor: pointer;
  z-index: 2;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(8px);
  transition: 0.25s ease;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lightbox-close {
  top: 24px;
  right: 24px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 20px;
}

.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  font-size: 20px;
}

.lightbox-prev {
  left: 24px;
}

.lightbox-next {
  right: 24px;
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 240px;
  }

  .gallery-item.wide {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .gallery-intro-section,
  .gallery-section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .gallery-lightbox {
    padding: 18px;
  }

  .lightbox-close {
    top: 16px;
    right: 16px;
    width: 46px;
    height: 46px;
  }

  .lightbox-nav {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }

  .lightbox-prev {
    left: 12px;
  }

  .lightbox-next {
    right: 12px;
  }

  .lightbox-caption strong {
    font-size: 20px;
  }
}
