:root {
  --bg: #f7f3ec;
  --bg-soft: #f2ece4;
  --surface: #fcfaf7;
  --surface-soft: #f8f2e9;
  --surface-strong: #fffdfa;
  --text: #1f2328;
  --heading: #2c3137;
  --muted: #5e5b56;
  --muted-soft: #746f68;
  --accent: #8c6a3b;
  --accent-soft: #b08a57;
  --accent-pale: #efe3d2;
  --border: #d8cdbe;
  --border-strong: #ccb9a3;
  --shadow: 0 18px 42px rgba(72, 53, 28, 0.08), 0 4px 14px rgba(31, 35, 40, 0.04);
  --shadow-soft: 0 10px 26px rgba(72, 53, 28, 0.05);
  --radius: 22px;
  --radius-sm: 16px;
  --container: 1180px;
  --font-heading: 'Roboto Serif', serif;
  --font-body: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(176, 138, 87, 0.10), transparent 26%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.68;
  letter-spacing: 0.003em;
  padding: clamp(16px, 2.4vw, 30px);
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

a:hover {
  color: var(--accent-soft);
}

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

.page {
  max-width: var(--container);
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.back-link:hover {
  color: var(--accent);
}

.lang-switch {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(216, 205, 190, 0.92);
  border-radius: 999px;
  background: rgba(252, 250, 247, 0.88);
  box-shadow: var(--shadow-soft);
  font-size: 0.92rem;
  font-weight: 600;
}

.lang-switch span {
  color: #b8ac9c;
}

.lang-switch a {
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--muted);
}

.lang-switch a.active {
  background: linear-gradient(180deg, var(--accent-soft) 0%, var(--accent) 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(140, 106, 59, 0.18);
}

.hero,
.hero-main,
.hero-side,
.card,
.content,
.footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--surface-strong) 0%, var(--surface) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero::before,
.hero-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 4px;
  border-radius: 0 0 999px 0;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-soft) 100%);
}

.hero {
  padding: clamp(28px, 4vw, 48px);
  margin-bottom: 28px;
}

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.82fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 30px;
}

.hero-main {
  padding: clamp(28px, 4vw, 48px);
  background:
    radial-gradient(circle at top right, rgba(176, 138, 87, 0.10), transparent 30%),
    linear-gradient(180deg, var(--surface-strong) 0%, var(--surface) 100%);
}

.hero-side {
  padding: clamp(22px, 3vw, 30px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  background:
    linear-gradient(180deg, #faf4eb 0%, var(--surface) 100%);
}

.logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 230px;
  padding: 26px;
  border-radius: calc(var(--radius) - 6px);
  border: 1px solid rgba(191, 173, 149, 0.96);
  background:
    radial-gradient(circle at top, rgba(176, 138, 87, 0.18), transparent 46%),
    linear-gradient(180deg, #fbf4ea 0%, #f1e5d6 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -18px 34px rgba(140, 106, 59, 0.05);
}

.logo-box img {
  width: min(230px, 72%);
  height: auto;
  filter: drop-shadow(0 16px 30px rgba(71, 52, 26, 0.10));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--accent-pale);
  border: 1px solid rgba(204, 185, 163, 0.92);
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--heading);
  font-family: var(--font-heading);
  letter-spacing: -0.01em;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 4vw, 4.1rem);
  line-height: 1.02;
  max-width: none;
}

.hero h2,
.hero-main h2 {
  margin-bottom: 18px;
  font-size: clamp(1.18rem, 2vw, 1.72rem);
  font-weight: 500;
  line-height: 1.42;
  color: #433a31;
  max-width: 32ch;
}

.hero-main h1 {
  max-width: 10ch;
  font-size: clamp(2.2rem, 3.5vw, 3.7rem);
}

h3 {
  margin-bottom: 18px;
  font-size: 1.32rem;
  line-height: 1.28;
}

.content h2 {
  margin: 30px 0 12px;
  font-size: 1.18rem;
  font-weight: 600;
}

.content h2:first-child {
  margin-top: 0;
}

p,
li {
  color: var(--muted);
  font-size: 1rem;
}

strong {
  color: var(--heading);
}

.lead {
  max-width: 64ch;
  margin: 0;
  color: var(--text);
  font-size: 1.05rem;
}

.muted {
  margin: 0;
  color: var(--muted-soft);
  font-size: 0.95rem;
}

.card,
.content {
  padding: clamp(24px, 3vw, 34px);
}

.card > p,
.content > p {
  margin: 0;
}

.card > p + p,
.content > p + p {
  margin-top: 14px;
}

.grid,
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.services,
.process,
.content ul,
.card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.services li,
.process li,
.content ul li,
.card ul li {
  position: relative;
  margin: 0;
  padding-left: 22px;
}

.services li::before,
.content ul li::before,
.card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-soft);
  box-shadow: 0 0 0 4px rgba(176, 138, 87, 0.12);
  transform: translateY(-50%);
}

.process {
  counter-reset: step;
  gap: 18px;
}

.process li {
  min-height: 36px;
  padding-left: 52px;
}

.process li::before {
  counter-increment: step;
  content: counter(step);
  top: 0;
  width: 32px;
  height: 32px;
  transform: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, var(--accent-soft) 0%, var(--accent) 100%);
  color: #fff;
  box-shadow: none;
  font-family: var(--font-heading);
  font-size: 0.96rem;
  font-weight: 700;
}

.mini-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.mini-points li {
  margin: 0;
  padding: 14px 16px 14px 18px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #fffdf9 0%, #f8f2e9 100%);
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.55;
}

.mini-points li::before {
  content: "•";
  color: var(--accent);
  margin-right: 8px;
}

.trust-list {
  display: grid;
  gap: 14px;
}

.trust-item,
.contact-item,
.price-highlight,
.contact-box {
  padding: 18px 20px;
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, #fffdf9 0%, #f8f2e9 100%);
  border: 1px solid rgba(216, 205, 190, 0.95);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.trust-item strong,
.contact-item strong,
.price-highlight strong {
  display: block;
  margin-bottom: 6px;
  color: var(--heading);
  font-family: var(--font-heading);
  font-size: 1rem;
  line-height: 1.35;
}

.trust-item span,
.contact-item span {
  color: var(--muted);
  word-break: break-word;
}

.contact-item a {
  color: var(--heading);
  word-break: break-word;
}

.contact-item a:hover {
  color: var(--accent);
}

.contact-box p {
  margin: 0;
}

.contact-box p + p {
  margin-top: 10px;
}

.price-highlight {
  background:
    radial-gradient(circle at top right, rgba(176, 138, 87, 0.14), transparent 46%),
    linear-gradient(180deg, #fbf3e7 0%, #f7ede0 100%);
}

.price-highlight strong {
  color: var(--accent);
  font-size: 1.08rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 600;
  text-align: center;
  transform: translateY(0);
}

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

.btn-primary {
  background: linear-gradient(180deg, var(--accent-soft) 0%, var(--accent) 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(140, 106, 59, 0.18);
}

.btn-primary:hover {
  color: #fff;
  box-shadow: 0 14px 28px rgba(140, 106, 59, 0.22);
}

.btn-secondary {
  background: rgba(252, 250, 247, 0.96);
  border-color: var(--border-strong);
  color: var(--heading);
}

.btn-secondary:hover {
  color: var(--accent);
  border-color: var(--accent-soft);
}

.note {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 0.95rem;
  color: var(--muted-soft);
}

.footer {
  margin-top: 30px;
  padding: 20px 24px;
  text-align: center;
  font-size: 0.94rem;
  line-height: 1.8;
  color: var(--muted-soft);
  background: linear-gradient(180deg, #fbf7f1 0%, #f5ede2 100%);
}

.footer a {
  color: var(--accent);
}

.footer a:hover {
  color: var(--accent-soft);
}

@media (max-width: 980px) {
  .hero-split,
  .grid,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .hero-side {
    gap: 16px;
  }

  .logo-box {
    min-height: 180px;
  }
}

@media (max-width: 760px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .lang-switch {
    margin-left: 0;
  }

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

@media (max-width: 640px) {
  body {
    padding: 14px;
  }

  .hero,
  .hero-main,
  .hero-side,
  .card,
  .content,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    max-width: none;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero h2,
  .hero-main h2 {
    max-width: none;
  }

  .mini-points {
    grid-template-columns: 1fr;
  }

  .cta-row {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .lang-switch {
    width: 100%;
    justify-content: center;
  }
}

/* 2026-04-16: mobile h1 hotfix */
@media (max-width: 640px) {
  h1 {
    font-size: clamp(2.1rem, 9vw, 3.2rem);
    line-height: 0.96;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}
