* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #1b1b1b;
  --muted: #5f646b;
  --sand: #f4f1ed;
  --fog: #eef1f4;
  --accent: #2a5b8f;
  --accent-dark: #1f456b;
  --warm: #f2e7dd;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.6;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover,
button:hover {
  text-decoration: underline;
}

header {
  padding: 24px 6vw;
}

.topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand strong {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

.ad-label {
  font-size: 0.85rem;
  color: var(--muted);
}

nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

nav a {
  font-size: 0.95rem;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

nav a:hover {
  border-color: var(--accent);
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 64px 6vw 80px 6vw;
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 18, 24, 0.55);
  z-index: 0;
}

.page-hero {
  padding: 72px 6vw 64px 6vw;
  color: #ffffff;
  position: relative;
  background-size: cover;
  background-position: center;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 18, 24, 0.6);
  z-index: 0;
}

.page-hero .hero-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.about-hero {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
}

.services-hero {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}

.contact-hero {
  background-image: url("https://images.unsplash.com/photo-1487014679447-9f8336841d58?w=1400&q=80");
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.hero h1 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.hero p {
  font-size: 1.1rem;
  color: #e7e7e7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.btn {
  border: none;
  background: var(--accent);
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 24px;
  cursor: pointer;
  font-size: 0.95rem;
}

.btn.secondary {
  background: #ffffff;
  color: var(--accent-dark);
}

.btn.ghost {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.section {
  padding: 72px 6vw;
}

.section.alt {
  background: var(--sand);
}

.section.slim {
  padding-top: 48px;
  padding-bottom: 48px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 320px;
}

.split .media {
  flex: 1 1 280px;
  background: var(--fog);
  padding: 14px;
  border-radius: 18px;
}

.media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  background-color: #d9dde3;
}

.floating-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.08);
  margin-top: -48px;
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.cta-row {
  margin-top: 24px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background-color: #e0e4ea;
}

.service-card .content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 600;
  color: var(--accent-dark);
}

.quote {
  background: #ffffff;
  border-left: 4px solid var(--accent);
  padding: 18px;
  margin-top: 16px;
}

.insight {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.insight .box {
  flex: 1 1 200px;
  background: #ffffff;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.07);
}

.highlight {
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
}

.highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 18, 24, 0.58);
  z-index: 0;
}

.highlight .content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.form-wrap {
  background: var(--warm);
  padding: 28px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

select,
input,
textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #ccd2d9;
  font-size: 0.95rem;
  font-family: inherit;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 6;
  background: var(--accent-dark);
  color: #ffffff;
  border: none;
  padding: 12px 18px;
  border-radius: 24px;
  cursor: pointer;
}

footer {
  background: #121417;
  color: #e9edf1;
  padding: 40px 6vw;
}

footer a {
  color: #c9d7ea;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: #ffffff;
  color: var(--ink);
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
  max-width: 360px;
  z-index: 7;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.hidden {
  display: none;
}

.secondary-button {
  border: 1px solid var(--accent);
  background: transparent;
  color: var(--accent);
  padding: 10px 16px;
  border-radius: 22px;
  cursor: pointer;
}

.page-title {
  font-size: 2rem;
  margin-bottom: 10px;
}

.content-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 860px;
}

.offset {
  margin-left: 6vw;
  margin-right: 12vw;
}

.contact-details {
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.image-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
}

.image-strip img {
  width: 100%;
  max-width: 260px;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  background-color: #e1e6ee;
}

@media (max-width: 860px) {
  .hero h1 {
    font-size: 2rem;
  }

  .floating-card {
    margin-top: 0;
  }

  .offset {
    margin-right: 6vw;
  }
}
