:root {
  --bg: #050607;
  --bg-deep: #0b0d11;
  --panel: rgba(12, 14, 17, 0.76);
  --panel-strong: rgba(9, 11, 14, 0.92);
  --line: rgba(255, 255, 255, 0.08);
  --line-gold: rgba(214, 171, 93, 0.28);
  --gold: #d6ab5d;
  --gold-bright: #f3d7a2;
  --text: #f3eee6;
  --muted: #a7a39a;
  --shadow: 0 22px 80px rgba(0, 0, 0, 0.48);
  --tracking-copy: 0.08em;
  --tracking-display: 0.12em;
  --weight-regular: 400;
  --weight-strong: 500;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  padding: 1rem clamp(1rem, 2vw, 2rem);
  color: var(--text);
  font-family: "Oswald", sans-serif;
  font-weight: var(--weight-regular);
  line-height: 1.45;
  letter-spacing: var(--tracking-copy);
  text-transform: uppercase;
  background:
    radial-gradient(circle at 12% 18%, rgba(214, 171, 93, 0.18), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(96, 130, 160, 0.14), transparent 24%),
    radial-gradient(circle at 50% 115%, rgba(214, 171, 93, 0.14), transparent 38%),
    linear-gradient(135deg, #040506 0%, #111318 42%, #050506 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 140px 140px;
  mask-image: radial-gradient(circle at center, #000 40%, transparent 88%);
  opacity: 0.18;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.02) 100%);
  mix-blend-mode: screen;
  opacity: 0.55;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.page-frame {
  width: min(100%, 1240px);
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.lang-row {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: clamp(0.55rem, 1.2vw, 1rem);
}

.gold-text {
  color: var(--gold);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.7rem 1.05rem;
  border-radius: 999px;
  background: rgba(10, 12, 15, 0.72);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.language-divider {
  color: rgba(255, 255, 255, 0.28);
}

.nav-link {
  color: rgba(243, 238, 230, 0.68);
  font-size: 0.9rem;
  font-weight: var(--weight-regular);
  letter-spacing: var(--tracking-display);
  transition: transform 0.25s ease, color 0.25s ease, text-shadow 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--gold-bright);
  transform: translateY(-1px);
  text-shadow: 0 0 18px rgba(214, 171, 93, 0.32);
}

.hero-shell,
.pricing-shell,
.map-shell {
  position: relative;
  overflow: hidden;
}

.hero-shell {
  padding: clamp(1.4rem, 3vw, 2.6rem);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(18, 20, 24, 0.84), rgba(8, 9, 12, 0.94));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-shell::before,
.pricing-shell::before,
.map-shell::before {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(214, 171, 93, 0.14);
  border-radius: inherit;
  pointer-events: none;
}

.hero-shell::after {
  content: "";
  position: absolute;
  width: 28rem;
  height: 28rem;
  right: -12rem;
  top: -14rem;
  background: radial-gradient(circle, rgba(214, 171, 93, 0.22), transparent 72%);
  filter: blur(12px);
  pointer-events: none;
}

.hero-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}


.hero-heading {
  width: min(100%, 980px);
  margin: 0 auto 0.72rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  text-align: center;
}

.hero-headline {
  margin: 0;
}

.hero-headline--tertiary {
  margin-top: 0.24rem;
}

.hero-phone-wrap {
  margin: 0 0 1.08rem;
}

.headline-primary {
  width: 100%;
  font-size: clamp(3.45rem, 10vw, 6.8rem);
  line-height: 0.93;
  font-weight: var(--weight-strong);
  letter-spacing: 0.18em;
  text-align: center;
  text-wrap: balance;
  text-shadow: 0 0 30px rgba(214, 171, 93, 0.16);
}

.headline-secondary {
  width: 100%;
  font-size: clamp(1.95rem, 6vw, 4rem);
  line-height: 0.92;
  font-weight: var(--weight-strong);
  letter-spacing: 0.16em;
  text-align: center;
  text-wrap: balance;
}

.headline-tertiary {
  width: 100%;
  font-size: clamp(1.4rem, 4.4vw, 2.9rem);
  line-height: 1;
  font-weight: var(--weight-regular);
  letter-spacing: 0.14em;
  text-align: center;
  text-wrap: balance;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: clamp(320px, 28vw, 420px);
  min-height: 56px;
  padding: 0.76rem 2.1rem;
  font-size: clamp(1.16rem, 1.26vw, 1.4rem);
  border-radius: 999px;
  border: 1px solid rgba(214, 171, 93, 0.4);
  background: linear-gradient(135deg, rgba(214, 171, 93, 0.18), rgba(214, 171, 93, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 32px rgba(0, 0, 0, 0.24);
  color: var(--gold-bright);
  font-weight: var(--weight-strong);
  letter-spacing: var(--tracking-display);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.phone-link:hover {
  transform: translateY(-2px);
  border-color: rgba(243, 215, 162, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 40px rgba(0, 0, 0, 0.32),
    0 0 24px rgba(214, 171, 93, 0.16);
}

.hero-divider {
  width: min(100%, 990px);
  height: 6px;
  margin: 1.35rem auto 2.05rem;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(214, 171, 93, 0.08) 7%,
    rgba(214, 171, 93, 0.22) 16%,
    rgba(214, 171, 93, 0.92) 50%,
    rgba(214, 171, 93, 0.22) 84%,
    rgba(214, 171, 93, 0.08) 93%,
    transparent 100%
  );
  clip-path: polygon(4% 50%, 8% 18%, 92% 18%, 96% 50%, 92% 82%, 8% 82%);
  box-shadow: 0 0 30px rgba(214, 171, 93, 0.24);
}

.section-title {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: var(--weight-strong);
  letter-spacing: 0.14em;
}

.pricing-title {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

.works-section {
  max-width: 980px;
  margin: 0 auto 0.45rem;
}

.works-title {
  margin-top: 0.4rem;
  margin-bottom: 1rem;
}

.info-section {
  max-width: 980px;
  margin: 0 auto 1.35rem;
}

.info-title {
  margin-top: 0.45rem;
  margin-bottom: 0.95rem;
}

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

.process-card {
  min-height: 100%;
  padding: 1.05rem 1rem 1.1rem;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(14, 16, 20, 0.9), rgba(10, 11, 14, 0.74));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.process-card:hover {
  transform: translateY(-5px);
  border-color: rgba(214, 171, 93, 0.24);
  background: linear-gradient(180deg, rgba(18, 20, 24, 0.94), rgba(11, 12, 16, 0.82));
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.3);
}

.process-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 171, 93, 0.24);
  background: rgba(214, 171, 93, 0.08);
  color: var(--gold-bright);
  font-size: 0.82rem;
  font-weight: var(--weight-strong);
  letter-spacing: 0.08em;
}

.process-text {
  margin: 0;
  color: rgba(243, 238, 230, 0.82);
  font-size: clamp(0.82rem, 1.3vw, 0.94rem);
  line-height: 1.48;
  letter-spacing: 0.02em;
  text-wrap: pretty;
  hyphens: none;
}

.faq-list {
  display: grid;
  gap: 0.7rem;
  overflow-anchor: none;
}

.faq-item {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 171, 93, 0.22);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.28);
}

.faq-question {
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
  cursor: pointer;
  padding: 1rem 3rem 1rem 1rem;
  border: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  text-align: center;
  color: var(--gold-bright);
  font-family: inherit;
  font-size: clamp(0.84rem, 1.34vw, 0.96rem);
  font-weight: var(--weight-strong);
  line-height: 1.44;
  letter-spacing: 0.05em;
  text-transform: inherit;
  white-space: normal;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(243, 215, 162, 0.76);
  font-size: 1.1rem;
  line-height: 1;
}

.faq-item.is-open .faq-question::after {
  content: "-";
}

.faq-panel {
  height: 0;
  overflow: hidden;
  will-change: height;
  transition: height 0.3s ease;
}

.faq-answer {
  margin: 0;
  padding: 0 1rem 1rem;
  color: rgba(243, 238, 230, 0.76);
  font-size: clamp(0.8rem, 1.28vw, 0.92rem);
  line-height: 1.54;
  letter-spacing: 0.05em;
  text-align: center;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1.2rem);
}

.work-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
  width: min(100%, 420px);
  justify-self: center;
}

.work-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.work-card:hover .work-image {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.32);
}

.pricing-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  text-align: left;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(11, 13, 16, 0.9), rgba(10, 11, 14, 0.72));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.calculator-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(1.1rem, 3vw, 1.6rem);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(11, 13, 16, 0.9), rgba(10, 11, 14, 0.72));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

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

.calc-field {
  display: grid;
  gap: 0.42rem;
  position: relative;
}

.calc-field--select::after {
  content: "";
  position: absolute;
  right: 1.15rem;
  bottom: 1.15rem;
  width: 14px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23F3EEE6' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 14px 9px;
  pointer-events: none;
}

.calc-label {
  color: var(--gold-bright);
  font-size: clamp(0.82rem, 1.28vw, 0.92rem);
  letter-spacing: 0.05em;
}

.calc-input {
  width: 100%;
  min-height: 50px;
  padding: 0.78rem 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font: inherit;
  font-size: clamp(0.82rem, 1.28vw, 0.92rem);
  letter-spacing: 0.05em;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

select.calc-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 3rem;
}

.calc-input:focus {
  border-color: rgba(214, 171, 93, 0.28);
  box-shadow: 0 0 0 3px rgba(214, 171, 93, 0.08);
  background: rgba(255, 255, 255, 0.045);
}

.calc-input option {
  color: #111318;
}

.calc-check {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 50px;
  padding: 0.82rem 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.calc-check--result {
  justify-content: center;
  width: fit-content;
  margin: 0.72rem auto 0;
  padding: 0.54rem 0.78rem;
  min-height: 42px;
}

.calc-check[hidden] {
  display: none;
}

.calc-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--gold);
  flex: 0 0 auto;
}

.calc-check--result input {
  width: 16px;
  height: 16px;
}

.calc-check-text {
  color: rgba(243, 238, 230, 0.82);
  font-size: clamp(0.8rem, 1.24vw, 0.9rem);
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.calc-check--result .calc-check-text {
  font-size: clamp(0.76rem, 1.08vw, 0.84rem);
}

.calc-result {
  margin-top: 0.95rem;
  padding: 1rem 1rem 1.05rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(214, 171, 93, 0.14);
}

.calc-result-kicker {
  margin: 0 0 0.38rem;
  color: rgba(243, 238, 230, 0.64);
  font-size: clamp(0.78rem, 1.18vw, 0.86rem);
  letter-spacing: 0.06em;
}

.calc-result-value {
  margin: 0;
  color: var(--gold-bright);
  font-size: clamp(1.5rem, 3.6vw, 2.2rem);
  font-weight: var(--weight-strong);
  letter-spacing: 0.08em;
  line-height: 1;
}

.calc-result-note {
  margin: 0.48rem 0 0;
  color: rgba(243, 238, 230, 0.76);
  font-size: clamp(0.78rem, 1.18vw, 0.88rem);
  line-height: 1.44;
  letter-spacing: 0.04em;
}

.calc-warning {
  margin: 0.58rem auto 0;
  max-width: 36rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.48rem;
  color: rgba(255, 214, 214, 0.92);
  font-size: clamp(0.64rem, 1.2vw, 0.74rem);
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-align: center;
}

.calc-warning[hidden] {
  display: none;
}

.calc-warning-mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.02rem;
  height: 1.02rem;
  border-radius: 999px;
  background: rgba(214, 66, 66, 0.18);
  border: 1px solid rgba(255, 109, 109, 0.46);
  color: #ff7a7a;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  align-self: center;
  margin-top: 0;
}

/* Applied dynamically when warning text overflows its container */
.calc-warning--compact {
  font-size: 0.28rem !important;
  letter-spacing: 0.004em !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}

.calc-warning--ultra {
  font-size: 0.22rem !important;
  letter-spacing: 0.002em !important;
  line-height: 1.02 !important;
}

.price-row,
.price-group {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.price-row--head {
  padding-top: 0;
  border-bottom-color: rgba(214, 171, 93, 0.28);
}

.price-group {
  margin-top: 1rem;
  font-size: 1.05em;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.price-row--head span,
.price-group span {
  font-weight: var(--weight-strong);
  letter-spacing: var(--tracking-copy);
}

.price-name {
  font-weight: var(--weight-regular);
  letter-spacing: var(--tracking-copy);
  color: rgba(243, 238, 230, 0.76);
}

.price-value {
  color: var(--gold-bright);
  font-weight: var(--weight-strong);
  letter-spacing: var(--tracking-copy);
  white-space: nowrap;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 0.72rem;
  max-width: 520px;
  margin: 0.52rem auto 0;
}

.contact-card {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 0.88rem 0.78rem 0.92rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 171, 93, 0.25);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.3);
}

.contact-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.52rem;
  text-align: center;
}

.contact-icon {
  width: clamp(48px, 5.6vw, 60px);
  height: clamp(48px, 5.6vw, 60px);
  object-fit: contain;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.22));
}

.contact-card:hover .contact-icon {
  transform: scale(1.06);
  filter: drop-shadow(0 0 16px rgba(214, 171, 93, 0.18));
}

.contact-label {
  font-size: clamp(0.7rem, 1.35vw, 0.82rem);
  font-weight: var(--weight-regular);
  letter-spacing: 0.045em;
  line-height: 1.18;
  color: var(--gold-bright);
}

.service-note {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 1rem;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1rem, 2.3vw, 1.3rem);
  font-weight: var(--weight-regular);
  line-height: 1.65;
  letter-spacing: var(--tracking-copy);
  color: rgba(243, 238, 230, 0.85);
}

.service-note-wrap {
  text-align: center;
  margin-top: clamp(1.75rem, 4vw, 4rem);
}

.note-accent {
  color: var(--gold-bright);
  font-weight: var(--weight-strong);
}

.map-address {
  margin: clamp(1.35rem, 3.2vw, 2.5rem) 0 0.24rem;
  text-align: center;
  color: rgba(243, 238, 230, 0.86);
  font-size: clamp(0.74rem, 1.12vw, 0.9rem);
  letter-spacing: 0.08em;
}

.map-address + .map-shell {
  margin-top: 0;
}

.map-shell {
  margin-top: clamp(1.75rem, 5vw, 4rem);
  padding: 0.85rem;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(12, 14, 17, 0.92), rgba(8, 9, 12, 0.76));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.map-frame {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
  border-radius: 22px;
  filter: saturate(0.88) contrast(1.04) brightness(0.92);
}

.site-footer {
  margin: 1.1rem 0 0;
  text-align: center;
  color: rgba(243, 238, 230, 0.42);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

.mobile-contact-cta {
  display: none;
}

@keyframes mobileCtaPulse {
  0%,
  100% {
    box-shadow:
      0 18px 40px rgba(0, 0, 0, 0.36),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
    background-position: 0% 50%;
  }

  50% {
    box-shadow:
      0 20px 44px rgba(0, 0, 0, 0.4),
      0 0 18px rgba(214, 171, 93, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
    background-position: 100% 50%;
  }
}

.reveal-up {
  opacity: 0;
  transform: translateY(28px);
  animation: revealUp 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

@keyframes revealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }

  .reveal-up {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .mobile-contact-cta {
    animation: none;
  }

}

@media (max-width: 1024px) {
  .page-frame {
    max-width: 1040px;
  }

  .hero-shell {
    padding: 1.8rem;
    border-radius: 32px;
  }

  .hero-heading {
    width: min(100%, 860px);
  }

  .headline-primary {
    font-size: clamp(3rem, 8vw, 5.6rem);
    letter-spacing: 0.16em;
  }

  .headline-secondary {
    font-size: clamp(1.9rem, 5.5vw, 3.35rem);
    letter-spacing: 0.145em;
  }

  .headline-tertiary {
    font-size: clamp(1.3rem, 3.8vw, 2.2rem);
    letter-spacing: 0.125em;
  }

  .hero-divider {
    width: min(100%, 900px);
    margin: 1.9rem auto 2.35rem;
  }

  .pricing-shell {
    max-width: 100%;
  }

  .contact-grid {
    max-width: 460px;
  }

  .map-frame {
    height: 460px;
  }
}

@media (max-width: 860px) {
  body {
    padding-bottom: calc(5.6rem + env(safe-area-inset-bottom));
  }

  .lang-row {
    justify-content: flex-end;
  }

  .mobile-contact-cta {
    position: fixed;
    left: 50%;
    bottom: calc(0.9rem + env(safe-area-inset-bottom));
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(calc(100% - 1.5rem), 430px);
    min-height: 56px;
    padding: 0.82rem 1.2rem;
    border-radius: 999px;
    background: linear-gradient(120deg, rgba(243, 215, 162, 0.98), rgba(214, 171, 93, 0.94), rgba(243, 215, 162, 0.98));
    background-size: 200% 200%;
    box-shadow:
      0 18px 40px rgba(0, 0, 0, 0.36),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
    color: #111318;
    font-size: 0.94rem;
    font-weight: var(--weight-strong);
    letter-spacing: 0.08em;
    text-align: center;
    z-index: 50;
    animation: mobileCtaPulse 3.8s ease-in-out infinite;
  }

  .mobile-contact-cta:hover {
    transform: translateX(-50%) translateY(-1px);
  }

  .hero-shell {
    padding: 1.45rem;
  }

  .hero-heading {
    width: 100%;
  }

  .phone-link {
    min-width: 0;
    width: auto;
    min-height: 52px;
    padding: 0.68rem 1.15rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }

  .hero-phone-wrap {
    margin-bottom: 1.35rem;
  }

  .hero-divider {
    width: 100%;
    margin: 1.75rem auto 2.1rem;
  }

  .pricing-shell {
    padding: 1.15rem 0.95rem;
    border-radius: 26px;
    font-size: 0.88rem;
  }

  .price-row,
  .price-group {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.7rem;
  }

  .price-value {
    white-space: nowrap;
  }

  .service-note {
    max-width: 760px;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .map-frame {
    height: 420px;
  }
}

@media (max-width: 680px) {
  body {
    letter-spacing: 0.06em;
  }

  .hero-shell {
    padding: 1rem 0.95rem;
    border-radius: 28px;
  }

  .hero-heading {
    margin-bottom: 0.5rem;
    gap: 0.12rem;
  }

  .headline-primary {
    font-size: 2.68rem;
    letter-spacing: 0.14em;
  }

  .headline-secondary {
    font-size: 1.5rem;
    letter-spacing: 0.12em;
  }

  .headline-tertiary {
    font-size: 1.08rem;
    letter-spacing: 0.1em;
  }

  .hero-headline--tertiary {
    margin-top: 0.16rem;
  }

  .hero-phone-wrap {
    margin-bottom: 0.62rem;
  }

  .phone-link {
    min-width: 0;
    min-height: 48px;
    padding: 0.58rem 0.98rem;
    font-size: 0.92rem;
    letter-spacing: 0.09em;
  }

  .hero-divider {
    margin: 1.2rem auto 1.55rem;
    clip-path: polygon(5% 50%, 10% 22%, 90% 22%, 95% 50%, 90% 78%, 10% 78%);
  }

  .section-title {
    font-size: 1.08rem;
    letter-spacing: 0.1em;
    margin-top: 0.72rem;
    margin-bottom: 0.82rem;
  }

  .works-title {
    margin-top: 0.46rem;
    margin-bottom: 0.72rem;
  }

  .info-section {
    margin-bottom: 1rem;
  }

  .info-title {
    margin-top: 0.4rem;
    margin-bottom: 0.72rem;
  }

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

  .process-card {
    padding: 0.68rem 0.36rem 0.72rem;
    border-radius: 20px;
  }

  .process-step {
    width: 1.72rem;
    height: 1.72rem;
    margin-bottom: 0.46rem;
    font-size: 0.64rem;
  }

  .process-text {
    font-size: 0.56rem;
    line-height: 1.26;
    letter-spacing: 0.01em;
    hyphens: none;
  }

  .faq-list {
    gap: 0.5rem;
  }

  .faq-item {
    border-radius: 18px;
  }

  .faq-question {
    padding: 0.82rem 2.4rem 0.82rem 0.82rem;
    font-size: 0.7rem;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }

  .faq-answer {
    padding: 0 0.82rem 0.82rem;
    font-size: 0.66rem;
    letter-spacing: 0.04em;
  }

  .calc-warning {
    align-items: center;
    gap: 0.34rem;
    font-size: 0.5rem;
    line-height: 1.18;
    letter-spacing: 0.015em;
  }

  .calc-warning-mark {
    width: 0.8rem;
    height: 0.8rem;
    font-size: 0.56rem;
    align-self: center;
    margin-top: 0;
  }

  .works-grid {
    gap: 0.5rem;
  }

  .work-image {
    border-radius: 18px;
  }

  .pricing-shell {
    padding: 0.95rem 0.78rem;
    font-size: 0.76rem;
  }

  .calculator-shell {
    padding: 0.9rem 0.78rem;
    border-radius: 22px;
  }

  .calculator-grid {
    gap: 0.55rem;
  }

  .calc-input,
  .calc-check {
    min-height: 44px;
    padding: 0.66rem 0.72rem;
    border-radius: 16px;
  }

  .calc-label,
  .calc-check-text,
  .calc-result-kicker,
  .calc-result-note {
    font-size: 0.7rem;
    letter-spacing: 0.04em;
  }

  .calc-check--result {
    min-height: 36px;
    margin-top: 0.58rem;
    padding: 0.42rem 0.62rem;
  }

  .calc-check--result input {
    width: 14px;
    height: 14px;
  }

  .calc-check--result .calc-check-text {
    font-size: 0.64rem;
  }

  .calc-input {
    font-size: 0.7rem;
  }

  .calc-result {
    margin-top: 0.72rem;
    padding: 0.82rem 0.78rem 0.86rem;
    border-radius: 18px;
  }

  .calc-result-value {
    font-size: 1.46rem;
  }

  .price-row,
  .price-group {
    gap: 0.45rem;
    padding: 0.65rem 0;
  }

  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    gap: 0.42rem;
    max-width: 356px;
    margin-top: 0.12rem;
  }

  .contact-card {
    width: auto;
    padding: 0.54rem 0.26rem 0.58rem;
    border-radius: 18px;
  }

  .contact-icon {
    width: 36px;
    height: 36px;
  }

  .contact-label {
    font-size: 0.5rem;
    letter-spacing: 0.02em;
    line-height: 1.06;
    white-space: nowrap;
  }

  .service-note {
    font-size: 0.76rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
    padding: 0 0.35rem;
  }

  .map-shell {
    padding: 0.6rem;
    border-radius: 22px;
  }

  .map-frame {
    height: 320px;
  }
}

@media (max-width: 560px) {
  body {
    letter-spacing: 0.05em;
  }

  .mobile-contact-cta {
    min-height: 52px;
    padding: 0.74rem 1rem;
    font-size: 0.82rem;
    letter-spacing: 0.07em;
  }

  .language-switch {
    gap: 0.5rem;
    padding: 0.5rem 0.7rem;
  }

  .nav-link {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .phone-link {
    width: auto;
    min-width: 0;
    min-height: 42px;
    padding: 0.48rem 0.76rem;
    font-size: 0.8rem;
    letter-spacing: 0.07em;
  }

  .hero-heading {
    margin-bottom: 0.44rem;
    gap: 0.1rem;
  }

  .headline-primary {
    font-size: 2.22rem;
    letter-spacing: 0.13em;
  }

  .headline-secondary {
    font-size: 1.24rem;
    letter-spacing: 0.11em;
  }

  .headline-tertiary {
    font-size: 0.9rem;
    letter-spacing: 0.09em;
  }

  .hero-headline--tertiary {
    margin-top: 0.12rem;
  }

  .hero-phone-wrap {
    margin-bottom: 0.54rem;
  }

  .hero-divider {
    margin: 0.94rem auto 1.18rem;
  }

  .pricing-shell {
    padding: 0.82rem 0.62rem;
    font-size: 0.7rem;
  }

  .price-name,
  .price-value {
    line-height: 1.26;
    letter-spacing: 0.03em;
  }

  .calculator-shell {
    padding: 0.76rem 0.62rem;
    border-radius: 18px;
  }

  .calculator-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.38rem;
  }

  .calc-check {
    grid-column: auto;
  }

  .calc-input,
  .calc-check {
    min-height: 40px;
    padding: 0.56rem 0.58rem;
    border-radius: 14px;
  }

  .calc-field--select::after {
    right: 0.92rem;
    bottom: 1rem;
  }

  select.calc-input {
    padding-right: 2.6rem;
  }

  .calc-label,
  .calc-check-text,
  .calc-result-kicker,
  .calc-result-note {
    font-size: 0.64rem;
    letter-spacing: 0.03em;
  }

  .calc-check--result {
    min-height: 34px;
    margin-top: 0.5rem;
    padding: 0.38rem 0.54rem;
  }

  .calc-check--result input {
    width: 13px;
    height: 13px;
  }

  .calc-check--result .calc-check-text {
    font-size: 0.58rem;
  }

  .calc-input {
    font-size: 0.64rem;
  }

  .calc-result {
    margin-top: 0.58rem;
    padding: 0.72rem 0.62rem 0.74rem;
    border-radius: 14px;
  }

  .calc-result-value {
    font-size: 1.16rem;
  }

  .pricing-title {
    margin-top: 0.56rem;
    margin-bottom: 0.68rem;
  }

  .works-title {
    margin-top: 0.34rem;
    margin-bottom: 0.56rem;
  }

  .info-title {
    margin-top: 0.3rem;
    margin-bottom: 0.56rem;
  }

  .process-grid {
    gap: 0.3rem;
  }

  .process-card {
    padding: 0.56rem 0.2rem 0.6rem;
    border-radius: 14px;
  }

  .process-step {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.38rem;
    font-size: 0.56rem;
  }

  .process-text {
    font-size: 0.47rem;
    line-height: 1.22;
    letter-spacing: 0.008em;
    hyphens: none;
  }

  .faq-item {
    border-radius: 14px;
  }

  .faq-question {
    padding: 0.7rem 2.1rem 0.7rem 0.7rem;
    font-size: 0.6rem;
    line-height: 1.32;
    letter-spacing: 0.03em;
  }

  .faq-answer {
    padding: 0 0.7rem 0.72rem;
    font-size: 0.56rem;
    letter-spacing: 0.03em;
  }

  .works-grid {
    gap: 0.36rem;
  }

  .work-image {
    border-radius: 14px;
  }

  .price-row,
  .price-group {
    gap: 0.35rem;
    padding: 0.55rem 0;
  }

  .contact-grid {
    max-width: 308px;
    gap: 0.34rem;
    margin-top: 0.06rem;
  }

  .contact-card {
    width: auto;
    padding: 0.46rem 0.18rem 0.5rem;
  }

  .contact-icon {
    width: 32px;
    height: 32px;
  }

  .contact-label {
    font-size: 0.45rem;
    letter-spacing: 0.015em;
    line-height: 1.04;
    white-space: nowrap;
  }

  .service-note {
    font-size: 0.66rem;
    line-height: 1.34;
    letter-spacing: 0.025em;
  }

  .map-address {
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }

  .map-frame {
    height: 280px;
  }
}

@media (max-width: 420px) {
  .hero-shell {
    padding: 0.78rem 0.72rem;
    border-radius: 22px;
  }

  .mobile-contact-cta {
    width: calc(100% - 1rem);
    min-height: 48px;
    bottom: calc(0.65rem + env(safe-area-inset-bottom));
    font-size: 0.74rem;
    letter-spacing: 0.06em;
  }

  .headline-primary {
    font-size: 1.9rem;
    letter-spacing: 0.12em;
  }

  .headline-secondary {
    font-size: 1.04rem;
    letter-spacing: 0.1em;
  }

  .headline-tertiary {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
  }

  .hero-headline--tertiary {
    margin-top: 0.08rem;
  }

  .hero-phone-wrap {
    margin-bottom: 0.5rem;
  }

  .phone-link {
    min-width: 0;
    min-height: 38px;
    padding: 0.4rem 0.66rem;
    font-size: 0.74rem;
    letter-spacing: 0.06em;
  }

  .hero-divider {
    height: 5px;
    margin: 0.82rem auto 1.06rem;
    clip-path: polygon(7% 50%, 13% 24%, 87% 24%, 93% 50%, 87% 76%, 13% 76%);
  }

  .section-title {
    font-size: 0.96rem;
  }

  .pricing-title {
    margin-top: 0.44rem;
    margin-bottom: 0.58rem;
  }

  .works-grid {
    gap: 0.3rem;
  }

  .process-card {
    padding: 0.48rem 0.12rem 0.52rem;
    border-radius: 12px;
  }

  .process-step {
    width: 1.32rem;
    height: 1.32rem;
    margin-bottom: 0.3rem;
    font-size: 0.48rem;
  }

  .process-text {
    font-size: 0.42rem;
    line-height: 1.18;
    letter-spacing: 0.004em;
    hyphens: none;
  }

  .faq-item {
    border-radius: 12px;
  }

  .faq-question {
    padding: 0.62rem 1.9rem 0.62rem 0.62rem;
    font-size: 0.52rem;
    line-height: 1.28;
    letter-spacing: 0.02em;
  }

  .faq-answer {
    padding: 0 0.62rem 0.64rem;
    font-size: 0.5rem;
    letter-spacing: 0.02em;
  }

  .calc-warning {
    align-items: center;
    gap: 0.26rem;
    font-size: 0.42rem;
    line-height: 1.12;
    letter-spacing: 0.01em;
  }

  .calc-warning-mark {
    width: 0.68rem;
    height: 0.68rem;
    font-size: 0.48rem;
    align-self: center;
    margin-top: 0;
    transform: translateY(-0.02rem);
  }

  .work-image {
    border-radius: 12px;
  }

  .pricing-shell {
    font-size: 0.64rem;
    padding: 0.72rem 0.5rem;
  }

  .price-name,
  .price-value {
    line-height: 1.22;
    letter-spacing: 0.02em;
  }

  .calculator-shell {
    padding: 0.68rem 0.5rem;
    border-radius: 16px;
  }

  .calculator-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.34rem;
  }

  .calc-check {
    grid-column: auto;
  }

  .calc-input,
  .calc-check {
    min-height: 38px;
    padding: 0.48rem 0.5rem;
    border-radius: 12px;
  }

  .calc-field--select::after {
    right: 0.8rem;
    bottom: 0.9rem;
  }

  select.calc-input {
    padding-right: 2.35rem;
  }

  .calc-label,
  .calc-check-text,
  .calc-result-kicker,
  .calc-result-note {
    font-size: 0.58rem;
    letter-spacing: 0.02em;
  }

  .calc-check--result {
    min-height: 30px;
    margin-top: 0.44rem;
    padding: 0.32rem 0.46rem;
  }

  .calc-check--result input {
    width: 12px;
    height: 12px;
  }

  .calc-check--result .calc-check-text {
    font-size: 0.52rem;
  }

  .calc-input {
    font-size: 0.58rem;
  }

  .calc-check-text {
    line-height: 1.16;
  }

  .calc-result {
    margin-top: 0.5rem;
    padding: 0.62rem 0.5rem 0.64rem;
    border-radius: 12px;
  }

  .calc-result-value {
    font-size: 0.98rem;
  }

  .pricing-shell,
  .map-shell {
    border-radius: 22px;
  }

  .contact-grid {
    max-width: 272px;
    gap: 0.28rem;
  }

  .contact-card {
    width: auto;
    padding: 0.4rem 0.14rem 0.44rem;
  }

  .contact-icon {
    width: 28px;
    height: 28px;
  }

  .contact-label {
    font-size: 0.39rem;
    letter-spacing: 0.01em;
    line-height: 1.02;
    white-space: nowrap;
  }

  .service-note {
    font-size: 0.6rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }

  .map-address {
    font-size: 0.56rem;
    letter-spacing: 0.05em;
  }

  .map-frame {
    height: 250px;
  }
}

html.is-telegram-webview .calc-warning {
  font-size: 0.28rem !important;
  letter-spacing: 0.004em !important;
  line-height: 1.08 !important;
  white-space: nowrap !important;
}

/* Telegram WebView sometimes drops/repaints animated blocks while scrolling. */
html.is-telegram-webview .reveal-up {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
