:root {
  --bg: #f4f8ff;
  --surface: #ffffff;
  --surface-soft: #f8fbff;
  --text: #142c74;
  --text-muted: #596b96;
  --line: #d8e4ff;
  --primary: #2463ff;
  --primary-deep: #1547c5;
  --primary-soft: #edf4ff;
  --shadow: 0 30px 60px rgba(33, 86, 209, 0.14);
  --shadow-soft: 0 18px 34px rgba(26, 66, 162, 0.1);
  --radius-xl: 36px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(78, 132, 255, 0.12), transparent 24%),
    radial-gradient(circle at 92% 10%, rgba(36, 99, 255, 0.08), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 54%, #eef5ff 100%);
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(216, 228, 255, 0.38);
  box-shadow: 0 10px 28px rgba(30, 68, 160, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.brand-mark span {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--primary), #6eb2ff);
  box-shadow: 0 6px 16px rgba(36, 99, 255, 0.22);
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-copy strong {
  font-size: 1rem;
  line-height: 1;
}

.brand-copy small {
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 5px;
  font-size: 0.66rem;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.main-nav a {
  padding: 6px 2px;
  position: relative;
  color: #30457f;
  transition: color 0.2s ease;
}

.main-nav a:hover {
  color: var(--primary);
}

.main-nav a.is-active::after,
.main-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  border-radius: 999px;
  background: var(--primary);
}

.header-phone,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.header-phone,
.btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, #3f8cff 100%);
  color: #fff;
  box-shadow: 0 18px 35px rgba(36, 99, 255, 0.26);
}

.header-phone {
  gap: 10px;
  min-width: 226px;
  font-size: 0.95rem;
}

.header-phone svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.btn-secondary {
  border: 2px solid var(--primary);
  color: var(--primary);
  background: rgba(255, 255, 255, 0.72);
}

.header-phone:hover,
.btn:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  padding: 14px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 22%, rgba(67, 123, 255, 0.08), transparent 15%),
    linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
}

.hero-surface {
  position: relative;
  padding: 0 0 26px;
  min-height: 760px;
}

.hero-surface::before {
  content: "";
  position: absolute;
  top: 0;
  left: 19%;
  right: 0;
  bottom: 118px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.62) 6%, rgba(255, 255, 255, 0.24) 12%, rgba(255, 255, 255, 0.06) 18%, rgba(255, 255, 255, 0.01) 23%, rgba(255, 255, 255, 0) 28%);
  pointer-events: none;
  z-index: 2;
}

.hero-grid {
  position: relative;
  min-height: 640px;
  z-index: 3;
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(34%, 500px);
  max-width: 500px;
  padding: 26px 0 0;
}

.hero-copy::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -42px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 99, 255, 0.08), rgba(36, 99, 255, 0));
  z-index: -1;
}

.eyebrow,
.section-tag {
  margin: 0 0 28px;
  color: var(--primary);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
}

.section-tag.centered {
  text-align: center;
}

.hero-title {
  margin: 0;
  font-size: clamp(4.2rem, 5vw, 4.8rem);
  line-height: 0.97;
  letter-spacing: -0.055em;
}

.hero-subtitle {
  margin: 14px 0 0;
  font-size: clamp(3rem, 3.8vw, 3.45rem);
  line-height: 1;
  color: var(--primary);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.hero-text {
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.55;
  color: #4a5f92;
  margin: 26px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 30px 0 0;
}

.hero-actions .btn {
  min-height: 48px;
  padding: 0 26px;
  font-size: 0.92rem;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
  position: relative;
  z-index: 3;
  margin-top: 18px;
  padding: 0 0 36px;
}

.hero-features article {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero-features h2 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.hero-features p {
  margin: 0;
  color: #52658f;
  line-height: 1.5;
  font-size: 0.98rem;
}

.icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--primary);
  flex-shrink: 0;
  border: 2px solid rgba(63, 122, 255, 0.7);
  box-shadow: none;
}

.icon-circle svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.hero-visual {
  position: absolute;
  inset: -4px -18px 0 15.5%;
  min-height: 0;
  height: auto;
  overflow: visible;
  background: transparent;
}

.hero-media-card {
  position: absolute;
  inset: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  isolation: isolate;
}

.hero-media-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.68) 5%, rgba(255, 255, 255, 0.28) 10%, rgba(255, 255, 255, 0.08) 15%, rgba(255, 255, 255, 0.01) 20%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at bottom center, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 22%);
  z-index: 1;
}

.hero-media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 16%),
    radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0.08)),
    linear-gradient(90deg, rgba(255, 255, 255, 0) 86%, rgba(255, 255, 255, 0.06) 94%, rgba(255, 255, 255, 0.12) 100%);
  z-index: 2;
  pointer-events: none;
}

.hero-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% center;
  transform: scale(1);
  filter: saturate(0.98) brightness(1.02);
  transition: transform 0.4s ease;
}

.hero-wave {
  position: relative;
  height: 34px;
  margin-top: -10px;
}

.hero-wave::before,
.hero-wave::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 34px;
}

.hero-wave::before {
  left: 0;
  width: 89%;
  background: #ffffff;
  clip-path: ellipse(98% 100% at 15% 100%);
}

.hero-wave::after {
  right: 0;
  width: 13%;
  background: linear-gradient(90deg, #2870ff, #0d56ef);
  clip-path: ellipse(100% 100% at 100% 100%);
}

.services.section {
  padding-top: 24px;
}

.inner-page main {
  overflow: hidden;
}

.inner-hero {
  position: relative;
  padding: 46px 0 34px;
  background:
    radial-gradient(circle at 10% 24%, rgba(67, 123, 255, 0.1), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #eff5ff 100%);
}

.inner-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 42px;
  align-items: center;
}

.breadcrumb {
  margin: 0 0 18px;
  color: var(--text-muted);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

.inner-hero-copy h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(3rem, 4.4vw, 4.9rem);
  line-height: 0.97;
  letter-spacing: -0.05em;
}

.inner-hero-copy p {
  margin: 24px 0 0;
  max-width: 640px;
  color: var(--text-muted);
  font-size: 1.1rem;
  line-height: 1.8;
}

.inner-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

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

.inner-hero-visual::before {
  content: "";
  position: absolute;
  inset: -24px -24px 24px 60px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(36, 99, 255, 0.08), rgba(255, 255, 255, 0));
}

.inner-hero-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.inner-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  z-index: 1;
}

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

.inner-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.inner-stats article {
  padding: 22px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(216, 228, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.inner-stats strong {
  display: block;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.inner-stats span {
  display: block;
  margin-top: 8px;
  color: var(--text-muted);
  line-height: 1.5;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: start;
}

.panel {
  padding: 32px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(216, 228, 255, 0.92);
  box-shadow: 0 18px 44px rgba(26, 66, 162, 0.08);
}

.panel h3 {
  margin: 0 0 14px;
  font-size: 1.32rem;
}

.panel p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.8;
}

.stack-cards {
  display: grid;
  gap: 18px;
}

.stack-cards article {
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 245, 255, 0.9));
  border: 1px solid rgba(216, 228, 255, 0.9);
  box-shadow: 0 14px 34px rgba(26, 66, 162, 0.08);
}

.stack-cards h3 {
  margin: 0 0 10px;
  font-size: 1.24rem;
}

.stack-cards p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.75;
}

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

.check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--text-muted);
  line-height: 1.7;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(63, 122, 255, 0.7);
  background:
    linear-gradient(135deg, rgba(36, 99, 255, 0.12), rgba(36, 99, 255, 0));
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0.7rem;
  width: 7px;
  height: 4px;
  border-left: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  transform: rotate(-45deg);
}

.section-header {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-header p {
  margin: 16px 0 0;
  color: var(--text-muted);
  line-height: 1.8;
}

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

.timeline-grid article {
  padding: 28px 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(216, 228, 255, 0.9);
  box-shadow: 0 16px 36px rgba(26, 66, 162, 0.08);
}

.timeline-grid strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--primary);
  background: rgba(36, 99, 255, 0.08);
  font-size: 0.95rem;
}

.timeline-grid h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

.timeline-grid p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.75;
}

.cta-band {
  padding: 34px 36px;
  border-radius: 34px;
  background: linear-gradient(135deg, var(--primary-deep), var(--primary));
  color: #fff;
  box-shadow: var(--shadow);
}

.cta-band h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.cta-band p {
  margin: 16px 0 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.75;
}

.cta-band .btn {
  margin-top: 24px;
  background: #fff;
  color: var(--primary-deep);
  box-shadow: none;
}

.section {
  padding: 88px 0;
}

.section-title {
  margin: 0 auto 18px;
  max-width: 720px;
  text-align: center;
  font-size: clamp(2.4rem, 3.1vw, 3.5rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.section-title.left {
  margin-left: 0;
  text-align: left;
  max-width: 580px;
}

.section-title.left span {
  color: var(--primary);
}

.section-line {
  display: block;
  width: 76px;
  height: 4px;
  margin: 0 auto 42px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), #7ab3ff);
}

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

.service-card,
.sector-grid article,
.contact-cards a,
.contact-cards div,
.address-box,
.map-card,
.about-badge {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(216, 228, 255, 0.9);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 40px rgba(26, 66, 162, 0.08);
}

.service-card {
  min-height: 284px;
  padding: 38px 24px 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), #7cc0ff);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.service-icon {
  width: 64px;
  height: 64px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, var(--primary-soft));
  color: var(--primary);
  box-shadow: inset 0 0 0 1px rgba(36, 99, 255, 0.1);
}

.service-icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.service-card h3,
.sector-grid h3,
.about-badge h3,
.address-box h3 {
  margin: 0 0 12px;
  font-size: 1.32rem;
}

.service-card h3 {
  line-height: 1.25;
}

.service-card p,
.sector-grid p,
.about-copy p,
.contact-copy p,
.about-badge p,
.address-box p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.75;
}

.service-card p {
  flex: 1;
  width: 100%;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary);
}

.service-card a::after {
  content: "→";
  font-size: 1rem;
}

.service-card:hover,
.sector-grid article:hover,
.contact-cards a:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(26, 66, 162, 0.14);
  border-color: rgba(88, 138, 255, 0.65);
}

.service-card:hover::after {
  opacity: 1;
}

.stats-strip {
  background: linear-gradient(90deg, var(--primary-deep), var(--primary));
  color: #fff;
  padding: 36px 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  text-align: center;
}

.stats-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.stats-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.96);
}

.stats-icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.stats-grid article:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.stats-grid strong {
  display: block;
  font-size: 2.7rem;
  letter-spacing: -0.04em;
}

.stats-grid span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.84);
}

.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 54px;
  align-items: center;
}

.about-copy,
.contact-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.about-copy .btn {
  align-self: flex-start;
  margin-top: 8px;
}

.about-visual {
  position: relative;
  min-height: 610px;
}

.about-photo {
  position: absolute;
  inset: 0 0 48px 0;
  width: 100%;
  height: calc(100% - 48px);
  object-fit: cover;
  object-position: center;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.about-badge {
  position: absolute;
  right: -18px;
  bottom: 0;
  width: min(340px, 88%);
  padding: 26px 28px;
}

.about-badge-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 18px;
  background: rgba(36, 99, 255, 0.08);
  color: var(--primary);
}

.about-badge-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

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

.sector-grid article {
  padding: 30px 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.sector-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36, 99, 255, 0.06), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 0.22s ease;
}

.sector-grid article:hover::before {
  opacity: 1;
}

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

.contact-cards a,
.contact-cards div,
.address-box {
  padding: 22px 24px;
}

.contact-cards a,
.contact-cards div {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.contact-cards strong,
.footer-inner strong {
  display: block;
  margin-bottom: 8px;
}

.contact-cards span,
.footer-meta span,
.footer-meta a,
.site-footer p {
  color: var(--text-muted);
  line-height: 1.7;
}

.map-card {
  overflow: hidden;
  min-height: 540px;
  position: relative;
}

.map-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 76px;
  background: linear-gradient(180deg, rgba(20, 44, 116, 0.1), rgba(20, 44, 116, 0));
  pointer-events: none;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 540px;
  border: 0;
}

.site-footer {
  padding: 32px 0 42px;
  border-top: 1px solid rgba(216, 228, 255, 0.9);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(237, 244, 255, 0.7));
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.footer-inner p {
  max-width: 440px;
  margin: 10px 0 0;
}

.footer-meta {
  display: grid;
  gap: 6px;
  text-align: right;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #25d366, #0aa545);
  color: #fff;
  box-shadow: 0 18px 35px rgba(11, 166, 78, 0.34);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 24px 40px rgba(11, 166, 78, 0.4);
}

@media (max-width: 1100px) {
  .main-nav {
    display: none;
  }

  .header-inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px 0;
  }

  .header-phone {
    min-width: 0;
  }

  .hero-surface::before {
    left: 0;
    right: 0;
    bottom: 170px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.72) 28%, rgba(255, 255, 255, 0.12) 60%, rgba(255, 255, 255, 0) 100%);
  }

  .hero-grid,
  .about-grid,
  .contact-grid,
  .inner-hero-grid,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero-features,
  .service-grid,
  .inner-stats,
  .timeline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-visual,
  .about-visual {
    min-height: 500px;
  }

  .hero-visual {
    position: relative;
    inset: auto;
    min-height: 540px;
    height: 540px;
    order: -1;
    margin-top: 18px;
  }

  .hero-copy {
    width: 100%;
    max-width: 760px;
    padding: 0;
  }

  .hero-media-card {
    inset: 0;
    border-radius: 0;
  }

  .about-badge {
    right: 16px;
  }

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

@media (max-width: 760px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .site-header {
    position: sticky;
  }

  .header-inner {
    gap: 12px;
    min-height: auto;
    padding: 12px 0 14px;
  }

  .brand {
    width: 100%;
    justify-content: center;
    gap: 10px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-copy {
    align-items: center;
    text-align: center;
  }

  .brand-copy strong {
    font-size: 0.94rem;
  }

  .brand-copy small {
    font-size: 0.58rem;
    margin-top: 4px;
  }

  .header-phone {
    width: 100%;
    min-height: 44px;
    padding: 0 20px;
    font-size: 0.88rem;
    box-shadow: 0 10px 22px rgba(36, 99, 255, 0.2);
  }

  .hero {
    padding-top: 10px;
  }

  .hero-surface {
    padding: 0 0 18px;
    min-height: 0;
  }

  .hero-surface::before {
    top: 290px;
    left: 0;
    bottom: 220px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.58) 22%, rgba(255, 255, 255, 0.14) 48%, rgba(255, 255, 255, 0) 70%);
  }

  .hero-grid {
    min-height: 0;
    row-gap: 16px;
  }

  .hero-title {
    font-size: 2.8rem;
    line-height: 0.98;
  }

  .hero-subtitle {
    font-size: 2.25rem;
  }

  .hero-text {
    font-size: 0.98rem;
    max-width: 100%;
    line-height: 1.6;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 22px;
  }

  .hero-actions .btn,
  .inner-hero-actions .btn,
  .about-copy .btn,
  .cta-band .btn {
    width: 100%;
    min-height: 46px;
    padding: 0 18px;
    font-size: 0.92rem;
  }

  .hero-features,
  .stats-grid,
  .service-grid,
  .sector-grid,
  .inner-stats,
  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .hero-features {
    gap: 14px;
    margin-top: 18px;
    padding-bottom: 20px;
  }

  .hero-features article {
    gap: 12px;
  }

  .hero-features h2 {
    font-size: 1rem;
  }

  .hero-features p {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .contact-cards {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .about-visual,
  .map-card,
  .map-card iframe {
    min-height: 300px;
  }

  .hero-photo {
    object-position: 74% center;
    transform: scale(1.04);
  }

  .hero-visual {
    position: relative;
    inset: auto;
    min-height: 300px;
    height: 300px;
    margin-top: 12px;
    border-radius: 22px;
    overflow: hidden;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    padding-top: 8px;
    text-align: center;
  }

  .hero-copy::before {
    left: -18px;
    width: 110px;
    height: 110px;
  }

  .eyebrow {
    text-align: center;
  }

  .hero-media-card,
  .hero-media-card::before,
  .hero-media-card::after {
    border-radius: 22px;
  }

  .hero-wave {
    height: 18px;
    margin-top: -4px;
  }

  .hero-wave::before,
  .hero-wave::after {
    height: 18px;
  }

  .hero-wave::after {
    width: 22%;
  }

  .section {
    padding: 52px 0;
  }

  .inner-hero {
    padding: 20px 0 14px;
  }

  .inner-hero-copy h1 {
    font-size: 2.25rem;
    line-height: 1;
  }

  .inner-hero-copy p,
  .section-header p,
  .panel p,
  .stack-cards p,
  .timeline-grid p {
    font-size: 1rem;
  }

  .inner-hero-copy p {
    margin-top: 18px;
    line-height: 1.65;
  }

  .inner-hero-actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 22px;
  }

  .inner-hero-visual {
    min-height: 260px;
  }

  .panel,
  .stack-cards article,
  .timeline-grid article,
  .cta-band {
    padding: 24px 20px;
  }

  .panel,
  .stack-cards,
  .timeline-grid,
  .inner-stats,
  .contact-cards {
    gap: 14px;
  }

  .service-card,
  .sector-grid article,
  .contact-cards a,
  .contact-cards div,
  .address-box {
    padding: 20px 18px;
    min-height: 0;
  }

  .service-card h3,
  .sector-grid h3,
  .about-badge h3,
  .address-box h3 {
    font-size: 1.15rem;
  }

  .service-card p,
  .sector-grid p,
  .about-copy p,
  .contact-copy p,
  .about-badge p,
  .address-box p {
    line-height: 1.65;
  }

  .stats-strip {
    padding: 28px 0;
  }

  .stats-grid strong {
    font-size: 2.1rem;
  }

  .about-photo {
    inset: 0;
    height: 100%;
    border-radius: 24px;
  }

  .about-badge {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
    padding: 20px 18px;
  }

  .map-card,
  .map-card iframe {
    min-height: 320px;
  }

  .cta-band h2 {
    font-size: 2rem;
  }

  .cta-band p {
    line-height: 1.65;
  }

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

  .footer-meta {
    text-align: left;
  }

  .footer-inner,
  .footer-meta {
    text-align: left;
  }

  .footer-inner {
    flex-direction: column;
  }

  .whatsapp-float {
    width: 56px;
    height: 56px;
    right: 16px;
    bottom: 16px;
  }
}
