:root {
  --bg: #f3efe4;
  --bg-alt: #f8f5ee;
  --paper: #fffdf7;
  --ink: #1a1914;
  --muted: #5d5a50;
  --line: #d7d0bf;
  --accent: #0b7a5a;
  --accent-strong: #0a654c;
  --accent-soft: #d5ece3;
  --sun: #d98a2f;
  --radius: 20px;
  --shadow: 0 16px 36px rgba(31, 30, 24, 0.08);
  --max-width: 1160px;
  --photo-main: url("https://complete-cleaning.ro/wp-content/uploads/2018/10/complete-cleaning22.jpg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(1400px 600px at 10% -20%, #f4c38f 0%, transparent 55%),
    radial-gradient(1000px 700px at 90% -30%, #b5dbcf 0%, transparent 55%),
    var(--bg);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(var(--max-width), calc(100% - 2.5rem));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: var(--ink);
  color: #fff;
  padding: 0.5rem 0.8rem;
  border-radius: 8px;
  z-index: 200;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
  background: rgba(243, 239, 228, 0.86);
  border-bottom: 1px solid rgba(215, 208, 191, 0.9);
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.3rem 0.55rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #234641, #1a3430);
  box-shadow: 0 10px 22px rgba(22, 36, 32, 0.28);
}

.brand-logo {
  width: auto;
  height: 40px;
  display: block;
}

.site-footer .brand-logo {
  height: 36px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.main-nav a {
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--muted);
  padding: 0.55rem 0.75rem;
  border-radius: 12px;
  transition: background 150ms ease, color 150ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a[aria-current="page"] {
  color: var(--ink);
  background: #ece7da;
}

.phone-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.58rem 1rem;
  transition: transform 150ms ease;
}

.phone-chip:hover {
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  padding: 0.45rem 0.6rem;
  font: inherit;
}

.hero {
  padding: 5.4rem 0 4.2rem;
}

.hero-media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(93, 90, 80, 0.24);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(110deg, rgba(22, 20, 16, 0.78) 0%, rgba(22, 20, 16, 0.5) 45%, rgba(22, 20, 16, 0.7) 100%),
    var(--hero-image, var(--photo-main));
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -2;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(243, 239, 228, 0.06) 65%, var(--bg) 100%);
  z-index: -1;
}

.hero-media .container {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1.5rem;
  align-items: stretch;
}

.hero-copy,
.hero-panel {
  background: linear-gradient(155deg, rgba(255, 253, 247, 0.98), rgba(250, 246, 236, 0.94));
  border: 1px solid rgba(215, 208, 191, 0.85);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 2vw, 2rem);
  box-shadow: var(--shadow);
}

.hero-media .hero-copy,
.hero-media .hero-panel {
  background: linear-gradient(155deg, rgba(255, 254, 250, 0.95), rgba(245, 240, 228, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid var(--line);
  background: var(--bg-alt);
  color: #3e3c34;
  padding: 0.22rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

h1,
h2,
h3 {
  font-family: "Literata", "Iowan Old Style", serif;
  line-height: 1.15;
  margin: 0 0 0.8rem;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.05rem, 5vw, 3.25rem);
}

h2 {
  font-size: clamp(1.6rem, 3.4vw, 2.35rem);
}

h3 {
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
}

p {
  margin: 0 0 1rem;
  color: #36342c;
}

.lead {
  font-size: 1.05rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 22px rgba(11, 122, 90, 0.24);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--accent-strong);
}

.btn-ghost {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.hero-stat-grid {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.8rem;
}

.stat strong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.1;
  font-family: "Literata", serif;
  margin-bottom: 0.1rem;
}

.stat span {
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-list {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.55rem;
  color: #2e2d26;
}

main section {
  padding: 4.2rem 0;
}

.section-head {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1.55rem;
  max-width: 700px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fffef9, #f8f4e8);
  padding: 1.1rem;
  box-shadow: 0 10px 25px rgba(26, 25, 20, 0.06);
}

.card h3 {
  margin-bottom: 0.45rem;
}

.card > img {
  width: 100%;
  border-radius: 14px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 0.75rem;
}

.card p {
  font-size: 0.93rem;
}

.card .link {
  color: var(--accent-strong);
  font-weight: 700;
  font-size: 0.88rem;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.photo-tile {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(215, 208, 191, 0.9);
  box-shadow: 0 14px 30px rgba(26, 25, 20, 0.14);
  min-height: 220px;
}

.photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 320ms ease;
}

.photo-tile:hover img,
.photo-tile:focus-within img {
  transform: scale(1.04);
}

.photo-tile figcaption {
  position: absolute;
  inset: auto 0 0;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.75rem 0.9rem;
  background: linear-gradient(180deg, transparent, rgba(18, 17, 14, 0.74));
}

.tile-wide {
  grid-column: span 7;
}

.tile-tall {
  grid-column: span 5;
  grid-row: span 2;
  min-height: 460px;
}

.tile-half {
  grid-column: span 6;
}

.service-visual {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(215, 208, 191, 0.95);
  box-shadow: 0 14px 30px rgba(26, 25, 20, 0.12);
}

.service-visual img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.service-visual figcaption {
  font-size: 0.86rem;
  color: #444137;
  background: #f4efdf;
  padding: 0.55rem 0.8rem;
}

.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.benefit {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem;
}

.benefit ul {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.4rem;
}

.band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid #b9dbce;
  background: linear-gradient(130deg, #e8f5ef, #d4ecdf);
  padding: clamp(1.1rem, 2vw, 1.7rem);
  box-shadow: 0 14px 28px rgba(8, 96, 70, 0.12);
}

.band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(120deg, rgba(11, 122, 90, 0.55), rgba(11, 122, 90, 0.15)),
    var(--photo-main);
  background-size: cover;
  background-position: center center;
  opacity: 0.14;
  z-index: -1;
}

.band h2,
.band p {
  margin-bottom: 0.6rem;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

th,
td {
  padding: 0.82rem 0.9rem;
  text-align: left;
  border-bottom: 1px solid #ece7da;
  font-size: 0.92rem;
}

th {
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4f4b3f;
  background: #f2ede1;
}

td:nth-child(2),
td:nth-child(3),
th:nth-child(2),
th:nth-child(3) {
  white-space: nowrap;
}

.notice {
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  padding: 1rem;
}

.step-index {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.faq {
  display: grid;
  gap: 0.8rem;
}

details {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  padding: 0.85rem 1rem;
}

summary {
  font-weight: 700;
  cursor: pointer;
}

summary + p {
  margin-top: 0.6rem;
  margin-bottom: 0.1rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}

.form-shell,
.info-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem;
  background: var(--paper);
}

label {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 0.83rem;
  font-weight: 700;
  color: #403d33;
}

input,
select,
textarea {
  width: 100%;
  font: inherit;
  padding: 0.68rem 0.72rem;
  border-radius: 12px;
  border: 1px solid #cfc7b4;
  background: #fff;
  margin-bottom: 0.75rem;
}

textarea {
  resize: vertical;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--sun);
  outline-offset: 2px;
}

.form-status {
  margin-top: 0.75rem;
  padding: 0.72rem 0.8rem;
  border-radius: 12px;
  font-size: 0.9rem;
  display: none;
}

.form-status.show {
  display: block;
}

.form-status.success {
  background: #d9f1e6;
  border: 1px solid #9fceb8;
  color: #124e39;
}

.form-status.error {
  background: #fae5df;
  border: 1px solid #e3b6aa;
  color: #7d2f1b;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.pill {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
  font-size: 0.8rem;
  color: #3f3b30;
}

.cta {
  margin: 4.2rem 0;
}

.cta-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid #badfce;
  border-radius: 24px;
  padding: clamp(1.1rem, 2vw, 1.8rem);
  background: linear-gradient(120deg, #edf8f3, #e8f4fb);
  display: grid;
  gap: 0.9rem;
}

.cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(130deg, rgba(31, 91, 73, 0.36), rgba(31, 91, 73, 0.05)),
    var(--photo-main);
  background-size: cover;
  background-position: center;
  opacity: 0.16;
  z-index: -1;
}

.site-footer {
  margin-top: 2rem;
  padding: 2rem 0;
  border-top: 1px solid var(--line);
  background: #ece7d9;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
}

.footer-links {
  display: grid;
  gap: 0.45rem;
}

.footer-links a {
  color: #2f2c24;
  font-size: 0.9rem;
}

.small {
  font-size: 0.84rem;
  color: #5b574d;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero-grid,
  .card-grid,
  .steps,
  .benefits,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 4.1rem;
  }

  .photo-grid {
    grid-template-columns: 1fr;
  }

  .tile-wide,
  .tile-tall,
  .tile-half {
    grid-column: span 1;
  }

  .tile-tall {
    grid-row: span 1;
    min-height: 280px;
  }

  .hero-stat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 84px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    background: rgba(243, 239, 228, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .main-nav.open {
    display: flex;
  }

  .phone-chip {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }
}

@media (max-width: 580px) {
  .container {
    width: min(var(--max-width), calc(100% - 1.4rem));
  }

  .brand {
    padding: 0.26rem 0.42rem;
    border-radius: 12px;
  }

  .brand-logo {
    height: 32px;
  }

  .hero-stat-grid {
    grid-template-columns: 1fr;
  }

  th,
  td {
    padding: 0.68rem 0.65rem;
  }
}
