/* ==========================================================================
   Master Consultancy — brand stylesheet
   Navy #0f2547 · Red #c8102e · Off-white #f4f5f7
   ========================================================================== */

:root {
  --navy: #0f2547;
  --navy-deep: #0a1a33;
  --red: #c8102e;
  --red-dark: #a30d25;
  --ink: #16202f;
  --body: #4a5568;
  --line: #dfe3e9;
  --soft: #f4f5f7;
  --white: #ffffff;
  --wrap: 1160px;
  --radius: 14px;
  --shadow: 0 18px 45px rgba(15, 37, 71, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: var(--body);
  background: var(--white);
  font-size: 16.5px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }

h1, h2, h3, h4 {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--navy);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  font-weight: 800;
}
h1 { font-size: clamp(2.3rem, 5.4vw, 3.7rem); }
h2 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.08rem; margin-bottom: 4px; }

p { margin: 0 0 14px; }
.lead { font-size: 1.08rem; color: var(--body); }
.lead.center { max-width: 780px; margin: 14px auto 0; }

.accent { color: var(--red); }

.eyebrow {
  font-family: "Barlow Condensed", "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--red);
  margin-bottom: 10px;
}

.rule { display: block; width: 78px; height: 4px; background: var(--red); border-radius: 4px; margin: 16px 0 20px; }
.rule.dark { background: var(--red); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 26px; border-radius: 999px; border: 2px solid transparent;
  font-weight: 700; font-size: 0.95rem; letter-spacing: 0.02em; cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.btn-sm { padding: 10px 20px; font-size: 0.88rem; }
.btn-red { background: var(--red); color: var(--white); box-shadow: 0 10px 24px rgba(200, 16, 46, 0.28); }
.btn-red:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn-ghost { border-color: rgba(255, 255, 255, 0.55); color: var(--white); }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.12); transform: translateY(-2px); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header.scrolled { box-shadow: 0 10px 30px rgba(15, 37, 71, 0.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 18px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 34px; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong {
  font-family: "Inter", sans-serif; font-weight: 800; letter-spacing: 0.1em;
  font-size: 1.16rem; color: var(--navy);
}
.brand-text em {
  font-style: normal; font-size: 0.6rem; letter-spacing: 0.28em;
  color: var(--red); font-weight: 700; margin-top: 3px;
}
.brand-text.light strong { color: #fff; }
.brand-text.light em { color: #fff; opacity: 0.85; }

.nav { display: flex; align-items: center; gap: 26px; }
.nav a {
  font-size: 0.95rem; font-weight: 600; color: var(--navy);
  position: relative; padding: 4px 0;
}
.nav a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--red); transition: width 0.22s ease;
}
.nav a:not(.btn):hover::after { width: 100%; }

.nav-toggle {
  display: none; width: 46px; height: 40px; border: 1px solid var(--line);
  border-radius: 10px; background: #fff; padding: 10px 11px; cursor: pointer;
}
.nav-toggle span { display: block; height: 2px; background: var(--navy); margin: 4px 0; transition: 0.2s; }
.nav-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero { position: relative; background: var(--navy); color: #eef2f8; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0.4;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, var(--navy) 0%, rgba(15, 37, 71, 0.95) 44%, rgba(10, 26, 51, 0.55) 100%);
}
.hero-inner { position: relative; z-index: 2; padding: 96px 22px 110px; }
.hero-copy { max-width: 660px; }
.hero-logo { width: 76px; height: 58px; margin-bottom: 26px; }
.hero h1 { color: #fff; }
.hero p { color: rgba(238, 242, 248, 0.85); max-width: 540px; font-size: 1.08rem; }

.pill-list { list-style: none; padding: 0; margin: 30px 0 34px; display: grid; gap: 12px; max-width: 340px; }
.pill-list li {
  display: flex; align-items: center; gap: 14px;
  font-family: "Barlow Condensed", sans-serif; font-weight: 700;
  letter-spacing: 0.14em; font-size: 1.02rem; color: #fff;
  border-bottom: 1px solid rgba(200, 16, 46, 0.55); padding-bottom: 10px;
}
.pill-list .ico {
  width: 38px; height: 38px; border-radius: 50%; background-color: var(--red);
  flex: none;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.strip { position: relative; z-index: 2; background: var(--navy-deep); border-top: 1px solid rgba(255, 255, 255, 0.08); }
.strip-inner {
  display: flex; align-items: center; justify-content: center; gap: 18px;
  padding: 16px 22px; color: #fff; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; font-size: 0.85rem;
}
.strip-inner i { color: var(--red); font-style: normal; }

/* ---------- icon system (masked SVG) ---------- */
.ico {
  display: inline-block; width: 24px; height: 24px; flex: none;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  -webkit-mask-size: 58% 58%; mask-size: 58% 58%;
}
.ico.big { width: 54px; height: 54px; background-color: var(--navy); -webkit-mask-size: 100% 100%; mask-size: 100% 100%; }
.pill-list .ico, .feature-list .ico, .svc-ico .ico { background-color: #fff; }
.svc-ico .ico { width: 100%; height: 100%; }

.ico-target { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3Ccircle cx='12' cy='12' r='1.6' fill='%23000'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3Ccircle cx='12' cy='12' r='1.6' fill='%23000'/%3E%3C/svg%3E"); }
.ico-bulb { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M9 18h6M10 21h4M12 3a6 6 0 0 0-3.5 10.9V16h7v-2.1A6 6 0 0 0 12 3z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M9 18h6M10 21h4M12 3a6 6 0 0 0-3.5 10.9V16h7v-2.1A6 6 0 0 0 12 3z'/%3E%3C/svg%3E"); }
.ico-chart { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M4 20h16M7 20V11M12 20V6M17 20v-6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M4 20h16M7 20V11M12 20V6M17 20v-6'/%3E%3C/svg%3E"); }
.ico-hands { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M3 12l4-4 5 4 5-4 4 4-5 5-4-3-4 3z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M3 12l4-4 5 4 5-4 4 4-5 5-4-3-4 3z'/%3E%3C/svg%3E"); }
.ico-menu { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='6' y='3' width='13' height='18' rx='2'/%3E%3Cpath d='M9 8h7M9 12h7M9 16h4'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='6' y='3' width='13' height='18' rx='2'/%3E%3Cpath d='M9 8h7M9 12h7M9 16h4'/%3E%3C/svg%3E"); }
.ico-gear { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='3.2'/%3E%3Cpath d='M12 2v3M12 19v3M2 12h3M19 12h3M5 5l2 2M17 17l2 2M19 5l-2 2M7 17l-2 2'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='3.2'/%3E%3Cpath d='M12 2v3M12 19v3M2 12h3M19 12h3M5 5l2 2M17 17l2 2M19 5l-2 2M7 17l-2 2'/%3E%3C/svg%3E"); }
.ico-mega { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M3 11v3l12 5V6L3 11zM6 14v5h3v-4M17 9a4 4 0 0 1 0 6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M3 11v3l12 5V6L3 11zM6 14v5h3v-4M17 9a4 4 0 0 1 0 6'/%3E%3C/svg%3E"); }
.ico-team { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Ccircle cx='17' cy='9' r='2.4'/%3E%3Cpath d='M3 19c0-3 2.7-5 6-5s6 2 6 5M16 14c3 0 5 1.8 5 4.5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Ccircle cx='17' cy='9' r='2.4'/%3E%3Cpath d='M3 19c0-3 2.7-5 6-5s6 2 6 5M16 14c3 0 5 1.8 5 4.5'/%3E%3C/svg%3E"); }
.ico-heart { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M12 20s-7-4.5-7-9a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 4.5-7 9-7 9z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M12 20s-7-4.5-7-9a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 4.5-7 9-7 9z'/%3E%3C/svg%3E"); }
.ico-mail { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E"); }
.ico-globe { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3.5 3 14 0 18-3-4-3-14.5 0-18z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3.5 3 14 0 18-3-4-3-14.5 0-18z'/%3E%3C/svg%3E"); }
.ico-pin { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M12 21s7-6.2 7-11a7 7 0 1 0-14 0c0 4.8 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M12 21s7-6.2 7-11a7 7 0 1 0-14 0c0 4.8 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E"); }

/* ---------- sections ---------- */
.section { padding: 86px 0; }
.section.light { background: var(--white); }
.section.soft { background: var(--soft); }
.section.navy { background: var(--navy); color: rgba(238, 242, 248, 0.85); }
.section.navy h2, .section.navy h3, .section.navy strong { color: #fff; }
.section.navy .accent { color: var(--red); }

.section.bg-image { position: relative; overflow: hidden; }
.section.bg-image::before {
  content: ""; position: absolute; inset: 0; background-image: var(--bg);
  background-size: cover; background-position: center; opacity: 0.35;
}
.section.bg-image::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--navy) 12%, rgba(15, 37, 71, 0.82) 65%, rgba(10, 26, 51, 0.6) 100%);
}
.section.bg-image .wrap { position: relative; z-index: 2; }

.section-head { text-align: center; margin-bottom: 52px; }
.section-head .rule { margin-left: auto; margin-right: auto; }
.section-head h2 { letter-spacing: 0.01em; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.grid-2.middle { align-items: center; }

.media-stack img { border-radius: var(--radius); box-shadow: var(--shadow); }

.tick-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
.tick-list.two { grid-template-columns: 1fr 1fr; }
.tick-list li { position: relative; padding-left: 30px; font-weight: 500; color: var(--body); }
.tick-list li::before {
  content: ""; position: absolute; left: 0; top: 8px; width: 16px; height: 16px;
  border-radius: 50%; background: var(--red);
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 4px var(--red);
}

/* ---------- stats ---------- */
.stats-band { padding: 56px 0; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; text-align: center; }
.stat strong {
  display: block; font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 800;
  color: #fff; letter-spacing: -0.02em;
}
.stat span { font-size: 0.9rem; color: rgba(238, 242, 248, 0.72); }

/* ---------- services ---------- */
.services { display: grid; gap: 28px; }
.svc {
  display: grid; grid-template-columns: 74px 1fr; gap: 24px; align-items: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.svc:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.svc-ico { width: 62px; height: 62px; border-radius: 50%; padding: 15px; }
.svc-ico.red { background: var(--red); }
.svc-ico.navy { background: var(--navy); }
.svc ul { margin: 6px 0 0; padding-left: 20px; }
.svc li { margin-bottom: 6px; }

.promise {
  margin-top: 34px; background: var(--soft); border-radius: var(--radius);
  padding: 26px 30px; display: flex; align-items: center; gap: 22px;
}
.promise p { margin: 0; font-size: 1.25rem; font-weight: 600; color: var(--navy); }

/* ---------- mission ---------- */
.feature-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 18px; }
.feature-list li { display: flex; gap: 16px; align-items: flex-start; }
.feature-list .ico { width: 44px; height: 44px; border-radius: 50%; background-color: var(--red); -webkit-mask-size: 52% 52%; mask-size: 52% 52%; }
.feature-list strong { display: block; font-weight: 700; letter-spacing: 0.05em; }
.feature-list em { font-style: normal; font-size: 0.95rem; color: rgba(238, 242, 248, 0.75); }

.quotes { display: grid; gap: 20px; }
blockquote {
  margin: 0; background: rgba(255, 255, 255, 0.07); border-left: 4px solid var(--red);
  border-radius: 12px; padding: 24px 26px; color: rgba(255, 255, 255, 0.9);
  font-size: 1.02rem; font-style: italic;
}
.q-label {
  display: block; font-style: normal; text-transform: uppercase; letter-spacing: 0.2em;
  font-size: 0.75rem; font-weight: 700; color: var(--red); margin-bottom: 10px;
}

/* ---------- timeline ---------- */
.timeline {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px;
  margin-bottom: 56px;
}
.tl {
  background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--navy);
  border-radius: 12px; padding: 22px;
}
.tl:nth-child(odd) { border-top-color: var(--red); }
.tl-role {
  display: inline-block; font-size: 0.72rem; text-transform: uppercase;
  letter-spacing: 0.16em; font-weight: 700; color: var(--red); margin-bottom: 8px;
}
.tl em { font-style: normal; display: block; font-size: 0.85rem; color: #8a93a3; margin-bottom: 8px; }
.tl p { margin: 6px 0 0; font-size: 0.95rem; }

.cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: var(--soft); border-radius: var(--radius); padding: 26px; }
.card h3 { margin-bottom: 14px; }
ul.plain { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; font-size: 0.95rem; }
ul.plain strong { color: var(--navy); }
ul.chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
ul.chips li {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 14px; font-size: 0.85rem; font-weight: 600; color: var(--navy);
}

/* ---------- pricing ---------- */
.price-card { background: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); margin-top: 8px; }
.price { display: block; font-size: 2.6rem; font-weight: 800; color: var(--navy); letter-spacing: -0.03em; margin-bottom: 10px; }
.price em { font-style: normal; font-size: 1rem; font-weight: 600; color: var(--red); }
.price-card .btn { margin-top: 22px; }
h3.sub { font-size: 1.4rem; margin-bottom: 18px; }

/* ---------- contact ---------- */
.contact-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 14px; }
.contact-list li { display: flex; align-items: center; gap: 14px; color: #fff; }
.contact-list .ico { background-color: var(--red); width: 40px; height: 40px; border-radius: 50%; -webkit-mask-size: 52% 52%; mask-size: 52% 52%; }
.contact-list a:hover { color: var(--red); }

.form { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: var(--radius); padding: 28px; }
.form label { display: block; font-size: 0.85rem; font-weight: 600; color: #fff; margin-bottom: 14px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form input, .form textarea {
  width: 100%; margin-top: 7px; padding: 13px 15px; border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2); background: #ffffff;
  font: inherit; font-size: 0.95rem; color: var(--ink);
}
.form input:focus, .form textarea:focus { outline: 3px solid rgba(200, 16, 46, 0.45); outline-offset: 1px; }
.form-note { margin: 12px 0 0; font-size: 0.9rem; color: rgba(255, 255, 255, 0.8); }
.form-note.error { color: #ffb3bf; }
.form-note.ok { color: #b7e4c7; }

/* ---------- footer ---------- */
.footer { background: var(--navy-deep); color: rgba(238, 242, 248, 0.7); padding: 46px 0 34px; }
.footer-inner { text-align: center; display: grid; gap: 10px; justify-items: center; }
.footer-brand { justify-content: center; }
.copy { font-size: 0.85rem; opacity: 0.7; margin: 6px 0 0; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .grid-2, .cols, .stats { grid-template-columns: 1fr; }
  .stats { gap: 30px; }
  .tick-list.two { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .nav {
    position: absolute; top: 76px; left: 0; right: 0; background: #fff;
    flex-direction: column; align-items: flex-start; gap: 6px; padding: 18px 22px 24px;
    border-bottom: 1px solid var(--line); display: none;
  }
  .nav.open { display: flex; }
  .nav a { width: 100%; padding: 10px 0; }
  .hero-inner { padding: 66px 22px 80px; }
}
@media (max-width: 620px) {
  .section { padding: 62px 0; }
  .svc { grid-template-columns: 1fr; }
  .form .row { grid-template-columns: 1fr; }
  .promise { flex-direction: column; text-align: center; }
}
