.full-width {
  width: 100%;
}

html,
body {
  width: 100%;
  height: 100%;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mtb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mtb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

body {
  font-family: 'Lato', sans-serif;
}

a {
  color: #323223;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

a:hover,
a:focus {
  color: #323223;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  font-weight: 300;
}

p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: 400;
}

/* section {
    padding: 100px 0;
}

section h2 {
    font-size: 50px;
}

@media (max-width: 430px) {
    section {
        padding: 50px 0;
    }

    section h2 {
        font-size: 30px;
        line-height: 34px;
    }
} */

/************************************************
* Navbar
***********************************************/
#mainNav {
  height: 78px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 35px rgba(18, 45, 73, 0.08);
  transition: all 0.35s ease;
}

#mainNav .container {
  height: 100%;
  display: flex;
  align-items: center;
}

#mainNav .navbar-brand {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

#mainNav .navbar-brand img {
  height: 52px;
  width: auto;
  transition: 0.35s;
}

#mainNav .navbar-collapse {
  justify-content: flex-end;
}

#mainNav .navbar-nav {
  align-items: center;
}

#mainNav .nav-item {
  margin-left: 8px;
}

#mainNav .navbar-nav .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 18px;
  color: #2c4156;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

#mainNav .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 8px;
  height: 2px;
  background: #0588d4;
  border-radius: 99px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

#mainNav .navbar-nav .nav-link:hover {
  color: #0588d4;
  text-decoration: none;
}

#mainNav .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}

#mainNav .navbar-nav .nav-link.active {
  color: #fff !important;
  background: linear-gradient(135deg, #2a9de2 0%, #0588d4 100%);
  box-shadow: 0 10px 24px rgba(5, 136, 212, 0.25);
}

#mainNav .navbar-nav .nav-link.active::after {
  display: none;
}

#mainNav .navbar-toggler {
  border: 0;
  outline: none;
  box-shadow: none;
  font-size: 15px;
  color: #17334c;
}

#mainNav .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/************************************************
* Hero
***********************************************/
.hero {
  position: relative;
  width: 100%;
  margin-top: 80px;
  overflow: hidden;
  background: #eef8ff;
}

.hero .hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.hero .hero-container {
  position: absolute;
  z-index: 2;
  top: 15%;
  bottom: 0px;
  left: 10%;
  width: 50%;
  max-width: 720px;
}

.hero .hero-content {
}

.hero .hero-content h1 {
  max-width: 650px;
  margin: 0 0 clamp(12px, 1.3vw, 24px);
  color: #0757bd;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.hero .hero-content p {
  max-width: 650px;
  margin: 0;
  color: #243b55;
  font-size: clamp(13px, 1vw, 19px);
  line-height: 1.7;
  font-weight: 400;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
}

.hero-buttons .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  height: 52px;
  padding: 0 34px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.35s ease;
}

.hero-buttons .btn-purple {
  color: #fff;
  border: 1px solid transparent;

  background: linear-gradient(135deg, #3f6de8 0%, #2955d8 55%, #1f43c9 100%);

  box-shadow:
    0 10px 30px rgba(33, 83, 210, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.hero-buttons .btn-purple:hover {
  transform: translateY(-3px);
  box-shadow:
    0 16px 36px rgba(33, 83, 210, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero-buttons .btn-outline {
  color: #2455d6;
  border: 1.5px solid #3b67e6;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
}

.hero-buttons .btn-outline:hover {
  background: #3b67e6;
  color: #fff;
  transform: translateY(-3px);
}

/************************************************
* About
***********************************************/
.about {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(5, 136, 212, 0.1), transparent 34%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 50%, #f2f8fc 100%);
}

.about::before {
  content: '';
  position: absolute;
  top: -180px;
  right: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px solid rgba(5, 136, 212, 0.1);
}

.about::after {
  content: '';
  position: absolute;
  right: 8%;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(5, 136, 212, 0.04);
}

.about .container {
  position: relative;
  z-index: 2;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  align-items: start;
  gap: 90px;
}

.about-heading {
  position: sticky;
  top: 120px;
}

.about .section-label {
  display: inline-block;
  margin-bottom: 20px;
  color: #0588d4;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about h2 {
  max-width: 520px;
  margin: 0;
  color: #15283c;
  font-size: clamp(42px, 4.2vw, 68px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-transform: none;
}

.about h2 span {
  display: block;
  color: #0588d4;
}

.about-line {
  width: 90px;
  height: 4px;
  margin-top: 32px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0588d4 0%, #59c0ec 100%);
}

.about-content {
  max-width: 760px;
}

.about-content > p {
  margin: 0 0 22px;
  color: #4c6073;
  font-size: 18px;
  line-height: 1.85;
}

.about-content .about-lead {
  margin-bottom: 26px;
  color: #1f3448;
  font-size: 26px;
  line-height: 1.55;
  font-weight: 500;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.about-feature {
  position: relative;
  min-height: 210px;
  padding: 28px 24px;
  border: 1px solid rgba(5, 136, 212, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 18px 45px rgba(26, 66, 96, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.about-feature:hover {
  transform: translateY(-6px);
  border-color: rgba(5, 136, 212, 0.28);
  box-shadow:
    0 24px 55px rgba(26, 66, 96, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.about-feature-number {
  display: block;
  margin-bottom: 28px;
  color: rgba(5, 136, 212, 0.38);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.about-feature h3 {
  margin: 0 0 10px;
  color: #17334c;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
}

.about-feature p {
  margin: 0;
  color: #6b7d8d;
  font-size: 14px;
  line-height: 1.65;
}

/************************************************
* Services
***********************************************/
.services {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: #ffffff;
}

.services::before {
  content: '';
  position: absolute;
  top: 60px;
  left: -150px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(5, 136, 212, 0.035);
  pointer-events: none;
}

.services::after {
  content: '';
  position: absolute;
  right: -120px;
  bottom: 140px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(5, 136, 212, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.services .container {
  position: relative;
  z-index: 2;
}

.services-header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 70px;
}

.services .section-label {
  display: inline-block;
  margin-bottom: 20px;
  color: #0588d4;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.services h2 {
  max-width: 680px;
  margin: 0;
  color: #15283c;
  font-size: clamp(44px, 4.5vw, 72px);
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.services h2 span {
  display: block;
  color: #0588d4;
}

.services-intro {
  padding-bottom: 8px;
}

.services-intro p {
  margin: 0;
  color: #607386;
  font-size: 19px;
  line-height: 1.8;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  grid-column: span 6;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(20, 75, 115, 0.11);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 252, 255, 0.98) 100%);
  box-shadow:
    0 18px 50px rgba(24, 65, 94, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  opacity: 0;
  background: linear-gradient(90deg, #0588d4 0%, #52bce9 100%);
  transition: opacity 0.35s ease;
}

.service-card::after {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(5, 136, 212, 0.04);
  transition:
    transform 0.45s ease,
    background-color 0.45s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(5, 136, 212, 0.28);
  box-shadow:
    0 30px 70px rgba(24, 65, 94, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover::after {
  transform: scale(1.18);
  background: rgba(5, 136, 212, 0.075);
}

.service-card-featured {
  background:
    radial-gradient(circle at 90% 10%, rgba(76, 187, 235, 0.13), transparent 38%),
    linear-gradient(145deg, #f5fbff 0%, #ffffff 70%);
}

.service-card-wide {
  grid-column: span 12;
  min-height: 330px;
}

.service-card-wide .service-card-content {
  max-width: 820px;
}

.service-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 46px;
}

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  color: #0588d4;
  border: 1px solid rgba(5, 136, 212, 0.16);
  border-radius: 17px;
  background: rgba(235, 248, 255, 0.8);
  transition:
    color 0.35s ease,
    background-color 0.35s ease,
    transform 0.35s ease;
}

.service-icon svg {
  width: 38px;
  height: 38px;
}

.service-card:hover .service-icon {
  color: #ffffff;
  background: linear-gradient(135deg, #149bdf 0%, #0577c5 100%);
  transform: rotate(-4deg) scale(1.04);
}

.service-number {
  color: rgba(20, 52, 77, 0.28);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.service-card-content {
  position: relative;
  z-index: 2;
  flex: 1;
}

.service-card h3 {
  max-width: 520px;
  margin: 0 0 20px;
  color: #17334c;
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.service-card p {
  max-width: 650px;
  margin: 0;
  color: #627589;
  font-size: 16px;
  line-height: 1.85;
}

.service-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 12px;
  margin-top: 34px;
  color: #126ca6;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.service-link::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  background: rgba(5, 136, 212, 0.26);
  transform: scaleX(0.25);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.service-link:hover {
  color: #0588d4;
  text-decoration: none;
}

.service-link:hover::after {
  transform: scaleX(1);
}

.service-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(5, 136, 212, 0.2);
  border-radius: 50%;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}

.service-link:hover .service-link-icon {
  color: #ffffff;
  background: #0588d4;
  transform: translate(3px, -3px);
}

.services-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 28px;
  padding: 32px 36px;
  border: 1px solid rgba(5, 136, 212, 0.12);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(237, 248, 255, 0.88) 0%, rgba(249, 253, 255, 0.92) 100%);
}

.services-footer p {
  margin: 0;
  color: #50677b;
  font-size: 17px;
  line-height: 1.6;
}

.services-footer p strong {
  color: #183850;
  font-weight: 600;
}

.services-contact-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 14px;
  color: #0757bd;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.services-contact-link span {
  font-size: 19px;
  transition: transform 0.3s ease;
}

.services-contact-link:hover {
  color: #0588d4;
  text-decoration: none;
}

.services-contact-link:hover span {
  transform: translateX(6px);
}

/************************************************
* Who We Help
***********************************************/
.whohelp {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(5, 136, 212, 0.12), transparent 30%),
    linear-gradient(135deg, #f2f9ff 0%, #ffffff 55%, #edf7fd 100%);
}

.whohelp::before {
  content: '';
  position: absolute;
  top: -170px;
  right: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px solid rgba(5, 136, 212, 0.09);
}

.whohelp::after {
  content: '';
  position: absolute;
  left: -110px;
  bottom: -130px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(5, 136, 212, 0.04);
}

.whohelp .container {
  position: relative;
  z-index: 2;
}

.whohelp-header {
  max-width: 760px;
  margin-bottom: 70px;
}

.whohelp .section-label {
  display: inline-block;
  margin-bottom: 20px;
  color: #0588d4;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.whohelp h2 {
  margin: 0;
  color: #15283c;
  font-size: clamp(44px, 4.5vw, 72px);
  line-height: 1.03;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.whohelp h2 span {
  display: block;
  color: #0588d4;
}

.whohelp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.whohelp-card {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  min-height: 270px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(5, 136, 212, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 18px 50px rgba(25, 69, 100, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.whohelp-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  opacity: 0;
  background: linear-gradient(180deg, #0588d4 0%, #58c3ed 100%);
  transition: opacity 0.35s ease;
}

.whohelp-card::after {
  content: '';
  position: absolute;
  top: -90px;
  right: -90px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(5, 136, 212, 0.035);
  transition:
    transform 0.4s ease,
    background-color 0.4s ease;
}

.whohelp-card:hover {
  transform: translateY(-7px);
  border-color: rgba(5, 136, 212, 0.28);
  box-shadow:
    0 28px 65px rgba(25, 69, 100, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.whohelp-card:hover::before {
  opacity: 1;
}

.whohelp-card:hover::after {
  transform: scale(1.18);
  background: rgba(5, 136, 212, 0.075);
}

.whohelp-card-number {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: #0588d4;
  border: 1px solid rgba(5, 136, 212, 0.18);
  border-radius: 16px;
  background: rgba(235, 248, 255, 0.92);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition:
    color 0.35s ease,
    background-color 0.35s ease,
    transform 0.35s ease;
}

.whohelp-card:hover .whohelp-card-number {
  color: #ffffff;
  background: linear-gradient(135deg, #159edf 0%, #0875c6 100%);
  transform: rotate(-4deg);
}

.whohelp-card-content {
  position: relative;
  z-index: 2;
}

.whohelp-card h3 {
  margin: 0 0 16px;
  color: #17334c;
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.whohelp-card p {
  margin: 0;
  color: #63778a;
  font-size: 16px;
  line-height: 1.8;
}

/************************************************
* Industries
***********************************************/
.industries {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: #ffffff;
}

.industries::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: linear-gradient(180deg, rgba(233, 247, 255, 0.55) 0%, rgba(255, 255, 255, 0) 75%);
  pointer-events: none;
}

.industries .container {
  position: relative;
  z-index: 2;
}

.industries-header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 70px;
}

.industries .section-label {
  display: inline-block;
  margin-bottom: 20px;
  color: #0588d4;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.industries h2 {
  max-width: 680px;
  margin: 0;
  color: #15283c;
  font-size: clamp(44px, 4.5vw, 72px);
  line-height: 1.03;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.industries h2 span {
  display: block;
  color: #0588d4;
}

.industries-intro {
  padding-bottom: 8px;
}

.industries-intro p {
  margin: 0;
  color: #607386;
  font-size: 19px;
  line-height: 1.8;
}

.industries-list {
  border-top: 1px solid rgba(20, 75, 115, 0.12);
}

.industry-item {
  position: relative;
  display: grid;
  grid-template-columns: 60px 76px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 24px;
  min-height: 118px;
  padding: 22px 26px;
  overflow: hidden;
  border-bottom: 1px solid rgba(20, 75, 115, 0.12);
  transition:
    padding-left 0.35s ease,
    background-color 0.35s ease;
}

.industry-item::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(
    90deg,
    rgba(232, 247, 255, 0.95) 0%,
    rgba(248, 252, 255, 0.65) 65%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: opacity 0.35s ease;
}

.industry-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  opacity: 0;
  background: linear-gradient(180deg, #0588d4 0%, #53bde9 100%);
  transition: opacity 0.35s ease;
}

.industry-item:hover {
  padding-left: 36px;
}

.industry-item:hover::before,
.industry-item:hover::after {
  opacity: 1;
}

.industry-number,
.industry-icon,
.industry-item h3,
.industry-arrow {
  position: relative;
  z-index: 2;
}

.industry-number {
  color: rgba(21, 52, 77, 0.32);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.industry-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: #0588d4;
  border: 1px solid rgba(5, 136, 212, 0.16);
  border-radius: 15px;
  background: rgba(238, 249, 255, 0.86);
  transition:
    color 0.35s ease,
    background-color 0.35s ease,
    transform 0.35s ease;
}

.industry-icon svg {
  width: 34px;
  height: 34px;
}

.industry-item:hover .industry-icon {
  color: #ffffff;
  background: linear-gradient(135deg, #159edf 0%, #0875c6 100%);
  transform: rotate(-4deg);
}

.industry-item h3 {
  margin: 0;
  color: #193750;
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.industry-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #0588d4;
  border: 1px solid rgba(5, 136, 212, 0.16);
  border-radius: 50%;
  font-size: 18px;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}

.industry-item:hover .industry-arrow {
  color: #ffffff;
  background: #0588d4;
  transform: translate(4px, -4px);
}

.industries-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 46px;
  padding: 38px 42px;
  overflow: hidden;
  border: 1px solid rgba(5, 136, 212, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 30%, rgba(80, 191, 235, 0.16), transparent 35%),
    linear-gradient(135deg, #f1faff 0%, #ffffff 72%);
  box-shadow: 0 18px 50px rgba(24, 65, 94, 0.06);
}

.industries-footer-label {
  display: block;
  margin-bottom: 8px;
  color: #0588d4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.industries-footer p {
  margin: 0;
  color: #28475f;
  font-size: 20px;
  line-height: 1.6;
}

.industries-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 18px;
  min-width: 190px;
  min-height: 54px;
  padding: 12px 28px;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 14px;
  background: linear-gradient(135deg, #3f6de8 0%, #2955d8 55%, #1f43c9 100%);
  box-shadow:
    0 10px 30px rgba(33, 83, 210, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.industries-button span {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.industries-button:hover {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow:
    0 16px 36px rgba(33, 83, 210, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.industries-button:hover span {
  transform: translateX(5px);
}

/************************************************
* Testimonials
***********************************************/
.testimonials {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 10% 12%, rgba(5, 136, 212, 0.13), transparent 32%),
    linear-gradient(135deg, #f3faff 0%, #ffffff 48%, #edf7fd 100%);
}

.testimonials::before {
  content: '';
  position: absolute;
  top: -180px;
  right: -150px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(5, 136, 212, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.testimonials::after {
  content: '';
  position: absolute;
  left: -130px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(5, 136, 212, 0.04);
  pointer-events: none;
}

.testimonials .container {
  position: relative;
  z-index: 2;
}

.testimonials-header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 70px;
}

.testimonials .section-label {
  display: inline-block;
  margin-bottom: 20px;
  color: #0588d4;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.testimonials h2 {
  max-width: 680px;
  margin: 0;
  color: #15283c;
  font-size: clamp(44px, 4.5vw, 72px);
  line-height: 1.03;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.testimonials h2 span {
  display: block;
  color: #0588d4;
}

.testimonials-intro {
  padding-bottom: 8px;
}

.testimonials-intro p {
  margin: 0;
  color: #607386;
  font-size: 19px;
  line-height: 1.8;
}

.testimonials-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 24px;
}

/************************************************
* Featured Testimonial
***********************************************/
.testimonial-featured {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 650px;
  overflow: hidden;
  padding: 48px;
  color: #ffffff;
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 12%, rgba(119, 211, 248, 0.28), transparent 34%),
    linear-gradient(145deg, #0b79c4 0%, #075fae 55%, #144c97 100%);
  box-shadow:
    0 32px 70px rgba(7, 86, 155, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.testimonial-featured::before {
  content: '';
  position: absolute;
  top: -110px;
  right: -100px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}

.testimonial-featured::after {
  content: '';
  position: absolute;
  right: 70px;
  bottom: -130px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
}

.testimonial-featured-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.testimonial-quote-icon {
  height: 76px;
  color: rgba(255, 255, 255, 0.92);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 110px;
  line-height: 0.82;
}

.testimonial-rating {
  display: flex;
  gap: 5px;
  color: #d8f3ff;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.testimonial-featured blockquote {
  position: relative;
  z-index: 2;
  flex: 1;
  margin: 72px 0 60px;
  color: #ffffff;
  font-size: clamp(25px, 2.15vw, 35px);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.testimonial-featured .testimonial-author {
  position: relative;
  z-index: 2;
}

.testimonial-featured-number {
  position: absolute;
  right: 38px;
  bottom: 28px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.22);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

/************************************************
* Testimonial Cards
***********************************************/
.testimonials-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 204px;
  overflow: hidden;
  padding: 28px 30px;
  border: 1px solid rgba(5, 136, 212, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.87);
  box-shadow:
    0 18px 50px rgba(24, 65, 94, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  opacity: 0;
  background: linear-gradient(180deg, #0588d4 0%, #59c4ed 100%);
  transition: opacity 0.35s ease;
}

.testimonial-card::after {
  content: '';
  position: absolute;
  top: -90px;
  right: -90px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(5, 136, 212, 0.035);
  transition:
    transform 0.4s ease,
    background-color 0.4s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  border-color: rgba(5, 136, 212, 0.27);
  box-shadow:
    0 27px 60px rgba(24, 65, 94, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.testimonial-card:hover::before {
  opacity: 1;
}

.testimonial-card:hover::after {
  transform: scale(1.18);
  background: rgba(5, 136, 212, 0.075);
}

.testimonial-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.testimonial-small-quote {
  height: 34px;
  color: #0588d4;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 58px;
  line-height: 0.72;
}

.testimonial-number {
  color: rgba(21, 52, 77, 0.26);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.testimonial-card blockquote {
  position: relative;
  z-index: 2;
  flex: 1;
  margin: 20px 0 26px;
  color: #526a7e;
  font-size: 15px;
  line-height: 1.75;
}

/************************************************
* Testimonial Author
***********************************************/
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  color: #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, #1aa0df 0%, #075eb2 100%);
  box-shadow: 0 8px 22px rgba(5, 117, 184, 0.18);
}

.testimonial-avatar span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.testimonial-author-info h3 {
  margin: 0 0 4px;
  color: #17334c;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}

.testimonial-author-info p {
  margin: 0;
  color: #7b8d9d;
  font-size: 13px;
  line-height: 1.4;
}

.testimonial-featured .testimonial-avatar {
  color: #075fae;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(1, 52, 99, 0.18);
}

.testimonial-featured .testimonial-author-info h3 {
  color: #ffffff;
  font-size: 18px;
}

.testimonial-featured .testimonial-author-info p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

/************************************************
* Testimonials Footer
***********************************************/
.testimonials-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 28px;
  padding: 34px 38px;
  border: 1px solid rgba(5, 136, 212, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(24, 65, 94, 0.05);
  backdrop-filter: blur(10px);
}

.testimonials-footer-content span {
  display: block;
  margin-bottom: 6px;
  color: #17334c;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 600;
}

.testimonials-footer-content p {
  margin: 0;
  color: #627589;
  font-size: 16px;
  line-height: 1.65;
}

.testimonials-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 18px;
  min-width: 210px;
  min-height: 54px;
  padding: 12px 28px;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 14px;
  background: linear-gradient(135deg, #3f6de8 0%, #2955d8 55%, #1f43c9 100%);
  box-shadow:
    0 10px 30px rgba(33, 83, 210, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.testimonials-button span {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.testimonials-button:hover,
.testimonials-button:focus {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow:
    0 16px 36px rgba(33, 83, 210, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.testimonials-button:hover span {
  transform: translateX(5px);
}

/************************************************
* Contact
***********************************************/
.contact {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(5, 136, 212, 0.12), transparent 31%),
    linear-gradient(135deg, #f1f9ff 0%, #ffffff 50%, #edf7fd 100%);
}

.contact::before {
  content: '';
  position: absolute;
  top: -180px;
  right: -150px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(5, 136, 212, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.contact::after {
  content: '';
  position: absolute;
  left: -130px;
  bottom: -170px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(5, 136, 212, 0.04);
  pointer-events: none;
}

.contact .container {
  position: relative;
  z-index: 2;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 80px;
}

.contact .section-label {
  display: inline-block;
  margin-bottom: 20px;
  color: #0588d4;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact h2 {
  margin: 0;
  color: #15283c;
  font-size: clamp(48px, 5vw, 78px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.contact h2 span {
  color: #0588d4;
}

.contact-intro {
  max-width: 620px;
  margin: 32px 0 0;
  color: #5f7386;
  font-size: 19px;
  line-height: 1.85;
}

.contact-direct {
  margin-top: 52px;
}

.contact-direct h3 {
  margin: 0 0 20px;
  color: #193750;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}

.contact-direct-item {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
  padding: 20px;
  overflow: hidden;
  color: inherit;
  border: 1px solid rgba(5, 136, 212, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 15px 38px rgba(25, 69, 100, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

a.contact-direct-item:hover {
  color: inherit;
  text-decoration: none;
  transform: translateY(-4px);
  border-color: rgba(5, 136, 212, 0.28);
  box-shadow:
    0 22px 48px rgba(25, 69, 100, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.contact-direct-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #0588d4;
  border: 1px solid rgba(5, 136, 212, 0.16);
  border-radius: 15px;
  background: rgba(235, 248, 255, 0.9);
}

.contact-direct-icon svg {
  width: 29px;
  height: 29px;
}

.contact-direct-content small {
  display: block;
  margin-bottom: 4px;
  color: #8293a2;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-direct-content strong {
  display: block;
  color: #25445d;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

.contact-direct-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #0588d4;
  border: 1px solid rgba(5, 136, 212, 0.16);
  border-radius: 50%;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}

a.contact-direct-item:hover .contact-direct-arrow {
  color: #ffffff;
  background: #0588d4;
  transform: translate(3px, -3px);
}

.contact-address {
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: flex-start;
}

/************************************************
* Contact Form
***********************************************/
.contact-form-card {
  position: relative;
  overflow: hidden;
  padding: 44px;
  border: 1px solid rgba(5, 136, 212, 0.13);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 30px 70px rgba(24, 65, 94, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.contact-form-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  height: 170px;
  border-radius: 0 0 0 100%;
  background: rgba(5, 136, 212, 0.045);
  pointer-events: none;
}

.contact-form-header {
  position: relative;
  z-index: 2;
  margin-bottom: 34px;
}

.contact-form-header span {
  display: block;
  margin-bottom: 8px;
  color: #17334c;
  font-size: 29px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.contact-form-header p {
  margin: 0;
  color: #6b7f91;
  font-size: 16px;
  line-height: 1.7;
}

.contact-form {
  position: relative;
  z-index: 2;
}

.contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact .form-group {
  margin-bottom: 20px;
}

.contact .form-group label {
  display: block;
  margin-bottom: 9px;
  color: #29465e;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact .form-group input,
.contact .form-group textarea {
  display: block;
  width: 100%;
  color: #203a50;
  border: 1px solid rgba(26, 80, 119, 0.16);
  border-radius: 13px;
  outline: none;
  background: rgba(248, 252, 255, 0.9);
  font-family: inherit;
  font-size: 15px;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.contact .form-group input {
  height: 54px;
  padding: 0 17px;
}

.contact .form-group textarea {
  min-height: 160px;
  padding: 16px 17px;
  line-height: 1.65;
  resize: vertical;
}

.contact .form-group input::placeholder,
.contact .form-group textarea::placeholder {
  color: #9aa9b6;
}

.contact .form-group input:focus,
.contact .form-group textarea:focus {
  border-color: rgba(5, 136, 212, 0.65);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(5, 136, 212, 0.09);
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  min-height: 56px;
  padding: 12px 28px;
  color: #ffffff;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  background: linear-gradient(135deg, #3f6de8 0%, #2955d8 55%, #1f43c9 100%);
  box-shadow:
    0 12px 30px rgba(33, 83, 210, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.contact-submit span {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.contact-submit:hover,
.contact-submit:focus {
  transform: translateY(-3px);
  box-shadow:
    0 17px 38px rgba(33, 83, 210, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.contact-submit:hover span {
  transform: translateX(5px);
}

.contact-form-note {
  margin: 16px 0 0;
  color: #8a9aa7;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

/************************************************
* Office Location
***********************************************/
.office-location {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(5, 136, 212, 0.12), transparent 31%),
    linear-gradient(135deg, #f2f9ff 0%, #ffffff 48%, #edf7fd 100%);
}

.office-location::before {
  content: '';
  position: absolute;
  top: -180px;
  right: -160px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(5, 136, 212, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.office-location::after {
  content: '';
  position: absolute;
  left: -130px;
  bottom: -180px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(5, 136, 212, 0.04);
  pointer-events: none;
}

.office-location .container {
  position: relative;
  z-index: 2;
}

.office-location-header {
  max-width: 780px;
  margin-bottom: 60px;
}

.office-location .section-label {
  display: inline-block;
  margin-bottom: 20px;
  color: #0588d4;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.office-location h2 {
  margin: 0;
  color: #15283c;
  font-size: clamp(46px, 4.8vw, 76px);
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.office-location h2 span {
  color: #0588d4;
}

.office-location-header > p {
  max-width: 660px;
  margin: 28px 0 0;
  color: #607386;
  font-size: 19px;
  line-height: 1.8;
}

/************************************************
* Location Layout
***********************************************/
.office-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  align-items: stretch;
  gap: 24px;
}

.office-map-card,
.office-info-card {
  border: 1px solid rgba(5, 136, 212, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 26px 65px rgba(24, 65, 94, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}

.office-map-card {
  position: relative;
  overflow: hidden;
  padding: 18px;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.office-map-card::before {
  content: '';
  position: absolute;
  top: -130px;
  left: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(5, 136, 212, 0.06);
  pointer-events: none;
}

.office-map-card:hover {
  transform: translateY(-7px);
  border-color: rgba(5, 136, 212, 0.28);
  box-shadow:
    0 36px 80px rgba(24, 65, 94, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.office-map-image {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 610px;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
}

.office-map-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/************************************************
* Office Information
***********************************************/
.office-info-card {
  position: relative;
  overflow: hidden;
  padding: 42px 36px;
}

.office-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 180px;
  border-radius: 0 0 0 100%;
  background: rgba(5, 136, 212, 0.05);
  pointer-events: none;
}

.office-info-top,
.office-contact-list,
.office-actions {
  position: relative;
  z-index: 2;
}

.office-info-label {
  display: inline-block;
  margin-bottom: 16px;
  color: #0588d4;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.office-info-top h3 {
  margin: 0 0 18px;
  color: #17334c;
  font-size: clamp(27px, 2.4vw, 36px);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.office-info-top p {
  margin: 0;
  color: #697d8f;
  font-size: 16px;
  line-height: 1.75;
}

.office-contact-list {
  margin-top: 34px;
}

.office-contact-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 14px;
  padding: 17px;
  color: inherit;
  border: 1px solid rgba(5, 136, 212, 0.11);
  border-radius: 16px;
  background: rgba(248, 252, 255, 0.82);
  text-decoration: none;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}

a.office-contact-item:hover {
  color: inherit;
  text-decoration: none;
  transform: translateX(5px);
  border-color: rgba(5, 136, 212, 0.25);
  background: #ffffff;
}

.office-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #0588d4;
  border: 1px solid rgba(5, 136, 212, 0.16);
  border-radius: 14px;
  background: rgba(235, 248, 255, 0.92);
}

.office-contact-icon svg {
  width: 27px;
  height: 27px;
}

.office-contact-item small {
  display: block;
  margin-bottom: 4px;
  color: #8595a3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.office-contact-item p,
.office-contact-item strong {
  display: block;
  margin: 0;
  color: #29465e;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

/************************************************
* Office Location
***********************************************/
.office-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  align-items: stretch;
  gap: 32px;
}

.office-map-card {
  min-width: 0;
  padding: 12px;
}

.office-map-image {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 620px;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
}

.office-map-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
}

.office-info-card {
  min-width: 0;
  padding: 38px 32px;
}

.office-info-top h3 {
  max-width: 420px;
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1.15;
}

.office-info-top p {
  font-size: 15px;
  line-height: 1.7;
}

.office-contact-list {
  margin-top: 28px;
}

.office-contact-item {
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 12px;
  padding: 15px;
}

.office-contact-item p,
.office-contact-item strong {
  font-size: 13px;
  line-height: 1.6;
}

.office-actions {
  margin-top: 24px;
}

/************************************************
* Office Map Trigger
***********************************************/
.office-map-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: zoom-in;
  background: transparent;
}

.office-map-trigger:focus {
  outline: none;
}

.office-map-image {
  position: relative;
}

.office-map-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: #ffffff;
  opacity: 0;
  background: linear-gradient(135deg, rgba(5, 87, 170, 0.2) 0%, rgba(3, 60, 120, 0.58) 100%);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    opacity 0.35s ease,
    backdrop-filter 0.35s ease;
}

.office-map-trigger:hover .office-map-overlay,
.office-map-trigger:focus .office-map-overlay {
  opacity: 1;
  backdrop-filter: blur(2px);
}

.office-map-zoom-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 34px rgba(0, 44, 92, 0.22);
  transform: translateY(8px) scale(0.92);
  transition: transform 0.35s ease;
}

.office-map-zoom-icon svg {
  width: 30px;
  height: 30px;
}

.office-map-trigger:hover .office-map-zoom-icon,
.office-map-trigger:focus .office-map-zoom-icon {
  transform: translateY(0) scale(1);
}

/************************************************
* Google Maps Button
***********************************************/
.office-map-button {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 72px;
  padding: 12px 18px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background:
    radial-gradient(circle at 10% 20%, rgba(96, 191, 255, 0.32), transparent 35%),
    linear-gradient(135deg, #147cd2 0%, #0759b8 55%, #1545a2 100%);
  box-shadow:
    0 14px 34px rgba(15, 79, 169, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.office-map-button:hover,
.office-map-button:focus {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow:
    0 20px 44px rgba(15, 79, 169, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.office-map-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.14);
}

.office-map-button-icon svg {
  width: 25px;
  height: 25px;
}

.office-map-button-text {
  display: block;
  text-align: left;
}

.office-map-button-text small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.office-map-button-text strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.office-map-button-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  font-size: 17px;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.office-map-button:hover .office-map-button-arrow {
  background: rgba(255, 255, 255, 0.16);
  transform: translate(4px, -4px);
}

.office-map-note {
  margin: 14px 0 0;
  color: #7b8d9d;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

/************************************************
* Office Map Modal
***********************************************/
.office-map-modal {
  padding-right: 0 !important;
  background: rgba(5, 22, 42, 0.72);
  backdrop-filter: blur(10px);
}

.office-map-modal .modal-dialog {
  width: calc(100% - 40px);
  max-width: 1500px;
  margin: 20px auto;
}

.office-map-modal .modal-content {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 40px 100px rgba(0, 20, 44, 0.4);
}

.office-map-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 22px 28px;
  border-bottom: 1px solid rgba(20, 75, 115, 0.1);
  background: linear-gradient(90deg, #f2f9ff 0%, #ffffff 70%);
}

.office-map-modal-label {
  display: block;
  margin-bottom: 4px;
  color: #0588d4;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.office-map-modal-header h3 {
  margin: 0;
  color: #17334c;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}

.office-map-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  padding: 0;
  color: #23425b;
  border: 1px solid rgba(20, 75, 115, 0.14);
  border-radius: 50%;
  cursor: pointer;
  background: #ffffff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}

.office-map-modal-close:hover {
  color: #ffffff;
  border-color: #0588d4;
  background: #0588d4;
  transform: rotate(90deg);
}

.office-map-modal-body {
  max-height: calc(100vh - 220px);
  overflow: auto;
  padding: 18px;
  background: linear-gradient(135deg, #edf8ff 0%, #ffffff 50%, #eef8fd 100%);
}

.office-map-modal-body img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 18px 46px rgba(20, 70, 105, 0.12);
}

.office-map-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 28px;
  border-top: 1px solid rgba(20, 75, 115, 0.1);
  background: #ffffff;
}

.office-map-modal-footer p {
  margin: 0;
  color: #607386;
  font-size: 14px;
  line-height: 1.6;
}

.office-map-modal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 14px;
  min-width: 220px;
  min-height: 50px;
  padding: 10px 24px;
  color: #ffffff;
  border-radius: 13px;
  background: linear-gradient(135deg, #147cd2 0%, #0759b8 55%, #1545a2 100%);
  box-shadow: 0 10px 28px rgba(15, 79, 169, 0.25);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.office-map-modal-button:hover {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 15px 34px rgba(15, 79, 169, 0.34);
}

/************************************************
* Footer
***********************************************/
/************************************************
* Footer
***********************************************/
.footer {
  position: relative;
  overflow: hidden;
  padding: 80px 0 32px;
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 8%, rgba(57, 151, 230, 0.14), transparent 32%),
    linear-gradient(180deg, #173c60 0%, #112f4d 54%, #0d2842 100%);
}

.footer::before {
  content: '';
  position: absolute;
  top: -210px;
  right: -160px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  pointer-events: none;
}

.footer::after {
  content: '';
  position: absolute;
  bottom: -200px;
  left: -170px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(40, 154, 227, 0.04);
  pointer-events: none;
}

.footer .container {
  position: relative;
  z-index: 2;
}

/************************************************
* Footer Main
***********************************************/
.footer-main {
  display: grid;
  grid-template-columns:
    minmax(250px, 1.3fr)
    minmax(150px, 0.7fr)
    minmax(260px, 1.1fr)
    minmax(150px, 0.6fr);
  align-items: start;
  gap: 55px;
  padding-bottom: 52px;
}

.footer-brand {
  max-width: 320px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.footer-logo img {
  display: block;
  width: auto;
  height: 58px;
  object-fit: contain;
}

.footer-description {
  max-width: 290px;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.8;
}

.footer-column h3 {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 13px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.footer-column h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2ba8e6 0%, #6ecaf1 100%);
}

/************************************************
* Footer Navigation
***********************************************/
.footer-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
}

.footer-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.footer-links a::before {
  content: '';
  width: 0;
  height: 1px;
  margin-right: 0;
  background: #52bde9;
  transition:
    width 0.3s ease,
    margin-right 0.3s ease;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #ffffff;
  text-decoration: none;
  transform: translateX(4px);
}

.footer-links a:hover::before,
.footer-links a:focus::before {
  width: 16px;
  margin-right: 8px;
}

/************************************************
* Footer Contact
***********************************************/
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-contact-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: flex-start;
  gap: 13px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.65;
  text-decoration: none;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

a.footer-contact-item:hover,
a.footer-contact-item:focus {
  color: #ffffff;
  text-decoration: none;
  transform: translateX(4px);
}

.footer-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #5ec4ed;
  border: 1px solid rgba(100, 198, 238, 0.16);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.05);
}

.footer-contact-icon svg {
  width: 20px;
  height: 20px;
}

.footer-address span:last-child {
  font-size: 13px;
  line-height: 1.7;
}

/************************************************
* Footer Social
***********************************************/
.footer-social-text {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.7;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-decoration: none;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.footer-social-link svg {
  width: 21px;
  height: 21px;
}

.footer-social-link:hover,
.footer-social-link:focus {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-4px) scale(1.04);
}

.footer-social-link.linkedin:hover,
.footer-social-link.linkedin:focus {
  border-color: #0a66c2;
  background: #0a66c2;
  box-shadow: 0 12px 28px rgba(10, 102, 194, 0.3);
}

.footer-social-link.facebook:hover,
.footer-social-link.facebook:focus {
  border-color: #1877f2;
  background: #1877f2;
  box-shadow: 0 12px 28px rgba(24, 119, 242, 0.3);
}

/************************************************
* Footer Bottom
***********************************************/
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.7;
}

.footer-back-top {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.footer-back-top svg {
  width: 19px;
  height: 19px;
}

.footer-back-top:hover,
.footer-back-top:focus {
  color: #67c7ed;
  text-decoration: none;
  transform: translateY(-3px);
}

/************************************************
* Cookie Consent
***********************************************/
.cookie-consent-banner {
  position: fixed;

  left: 0;

  right: 0;

  bottom: 0;

  display: none;

  z-index: 9999;

  background: rgba(255, 255, 255, 0.98);

  backdrop-filter: blur(12px);

  border-top: 1px solid rgba(5, 136, 212, 0.12);

  box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.08);
}

.cookie-consent-banner.show {
  display: block;

  animation: cookieSlide 0.35s ease;
}

.cookie-consent-banner .container {
  padding: 22px 15px;
}

.cookie-consent-content {
  display: flex;

  align-items: center;

  gap: 22px;
}

.cookie-consent-icon {
  width: 54px;

  height: 54px;

  flex-shrink: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 16px;

  background: linear-gradient(135deg, #eef8ff, #dff3ff);

  border: 1px solid rgba(5, 136, 212, 0.12);

  color: #0588d4;
}

.cookie-consent-icon svg {
  width: 28px;

  height: 28px;
}

.cookie-consent-text {
  flex: 1;
}

.cookie-consent-text h4 {
  margin: 0 0 6px;

  font-size: 20px;

  color: #17334c;

  font-weight: 600;
}

.cookie-consent-text p {
  margin: 0;

  font-size: 14px;

  line-height: 1.8;

  color: #607386;
}

.cookie-consent-actions {
  display: flex;

  align-items: center;

  gap: 15px;

  flex-shrink: 0;
}

.cookie-link {
  color: #0588d4;

  text-decoration: none;

  font-size: 14px;

  font-weight: 600;

  transition: 0.3s;
}

.cookie-link:hover {
  color: #0350be;

  text-decoration: none;
}

.cookie-accept {
  border: 0;

  cursor: pointer;

  min-width: 150px;

  height: 48px;

  border-radius: 12px;

  color: #fff;

  font-size: 14px;

  font-weight: 600;

  background: linear-gradient(135deg, #2ca4e6, #0588d4);

  box-shadow: 0 10px 22px rgba(5, 136, 212, 0.25);

  transition: 0.3s;
}

.cookie-accept:hover {
  transform: translateY(-2px);

  box-shadow: 0 16px 28px rgba(5, 136, 212, 0.35);
}

@keyframes cookieSlide {
  from {
    opacity: 0;

    transform: translateY(100%);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}

/************************************************
* Responsive layout
***********************************************/
html {
  scroll-padding-top: 78px;
}

body {
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

@media (max-width: 1199.98px) {
  #mainNav .navbar-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
  }

  .hero .hero-container {
    top: 10%;
    left: 6%;
    width: 56%;
  }

  .hero .hero-content h1 {
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.12;
  }

  .hero-buttons {
    margin-top: 24px;
  }

  .about-grid,
  .contact-grid {
    gap: 56px;
  }

  .office-location-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  }

  .footer-main {
    grid-template-columns: minmax(220px, 1.3fr) repeat(3, minmax(150px, 1fr));
    gap: 36px;
  }
}

@media (max-width: 991.98px) {
  #mainNav,
  #mainNav .container {
    min-height: 70px;
    height: auto;
  }

  #mainNav .container {
    flex-wrap: wrap;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  #mainNav .navbar-brand img {
    height: 46px;
  }

  #mainNav .navbar-collapse {
    flex-basis: 100%;
    margin: 9px -15px -9px;
    padding: 8px 15px 16px;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(5, 136, 212, 0.1);
    box-shadow: 0 18px 25px rgba(18, 45, 73, 0.08);
  }

  #mainNav .navbar-nav {
    align-items: stretch;
  }

  #mainNav .nav-item {
    margin: 2px 0;
  }

  #mainNav .navbar-nav .nav-link {
    justify-content: flex-start;
    padding: 0 16px;
  }

  #mainNav .navbar-nav .nav-link::after {
    display: none;
  }

  .hero {
    margin-top: 70px;
  }

  .hero .hero-image {
    min-height: 520px;
    object-fit: cover;
    object-position: 64% center;
  }

  .hero .hero-container {
    top: 0;
    bottom: 0;
    left: max(30px, calc((100% - 720px) / 2));
    display: flex;
    align-items: center;
    width: min(62%, 600px);
  }

  .about,
  .services,
  .whohelp,
  .industries,
  .testimonials,
  .contact,
  .office-location {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .about-grid,
  .services-header,
  .industries-header,
  .testimonials-header,
  .contact-grid,
  .office-location-grid {
    grid-template-columns: 1fr;
  }

  .about-heading {
    position: static;
  }

  .about-features {
    gap: 20px;
  }

  .services-header,
  .industries-header,
  .testimonials-header {
    gap: 28px;
  }

  .testimonials-layout {
    grid-template-columns: 1fr;
  }

  .testimonial-featured {
    min-height: 520px;
  }

  .office-info-card,
  .office-map-card {
    width: 100%;
    max-width: none;
  }

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

  .cookie-consent-content {
    flex-wrap: wrap;
  }

  .cookie-consent-text {
    flex: 1 1 calc(100% - 80px);
  }

  .cookie-consent-actions {
    width: 100%;
    justify-content: flex-end;
    padding-left: 69px;
  }
}

@media (max-width: 767.98px) {
  .container {
    width: 100%;
    max-width: none;
    padding-right: 22px;
    padding-left: 22px;
  }

  .hero {
    min-height: 600px;
    background: linear-gradient(145deg, #eef8ff, #fff);
  }

  .hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(245, 251, 255, 0.98) 0%, rgba(245, 251, 255, 0.92) 58%, rgba(245, 251, 255, 0.42) 100%);
  }

  .hero .hero-image {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 0;
    object-position: 68% center;
  }

  .hero .hero-container {
    right: 22px;
    left: 22px;
    z-index: 2;
    width: auto;
    max-width: 560px;
  }

  .hero .hero-content h1 {
    max-width: 520px;
    font-size: clamp(30px, 8vw, 42px);
  }

  .hero .hero-content p {
    max-width: 520px;
    font-size: 16px;
  }

  .hero-buttons {
    flex-wrap: wrap;
  }

  .hero-buttons .btn {
    min-width: 170px;
  }

  .about,
  .services,
  .whohelp,
  .industries,
  .testimonials,
  .contact,
  .office-location {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .about-grid,
  .contact-grid {
    gap: 42px;
  }

  .about-features,
  .whohelp-grid,
  .contact-form-row {
    grid-template-columns: 1fr;
  }

  .testimonials-header {
    margin-bottom: 42px;
  }

  .testimonials-layout {
    gap: 18px;
  }

  .testimonial-featured {
    min-height: 0;
    padding: 34px;
  }

  .testimonial-featured blockquote {
    margin: 44px 0 42px;
    font-size: 25px;
    line-height: 1.45;
  }

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

  .service-card,
  .service-card.service-card-wide {
    grid-column: auto;
  }

  .services-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
  }

  .industry-item {
    grid-template-columns: 52px minmax(0, 1fr) 36px;
  }

  .industry-number {
    display: none;
  }

  .office-map-image img {
    min-height: 340px;
    object-fit: cover;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

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

  .office-map-modal-header,
  .office-map-modal-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 575.98px) {
  p {
    font-size: 16px;
    line-height: 1.6;
  }

  #mainNav .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  #mainNav .navbar-brand img {
    height: 40px;
  }

  #mainNav .navbar-toggler {
    padding-right: 0;
    padding-left: 8px;
    font-size: 0;
  }

  #mainNav .navbar-toggler .fa {
    font-size: 24px;
  }

  .container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero {
    display: flex;
    align-items: center;
    min-height: 650px;
    padding: 34px 0;
    background: linear-gradient(155deg, #f7fcff 0%, #eaf6ff 100%);
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(247, 252, 255, 0.36) 0%, rgba(238, 248, 255, 0.64) 100%),
      linear-gradient(90deg, rgba(247, 252, 255, 0.92) 0%, rgba(247, 252, 255, 0.7) 66%, rgba(247, 252, 255, 0.3) 100%);
  }

  .hero .hero-image {
    opacity: 0.55;
    object-position: 72% center;
  }

  .hero .hero-container {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    align-items: stretch;
    width: calc(100% - 36px);
    min-height: 0;
    margin: 0 auto;
  }

  .hero .hero-content {
    width: 100%;
    padding: 28px 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow:
      0 24px 55px rgba(21, 74, 117, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .hero .hero-content h1 {
    margin-bottom: 16px;
    font-size: clamp(27px, 8.5vw, 35px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-transform: none;
  }

  .hero .hero-content p {
    color: #405b72;
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin-top: 24px;
  }

  .hero-buttons .btn {
    width: 100%;
    min-width: 0;
    height: 50px;
    padding: 0 20px;
    border-radius: 12px;
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  .about h2,
  .services h2,
  .whohelp h2,
  .industries h2,
  .testimonials h2,
  .contact h2,
  .office-location h2 {
    overflow-wrap: anywhere;
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.08;
  }

  .about-features,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .industries-footer,
  .testimonials-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
    padding: 24px 20px;
  }

  .industries-button,
  .testimonials-button {
    width: 100%;
    min-width: 0;
  }

  .about-feature,
  .service-card,
  .whohelp-card,
  .testimonial-card,
  .contact-form-card,
  .office-info-card {
    border-radius: 18px;
  }

  .services-footer {
    position: relative;
    gap: 20px;
    margin-top: 22px;
    padding: 26px 22px 22px;
    overflow: hidden;
    border-color: rgba(5, 136, 212, 0.16);
    border-radius: 20px;
    background:
      radial-gradient(circle at 100% 0%, rgba(68, 184, 235, 0.18), transparent 42%),
      linear-gradient(145deg, #f3faff 0%, #ffffff 72%);
    box-shadow: 0 16px 38px rgba(24, 65, 94, 0.08);
  }

  .services-footer::after {
    content: '';
    position: absolute;
    top: -64px;
    right: -64px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(5, 136, 212, 0.1);
    border-radius: 50%;
    pointer-events: none;
  }

  .services-footer p {
    position: relative;
    z-index: 1;
    max-width: 250px;
    font-size: 16px;
    line-height: 1.6;
  }

  .services-footer p strong {
    display: block;
    margin-top: 3px;
    color: #123a5a;
    font-size: 19px;
    line-height: 1.35;
  }

  .services-contact-link {
    position: relative;
    z-index: 1;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 12px 18px;
    color: #ffffff;
    border-radius: 12px;
    background: linear-gradient(135deg, #3f6de8 0%, #2857da 58%, #2148cb 100%);
    box-shadow: 0 12px 28px rgba(33, 83, 210, 0.22);
    font-size: 12px;
    letter-spacing: 0.13em;
  }

  .services-contact-link:hover,
  .services-contact-link:focus {
    color: #ffffff;
  }

  .testimonials-header {
    gap: 22px;
    margin-bottom: 34px;
  }

  .testimonials-intro p {
    font-size: 16px;
    line-height: 1.65;
  }

  .testimonial-featured {
    padding: 28px 24px;
    border-radius: 22px;
  }

  .testimonial-quote-icon {
    height: 54px;
    font-size: 82px;
  }

  .testimonial-featured blockquote {
    margin: 30px 0 34px;
    font-size: 21px;
    line-height: 1.5;
  }

  .testimonial-featured-number {
    right: 22px;
    bottom: 20px;
  }

  .testimonial-card {
    min-height: 0;
    padding: 24px 22px;
  }

  .testimonial-card blockquote {
    margin: 18px 0 24px;
    font-size: 15px;
    line-height: 1.7;
  }

  .testimonial-avatar {
    width: 44px;
    height: 44px;
  }

  .whohelp-card {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .industries-header {
    gap: 22px;
    margin-bottom: 38px;
  }

  .industries-intro p {
    font-size: 16px;
    line-height: 1.65;
  }

  .industries-list {
    display: grid;
    gap: 12px;
    border-top: 0;
  }

  .industry-item {
    grid-template-columns: 50px minmax(0, 1fr) 36px;
    gap: 14px;
    min-height: 82px;
    padding: 15px 16px;
    border: 1px solid rgba(5, 136, 212, 0.13);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 10px 28px rgba(24, 65, 94, 0.045);
  }

  .industry-item:hover {
    padding-left: 16px;
  }

  .industry-item::after {
    border-radius: 16px 0 0 16px;
  }

  .industry-icon {
    width: 50px;
    height: 50px;
    border-radius: 13px;
  }

  .industry-icon svg {
    width: 28px;
    height: 28px;
  }

  .industry-item h3 {
    font-size: 18px;
    line-height: 1.25;
  }

  .industry-arrow {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .contact-method {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .contact-method-arrow {
    display: none;
  }

  .office-contact-item {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .office-actions,
  .office-info-top,
  .office-contact-list {
    padding-right: 0;
    padding-left: 0;
  }

  .office-info-card {
    padding: 28px 20px 22px;
    border-radius: 22px;
  }

  .office-info-card::before {
    width: 135px;
    height: 135px;
    opacity: 0.7;
  }

  .office-info-label {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .office-info-top h3 {
    max-width: 250px;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.15;
  }

  .office-info-top p {
    font-size: 15px;
    line-height: 1.65;
  }

  .office-contact-list {
    margin-top: 24px;
    padding: 4px 16px;
    border: 1px solid rgba(5, 136, 212, 0.11);
    border-radius: 17px;
    background: rgba(248, 252, 255, 0.72);
  }

  .office-contact-item {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
    margin: 0;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid rgba(5, 136, 212, 0.1);
    border-radius: 0;
    background: transparent;
  }

  .office-contact-item:last-child {
    border-bottom: 0;
  }

  a.office-contact-item:hover {
    transform: none;
    border-color: rgba(5, 136, 212, 0.1);
    background: transparent;
  }

  .office-contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .office-contact-icon svg {
    width: 23px;
    height: 23px;
  }

  .office-contact-item small {
    margin-bottom: 3px;
    font-size: 9px;
  }

  .office-contact-item p,
  .office-contact-item strong {
    overflow-wrap: anywhere;
    font-size: 13px;
    line-height: 1.55;
  }

  .office-actions {
    margin-top: 20px;
  }

  .office-map-button {
    grid-template-columns: 42px minmax(0, 1fr) 30px;
    gap: 12px;
    min-height: 66px;
    padding: 10px 13px;
    border-radius: 14px;
  }

  .office-map-button-icon {
    width: 42px;
    height: 42px;
  }

  .office-map-button-text strong {
    font-size: 13px;
  }

  .office-map-note {
    margin-top: 12px;
    padding: 0 10px;
    font-size: 11px;
    line-height: 1.5;
  }

  .footer-brand {
    grid-column: auto;
  }

  .cookie-consent-banner .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .cookie-consent-content {
    gap: 14px;
    padding: 16px;
  }

  .cookie-consent-icon {
    width: 44px;
    height: 44px;
  }

  .cookie-consent-text {
    flex-basis: calc(100% - 58px);
  }

  .cookie-consent-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
  }

  .cookie-link {
    text-align: center;
  }

  .cookie-accept {
    width: 100%;
  }

  .office-map-modal .modal-dialog {
    margin: 10px;
  }

  .office-map-modal-footer {
    align-items: stretch;
    flex-direction: column;
  }
}
