/* Premium homepage design for ubezpieczamy.org */
:root {
  --midnight: #07182b;
  --midnight-deep: #04111f;
  --navy: #0b2942;
  --steel: #56748d;
  --ice: #eaf3f8;
  --paper: #f8fbfd;
  --white: #ffffff;
  --warm: #d5a36a;
  --line-light: rgba(255, 255, 255, 0.22);
  --line-dark: rgba(7, 24, 43, 0.14);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 * {
  box-sizing: border-box;
}
 html {
  margin: 0;
  background: var(--midnight);
  scroll-behavior: smooth;
}
 body {
  min-width: 320px;
  margin: 0;
  color: var(--white);
  background: var(--midnight);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
 a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid var(--warm);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--midnight);
  background: var(--white);
  font-size: 13px;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 0.15s ease;
}

.skip-link:focus {
  transform: translateY(0);
}
 .stage {
  position: relative;
  width: 100%;
  height: 640px;
  overflow: hidden;
  isolation: isolate;
  background: var(--midnight);
}
 .visual {
  position: absolute;
  z-index: -2;
  inset: 0 0 152px;
  background-color: var(--midnight);
  background-image:
    linear-gradient(90deg,
      rgba(4, 17, 31, 0.98) 0%,
      rgba(5, 22, 39, 0.95) 35%,
      rgba(6, 31, 53, 0.73) 60%,
      rgba(7, 29, 48, 0.27) 100%),
    linear-gradient(0deg,
      rgba(4, 17, 31, 0.85) 0%,
      rgba(4, 17, 31, 0.04) 42%),
    url("/assets/img/tatry-panorama.webp");
  background-position: center 54%;
  background-repeat: no-repeat;
  background-size: cover;
}
 .visual::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(110deg, transparent 0 67%, rgba(234, 243, 248, 0.08) 67.1% 67.25%, transparent 67.35%),
    linear-gradient(180deg, rgba(2, 11, 20, 0.26), transparent 24%);
  pointer-events: none;
}
 .visual::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.28);
}
 .site-header {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto auto;
  align-items: center;
  width: calc(100% - 88px);
  height: 72px;
  margin: 0 44px;
  border-bottom: 1px solid var(--line-light);
}
 .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
 .monogram {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  font-family: var(--serif);
  font-size: 17px;
  letter-spacing: 0.03em;
}
 .brand-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
  line-height: 1.08;
}
 .brand-copy strong {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
 .brand-copy span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}
 .nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-right: 27px;
}
 .nav a {
  position: relative;
  padding: 7px 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease;
}
 .nav a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--warm);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}
 .nav a:hover {
  color: var(--white);
}
 .nav a:hover::after {
  transform: scaleX(1);
}
 .header-phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
 .header-phone::before {
  width: 22px;
  height: 1px;
  content: "";
  background: var(--warm);
}
 .hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 592px) 272px;
  justify-content: space-between;
  gap: 28px;
  height: 416px;
  padding: 23px 44px 19px;
}
 .hero-copy {
  min-width: 0;
}
 .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #c7d9e5;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.135em;
  line-height: 1.2;
  text-transform: uppercase;
}
 .eyebrow::before {
  width: 24px;
  height: 1px;
  content: "";
  background: var(--warm);
}
 h1 {
  max-width: 590px;
  margin: 10px 0 0;
  font-family: var(--serif);
  font-size: clamp(43px, 4.75vw, 50px);
  font-weight: 400;
  letter-spacing: -0.034em;
  line-height: 0.96;
  text-wrap: balance;
}
 .lead {
  max-width: 575px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.79);
  font-size: 12.7px;
  font-weight: 450;
  line-height: 1.48;
}
 .actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}
 .button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid transparent;
  font-size: 11.3px;
  font-weight: 650;
  letter-spacing: 0.015em;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}
 .button-primary {
  color: var(--midnight-deep);
  background: var(--white);
}
 .button-primary:hover {
  background: var(--ice);
}
 .button-secondary {
  border-color: rgba(255, 255, 255, 0.58);
  color: var(--white);
  background: rgba(7, 24, 43, 0.32);
}
 .button-secondary:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}
 .disclaimer {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9.4px;
  font-weight: 500;
  line-height: 1.35;
}
 .trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 574px;
  margin-top: 11px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
 .trust-item {
  display: flex;
  min-height: 43px;
  flex-direction: column;
  justify-content: center;
  padding: 5px 14px;
  border-left: 1px solid var(--line-light);
}
 .trust-item:first-child {
  padding-left: 0;
  border-left: 0;
}
 .trust-item strong {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.05;
}
 .trust-item span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
}
 .contact-plane {
  position: relative;
  align-self: start;
  min-height: 343px;
  padding: 21px 22px 18px;
  overflow: hidden;
  color: var(--midnight);
  background: var(--paper);
  box-shadow: 0 24px 54px rgba(1, 10, 19, 0.3);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 17px), calc(100% - 17px) 100%, 0 100%);
}
 .contact-plane::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: var(--warm);
}
 .contact-kicker {
  margin: 0;
  color: var(--steel);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
 .contact-plane h2 {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.05;
}
 .contact-copy {
  margin: 10px 0 0;
  color: #425b70;
  font-size: 10.5px;
  line-height: 1.46;
}
 .contact-number {
  display: inline-block;
  margin-top: 10px;
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing: -0.025em;
  line-height: 1;
}
 .plane-button {
  display: flex;
  width: 100%;
  min-height: 37px;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
  padding: 0 13px;
  color: var(--white);
  background: var(--midnight);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.025em;
  transition: background-color 180ms ease;
}
 .plane-button::after {
  font-size: 15px;
  font-weight: 400;
  content: "→";
}
 .plane-button:hover {
  background: var(--navy);
}
 .contact-meta {
  display: grid;
  grid-template-columns: 0.84fr 1.42fr;
  gap: 11px;
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid var(--line-dark);
}
 .contact-meta p {
  margin: 0;
  color: #425b70;
  font-size: 8.6px;
  line-height: 1.34;
}
 .contact-meta strong {
  display: block;
  margin-bottom: 3px;
  color: var(--midnight);
  font-size: 8.3px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
 .services {
  position: relative;
  z-index: 4;
  height: 152px;
  color: var(--midnight);
  background: var(--paper);
}
 .services-head {
  display: flex;
  height: 39px;
  align-items: center;
  justify-content: space-between;
  margin: 0 44px;
  border-bottom: 1px solid var(--line-dark);
}
 .services-head p {
  margin: 0;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
 .services-head span {
  color: var(--steel);
  font-family: var(--serif);
  font-size: 11px;
  font-style: italic;
}
 .service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  height: 113px;
  padding: 0 44px;
}
 .service {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 8px 13px 9px;
  border-left: 1px solid var(--line-dark);
}
 .service:first-child {
  padding-left: 0;
  border-left: 0;
}
 .service:last-child {
  padding-right: 0;
}
 .service-number {
  margin-bottom: 8px;
  color: var(--steel);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
 .service-name {
  max-width: 118px;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.017em;
  line-height: 1.08;
}
 .service::after {
  position: absolute;
  right: 13px;
  bottom: 17px;
  width: 16px;
  height: 1px;
  content: "";
  background: #9db1bf;
  transition: width 180ms ease, background-color 180ms ease;
}
 .service:hover::after {
  width: 27px;
  background: var(--warm);
}
 @media (min-width: 1000px) {
  html {
    height: 1024px;
    overflow: hidden;
  }
   body {
    height: 640px;
    min-height: 640px;
    margin-top: 192px;
    overflow: hidden;
  }
}
 @media (max-width: 999px) {
  html {
    overflow-x: hidden;
  }
   body {
    height: auto;
    min-height: 100%;
    margin-top: 0;
    overflow: visible;
  }
   .stage {
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }
   .visual {
    inset: 0;
    min-height: 100%;
    background-position: 61% top;
    background-size: auto 680px;
  }
   .site-header {
    grid-template-columns: 1fr auto;
    width: calc(100% - 48px);
    height: auto;
    min-height: 72px;
    margin: 0 24px;
    padding: 13px 0 10px;
  }
   .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: space-between;
    margin: 10px 0 0;
    padding-top: 9px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
   .header-phone {
    grid-column: 2;
    grid-row: 1;
  }
   .hero {
    display: block;
    height: auto;
    padding: 42px 24px 38px;
  }
   .hero-copy {
    max-width: 680px;
  }
   h1 {
    max-width: 680px;
    font-size: clamp(39px, 7.2vw, 56px);
    line-height: 1;
  }
   .desktop-break {
    display: none;
  }
   .lead {
    max-width: 640px;
    font-size: 14px;
  }
   .contact-plane {
    width: min(100%, 470px);
    min-height: 0;
    margin-top: 34px;
    padding: 27px;
  }
   .contact-plane h2 {
    font-size: 27px;
  }
   .contact-copy {
    font-size: 12.5px;
  }
   .services {
    height: auto;
  }
   .services-head {
    height: 56px;
    margin: 0 24px;
  }
   .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    padding: 0 24px 24px;
  }
   .service {
    min-height: 118px;
    border-bottom: 1px solid var(--line-dark);
  }
   .service:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }
   .service-name {
    max-width: 180px;
    font-size: 18px;
  }
}
 @media (max-width: 620px) {
  .site-header {
    width: calc(100% - 32px);
    margin: 0 16px;
  }
   .monogram {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }
   .brand {
    gap: 9px;
  }
   .brand-copy strong {
    max-width: 175px;
    overflow: hidden;
    font-size: 10.5px;
    text-overflow: ellipsis;
  }
   .brand-copy span {
    font-size: 8.5px;
  }
   .header-phone {
    gap: 5px;
    font-size: 10.5px;
  }
   .header-phone::before {
    width: 12px;
  }
   .nav {
    gap: 12px;
  }
   .nav a {
    font-size: 9.5px;
  }
   .hero {
    padding: 34px 16px 32px;
  }
   h1 {
    font-size: clamp(38px, 11vw, 49px);
  }
   .lead {
    font-size: 13.5px;
  }
   .actions {
    align-items: stretch;
    flex-direction: column;
  }
   .button {
    width: 100%;
    min-height: 46px;
  }
   .trust {
    grid-template-columns: 1fr;
  }
   .trust-item {
    min-height: 48px;
    padding-left: 0;
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }
   .trust-item:first-child {
    border-top: 0;
  }
   .contact-plane {
    padding: 24px 20px;
  }
   .contact-meta {
    grid-template-columns: 1fr;
  }
   .services-head {
    height: auto;
    min-height: 58px;
    margin: 0 16px;
    padding: 12px 0;
  }
   .services-head span {
    display: none;
  }
   .service-grid {
    grid-template-columns: 1fr;
    padding: 0 16px 16px;
  }
   .service {
    min-height: 92px;
    padding-left: 0;
    border-left: 0;
  }
}
 @media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
   *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
.full-section,
.full-footer {
  color: var(--midnight);
  background: var(--white);
}
 .full-wrap {
  width: min(1320px, calc(100% - 96px));
  margin-inline: auto;
}
 .section-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: #526b7f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
 .section-kicker::before {
  width: 42px;
  height: 2px;
  content: "";
  background: var(--warm);
}
 .section-title {
  max-width: 820px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: -0.042em;
  line-height: 0.98;
  text-wrap: balance;
}
 .section-lead {
  max-width: 700px;
  margin: 26px 0 0;
  color: #526b7f;
  font-size: 18px;
  line-height: 1.68;
}
 .offer-expanded {
  padding: 126px 0 116px;
  background: var(--paper);
}
 .offer-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 78px;
}
 .offer-aside {
  padding-left: 28px;
  border-left: 1px solid var(--line-dark);
  color: #526b7f;
  font-size: 16px;
  line-height: 1.65;
}
 .offer-aside strong {
  display: block;
  margin-bottom: 10px;
  color: var(--midnight);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
 .offer-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}
 .offer-item {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  min-height: 225px;
  gap: 24px;
  padding: 38px 40px 36px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.74);
  transition: background-color 180ms ease, transform 180ms ease;
}
 .offer-item:hover {
  z-index: 1;
  background: var(--white);
  transform: translateY(-3px);
}
 .offer-item:last-child {
  grid-column: 1 / -1;
  min-height: 185px;
  color: var(--white);
  background: var(--midnight);
}
 .offer-no {
  color: #526b7f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.offer-item:last-child .offer-no {
  color: var(--warm);
}
 .offer-item h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
}
 .offer-item p {
  max-width: 490px;
  margin: 16px 0 0;
  color: #5c7182;
  font-size: 15px;
  line-height: 1.6;
}
 .offer-item:last-child p {
  color: rgba(255, 255, 255, 0.68);
}
 .offer-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  color: #294d68;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
 .offer-link::after {
  font-size: 18px;
  font-weight: 400;
  content: "→";
}
 .offer-item:last-child .offer-link {
  color: var(--white);
}
 .about-premium {
  padding: 130px 0;
  overflow: hidden;
  background: var(--white);
}
 .about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: 100px;
}
 .about-copy .section-title {
  max-width: 620px;
}
 .about-copy > p:not(.section-kicker) {
  max-width: 630px;
  margin: 28px 0 0;
  color: #536a7d;
  font-size: 17px;
  line-height: 1.72;
}
 .about-list {
  display: grid;
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}
 .about-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-dark);
  color: #29465d;
  font-size: 15px;
  line-height: 1.45;
}
.about-list span {
  color: #8d5d2c;
  font-family: var(--serif);
  font-size: 18px;
}
 .profile-scene {
  position: relative;
  min-height: 610px;
}
 .profile-photo {
  position: absolute;
  inset: 0 40px 54px 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 24, 43, 0.04), rgba(7, 24, 43, 0.58)),
    url("/assets/img/tatry-panorama.webp") center / cover no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 46px), calc(100% - 46px) 100%, 0 100%);
}
 .profile-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(115deg, transparent 0 62%, rgba(255,255,255,.18) 62.1% 62.3%, transparent 62.4%);
}
 .profile-initials {
  position: absolute;
  top: 44px;
  left: 46px;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: var(--white);
  font-family: var(--serif);
  font-size: 42px;
  backdrop-filter: blur(6px);
  background: rgba(7, 24, 43, 0.22);
}
 .profile-label {
  position: absolute;
  bottom: 112px;
  left: 46px;
  color: var(--white);
}
 .profile-label small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
 .profile-label strong {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
}
 .profile-contact {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(390px, 72%);
  padding: 30px 32px;
  color: var(--white);
  background: var(--midnight);
  box-shadow: 0 24px 60px rgba(7, 24, 43, 0.2);
}
 .profile-contact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.55;
}
 .profile-contact a {
  display: inline-block;
  margin-top: 13px;
  font-family: var(--serif);
  font-size: 29px;
}
 .process-premium {
  padding: 124px 0 128px;
  color: var(--white);
  background: var(--midnight);
}
 .process-premium .section-kicker {
  color: #aabcca;
}
 .process-premium .section-title {
  max-width: 780px;
}
 .process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 76px;
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}
 .process-step {
  min-height: 310px;
  padding: 38px 40px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
 .process-step .step-no {
  color: var(--warm);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
 .process-step h3 {
  margin: 58px 0 0;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.06;
}
 .process-step p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.65;
}
 .damage-band {
  padding: 0;
  background: var(--paper);
}
 .damage-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  padding: 62px 72px;
  color: var(--midnight);
  background: var(--ice);
  border-left: 6px solid var(--warm);
}
 .damage-panel h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
 .damage-panel p {
  max-width: 740px;
  margin: 14px 0 0;
  color: #536d80;
  font-size: 16px;
  line-height: 1.6;
}
 .dark-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  color: var(--white);
  background: var(--midnight);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
 .region-premium {
  padding: 132px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 46%, rgba(86, 116, 141, 0.22), transparent 30%),
    var(--midnight-deep);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}
 .region-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: 96px;
}
 .region-premium .section-kicker {
  color: #aec0ce;
}
 .region-copy .section-title {
  max-width: 630px;
}
 .region-copy > p:not(.section-kicker) {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.7;
}
 .region-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
 .region-list a,
 .region-list span {
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.region-list a {
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.region-list a:hover {
  border-color: var(--warm);
  color: var(--white);
  background: rgba(213, 163, 106, 0.1);
}
 .location-map {
  position: relative;
  width: 540px;
  height: 540px;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(213, 163, 106, 0.4);
  background: #dce7ed;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.28);
}
 .location-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
 .map-location-card {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: min(330px, calc(100% - 48px));
  padding: 22px 24px;
  border-left: 3px solid var(--warm);
  color: var(--white);
  background: rgba(4, 17, 31, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
}
 .map-location-card span {
  display: block;
  color: #aec0ce;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
 .map-location-card strong {
  display: block;
  margin-top: 7px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}
 .map-location-card address {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
}
 .map-location-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
 .map-location-card a::after {
  color: var(--warm);
  font-size: 16px;
  content: "→";
}
 .proof-premium {
  padding: 124px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 36%, rgba(86, 116, 141, 0.18), transparent 28%),
    var(--midnight-deep);
}
 .proof-premium .section-kicker {
  color: #aec0ce;
}
 .proof-premium .section-title {
  color: var(--white);
}
 .proof-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
 .proof-card {
  min-height: 360px;
  padding: 46px 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--midnight);
  background: var(--white);
}
 .proof-card:first-child {
  color: var(--white);
  background: var(--midnight);
}
 .proof-label {
  color: #526b7f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.proof-card:first-child .proof-label {
  color: rgba(255, 255, 255, 0.76);
}
 .rating-value {
  margin-top: 54px;
  font-family: var(--serif);
  font-size: 104px;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.76;
}
 .stars-row {
  margin-top: 28px;
  color: var(--warm);
  font-size: 22px;
  letter-spacing: 0.15em;
}
 .proof-card h3 {
  max-width: 520px;
  margin: 54px 0 0;
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.04;
}
 .proof-card p {
  max-width: 560px;
  margin: 22px 0 0;
  color: #5b7183;
  font-size: 15px;
  line-height: 1.65;
}
 .proof-card:first-child p {
  color: rgba(255, 255, 255, 0.62);
}
.proof-action {
  display: inline-flex;
  margin-top: 28px;
  color: #2a526f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.proof-card:first-child .proof-action {
  color: #dce9f2;
}
.proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin-top: 28px;
}
.proof-actions .proof-action {
  margin-top: 0;
}
 .faq-premium {
  padding: 124px 0 132px;
  background: var(--white);
}
 .faq-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.65fr) minmax(0, 1.35fr);
  gap: 100px;
}
 .faq-intro {
  position: sticky;
  top: 40px;
  align-self: start;
}
 .faq-intro .section-title {
  font-size: clamp(46px, 4.4vw, 66px);
}
 .faq-list {
  border-top: 1px solid var(--line-dark);
}
 .faq-list details {
  border-bottom: 1px solid var(--line-dark);
}
 .faq-list summary {
  position: relative;
  padding: 27px 54px 27px 0;
  color: var(--midnight);
  cursor: pointer;
  font-family: var(--serif);
  font-size: 24px;
  list-style: none;
}
 .faq-list summary::-webkit-details-marker {
  display: none;
}
 .faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "+";
  color: #71889b;
  font-family: var(--sans);
  font-size: 24px;
  transform: translateY(-50%);
}
 .faq-list details[open] summary::after {
  content: "−";
}
 .faq-answer {
  max-width: 740px;
  padding: 0 54px 28px 0;
  color: #586f82;
  font-size: 15px;
  line-height: 1.7;
}
 .contact-final {
  padding: 126px 0;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(4, 17, 31, 0.98) 0 54%, rgba(7, 41, 66, 0.82)),
    url("/assets/img/tatry-panorama.webp") center / cover no-repeat;
}
 .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 0.72fr);
  gap: 110px;
  align-items: start;
}
 .contact-copy-final .section-kicker {
  color: #bdd0de;
}
 .contact-copy-final .section-title {
  max-width: 650px;
}
 .contact-copy-final > p:not(.section-kicker) {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.7;
}
 .contact-data {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 54px;
  padding-top: 28px;
  border-top: 1px solid var(--line-light);
}
 .contact-data small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
 .contact-data strong,
.contact-data address {
  color: var(--white);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
 .callback-form {
  padding: 42px;
  color: var(--midnight);
  background: var(--paper);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
}
 .callback-form h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
 .callback-form > p {
  margin: 12px 0 30px;
  color: #5c7182;
  font-size: 14px;
  line-height: 1.6;
}
 .form-row {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}
 .form-row label {
  color: #536b7e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
 .form-row input,
.form-row select {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  border: 1px solid var(--line-dark);
  border-radius: 0;
  color: var(--midnight);
  background: var(--white);
  font: 15px var(--sans);
}
 .form-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  margin: 20px 0;
  color: #536b7d;
  font-size: 11px;
  line-height: 1.45;
}
.form-consent input {
  margin: 2px 0 0;
}

.form-consent a,
.faq-answer a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hp {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.callback-form > .form-status {
  min-height: 1.5em;
  margin: 14px 0 0;
  font-size: 12px;
  font-weight: 600;
}

.callback-form > .form-status.ok {
  color: #176b45;
}

.callback-form > .form-status.err {
  color: #a52323;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}
 .form-submit {
  width: 100%;
  min-height: 54px;
  border: 0;
  color: var(--white);
  background: var(--midnight);
  cursor: pointer;
  font: 700 13px var(--sans);
  letter-spacing: 0.04em;
}
 .full-footer {
  padding: 82px 0 34px;
  color: var(--white);
  background: var(--midnight-deep);
}
 .footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.8fr 0.8fr;
  gap: 64px;
}
 .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
 .footer-mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: var(--serif);
  font-size: 20px;
}
 .footer-brand strong {
  display: block;
  max-width: 320px;
  font-size: 15px;
  line-height: 1.3;
}
 .footer-brand small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
 .footer-copy {
  max-width: 410px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height: 1.65;
}
 .footer-col h3 {
  margin: 0 0 22px;
  color: #9fb2c1;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
 .footer-col a,
.footer-col span {
  display: block;
  margin: 12px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.4;
}
 .footer-legal {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 62px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.58);
  font-size: 10px;
  line-height: 1.55;
}
 @media (min-width: 1000px) {
  html {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
   body {
    height: auto;
    min-height: 100%;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: visible;
  }
   .stage {
    height: 876px;
    overflow: hidden;
  }
   .visual {
    inset: 0 0 188px;
  }
   .site-header {
    grid-template-columns: minmax(390px, 1fr) auto auto;
    width: min(1320px, calc(100% - 96px));
    height: 88px;
    margin: 0 auto;
  }
   .monogram {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    font-size: 21px;
  }
   .brand-copy strong {
    font-size: 15px;
  }
   .brand-copy span {
    font-size: 10.5px;
  }
   .nav {
    gap: 32px;
    margin-right: 36px;
  }
   .nav a {
    font-size: 11.5px;
  }
   .header-phone {
    font-size: 15px;
  }
   .hero {
    grid-template-columns: minmax(0, 800px) 360px;
    width: min(1320px, calc(100% - 96px));
    height: 600px;
    margin: 0 auto;
    padding: 50px 0 42px;
    gap: 82px;
  }
   h1 {
    max-width: 790px;
    margin-top: 18px;
    font-size: clamp(62px, 5.4vw, 78px);
    line-height: 0.95;
  }
   .eyebrow {
    font-size: 12px;
  }
   .lead {
    max-width: 760px;
    margin-top: 22px;
    font-size: 16.5px;
    line-height: 1.56;
  }
   .actions {
    gap: 14px;
    margin-top: 23px;
  }
   .button {
    min-height: 50px;
    padding-inline: 24px;
    font-size: 13px;
  }
   .disclaimer {
    margin-top: 13px;
    font-size: 10.5px;
  }
   .trust {
    max-width: 760px;
    margin-top: 17px;
  }
   .trust-item {
    min-height: 62px;
    padding-inline: 20px;
  }
   .trust-item strong {
    font-size: 19px;
  }
   .trust-item span {
    font-size: 9px;
  }
   .contact-plane {
    min-height: 456px;
    padding: 31px 32px 26px;
  }
   .contact-kicker {
    font-size: 10px;
  }
   .contact-plane h2 {
    margin-top: 14px;
    font-size: 34px;
  }
   .contact-copy {
    margin-top: 17px;
    font-size: 13.5px;
  }
   .contact-number {
    margin-top: 17px;
    font-size: 34px;
  }
   .plane-button {
    min-height: 48px;
    margin-top: 18px;
    padding-inline: 18px;
    font-size: 12px;
  }
   .contact-meta {
    gap: 18px;
    margin-top: 20px;
    padding-top: 17px;
  }
   .contact-meta p {
    font-size: 10.5px;
  }
   .contact-meta strong {
    font-size: 9.5px;
  }
   .services {
    height: 188px;
  }
   .services-head {
    width: min(1320px, calc(100% - 96px));
    height: 52px;
    margin: 0 auto;
  }
   .services-head p {
    font-size: 10px;
  }
   .services-head span {
    font-size: 14px;
  }
   .service-grid {
    width: min(1320px, calc(100% - 96px));
    height: 136px;
    margin: 0 auto;
    padding: 0;
  }
   .service {
    padding-inline: 20px;
  }
   .service-name {
    max-width: 170px;
    font-size: 20px;
  }
   .service-number {
    margin-bottom: 12px;
    font-size: 9px;
  }
}
 @media (max-width: 999px) {
  .full-wrap {
    width: min(100% - 40px, 760px);
  }
   .full-section {
    padding-block: 78px;
  }
   .offer-intro,
  .about-layout,
  .region-layout,
  .faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }
   .offer-matrix,
  .process-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }
   .offer-item:last-child {
    grid-column: auto;
  }
   .about-layout {
    gap: 64px;
  }
   .profile-scene {
    min-height: 570px;
  }
   .process-grid {
    margin-top: 48px;
  }
   .process-step {
    min-height: 230px;
  }
   .damage-panel {
    grid-template-columns: 1fr;
    padding: 46px 38px;
  }
   .location-map {
    width: min(540px, 100%);
    height: min(540px, calc(100vw - 40px));
    margin: 0 auto;
  }
   .proof-card {
    min-height: 320px;
  }
   .faq-intro {
    position: static;
  }
   .contact-final {
    padding-block: 84px;
  }
   .callback-form {
    width: min(100%, 560px);
  }
   .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 660px) {
  .full-wrap {
    width: calc(100% - 32px);
  }
   .section-title {
    font-size: 43px;
  }
   .section-lead {
    font-size: 16px;
  }
   .offer-item {
    grid-template-columns: 38px 1fr;
    gap: 13px;
    padding: 28px 22px;
  }
   .offer-item h3 {
    font-size: 26px;
  }
   .profile-scene {
    min-height: 510px;
  }
   .profile-photo {
    right: 0;
  }
   .profile-initials {
    top: 28px;
    left: 28px;
    width: 86px;
    height: 86px;
    font-size: 34px;
  }
   .profile-label {
    bottom: 132px;
    left: 28px;
  }
   .profile-contact {
    width: 90%;
    padding: 24px;
  }
   .process-step {
    padding: 30px 24px;
  }
   .process-step h3 {
    margin-top: 32px;
    font-size: 28px;
  }
   .damage-panel {
    padding: 38px 24px;
  }
   .damage-panel h2 {
    font-size: 36px;
  }
   .location-map {
    height: calc(100vw - 32px);
  }
   .map-location-card {
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: auto;
    padding: 17px 18px;
  }
   .map-location-card strong {
    font-size: 22px;
  }
   .proof-card {
    padding: 34px 26px;
  }
   .rating-value {
    font-size: 82px;
  }
   .proof-card h3 {
    font-size: 36px;
  }
   .faq-list summary {
    font-size: 21px;
  }
   .callback-form {
    padding: 30px 22px;
  }
   .contact-data {
    grid-template-columns: 1fr;
  }
   .footer-grid {
    grid-template-columns: 1fr;
  }
   .footer-legal {
    flex-direction: column;
  }
}

/* Editorial guide */
.insight-premium {
  padding: 126px 0;
  color: var(--midnight);
  background: var(--paper);
}
.insight-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
}
.insight-heading .section-title {
  max-width: 930px;
}
.insight-all {
  display: inline-flex;
  padding-bottom: 8px;
  border-bottom: 1px solid #9fb2c0;
  color: #355871;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.insight-feature {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr);
  min-height: 470px;
  margin-top: 68px;
  overflow: hidden;
  color: var(--white);
  background: var(--midnight);
  box-shadow: 0 30px 80px rgba(7, 24, 43, .16);
}
.insight-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 76px);
}
.insight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  color: #aebfcb;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.insight-meta > * + * {
  position: relative;
  padding-left: 20px;
}
.insight-meta > * + *::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--warm);
  content: "";
  transform: translateY(-50%);
}
.insight-feature h3 {
  max-width: 670px;
  margin: 36px 0 0;
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
}
.insight-feature p {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .67);
  font-size: 15px;
  line-height: 1.75;
}
.insight-read {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 16px;
  margin-top: 34px;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.insight-read span {
  color: var(--warm);
  font-size: 21px;
}
.insight-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #0c2946;
}
.insight-visual::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  content: "";
  pointer-events: none;
}
.insight-visual svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}
.insight-label {
  position: absolute;
  z-index: 1;
  top: 26px;
  right: 28px;
  padding: 9px 12px;
  color: #d8e5ee;
  background: rgba(4, 17, 31, .7);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
}

@media (max-width: 999px) {
  .insight-premium {
    padding: 82px 0;
  }
  .insight-heading,
  .insight-feature {
    grid-template-columns: 1fr;
  }
  .insight-heading {
    align-items: start;
  }
  .insight-all {
    justify-self: start;
  }
  .insight-feature {
    margin-top: 46px;
  }
  .insight-visual {
    min-height: 390px;
    grid-row: 1;
  }
  .insight-visual svg {
    min-height: 390px;
  }
}

@media (max-width: 660px) {
  .insight-premium {
    padding: 70px 0;
  }
  .insight-feature {
    margin-top: 38px;
  }
  .insight-copy {
    padding: 36px 24px 42px;
  }
  .insight-meta {
    gap: 8px 13px;
    font-size: 8px;
  }
  .insight-meta > * + * {
    padding-left: 13px;
  }
  .insight-feature h3 {
    margin-top: 26px;
    font-size: 37px;
  }
  .insight-visual,
  .insight-visual svg {
    min-height: 290px;
  }
}
