/* Remove Kadence's default top padding; sections define their own spacing. */
body .kb-row-layout-wrap > .kt-row-column-wrap { padding-top:0!important; }

/* =========================================================
   TETRAPILON — HERO
   ========================================================= */
/* Hide Kadence's standard header only on a page containing this Hero. */
body:has(.tetra-hero) #masthead,
body:has(.tetra-hero) .site-header { display: none; }

.tetra-hero {
  --tetra-navy: #101c2c;
  --tetra-navy-deep: #071522;
  --tetra-gold: #c19959;
  --tetra-gold-light: #c19959;
  --tetra-cream: #f7f5f0;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: clamp(660px, 100svh, 860px);
  overflow: hidden;
  color: var(--tetra-cream);
  background:
    linear-gradient(90deg,
      #061827 0%,
      rgba(6, 24, 39, .995) 30%,
      rgba(6, 24, 39, .97) 40%,
      rgba(6, 22, 36, .88) 48%,
      rgba(5, 18, 30, .58) 59%,
      rgba(3, 12, 21, .25) 74%,
      rgba(2, 8, 14, .2) 100%),
    linear-gradient(180deg,
      rgba(3, 13, 23, .62) 0%,
      rgba(3, 11, 19, .24) 38%,
      rgba(3, 10, 17, .28) 68%,
      rgba(4, 14, 24, .58) 100%),
    url("https://dev.tetrapilon.ru/wp-content/uploads/2026/08/bg1.png") 53% 38% / cover no-repeat;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
.tetra-hero::before,
.tetra-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.tetra-hero::before,
.tetra-hero::after { display: none; }
.tetra-hero .tetra-hero__inner { box-sizing: border-box; position: relative; z-index: 1; width: min(100%, 1400px); min-height: clamp(660px, 100svh, 860px); margin: 0 auto; padding: 0 clamp(20px, 2vw, 32px); }
.tetra-hero .tetra-hero__header { height: 64px; display: grid; grid-template-columns: 210px 1fr 160px; align-items: center; gap: 10px; }
.tetra-hero .tetra-hero__brand { color: #fff; text-decoration: none; line-height: 1; display: inline-flex; align-items: center; gap: 10px; width: max-content; letter-spacing: .02em; }
.tetra-hero .tetra-hero__brand img { display: block; width: 60px; height: 60px; object-fit: contain;}
.tetra-hero .tetra-hero__brand-copy { display: flex; flex-direction: column; }
.tetra-hero .tetra-hero__brand-name { font-size: 24px; font-weight: 600; }
.tetra-hero .tetra-hero__brand-name b { color: var(--tetra-gold); font-weight: 750; }
.tetra-hero .tetra-hero__brand-note { margin: 5px 0 0; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .06em; }
.tetra-hero .tetra-hero__nav { display: flex; justify-content: center; gap: clamp(10px, 2vw, 24px); }
.tetra-hero .tetra-hero__nav a { position: relative; color: #fff; font-size: 12px; font-weight: 220; white-space: nowrap; text-decoration: none; }
.tetra-hero .tetra-hero__nav a::after { content: ""; position: absolute; left: 50%; bottom: -13px; width: 4px; height: 4px; border-radius: 50%; background: var(--tetra-gold); transform: translateX(-50%); opacity: .95; }
.tetra-hero .tetra-hero__phone { justify-self: end; display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; }
.tetra-hero .tetra-hero__phone svg { width: 20px; fill: none; stroke: var(--tetra-gold); stroke-width: 1.6; }
.tetra-hero .tetra-hero__phone span { display: flex; flex-direction: column; }
.tetra-hero .tetra-hero__phone b { font-size: 20px; font-weight: 300; white-space: nowrap; }
.tetra-hero .tetra-hero__phone small { margin: 0 0 0 6px; color: var(--tetra-gold); font-size: 14px; }
.tetra-hero .tetra-hero__content { width: min(70%, 700px); padding-top: clamp(88px, 12vh, 112px); }
.tetra-hero .tetra-hero__eyebrow { margin: 0 0 21px; color: var(--tetra-gold); font-size: 18px; font-weight: 300; letter-spacing: .17em; text-transform: uppercase; }
.tetra-hero .tetra-hero__title { margin: 0; color: #fff; font-size: clamp(66px, 2.85vw, 54px); line-height: 1.02; letter-spacing: -.025em; font-weight: 600; }
.tetra-hero .tetra-hero__title span { color: var(--tetra-gold); font-size: .87em; }
.tetra-hero .tetra-hero__rule { display: block; width: 52px; height: 2px; margin: 20px 0 15px; background: var(--tetra-gold); }
.tetra-hero .tetra-hero__lead { margin: 0; color: rgba(255,255,255,.94); font-size: clamp(14px, .86vw, 15px); font-weight: 300; line-height: 1.45; }
.tetra-hero .tetra-hero__actions { display: flex; gap: 17px; margin-top: 27px; }
.tetra-hero .tetra-hero__button { box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; width: 240px; min-height: 54px; padding: 0 23px; border: 1px solid var(--tetra-gold); border-radius: 5px; color: #fff; font-size: 13px; font-weight: 600; text-decoration: none; transition: transform .2s ease, background-color .2s ease; }
.tetra-hero .tetra-hero__button span { font-size: 21px; font-weight: 300; line-height: 1; }
.tetra-hero .tetra-hero__button--primary { border-color: #c19959; background: #c19959; color: #fff; }
.tetra-hero .tetra-hero__button--secondary { background: rgba(7,22,36,.48); }
.tetra-hero .tetra-hero__button:hover { transform: translateY(-2px); }
.tetra-hero .tetra-hero__benefits { display: grid; grid-template-columns: repeat(3, max-content); gap: 0; margin-top: 27px; }
.tetra-hero .tetra-hero__benefit { display: flex; align-items: center; gap: 9px; padding: 0 14px; border-left: 1px solid rgba(255,255,255,.2); }
.tetra-hero .tetra-hero__benefit:first-child { padding-left: 0; border-left: 0; }
.tetra-hero .tetra-hero__benefit-icon { box-sizing: border-box; display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; border: 1px solid var(--tetra-gold); border-radius: 50%; }
.tetra-hero .tetra-hero__benefit svg { width: 21px; fill: none; stroke: var(--tetra-gold-light); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.tetra-hero .tetra-hero__benefit > span:last-child { display: flex; flex-direction: column; }
.tetra-hero .tetra-hero__benefit b { font-size: 14px; font-weight: 500; white-space: nowrap; }
.tetra-hero .tetra-hero__benefit small { margin-top: 1px; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 200; white-space: nowrap; }
.tetra-hero .tetra-hero__price { box-sizing: border-box; position: absolute; right: clamp(45px, 5.2vw, 25px); bottom: 0; width: 340px; padding: 34px 35px 20px; border: 1px solid rgba(193,153,89,.5); border-radius: 6px 6px 0 0; background: rgba(15,19,23,.1); backdrop-filter: blur(3px); }
.tetra-hero .tetra-hero__price div { display: flex; align-items: baseline; justify-content: center; gap: 14px; color: var(--tetra-gold); }
.tetra-hero .tetra-hero__price div small { font-size: 13px; }
.tetra-hero .tetra-hero__price strong { font-size: 40px; line-height: 1; font-weight: 650; white-space: nowrap; }
.tetra-hero .tetra-hero__price p { margin: 12px 0 16px; text-align: center; font-size: 13px; }
.tetra-hero .tetra-hero__price > span { display: block; height: 1px; background: linear-gradient(90deg, var(--tetra-gold) 0 14%, rgba(193,153,89,.35) 14% 100%); }
.tetra-hero .tetra-hero__scroll { position: absolute; left: 50%; bottom: 10px; width: 22px; height: 22px; transform: translateX(-50%); }
.tetra-hero .tetra-hero__scroll span { display: block; width: 14px; height: 14px; border-right: 2px solid var(--tetra-gold); border-bottom: 2px solid var(--tetra-gold); transform: rotate(45deg); }
.tetra-hero .tetra-hero__menu-toggle, .tetra-hero .tetra-hero__menu-close { display: none; }
.tetra-hero a:focus-visible, .tetra-hero button:focus-visible { outline: 2px solid var(--tetra-gold-light); outline-offset: 5px; }

@media (max-width: 1500px) {
  .tetra-hero .tetra-hero__header { grid-template-columns: 190px 1fr 155px; gap: 9px; }
  .tetra-hero .tetra-hero__brand img { width: 38px; height: 38px; }
  .tetra-hero .tetra-hero__brand-name { font-size: 19px; }
  .tetra-hero .tetra-hero__brand-note { margin-left: 44px; }
  .tetra-hero .tetra-hero__nav { gap: clamp(9px, .9vw, 14px); }
  .tetra-hero .tetra-hero__nav a { font-size: 9.5px; }
  .tetra-hero .tetra-hero__phone b { font-size: 13px; }
  .tetra-hero .tetra-hero__content { width: min(62%, 590px); padding-top: clamp(78px, 11vh, 98px); }
  .tetra-hero .tetra-hero__benefit { padding: 0 12px; gap: 8px; }
  .tetra-hero .tetra-hero__price { width: 255px; }
  .tetra-hero .tetra-hero__price strong { font-size: 33px; }
}
@media (max-width: 1180px) {
  .tetra-hero .tetra-hero__header { grid-template-columns: 1fr auto auto; height: 100px; }
  .tetra-hero .tetra-hero__nav { position: fixed; z-index: 20; inset: 0 0 0 auto; box-sizing: border-box; width: min(430px, 90vw); padding: 100px 42px 42px; flex-direction: column; justify-content: flex-start; gap: 0; background: rgba(6,20,32,.98); transform: translateX(102%); visibility: hidden; transition: transform .25s ease, visibility .25s; }
  .tetra-hero .tetra-hero__nav.is-open { transform: translateX(0); visibility: visible; }
  .tetra-hero .tetra-hero__nav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 18px; }
  .tetra-hero .tetra-hero__nav a::after { display: none; }
  .tetra-hero .tetra-hero__menu-toggle { display: flex; width: 34px; height: 28px; padding: 2px 0; flex-direction: column; justify-content: space-between; border: 0; background: none; }
  .tetra-hero .tetra-hero__menu-toggle span { width: 100%; height: 2px; background: var(--tetra-gold); }
  .tetra-hero .tetra-hero__menu-close { position: absolute; top: 35px; right: 35px; display: block; width: 32px; height: 32px; border: 0; background: none; }
  .tetra-hero .tetra-hero__menu-close span { position: absolute; left: 2px; top: 15px; width: 28px; height: 2px; background: var(--tetra-gold); transform: rotate(45deg); }
  .tetra-hero .tetra-hero__menu-close span:last-child { transform: rotate(-45deg); }
  .tetra-hero .tetra-hero__content { width: 68%; padding-top: 55px; }
  .tetra-hero .tetra-hero__title { font-size: clamp(43px, 5.1vw, 60px); }
  .tetra-hero .tetra-hero__benefits { grid-template-columns: repeat(2, max-content); row-gap: 25px; }
  .tetra-hero .tetra-hero__benefit:nth-child(3) { padding-left: 0; border-left: 0; }
  .tetra-hero .tetra-hero__price { right: 30px; bottom: 35px; width: 280px; padding: 28px; }
  .tetra-hero .tetra-hero__price strong { font-size: 36px; }
}
@media (max-width: 820px) {
  .tetra-hero { min-height: 900px; background-position: 62% center; }
  .tetra-hero::before { background: linear-gradient(90deg, rgba(5,19,32,.97), rgba(5,19,32,.82) 62%, rgba(5,15,25,.55)); }
  .tetra-hero .tetra-hero__inner { padding-inline: 28px; }
  .tetra-hero .tetra-hero__phone small { display: none; }
  .tetra-hero .tetra-hero__content { width: 100%; max-width: 650px; padding-top: 45px; }
  .tetra-hero .tetra-hero__eyebrow { margin-bottom: 25px; }
  .tetra-hero .tetra-hero__actions { margin-top: 35px; }
  .tetra-hero .tetra-hero__button { width: 50%; padding-inline: 25px; }
  .tetra-hero .tetra-hero__benefits { margin-top: 42px; }
  .tetra-hero .tetra-hero__price { position: relative; right: auto; bottom: auto; width: 300px; margin: 38px 0 70px auto; }
  .tetra-hero .tetra-hero__scroll { bottom: 20px; }
}
@media (max-width: 540px) {
  .tetra-hero { min-height: 100svh; background-position: 60% center; }
  .tetra-hero::before { background: rgba(5,18,30,.86); }
  .tetra-hero .tetra-hero__inner { padding-inline: 20px; }
  .tetra-hero .tetra-hero__header { height: 78px; gap: 14px; }
  .tetra-hero .tetra-hero__brand-name { font-size: 19px; }
  .tetra-hero .tetra-hero__brand img { width: 36px; height: 36px; }
  .tetra-hero .tetra-hero__brand-note { margin: 5px 0 0 43px; font-size: 9px; }
  .tetra-hero .tetra-hero__phone svg { width: 24px; }
  .tetra-hero .tetra-hero__phone span { display: none; }
  .tetra-hero .tetra-hero__menu-toggle { width: 29px; height: 24px; }
  .tetra-hero .tetra-hero__content { padding-top: 38px; }
  .tetra-hero .tetra-hero__eyebrow { margin-bottom: 22px; font-size: 12px; line-height: 1.55; }
  .tetra-hero .tetra-hero__title { font-size: clamp(35px, 10.5vw, 49px); line-height: 1.08; }
  .tetra-hero .tetra-hero__rule { margin: 25px 0 20px; }
  .tetra-hero .tetra-hero__lead { font-size: 16px; line-height: 1.5; }
  .tetra-hero .tetra-hero__lead br { display: none; }
  .tetra-hero .tetra-hero__actions { flex-direction: column; gap: 13px; margin-top: 30px; }
  .tetra-hero .tetra-hero__button { width: 100%; min-height: 62px; padding-inline: 23px; font-size: 16px; }
  .tetra-hero .tetra-hero__benefits { grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
  .tetra-hero .tetra-hero__benefit, .tetra-hero .tetra-hero__benefit:nth-child(3) { padding: 0; border: 0; }
  .tetra-hero .tetra-hero__benefit-icon { width: 45px; height: 45px; flex-basis: 45px; }
  .tetra-hero .tetra-hero__price { width: 100%; margin: 30px 0 68px; padding: 24px; }
  .tetra-hero .tetra-hero__price strong { font-size: clamp(34px, 10vw, 42px); }
  .tetra-hero .tetra-hero__scroll { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .tetra-hero .tetra-hero__nav, .tetra-hero .tetra-hero__button { transition: none; }
}

/* =========================================================
   TETRAPILON — SERVICES
   ========================================================= */
.tetra-services {
  --services-navy: #061827;
  --services-navy-card: #071c2e;
  --services-gold: #c19959;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  padding: clamp(72px, 7vw, 112px) clamp(20px, 3vw, 48px) clamp(66px, 6vw, 96px);
  background: radial-gradient(circle at 50% 35%, rgba(16,46,70,.32), transparent 52%), var(--services-navy);
  color: #f7f5f0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
.tetra-services .tetra-services__inner { box-sizing: border-box; width: min(100%, 1400px); margin: 0 auto; }
.tetra-services .tetra-services__heading { max-width: 820px; margin: 0 auto clamp(38px, 4vw, 58px); text-align: center; }
.tetra-services .tetra-services__eyebrow { margin: 0 0 17px; color: var(--services-gold); font-size: clamp(12px, .9vw, 15px); font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.tetra-services .tetra-services__title { margin: 0; color: #fff; font-size: clamp(34px, 3vw, 50px); line-height: 1.12; letter-spacing: -.02em; font-weight: 650; }
.tetra-services .tetra-services__intro { margin: 23px 0 0; color: rgba(255,255,255,.76); font-size: clamp(15px, 1.15vw, 18px); line-height: 1.65; }
.tetra-services .tetra-services__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 1.25vw, 20px); }
.tetra-services .tetra-services__card { display: flex; min-width: 0; min-height: 440px; flex-direction: column; overflow: hidden; border: 1px solid rgba(193,153,89,.38); border-radius: 8px; background: linear-gradient(155deg, rgba(11,36,56,.98), rgba(5,22,36,.98)); transition: transform .3s ease, border-color .3s ease; }
.tetra-services .tetra-services__card:hover { transform: translateY(-5px); border-color: rgba(193,153,89,.72); }
.tetra-services .tetra-services__media { height: clamp(180px, 14vw, 225px); flex: 0 0 auto; overflow: hidden; background: #0b1c29; }
.tetra-services .tetra-services__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .55s ease; }
.tetra-services .tetra-services__card:hover .tetra-services__media img { transform: scale(1.035); }
.tetra-services .tetra-services__card-body { box-sizing: border-box; display: flex; min-height: 220px; flex: 1; flex-direction: column; padding: 20px 21px 19px; }
.tetra-services .tetra-services__card-body h3 { margin: 0; color: #fff; font-size: clamp(17px, 1.25vw, 21px); line-height: 1.25; font-weight: 600; }
.tetra-services .tetra-services__card-body > p { margin: 12px 0 20px; color: rgba(255,255,255,.7); font-size: clamp(13px, .9vw, 15px); line-height: 1.5; }
.tetra-services .tetra-services__price { position: relative; display: flex; align-items: baseline; gap: 9px; margin-top: auto; padding-top: 18px; color: var(--services-gold); }
.tetra-services .tetra-services__price::before { content: ""; position: absolute; left: 0; top: 0; width: 34px; height: 2px; background: var(--services-gold); transition: width .3s ease; }
.tetra-services .tetra-services__card:hover .tetra-services__price::before { width: 48px; }
.tetra-services .tetra-services__price > span { font-size: 13px; }
.tetra-services .tetra-services__price strong { font-size: clamp(27px, 2vw, 35px); line-height: 1; font-weight: 550; white-space: nowrap; }
.tetra-services .tetra-services__price strong small { font-size: .62em; font-weight: 500; }
.tetra-services .tetra-services__price i { margin-left: auto; color: #fff; font-size: 25px; font-style: normal; font-weight: 300; transition: transform .3s ease; }
.tetra-services .tetra-services__card:hover .tetra-services__price i { transform: translateX(4px); }
.tetra-services .tetra-services__bottom { box-sizing: border-box; display: grid; grid-template-columns: 1fr minmax(285px, 370px); align-items: center; gap: 28px; margin-top: 24px; padding: 22px 25px; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; background: rgba(7,29,46,.76); }
.tetra-services .tetra-services__benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tetra-services .tetra-services__benefit { display: flex; align-items: center; gap: 15px; min-width: 0; padding: 0 25px; border-left: 1px solid rgba(255,255,255,.13); }
.tetra-services .tetra-services__benefit:first-child { padding-left: 0; border-left: 0; }
.tetra-services .tetra-services__icon { box-sizing: border-box; display: grid; place-items: center; width: 50px; height: 50px; flex: 0 0 50px; border: 1px solid var(--services-gold); border-radius: 50%; }
.tetra-services .tetra-services__icon svg { width: 27px; fill: none; stroke: var(--services-gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.tetra-services .tetra-services__benefit > span:last-child { display: flex; min-width: 0; flex-direction: column; }
.tetra-services .tetra-services__benefit b { color: #fff; font-size: clamp(13px, .92vw, 15px); line-height: 1.45; font-weight: 550; }
.tetra-services .tetra-services__benefit small { margin-top: 6px; color: rgba(255,255,255,.58); font-size: clamp(11px, .8vw, 13px); line-height: 1.4; }
.tetra-services .tetra-services__cta { box-sizing: border-box; display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 20px; padding: 0 30px; border: 1px solid var(--services-gold); border-radius: 6px; background: var(--services-gold); color: #fff; font-size: clamp(14px, 1vw, 17px); font-weight: 600; text-decoration: none; transition: filter .25s ease, transform .25s ease; }
.tetra-services .tetra-services__cta:hover { filter: brightness(1.08); transform: translateY(-2px); }
.tetra-services .tetra-services__cta span { font-size: 26px; font-weight: 300; transition: transform .25s ease; }
.tetra-services .tetra-services__cta:hover span { transform: translateX(4px); }
.tetra-services .tetra-services__cta:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.tetra-services.tetra-services--motion [data-services-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease var(--services-delay, 0ms), transform .7s cubic-bezier(.22,.7,.28,1) var(--services-delay, 0ms); }
.tetra-services.tetra-services--motion [data-services-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .tetra-services .tetra-services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tetra-services .tetra-services__media { height: 230px; }
  .tetra-services .tetra-services__bottom { grid-template-columns: 1fr; }
  .tetra-services .tetra-services__cta { width: min(100%, 380px); justify-self: end; }
}
@media (max-width: 760px) {
  .tetra-services { padding-inline: 18px; }
  .tetra-services .tetra-services__intro br { display: none; }
  .tetra-services .tetra-services__benefits { grid-template-columns: 1fr; gap: 18px; }
  .tetra-services .tetra-services__benefit { padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .tetra-services .tetra-services__benefit:first-child { padding-top: 0; border-top: 0; }
  .tetra-services .tetra-services__cta { width: 100%; justify-self: stretch; }
}
@media (max-width: 560px) {
  .tetra-services .tetra-services__heading { margin-bottom: 32px; }
  .tetra-services .tetra-services__grid { grid-template-columns: 1fr; gap: 17px; }
  .tetra-services .tetra-services__media { height: 210px; }
  .tetra-services .tetra-services__card { min-height: 420px; }
  .tetra-services .tetra-services__card-body { min-height: 205px; padding: 19px 18px; }
  .tetra-services .tetra-services__bottom { margin-top: 18px; padding: 21px 18px; }
  .tetra-services .tetra-services__cta { min-height: 62px; padding-inline: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  .tetra-services.tetra-services--motion [data-services-reveal] { opacity: 1; transform: none; transition: none; }
  .tetra-services .tetra-services__card, .tetra-services .tetra-services__media img, .tetra-services .tetra-services__cta, .tetra-services .tetra-services__price i { transition: none; }
}

/* =========================================================
   TETRAPILON — CASES
   ========================================================= */
.tetra-cases {
  --cases-gold: #c19959;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  padding: clamp(72px, 7vw, 112px) clamp(20px, 3vw, 48px) clamp(76px, 7vw, 112px);
  background: linear-gradient(180deg, #061827, #071c2d 52%, #061827);
  color: #f7f5f0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
.tetra-cases .tetra-cases__inner { box-sizing: border-box; width: min(100%, 1400px); margin: 0 auto; }
.tetra-cases .tetra-cases__heading { max-width: 780px; margin: 0 auto clamp(42px, 5vw, 70px); text-align: center; }
.tetra-cases .tetra-cases__eyebrow { margin: 0 0 17px; color: var(--cases-gold); font-size: clamp(12px, .9vw, 15px); font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.tetra-cases .tetra-cases__title { margin: 0; color: #fff; font-size: clamp(34px, 3vw, 50px); line-height: 1.12; letter-spacing: -.02em; font-weight: 650; }
.tetra-cases .tetra-cases__intro { margin: 22px 0 0; color: rgba(255,255,255,.68); font-size: clamp(14px, 1.05vw, 17px); line-height: 1.6; }
.tetra-cases .tetra-cases__list { display: grid; gap: clamp(28px, 3vw, 44px); }
.tetra-cases .tetra-cases__project { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); min-height: 470px; overflow: hidden; border: 1px solid rgba(193,153,89,.32); border-radius: 9px; background: rgba(5,23,38,.9); }
.tetra-cases .tetra-cases__project--reverse .tetra-cases__gallery { order: 2; }
.tetra-cases .tetra-cases__gallery { position: relative; min-width: 0; min-height: 470px; overflow: hidden; background: #0b1b28; }
.tetra-cases .tetra-cases__slides { position: absolute; inset: 0; }
.tetra-cases .tetra-cases__slides img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: scale(1.015); transition: opacity .45s ease, transform .7s ease; }
.tetra-cases .tetra-cases__slides img.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.tetra-cases .tetra-cases__gallery::after { content: ""; position: absolute; z-index: 2; inset: auto 0 0; height: 35%; pointer-events: none; background: linear-gradient(transparent, rgba(2,10,17,.68)); }
.tetra-cases .tetra-cases__arrow { position: absolute; z-index: 3; top: 50%; display: grid; place-items: center; width: 42px; height: 42px; padding: 0 0 4px; border: 1px solid rgba(193,153,89,.72); border-radius: 50%; background: rgba(4,18,29,.66); color: #fff; font-size: 31px; line-height: 1; cursor: pointer; transform: translateY(-50%); transition: background-color .25s ease, border-color .25s ease; }
.tetra-cases .tetra-cases__arrow:hover { border-color: var(--cases-gold); background: rgba(193,153,89,.88); }
.tetra-cases .tetra-cases__arrow--prev { left: 18px; }
.tetra-cases .tetra-cases__arrow--next { right: 18px; }
.tetra-cases .tetra-cases__arrow:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.tetra-cases .tetra-cases__counter { position: absolute; z-index: 3; right: 20px; bottom: 17px; color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: .16em; }
.tetra-cases .tetra-cases__counter span { color: var(--cases-gold); font-size: 16px; }
.tetra-cases .tetra-cases__content { box-sizing: border-box; display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(28px, 3vw, 48px); }
.tetra-cases .tetra-cases__number { margin: 0 0 15px; color: var(--cases-gold); font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.tetra-cases .tetra-cases__content h3 { margin: 0; color: #fff; font-size: clamp(24px, 2vw, 34px); line-height: 1.2; letter-spacing: -.015em; font-weight: 600; }
.tetra-cases .tetra-cases__description { margin: 20px 0; color: rgba(255,255,255,.68); font-size: clamp(13px, 1vw, 15px); line-height: 1.65; }
.tetra-cases .tetra-cases__offer { display: flex; flex-direction: column; gap: 6px; padding: 14px 16px; border-left: 2px solid var(--cases-gold); background: rgba(193,153,89,.08); }
.tetra-cases .tetra-cases__offer b { color: #fff; font-size: 14px; line-height: 1.4; font-weight: 550; }
.tetra-cases .tetra-cases__offer span { color: var(--cases-gold); font-size: 12px; line-height: 1.4; }
.tetra-cases .tetra-cases__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 22px 0 0; }
.tetra-cases .tetra-cases__facts div { padding: 13px 12px; border-top: 1px solid rgba(255,255,255,.11); }
.tetra-cases .tetra-cases__facts div:nth-child(odd) { padding-left: 0; }
.tetra-cases .tetra-cases__facts dt { color: rgba(255,255,255,.48); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.tetra-cases .tetra-cases__facts dd { margin: 5px 0 0; color: #fff; font-size: clamp(13px, .95vw, 15px); line-height: 1.35; font-weight: 500; }
.tetra-cases.tetra-cases--motion [data-cases-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.7,.28,1); }
.tetra-cases.tetra-cases--motion [data-cases-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .tetra-cases .tetra-cases__project { grid-template-columns: 1fr; }
  .tetra-cases .tetra-cases__project--reverse .tetra-cases__gallery { order: 0; }
  .tetra-cases .tetra-cases__gallery { min-height: 430px; }
}
@media (max-width: 600px) {
  .tetra-cases { padding-inline: 17px; }
  .tetra-cases .tetra-cases__heading { margin-bottom: 34px; }
  .tetra-cases .tetra-cases__project, .tetra-cases .tetra-cases__gallery { min-height: 330px; }
  .tetra-cases .tetra-cases__content { padding: 25px 20px; }
  .tetra-cases .tetra-cases__arrow { width: 38px; height: 38px; }
  .tetra-cases .tetra-cases__arrow--prev { left: 12px; }
  .tetra-cases .tetra-cases__arrow--next { right: 12px; }
  .tetra-cases .tetra-cases__facts { grid-template-columns: 1fr; }
  .tetra-cases .tetra-cases__facts div, .tetra-cases .tetra-cases__facts div:nth-child(odd) { padding-inline: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .tetra-cases.tetra-cases--motion [data-cases-reveal] { opacity: 1; transform: none; transition: none; }
  .tetra-cases .tetra-cases__slides img, .tetra-cases .tetra-cases__arrow { transition: none; }
}

/* Cases tabs layout — reference 003.png */
.tetra-cases .tetra-cases__heading { margin-bottom: 30px; }
.tetra-cases .tetra-cases__tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin: 0 auto 30px; }
.tetra-cases .tetra-cases__tabs button { min-width: 145px; min-height: 42px; padding: 0 24px; border: 1px solid rgba(255,255,255,.36); border-radius: 24px; background: transparent; color: #fff; font: inherit; font-size: 14px; cursor: pointer; transition: border-color .25s ease, background-color .25s ease, color .25s ease; }
.tetra-cases .tetra-cases__tabs button:hover { border-color: var(--cases-gold); }
.tetra-cases .tetra-cases__tabs button.is-active { border-color: var(--cases-gold); background: var(--cases-gold); color: #071827; }
.tetra-cases .tetra-cases__tabs button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.tetra-cases .tetra-cases__showcase { position: relative; padding: 0 70px; }
.tetra-cases .tetra-cases__panels { overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(6,24,39,.82); }
.tetra-cases .tetra-cases__panel { display: grid; grid-template-columns: minmax(320px, 390px) minmax(0, 1fr); }
.tetra-cases .tetra-cases__panel[hidden] { display: none; }
.tetra-cases .tetra-cases__details { box-sizing: border-box; min-width: 0; padding: 32px 34px 26px; }
.tetra-cases .tetra-cases__project-no { margin: 0 0 10px; color: var(--cases-gold); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.tetra-cases .tetra-cases__details h3 { margin: 0; color: #fff; font-size: clamp(24px, 2vw, 31px); line-height: 1.08; font-weight: 620; }
.tetra-cases .tetra-cases__location { position: relative; margin: 11px 0 0; padding-left: 20px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.45; }
.tetra-cases .tetra-cases__location::before { content: ""; position: absolute; left: 2px; top: 3px; width: 9px; height: 12px; border: 2px solid var(--cases-gold); border-radius: 8px 8px 8px 0; transform: rotate(-45deg); }
.tetra-cases .tetra-cases__line { display: block; width: 44px; height: 2px; margin: 21px 0 16px; background: var(--cases-gold); }
.tetra-cases .tetra-cases__description { margin: 0 0 18px; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.55; }
.tetra-cases .tetra-cases__facts { display: grid; grid-template-columns: 1fr; margin: 0; }
.tetra-cases .tetra-cases__facts div { display: grid; grid-template-columns: 1fr auto; gap: 15px; padding: 7px 0; border-top: 1px solid rgba(255,255,255,.1); }
.tetra-cases .tetra-cases__facts div:nth-child(odd) { padding-left: 0; }
.tetra-cases .tetra-cases__facts dt { color: rgba(255,255,255,.55); font-size: 12px; letter-spacing: 0; text-transform: none; }
.tetra-cases .tetra-cases__facts dd { margin: 0; color: #fff; font-size: 12px; text-align: right; }
.tetra-cases .tetra-cases__bonus { margin: 16px 0 0; color: var(--cases-gold); font-size: 11px; line-height: 1.45; }
.tetra-cases .tetra-cases__visual { display: grid; grid-template-rows: minmax(430px, 1fr) 104px; min-width: 0; gap: 16px; }
.tetra-cases .tetra-cases__main-images { position: relative; min-height: 430px; overflow: hidden; }
.tetra-cases .tetra-cases__main-images > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: scale(1.015); transition: opacity .4s ease, transform .65s ease; }
.tetra-cases .tetra-cases__main-images > img.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.tetra-cases .tetra-cases__thumbs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; padding: 0 0 0 0; }
.tetra-cases .tetra-cases__thumbs button { box-sizing: border-box; min-width: 0; height: 104px; padding: 0; overflow: hidden; border: 1px solid transparent; border-radius: 8px; background: #0a1b29; cursor: pointer; opacity: .78; transition: opacity .25s ease, border-color .25s ease; }
.tetra-cases .tetra-cases__thumbs button:hover { opacity: 1; }
.tetra-cases .tetra-cases__thumbs button.is-active { border-color: var(--cases-gold); opacity: 1; }
.tetra-cases .tetra-cases__thumbs img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tetra-cases .tetra-cases__case-arrow { position: absolute; z-index: 4; top: 42%; display: grid; place-items: center; width: 58px; height: 58px; padding: 0 0 6px; border: 1px solid var(--cases-gold); border-radius: 50%; background: rgba(5,22,36,.92); color: #fff; font-size: 40px; line-height: 1; cursor: pointer; transform: translateY(-50%); transition: background-color .25s ease; }
.tetra-cases .tetra-cases__case-arrow:hover { background: rgba(193,153,89,.9); }
.tetra-cases .tetra-cases__case-arrow--prev { left: 0; }
.tetra-cases .tetra-cases__case-arrow--next { right: 0; }
.tetra-cases .tetra-cases__case-arrow:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.tetra-cases .tetra-cases__stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 28px; padding: 23px 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: rgba(8,31,49,.78); }
.tetra-cases .tetra-cases__stats div { display: flex; min-width: 0; flex-direction: column; align-items: center; padding: 0 25px; border-left: 1px solid rgba(255,255,255,.1); text-align: center; }
.tetra-cases .tetra-cases__stats div:first-child { border-left: 0; }
.tetra-cases .tetra-cases__stats strong { color: #fff; font-size: clamp(25px, 2.2vw, 36px); line-height: 1; font-weight: 620; }
.tetra-cases .tetra-cases__stats span { margin-top: 8px; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.35; }

@media (max-width: 1050px) {
  .tetra-cases .tetra-cases__showcase { padding-inline: 0; }
  .tetra-cases .tetra-cases__case-arrow { top: 390px; width: 46px; height: 46px; }
  .tetra-cases .tetra-cases__case-arrow--prev { left: 12px; }
  .tetra-cases .tetra-cases__case-arrow--next { right: 12px; }
  .tetra-cases .tetra-cases__panel { grid-template-columns: 1fr; }
  .tetra-cases .tetra-cases__details { order: 2; }
  .tetra-cases .tetra-cases__visual { grid-template-rows: 440px 96px; }
  .tetra-cases .tetra-cases__thumbs { padding: 0 18px; }
}
@media (max-width: 680px) {
  .tetra-cases .tetra-cases__tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .tetra-cases .tetra-cases__tabs button { min-width: 0; padding-inline: 12px; font-size: 12px; }
  .tetra-cases .tetra-cases__tabs button:first-child { grid-column: 1 / -1; }
  .tetra-cases .tetra-cases__visual { grid-template-rows: 300px 68px; gap: 10px; }
  .tetra-cases .tetra-cases__main-images { min-height: 300px; }
  .tetra-cases .tetra-cases__thumbs { gap: 7px; padding-inline: 9px; }
  .tetra-cases .tetra-cases__thumbs button { height: 68px; border-radius: 5px; }
  .tetra-cases .tetra-cases__case-arrow { top: 260px; width: 40px; height: 40px; font-size: 30px; }
  .tetra-cases .tetra-cases__details { padding: 25px 20px; }
  .tetra-cases .tetra-cases__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 0; border-radius: 15px; }
  .tetra-cases .tetra-cases__stats div:nth-child(3) { border-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .tetra-cases .tetra-cases__main-images > img, .tetra-cases .tetra-cases__tabs button, .tetra-cases .tetra-cases__thumbs button { transition: none; }
}

/* =========================================================
   TETRAPILON — BENEFITS
   ========================================================= */
.tetra-benefits {
  --benefits-gold: #c19959;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  padding: clamp(72px, 7vw, 112px) clamp(20px, 3vw, 48px) clamp(68px, 6vw, 96px);
  background: radial-gradient(circle at 50% 42%, rgba(17,48,72,.3), transparent 55%), #061827;
  color: #f7f5f0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
.tetra-benefits .tetra-benefits__inner { box-sizing: border-box; width: min(100%, 1400px); margin: 0 auto; }
.tetra-benefits .tetra-benefits__heading { max-width: 900px; margin: 0 auto clamp(40px, 4vw, 58px); text-align: center; }
.tetra-benefits .tetra-benefits__eyebrow { margin: 0 0 17px; color: var(--benefits-gold); font-size: clamp(12px, .9vw, 15px); font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.tetra-benefits .tetra-benefits__title { margin: 0; color: #fff; font-size: clamp(33px, 3vw, 50px); line-height: 1.12; letter-spacing: -.02em; font-weight: 650; }
.tetra-benefits .tetra-benefits__intro { margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: clamp(14px, 1.1vw, 18px); line-height: 1.6; }
.tetra-benefits .tetra-benefits__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 1.4vw, 22px); }
.tetra-benefits .tetra-benefits__card { box-sizing: border-box; display: flex; min-height: 310px; align-items: center; flex-direction: column; padding: clamp(28px, 2.6vw, 40px) clamp(22px, 2.2vw, 34px) 28px; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; background: linear-gradient(155deg, rgba(8,31,49,.88), rgba(5,23,38,.9)); text-align: center; transition: transform .3s ease, border-color .3s ease, background-color .3s ease; }
.tetra-benefits .tetra-benefits__card:hover { transform: translateY(-4px); border-color: rgba(193,153,89,.72); background: rgba(9,35,54,.96); }
.tetra-benefits .tetra-benefits__icon { box-sizing: border-box; display: grid; place-items: center; width: 76px; height: 76px; flex: 0 0 76px; border: 1px solid var(--benefits-gold); border-radius: 50%; transition: border-color .3s ease, background-color .3s ease; }
.tetra-benefits .tetra-benefits__card:hover .tetra-benefits__icon { border-color: #d2ab6b; background: rgba(193,153,89,.07); }
.tetra-benefits .tetra-benefits__icon svg { width: 40px; fill: none; stroke: var(--benefits-gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.tetra-benefits .tetra-benefits__card h3 { margin: 21px 0 0; color: #fff; font-size: clamp(18px, 1.35vw, 22px); line-height: 1.3; font-weight: 600; }
.tetra-benefits .tetra-benefits__card p { max-width: 340px; margin: 14px auto 0; color: rgba(255,255,255,.7); font-size: clamp(13px, .95vw, 15px); line-height: 1.6; }
.tetra-benefits .tetra-benefits__line { display: block; width: 34px; height: 2px; margin-top: auto; background: var(--benefits-gold); transition: width .3s ease; }
.tetra-benefits .tetra-benefits__card:hover .tetra-benefits__line { width: 48px; }
.tetra-benefits .tetra-benefits__cta-panel { box-sizing: border-box; display: grid; grid-template-columns: minmax(320px, 1fr) minmax(300px, 370px) minmax(235px, auto); align-items: center; gap: 28px; margin-top: 24px; padding: 22px 27px; border: 1px solid rgba(255,255,255,.17); border-radius: 9px; background: rgba(8,31,49,.82); }
.tetra-benefits .tetra-benefits__cta-copy { display: flex; min-width: 0; align-items: center; gap: 19px; }
.tetra-benefits .tetra-benefits__cta-icon { box-sizing: border-box; display: grid; place-items: center; width: 66px; height: 66px; flex: 0 0 66px; border: 1px solid var(--benefits-gold); border-radius: 50%; }
.tetra-benefits .tetra-benefits__cta-icon svg { width: 35px; fill: none; stroke: var(--benefits-gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.tetra-benefits .tetra-benefits__cta-copy > span:last-child { display: flex; min-width: 0; flex-direction: column; }
.tetra-benefits .tetra-benefits__cta-copy b { color: #fff; font-size: clamp(16px, 1.25vw, 20px); line-height: 1.4; font-weight: 600; }
.tetra-benefits .tetra-benefits__cta-copy small { margin-top: 7px; color: rgba(255,255,255,.6); font-size: clamp(11px, .85vw, 13px); line-height: 1.4; }
.tetra-benefits .tetra-benefits__cta { box-sizing: border-box; display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 18px; padding: 0 28px; border: 1px solid var(--benefits-gold); border-radius: 6px; background: var(--benefits-gold); color: #071827; font-size: clamp(14px, 1vw, 16px); font-weight: 600; text-decoration: none; transition: filter .25s ease, transform .25s ease; }
.tetra-benefits .tetra-benefits__cta:hover { filter: brightness(1.08); transform: translateY(-2px); }
.tetra-benefits .tetra-benefits__cta span { font-size: 25px; font-weight: 300; transition: transform .25s ease; }
.tetra-benefits .tetra-benefits__cta:hover span { transform: translateX(4px); }
.tetra-benefits .tetra-benefits__phone { display: flex; min-width: 0; align-items: center; gap: 13px; padding-left: 25px; border-left: 1px solid rgba(255,255,255,.15); color: #fff; text-decoration: none; }
.tetra-benefits .tetra-benefits__phone > svg { box-sizing: border-box; width: 56px; height: 56px; flex: 0 0 56px; padding: 14px; border: 1px solid var(--benefits-gold); border-radius: 50%; fill: none; stroke: var(--benefits-gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.tetra-benefits .tetra-benefits__phone span { display: flex; flex-direction: column; }
.tetra-benefits .tetra-benefits__phone small { color: rgba(255,255,255,.6); font-size: 11px; }
.tetra-benefits .tetra-benefits__phone b { margin-top: 5px; color: var(--benefits-gold); font-size: 15px; font-weight: 550; white-space: nowrap; }
.tetra-benefits .tetra-benefits__cta:focus-visible, .tetra-benefits .tetra-benefits__phone:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.tetra-benefits.tetra-benefits--motion [data-benefits-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease var(--benefits-delay, 0ms), transform .7s cubic-bezier(.22,.7,.28,1) var(--benefits-delay, 0ms); }
.tetra-benefits.tetra-benefits--motion [data-benefits-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .tetra-benefits .tetra-benefits__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tetra-benefits .tetra-benefits__cta-panel { grid-template-columns: 1fr 1fr; }
  .tetra-benefits .tetra-benefits__cta-copy { grid-column: 1 / -1; }
  .tetra-benefits .tetra-benefits__phone { justify-self: end; }
}
@media (max-width: 650px) {
  .tetra-benefits { padding-inline: 17px; }
  .tetra-benefits .tetra-benefits__intro br { display: none; }
  .tetra-benefits .tetra-benefits__grid { grid-template-columns: 1fr; }
  .tetra-benefits .tetra-benefits__card { min-height: 285px; }
  .tetra-benefits .tetra-benefits__cta-panel { grid-template-columns: 1fr; padding: 22px 19px; }
  .tetra-benefits .tetra-benefits__cta-copy { grid-column: auto; }
  .tetra-benefits .tetra-benefits__cta { width: 100%; }
  .tetra-benefits .tetra-benefits__phone { justify-self: start; width: 100%; padding: 19px 0 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .tetra-benefits.tetra-benefits--motion [data-benefits-reveal] { opacity: 1; transform: none; transition: none; }
  .tetra-benefits .tetra-benefits__card, .tetra-benefits .tetra-benefits__icon, .tetra-benefits .tetra-benefits__line, .tetra-benefits .tetra-benefits__cta { transition: none; }
}

/* =========================================================
   TETRAPILON — STEPS
   ========================================================= */
.tetra-steps {
  --steps-gold: #c19959;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  padding: clamp(72px, 7vw, 112px) clamp(20px, 3vw, 48px) clamp(66px, 6vw, 94px);
  background: radial-gradient(circle at 50% 45%, rgba(17,48,72,.28), transparent 55%), #061827;
  color: #f7f5f0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
.tetra-steps .tetra-steps__inner { box-sizing: border-box; width: min(100%, 1400px); margin: 0 auto; }
.tetra-steps .tetra-steps__heading { max-width: 950px; margin: 0 auto clamp(48px, 5vw, 72px); text-align: center; }
.tetra-steps .tetra-steps__eyebrow { margin: 0 0 17px; color: var(--steps-gold); font-size: clamp(12px, .9vw, 15px); font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.tetra-steps .tetra-steps__title { margin: 0; color: #fff; font-size: clamp(33px, 3vw, 50px); line-height: 1.12; letter-spacing: -.02em; font-weight: 650; }
.tetra-steps .tetra-steps__intro { margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: clamp(14px, 1.1vw, 18px); line-height: 1.65; }
.tetra-steps .tetra-steps__timeline { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(18px, 2vw, 32px); margin: 0; padding: 0; list-style: none; }
.tetra-steps .tetra-steps__timeline::before, .tetra-steps .tetra-steps__timeline::after { content: ""; position: absolute; z-index: 0; left: 7%; right: 7%; top: 158px; height: 1px; transform-origin: left center; }
.tetra-steps .tetra-steps__timeline::before { background: rgba(193,153,89,.28); }
.tetra-steps .tetra-steps__timeline::after { background: var(--steps-gold); transform: scaleX(1); }
.tetra-steps .tetra-steps__step { position: relative; z-index: 1; display: flex; min-width: 0; align-items: center; flex-direction: column; text-align: center; transition: transform .25s ease; }
.tetra-steps .tetra-steps__step:hover { transform: translateY(-3px); }
.tetra-steps .tetra-steps__circle { box-sizing: border-box; display: grid; place-items: center; width: clamp(104px, 9vw, 130px); height: clamp(104px, 9vw, 130px); border: 1px solid var(--steps-gold); border-radius: 50%; background: #071b2d; transition: border-color .25s ease, background-color .25s ease; }
.tetra-steps .tetra-steps__step:hover .tetra-steps__circle { border-color: #d7ae6d; background: #092238; }
.tetra-steps .tetra-steps__circle svg { width: 58%; fill: none; stroke: var(--steps-gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.tetra-steps .tetra-steps__node { position: relative; display: block; width: 15px; height: 15px; margin-top: 26px; border-radius: 50%; background: var(--steps-gold); }
.tetra-steps .tetra-steps__node::before { content: ""; position: absolute; left: 7px; bottom: 15px; width: 1px; height: 27px; background: var(--steps-gold); }
.tetra-steps .tetra-steps__number { margin-top: 25px; color: var(--steps-gold); font-size: clamp(18px, 1.5vw, 23px); font-weight: 400; }
.tetra-steps .tetra-steps__step h3 { min-height: 58px; margin: 17px 0 0; color: #fff; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.35; font-weight: 600; }
.tetra-steps .tetra-steps__step p { max-width: 235px; margin: 14px auto 0; color: rgba(255,255,255,.67); font-size: clamp(12px, .9vw, 14px); line-height: 1.65; }
.tetra-steps .tetra-steps__cta-panel { box-sizing: border-box; display: grid; grid-template-columns: minmax(330px, 1fr) minmax(310px, 400px) minmax(255px, auto); align-items: center; gap: 30px; margin-top: clamp(50px, 5vw, 72px); padding: 22px 28px; border: 1px solid rgba(255,255,255,.17); border-radius: 9px; background: rgba(8,31,49,.82); }
.tetra-steps .tetra-steps__cta-copy { display: flex; min-width: 0; align-items: center; gap: 19px; }
.tetra-steps .tetra-steps__cta-icon { box-sizing: border-box; display: grid; place-items: center; width: 66px; height: 66px; flex: 0 0 66px; border: 1px solid var(--steps-gold); border-radius: 50%; }
.tetra-steps .tetra-steps__cta-icon svg { width: 34px; fill: none; stroke: var(--steps-gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.tetra-steps .tetra-steps__cta-copy > span:last-child { display: flex; min-width: 0; flex-direction: column; }
.tetra-steps .tetra-steps__cta-copy b { color: #fff; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.35; font-weight: 600; }
.tetra-steps .tetra-steps__cta-copy small { margin-top: 7px; color: rgba(255,255,255,.62); font-size: clamp(11px, .85vw, 13px); line-height: 1.45; }
.tetra-steps .tetra-steps__cta { box-sizing: border-box; display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 18px; padding: 0 29px; border: 1px solid var(--steps-gold); border-radius: 6px; background: var(--steps-gold); color: #071827; font-size: clamp(14px, 1vw, 16px); font-weight: 600; text-decoration: none; transition: filter .25s ease, transform .25s ease; }
.tetra-steps .tetra-steps__cta:hover { filter: brightness(1.08); transform: translateY(-2px); }
.tetra-steps .tetra-steps__cta span { font-size: 25px; transition: transform .25s ease; }
.tetra-steps .tetra-steps__cta:hover span { transform: translateX(4px); }
.tetra-steps .tetra-steps__phone { display: flex; min-width: 0; align-items: center; gap: 13px; padding-left: 25px; border-left: 1px solid rgba(255,255,255,.15); color: #fff; text-decoration: none; }
.tetra-steps .tetra-steps__phone > svg { box-sizing: border-box; width: 56px; height: 56px; flex: 0 0 56px; padding: 14px; border: 1px solid var(--steps-gold); border-radius: 50%; fill: none; stroke: var(--steps-gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.tetra-steps .tetra-steps__phone span { display: flex; flex-direction: column; }
.tetra-steps .tetra-steps__phone small { color: rgba(255,255,255,.62); font-size: 11px; }
.tetra-steps .tetra-steps__phone b { margin-top: 5px; color: var(--steps-gold); font-size: 16px; font-weight: 550; white-space: nowrap; }
.tetra-steps .tetra-steps__cta:focus-visible, .tetra-steps .tetra-steps__phone:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.tetra-steps.tetra-steps--motion .tetra-steps__heading { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.tetra-steps.tetra-steps--motion .tetra-steps__timeline::after { transform: scaleX(0); transition: transform .85s ease 240ms; }
.tetra-steps.tetra-steps--motion .tetra-steps__step { opacity: 0; transform: translateY(20px); transition: opacity .65s ease var(--steps-delay), transform .65s ease var(--steps-delay); }
.tetra-steps.tetra-steps--motion .tetra-steps__cta-panel { opacity: 0; transform: translateY(20px); transition: opacity .7s ease 930ms, transform .7s ease 930ms; }
.tetra-steps.tetra-steps--motion.is-visible .tetra-steps__heading, .tetra-steps.tetra-steps--motion.is-visible .tetra-steps__step, .tetra-steps.tetra-steps--motion.is-visible .tetra-steps__cta-panel { opacity: 1; transform: translateY(0); }
.tetra-steps.tetra-steps--motion.is-visible .tetra-steps__timeline::after { transform: scaleX(1); }

@media (max-width: 1050px) {
  .tetra-steps .tetra-steps__timeline { gap: 12px; }
  .tetra-steps .tetra-steps__timeline::before, .tetra-steps .tetra-steps__timeline::after { top: 141px; }
  .tetra-steps .tetra-steps__circle { width: 105px; height: 105px; }
  .tetra-steps .tetra-steps__step p { font-size: 12px; }
  .tetra-steps .tetra-steps__cta-panel { grid-template-columns: 1fr 1fr; }
  .tetra-steps .tetra-steps__cta-copy { grid-column: 1 / -1; }
  .tetra-steps .tetra-steps__phone { justify-self: end; }
}
@media (max-width: 700px) {
  .tetra-steps { padding-inline: 17px; }
  .tetra-steps .tetra-steps__intro br { display: none; }
  .tetra-steps .tetra-steps__heading { margin-bottom: 42px; }
  .tetra-steps .tetra-steps__timeline { display: grid; grid-template-columns: 1fr; gap: 30px; padding-left: 0; }
  .tetra-steps .tetra-steps__timeline::before, .tetra-steps .tetra-steps__timeline::after { left: 42px; right: auto; top: 43px; bottom: 43px; width: 1px; height: auto; transform-origin: center top; }
  .tetra-steps.tetra-steps--motion .tetra-steps__timeline::after { transform: scaleY(0); }
  .tetra-steps.tetra-steps--motion.is-visible .tetra-steps__timeline::after { transform: scaleY(1); }
  .tetra-steps .tetra-steps__step { display: grid; grid-template-columns: 84px minmax(0, 1fr); grid-template-rows: auto auto auto; align-items: start; column-gap: 18px; text-align: left; }
  .tetra-steps .tetra-steps__circle { z-index: 1; grid-column: 1; grid-row: 1 / 4; width: 84px; height: 84px; background: #071b2d; }
  .tetra-steps .tetra-steps__node { display: none; }
  .tetra-steps .tetra-steps__number { grid-column: 2; margin: 0 0 5px; }
  .tetra-steps .tetra-steps__step h3 { grid-column: 2; min-height: 0; margin: 0; font-size: 19px; }
  .tetra-steps .tetra-steps__step h3 br { display: none; }
  .tetra-steps .tetra-steps__step p { grid-column: 2; max-width: none; margin: 9px 0 0; font-size: 13px; }
  .tetra-steps .tetra-steps__cta-panel { grid-template-columns: 1fr; padding: 22px 19px; }
  .tetra-steps .tetra-steps__cta-copy { grid-column: auto; }
  .tetra-steps .tetra-steps__cta { width: 100%; }
  .tetra-steps .tetra-steps__phone { justify-self: start; width: 100%; padding: 19px 0 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .tetra-steps.tetra-steps--motion .tetra-steps__heading, .tetra-steps.tetra-steps--motion .tetra-steps__step, .tetra-steps.tetra-steps--motion .tetra-steps__cta-panel { opacity: 1; transform: none; transition: none; }
  .tetra-steps.tetra-steps--motion .tetra-steps__timeline::after { transform: none; transition: none; }
  .tetra-steps .tetra-steps__step, .tetra-steps .tetra-steps__circle, .tetra-steps .tetra-steps__cta { transition: none; }
}

/* =========================================================
   TETRAPILON — CALCULATOR
   ========================================================= */
.tetra-calculator { --calculator-gold: #c19959; box-sizing: border-box; width: 100%; overflow: hidden; padding: clamp(72px,7vw,110px) clamp(18px,3vw,46px) clamp(66px,6vw,94px); background: radial-gradient(circle at 48% 35%,rgba(18,49,73,.3),transparent 52%),#061827; color:#f7f5f0; font-family:Inter,"Segoe UI",Arial,sans-serif; }
.tetra-calculator .tetra-calculator__inner { box-sizing:border-box; width:min(100%,1400px); margin:0 auto; }
.tetra-calculator .tetra-calculator__heading { max-width:940px; margin:0 auto clamp(36px,4vw,52px); text-align:center; }
.tetra-calculator .tetra-calculator__eyebrow { margin:0 0 17px; color:var(--calculator-gold); font-size:clamp(12px,.9vw,15px); letter-spacing:.22em; text-transform:uppercase; }
.tetra-calculator .tetra-calculator__title { margin:0; color:#fff; font-size:clamp(33px,3vw,50px); line-height:1.12; letter-spacing:-.02em; font-weight:650; }
.tetra-calculator .tetra-calculator__intro { max-width:760px; margin:22px auto 0; color:rgba(255,255,255,.72); font-size:clamp(14px,1.1vw,18px); line-height:1.6; }
.tetra-calculator .tetra-calculator__layout { display:grid; grid-template-columns:minmax(0,2.25fr) minmax(290px,.75fr); gap:24px; }
.tetra-calculator .tetra-calculator__form, .tetra-calculator .tetra-calculator__result { box-sizing:border-box; border:1px solid rgba(255,255,255,.18); border-radius:9px; background:rgba(7,28,45,.82); }
.tetra-calculator .tetra-calculator__form { min-width:0; padding:clamp(22px,2.8vw,38px); }
.tetra-calculator .tetra-calculator__progress { display:grid; grid-template-columns:auto 1fr auto 1fr auto; align-items:center; gap:13px; padding-bottom:27px; border-bottom:1px solid rgba(255,255,255,.14); }
.tetra-calculator .tetra-calculator__progress button { display:flex; min-width:0; align-items:center; gap:11px; padding:0; border:0; background:none; color:rgba(255,255,255,.55); font:inherit; text-align:left; cursor:pointer; }
.tetra-calculator .tetra-calculator__progress button span { display:grid; place-items:center; width:40px; height:40px; flex:0 0 40px; border:1px solid rgba(255,255,255,.38); border-radius:50%; font-size:15px; }
.tetra-calculator .tetra-calculator__progress button b { max-width:105px; font-size:13px; line-height:1.35; font-weight:500; }
.tetra-calculator .tetra-calculator__progress button.is-active { color:var(--calculator-gold); }
.tetra-calculator .tetra-calculator__progress button.is-active span { border-color:var(--calculator-gold); box-shadow:0 0 0 1px var(--calculator-gold); }
.tetra-calculator .tetra-calculator__progress i { height:1px; background:repeating-linear-gradient(90deg,rgba(255,255,255,.28) 0 4px,transparent 4px 9px); }
.tetra-calculator .tetra-calculator__progress button:focus-visible { outline:2px solid var(--calculator-gold); outline-offset:5px; }
.tetra-calculator .tetra-calculator__steps { padding-top:25px; }
.tetra-calculator .tetra-calculator__step[hidden] { display:none; }
.tetra-calculator .tetra-calculator__step { animation:tetra-calculator-step .32s ease; }
.tetra-calculator .tetra-calculator__step h3 { margin:0 0 28px; color:#fff; font-size:20px; font-weight:600; }
.tetra-calculator .tetra-calculator__field { margin:0 0 27px; padding:0; border:0; }
.tetra-calculator .tetra-calculator__field legend { margin-bottom:12px; color:rgba(255,255,255,.76); font-size:13px; }
.tetra-calculator .tetra-calculator__choices { display:grid; gap:9px; }
.tetra-calculator .tetra-calculator__choices--three { grid-template-columns:repeat(3,minmax(0,1fr)); }
.tetra-calculator .tetra-calculator__choices--rooms { grid-template-columns:repeat(5,minmax(0,1fr)); }
.tetra-calculator .tetra-calculator__choices label, .tetra-calculator .tetra-calculator__repair-grid label, .tetra-calculator .tetra-calculator__condition-grid label { position:relative; min-width:0; cursor:pointer; }
.tetra-calculator .tetra-calculator__choices input, .tetra-calculator .tetra-calculator__repair-grid input, .tetra-calculator .tetra-calculator__condition-grid input { position:absolute; opacity:0; pointer-events:none; }
.tetra-calculator .tetra-calculator__choices label > span { box-sizing:border-box; display:grid; min-height:58px; place-items:center; padding:10px; border:1px solid rgba(255,255,255,.22); border-radius:6px; color:rgba(255,255,255,.8); font-size:13px; text-align:center; transition:border-color .25s ease,background-color .25s ease,color .25s ease; }
.tetra-calculator .tetra-calculator__choices input:checked + span, .tetra-calculator .tetra-calculator__repair-grid input:checked + span, .tetra-calculator .tetra-calculator__condition-grid input:checked + span { border-color:var(--calculator-gold); background:rgba(193,153,89,.08); color:var(--calculator-gold); }
.tetra-calculator .tetra-calculator__choices input:focus-visible + span, .tetra-calculator .tetra-calculator__repair-grid input:focus-visible + span, .tetra-calculator .tetra-calculator__condition-grid input:focus-visible + span { outline:2px solid #fff; outline-offset:3px; }
.tetra-calculator .tetra-calculator__area-field { margin-bottom:30px; }
.tetra-calculator .tetra-calculator__area-field > label { display:block; margin-bottom:13px; color:rgba(255,255,255,.76); font-size:13px; }
.tetra-calculator .tetra-calculator__area-field > div:nth-child(2) { display:grid; grid-template-columns:1fr 70px 24px; align-items:center; gap:12px; }
.tetra-calculator .tetra-calculator__area-field input[type="range"] { width:100%; accent-color:var(--calculator-gold); cursor:pointer; }
.tetra-calculator .tetra-calculator__area-field input[type="number"] { box-sizing:border-box; width:70px; height:46px; border:1px solid rgba(255,255,255,.22); border-radius:5px; background:rgba(4,18,30,.58); color:#fff; font:inherit; text-align:center; }
.tetra-calculator .tetra-calculator__area-field input:focus-visible { outline:2px solid var(--calculator-gold); outline-offset:2px; }
.tetra-calculator .tetra-calculator__range-labels { display:flex; justify-content:space-between; margin-top:7px; padding-right:106px; color:rgba(255,255,255,.48); font-size:11px; }
.tetra-calculator .tetra-calculator__repair-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:13px; }
.tetra-calculator .tetra-calculator__repair-grid label > span, .tetra-calculator .tetra-calculator__condition-grid label > span { box-sizing:border-box; display:flex; min-height:100px; flex-direction:column; justify-content:center; padding:18px; border:1px solid rgba(255,255,255,.22); border-radius:7px; transition:border-color .25s ease,background-color .25s ease; }
.tetra-calculator .tetra-calculator__repair-grid b, .tetra-calculator .tetra-calculator__condition-grid b { color:#fff; font-size:16px; font-weight:600; }
.tetra-calculator .tetra-calculator__repair-grid small { margin-top:9px; color:var(--calculator-gold); font-size:14px; }
.tetra-calculator .tetra-calculator__condition-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.tetra-calculator .tetra-calculator__condition-grid label > span { min-height:108px; }
.tetra-calculator .tetra-calculator__condition-grid small { margin-top:7px; color:rgba(255,255,255,.55); font-size:11px; line-height:1.4; }
.tetra-calculator .tetra-calculator__contacts { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin-top:24px; }
.tetra-calculator .tetra-calculator__contacts label { color:rgba(255,255,255,.76); font-size:13px; }
.tetra-calculator .tetra-calculator__contacts label > small { color:rgba(255,255,255,.42); }
.tetra-calculator .tetra-calculator__contacts label > b { color:var(--calculator-gold); }
.tetra-calculator .tetra-calculator__contacts input { box-sizing:border-box; width:100%; height:50px; margin-top:9px; padding:0 14px; border:1px solid rgba(255,255,255,.22); border-radius:6px; background:rgba(4,18,30,.58); color:#E6E8EB; font:inherit; -webkit-text-fill-color:#E6E8EB; }
.tetra-calculator .tetra-calculator__contacts input:focus { color:#E6E8EB; -webkit-text-fill-color:#E6E8EB; }
.tetra-calculator .tetra-calculator__contacts input::placeholder { color:rgba(230,232,235,.48); opacity:1; }
.tetra-calculator .tetra-calculator__contacts input:-webkit-autofill,
.tetra-calculator .tetra-calculator__contacts input:-webkit-autofill:hover,
.tetra-calculator .tetra-calculator__contacts input:-webkit-autofill:focus { color:#E6E8EB; -webkit-text-fill-color:#E6E8EB; caret-color:#E6E8EB; transition:background-color 9999s ease-out 0s; }
.tetra-calculator .tetra-calculator__contacts input:focus-visible { outline:2px solid var(--calculator-gold); outline-offset:2px; }
.tetra-calculator .tetra-calculator__error { display:block; min-height:16px; margin-top:5px; color:#e8a188; font-size:11px; }
.tetra-calculator .tetra-calculator__consent { position:relative; display:flex; width:max-content; max-width:100%; align-items:center; gap:10px; margin-top:4px; color:rgba(255,255,255,.67); font-size:12px; line-height:1.45; cursor:pointer; }
.tetra-calculator .tetra-calculator__consent input { position:absolute; opacity:0; }
.tetra-calculator .tetra-calculator__consent > span { box-sizing:border-box; width:20px; height:20px; flex:0 0 20px; border:1px solid rgba(255,255,255,.5); border-radius:3px; }
.tetra-calculator .tetra-calculator__consent input:checked + span { border-color:var(--calculator-gold); background:var(--calculator-gold); box-shadow:inset 0 0 0 4px #071827; }
.tetra-calculator .tetra-calculator__consent input:focus-visible + span { outline:2px solid #fff; outline-offset:3px; }
.tetra-calculator .tetra-calculator__consent em { font-style:normal; }
.tetra-calculator .tetra-calculator__consent a { color:var(--calculator-gold); text-underline-offset:2px; }
.tetra-calculator .tetra-calculator__consent-error { min-height:0; margin-top:5px; }
.tetra-calculator .tetra-calculator__actions { display:flex; align-items:center; gap:12px; margin-top:27px; }
.tetra-calculator .tetra-calculator__actions button { box-sizing:border-box; min-height:55px; padding:0 28px; border:1px solid var(--calculator-gold); border-radius:6px; font:inherit; font-size:14px; font-weight:600; cursor:pointer; transition:filter .25s ease,transform .25s ease; }
.tetra-calculator .tetra-calculator__next, .tetra-calculator .tetra-calculator__submit { background:var(--calculator-gold); color:#071827; }
.tetra-calculator .tetra-calculator__back { background:transparent; color:#fff; }
.tetra-calculator .tetra-calculator__actions button:hover { filter:brightness(1.08); transform:translateY(-2px); }
.tetra-calculator .tetra-calculator__actions button:focus-visible { outline:2px solid #fff; outline-offset:3px; }
.tetra-calculator .tetra-calculator__actions button:disabled { opacity:.65; cursor:wait; filter:none; transform:none; }
.tetra-calculator .tetra-calculator__notice { min-height:18px; margin:12px 0 0; color:var(--calculator-gold); font-size:12px; line-height:1.5; }
.tetra-calculator .tetra-calculator__notice.is-error { color:#e8a188; }
.tetra-calculator .tetra-calculator__notice.is-success { padding:15px 17px; border:1px solid rgba(193,153,89,.55); border-radius:6px; background:rgba(193,153,89,.08); }
.tetra-calculator .tetra-calculator__notice strong { display:block; color:var(--calculator-gold); font-size:15px; }
.tetra-calculator .tetra-calculator__notice span { display:block; margin-top:5px; color:rgba(255,255,255,.7); }
.tetra-calculator .tetra-calculator__cf7-backend { position:fixed!important; left:-10000px!important; top:0!important; z-index:-1!important; display:block!important; width:360px!important; max-width:360px!important; height:auto!important; overflow:visible!important; opacity:.01!important; pointer-events:none!important; }
.wpcf7.tetra-calculator__cf7-rendered { position:fixed!important; left:-10000px!important; top:0!important; z-index:-1!important; display:block!important; width:360px!important; max-width:360px!important; height:auto!important; overflow:visible!important; opacity:.01!important; pointer-events:none!important; }
.tetra-calculator .tetra-calculator__result { align-self:start; padding:clamp(24px,2.5vw,36px); }
.tetra-calculator .tetra-calculator__result h3 { margin:0 0 24px; color:#fff; font-size:21px; }
.tetra-calculator .tetra-calculator__result > p:first-of-type { margin:0 0 9px; color:rgba(255,255,255,.68); font-size:13px; }
.tetra-calculator .tetra-calculator__total { display:block; color:var(--calculator-gold); font-size:clamp(31px,2.5vw,43px); line-height:1.1; font-weight:550; white-space:nowrap; transition:opacity .18s ease,transform .18s ease; }
.tetra-calculator .tetra-calculator__total.is-updating { opacity:.35; transform:translateY(3px); }
.tetra-calculator .tetra-calculator__result > strong { display:block; margin-top:9px; color:rgba(255,255,255,.7); font-size:12px; font-weight:500; }
.tetra-calculator .tetra-calculator__result-line { display:block; height:1px; margin:25px 0; background:linear-gradient(90deg,var(--calculator-gold) 0 15%,rgba(193,153,89,.35) 15% 100%); }
.tetra-calculator .tetra-calculator__term { display:flex; flex-direction:column; gap:7px; }
.tetra-calculator .tetra-calculator__term small { color:rgba(255,255,255,.58); }
.tetra-calculator .tetra-calculator__term b { color:var(--calculator-gold); font-size:18px; font-weight:550; }
.tetra-calculator .tetra-calculator__disclaimer { margin:24px 0; color:rgba(255,255,255,.55); font-size:12px; line-height:1.55; }
.tetra-calculator .tetra-calculator__gift { display:flex; align-items:center; gap:14px; padding:15px; border:1px solid rgba(255,255,255,.16); border-radius:7px; }
.tetra-calculator .tetra-calculator__gift svg { width:39px; flex:0 0 39px; fill:none; stroke:var(--calculator-gold); stroke-linecap:round; stroke-linejoin:round; stroke-width:1.5; }
.tetra-calculator .tetra-calculator__gift span { display:flex; flex-direction:column; }
.tetra-calculator .tetra-calculator__gift b { color:var(--calculator-gold); font-size:13px; }
.tetra-calculator .tetra-calculator__gift small { margin-top:5px; color:rgba(255,255,255,.55); font-size:10px; line-height:1.4; }
.tetra-calculator .tetra-calculator__benefits { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); margin-top:22px; padding:22px; border:1px solid rgba(255,255,255,.17); border-radius:9px; background:rgba(8,31,49,.82); }
.tetra-calculator .tetra-calculator__benefits > div { display:flex; min-width:0; align-items:center; gap:13px; padding:0 22px; border-left:1px solid rgba(255,255,255,.13); }
.tetra-calculator .tetra-calculator__benefits > div:first-child { border-left:0; }
.tetra-calculator .tetra-calculator__benefits svg { box-sizing:border-box; width:54px; height:54px; flex:0 0 54px; padding:12px; border:1px solid var(--calculator-gold); border-radius:50%; fill:none; stroke:var(--calculator-gold); stroke-linecap:round; stroke-linejoin:round; stroke-width:1.5; }
.tetra-calculator .tetra-calculator__benefits span { display:flex; min-width:0; flex-direction:column; }
.tetra-calculator .tetra-calculator__benefits b { color:#fff; font-size:13px; line-height:1.4; }
.tetra-calculator .tetra-calculator__benefits small { margin-top:5px; color:rgba(255,255,255,.55); font-size:11px; line-height:1.35; }
.tetra-calculator.tetra-calculator--motion .tetra-calculator__inner { opacity:0; transform:translateY(22px); transition:opacity .75s ease,transform .75s ease; }
.tetra-calculator.tetra-calculator--motion.is-visible .tetra-calculator__inner { opacity:1; transform:translateY(0); }
@keyframes tetra-calculator-step { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }

@media (max-width:1050px) {
  .tetra-calculator .tetra-calculator__layout { grid-template-columns:1fr; }
  .tetra-calculator .tetra-calculator__result { width:100%; }
  .tetra-calculator .tetra-calculator__benefits { grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px 0; }
  .tetra-calculator .tetra-calculator__benefits > div:nth-child(3) { border-left:0; }
}
@media (max-width:650px) {
  .tetra-calculator .tetra-calculator__progress { grid-template-columns:repeat(3,1fr); gap:8px; }
  .tetra-calculator .tetra-calculator__progress i { display:none; }
  .tetra-calculator .tetra-calculator__progress button { flex-direction:column; text-align:center; }
  .tetra-calculator .tetra-calculator__progress button b { font-size:11px; }
  .tetra-calculator .tetra-calculator__choices--three, .tetra-calculator .tetra-calculator__repair-grid, .tetra-calculator .tetra-calculator__condition-grid, .tetra-calculator .tetra-calculator__contacts { grid-template-columns:1fr; }
  .tetra-calculator .tetra-calculator__choices--rooms { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .tetra-calculator .tetra-calculator__actions { align-items:stretch; flex-direction:column-reverse; }
  .tetra-calculator .tetra-calculator__actions button { width:100%; }
  .tetra-calculator .tetra-calculator__benefits { grid-template-columns:1fr; gap:0; }
  .tetra-calculator .tetra-calculator__benefits > div, .tetra-calculator .tetra-calculator__benefits > div:nth-child(3) { padding:16px 0; border-top:1px solid rgba(255,255,255,.12); border-left:0; }
  .tetra-calculator .tetra-calculator__benefits > div:first-child { padding-top:0; border-top:0; }
  .tetra-calculator .tetra-calculator__total { white-space:normal; }
}
@media (prefers-reduced-motion:reduce) {
  .tetra-calculator.tetra-calculator--motion .tetra-calculator__inner { opacity:1; transform:none; transition:none; }
  .tetra-calculator .tetra-calculator__step { animation:none; }
  .tetra-calculator .tetra-calculator__total, .tetra-calculator .tetra-calculator__actions button { transition:none; }
}

/* =========================================================
   TETRAPILON — REVIEWS
   ========================================================= */
.tetra-reviews { --reviews-gold:#c19959; box-sizing:border-box; width:100%; overflow:hidden; padding:clamp(72px,7vw,110px) clamp(18px,3vw,46px) clamp(58px,5vw,82px); background:radial-gradient(circle at 50% 42%,rgba(18,49,73,.3),transparent 55%),#061827; color:#f7f5f0; font-family:Inter,"Segoe UI",Arial,sans-serif; }
.tetra-reviews .tetra-reviews__inner { box-sizing:border-box; width:min(100%,1400px); margin:0 auto; }
.tetra-reviews .tetra-reviews__heading { max-width:760px; margin:0 auto clamp(38px,4vw,54px); text-align:center; }
.tetra-reviews .tetra-reviews__eyebrow { margin:0 0 17px; color:var(--reviews-gold); font-size:clamp(12px,.9vw,15px); letter-spacing:.22em; text-transform:uppercase; }
.tetra-reviews .tetra-reviews__title { margin:0; color:#fff; font-size:clamp(36px,3.2vw,54px); line-height:1.1; font-weight:650; }
.tetra-reviews .tetra-reviews__intro { margin:21px 0 0; color:rgba(255,255,255,.72); font-size:clamp(14px,1.1vw,18px); line-height:1.6; }
.tetra-reviews .tetra-reviews__slider { position:relative; padding:0 66px; outline:none; }
.tetra-reviews .tetra-reviews__viewport { overflow:hidden; }
.tetra-reviews .tetra-reviews__track { display:flex; gap:20px; transition:transform .48s cubic-bezier(.22,.7,.28,1); will-change:transform; }
.tetra-reviews .tetra-reviews__card { box-sizing:border-box; display:flex; min-width:calc((100% - 40px)/3); min-height:410px; flex:0 0 calc((100% - 40px)/3); flex-direction:column; padding:27px 28px 25px; border:1px solid rgba(255,255,255,.23); border-radius:9px; background:rgba(7,29,47,.84); transition:transform .28s ease,border-color .28s ease; }
.tetra-reviews .tetra-reviews__card:hover { transform:translateY(-4px); border-color:rgba(193,153,89,.66); }
.tetra-reviews .tetra-reviews__card header { display:grid; grid-template-columns:68px minmax(0,1fr) auto; align-items:center; gap:15px; }
.tetra-reviews .tetra-reviews__avatar { display:grid; place-items:center; width:68px; height:68px; border:1px solid var(--reviews-gold); border-radius:50%; background:linear-gradient(145deg,#12334c,#081d30); color:var(--reviews-gold); font-size:20px; font-weight:600; letter-spacing:.04em; }
.tetra-reviews .tetra-reviews__person { display:flex; min-width:0; flex-direction:column; }
.tetra-reviews .tetra-reviews__person b { color:#fff; font-size:19px; font-weight:600; }
.tetra-reviews .tetra-reviews__person small, .tetra-reviews .tetra-reviews__person em { margin-top:6px; color:rgba(255,255,255,.58); font-size:12px; font-style:normal; }
.tetra-reviews .tetra-reviews__person em { margin-top:4px; }
.tetra-reviews .tetra-reviews__stars { align-self:start; color:var(--reviews-gold); font-size:17px; letter-spacing:2px; white-space:nowrap; }
.tetra-reviews .tetra-reviews__line { display:block; width:42px; height:2px; margin:26px 0 23px; background:var(--reviews-gold); }
.tetra-reviews .tetra-reviews__card blockquote { margin:0; color:rgba(255,255,255,.74); font-size:14px; line-height:1.75; }
.tetra-reviews .tetra-reviews__arrow { position:absolute; z-index:3; top:50%; display:grid; place-items:center; width:54px; height:54px; padding:0 0 6px; border:1px solid var(--reviews-gold); border-radius:50%; background:rgba(6,24,39,.94); color:#fff; font-size:38px; line-height:1; cursor:pointer; transform:translateY(-50%); transition:background-color .25s ease,opacity .25s ease; }
.tetra-reviews .tetra-reviews__arrow:hover { background:rgba(193,153,89,.88); }
.tetra-reviews .tetra-reviews__arrow:disabled { opacity:.3; cursor:default; }
.tetra-reviews .tetra-reviews__arrow--prev { left:0; }
.tetra-reviews .tetra-reviews__arrow--next { right:0; }
.tetra-reviews .tetra-reviews__arrow:focus-visible { outline:2px solid #fff; outline-offset:3px; }
.tetra-reviews .tetra-reviews__navigation { display:flex; align-items:center; justify-content:center; gap:28px; margin-top:25px; }
.tetra-reviews .tetra-reviews__dots { display:flex; gap:12px; }
.tetra-reviews .tetra-reviews__dots button { width:10px; height:10px; padding:0; border:0; border-radius:50%; background:rgba(255,255,255,.2); cursor:pointer; transition:width .25s ease,background-color .25s ease; }
.tetra-reviews .tetra-reviews__dots button.is-active { width:22px; border-radius:7px; background:var(--reviews-gold); }
.tetra-reviews .tetra-reviews__dots button:focus-visible { outline:2px solid #fff; outline-offset:3px; }
.tetra-reviews .tetra-reviews__yandex { color:rgba(255,255,255,.58); font-size:12px; text-decoration:none; transition:color .25s ease; }
.tetra-reviews .tetra-reviews__yandex:hover { color:var(--reviews-gold); }
.tetra-reviews .tetra-reviews__yandex:focus-visible { outline:2px solid var(--reviews-gold); outline-offset:4px; }
.tetra-reviews .tetra-reviews__cta-panel { box-sizing:border-box; display:grid; grid-template-columns:minmax(340px,1fr) minmax(290px,360px) minmax(245px,auto); align-items:center; gap:29px; margin-top:44px; padding:22px 27px; border:1px solid rgba(255,255,255,.17); border-radius:9px; background:rgba(8,31,49,.82); }
.tetra-reviews .tetra-reviews__cta-copy { display:flex; min-width:0; align-items:center; gap:18px; }
.tetra-reviews .tetra-reviews__cta-icon { box-sizing:border-box; display:grid; place-items:center; width:64px; height:64px; flex:0 0 64px; border:1px solid var(--reviews-gold); border-radius:50%; }
.tetra-reviews .tetra-reviews__cta-icon svg { width:34px; fill:none; stroke:var(--reviews-gold); stroke-linecap:round; stroke-linejoin:round; stroke-width:1.5; }
.tetra-reviews .tetra-reviews__cta-copy > span:last-child { display:flex; flex-direction:column; }
.tetra-reviews .tetra-reviews__cta-copy b { color:#fff; font-size:clamp(17px,1.3vw,21px); font-weight:600; }
.tetra-reviews .tetra-reviews__cta-copy small { max-width:420px; margin-top:7px; color:rgba(255,255,255,.62); font-size:13px; line-height:1.5; }
.tetra-reviews .tetra-reviews__cta { box-sizing:border-box; display:flex; min-height:64px; align-items:center; justify-content:space-between; gap:18px; padding:0 28px; border:1px solid var(--reviews-gold); border-radius:6px; background:var(--reviews-gold); color:#071827; font-size:15px; font-weight:600; text-decoration:none; transition:filter .25s ease,transform .25s ease; }
.tetra-reviews .tetra-reviews__cta:hover { filter:brightness(1.08); transform:translateY(-2px); }
.tetra-reviews .tetra-reviews__phone { display:flex; align-items:center; gap:13px; padding-left:25px; border-left:1px solid rgba(255,255,255,.15); color:#fff; text-decoration:none; }
.tetra-reviews .tetra-reviews__phone > svg { box-sizing:border-box; width:56px; height:56px; padding:14px; border:1px solid var(--reviews-gold); border-radius:50%; fill:none; stroke:var(--reviews-gold); stroke-linecap:round; stroke-linejoin:round; stroke-width:1.5; }
.tetra-reviews .tetra-reviews__phone span { display:flex; flex-direction:column; }
.tetra-reviews .tetra-reviews__phone small { color:rgba(255,255,255,.6); font-size:11px; }
.tetra-reviews .tetra-reviews__phone b { margin-top:5px; color:var(--reviews-gold); font-size:16px; white-space:nowrap; }
.tetra-reviews .tetra-reviews__cta:focus-visible, .tetra-reviews .tetra-reviews__phone:focus-visible { outline:2px solid #fff; outline-offset:4px; }
.tetra-reviews .tetra-reviews__guarantee { display:flex; align-items:center; justify-content:center; gap:9px; margin:24px 0 0; color:rgba(255,255,255,.66); font-size:13px; }
.tetra-reviews .tetra-reviews__guarantee svg { width:24px; fill:none; stroke:var(--reviews-gold); stroke-linecap:round; stroke-linejoin:round; stroke-width:1.5; }
.tetra-reviews.tetra-reviews--motion [data-reviews-reveal] { opacity:0; transform:translateY(20px); transition:opacity .7s ease,transform .7s ease; }
.tetra-reviews.tetra-reviews--motion [data-reviews-reveal].is-visible { opacity:1; transform:translateY(0); }
.tetra-reviews.tetra-reviews--motion .tetra-reviews__slider .tetra-reviews__card { opacity:0; transform:translateY(14px); }
.tetra-reviews.tetra-reviews--motion .tetra-reviews__slider.is-visible .tetra-reviews__card { opacity:1; transform:translateY(0); transition:opacity .55s ease,transform .55s ease,border-color .28s ease; }
.tetra-reviews.tetra-reviews--motion .tetra-reviews__slider.is-visible .tetra-reviews__card:hover { transform:translateY(-4px); }
.tetra-reviews.tetra-reviews--motion .tetra-reviews__slider.is-visible .tetra-reviews__card:nth-child(2) { transition-delay:70ms; }
.tetra-reviews.tetra-reviews--motion .tetra-reviews__slider.is-visible .tetra-reviews__card:nth-child(3) { transition-delay:140ms; }

@media (max-width:1050px) {
  .tetra-reviews .tetra-reviews__card { min-width:calc((100% - 18px)/2); flex-basis:calc((100% - 18px)/2); }
  .tetra-reviews .tetra-reviews__track { gap:18px; }
  .tetra-reviews .tetra-reviews__cta-panel { grid-template-columns:1fr 1fr; }
  .tetra-reviews .tetra-reviews__cta-copy { grid-column:1/-1; }
  .tetra-reviews .tetra-reviews__phone { justify-self:end; }
}
@media (max-width:650px) {
  .tetra-reviews { padding-inline:16px; }
  .tetra-reviews .tetra-reviews__slider { padding:0; }
  .tetra-reviews .tetra-reviews__card { min-width:100%; min-height:390px; flex-basis:100%; padding:23px 20px; }
  .tetra-reviews .tetra-reviews__card header { grid-template-columns:58px minmax(0,1fr); }
  .tetra-reviews .tetra-reviews__avatar { width:58px; height:58px; }
  .tetra-reviews .tetra-reviews__stars { grid-column:2; margin-top:-7px; }
  .tetra-reviews .tetra-reviews__arrow { top:auto; bottom:-65px; width:42px; height:42px; font-size:30px; transform:none; }
  .tetra-reviews .tetra-reviews__arrow--prev { left:0; }
  .tetra-reviews .tetra-reviews__arrow--next { right:0; }
  .tetra-reviews .tetra-reviews__navigation { min-height:42px; margin-top:22px; padding-inline:48px; flex-direction:column; gap:12px; }
  .tetra-reviews .tetra-reviews__cta-panel { grid-template-columns:1fr; margin-top:34px; padding:21px 18px; }
  .tetra-reviews .tetra-reviews__cta-copy { grid-column:auto; }
  .tetra-reviews .tetra-reviews__cta { width:100%; }
  .tetra-reviews .tetra-reviews__phone { justify-self:start; width:100%; padding:18px 0 0; border-top:1px solid rgba(255,255,255,.14); border-left:0; }
}
@media (prefers-reduced-motion:reduce) {
  .tetra-reviews.tetra-reviews--motion [data-reviews-reveal] { opacity:1; transform:none; transition:none; }
  .tetra-reviews .tetra-reviews__track, .tetra-reviews .tetra-reviews__card, .tetra-reviews .tetra-reviews__arrow, .tetra-reviews .tetra-reviews__dots button { transition:none; }
}

/* =========================================================
   TETRAPILON — CONTACT
   ========================================================= */
body:has(.tetra-contact) #colophon, body:has(.tetra-contact) .site-footer { display:none; }
.tetra-contact { --contact-gold:#c19959; box-sizing:border-box; width:100%; overflow:hidden; padding:clamp(72px,7vw,110px) clamp(18px,3vw,46px) 30px; background:radial-gradient(circle at 50% 40%,rgba(18,49,73,.28),transparent 56%),#061827; color:#f7f5f0; font-family:Inter,"Segoe UI",Arial,sans-serif; }
.tetra-contact .tetra-contact__inner { box-sizing:border-box; width:min(100%,1400px); margin:0 auto; }
.tetra-contact .tetra-contact__heading { max-width:940px; margin:0 auto clamp(38px,4vw,54px); text-align:center; }
.tetra-contact .tetra-contact__eyebrow { margin:0 0 17px; color:var(--contact-gold); font-size:clamp(12px,.9vw,15px); letter-spacing:.18em; text-transform:uppercase; }
.tetra-contact .tetra-contact__title { margin:0; color:#fff; font-size:clamp(35px,3.2vw,54px); line-height:1.1; font-weight:650; }
.tetra-contact .tetra-contact__intro { margin:22px 0 0; color:rgba(255,255,255,.72); font-size:clamp(14px,1.1vw,18px); line-height:1.6; }
.tetra-contact .tetra-contact__benefits { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); margin-bottom:45px; }
.tetra-contact .tetra-contact__benefits > div { display:flex; min-width:0; align-items:center; gap:16px; padding:0 28px; border-left:1px solid rgba(255,255,255,.14); }
.tetra-contact .tetra-contact__benefits > div:first-child { padding-left:0; border-left:0; }
.tetra-contact .tetra-contact__benefit-icon { box-sizing:border-box; display:grid; place-items:center; width:65px; height:65px; flex:0 0 65px; border:1px solid var(--contact-gold); border-radius:50%; transition:background-color .25s ease; }
.tetra-contact .tetra-contact__benefits > div:hover .tetra-contact__benefit-icon { background:rgba(193,153,89,.08); }
.tetra-contact .tetra-contact__benefit-icon svg { width:36px; fill:none; stroke:var(--contact-gold); stroke-linecap:round; stroke-linejoin:round; stroke-width:1.5; }
.tetra-contact .tetra-contact__benefits > div > span:last-child { display:flex; flex-direction:column; }
.tetra-contact .tetra-contact__benefits b { color:#fff; font-size:15px; line-height:1.35; }
.tetra-contact .tetra-contact__benefits small { margin-top:6px; color:rgba(255,255,255,.62); font-size:12px; line-height:1.5; }
.tetra-contact .tetra-contact__consult { box-sizing:border-box; display:grid; grid-template-columns:minmax(350px,1fr) minmax(290px,370px) minmax(245px,auto); align-items:center; gap:29px; padding:22px 28px; border:1px solid rgba(255,255,255,.18); border-radius:9px; background:rgba(8,31,49,.82); }
.tetra-contact .tetra-contact__consult-copy { display:flex; min-width:0; align-items:center; gap:18px; }
.tetra-contact .tetra-contact__consult-icon { display:grid; place-items:center; width:64px; height:64px; flex:0 0 64px; border:1px solid var(--contact-gold); border-radius:50%; }
.tetra-contact .tetra-contact__consult-icon svg { width:34px; fill:none; stroke:var(--contact-gold); stroke-linecap:round; stroke-linejoin:round; stroke-width:1.5; }
.tetra-contact .tetra-contact__consult-copy > span:last-child { display:flex; flex-direction:column; }
.tetra-contact .tetra-contact__consult-copy b { color:#fff; font-size:clamp(17px,1.3vw,21px); }
.tetra-contact .tetra-contact__consult-copy small { max-width:450px; margin-top:7px; color:rgba(255,255,255,.62); font-size:13px; line-height:1.5; }
.tetra-contact .tetra-contact__consult-button { box-sizing:border-box; display:flex; min-height:64px; align-items:center; justify-content:space-between; gap:18px; padding:0 28px; border:1px solid var(--contact-gold); border-radius:6px; background:var(--contact-gold); color:#071827; font-size:15px; font-weight:600; text-decoration:none; transition:filter .25s ease,transform .25s ease; }
.tetra-contact .tetra-contact__consult-button:hover { filter:brightness(1.08); transform:translateY(-2px); }
.tetra-contact .tetra-contact__consult-phone { display:flex; align-items:center; gap:13px; padding-left:25px; border-left:1px solid rgba(255,255,255,.15); color:#fff; text-decoration:none; }
.tetra-contact .tetra-contact__consult-phone > svg { box-sizing:border-box; width:54px; height:54px; padding:13px; border:1px solid var(--contact-gold); border-radius:50%; fill:none; stroke:var(--contact-gold); stroke-linecap:round; stroke-linejoin:round; stroke-width:1.5; }
.tetra-contact .tetra-contact__consult-phone span { display:flex; flex-direction:column; }
.tetra-contact .tetra-contact__consult-phone small { color:rgba(255,255,255,.6); font-size:11px; }
.tetra-contact .tetra-contact__consult-phone b { margin-top:5px; color:var(--contact-gold); font-size:16px; white-space:nowrap; }
.tetra-contact .tetra-contact__main { box-sizing:border-box; display:grid; grid-template-columns:minmax(300px,.4fr) minmax(0,.6fr); gap:42px; margin-top:22px; padding:34px 38px; border:1px solid rgba(255,255,255,.18); border-radius:9px; background:rgba(8,31,49,.82); }
.tetra-contact .tetra-contact__info { padding-right:40px; border-right:1px solid rgba(255,255,255,.14); }
.tetra-contact .tetra-contact__brand { display:inline-flex; align-items:center; gap:11px; color:#fff; text-decoration:none; }
.tetra-contact .tetra-contact__brand img { width:46px; height:46px; object-fit:contain; }
.tetra-contact .tetra-contact__brand > span { display:flex; flex-direction:column; }
.tetra-contact .tetra-contact__brand b { font-size:23px; font-weight:500; }
.tetra-contact .tetra-contact__brand b i { color:var(--contact-gold); font-style:normal; }
.tetra-contact .tetra-contact__brand small { margin-top:5px; color:var(--contact-gold); font-size:10px; letter-spacing:.08em; text-transform:uppercase; }
.tetra-contact .tetra-contact__info > p { margin:25px 0 0; color:rgba(255,255,255,.65); font-size:13px; line-height:1.65; }
.tetra-contact .tetra-contact__line { display:block; width:42px; height:2px; margin:19px 0; background:var(--contact-gold); }
.tetra-contact .tetra-contact__info address { display:grid; gap:13px; font-style:normal; }
.tetra-contact .tetra-contact__info address a, .tetra-contact .tetra-contact__info address span { display:flex; align-items:center; gap:12px; color:rgba(255,255,255,.8); font-size:13px; text-decoration:none; }
.tetra-contact .tetra-contact__info address svg { width:20px; fill:none; stroke:var(--contact-gold); stroke-linecap:round; stroke-linejoin:round; stroke-width:1.5; }
.tetra-contact .tetra-contact__form { min-width:0; scroll-margin-top:20px; }
.tetra-contact .tetra-contact__form h3 { margin:0; color:#fff; font-size:23px; }
.tetra-contact .tetra-contact__form > p:first-of-type { margin:9px 0 23px; color:rgba(255,255,255,.62); font-size:13px; }
.tetra-contact .tetra-contact__fields { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.tetra-contact .tetra-contact__fields label { min-width:0; color:rgba(255,255,255,.7); font-size:12px; }
.tetra-contact .tetra-contact__fields label > span { display:block; margin-bottom:7px; }
.tetra-contact .tetra-contact__fields label small { color:rgba(255,255,255,.42); }
.tetra-contact .tetra-contact__fields label b { color:var(--contact-gold); }
.tetra-contact .tetra-contact__fields input, .tetra-contact .tetra-contact__fields textarea { box-sizing:border-box; width:100%; border:1px solid rgba(255,255,255,.22); border-radius:6px; background:rgba(4,18,30,.56); color:#E6E8EB; font:inherit; -webkit-text-fill-color:#E6E8EB; }
.tetra-contact .tetra-contact__fields input { height:50px; padding:0 14px; }
.tetra-contact .tetra-contact__fields textarea { min-height:105px; padding:14px; line-height:1.5; resize:vertical; }
.tetra-contact .tetra-contact__fields input:focus, .tetra-contact .tetra-contact__fields textarea:focus { color:#E6E8EB; -webkit-text-fill-color:#E6E8EB; }
.tetra-contact .tetra-contact__fields input::placeholder, .tetra-contact .tetra-contact__fields textarea::placeholder { color:rgba(230,232,235,.48); opacity:1; }
.tetra-contact .tetra-contact__fields input:-webkit-autofill,
.tetra-contact .tetra-contact__fields input:-webkit-autofill:hover,
.tetra-contact .tetra-contact__fields input:-webkit-autofill:focus { color:#E6E8EB; -webkit-text-fill-color:#E6E8EB; caret-color:#E6E8EB; -webkit-box-shadow:0 0 0 1000px #071d2e inset; box-shadow:0 0 0 1000px #071d2e inset; transition:background-color 9999s ease-out 0s; }
.tetra-contact .tetra-contact__fields input:focus-visible, .tetra-contact .tetra-contact__fields textarea:focus-visible { outline:2px solid var(--contact-gold); outline-offset:2px; }
.tetra-contact .tetra-contact__message { grid-column:1/-1; }
.tetra-contact .tetra-contact__form-bottom { display:grid; grid-template-columns:1fr minmax(220px,310px); align-items:center; gap:20px; margin-top:18px; }
.tetra-contact .tetra-contact__consent { position:relative; display:flex; align-items:center; gap:10px; color:rgba(255,255,255,.65); font-size:12px; cursor:pointer; }
.tetra-contact .tetra-contact__consent input { position:absolute; opacity:0; }
.tetra-contact .tetra-contact__consent > span { box-sizing:border-box; width:20px; height:20px; flex:0 0 20px; border:1px solid rgba(255,255,255,.5); border-radius:3px; }
.tetra-contact .tetra-contact__consent input:checked + span { border-color:var(--contact-gold); background:var(--contact-gold); box-shadow:inset 0 0 0 4px #071827; }
.tetra-contact .tetra-contact__consent input:focus-visible + span { outline:2px solid #fff; outline-offset:3px; }
.tetra-contact .tetra-contact__consent em { font-style:normal; }
.tetra-contact .tetra-contact__consent a { color:var(--contact-gold); }
.tetra-contact .tetra-contact__form-bottom button { box-sizing:border-box; display:flex; min-height:56px; align-items:center; justify-content:space-between; padding:0 25px; border:1px solid var(--contact-gold); border-radius:6px; background:var(--contact-gold); color:#071827; font:inherit; font-size:14px; font-weight:600; cursor:pointer; transition:filter .25s ease,transform .25s ease; }
.tetra-contact .tetra-contact__form-bottom button:hover { filter:brightness(1.08); transform:translateY(-2px); }
.tetra-contact .tetra-contact__form-bottom button:disabled { opacity:.65; cursor:wait; filter:none; transform:none; }
.tetra-contact .tetra-contact__error { display:block; min-height:15px; margin-top:5px; color:#e8a188; font-size:11px; font-style:normal; }
.tetra-contact .tetra-contact__form-notice { min-height:18px; margin:6px 0 0; color:var(--contact-gold); font-size:12px; line-height:1.5; }
.tetra-contact .tetra-contact__form-notice.is-error { color:#e8a188; }
.tetra-contact .tetra-contact__form-notice.is-success { padding:14px 16px; border:1px solid rgba(193,153,89,.55); border-radius:6px; background:rgba(193,153,89,.08); }
.tetra-contact .tetra-contact__form-notice strong { display:block; color:var(--contact-gold); font-size:15px; }
.tetra-contact .tetra-contact__form-notice span { display:block; margin-top:5px; color:rgba(255,255,255,.7); }
.tetra-contact .tetra-contact__cf7-backend { position:fixed!important; left:-10000px!important; top:0!important; z-index:-1!important; display:block!important; width:360px!important; max-width:360px!important; height:auto!important; overflow:visible!important; opacity:.01!important; pointer-events:none!important; }
.wpcf7.tetra-contact__cf7-rendered { position:fixed!important; left:-10000px!important; top:0!important; z-index:-1!important; display:block!important; width:360px!important; max-width:360px!important; height:auto!important; overflow:visible!important; opacity:.01!important; pointer-events:none!important; }
.tetra-contact .tetra-contact__consult-button:focus-visible, .tetra-contact .tetra-contact__consult-phone:focus-visible, .tetra-contact .tetra-contact__brand:focus-visible, .tetra-contact .tetra-contact__info address a:focus-visible, .tetra-contact .tetra-contact__form-bottom button:focus-visible, .tetra-contact .tetra-contact__legal a:focus-visible { outline:2px solid #fff; outline-offset:4px; }
.tetra-contact .tetra-contact__legal { display:flex; justify-content:center; gap:24px; margin-top:22px; }
.tetra-contact .tetra-contact__legal > span { color:rgba(255,255,255,.58); font-size:11px; }
.tetra-contact .tetra-contact__legal a { color:rgba(255,255,255,.45); font-size:11px; text-decoration:none; }
.tetra-contact .tetra-contact__legal a:hover { color:var(--contact-gold); }
.tetra-contact.tetra-contact--motion [data-contact-reveal] { opacity:0; transform:translateY(20px); transition:opacity .7s ease var(--contact-delay,0ms),transform .7s ease var(--contact-delay,0ms); }
.tetra-contact.tetra-contact--motion [data-contact-reveal].is-visible { opacity:1; transform:translateY(0); }

@media (max-width:1050px) {
  .tetra-contact .tetra-contact__benefits { grid-template-columns:repeat(2,minmax(0,1fr)); gap:25px 0; }
  .tetra-contact .tetra-contact__benefits > div:nth-child(3) { padding-left:0; border-left:0; }
  .tetra-contact .tetra-contact__consult { grid-template-columns:1fr 1fr; }
  .tetra-contact .tetra-contact__consult-copy { grid-column:1/-1; }
  .tetra-contact .tetra-contact__consult-phone { justify-self:end; }
  .tetra-contact .tetra-contact__main { grid-template-columns:minmax(260px,.42fr) minmax(0,.58fr); padding-inline:28px; }
  .tetra-contact .tetra-contact__fields { grid-template-columns:1fr; }
  .tetra-contact .tetra-contact__message { grid-column:auto; }
  .tetra-contact .tetra-contact__form-bottom { grid-template-columns:1fr; }
}
@media (max-width:700px) {
  .tetra-contact { padding-inline:16px; }
  .tetra-contact .tetra-contact__intro br { display:none; }
  .tetra-contact .tetra-contact__benefits { grid-template-columns:1fr; gap:20px; }
  .tetra-contact .tetra-contact__benefits > div, .tetra-contact .tetra-contact__benefits > div:nth-child(3) { padding:0; border-left:0; }
  .tetra-contact .tetra-contact__consult { grid-template-columns:1fr; padding:21px 18px; }
  .tetra-contact .tetra-contact__consult-copy { grid-column:auto; }
  .tetra-contact .tetra-contact__consult-button { width:100%; }
  .tetra-contact .tetra-contact__consult-phone { justify-self:start; width:100%; padding:18px 0 0; border-top:1px solid rgba(255,255,255,.14); border-left:0; }
  .tetra-contact .tetra-contact__main { grid-template-columns:1fr; padding:26px 19px; }
  .tetra-contact .tetra-contact__info { padding:0 0 26px; border-right:0; border-bottom:1px solid rgba(255,255,255,.14); }
  .tetra-contact .tetra-contact__form-bottom button { width:100%; }
  .tetra-contact .tetra-contact__legal { align-items:center; flex-direction:column; gap:10px; }
}
@media (prefers-reduced-motion:reduce) {
  .tetra-contact.tetra-contact--motion [data-contact-reveal] { opacity:1; transform:none; transition:none; }
  .tetra-contact .tetra-contact__consult-button, .tetra-contact .tetra-contact__form-bottom button, .tetra-contact .tetra-contact__benefit-icon { transition:none; }
}

/* =========================================================
   TETRAPILON — LEGAL PAGES
   ========================================================= */
body:has(.tetra-legal) #masthead,
body:has(.tetra-legal) .site-header,
body:has(.tetra-legal) #colophon,
body:has(.tetra-legal) .site-footer { display:none; }
.tetra-legal { --legal-navy:#061827; --legal-navy-soft:#0a2236; --legal-gold:#c19959; --legal-paper:#f7f5f0; box-sizing:border-box; width:100%; min-height:100vh; margin-top:0!important; margin-block-start:0!important; background:var(--legal-paper); color:#24303b; font-family:Inter,"Segoe UI",Arial,sans-serif; }
.tetra-legal *, .tetra-legal *::before, .tetra-legal *::after { box-sizing:border-box; }
.tetra-legal a { color:inherit; }
.tetra-legal .tetra-legal__header { background:var(--legal-navy); color:#fff; }
.tetra-legal .tetra-legal__header-inner { display:flex; width:min(100%,1400px); min-height:78px; align-items:center; justify-content:space-between; gap:34px; margin:0 auto; padding:12px clamp(20px,3vw,46px); }
.tetra-legal .tetra-legal__brand { display:flex; flex-direction:column; color:#fff; line-height:1; text-decoration:none; }
.tetra-legal .tetra-legal__brand-name { font-size:22px; font-weight:650; letter-spacing:.045em; }
.tetra-legal .tetra-legal__brand-caption { margin-top:7px; color:var(--legal-gold); font-size:10px; letter-spacing:.14em; text-transform:uppercase; }
.tetra-legal .tetra-legal__nav { display:flex; align-items:center; gap:clamp(16px,2vw,30px); }
.tetra-legal .tetra-legal__nav a { color:rgba(255,255,255,.78); font-size:13px; text-decoration:none; transition:color .2s ease; }
.tetra-legal .tetra-legal__nav a:hover { color:var(--legal-gold); }
.tetra-legal .tetra-legal__phone { padding-left:24px; border-left:1px solid rgba(255,255,255,.18); color:var(--legal-gold)!important; font-weight:600; white-space:nowrap; }
.tetra-legal .tetra-legal__hero { padding:clamp(58px,7vw,94px) clamp(20px,3vw,46px); background:radial-gradient(circle at 78% 30%,rgba(193,153,89,.12),transparent 34%),linear-gradient(145deg,#0a2438,var(--legal-navy)); color:#fff; }
.tetra-legal .tetra-legal__hero-inner { width:min(100%,1180px); margin:0 auto; }
.tetra-legal .tetra-legal__eyebrow { margin:0 0 18px; color:var(--legal-gold); font-size:12px; font-weight:600; letter-spacing:.24em; }
.tetra-legal .tetra-legal__hero h1 { max-width:980px; margin:0; color:#fff; font-size:clamp(34px,4.4vw,64px); line-height:1.08; letter-spacing:-.025em; font-weight:620; }
.tetra-legal .tetra-legal__subtitle { margin:22px 0 0; color:rgba(255,255,255,.66); font-size:clamp(14px,1.2vw,18px); line-height:1.55; }
.tetra-legal .tetra-legal__content { padding:clamp(46px,6vw,82px) clamp(20px,3vw,46px) clamp(64px,8vw,112px); }
.tetra-legal .tetra-legal__layout { display:grid; grid-template-columns:minmax(220px,280px) minmax(0,820px); align-items:start; gap:clamp(34px,5vw,74px); width:min(100%,1180px); margin:0 auto; }
.tetra-legal .tetra-legal__toc { position:sticky; top:24px; padding:24px 22px; border:1px solid rgba(6,24,39,.13); border-radius:8px; background:#fff; box-shadow:0 12px 35px rgba(6,24,39,.05); }
.tetra-legal .tetra-legal__toc-title { display:block; margin-bottom:14px; color:var(--legal-navy); font-size:13px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.tetra-legal .tetra-legal__toc ol { display:grid; gap:9px; margin:0; padding-left:20px; }
.tetra-legal .tetra-legal__toc a { color:#59636c; font-size:12px; line-height:1.45; text-decoration:none; }
.tetra-legal .tetra-legal__toc a:hover { color:var(--legal-gold); }
.tetra-legal .tetra-legal__article { min-width:0; }
.tetra-legal .tetra-legal__section { scroll-margin-top:28px; padding:0 0 36px; }
.tetra-legal .tetra-legal__section + .tetra-legal__section { padding-top:36px; border-top:1px solid rgba(6,24,39,.12); }
.tetra-legal .tetra-legal__section h2 { margin:0 0 20px; color:var(--legal-navy); font-size:clamp(23px,2vw,31px); line-height:1.25; font-weight:650; }
.tetra-legal .tetra-legal__section h3 { margin:0 0 17px; color:var(--legal-navy); font-size:18px; line-height:1.35; }
.tetra-legal .tetra-legal__section p, .tetra-legal .tetra-legal__section li { color:#4b5660; font-size:15px; line-height:1.75; }
.tetra-legal .tetra-legal__section p { margin:0 0 14px; }
.tetra-legal .tetra-legal__section ul { margin:8px 0 18px; padding-left:23px; }
.tetra-legal .tetra-legal__section li + li { margin-top:8px; }
.tetra-legal .tetra-legal__section a { color:#8b682f; text-underline-offset:3px; }
.tetra-legal .tetra-legal__details { margin:24px 0; padding:25px 27px; border-left:3px solid var(--legal-gold); border-radius:0 8px 8px 0; background:#fff; box-shadow:0 10px 30px rgba(6,24,39,.05); }
.tetra-legal .tetra-legal__details dl { display:grid; gap:0; margin:0; }
.tetra-legal .tetra-legal__details dl > div { display:grid; grid-template-columns:minmax(150px,210px) minmax(0,1fr); gap:20px; padding:12px 0; border-top:1px solid rgba(6,24,39,.09); }
.tetra-legal .tetra-legal__details dl > div:first-child { border-top:0; }
.tetra-legal .tetra-legal__details dt { color:#7b848c; font-size:12px; font-weight:600; text-transform:uppercase; }
.tetra-legal .tetra-legal__details dd { min-width:0; margin:0; color:#35414b; font-size:14px; line-height:1.55; overflow-wrap:anywhere; }
.tetra-legal .tetra-legal__revision { margin-top:28px!important; color:#7b848c!important; font-size:12px!important; font-style:italic; }
.tetra-legal .tetra-legal__footer { padding:35px clamp(20px,3vw,46px) 22px; background:var(--legal-navy); color:#fff; }
.tetra-legal .tetra-legal__footer-main, .tetra-legal .tetra-legal__footer-bottom { display:grid; width:min(100%,1180px); margin:0 auto; }
.tetra-legal .tetra-legal__footer-main { grid-template-columns:1fr auto auto; align-items:center; gap:46px; padding-bottom:30px; }
.tetra-legal .tetra-legal__footer-brand { display:flex; flex-direction:column; }
.tetra-legal .tetra-legal__footer-brand strong { font-size:18px; letter-spacing:.05em; }
.tetra-legal .tetra-legal__footer-brand span { margin-top:7px; color:rgba(255,255,255,.5); font-size:11px; }
.tetra-legal .tetra-legal__footer-nav, .tetra-legal .tetra-legal__footer-contacts { display:flex; gap:22px; }
.tetra-legal .tetra-legal__footer-contacts { flex-direction:column; gap:7px; }
.tetra-legal .tetra-legal__footer a { color:rgba(255,255,255,.66); font-size:12px; text-decoration:none; }
.tetra-legal .tetra-legal__footer a:hover { color:var(--legal-gold); }
.tetra-legal .tetra-legal__footer-bottom { grid-template-columns:auto 1fr; gap:30px; padding-top:20px; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.42); font-size:11px; }
.tetra-legal .tetra-legal__footer-bottom > div { display:flex; justify-content:flex-end; gap:22px; }
.tetra-legal a:focus-visible { outline:2px solid var(--legal-gold); outline-offset:4px; }

@media (max-width:900px) {
  .tetra-legal .tetra-legal__nav-optional { display:none; }
  .tetra-legal .tetra-legal__layout { grid-template-columns:1fr; }
  .tetra-legal .tetra-legal__toc { position:static; }
  .tetra-legal .tetra-legal__toc ol { grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:28px; }
  .tetra-legal .tetra-legal__footer-main { grid-template-columns:1fr auto; }
  .tetra-legal .tetra-legal__footer-nav { grid-column:1/-1; grid-row:2; }
}
@media (max-width:620px) {
  .tetra-legal .tetra-legal__header-inner { min-height:70px; gap:16px; }
  .tetra-legal .tetra-legal__brand-name { font-size:17px; }
  .tetra-legal .tetra-legal__brand-caption { font-size:8px; }
  .tetra-legal .tetra-legal__nav > a:not(.tetra-legal__phone) { display:none; }
  .tetra-legal .tetra-legal__phone { padding-left:0; border-left:0; font-size:12px!important; }
  .tetra-legal .tetra-legal__hero { padding-block:52px; }
  .tetra-legal .tetra-legal__toc ol { grid-template-columns:1fr; }
  .tetra-legal .tetra-legal__section p, .tetra-legal .tetra-legal__section li { font-size:14px; line-height:1.7; }
  .tetra-legal .tetra-legal__details { padding:21px 18px; }
  .tetra-legal .tetra-legal__details dl > div { grid-template-columns:1fr; gap:5px; }
  .tetra-legal .tetra-legal__footer-main { grid-template-columns:1fr; gap:24px; }
  .tetra-legal .tetra-legal__footer-nav { grid-column:auto; grid-row:auto; flex-wrap:wrap; gap:13px 20px; }
  .tetra-legal .tetra-legal__footer-bottom { grid-template-columns:1fr; gap:14px; }
  .tetra-legal .tetra-legal__footer-bottom > div { flex-direction:column; justify-content:flex-start; gap:9px; }
}
