:root {
  --navy: #06253f;
  --navy2: #0d3854;
  --teal: #096269;
  --cyan: #0f9ec7;
  --green: #74b936;
  --lime: #cde51a;
  --text: #12263a;
  --muted: #607080;
  --line: #dde8e8;
  --soft: #f3f8f8;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(6,37,63,.13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--text); background: white; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: auto; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav { height: 78px; display: flex; align-items: center; gap: 26px; }
.brand img { width: 168px; }
nav { display: flex; align-items: center; gap: 26px; margin-left: auto; font-size: 14px; font-weight: 800; color: var(--navy); }
.phone { background: var(--navy); color: white; padding: 12px 17px; border-radius: 999px; font-size: 14px; font-weight: 900; }
.menu { display: none; }

.hero { background: linear-gradient(180deg, #ffffff 0%, #f5fafb 100%); overflow: hidden; }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: .93fr 1.07fr; gap: 58px; align-items: center; padding: 70px 0; }
.eyebrow { display: inline-flex; margin-bottom: 18px; color: var(--teal); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.light { color: var(--lime); }
h1, h2, h3 { margin: 0; line-height: 1.04; letter-spacing: -.045em; color: var(--navy); }
h1 { font-size: clamp(46px, 6.1vw, 74px); max-width: 720px; }
h2 { font-size: clamp(34px, 4vw, 54px); }
h3 { font-size: 23px; }
.hero-copy p { max-width: 650px; margin: 24px 0 30px; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 22px; font-weight: 900; }
.btn.primary { background: var(--lime); color: var(--navy); }
.btn.secondary { background: var(--navy); color: white; }
.hero-visual { position: relative; }
.hero-visual img { border-radius: 38px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.trust-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 42px; max-width: 640px; }
.trust-row div { background: white; border: 1px solid var(--line); border-radius: 18px; padding: 16px; }
.trust-row strong { display: block; color: var(--navy); font-size: 18px; }
.trust-row span { display: block; color: var(--muted); font-size: 13px; margin-top: 3px; }

.strip { background: var(--navy); color: white; }
.strip-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; }
.strip span { padding: 18px 16px; text-align: center; font-weight: 800; color: rgba(255,255,255,.88); border-right: 1px solid rgba(255,255,255,.12); }

.section { padding: 92px 0; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: end; }
.intro-grid p, .section-head p, .process p, .contact p { color: var(--muted); font-size: 18px; margin: 0; }
.section-head { max-width: 780px; margin-bottom: 38px; }

.services { background: #fbfdfd; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.cards article { background: white; border: 1px solid var(--line); border-radius: 26px; padding: 28px; box-shadow: 0 18px 45px rgba(6,37,63,.05); }
.cards span { display: inline-flex; color: var(--green); font-weight: 900; margin-bottom: 26px; }
.cards p { color: var(--muted); margin: 12px 0 0; }

.process { background: linear-gradient(135deg, var(--navy), var(--teal)); color: white; }
.process h2 { color: white; }
.process p { color: rgba(255,255,255,.75); margin-top: 20px; max-width: 620px; }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; }
.steps { display: grid; gap: 12px; }
.steps div { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 16px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; padding: 16px; }
.steps b { width: 42px; height: 42px; border-radius: 50%; background: var(--lime); color: var(--navy); display: inline-flex; align-items: center; justify-content: center; }
.steps span { font-weight: 800; color: white; }

.reporting { background: var(--soft); }
.reporting-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.report-card { background: white; border: 1px solid var(--line); border-radius: 32px; padding: 38px; box-shadow: var(--shadow); }
.checks { display: grid; gap: 12px; }
.checks div { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px; font-weight: 800; color: var(--navy); }
.checks div:before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 10px; }

.contact { background: var(--navy); color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; }
.contact h2 { color: white; }
.contact p { color: rgba(255,255,255,.76); margin: 22px 0 30px; }
.contact .btn.secondary { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); }
.details { background: white; color: var(--navy); border-radius: 30px; padding: 32px; display: grid; gap: 20px; }
.details div { border-bottom: 1px solid var(--line); padding-bottom: 20px; }
.details div:last-child { border-bottom: 0; padding-bottom: 0; }
.details small { display: block; color: var(--teal); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 8px; }
.details strong { font-size: 18px; }

footer { background: #041a2f; color: white; padding: 32px 0; }
.footer-grid { display: grid; grid-template-columns: 180px 1fr auto; gap: 26px; align-items: center; }
footer img { background: white; border-radius: 16px; padding: 8px; }
footer p { color: rgba(255,255,255,.72); margin: 0; }
footer a { color: var(--lime); font-weight: 900; }
.mobile-call { display: none; position: fixed; right: 16px; bottom: 16px; z-index: 30; background: var(--lime); color: var(--navy); padding: 14px 18px; border-radius: 999px; font-weight: 900; box-shadow: var(--shadow); }

@media (max-width: 960px) {
  .menu { display: inline-flex; margin-left: auto; background: var(--navy); color: white; border: 0; border-radius: 999px; padding: 10px 14px; font-weight: 900; }
  nav { display: none; position: absolute; top: 78px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; background: white; border: 1px solid var(--line); border-radius: 20px; padding: 18px; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  .phone { display: none; }
  .hero-grid, .intro-grid, .process-grid, .reporting-grid, .contact-grid { grid-template-columns: 1fr; }
  .cards, .strip-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .container { width: calc(100% - 28px); }
  .brand img { width: 145px; }
  .hero-grid { padding: 52px 0; }
  .trust-row, .cards, .strip-grid, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .strip span { text-align: left; }
  .mobile-call { display: inline-flex; }
}
