@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Benzin";
  src: url("./fonts/Benzin-Bold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}

:root {
  --navy: #0d4263;
  --navy-dark: #082f49;
  --turquoise: #079e9a;
  --ink: #111214;
  --muted: #62696e;
  --line: #dfe3e4;
  --paper: #fbfaf7;
  --white: #ffffff;
  --radius: 20px;
  --shadow: 0 16px 32px rgba(13, 66, 99, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
[data-reveal] { opacity: 1; transform: none; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-sm { padding: 62px 0; }
.section-title {
  margin: 0 0 20px;
  font-family: "Benzin", "Montserrat", sans-serif;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}
.section-lead { max-width: 720px; margin: 0 0 42px; color: var(--muted); font-size: 17px; }
.eyeline { color: var(--muted); font-size: 13px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  border: 1px solid var(--navy);
  border-radius: 14px;
  background: var(--navy);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); background: var(--navy-dark); box-shadow: var(--shadow); }
.btn.secondary { background: transparent; color: var(--navy); }
.btn.secondary:hover { color: #fff; background: var(--navy); }
.text-link { color: var(--navy); font-weight: 700; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(223, 227, 228, .8);
  background: rgba(251, 250, 247, .94);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 39px; height: 46px; color: var(--navy); }
.brand-copy strong { display: block; color: var(--navy); font-size: 17px; letter-spacing: .03em; }
.brand-copy span { display: block; color: var(--muted); font-size: 10px; }
.site-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.site-nav a { position: relative; font-size: 13px; font-weight: 600; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--navy); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.header-phone { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; font-size: 13px; font-weight: 700; }
.phone-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--navy); }

.hero { padding: 46px 0 26px; overflow: hidden; }
.hero-grid { min-height: 535px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 44px; }
.hero h1 {
  margin: 0 0 24px;
  font-family: "Benzin", "Montserrat", sans-serif;
  font-size: clamp(42px, 5vw, 60px);
  line-height: 1.03;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
.hero p { max-width: 570px; margin: 0 0 34px; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-media { position: relative; overflow: hidden; border-radius: 24px; }
.hero-media::after { display: none; }
.hero-media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 22%; }

.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.proof-card { display: flex; align-items: center; gap: 16px; min-height: 106px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.proof-icon { width: 52px; height: 52px; flex: 0 0 52px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; }
.proof-card strong { display: block; font-size: 14px; }
.proof-card span { color: var(--muted); font-size: 12px; }

.services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card img { width: 100%; aspect-ratio: 4 / 4.1; object-fit: cover; }
.service-card .card-body { padding: 18px 16px 22px; }
.service-card h3 { min-height: 50px; margin: 0 0 10px; font-size: 15px; line-height: 1.35; }
.service-card p { margin: 0; color: var(--muted); font-size: 11px; }

.capabilities { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.capability { position: relative; min-height: 390px; overflow: hidden; border-radius: var(--radius); background: #e9ece9; }
.capability img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.capability .shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 28, 43, .88) 0%, rgba(5, 28, 43, .52) 58%, transparent 100%); }
.capability.turquoise { background: var(--turquoise); }
.capability.turquoise .shade { background: linear-gradient(90deg, rgba(2, 91, 92, .96) 0%, rgba(4, 147, 144, .74) 65%, rgba(4, 147, 144, .2) 100%); }
.capability-content { position: relative; z-index: 1; max-width: 73%; padding: 38px; color: #fff; }
.capability-content h3 { margin: 5px 0 20px; font-family: "Benzin", sans-serif; font-size: clamp(22px, 3vw, 32px); line-height: 1.08; }
.check-list { padding: 0; margin: 0 0 26px; list-style: none; }
.check-list li { position: relative; padding-left: 25px; margin: 9px 0; font-size: 13px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #9ee6dc; font-weight: 800; }

.trust-strip { padding: 26px 0; background: var(--navy); color: #fff; }
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; overflow: hidden; }
.trust-inner span { flex: 0 0 auto; color: rgba(255,255,255,.88); font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.trust-inner .trust-label { font-size: 11px; letter-spacing: 0; opacity: .65; }

.process { background: #fff; }
.steps { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 46px; }
.steps::before { content: ""; position: absolute; top: 21px; left: 9%; right: 9%; height: 1px; background: var(--line); }
.step { position: relative; text-align: center; }
.step-number { position: relative; z-index: 1; width: 43px; height: 43px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 800; }
.step h3 { margin: 0 0 10px; font-size: 14px; }
.step p { margin: 0; color: var(--muted); font-size: 11px; }

.support-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 52px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); overflow: hidden; }
.support-item { min-height: 112px; padding: 24px; background: var(--paper); font-size: 13px; font-weight: 600; }
.support-item svg { width: 29px; height: 29px; margin-bottom: 12px; color: var(--navy); }

.gallery { display: grid; grid-template-columns: 1.2fr 1fr 1fr; grid-auto-rows: 270px; gap: 18px; }
.gallery figure { margin: 0; overflow: hidden; border-radius: var(--radius); }
.gallery figure:first-child { grid-row: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery figure:hover img { transform: scale(1.04); }

.consultation { padding: 72px 0; }
.consult-box { padding: 48px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 18px 60px rgba(13,66,99,.06); }
.consult-head { text-align: center; }
.consult-head h2 { margin-bottom: 12px; font-size: clamp(30px, 4vw, 46px); }
.consult-head p { margin: 0 auto 34px; color: var(--muted); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 11px; font-weight: 600; }
.field input, .field textarea { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 12px 14px; outline: none; }
.field textarea { min-height: 90px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--turquoise); box-shadow: 0 0 0 3px rgba(7,158,154,.12); }
.form-actions { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.form-note { color: var(--muted); font-size: 10px; }

.site-footer { padding: 52px 0 24px; background: var(--navy); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr 1fr; gap: 40px; }
.site-footer .brand-mark, .site-footer .brand-copy strong { color: #fff; }
.site-footer .brand-copy span { color: rgba(255,255,255,.7); }
.footer-title { margin: 0 0 15px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.footer-links { display: grid; gap: 9px; color: rgba(255,255,255,.8); font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.67); font-size: 10px; }


.page-hero { padding: 76px 0 62px; }
.page-hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 54px; }
.page-hero h1 { margin: 10px 0 24px; font-family: "Benzin", sans-serif; font-size: clamp(40px, 6vw, 72px); line-height: 1.02; letter-spacing: -.045em; text-transform: uppercase; }
.page-hero p { max-width: 650px; margin: 0 0 30px; color: var(--muted); font-size: 18px; }
.page-hero img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center 24%; border-radius: 28px; }
.detail-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.detail-aside { position: sticky; top: 120px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.detail-aside h3 { margin-top: 0; }
.detail-aside a { display: block; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.detail-content h2 { margin: 0 0 20px; font-family: "Benzin", sans-serif; font-size: clamp(28px, 4vw, 45px); line-height: 1.05; text-transform: uppercase; }
.detail-content h3 { margin-top: 42px; font-size: 22px; }
.detail-content p, .detail-content li { color: var(--muted); }
.detail-content img { width: 100%; margin: 32px 0; aspect-ratio: 16/9; object-fit: cover; object-position: center 26%; border-radius: var(--radius); }
.info-list { padding: 0; list-style: none; }
.info-list li { position: relative; margin: 12px 0; padding-left: 28px; }
.info-list li::before { content: "✓"; position: absolute; left: 0; color: var(--turquoise); font-weight: 800; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 48px; padding: 34px; border-radius: var(--radius); background: var(--navy); color: #fff; }
.cta-band h3 { margin: 0 0 6px; }
.cta-band p { margin: 0; color: rgba(255,255,255,.72); }
.cta-band .btn { background: #fff; color: var(--navy); border-color: #fff; }

@media (max-width: 1050px) {
  .site-nav { gap: 16px; }
  .header-phone span { display: none; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card:nth-child(n+4) { grid-column: span 1; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery figure:first-child { grid-row: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 28px, 680px); }
  .section { padding: 68px 0; }
  .menu-toggle { display: grid; place-items: center; }
  .site-nav { position: fixed; inset: 88px 0 auto; display: none; padding: 25px 20px 34px; border-bottom: 1px solid var(--line); background: var(--paper); flex-direction: column; align-items: flex-start; }
  .site-nav.open { display: flex; }
  .header-phone { margin-left: auto; }
  .header-phone .phone-icon { width: 40px; height: 40px; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { order: 1; }
  .hero-media { order: 2; }
  .hero-media img { max-height: 430px; }
  .proof-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .capabilities { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; gap: 32px; }
  .steps::before { display: none; }
  .support-rail { grid-template-columns: 1fr 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .field, .field.full, .form-actions { grid-column: 1; }
  .detail-grid { grid-template-columns: 1fr; gap: 42px; }
  .detail-aside { position: static; }
}

@media (max-width: 560px) {
  .header-inner { min-height: 76px; gap: 10px; }
  .brand-copy strong { font-size: 14px; }
  .site-nav { top: 76px; }
  .header-phone { display: none; }
  .hero { padding-top: 28px; }
  .hero h1 { font-size: 32px; line-height: 1.08; }
  .page-hero h1 { font-size: 34px; line-height: 1.07; }
  .hero p { font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: 42% 58%; }
  .service-card img { height: 100%; aspect-ratio: 1; }
  .service-card h3 { min-height: 0; }
  .capability { min-height: 440px; }
  .capability-content { max-width: 100%; padding: 28px; }
  .steps { grid-template-columns: 1fr; }
  .support-rail { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .consult-box { padding: 28px 20px; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .cta-band { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
