:root {
  --ink: #16191c;
  --charcoal: #22272b;
  --panel: #2c3237;
  --blue: #29b6f6;
  --blue-soft: #dff5ff;
  --gold: #ffd12e;
  --white: #ffffff;
  --mist: #f4f7f8;
  --muted: #66717a;
  --line: #dce3e7;
  --shadow: 0 24px 70px rgba(9, 22, 30, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 12px clamp(22px, 5vw, 76px);
  border-bottom: 1px solid rgba(255,255,255,.11);
  color: var(--white);
  background: var(--charcoal);
}
.brand { display: flex; align-items: center; text-decoration: none; font-weight: 850; letter-spacing: -.02em; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; color: #e9eef0; font-weight: 650; }
nav a:hover, nav a:focus-visible { color: var(--blue); }
.header-call { justify-self: end; color: var(--gold); font-weight: 800; text-decoration: none; }

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
  padding: clamp(64px, 8vw, 112px) clamp(24px, 7vw, 110px);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 38%, rgba(41,182,246,.13), transparent 27%),
    linear-gradient(120deg, #171a1d 0%, #282e33 75%, #202428 100%);
}
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: .82rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(2.75rem, 6vw, 5.65rem); max-width: 900px; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { margin-bottom: 14px; font-size: 1.45rem; }
.hero-text { max-width: 720px; margin: 0; color: #d8e0e4; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 23px; border-radius: 8px; font-weight: 850; text-decoration: none; }
.button.primary { background: var(--gold); color: #151515; }
.button.secondary { border: 2px solid var(--blue); color: var(--white); }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.text-link { padding: 10px 4px; color: var(--blue); font-weight: 800; text-decoration: none; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 34px 0 0; padding: 0; list-style: none; color: #c9d2d7; font-size: .92rem; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--gold); font-weight: 900; }
.hero-brand { position: relative; display: grid; place-items: center; }
.hero-brand::before { content: ""; position: absolute; inset: 9% -6% -8% 8%; border: 2px solid var(--blue); border-radius: 24px; opacity: .45; }
.hero-brand::after { content: ""; position: absolute; z-index: 0; right: -9%; bottom: 5%; width: 58%; height: 8px; border-radius: 999px; background: var(--gold); transform: rotate(-6deg); }
.hero-brand img { position: relative; z-index: 1; width: min(100%, 560px); border-radius: 18px; box-shadow: var(--shadow); }

.section { padding: clamp(76px, 9vw, 128px) clamp(24px, 7vw, 110px); }
.section-heading { max-width: 780px; margin-bottom: 46px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.services { background: var(--mist); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.service-card { position: relative; min-height: 250px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 12px 34px rgba(25,45,55,.06); }
.service-card p { margin: 0; color: var(--muted); }
.service-number { display: block; margin-bottom: 42px; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .16em; }
.service-card:nth-child(3) { border-color: transparent; color: var(--white); background: var(--panel); }
.service-card:nth-child(3) p { color: #d5dde1; }
.service-card:nth-child(3) .service-number { color: var(--gold); }

.about { background: var(--white); }
.about-panel { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: clamp(36px, 7vw, 96px); align-items: center; }
.owner-photo { position: relative; max-width: 390px; }
.owner-photo::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border-radius: 22px; background: var(--blue); opacity: .18; }
.owner-photo::after { content: ""; position: absolute; right: -28px; bottom: -10px; width: 58%; height: 8px; border-radius: 999px; background: var(--gold); transform: rotate(-5deg); }
.owner-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow); }
.owner-copy { max-width: 720px; color: var(--muted); font-size: 1.1rem; }
.owner-copy h2 { color: var(--ink); }
.about-panel p:first-child { margin-top: 0; }
.service-area { margin-top: 62px; padding: 26px 30px; border-left: 7px solid var(--gold); background: var(--blue-soft); }
.service-area strong, .service-area span { display: block; }
.service-area span { margin-top: 5px; color: #3f4b52; }

.contact { display: grid; grid-template-columns: 1fr minmax(420px, .85fr); gap: clamp(40px, 8vw, 110px); padding: clamp(74px, 9vw, 120px) clamp(24px, 7vw, 110px); color: var(--white); background: var(--charcoal); }
.contact p:last-child { color: #cdd5da; }
.contact-options { display: grid; gap: 10px; }
.contact-options a { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; text-decoration: none; background: rgba(255,255,255,.04); }
.contact-options a:hover, .contact-options a:focus-visible { border-color: var(--blue); background: rgba(41,182,246,.08); }
.contact-options small { color: var(--gold); font-size: .78rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-options strong { overflow-wrap: anywhere; text-align: right; }

footer { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px clamp(24px, 7vw, 110px); color: #69747b; background: #f1f4f5; font-size: .9rem; }
.mobile-contact { display: none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 74px; }
  .hero-brand { order: -1; }
  .hero-brand img { width: min(86vw, 520px); }
  .service-grid, .about-panel, .contact { grid-template-columns: 1fr; }
  .contact { gap: 32px; }
}

@media (max-width: 620px) {
  body { padding-bottom: 62px; }
  .site-header { min-height: 68px; padding: 9px 18px; }
  .brand span { font-size: .92rem; }
  .header-call { display: none; }
  .hero { gap: 30px; padding: 42px 20px 68px; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1 1 130px; }
  .hero-actions .text-link { flex-basis: 100%; }
  .trust-list { display: grid; gap: 6px; }
  .section, .contact { padding-left: 20px; padding-right: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 28px; }
  .service-number { margin-bottom: 28px; }
  .service-area { padding: 22px; }
  .contact-options a { display: block; }
  .contact-options strong { display: block; margin-top: 4px; text-align: left; }
  footer { display: block; padding: 24px 20px; text-align: center; }
  footer span { display: block; }
  .mobile-contact { position: fixed; z-index: 20; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3,1fr); min-height: 62px; border-top: 1px solid #454b50; background: var(--charcoal); box-shadow: 0 -10px 28px rgba(0,0,0,.18); }
  .mobile-contact a { display: grid; place-items: center; color: var(--white); font-weight: 850; text-decoration: none; }
  .mobile-contact a + a { border-left: 1px solid #454b50; }
  .mobile-contact a:nth-child(2) { color: var(--gold); }
}

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