@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@400;600;700;800&family=Heebo:wght@400;500;700;800;900&display=swap");

:root {
  --black: #0a0b0b;
  --black-2: #151515;
  --cream: #fbf5e8;
  --cream-2: #fffaf1;
  --paper: #f6efe3;
  --gold: #c79b3f;
  --gold-2: #e7c875;
  --gold-3: #9a6f20;
  --glass: #dceff0;
  --steel: #7d8a8a;
  --ink: #171717;
  --text: #2b2b2b;
  --muted: #6e675d;
  --line: rgba(23, 23, 23, 0.14);
  --white: #fff;
  --success: #158c5b;
  --danger: #c64235;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
  --shadow-soft: 0 16px 40px rgba(0, 0, 0, 0.11);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Assistant", "Heebo", Arial, sans-serif;
  line-height: 1.45;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(125, 138, 138, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(10, 11, 11, 0.04) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 86%, transparent);
}

body.large-text {
  font-size: 112%;
}

body.high-contrast {
  --paper: #fff;
  --cream: #fff;
  --cream-2: #fff;
  --gold: #000;
  --gold-2: #000;
  --muted: #111;
}

body.monochrome {
  filter: grayscale(1);
}

body.sepia-mode {
  filter: sepia(0.85) saturate(0.82) contrast(1.04);
}

body.invert-colors {
  filter: invert(1) hue-rotate(180deg);
}

body.yellow-contrast {
  --paper: #000;
  --cream: #080808;
  --cream-2: #111;
  --gold: #ffe45f;
  --gold-2: #fff174;
  --muted: #fff174;
  --ink: #fff174;
  --text: #fff174;
  --line: rgba(255, 228, 95, 0.5);
  background: #000;
  color: #fff174;
}

body.readable-font {
  font-family: Arial, "Assistant", sans-serif;
  line-height: 1.68;
}

body.assistive-mode img:not([alt]),
body.assistive-mode a:not([aria-label]):empty,
body.keyboard-navigation a,
body.keyboard-navigation button,
body.keyboard-navigation input,
body.keyboard-navigation select,
body.keyboard-navigation textarea {
  outline: 3px solid rgba(199, 155, 63, 0.72);
  outline-offset: 4px;
}

body.image-hover-alt img[alt],
body.show-image-alt img[alt] {
  outline: 3px solid rgba(199, 155, 63, 0.8);
  outline-offset: 4px;
}

.image-description-label {
  display: inline-block;
  max-width: min(100%, 520px);
  margin: 8px 0 16px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #0b0b0b;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

body.pause-motion *,
body.pause-motion *::before,
body.pause-motion *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

[data-reveal] {
  opacity: 0;
  transform: translateY(58px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-scroll-depth] {
  transform: translateY(var(--depth-y, 0));
  transition: transform 0.18s linear;
}

.mega-header {
  position: fixed;
  inset: 18px 0 auto;
  z-index: 80;
  width: min(calc(100% - 92px), 1680px);
  min-height: 82px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(190px, auto) 1fr minmax(238px, auto);
  align-items: center;
  gap: clamp(14px, 2vw, 34px);
  padding: 10px 20px;
  border: 1px solid rgba(231, 200, 117, 0.22);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.82), rgba(27, 25, 21, 0.93) 48%, rgba(10, 10, 10, 0.84)),
    rgba(10, 10, 10, 0.88);
  color: var(--white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 72px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px);
  transition: transform 0.28s ease, background 0.28s ease, width 0.28s ease;
}

.mega-header.is-scrolled {
  width: min(calc(100% - 112px), 1600px);
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.9), rgba(20, 19, 17, 0.96) 48%, rgba(10, 10, 10, 0.92)),
    rgba(10, 10, 10, 0.94);
  transform: translateY(-4px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(190px, 14vw, 252px);
  min-width: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  position: relative;
  flex: 0 0 auto;
  overflow: visible;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.brand-lockup::after {
  content: none;
}

.brand-lockup:hover,
.brand-lockup:focus-visible {
  transform: translateY(-2px);
  opacity: 0.94;
  outline: 0;
}

.brand-lockup img {
  width: 100%;
  height: auto;
  max-height: 118px;
  padding: 0;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.mega-header .brand-lockup {
  width: auto;
  min-width: clamp(128px, 8.4vw, 172px);
  height: clamp(82px, 5.4vw, 108px);
}

.mega-header .brand-lockup img {
  content: url("assets/hagi-logo-header-optimized.png");
  width: auto;
  height: 100%;
  max-width: none;
  max-height: none;
}

.brand-lockup strong,
.brand-lockup span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.mega-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 5px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.mega-nav a {
  padding: 11px 16px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.03rem, 0.89vw, 1.15rem);
  font-weight: 800;
  white-space: nowrap;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.mega-nav a:hover,
.mega-nav a:focus-visible,
.link-emphasis {
  background: linear-gradient(135deg, rgba(231, 200, 117, 0.2), rgba(255, 255, 255, 0.08));
  color: var(--gold-2) !important;
  box-shadow: inset 0 0 0 1px rgba(231, 200, 117, 0.2);
  transform: translateY(-2px);
}

.mega-nav a.nav-contact-link {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #11100d !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 12px 26px rgba(199, 155, 63, 0.2);
}

.mega-nav a.nav-contact-link:hover,
.mega-nav a.nav-contact-link:focus-visible {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.34), transparent 36%),
    linear-gradient(135deg, #ffe99a, var(--gold));
  color: #070706 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 16px 34px rgba(199, 155, 63, 0.3);
}

.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  width: 58px;
  min-width: 58px;
  height: 58px;
  border: 1px solid rgba(231, 200, 117, 0.3);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(231, 200, 117, 0.18), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.06);
  color: var(--white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 32px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--gold-2);
  box-shadow: 0 0 16px rgba(231, 200, 117, 0.28);
  transform-origin: center;
  transition: transform 0.24s ease, opacity 0.2s ease, width 0.2s ease;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(231, 200, 117, 0.58);
  background:
    linear-gradient(135deg, rgba(231, 200, 117, 0.26), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.08);
  outline: 0;
}

.mega-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.mega-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
  width: 8px;
}

.mega-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.header-tools {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 14px;
}

.open-status {
  display: grid;
  grid-template-columns: 13px auto;
  grid-template-rows: auto auto;
  gap: 1px 10px;
  align-items: center;
  min-height: 64px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.105);
  color: var(--white);
  text-align: right;
}

.open-status span {
  grid-row: span 2;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: var(--success);
  box-shadow: 0 0 0 7px rgba(21, 140, 91, 0.18);
}

.open-status.closed span {
  background: var(--danger);
  box-shadow: 0 0 0 7px rgba(198, 66, 53, 0.18);
}

.open-status b {
  font-size: 1.02rem;
  line-height: 1;
}

.open-status small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.96rem;
  font-weight: 800;
}

.header-call,
.gold-button,
.black-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.header-call,
.gold-button {
  background: linear-gradient(135deg, #f1d687, var(--gold), #9f762a);
  color: #050505;
  box-shadow: 0 18px 40px rgba(199, 155, 63, 0.28);
}

.header-call {
  min-width: 192px;
  min-height: 64px;
  padding: 16px 30px;
  font-size: 1.08rem;
  letter-spacing: 0.2px;
}

.black-button {
  background: var(--black);
  color: var(--white);
  border-color: rgba(231, 200, 117, 0.38);
}

.outline-button {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

.outline-button.light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.4);
}

.home-return-button {
  min-height: 54px;
  padding-inline: 24px;
  border-color: rgba(231, 200, 117, 0.48);
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold-2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 16px 34px rgba(0, 0, 0, 0.18);
}

.home-return-button:hover,
.home-return-button:focus-visible {
  background: rgba(231, 200, 117, 0.16);
  color: var(--gold-1);
}

.page-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 34px;
}

.huge {
  min-height: 66px;
  padding-inline: 34px;
  font-size: 1.12rem;
}

.header-call:hover,
.gold-button:hover,
.black-button:hover,
.outline-button:hover,
.service-card:hover,
.feature-tile:hover,
.coupon-card:hover {
  transform: translateY(-5px);
}

@media (hover: hover) and (pointer: fine) {
  .header-call,
  .gold-button,
  .black-button,
  .outline-button,
  .portfolio-filters button,
  .coupon-code button,
  .carousel-arrow,
  .reset-access,
  .cookie-banner button[data-accept-cookies] {
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }

  .header-call::before,
  .gold-button::before,
  .black-button::before,
  .outline-button::before,
  .portfolio-filters button::before,
  .coupon-code button::before,
  .carousel-arrow::before,
  .reset-access::before,
  .cookie-banner button[data-accept-cookies]::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset-block: -48%;
    inset-inline-start: -72%;
    width: 46%;
    pointer-events: none;
    background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transform: skewX(-18deg);
    transition: inset-inline-start 0.58s ease;
  }

  .header-call:hover::before,
  .gold-button:hover::before,
  .black-button:hover::before,
  .outline-button:hover::before,
  .portfolio-filters button:hover::before,
  .coupon-code button:hover::before,
  .carousel-arrow:hover::before,
  .reset-access:hover::before,
  .cookie-banner button[data-accept-cookies]:hover::before {
    inset-inline-start: 126%;
  }

  .header-call:hover,
  .gold-button:hover {
    box-shadow: 0 24px 58px rgba(199, 155, 63, 0.38);
  }

  .black-button:hover,
  .outline-button:hover {
    box-shadow: 0 20px 46px rgba(10, 11, 11, 0.24);
  }

  .mega-nav a {
    position: relative;
    overflow: hidden;
  }

  .mega-nav a::after {
    content: "";
    position: absolute;
    inset-inline: 16px;
    inset-block-end: 7px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.24s ease;
  }

  .mega-nav a:hover::after,
  .mega-nav a:focus-visible::after,
  .mega-nav a.link-emphasis::after {
    transform: scaleX(1);
  }

  .open-status span {
    position: relative;
  }

  .open-status span::after {
    content: "";
    position: absolute;
    inset: -9px;
    border-radius: 999px;
    border: 1px solid currentColor;
    color: var(--success);
    opacity: 0.32;
    animation: statusPulse 1.9s ease-out infinite;
  }

  .open-status.closed span::after {
    color: var(--danger);
  }

  .gallery-masonry img {
    transition: transform 0.34s ease, filter 0.34s ease, box-shadow 0.34s ease;
  }

  .gallery-masonry img:hover {
    transform: translateY(-7px) scale(1.018);
    filter: saturate(1.12) contrast(1.06);
    box-shadow: 0 24px 54px rgba(27, 21, 11, 0.2);
  }
}

@keyframes statusPulse {
  0% {
    transform: scale(0.72);
    opacity: 0.4;
  }
  72% {
    transform: scale(1.42);
    opacity: 0;
  }
  100% {
    transform: scale(1.42);
    opacity: 0;
  }
}

.hero-giant {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 150px 0 70px;
  overflow: hidden;
  background: var(--black);
}

.hero-bg,
.hero-screen {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-screen {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.78) 62%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.12) 46%, rgba(0, 0, 0, 0.78));
}

.hero-content {
  position: relative;
  z-index: 2;
  color: var(--white);
  transform: translateY(clamp(-132px, -10vh, -96px));
}

.hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.hero-kicker span {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 1rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.hero-giant h1,
.page-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(4.8rem, 8rem, 10.6rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-giant h1 span,
.page-hero h1 span,
.gold-text {
  display: block;
  color: var(--gold-2);
}

.hero-subtitle {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Assistant", "Heebo", sans-serif;
  font-size: clamp(1.35rem, 1.75rem, 2rem);
  font-weight: 700;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 12px;
  max-width: 700px;
  margin-top: 34px;
}

.hero-metrics div {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.hero-metrics b {
  display: block;
  color: var(--gold-2);
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 900;
}

.hero-metrics span {
  font-weight: 800;
}

.hero-coupon {
  position: absolute;
  z-index: 3;
  inset-inline-start: auto;
  inset-inline-end: auto;
  left: clamp(22px, 4vw, 72px);
  right: auto;
  bottom: clamp(16px, 2.4vh, 34px);
  width: min(330px, calc(100% - 44px));
  padding: 28px;
  border: 2px dashed rgba(231, 200, 117, 0.75);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(10, 10, 10, 0.92), rgba(31, 31, 31, 0.84));
  color: var(--white);
  box-shadow: var(--shadow);
}

.hero-coupon::before,
.hero-coupon::after,
.coupon-card::before,
.coupon-card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--paper);
  transform: translateY(-50%);
}

.hero-coupon::before,
.coupon-card::before {
  inset-inline-start: -16px;
}

.hero-coupon::after,
.coupon-card::after {
  inset-inline-end: -16px;
}

.hero-coupon span,
.coupon-card small {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(231, 200, 117, 0.16);
  color: var(--gold-2);
  font-weight: 900;
}

.hero-coupon strong,
.coupon-card strong {
  display: block;
  margin-top: 12px;
  color: var(--white);
  font-size: 5rem;
  line-height: 0.9;
  font-weight: 900;
}

.hero-coupon p {
  font-size: 1.1rem;
  font-weight: 800;
}

.hero-coupon strong small {
  display: block;
  margin-top: 9px;
  color: var(--gold-2);
  font-size: clamp(1.55rem, 1.7vw, 2.15rem);
  line-height: 1;
}

.hero-coupon a {
  color: var(--gold-2);
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}

.hero-price-seal {
  position: absolute;
  z-index: 4;
  inset-inline-end: clamp(44px, 8vw, 155px);
  inset-block-start: clamp(170px, 25vh, 280px);
  width: clamp(178px, 15vw, 278px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  padding: 28px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.24), transparent 28%),
    radial-gradient(circle, rgba(231, 200, 117, 0.18), rgba(10, 11, 11, 0.96) 64%),
    var(--black);
  color: var(--white);
  text-align: center;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.34),
    inset 0 0 0 2px rgba(231, 200, 117, 0.72),
    inset 0 0 0 9px rgba(10, 11, 11, 0.92),
    inset 0 0 0 11px rgba(231, 200, 117, 0.35);
  transform: rotate(-8deg);
  isolation: isolate;
}

.hero-price-seal::before,
.hero-price-seal::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.hero-price-seal::before {
  inset: 12px;
  border: 1px dashed rgba(231, 200, 117, 0.72);
}

.hero-price-seal::after {
  inset: -8px;
  border: 1px solid rgba(231, 200, 117, 0.28);
  box-shadow: 0 0 0 8px rgba(231, 200, 117, 0.055);
}

.hero-price-seal span,
.hero-price-seal em {
  position: relative;
  z-index: 1;
  color: var(--gold-2);
  font-size: clamp(0.94rem, 1.14vw, 1.26rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.hero-price-seal strong {
  position: relative;
  z-index: 1;
  max-width: 100%;
  color: var(--white);
  font-size: clamp(1.86rem, 2.64vw, 3.3rem);
  font-weight: 900;
  line-height: 0.9;
}

.hero-price-seal em {
  margin-top: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: var(--black);
  box-shadow: 0 8px 20px rgba(199, 155, 63, 0.28);
}

@media (max-width: 1540px) and (min-width: 1181px) {
  .hero-coupon {
    inset-inline-start: auto;
    inset-inline-end: auto;
    left: clamp(24px, 3vw, 58px);
    right: auto;
    bottom: clamp(34px, 4.5vh, 60px);
    width: min(300px, 22vw);
    padding: 24px;
  }

  .hero-coupon strong {
    font-size: clamp(3.85rem, 4.2vw, 4.7rem);
  }

  .hero-coupon p {
    font-size: 1rem;
    line-height: 1.42;
  }
}

.thank-you-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 150px 0 92px;
  overflow: hidden;
  background: var(--black);
}

.thank-you-bg,
.thank-you-screen {
  position: absolute;
  inset: 0;
}

.thank-you-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.04);
}

.thank-you-screen {
  background:
    radial-gradient(circle at 16% 28%, rgba(231, 200, 117, 0.22), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.72) 52%, rgba(0, 0, 0, 0.38)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.88));
}

.thank-you-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.58fr);
  gap: clamp(28px, 5vw, 82px);
  align-items: center;
  color: var(--white);
}

.thank-you-copy h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(4.6rem, 8vw, 9.6rem);
  line-height: 0.9;
  font-weight: 900;
}

.thank-you-copy p:not(.label) {
  max-width: 820px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.24rem, 1.7vw, 1.72rem);
  font-weight: 800;
}

.thank-you-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.thank-you-points span {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid rgba(231, 200, 117, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--gold-2);
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.thank-you-action-card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 3.5vw, 48px);
  border: 1px solid rgba(231, 200, 117, 0.32);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 8%, rgba(231, 200, 117, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 250, 241, 0.96), rgba(246, 239, 227, 0.9));
  color: var(--ink);
  box-shadow: 0 38px 92px rgba(0, 0, 0, 0.32);
}

.thank-you-action-card::before {
  content: "בטיחות";
  position: absolute;
  inset-block-start: -26px;
  inset-inline-end: 20px;
  color: rgba(10, 11, 11, 0.05);
  font-size: clamp(5rem, 9vw, 8rem);
  line-height: 1;
  font-weight: 900;
}

.thank-you-badge {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--black);
  color: var(--gold-2);
  font-weight: 900;
}

.thank-you-action-card h2 {
  position: relative;
  z-index: 1;
  margin: 18px 0 12px;
  font-size: clamp(2.35rem, 3.8vw, 4.6rem);
  line-height: 0.98;
  font-weight: 900;
}

.thank-you-action-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
  font-weight: 800;
}

.thank-you-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.thank-you-home {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 12px;
}

@media (max-width: 980px) {
  .thank-you-hero {
    min-height: auto;
    padding: 126px 0 92px;
  }

  .thank-you-screen {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.9) 56%, rgba(0, 0, 0, 0.96)),
      radial-gradient(circle at 50% 16%, rgba(231, 200, 117, 0.2), transparent 34%);
  }

  .thank-you-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .thank-you-copy h1 {
    font-size: clamp(3.45rem, 13vw, 5.8rem);
    line-height: 0.94;
  }

  .thank-you-copy p:not(.label) {
    font-size: 1.08rem;
    line-height: 1.48;
  }

  .thank-you-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .thank-you-points span {
    justify-content: center;
    text-align: center;
  }

  .thank-you-action-card {
    padding: 22px;
    border-radius: 20px;
  }

  .thank-you-action-card h2 {
    font-size: clamp(2.25rem, 9vw, 3.45rem);
  }

  .thank-you-actions .huge {
    min-height: 62px;
    padding-inline: 16px;
    font-size: 1rem;
  }
}

.trust-ribbon {
  position: relative;
  z-index: 4;
  padding: 16px 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(231, 200, 117, 0.18), transparent 34%),
    linear-gradient(135deg, #050606, #141312 62%, #080909);
  color: var(--cream);
  border-block: 1px solid rgba(231, 200, 117, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 28px 70px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.trust-ribbon::before,
.trust-ribbon::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(231, 200, 117, 0.75), transparent);
}

.trust-ribbon::before {
  inset-block-start: 0;
}

.trust-ribbon::after {
  inset-block-end: 0;
}

.trust-ribbon .container-wide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.trust-ribbon span {
  position: relative;
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  overflow: hidden;
  padding: 18px 18px 18px 22px;
  border: 1px solid rgba(231, 200, 117, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  text-align: right;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.98rem, 1.05vw, 1.14rem);
  font-weight: 900;
  line-height: 1.28;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 36px rgba(0, 0, 0, 0.16);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.trust-ribbon span::before {
  content: "01";
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid rgba(231, 200, 117, 0.44);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(231, 200, 117, 0.24), rgba(231, 200, 117, 0.08));
  color: var(--gold-2);
  font-size: 0.9rem;
  font-weight: 900;
  direction: ltr;
}

.trust-ribbon span:nth-child(2)::before {
  content: "02";
}

.trust-ribbon span:nth-child(3)::before {
  content: "03";
}

.trust-ribbon span:nth-child(4)::before {
  content: "04";
}

.trust-ribbon span::after {
  content: "";
  position: absolute;
  inset-block: 18px;
  inset-inline-end: 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, var(--gold-2), transparent);
  opacity: 0.68;
}

.trust-ribbon span:hover {
  transform: translateY(-4px);
  border-color: rgba(231, 200, 117, 0.46);
  background:
    linear-gradient(135deg, rgba(231, 200, 117, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.055);
}

.whatsapp-cta-section {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: clamp(42px, 5vw, 74px) 0;
  background:
    linear-gradient(180deg, rgba(7, 8, 8, 0.98), rgba(21, 19, 15, 0.98)),
    var(--black);
  color: var(--white);
}

.whatsapp-cta-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.46fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  min-height: clamp(390px, 36vw, 560px);
  padding: clamp(30px, 5vw, 72px);
  border: 1px solid rgba(231, 200, 117, 0.32);
  border-radius: 28px;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02) 48%, rgba(37, 211, 102, 0.11)),
    linear-gradient(145deg, rgba(23, 22, 18, 0.98), rgba(8, 9, 9, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 32px 86px rgba(0, 0, 0, 0.34);
}

.whatsapp-cta-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: -1;
  border: 1px solid rgba(231, 200, 117, 0.14);
  border-radius: 22px;
  pointer-events: none;
}

.whatsapp-cta-card::after {
  content: "WHATSAPP";
  position: absolute;
  inset-inline-start: clamp(24px, 4vw, 58px);
  inset-block-end: -0.17em;
  z-index: -1;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(5rem, 10vw, 13rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: 0;
  pointer-events: none;
}

.whatsapp-cta-section .label {
  border-color: rgba(255, 255, 255, 0.32);
  background:
    linear-gradient(135deg, rgba(245, 217, 121, 0.96), rgba(190, 143, 43, 0.96));
  color: #11100d;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 14px 32px rgba(190, 143, 43, 0.22);
}

.whatsapp-cta-copy h2 {
  max-width: 920px;
  margin: 0;
  color: var(--white);
  font-size: clamp(3.2rem, 5.4vw, 7rem);
  line-height: 0.92;
  font-weight: 900;
}

.whatsapp-cta-copy p:not(.label) {
  max-width: 780px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.12rem, 1.38vw, 1.45rem);
  line-height: 1.45;
  font-weight: 800;
}

.whatsapp-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.whatsapp-proof-row span {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid rgba(231, 200, 117, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.98rem;
  font-weight: 900;
}

.whatsapp-proof-row b {
  color: var(--gold-2);
  font-size: 1.08em;
}

.whatsapp-cta-actions {
  display: grid;
  gap: 14px;
  align-content: center;
}

.whatsapp-button {
  position: relative;
  overflow: hidden;
  min-height: 112px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, #4ee478, #25d366 48%, #128c4a);
  color: #07140c;
  font-weight: 900;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 22px 52px rgba(37, 211, 102, 0.28),
    0 0 0 8px rgba(37, 211, 102, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease, border-color 0.22s ease;
}

.whatsapp-button::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: translateX(120%);
  transition: transform 0.58s ease;
  pointer-events: none;
}

.whatsapp-button-icon {
  position: relative;
  width: 76px;
  min-width: 76px;
  height: 76px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  box-shadow:
    inset 0 0 0 5px rgba(255, 255, 255, 0.72),
    0 16px 28px rgba(4, 44, 18, 0.28);
}

.whatsapp-button-icon img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 999px;
}

.whatsapp-button-text {
  display: grid;
  gap: 5px;
  text-align: start;
}

.whatsapp-button-text strong {
  font-size: clamp(1.22rem, 1.45vw, 1.6rem);
  line-height: 1.05;
}

.whatsapp-button-text small {
  font-size: 1.02rem;
  direction: ltr;
  opacity: 0.82;
  letter-spacing: 0;
}

.whatsapp-response-note {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid rgba(231, 200, 117, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(231, 200, 117, 0.12), rgba(255, 255, 255, 0.045));
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.whatsapp-response-note b {
  color: var(--gold-2);
  font-size: 1.04rem;
}

.whatsapp-response-note span {
  line-height: 1.38;
}

.whatsapp-button:hover,
.whatsapp-button:focus-visible {
  transform: translateY(-6px) scale(1.015);
  filter: saturate(1.08);
  border-color: rgba(255, 255, 255, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 30px 74px rgba(37, 211, 102, 0.38),
    0 0 0 10px rgba(37, 211, 102, 0.08);
}

.whatsapp-button:hover::before,
.whatsapp-button:focus-visible::before {
  transform: translateX(-120%);
}

.section-big {
  position: relative;
  isolation: isolate;
  padding: clamp(82px, 9vw, 140px) 0;
}

.luxury-catalog-section {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.98), rgba(220, 239, 240, 0.42)),
    var(--cream-2);
}

.luxury-catalog-section::before,
.advisor-section::before,
.focus-section::before,
.services-section::before,
.coupons-section::before,
.guide-preview::before,
.proof-carousel-section::before,
.form-section::before {
  position: absolute;
  z-index: 0;
  inset-block-start: 22px;
  inset-inline-end: max(24px, calc((100% - var(--max)) / 2));
  pointer-events: none;
  color: rgba(10, 11, 11, 0.055);
  font-family: "Assistant", "Heebo", sans-serif;
  font-size: clamp(7rem, 11rem, 16rem);
  line-height: 0.8;
  font-weight: 900;
}

.section-big > .container-wide {
  position: relative;
  z-index: 1;
}

@supports (content-visibility: auto) {
  .section-big,
  .portfolio-section,
  .proof-carousel-section,
  .faq-accordion-section,
  .service-reviews-section,
  .seo-editorial-section {
    content-visibility: auto;
    contain-intrinsic-size: 920px;
  }
}

.seo-editorial-section {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.97), rgba(237, 223, 190, 0.34)),
    var(--cream-2);
}

.seo-editorial-section::before {
  content: "SEO";
  position: absolute;
  z-index: 0;
  inset-block-start: 22px;
  inset-inline-end: max(24px, calc((100% - var(--max)) / 2));
  pointer-events: none;
  color: rgba(10, 11, 11, 0.04);
  font-family: "Assistant", "Heebo", sans-serif;
  font-size: clamp(7rem, 12vw, 15rem);
  line-height: 0.8;
  font-weight: 900;
}

.seo-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: clamp(18px, 2.8vw, 34px);
  align-items: stretch;
}

.seo-editorial-copy {
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid rgba(197, 155, 64, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 250, 241, 0.76));
  box-shadow: 0 28px 80px rgba(42, 31, 13, 0.08);
}

.seo-editorial-copy h2 {
  max-width: 980px;
  margin: 12px 0 20px;
  color: var(--ink);
  font-size: clamp(2.35rem, 4.7vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.seo-editorial-copy p:not(.label) {
  margin: 0 0 16px;
  color: rgba(31, 30, 27, 0.74);
  font-size: clamp(1.04rem, 1.3vw, 1.24rem);
  font-weight: 800;
  line-height: 1.78;
}

.seo-keyword-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.seo-keyword-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid rgba(185, 139, 38, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--gold-3);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(116, 86, 25, 0.08);
  transition: transform 0.22s ease, color 0.22s ease, background 0.22s ease;
}

.seo-keyword-links a:hover,
.seo-keyword-links a:focus-visible {
  transform: translateY(-3px);
  background: var(--black);
  color: var(--gold-2);
}

.seo-editorial-points {
  display: grid;
  gap: 16px;
}

.seo-editorial-points article {
  min-height: 150px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(197, 155, 64, 0.24);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 88% 18%, rgba(221, 190, 106, 0.22), transparent 34%),
    linear-gradient(145deg, #121210, #27231a);
  color: #fff;
  box-shadow: 0 24px 70px rgba(18, 16, 11, 0.18);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.seo-editorial-points article:hover {
  transform: translateY(-5px);
  border-color: rgba(221, 190, 106, 0.55);
  box-shadow: 0 30px 90px rgba(18, 16, 11, 0.24);
}

.seo-editorial-points b {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-2);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.1;
}

.seo-editorial-points span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.65;
}

.advisor-section::before {
  content: "01";
}

.luxury-catalog-section::before {
  content: "02";
}

.focus-section::before {
  content: "03";
}

.services-section::before {
  content: "04";
}

.coupons-section::before {
  content: "05";
}

.guide-preview::before {
  content: "06";
}

.proof-carousel-section::before {
  content: "07";
  color: rgba(255, 255, 255, 0.08);
}

.form-section::before {
  content: "08";
}

.advisor-section {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(10, 11, 11, 0.94), rgba(20, 20, 20, 0.88)),
    url("assets/generated-installer-work-perf.jpg") center/cover;
  color: var(--white);
}

.advisor-section::after {
  content: "";
  position: absolute;
  inset: 24px;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(231, 200, 117, 0.22);
}

.advisor-section::before {
  color: rgba(255, 255, 255, 0.08);
}

.advisor-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
}

.advisor-copy h2 {
  max-width: 980px;
  margin: 0;
  color: var(--white);
  font-size: clamp(4rem, 6.3rem, 8.2rem);
  line-height: 0.92;
  font-weight: 900;
}

.advisor-copy p:not(.label) {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Assistant", "Heebo", sans-serif;
  font-size: clamp(1.22rem, 1.42rem, 1.65rem);
  font-weight: 800;
}

.advisor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.advisor-section .outline-button {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
}

.advisor-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.advisor-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(231, 200, 117, 0.2), transparent 38%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 58px);
}

.advisor-card-head,
.advisor-list {
  position: relative;
  z-index: 1;
}

.advisor-card-head {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.advisor-card-head span {
  width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--black);
  font-weight: 900;
}

.advisor-card-head strong {
  font-size: clamp(2rem, 2.8rem, 3.5rem);
  line-height: 1;
  font-weight: 900;
}

.advisor-list {
  display: grid;
  gap: 12px;
}

.advisor-list div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 84px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(0, 0, 0, 0.22);
}

.advisor-list b {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(231, 200, 117, 0.14);
  color: var(--gold-2);
  font-size: 1.25rem;
  font-weight: 900;
}

.advisor-list span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  font-weight: 900;
}

.catalog-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.catalog-copy h2 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(4rem, 6.4rem, 8.4rem);
  line-height: 0.92;
  font-weight: 900;
}

.catalog-copy p:not(.label) {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-family: "Assistant", "Heebo", sans-serif;
  font-size: clamp(1.22rem, 1.45rem, 1.65rem);
  font-weight: 800;
}

.luxury-label,
.label {
  width: max-content;
  max-width: 100%;
  padding: 8px 13px;
  border: 1px solid rgba(199, 155, 63, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
}

.luxury-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 30px;
}

.luxury-tags span,
.hero-kicker span,
.portfolio-filters button,
.proof-cta span {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 14px 32px rgba(0, 0, 0, 0.08);
}

.luxury-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid rgba(10, 11, 11, 0.12);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(220, 239, 240, 0.52));
  color: var(--ink);
  font-weight: 900;
}

.catalog-showcase {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: var(--shadow);
  background: var(--black);
}

.catalog-showcase::before {
  content: "VIEW SAFE";
  position: absolute;
  z-index: 2;
  inset-block-start: 26px;
  inset-inline-start: 26px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.catalog-showcase img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 0.9s ease;
}

.catalog-showcase:hover img {
  transform: scale(1.11);
}

.catalog-stamp {
  position: absolute;
  inset-inline-end: 26px;
  inset-block-end: 26px;
  width: min(310px, calc(100% - 52px));
  padding: 24px;
  border: 1px solid rgba(231, 200, 117, 0.36);
  background: rgba(10, 11, 11, 0.82);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.catalog-stamp small {
  color: var(--gold-2);
  font-weight: 900;
}

.catalog-stamp strong {
  display: block;
  margin: 4px 0;
  color: var(--gold-2);
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
}

.catalog-stamp span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.split-xl {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 5vw, 80px);
  align-items: center;
}

.section-copy h2,
.section-title-row h2,
.center-title h2,
.form-copy h2,
.service-copy h2,
.privacy-page h1,
.guide-page h1 {
  margin: 0;
  font-size: clamp(3.4rem, 5.4rem, 7.6rem);
  line-height: 0.94;
  font-weight: 900;
}

.section-copy p:not(.label),
.center-title p,
.form-copy p,
.service-copy p,
.guide-page p,
.privacy-page p {
  color: var(--muted);
  font-family: "Assistant", "Heebo", sans-serif;
  font-size: clamp(1.15rem, 1.28rem, 1.45rem);
  font-weight: 700;
}

.label {
  margin: 0 0 14px;
  color: var(--gold-3);
  font-weight: 900;
  font-size: 1.08rem;
}

.focus-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.feature-tile,
.service-card {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 610px;
  border-radius: var(--radius);
  background: var(--black);
  color: var(--white);
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.feature-tile img,
.service-card img,
.visual-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-tile::after,
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.9)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.45), transparent 62%);
}

.feature-tile::before,
.service-card::before,
.portfolio-item::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.2) 48%, transparent 58% 100%);
  transform: translateX(120%);
  transition: transform 0.75s ease;
}

.feature-tile:hover::before,
.service-card:hover::before,
.portfolio-item:hover::before {
  transform: translateX(-120%);
}

.feature-tile h3,
.feature-tile p,
.feature-tile .tile-icon,
.service-card h3,
.service-card p,
.service-card span {
  position: absolute;
  z-index: 2;
}

.tile-icon,
.service-card span[data-icon] {
  inset-block-start: 24px;
  inset-inline-start: 24px;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--black);
}

.feature-tile h3,
.service-card h3 {
  inset-inline: 28px;
  inset-block-end: 96px;
  margin: 0;
  font-size: clamp(2.1rem, 2.7rem, 3.5rem);
  line-height: 1;
}

.feature-tile p,
.service-card p {
  inset-inline: 28px;
  inset-block-end: 28px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  font-weight: 800;
}

.feature-tile:hover img,
.service-card:hover img,
.visual-panel:hover img {
  transform: scale(1.06);
}

.feature-tile img,
.service-card img,
.visual-panel img {
  transition: transform 0.45s ease;
}

.services-section {
  background: var(--cream-2);
}

.section-title-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  min-height: 540px;
  border: 1px solid rgba(199, 155, 63, 0.22);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(10, 11, 11, 0.94));
  box-shadow:
    0 28px 70px rgba(34, 24, 8, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.service-card img {
  transform: scale(1.01);
  filter: brightness(1.1) contrast(1.08) saturate(1.08);
}

.service-card::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 34%, rgba(0, 0, 0, 0.75) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent 58%),
    radial-gradient(circle at 24% 16%, rgba(231, 200, 117, 0.16), transparent 34%);
}

.service-card h3,
.service-card p {
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.68);
}

.service-card[data-shot="soragim"] img {
  object-position: 68% center;
}

.service-card[data-shot="maake"] img {
  object-position: 58% center;
}

.service-card[data-shot="pergolas"] img {
  object-position: 48% center;
}

.service-card[data-shot="enclosure"] img {
  object-position: center;
  filter: brightness(1.22) contrast(1.18) saturate(1.06);
  transform: scale(1.04);
}

.service-card[data-shot="enclosure"]::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.1) 34%, rgba(0, 0, 0, 0.8) 100%),
    radial-gradient(circle at 82% 18%, rgba(231, 200, 117, 0.22), transparent 32%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 62%);
}

.service-card[data-shot="windows"] img {
  object-position: 38% center;
  filter: brightness(1.42) contrast(1.18) saturate(1.08);
  transform: scale(1.08);
}

.service-card[data-shot="windows"] {
  isolation: isolate;
  border-color: rgba(231, 200, 117, 0.42);
  background:
    radial-gradient(circle at 78% 18%, rgba(231, 200, 117, 0.26), transparent 32%),
    linear-gradient(145deg, rgba(32, 28, 20, 0.98), rgba(7, 8, 8, 0.96));
}

.service-card[data-shot="windows"]::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.03) 42%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 58%),
    radial-gradient(circle at 80% 16%, rgba(231, 200, 117, 0.34), transparent 30%);
}

.service-card[data-shot="windows"] .service-chip,
.service-card[data-shot="windows"] .service-meta {
  z-index: 4;
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: calc(100% - 56px);
  border: 1px solid rgba(231, 200, 117, 0.46);
  border-radius: 999px;
  background: rgba(10, 11, 11, 0.62);
  color: var(--gold-2);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.service-card[data-shot="windows"] .service-chip {
  inset-block-start: 26px;
  inset-inline-start: 94px;
  min-height: 44px;
  padding: 9px 16px;
  font-size: 0.9rem;
  font-weight: 900;
}

.service-card[data-shot="windows"] .service-meta {
  inset-inline: 28px auto;
  inset-block-end: 172px;
  padding: 9px 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
  font-weight: 850;
}

.service-card[data-shot="windows"] h3 {
  color: var(--white);
}

.service-card[data-shot="windows"] p {
  color: rgba(255, 255, 255, 0.9);
}

.service-card[data-shot="aluminum"] img {
  object-position: center;
  filter: brightness(1.12) contrast(1.12) saturate(1.04);
}

.portfolio-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.92), rgba(246, 239, 227, 0.96)),
    url("assets/work-balcony-rail-sea.jpg") center/cover fixed;
}

.portfolio-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 11, 11, 0.05), transparent 34%, rgba(199, 155, 63, 0.08)),
    repeating-linear-gradient(0deg, rgba(10, 11, 11, 0.035), rgba(10, 11, 11, 0.035) 1px, transparent 1px, transparent 54px);
}

.portfolio-section .container-wide {
  position: relative;
  z-index: 1;
}

.portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -12px 0 26px;
}

.portfolio-filters button {
  min-height: 50px;
  padding: 11px 18px;
  border: 1px solid rgba(10, 11, 11, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.portfolio-filters button:hover,
.portfolio-filters button.is-active {
  transform: translateY(-3px);
  background: var(--black);
  color: var(--gold-2);
}

.portfolio-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 305px;
  gap: 16px;
}

.service-portfolio {
  padding-top: clamp(76px, 8vw, 118px);
}

.service-gallery-wall {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 285px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  min-height: 255px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: var(--radius);
  background: var(--black);
  color: var(--white);
  box-shadow: var(--shadow-soft);
  isolation: isolate;
  transition: transform 0.28s ease, opacity 0.22s ease, box-shadow 0.28s ease;
}

.portfolio-item.featured {
  grid-column: span 2;
  grid-row: span 2;
}

.portfolio-item.wide {
  grid-column: span 2;
}

.portfolio-item.tall {
  grid-row: span 2;
}

.portfolio-item.is-hidden {
  display: none;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.portfolio-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.8)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), transparent 58%);
}

.portfolio-item div {
  position: absolute;
  z-index: 2;
  inset-inline: 20px;
  inset-block-end: 18px;
  display: grid;
  gap: 6px;
}

.portfolio-item span {
  width: max-content;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(231, 200, 117, 0.88);
  color: var(--black);
  font-size: 0.88rem;
  font-weight: 900;
}

.portfolio-item h3 {
  margin: 0;
  font-size: clamp(1.45rem, 1.95rem, 2.35rem);
  line-height: 1.03;
  font-weight: 900;
}

.portfolio-item p {
  margin: 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.portfolio-item:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.portfolio-item:hover img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.04);
}

.portfolio-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
  gap: 0;
  margin-top: 26px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--black);
  color: var(--white);
  box-shadow: var(--shadow);
}

.portfolio-strip-media {
  min-height: 520px;
  overflow: hidden;
}

.portfolio-strip-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-strip:hover .portfolio-strip-media img {
  transform: scale(1.05);
}

.portfolio-strip-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(28px, 4vw, 58px);
}

.portfolio-strip-copy h3 {
  margin: 0;
  font-size: clamp(2.5rem, 3.5rem, 4.7rem);
  line-height: 0.98;
  font-weight: 900;
}

.portfolio-strip-copy p:not(.label) {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Assistant", "Heebo", sans-serif;
  font-size: clamp(1.12rem, 1.24rem, 1.36rem);
  font-weight: 800;
}

.strip-label {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: max-content;
  max-width: 100%;
  margin: 0 0 2px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--gold-2);
  font-family: "Assistant", "Heebo", sans-serif;
  font-size: clamp(1.02rem, 1.2vw, 1.22rem);
  font-weight: 900;
  text-shadow: 0 0 24px rgba(231, 200, 117, 0.38);
}

.strip-label::before {
  content: "";
  width: 42px;
  height: 2px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(231, 200, 117, 0.95), rgba(231, 200, 117, 0.08));
  box-shadow: 0 0 18px rgba(231, 200, 117, 0.42);
}

.strip-label::after {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-1), var(--gold-3));
  box-shadow: 0 0 18px rgba(231, 200, 117, 0.65);
}

.strip-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.strip-stats span {
  min-height: 86px;
  display: grid;
  align-content: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.07);
  font-weight: 900;
}

.strip-stats b {
  display: block;
  color: var(--gold-2);
  font-size: 1.6rem;
  line-height: 1;
}

.coupons-section {
  background:
    radial-gradient(circle at top left, rgba(231, 200, 117, 0.28), transparent 36%),
    var(--paper);
}

.center-title {
  max-width: 980px;
  margin: 0 auto 40px;
  text-align: center;
}

.coupon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 2.3vw, 36px);
}

.coupon-card {
  position: relative;
  min-height: 520px;
  padding: clamp(38px, 3.2vw, 54px);
  padding-block-end: clamp(142px, 10vw, 168px);
  border: 2px dashed rgba(199, 155, 63, 0.6);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.dark-coupon {
  --coupon-code-border: rgba(231, 200, 117, 0.72);
  --coupon-code-bg: rgba(255, 255, 255, 0.055);
  --coupon-code-field: rgba(255, 255, 255, 0.075);
  --coupon-code-label-bg: #07101b;
  --coupon-code-label-color: var(--gold-2);
  background: linear-gradient(145deg, #07101b, #0a0b0b);
  color: var(--white);
}

.light-coupon {
  --coupon-code-border: rgba(199, 155, 63, 0.76);
  --coupon-code-bg: rgba(255, 255, 255, 0.74);
  --coupon-code-field: rgba(10, 11, 11, 0.045);
  --coupon-code-label-bg: #fbf6eb;
  --coupon-code-label-color: var(--gold-3);
  background: rgba(255, 255, 255, 0.72);
  color: var(--black);
}

.light-coupon strong {
  color: var(--black);
}

.light-coupon small {
  color: var(--gold-3);
}

.coupon-card small {
  min-height: 42px;
  padding: 9px 14px;
  font-size: 0.94rem;
}

.coupon-card strong {
  margin-top: 18px;
  font-size: clamp(5.7rem, 6.3vw, 8rem);
  letter-spacing: 0;
}

.coupon-card h3 {
  margin: 28px 0 14px;
  font-size: clamp(2.15rem, 2.7vw, 3.45rem);
  line-height: 1.02;
}

.coupon-card p {
  color: inherit;
  opacity: 0.78;
  font-weight: 800;
  font-size: clamp(1.08rem, 1.18vw, 1.26rem);
  line-height: 1.55;
}

.coupon-code {
  position: absolute;
  inset-inline: clamp(26px, 3vw, 44px);
  inset-block-end: clamp(28px, 2.8vw, 40px);
  display: grid;
  grid-template-columns: minmax(130px, auto) 1fr;
  gap: 14px;
  padding: 15px;
  border: 1.5px dashed var(--coupon-code-border);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(231, 200, 117, 0.11), transparent 34%),
    var(--coupon-code-bg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 18px 42px rgba(0, 0, 0, 0.1);
}

.coupon-code em {
  position: absolute;
  inset-block-start: -13px;
  inset-inline-end: 18px;
  padding: 2px 10px 3px;
  border: 1px solid var(--coupon-code-border);
  border-radius: 999px;
  background: var(--coupon-code-label-bg);
  color: var(--coupon-code-label-color);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.coupon-code button,
.coupon-code span {
  display: flex;
  align-items: center;
  min-height: 64px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 12px 18px;
  font-size: 1.05rem;
  font-weight: 900;
}

.coupon-code button {
  background: var(--gold-2);
  color: var(--black);
}

.coupon-code span {
  justify-content: center;
  background: var(--coupon-code-field);
  letter-spacing: 0.05em;
  direction: ltr;
}

.light-coupon .coupon-code button,
.light-coupon .coupon-code span {
  border-color: rgba(10, 11, 11, 0.12);
}

.visual-panel {
  position: relative;
  min-height: 620px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--black);
}

.floating-note {
  position: absolute;
  inset-inline: 26px;
  inset-block-end: 26px;
  max-width: 520px;
  padding: 22px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.floating-note b {
  display: block;
  font-size: 1.35rem;
  font-weight: 900;
}

.floating-note span {
  color: var(--muted);
  font-weight: 800;
}

.proof-carousel-section {
  background: var(--black);
  color: var(--white);
  overflow: hidden;
}

.proof-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: end;
  margin-bottom: 34px;
}

.proof-head h2 {
  max-width: 1080px;
  margin: 0;
  color: var(--white);
  font-size: clamp(3.2rem, 5rem, 7rem);
  line-height: 0.98;
  font-weight: 900;
}

.proof-head p:not(.label) {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Assistant", "Heebo", sans-serif;
  font-size: clamp(1.12rem, 1.25rem, 1.4rem);
  font-weight: 800;
}

.proof-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: auto;
  min-height: auto;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--gold-2);
  font-family: "Assistant", "Heebo", sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.18rem);
  font-weight: 900;
  text-shadow: 0 0 24px rgba(231, 200, 117, 0.34);
}

.proof-label::before {
  content: "";
  width: 54px;
  height: 2px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(231, 200, 117, 0.95), rgba(231, 200, 117, 0.08));
  box-shadow: 0 0 18px rgba(231, 200, 117, 0.42);
}

.proof-label::after {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-1), var(--gold-3));
  box-shadow: 0 0 18px rgba(231, 200, 117, 0.7);
}

.proof-cta {
  display: grid;
  justify-items: end;
  gap: 12px;
}

.proof-cta span {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid rgba(231, 200, 117, 0.38);
  border-radius: 999px;
  color: var(--gold-2);
  font-weight: 900;
}

.testimonial-carousel {
  position: relative;
  isolation: isolate;
  padding: 0 72px;
}

.testimonial-carousel::before,
.testimonial-carousel::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 92px;
  pointer-events: none;
}

.testimonial-carousel::before {
  inset-inline-start: 0;
  background: linear-gradient(90deg, rgba(10, 11, 11, 0), var(--black));
}

.testimonial-carousel::after {
  inset-inline-end: 0;
  background: linear-gradient(270deg, rgba(10, 11, 11, 0), var(--black));
}

.testimonial-viewport {
  overflow: hidden;
  padding: 16px 0 28px;
}

.testimonial-track {
  display: flex;
  direction: ltr;
  gap: 18px;
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.testimonial-slide {
  flex: 0 0 calc((100% - 36px) / 3);
  display: grid;
  align-items: center;
  min-height: 560px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    #111;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  transition: transform 0.28s ease, border-color 0.28s ease;
}

.testimonial-slide::before {
  content: "";
  justify-self: center;
  width: 72px;
  height: 6px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.testimonial-slide img {
  width: 100%;
  height: min(62vh, 650px);
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
}

.testimonial-slide:hover {
  transform: translateY(-8px);
  border-color: rgba(231, 200, 117, 0.5);
}

.carousel-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(231, 200, 117, 0.42);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: var(--black);
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  transform: translateY(-50%);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.carousel-arrow:hover {
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 22px 52px rgba(199, 155, 63, 0.28);
}

.carousel-arrow.next {
  inset-inline-start: 6px;
}

.carousel-arrow.prev {
  inset-inline-end: 6px;
}

.carousel-footer {
  display: grid;
  grid-template-columns: minmax(180px, 360px) 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 4px;
}

.carousel-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-weight: 800;
}

.carousel-progress {
  overflow: hidden;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.carousel-progress span {
  display: block;
  width: 8%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
  transition: width 0.45s ease;
}

.reviews-section .section-title-row h2 {
  color: var(--white);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.review-card {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  transition: transform 0.25s ease, background 0.25s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.1);
}

.review-card img {
  width: 86px;
  height: 86px;
  border-radius: 999px;
  object-fit: cover;
  border: 3px solid var(--gold);
}

.review-card p {
  margin: 8px 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  font-weight: 700;
}

.review-card b {
  display: block;
  color: var(--white);
  font-size: 1.1rem;
}

.review-card small {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 800;
}

.stars {
  color: var(--gold-2);
  font-weight: 900;
  letter-spacing: 0;
}

.form-section {
  background:
    linear-gradient(rgba(246, 239, 227, 0.88), rgba(246, 239, 227, 0.94)),
    url("assets/hero-balcony-child-perf.jpg") center/cover;
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.08fr);
  gap: 42px;
  align-items: start;
}

.contact-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-chips a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--black);
  color: var(--white);
  font-weight: 900;
}

.smart-form {
  position: relative;
  display: grid;
  gap: 20px;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 241, 0.88)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.smart-form::before {
  content: "";
  position: absolute;
  inset-inline: 28px;
  top: 0;
  height: 5px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-2), var(--gold), transparent);
}

.form-step {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 241, 0.68)),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.form-step:hover {
  transform: translateY(-2px);
  border-color: rgba(199, 155, 63, 0.28);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.09);
}

.form-step > span {
  position: absolute;
  inset-block-start: 20px;
  inset-inline-end: 22px;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--black), #24211b);
  color: var(--gold-2);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.form-step h3 {
  margin: 0 0 18px;
  padding-inline-end: 56px;
  color: var(--black);
  font-size: 1.55rem;
  line-height: 1.1;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.choice-grid label {
  position: relative;
  display: block;
  cursor: pointer;
}

.choice-grid input {
  position: absolute;
  opacity: 0;
}

.choice-grid b {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 72px;
  padding: 15px 18px 15px 58px;
  border: 2px solid rgba(23, 23, 23, 0.13);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  color: var(--black);
  font-weight: 900;
  text-align: right;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.choice-grid b::before {
  content: "";
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(23, 23, 23, 0.22);
  border-radius: 999px;
  background: #fff;
  color: var(--gold-2);
  font-size: 1.05rem;
  line-height: 1;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.choice-grid b::after {
  content: "נבחר";
  position: absolute;
  inset-block-start: 10px;
  inset-inline-start: 12px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--black);
  color: var(--gold-2);
  font-size: 0.72rem;
  line-height: 1;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.choice-grid label:hover b,
.choice-grid input:focus-visible + b {
  transform: translateY(-3px);
  border-color: rgba(199, 155, 63, 0.52);
  box-shadow: 0 18px 38px rgba(199, 155, 63, 0.16);
}

.choice-grid label.is-selected b,
.choice-grid input:checked + b {
  border-color: #b78220;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.96), transparent 34%),
    linear-gradient(135deg, #fff2bf, #f2cd66 58%, #c79633);
  box-shadow: 0 20px 46px rgba(199, 155, 63, 0.28);
}

.choice-grid label.is-selected b::before,
.choice-grid input:checked + b::before {
  content: "✓";
  border-color: var(--black);
  background: var(--black);
  color: var(--gold-2);
  transform: scale(1.06);
}

.choice-grid label.is-selected b::after,
.choice-grid input:checked + b::after {
  opacity: 1;
  transform: translateY(0);
}

.input-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.input-grid label,
.wide-field {
  display: grid;
  gap: 8px;
  color: #5f5549;
  font-weight: 900;
}

.input-grid input,
.input-grid select,
.wide-field textarea,
.wide-field input,
.wide-field select {
  width: 100%;
  min-height: 62px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  padding: 14px 17px;
  outline: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.input-grid input:focus,
.input-grid select:focus,
.wide-field textarea:focus {
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 5px rgba(199, 155, 63, 0.18), 0 14px 30px rgba(0, 0, 0, 0.08);
}

.form-submit {
  width: 100%;
  min-height: 68px;
  border: 0;
  font-size: 1.2rem;
}

.form-note {
  margin: 0;
  color: var(--muted);
  text-align: center;
  font-weight: 800;
}

.form-note.success {
  color: var(--success);
}

.main-footer {
  padding: 70px 0 100px;
  background: var(--black);
  color: rgba(255, 255, 255, 0.72);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.7fr;
  gap: 42px;
}

.footer-brand {
  color: var(--white);
  margin-bottom: 20px;
  width: min(210px, 72vw);
}

.footer-brand img {
  width: 100%;
  max-height: 158px;
}

.main-footer h3 {
  margin: 0 0 14px;
  color: var(--white);
}

.main-footer a,
.main-footer button {
  display: block;
  margin: 8px 0;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  text-align: right;
}

.agency-credit {
  border-top: 1px solid rgba(31, 154, 205, 0.75);
  background: #242424;
  color: #fff;
}

.agency-credit a {
  min-height: 68px;
  width: min(calc(100% - 36px), var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  font-weight: 900;
  font-size: 1.08rem;
  line-height: 1.2;
  text-align: center;
}

.agency-credit img {
  width: 178px;
  max-width: 36vw;
  aspect-ratio: 2048 / 478;
  height: auto;
  object-fit: contain;
}

.credit-heart {
  color: #21a6df;
  font-size: 1.2em;
  line-height: 1;
}

.mobile-conversion-bar {
  position: fixed;
  z-index: 85;
  inset-inline: 10px;
  inset-block-end: 10px;
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.mobile-conversion-bar a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 900;
}

.mobile-conversion-bar a:nth-child(2) {
  background: var(--gold);
  color: var(--black);
}

.accessibility-trigger {
  position: fixed;
  z-index: 120;
  left: 18px;
  right: auto;
  top: 50%;
  width: 62px;
  height: 62px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  background: linear-gradient(145deg, #f4dc8d, var(--gold), #9a6f20);
  color: var(--black);
  box-shadow: 0 16px 34px rgba(122, 84, 20, 0.34), 0 0 0 9px rgba(231, 200, 117, 0.14);
  transform: translateY(-50%);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.accessibility-trigger:hover,
.accessibility-trigger:focus-visible,
.accessibility-trigger[aria-expanded="true"] {
  background: linear-gradient(145deg, var(--gold-2), var(--gold), #8c641c);
  box-shadow: 0 20px 42px rgba(122, 84, 20, 0.44), 0 0 0 11px rgba(231, 200, 117, 0.18);
  transform: translateY(-50%) scale(1.06);
  outline: 0;
}

.accessibility-trigger [data-icon] {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.accessibility-trigger [data-icon]::before {
  width: 34px;
  height: 34px;
}

.accessibility-panel {
  position: fixed;
  z-index: 115;
  top: 24px;
  bottom: 24px;
  left: 24px;
  right: auto;
  width: min(500px, calc(100% - 32px));
  max-height: calc(100svh - 48px);
  padding: 30px 30px 22px;
  border: 1px solid rgba(199, 155, 63, 0.28);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(231, 200, 117, 0.18), transparent 30%),
    linear-gradient(180deg, #fffaf1, #f2eadc);
  color: var(--black);
  box-shadow: 0 30px 90px rgba(10, 11, 11, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.38);
  transform: translateX(calc(-100% - 48px));
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: auto;
  overscroll-behavior: contain;
}

.accessibility-panel.is-open {
  transform: translateX(0);
}

.panel-close {
  position: absolute;
  inset-block-start: 14px;
  left: 14px;
  right: auto;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--black);
  color: var(--gold-2);
  font-size: 1.5rem;
  box-shadow: 0 14px 28px rgba(10, 11, 11, 0.22);
}

.accessibility-panel h2 {
  margin: 18px 0 8px;
  font-size: 2.1rem;
  line-height: 1.05;
  text-align: center;
}

.accessibility-panel p {
  margin: 0 0 22px;
  color: #322b22;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
}

.access-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.access-grid button,
.reset-access {
  min-height: 108px;
  border: 1px solid rgba(199, 155, 63, 0.22);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.82);
  color: var(--black);
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(122, 84, 20, 0.07);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.access-grid button {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 14px 10px;
  line-height: 1.15;
}

.access-grid button:hover,
.access-grid button:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(199, 155, 63, 0.72);
  background: rgba(255, 250, 241, 0.96);
  box-shadow: 0 18px 34px rgba(122, 84, 20, 0.12);
  outline: 0;
}

.access-code {
  display: grid;
  place-items: center;
  min-width: 44px;
  height: 36px;
  padding-inline: 10px;
  border-radius: 999px;
  background: rgba(231, 200, 117, 0.24);
  color: var(--gold-3);
  font-size: 0.9rem;
  font-weight: 900;
  direction: ltr;
}

.access-grid button.is-active {
  background: var(--black);
  color: var(--gold-2);
}

.access-grid button.is-active .access-code {
  background: rgba(231, 200, 117, 0.18);
  color: var(--gold-2);
}

.reset-access {
  width: 100%;
  min-height: 56px;
  margin-top: 14px;
  border-color: rgba(154, 111, 32, 0.5);
  background: linear-gradient(135deg, #f0d787, var(--gold), #b98527);
  color: var(--black);
}

.access-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.access-links a {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(199, 155, 63, 0.28);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.62);
  color: var(--gold-3);
  font-weight: 900;
}

.cookie-banner {
  position: fixed;
  z-index: 95;
  inset-inline-end: 18px;
  inset-block-end: 18px;
  width: min(560px, calc(100% - 36px));
  display: grid;
  grid-template-columns: 58px 1fr auto auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(10, 10, 10, 0.92);
  color: var(--white);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.cookie-banner.is-hidden {
  display: none;
}

.cookie-icon {
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: var(--black);
}

.cookie-banner b {
  display: block;
  margin-bottom: 2px;
}

.cookie-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.cookie-banner a,
.cookie-banner button[data-accept-cookies] {
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-weight: 900;
}

.cookie-banner button[data-accept-cookies] {
  border: 0;
  background: var(--gold);
  color: var(--black);
}

body.exit-intent-active {
  overflow: hidden;
}

.exit-intent-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.exit-intent-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.exit-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 26% 18%, rgba(231, 200, 117, 0.24), transparent 34%),
    rgba(4, 4, 4, 0.78);
  backdrop-filter: blur(16px);
}

.exit-modal-shell {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100vw - 64px));
  height: auto;
  max-height: min(92svh, 900px);
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(231, 200, 117, 0.36);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.98), rgba(246, 239, 227, 0.96));
  color: var(--black);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.46);
  transform: translateY(22px) scale(0.98);
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.exit-intent-modal.is-open .exit-modal-shell {
  transform: translateY(0) scale(1);
}

.exit-close {
  position: absolute;
  z-index: 4;
  inset-block-start: 18px;
  inset-inline-start: 18px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(231, 200, 117, 0.3);
  border-radius: 999px;
  background: var(--black);
  color: var(--gold-2);
  font-size: 1.6rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
}

.exit-copy {
  position: relative;
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 0;
  padding: clamp(30px, 3.5vw, 52px);
  overflow: auto;
  overscroll-behavior: contain;
  background:
    radial-gradient(circle at 20% 18%, rgba(231, 200, 117, 0.28), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(246, 239, 227, 0.76));
}

.exit-copy::before {
  content: "35";
  position: absolute;
  inset-block-start: -52px;
  inset-inline-end: 24px;
  color: rgba(10, 11, 11, 0.06);
  font-size: clamp(8rem, 16vw, 17rem);
  font-weight: 900;
  line-height: 1;
}

.exit-copy > * {
  position: relative;
  z-index: 1;
}

.exit-copy .label {
  width: max-content;
  max-width: 100%;
  margin: 0;
}

.exit-copy h2 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(2.8rem, 4vw, 4.85rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.exit-copy > p:not(.label) {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  font-weight: 850;
}

.exit-coupon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
  min-height: 0;
}

.exit-coupon {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 230px;
  height: 100%;
  padding: 18px 16px 16px;
  overflow: hidden;
  border: 1px dashed rgba(231, 200, 117, 0.56);
  border-radius: 20px;
  background: rgba(10, 11, 11, 0.96);
  color: var(--white);
  box-shadow: 0 18px 44px rgba(10, 11, 11, 0.14);
}

.exit-coupon.hero {
  grid-row: auto;
  min-height: 230px;
  background:
    radial-gradient(circle at 26% 14%, rgba(231, 200, 117, 0.24), transparent 34%),
    var(--black);
}

.exit-coupon::before,
.exit-coupon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--paper);
  transform: translateY(-50%);
}

.exit-coupon::before {
  inset-inline-start: -13px;
}

.exit-coupon::after {
  inset-inline-end: -13px;
}

.exit-coupon span {
  width: max-content;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(231, 200, 117, 0.2);
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 900;
}

.exit-coupon strong {
  color: var(--white);
  font-size: clamp(3.55rem, 4.15vw, 4.95rem);
  font-weight: 900;
  line-height: 0.9;
  direction: ltr;
}

.exit-coupon h3 {
  max-width: 320px;
  margin: 0;
  font-size: clamp(1rem, 1.08vw, 1.28rem);
  line-height: 1.08;
}

.exit-coupon small {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  width: 100%;
  margin-top: auto;
  padding: 10px 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold-2);
  font-size: 0.82rem;
  font-weight: 900;
  direction: ltr;
  text-align: center;
}

.exit-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.exit-trust b {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border: 1px solid rgba(199, 155, 63, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  font-size: 0.95rem;
  font-weight: 900;
}

.exit-form {
  max-height: min(92svh, 900px);
  overflow: auto;
  overscroll-behavior: contain;
  padding: clamp(24px, 3vw, 38px);
  border-inline-start: 1px solid rgba(10, 11, 11, 0.1);
  background:
    linear-gradient(180deg, rgba(10, 11, 11, 0.04), rgba(255, 255, 255, 0.36)),
    #fffaf1;
}

.exit-form-head {
  margin-bottom: 14px;
  text-align: center;
}

.exit-form-head span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(231, 200, 117, 0.22);
  color: var(--gold-3);
  font-weight: 900;
}

.exit-form-head h3 {
  margin: 12px 0 6px;
  font-size: clamp(1.65rem, 2vw, 2.35rem);
  line-height: 1.04;
}

.exit-form-head p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.exit-form .smart-form {
  padding: 14px;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(20, 16, 9, 0.1);
}

.exit-form .form-step {
  padding: 18px 14px 16px;
  border-radius: 16px;
}

.exit-form .form-step > span {
  width: 32px;
  height: 32px;
  inset-block-start: 14px;
  inset-inline-end: 14px;
}

.exit-form .form-step h3 {
  padding-inline-end: 42px;
  font-size: 1.2rem;
}

.exit-form .choice-grid,
.exit-form .input-grid {
  gap: 10px;
}

.exit-form .choice-grid b {
  min-height: 58px;
  padding: 11px 12px 11px 44px;
  font-size: 0.86rem;
}

.exit-form .input-grid {
  grid-template-columns: 1fr;
}

.exit-form .form-submit {
  min-height: 58px;
}

@media (max-height: 1040px) and (min-width: 781px) {
  .exit-intent-modal {
    padding: 18px;
  }

  .exit-modal-shell {
    height: calc(100svh - 36px);
    max-height: none;
  }

  .exit-copy,
  .exit-form {
    height: 100%;
    max-height: none;
  }

  .exit-copy {
    gap: 12px;
    padding: clamp(24px, 2.8vw, 38px);
  }

  .exit-copy::before {
    inset-block-start: -44px;
    font-size: clamp(7rem, 12vw, 13rem);
  }

  .exit-copy .label {
    min-height: 34px;
    padding: 6px 14px;
    font-size: 0.86rem;
  }

  .exit-copy h2 {
    font-size: clamp(2.45rem, 3.25vw, 3.85rem);
    line-height: 0.95;
  }

  .exit-copy > p:not(.label) {
    font-size: clamp(0.98rem, 1.12vw, 1.14rem);
    line-height: 1.25;
  }

  .exit-coupon-grid {
    gap: 10px;
  }

  .exit-coupon,
  .exit-coupon.hero {
    min-height: 178px;
    padding: 14px 12px 12px;
    gap: 6px;
  }

  .exit-coupon span {
    padding: 5px 9px;
    font-size: 0.72rem;
  }

  .exit-coupon strong {
    font-size: clamp(2.8rem, 3.4vw, 3.85rem);
  }

  .exit-coupon h3 {
    font-size: clamp(0.86rem, 0.98vw, 1.06rem);
  }

  .exit-coupon small {
    min-height: 40px;
    padding: 8px 7px;
    font-size: 0.78rem;
  }

  .exit-trust {
    gap: 8px;
  }

  .exit-trust b {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.86rem;
  }

  .exit-form {
    padding: clamp(18px, 2.2vw, 28px);
  }

  .exit-form-head {
    margin-bottom: 10px;
  }

  .exit-form-head h3 {
    font-size: clamp(1.35rem, 1.6vw, 1.8rem);
  }

  .exit-form .smart-form {
    padding: 12px;
    gap: 10px;
  }

  .exit-form .form-step {
    padding: 16px 12px 14px;
  }
}

[data-icon]::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: currentColor;
  mask: var(--icon) center / contain no-repeat;
  -webkit-mask: var(--icon) center / contain no-repeat;
}

[data-icon="shield"] { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2 4 5v6c0 5 3.4 9.7 8 11 4.6-1.3 8-6 8-11V5l-8-3Zm3.6 7.8-4.4 5.1-2.4-2.3 1.3-1.4 1.1 1.1 3.1-3.7 1.3 1.2Z'/%3E%3C/svg%3E"); }
[data-icon="ruler"] { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m3 17 14-14 4 4L7 21H3v-4Zm4-1h2v2l1.2-1.2-2-2L7 16Zm7.6-9.4-2 2 1.4 1.4 2-2-1.4-1.4Z'/%3E%3C/svg%3E"); }
[data-icon="balcony"] { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 3h16v12H4V3Zm2 2v8h3V5H6Zm5 0v8h3V5h-3Zm5 0v8h2V5h-2ZM3 17h18v2H3v-2Zm2 3h2v2H5v-2Zm12 0h2v2h-2v-2Z'/%3E%3C/svg%3E"); }
[data-icon="sun"] { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M11 1h2v4h-2V1Zm0 18h2v4h-2v-4ZM1 11h4v2H1v-2Zm18 0h4v2h-4v-2ZM4.2 2.8l2.8 2.8-1.4 1.4-2.8-2.8 1.4-1.4Zm14.2 14.2 2.8 2.8-1.4 1.4-2.8-2.8 1.4-1.4Zm1.4-14.2 1.4 1.4-2.8 2.8-1.4-1.4 2.8-2.8ZM5.6 17l1.4 1.4-2.8 2.8-1.4-1.4L5.6 17ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Z'/%3E%3C/svg%3E"); }
[data-icon="window"] { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 3h16v18H4V3Zm2 2v7h5V5H6Zm7 0v7h5V5h-5ZM6 14v5h5v-5H6Zm7 0v5h5v-5h-5Z'/%3E%3C/svg%3E"); }
[data-icon="home"] { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m12 3 9 8h-3v9h-5v-6h-2v6H6v-9H3l9-8Z'/%3E%3C/svg%3E"); }
[data-icon="tool"] { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20.7 7.1a5.5 5.5 0 0 1-6.9 6.9l-7.2 7.2a2.1 2.1 0 0 1-3-3l7.2-7.2a5.5 5.5 0 0 1 6.9-6.9l-3.2 3.2 2.4 2.4 3.2-3.2.6.6Z'/%3E%3C/svg%3E"); }
[data-icon="access"] { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 4a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm-8 6h16v2h-6v9h-2v-4h-1v4H9v-9H4v-2Z'/%3E%3C/svg%3E"); }

.page-hero {
  min-height: 82svh;
  padding: 160px 0 70px;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.page-hero .hero-bg img {
  filter: saturate(1.04);
}

.page-hero .hero-screen {
  background:
    linear-gradient(90deg, rgba(0,0,0,0.12), rgba(0,0,0,0.84) 62%),
    linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0.75));
}

.page-hero-content {
  position: relative;
  z-index: 2;
}

.page-hero p {
  max-width: 780px;
  font-size: clamp(1.25rem, 1.5rem, 1.75rem);
  font-weight: 800;
  color: rgba(255,255,255,0.84);
}

.service-body .page-hero .category-hero-coupon {
  left: clamp(28px, 5vw, 96px);
  right: auto;
  bottom: clamp(34px, 6vh, 86px);
  width: min(330px, calc(100% - 56px));
}

.service-body .page-hero .category-hero-price-seal {
  inset-inline-start: auto;
  inset-inline-end: auto;
  left: clamp(50px, 8vw, 150px);
  right: auto;
  top: clamp(145px, 19vh, 240px);
  bottom: auto;
}

.service-body {
  background: var(--paper);
}

.service-section-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: start;
}

.info-panel,
.faq-item,
.guide-card,
.privacy-card {
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: var(--shadow-soft);
}

.info-panel h3,
.faq-item h3,
.guide-card h3,
.privacy-card h2 {
  margin: 0 0 10px;
  font-size: 1.8rem;
}

.faq-accordion-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(231, 200, 117, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(255, 250, 241, 0.95), rgba(246, 239, 227, 0.98));
}

.faq-accordion-section::before {
  content: "FAQ";
  position: absolute;
  inset-block-start: -44px;
  inset-inline-end: 5vw;
  color: rgba(10, 11, 11, 0.045);
  font-size: clamp(7rem, 15vw, 18rem);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.faq-accordion-head {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto 40px;
  text-align: center;
}

.faq-accordion-head .label {
  margin-inline: auto;
}

.faq-accordion-head h2 {
  margin: 18px 0 14px;
  font-size: clamp(3.7rem, 6.4vw, 7.9rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.faq-accordion-head > p:not(.label) {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1.12rem, 1.7vw, 1.45rem);
  font-weight: 800;
}

.faq-accordion {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.faq-accordion-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(10, 11, 11, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 48px rgba(20, 16, 9, 0.08);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.faq-accordion-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-2), transparent);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.faq-accordion-item:hover {
  border-color: rgba(199, 155, 63, 0.42);
  box-shadow: 0 28px 68px rgba(20, 16, 9, 0.14);
}

.faq-accordion-item.is-open {
  border-color: rgba(231, 200, 117, 0.5);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 35%),
    var(--black);
  color: var(--white);
}

.faq-accordion-item.is-open::before {
  opacity: 1;
}

.faq-accordion-item button {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 58px;
  gap: 18px;
  align-items: center;
  padding: 26px 28px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: start;
}

.faq-accordion-item button span {
  color: inherit;
  font-size: clamp(1.22rem, 1.45vw, 1.65rem);
  font-weight: 900;
  line-height: 1.18;
}

.faq-plus {
  position: relative;
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--black);
  color: var(--gold-2);
  box-shadow: inset 0 0 0 1px rgba(231, 200, 117, 0.3), 0 12px 26px rgba(0, 0, 0, 0.12);
  transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease;
}

.faq-plus::before,
.faq-plus::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.faq-plus::after {
  transform: rotate(90deg);
}

.faq-accordion-item.is-open .faq-plus {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: var(--black);
  transform: rotate(180deg);
}

.faq-accordion-item.is-open .faq-plus::after {
  opacity: 0;
}

.faq-answer {
  padding: 0 28px 30px 86px;
}

.faq-answer p {
  max-width: 680px;
  margin: 0;
  color: rgba(43, 43, 43, 0.78);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.7;
}

.faq-accordion-item.is-open .faq-answer p {
  color: rgba(255, 255, 255, 0.78);
}

.faq-bottom-cta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding: 20px 24px;
  border: 1px dashed rgba(199, 155, 63, 0.55);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 38px rgba(20, 16, 9, 0.08);
}

.faq-bottom-cta strong {
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  font-weight: 900;
}

.faq-bottom-cta .gold-button {
  min-width: 310px;
}

.bullet-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.bullet-list li {
  position: relative;
  padding-inline-start: 28px;
  font-weight: 800;
  color: var(--text);
}

.bullet-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.7em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gold);
}

.maake-intro-copy {
  position: relative;
  padding-block-start: 10px;
}

.maake-intro-copy .label {
  margin-bottom: 18px;
  padding: 10px 16px;
  border-color: rgba(199, 155, 63, 0.42);
  background: rgba(255, 255, 255, 0.72);
  color: var(--gold-3);
  font-size: clamp(1.05rem, 1.02vw, 1.28rem);
}

.maake-intro-copy .intro-lead {
  max-width: 760px;
  margin: 28px 0 22px;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(199, 155, 63, 0.2);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(246, 239, 227, 0.74)),
    var(--paper);
  color: #26231d;
  font-size: clamp(1.32rem, 1.35vw, 1.75rem);
  line-height: 1.45;
  font-weight: 900;
  box-shadow: 0 22px 54px rgba(34, 24, 8, 0.08);
}

.maake-intro-copy .bullet-list {
  max-width: 760px;
  gap: 14px;
  margin: 26px 0 30px;
}

.maake-intro-copy .bullet-list li {
  min-height: 58px;
  display: grid;
  align-items: center;
  padding: 14px 54px 14px 18px;
  border: 1px solid rgba(10, 11, 11, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.58));
  color: #191817;
  font-size: clamp(1.08rem, 1.08vw, 1.3rem);
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(34, 24, 8, 0.06);
}

.maake-intro-copy .bullet-list li::before {
  inset-inline-start: auto;
  inset-inline-end: 18px;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 9px;
  background:
    linear-gradient(135deg, var(--gold), var(--gold-2));
  box-shadow: 0 8px 18px rgba(199, 155, 63, 0.24);
  transform: translateY(-50%);
}

.maake-intro-copy .bullet-list li::after {
  content: "";
  position: absolute;
  inset-inline-end: 25px;
  top: 50%;
  width: 7px;
  height: 12px;
  border: solid var(--black);
  border-width: 0 0 2px 2px;
  transform: translateY(-58%) rotate(-45deg);
}

.maake-intro-copy .gold-button.huge {
  min-height: 68px;
  padding-inline: 34px;
  font-size: clamp(1.05rem, 1vw, 1.28rem);
}

.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gallery-masonry img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
}

.maake-gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 318px;
  gap: 18px;
  margin-top: 34px;
}

.maake-shot {
  position: relative;
  min-height: 318px;
  overflow: hidden;
  border: 1px solid rgba(10, 11, 11, 0.1);
  border-radius: 26px;
  background: var(--black);
  box-shadow: 0 22px 54px rgba(20, 16, 9, 0.15);
  isolation: isolate;
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.maake-shot.featured {
  grid-column: span 2;
  grid-row: span 2;
}

.maake-shot img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.04);
  box-shadow: none;
  transition: transform 0.62s ease, filter 0.62s ease;
}

.maake-shot:nth-child(2) img,
.maake-shot:nth-child(4) img {
  object-position: center 42%;
}

.maake-shot:nth-child(3) img,
.maake-shot:nth-child(5) img {
  object-position: center 54%;
}

.maake-shot::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.72)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), transparent 58%);
  opacity: 0.86;
  transition: opacity 0.32s ease;
}

.maake-shot div {
  position: absolute;
  z-index: 2;
  inset-inline: 24px;
  inset-block-end: 22px;
  display: grid;
  gap: 7px;
  color: var(--white);
}

.maake-shot b {
  font-size: clamp(1.45rem, 1.8vw, 2.35rem);
  line-height: 1.02;
  font-weight: 900;
}

.maake-shot span {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 800;
}

.maake-shot:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 72px rgba(20, 16, 9, 0.22);
}

.maake-shot:hover img {
  transform: scale(1.07);
  filter: saturate(1.12) contrast(1.08);
}

.maake-shot:hover::after {
  opacity: 0.7;
}

.pergola-gallery {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 265px;
  gap: 18px;
  margin-top: 36px;
}

.pergola-shot {
  position: relative;
  min-height: 265px;
  overflow: hidden;
  border: 1px solid rgba(10, 11, 11, 0.1);
  border-radius: 28px;
  background: var(--black);
  box-shadow: 0 24px 58px rgba(22, 17, 9, 0.16);
  isolation: isolate;
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.pergola-shot.featured {
  grid-column: span 3;
  grid-row: span 2;
  min-height: 548px;
}

.pergola-shot:nth-child(2),
.pergola-shot:nth-child(3) {
  grid-column: span 3;
}

.pergola-shot:nth-child(n + 4) {
  grid-column: span 2;
}

.pergola-shot img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.04);
  box-shadow: none;
  transition: transform 0.65s ease, filter 0.65s ease;
}

.pergola-shot::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(231, 200, 117, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.72)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 62%);
  opacity: 0.9;
  transition: opacity 0.32s ease;
}

.pergola-shot div {
  position: absolute;
  z-index: 2;
  inset-inline: 24px;
  inset-block-end: 22px;
  display: grid;
  gap: 10px;
  color: var(--white);
}

.pergola-shot span {
  width: max-content;
  max-width: 100%;
  padding: 7px 12px;
  border: 1px solid rgba(231, 200, 117, 0.42);
  border-radius: 999px;
  background: rgba(10, 11, 11, 0.46);
  color: var(--gold-2);
  font-size: 0.9rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.pergola-shot b {
  max-width: 640px;
  font-size: clamp(1.35rem, 1.9vw, 2.55rem);
  line-height: 1.02;
  font-weight: 900;
}

.pergola-shot:not(.featured) b {
  font-size: clamp(1.2rem, 1.45vw, 1.85rem);
}

.pergola-shot:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 76px rgba(22, 17, 9, 0.24);
}

.pergola-shot:hover img {
  transform: scale(1.07);
  filter: saturate(1.16) contrast(1.08);
}

.pergola-shot:hover::after {
  opacity: 0.72;
}

.smart-service-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.96), rgba(246, 239, 227, 0.9)),
    repeating-linear-gradient(90deg, rgba(10, 11, 11, 0.035), rgba(10, 11, 11, 0.035) 1px, transparent 1px, transparent 74px);
}

.smart-service-section::before {
  content: "בדיקה";
  position: absolute;
  inset-block-start: 38px;
  inset-inline-start: 4vw;
  color: rgba(10, 11, 11, 0.035);
  font-size: clamp(5rem, 14vw, 15rem);
  font-weight: 900;
  line-height: 0.8;
  pointer-events: none;
}

.smart-service-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  gap: 30px;
  align-items: stretch;
}

.smart-copy-panel,
.diagnosis-board,
.process-panel,
.comparison-panel {
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(27, 21, 11, 0.12);
}

.smart-copy-panel {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(30px, 4vw, 58px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 250, 241, 0.8)),
    var(--cream-2);
}

.smart-copy-panel h2,
.process-panel h2,
.comparison-panel h2 {
  margin: 0;
  font-size: clamp(2.9rem, 4.6vw, 6.6rem);
  line-height: 0.96;
  font-weight: 900;
}

.smart-copy-panel p:not(.label),
.process-panel p:not(.label),
.comparison-panel p:not(.label) {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.18vw, 1.32rem);
  font-weight: 800;
}

.smart-points {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.smart-points li {
  display: grid;
  grid-template-columns: minmax(112px, 0.42fr) 1fr;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 14px 16px;
  border: 1px solid rgba(23, 23, 23, 0.11);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.62);
}

.smart-points b {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
}

.smart-points span {
  color: var(--muted);
  font-weight: 800;
}

.diagnosis-board {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3vw, 38px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent 40%),
    var(--black);
  color: var(--white);
}

.diagnosis-score-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 260px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(231, 200, 117, 0.38);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(231, 200, 117, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.diagnosis-score-card::before {
  content: "";
  position: absolute;
  inset-inline: 24px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-2), transparent);
}

.diagnosis-score-card > span {
  color: var(--gold-2);
  font-size: 0.94rem;
  font-weight: 900;
}

.diagnosis-score-card strong {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: var(--white);
  font-size: clamp(4.8rem, 6.7vw, 8.6rem);
  line-height: 0.82;
  font-weight: 900;
}

.diagnosis-score-card strong::after {
  content: "%";
  color: var(--gold-2);
  font-size: 0.34em;
}

.diagnosis-score-card small {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.3rem, 1.9vw, 2rem);
  font-weight: 900;
}

.diagnosis-score-card p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  font-weight: 800;
}

.risk-meter {
  overflow: hidden;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.risk-meter i {
  display: block;
  width: var(--risk, 78%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
  box-shadow: 0 0 22px rgba(231, 200, 117, 0.34);
  transition: width 0.42s ease;
}

.diagnosis-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.diagnosis-option {
  min-height: 122px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.055);
  color: var(--white);
  text-align: right;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.diagnosis-option b {
  display: block;
  margin-bottom: 6px;
  color: inherit;
  font-size: 1.14rem;
  font-weight: 900;
}

.diagnosis-option span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.96rem;
  font-weight: 800;
}

.diagnosis-option:hover,
.diagnosis-option.is-active {
  transform: translateY(-4px);
  border-color: rgba(231, 200, 117, 0.76);
  background: linear-gradient(135deg, rgba(199, 155, 63, 0.34), rgba(255, 255, 255, 0.07));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.service-depth-section {
  background:
    linear-gradient(180deg, rgba(246, 239, 227, 0.96), rgba(255, 250, 241, 0.95)),
    var(--paper);
}

.depth-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 24px;
  align-items: stretch;
}

.process-panel,
.comparison-panel {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: clamp(28px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.72);
}

.process-list {
  display: grid;
  gap: 12px;
}

.process-step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: var(--radius-sm);
  background: rgba(255, 250, 241, 0.78);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.process-step:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 155, 63, 0.36);
  box-shadow: 0 18px 40px rgba(27, 21, 11, 0.1);
}

.process-step span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(199, 155, 63, 0.34);
  border-radius: 999px;
  background: var(--black);
  color: var(--gold-2);
  font-weight: 900;
}

.process-step h3 {
  margin: 0 0 5px;
  font-size: clamp(1.25rem, 1.55vw, 1.75rem);
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.comparison-table {
  display: grid;
  gap: 8px;
}

.comparison-row {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1.15fr 1.15fr;
  gap: 8px;
  align-items: stretch;
}

.comparison-row > * {
  display: grid;
  align-items: center;
  min-height: 74px;
  padding: 13px 14px;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 10px;
  background: rgba(255, 250, 241, 0.72);
  color: var(--text);
  font-weight: 850;
}

.comparison-row strong {
  color: var(--gold-3);
  font-size: 1.04rem;
  font-weight: 900;
}

.comparison-head > * {
  min-height: 58px;
  background: var(--black);
  color: var(--white);
  font-weight: 900;
}

.micro-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 4px;
  padding: 18px;
  border: 1px dashed rgba(199, 155, 63, 0.56);
  border-radius: var(--radius-sm);
  background: rgba(199, 155, 63, 0.1);
}

.micro-cta b {
  font-size: 1.05rem;
  font-weight: 900;
}

.micro-cta a {
  flex: 0 0 auto;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--black);
  color: var(--gold-2);
  font-weight: 900;
}

.service-reviews-section {
  background:
    linear-gradient(135deg, rgba(10, 11, 11, 0.96), rgba(20, 20, 20, 0.96)),
    var(--black);
  color: var(--white);
}

.service-reviews-section .center-title h2,
.service-reviews-section .center-title p:not(.label) {
  color: var(--white);
}

.service-reviews-section .center-title p:not(.label) {
  color: rgba(255, 255, 255, 0.68);
}

.human-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.human-review-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: stretch;
  gap: 18px;
  min-height: 390px;
  padding: clamp(22px, 2.4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.human-review-card:hover {
  transform: translateY(-6px);
  border-color: rgba(231, 200, 117, 0.56);
  background:
    linear-gradient(180deg, rgba(199, 155, 63, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.05);
}

.human-review-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 1vw, 1.16rem);
  line-height: 1.62;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.review-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.review-avatar {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--black);
  font-size: 1.35rem;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(199, 155, 63, 0.22);
}

.review-profile b {
  display: block;
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 900;
}

.review-profile small {
  color: rgba(255, 255, 255, 0.56);
  font-weight: 800;
}

.faq-grid,
.guide-grid,
.privacy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.guide-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.guide-hero-rich {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.96), rgba(246, 239, 227, 0.92)),
    repeating-linear-gradient(90deg, rgba(10, 11, 11, 0.035), rgba(10, 11, 11, 0.035) 1px, transparent 1px, transparent 82px);
}

.guide-hero-rich::before {
  content: "בטיחות";
  position: absolute;
  inset-block-start: 130px;
  inset-inline-start: 3vw;
  color: rgba(10, 11, 11, 0.04);
  font-size: clamp(6rem, 15vw, 18rem);
  font-weight: 900;
  line-height: 0.8;
  pointer-events: none;
}

.guide-hero-copy {
  position: relative;
  z-index: 1;
}

.guide-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.guide-hero-stats span {
  min-height: 110px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 18px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 36px rgba(27, 21, 11, 0.08);
}

.guide-hero-stats b {
  color: var(--gold-3);
  font-size: clamp(2.1rem, 3.1vw, 3.7rem);
  line-height: 0.9;
  font-weight: 900;
}

.guide-hero-stats small {
  color: var(--muted);
  font-weight: 900;
}

.guide-hero-card {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: var(--radius);
  background: var(--black);
  box-shadow: var(--shadow);
}

.guide-hero-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.03);
  transition: transform 0.6s ease;
}

.guide-hero-card:hover img {
  transform: scale(1.05);
}

.guide-hero-note {
  position: absolute;
  inset-inline: 24px;
  inset-block-end: 24px;
  padding: 22px;
  border: 1px solid rgba(231, 200, 117, 0.42);
  border-radius: var(--radius-sm);
  background: rgba(10, 11, 11, 0.82);
  color: var(--white);
  backdrop-filter: blur(16px);
}

.guide-hero-note b {
  display: block;
  color: var(--gold-2);
  font-size: 1.25rem;
  font-weight: 900;
}

.guide-hero-note span {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.guide-toc {
  position: sticky;
  top: 118px;
  z-index: 18;
  padding: 12px 0;
  background: rgba(10, 11, 11, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2);
}

.guide-toc .container-wide {
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
}

.guide-toc a {
  flex: 0 0 auto;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: var(--white);
  font-weight: 900;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.guide-toc a:hover {
  transform: translateY(-2px);
  background: var(--gold);
  color: var(--black);
}

.guide-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.guide-risk-card {
  position: relative;
  min-height: 310px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 241, 0.76)),
    var(--cream-2);
  box-shadow: 0 20px 54px rgba(27, 21, 11, 0.1);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.guide-risk-card::before {
  content: "";
  position: absolute;
  inset-inline: 22px;
  inset-block-start: 0;
  height: 5px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-2), transparent);
}

.guide-risk-card span {
  position: absolute;
  inset-block-start: 30px;
  inset-inline-end: 28px;
  color: rgba(10, 11, 11, 0.08);
  font-size: 5rem;
  line-height: 0.8;
  font-weight: 900;
}

.guide-risk-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(1.65rem, 2.2vw, 2.7rem);
  line-height: 1;
}

.guide-risk-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.guide-risk-card:hover {
  transform: translateY(-7px);
  border-color: rgba(199, 155, 63, 0.36);
  box-shadow: 0 28px 70px rgba(27, 21, 11, 0.15);
}

.guide-checker-section {
  background:
    linear-gradient(135deg, rgba(10, 11, 11, 0.96), rgba(19, 19, 19, 0.96)),
    var(--black);
  color: var(--white);
}

.guide-checker-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(520px, 1.25fr);
  gap: 26px;
  align-items: stretch;
}

.guide-checker-copy {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(231, 200, 117, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
}

.guide-checker-copy h2,
.warning-strip h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(3rem, 4.8vw, 6.6rem);
  line-height: 0.96;
  font-weight: 900;
}

.guide-checker-copy p:not(.label) {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.guide-checker-copy .label {
  padding: 11px 17px;
  border-color: rgba(231, 200, 117, 0.58);
  background:
    linear-gradient(135deg, rgba(241, 214, 135, 0.92), rgba(199, 155, 63, 0.92)),
    var(--gold);
  color: #11100d;
  box-shadow:
    0 16px 34px rgba(199, 155, 63, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.guide-checker-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) 1fr;
  gap: 18px;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(231, 200, 117, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 26px 74px rgba(0, 0, 0, 0.28);
}

.guide-score-card {
  display: grid;
  align-content: center;
  gap: 12px;
  min-height: 340px;
  padding: 28px;
  border-radius: var(--radius-sm);
  background:
    linear-gradient(145deg, rgba(231, 200, 117, 0.15), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.055);
}

.guide-score-card > span {
  color: var(--gold-2);
  font-weight: 900;
}

.guide-score-card strong {
  display: inline-flex;
  align-items: baseline;
  color: var(--white);
  font-size: clamp(5rem, 6.2vw, 8rem);
  line-height: 0.82;
  font-weight: 900;
}

.guide-score-card strong::after {
  content: "%";
  color: var(--gold-2);
  font-size: 0.34em;
}

.guide-score-card small {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.35rem;
  font-weight: 900;
}

.guide-score-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.guide-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.guide-check-option {
  position: relative;
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 22px 24px 22px 60px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.055);
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.guide-check-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.guide-check-option b {
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 900;
}

.guide-check-option span {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 800;
}

.guide-check-option::before {
  content: "+";
  position: absolute;
  inset-inline-start: auto;
  inset-inline-end: 18px;
  inset-block-start: 20px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(231, 200, 117, 0.62);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(10, 11, 11, 0.7);
  color: var(--gold-2);
  font-size: 1.18rem;
  font-weight: 900;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.guide-check-option.is-selected,
.guide-check-option:hover {
  transform: translateY(-4px);
  border-color: rgba(231, 200, 117, 0.68);
  background: linear-gradient(135deg, rgba(199, 155, 63, 0.3), rgba(255, 255, 255, 0.065));
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.guide-check-option:hover::before {
  background: linear-gradient(135deg, rgba(241, 214, 135, 0.96), rgba(199, 155, 63, 0.96));
  color: var(--black);
  transform: scale(1.04);
}

.guide-check-option.is-selected::before {
  content: "\2713";
  background:
    linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--black);
  box-shadow:
    0 10px 22px rgba(199, 155, 63, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.guide-picture-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.94), rgba(246, 239, 227, 0.96)),
    var(--paper);
}

.guide-picture-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 310px;
  gap: 16px;
}

.guide-picture {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--black);
  color: var(--white);
  box-shadow: var(--shadow-soft);
  isolation: isolate;
}

.guide-picture.featured {
  grid-column: span 2;
  grid-row: span 2;
}

.guide-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.04);
  transition: transform 0.55s ease;
}

.guide-picture::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.78)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.44), transparent 62%);
}

.guide-picture div {
  position: absolute;
  z-index: 2;
  inset-inline: 20px;
  inset-block-end: 18px;
  display: grid;
  gap: 7px;
}

.guide-picture span {
  width: max-content;
  max-width: 100%;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--black);
  font-weight: 900;
}

.guide-picture h3 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(1.45rem, 2.1vw, 3rem);
  line-height: 1;
  font-weight: 900;
}

.guide-picture:hover img {
  transform: scale(1.07);
}

.mistake-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mistake-card {
  min-height: 340px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(23, 23, 23, 0.11);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 20px 50px rgba(27, 21, 11, 0.09);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.mistake-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 68px rgba(27, 21, 11, 0.14);
}

.mistake-card span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: var(--black);
  color: var(--gold-2);
  font-weight: 900;
}

.mistake-card.positive span {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--black);
}

.mistake-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 1.65vw, 2rem);
  line-height: 1.08;
}

.mistake-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.warning-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(350px, 1.02fr) minmax(380px, 0.95fr) minmax(220px, 0.45fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: stretch;
  overflow: hidden;
  padding: clamp(30px, 4.5vw, 64px);
  border: 1px solid rgba(231, 200, 117, 0.24);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 50%, rgba(231, 200, 117, 0.22), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(255, 255, 255, 0.09), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(231, 200, 117, 0.09)),
    var(--black);
  color: var(--white);
  box-shadow:
    0 34px 90px rgba(10, 11, 11, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  isolation: isolate;
}

.warning-strip::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: min(34vw, 520px);
  background:
    linear-gradient(90deg, transparent, rgba(231, 200, 117, 0.08)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 38px);
  opacity: 0.52;
  pointer-events: none;
}

.warning-strip::after {
  content: "";
  position: absolute;
  inset-inline: clamp(24px, 4vw, 56px);
  inset-block-start: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  opacity: 0.8;
}

.warning-strip > * {
  position: relative;
  z-index: 1;
}

.warning-strip-head {
  display: grid;
  align-content: center;
  gap: 16px;
}

.warning-strip h2 {
  max-width: 820px;
  font-size: clamp(3rem, 4.25vw, 6.1rem);
}

.warning-strip .label {
  padding: 11px 17px;
  border-color: rgba(231, 200, 117, 0.52);
  background:
    linear-gradient(135deg, rgba(241, 214, 135, 0.94), rgba(199, 155, 63, 0.92)),
    var(--gold);
  color: #11100d;
  box-shadow:
    0 16px 34px rgba(199, 155, 63, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.warning-strip ul {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(20px, 2.4vw, 30px);
  margin: 0;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.warning-strip li {
  position: relative;
  min-height: 48px;
  display: grid;
  align-items: center;
  padding: 10px 46px 10px 14px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 900;
  background: rgba(10, 11, 11, 0.32);
}

.warning-strip li::before {
  content: "!";
  position: absolute;
  inset-inline-start: auto;
  inset-inline-end: 14px;
  top: 50%;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--black);
  font-size: 0.92rem;
  font-weight: 900;
  transform: translateY(-50%);
  box-shadow: 0 8px 18px rgba(199, 155, 63, 0.24);
}

.warning-strip-cta {
  display: grid;
  align-content: center;
  justify-items: stretch;
  gap: 10px;
  min-width: 220px;
  padding: 24px 18px;
  border: 1px solid rgba(231, 200, 117, 0.22);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(155deg, rgba(231, 200, 117, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.warning-strip-cta span {
  color: var(--gold-2);
  font-size: clamp(2.6rem, 3.2vw, 4.2rem);
  line-height: 0.95;
  font-weight: 900;
}

.warning-strip-cta small {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 900;
  line-height: 1.25;
}

.warning-action {
  width: 100%;
  min-height: 66px;
  min-width: 0;
  margin-top: 8px;
  padding: 16px 22px;
  text-align: center;
  box-shadow:
    0 22px 54px rgba(199, 155, 63, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

@media (hover: hover) and (pointer: fine) {
  .hover-polish {
    --hover-x: 50%;
    --hover-y: 50%;
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    --hover-lift: 0px;
    position: relative;
    isolation: isolate;
    transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--hover-lift));
    transform-style: preserve-3d;
    will-change: transform;
  }

  .hover-polish > .hover-glow {
    position: absolute;
    z-index: 4;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background:
      radial-gradient(circle at var(--hover-x) var(--hover-y), rgba(231, 200, 117, 0.25), transparent 34%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%);
    opacity: 0;
    mix-blend-mode: screen;
    transition: opacity 0.24s ease;
  }

  .hover-polish.is-hovering > .hover-glow {
    opacity: 1;
  }

  .hover-polish:hover {
    --hover-lift: -5px;
    border-color: rgba(231, 200, 117, 0.34);
  }

  .faq-item.hover-polish,
  .guide-card.hover-polish,
  .process-step.hover-polish,
  .human-review-card.hover-polish,
  .mistake-card.hover-polish,
  .guide-risk-card.hover-polish,
  .smart-copy-panel.hover-polish,
  .comparison-panel.hover-polish,
  .process-panel.hover-polish,
  .form-step.hover-polish {
    overflow: hidden;
  }

  .faq-item.hover-polish:hover,
  .guide-card.hover-polish:hover,
  .process-step.hover-polish:hover,
  .human-review-card.hover-polish:hover,
  .mistake-card.hover-polish:hover,
  .guide-risk-card.hover-polish:hover,
  .smart-copy-panel.hover-polish:hover,
  .comparison-panel.hover-polish:hover,
  .process-panel.hover-polish:hover,
  .form-step.hover-polish:hover {
    box-shadow: 0 28px 72px rgba(27, 21, 11, 0.16);
  }

  .service-card.hover-polish:hover,
  .feature-tile.hover-polish:hover,
  .portfolio-item.hover-polish:hover,
  .coupon-card.hover-polish:hover,
  .guide-picture.hover-polish:hover,
  .maake-shot.hover-polish:hover,
  .pergola-shot.hover-polish:hover,
  .visual-panel.hover-polish:hover {
    box-shadow: 0 34px 86px rgba(10, 11, 11, 0.28);
  }
}

body.pause-motion .hover-polish {
  transform: none !important;
}

body.pause-motion .hover-glow {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .hover-polish {
    transform: none !important;
  }

  .hover-glow {
    display: none !important;
  }

  .open-status span::after {
    animation: none !important;
  }
}

.privacy-page,
.guide-page {
  padding-top: 150px;
}

body.heading-highlight h1,
body.heading-highlight h2,
body.heading-highlight h3 {
  outline: 3px solid var(--gold);
  outline-offset: 6px;
}

body.link-highlight a {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .mega-header {
    inset: 14px 14px auto;
    width: auto;
    min-height: 76px;
    padding: 9px 14px;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .brand-lockup {
    width: min(42vw, 176px);
  }

  .brand-lockup img {
    max-height: 96px;
  }

  .mega-header .brand-lockup {
    width: auto;
    min-width: 132px;
    height: 84px;
  }

  .mega-header .brand-lockup img {
    width: auto;
    height: 100%;
    max-height: none;
  }

  .mega-nav {
    display: none;
  }

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

  .mega-header.is-mobile-menu-open .mega-nav {
    position: absolute;
    inset: calc(100% + 10px) 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(231, 200, 117, 0.22);
    border-radius: 16px;
    background:
      linear-gradient(135deg, rgba(18, 17, 14, 0.98), rgba(8, 8, 8, 0.96)),
      rgba(8, 8, 8, 0.98);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 26px 62px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(18px);
  }

  .mega-header.is-mobile-menu-open .mega-nav a {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
  }

  .header-call {
    min-width: 174px;
    min-height: 58px;
    padding: 14px 24px;
    font-size: 1rem;
  }

  .open-status {
    min-height: 58px;
    padding: 11px 17px;
  }

  .open-status b {
    font-size: 0.96rem;
  }

  .open-status small {
    font-size: 0.9rem;
  }

  .hero-coupon {
    position: relative;
    inset: auto;
    margin: 28px 24px 0;
  }

  .hero-price-seal {
    inset-inline-end: auto;
    inset-inline-start: clamp(18px, 4vw, 46px);
    inset-block-start: clamp(150px, 20vh, 230px);
    width: clamp(132px, 15vw, 170px);
  }

  .hero-giant {
    align-items: center;
  }

  .hero-content {
    transform: translateY(-34px);
  }

  .split-xl,
  .form-layout,
  .service-section-grid,
  .smart-service-grid,
  .guide-checker-layout,
  .guide-checker-panel,
  .depth-layout,
  .advisor-layout {
    grid-template-columns: 1fr;
  }

  .trust-ribbon .container-wide,
  .service-grid,
  .coupon-grid,
  .guide-risk-grid,
  .mistake-grid,
  .human-review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-ribbon span {
    min-height: 92px;
  }

  .portfolio-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .maake-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 300px;
  }

  .pergola-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 300px;
  }

  .maake-shot.featured {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 430px;
  }

  .pergola-shot.featured,
  .pergola-shot:nth-child(2),
  .pergola-shot:nth-child(3),
  .pergola-shot:nth-child(n + 4) {
    grid-column: auto;
    grid-row: auto;
    min-height: 360px;
  }

  .pergola-shot.featured {
    grid-column: span 2;
    min-height: 440px;
  }

  .guide-picture-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-picture.featured {
    grid-column: span 2;
    grid-row: span 1;
  }

  .warning-strip {
    grid-template-columns: 1fr;
  }

  .portfolio-strip {
    grid-template-columns: 1fr;
  }

  .smart-copy-panel h2,
  .process-panel h2,
  .comparison-panel h2 {
    font-size: clamp(3.3rem, 6vw, 5.8rem);
  }

  .comparison-row {
    grid-template-columns: 1fr 1fr;
  }

  .comparison-head {
    display: none;
  }

  .proof-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .proof-cta {
    justify-items: start;
  }

  .testimonial-slide {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 780px) {
  body {
    padding-bottom: 80px;
  }

  .container-wide {
    width: min(calc(100% - 28px), var(--max));
  }

  .mega-header {
    inset: 10px 10px auto;
    width: auto;
    min-height: 62px;
    padding: 9px;
    gap: 10px;
    border-radius: 12px;
  }

  .header-tools {
    gap: 8px;
  }

  .brand-lockup {
    min-width: auto;
    width: min(48vw, 148px);
    max-width: none;
  }

  .brand-lockup img {
    width: 100%;
    max-height: 86px;
  }

  .mega-header .brand-lockup {
    min-width: 104px;
    height: 68px;
  }

  .mega-header .brand-lockup img {
    width: auto;
    height: 100%;
    max-height: none;
  }

  .open-status small {
    display: none;
  }

  .open-status {
    min-height: 48px;
    padding: 9px 12px;
    grid-template-columns: 11px auto;
  }

  .open-status b {
    font-size: 0.88rem;
  }

  .open-status span {
    width: 11px;
    height: 11px;
    box-shadow: 0 0 0 6px rgba(21, 140, 91, 0.18);
  }

  .open-status.closed span {
    box-shadow: 0 0 0 6px rgba(198, 66, 53, 0.18);
  }

  .header-call {
    display: none;
  }

  .mobile-menu-toggle {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 13px;
    gap: 5px;
  }

  .mobile-menu-toggle span {
    width: 21px;
  }

  .mega-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mega-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mega-header.is-mobile-menu-open .mega-nav {
    grid-template-columns: 1fr;
    max-height: min(68vh, 430px);
    overflow-y: auto;
    padding: 10px;
    border-radius: 14px;
  }

  .mega-header.is-mobile-menu-open .mega-nav a {
    min-height: 50px;
    font-size: 1rem;
  }

  .hero-giant,
  .page-hero {
    min-height: 92svh;
    padding: 112px 0 30px;
  }

  .hero-content {
    transform: none;
  }

  .hero-bg img {
    object-position: 52% center;
  }

  .hero-screen {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.84) 54%, rgba(0,0,0,0.94)),
      linear-gradient(90deg, rgba(0,0,0,0.14), rgba(0,0,0,0.48));
  }

  .hero-kicker {
    gap: 8px;
  }

  .hero-kicker span {
    font-size: 0.82rem;
    padding: 8px 10px;
  }

  .hero-price-seal {
    position: relative;
    inset: auto;
    width: min(100%, calc(100vw - 36px));
    max-width: 520px;
    min-height: 158px;
    aspect-ratio: auto;
    margin: 22px auto 0;
    padding: 22px 24px;
    border-radius: 26px;
    gap: 8px;
    transform: none;
    background:
      radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.18), transparent 28%),
      linear-gradient(145deg, rgba(10, 11, 11, 0.98), rgba(39, 34, 22, 0.98));
    box-shadow:
      0 26px 70px rgba(0, 0, 0, 0.46),
      inset 0 0 0 2px rgba(231, 200, 117, 0.84),
      inset 0 0 0 9px rgba(10, 11, 11, 0.78),
      inset 0 0 0 11px rgba(231, 200, 117, 0.34);
  }

  .hero-price-seal::before {
    inset: 13px;
    border-width: 1.5px;
  }

  .hero-price-seal::after {
    inset: -7px;
    box-shadow: 0 0 0 9px rgba(231, 200, 117, 0.07);
  }

  .hero-price-seal span,
  .hero-price-seal em {
    font-size: clamp(0.96rem, 4vw, 1.2rem);
  }

  .hero-price-seal strong {
    font-size: clamp(2.55rem, 12vw, 4.05rem);
    line-height: 0.9;
  }

  .hero-price-seal em {
    min-width: 136px;
    padding: 9px 18px;
  }

  .hero-coupon {
    width: min(100%, calc(100vw - 36px));
    max-width: 520px;
    margin: 22px auto 0;
    padding: 28px 24px;
    border-radius: 26px;
  }

  .service-body .page-hero .category-hero-coupon,
  .service-body .page-hero .category-hero-price-seal {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    width: min(100%, calc(100vw - 36px));
    max-width: 520px;
    margin-inline: auto;
  }

  .service-body .page-hero .category-hero-coupon {
    margin-top: 28px;
  }

  .service-body .page-hero .category-hero-price-seal {
    margin-top: 14px;
  }

  .hero-giant h1,
  .page-hero h1 {
    font-size: clamp(3.2rem, 4.4rem, 5.5rem);
  }

  .hero-subtitle,
  .page-hero p {
    font-size: 1.12rem;
  }

  .hero-cta-row,
  .contact-chips {
    display: grid;
    grid-template-columns: 1fr;
  }

  .huge,
  .gold-button,
  .black-button,
  .outline-button {
    width: 100%;
  }

  .hero-metrics,
  .focus-cards,
  .service-grid,
  .coupon-grid,
  .portfolio-wall,
  .maake-gallery,
  .pergola-gallery,
  .review-grid,
  .human-review-grid,
  .diagnosis-options,
  .guide-hero-stats,
  .guide-risk-grid,
  .guide-check-grid,
  .guide-picture-wall,
  .mistake-grid,
  .input-grid,
  .choice-grid,
  .footer-grid,
  .trust-ribbon .container-wide,
  .faq-accordion,
  .faq-grid,
  .guide-grid,
  .guide-grid.three,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .faq-accordion-head {
    margin-bottom: 26px;
    text-align: start;
  }

  .human-review-card {
    min-height: auto;
    padding: 24px 20px;
  }

  .human-review-card p {
    font-size: 1rem;
    line-height: 1.58;
  }

  .faq-accordion-head .label {
    margin-inline: 0;
  }

  .faq-accordion-head h2 {
    font-size: clamp(2.9rem, 4rem, 4.6rem);
  }

  .faq-accordion-item button {
    grid-template-columns: 1fr 48px;
    gap: 12px;
    padding: 22px 18px;
  }

  .faq-plus {
    width: 46px;
    height: 46px;
  }

  .faq-answer {
    padding: 0 18px 24px;
  }

  .faq-bottom-cta {
    display: grid;
    padding: 18px;
  }

  .faq-bottom-cta .gold-button {
    width: 100%;
    min-width: 0;
  }

  .guide-toc {
    top: 96px;
  }

  .guide-toc .container-wide {
    justify-content: flex-start;
    padding-bottom: 2px;
  }

  .guide-hero-card {
    min-height: 450px;
  }

  .guide-checker-copy,
  .guide-checker-panel,
  .guide-score-card,
  .warning-strip {
    padding: 22px;
  }

  .guide-checker-copy h2,
  .warning-strip h2 {
    font-size: clamp(2.6rem, 3.4rem, 4.2rem);
  }

  .guide-picture,
  .guide-picture.featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 360px;
  }

  .guide-risk-card,
  .mistake-card {
    min-height: 270px;
  }

  .smart-copy-panel,
  .diagnosis-board,
  .process-panel,
  .comparison-panel {
    padding: 22px;
  }

  .smart-copy-panel h2,
  .process-panel h2,
  .comparison-panel h2 {
    font-size: clamp(2.6rem, 3.4rem, 4.2rem);
  }

  .smart-points li,
  .process-step,
  .comparison-row,
  .micro-cta {
    grid-template-columns: 1fr;
  }

  .micro-cta {
    display: grid;
  }

  .diagnosis-score-card {
    min-height: 0;
  }

  .diagnosis-score-card strong {
    font-size: clamp(4.2rem, 5.2rem, 6.1rem);
  }

  .diagnosis-option {
    min-height: 104px;
  }

  .maake-gallery {
    grid-auto-rows: auto;
    gap: 14px;
  }

  .pergola-gallery {
    grid-auto-rows: auto;
    gap: 14px;
  }

  .maake-shot,
  .maake-shot.featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 390px;
  }

  .maake-intro-copy .intro-lead {
    padding: 18px;
    font-size: 1.16rem;
  }

  .maake-intro-copy .bullet-list li {
    min-height: 52px;
    padding: 13px 48px 13px 14px;
    font-size: 1rem;
  }

  .maake-intro-copy .gold-button.huge {
    width: 100%;
    min-height: 62px;
    padding-inline: 18px;
  }

  .pergola-shot,
  .pergola-shot.featured,
  .pergola-shot:nth-child(2),
  .pergola-shot:nth-child(3),
  .pergola-shot:nth-child(n + 4) {
    grid-column: auto;
    grid-row: auto;
    min-height: 390px;
  }

  .maake-shot div {
    inset-inline: 18px;
    inset-block-end: 18px;
  }

  .pergola-shot div {
    inset-inline: 18px;
    inset-block-end: 18px;
  }

  .advisor-section::after {
    inset: 12px;
  }

  .advisor-copy h2 {
    font-size: clamp(2.9rem, 3.8rem, 4.7rem);
  }

  .advisor-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .whatsapp-cta-section {
    padding: 28px 0;
  }

  .whatsapp-cta-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
    border-radius: 20px;
  }

  .whatsapp-cta-card::after {
    font-size: clamp(4.4rem, 18vw, 7rem);
    inset-inline-start: 18px;
  }

  .whatsapp-cta-copy h2 {
    font-size: clamp(2.72rem, 10vw, 4.15rem);
  }

  .whatsapp-cta-copy p:not(.label) {
    font-size: 1rem;
    line-height: 1.46;
  }

  .whatsapp-proof-row {
    gap: 8px;
    margin-top: 20px;
  }

  .whatsapp-proof-row span {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 0.9rem;
  }

  .whatsapp-button {
    width: 100%;
    min-height: 98px;
    gap: 14px;
    justify-content: flex-start;
    padding: 14px 16px;
    border-radius: 20px;
  }

  .whatsapp-button-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
  }

  .whatsapp-button-icon img {
    width: 56px;
    height: 56px;
  }

  .whatsapp-button-text strong {
    font-size: 1.14rem;
  }

  .whatsapp-response-note {
    padding: 15px 16px;
    border-radius: 16px;
  }

  .advisor-card {
    padding: 20px;
  }

  .advisor-list div {
    grid-template-columns: 52px 1fr;
    min-height: 76px;
    padding: 12px;
  }

  .advisor-list b {
    width: 48px;
    height: 48px;
  }

  .portfolio-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
  }

  .portfolio-filters button {
    flex: 0 0 auto;
  }

  .portfolio-item,
  .portfolio-item.featured,
  .portfolio-item.wide,
  .portfolio-item.tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 430px;
  }

  .portfolio-strip-media {
    min-height: 410px;
  }

  .portfolio-strip-copy h3 {
    font-size: clamp(2.4rem, 3.2rem, 4rem);
  }

  .strip-label {
    gap: 10px;
    font-size: 0.98rem;
  }

  .strip-label::before {
    width: 34px;
  }

  .strip-stats {
    grid-template-columns: 1fr;
  }

  .proof-head h2 {
    font-size: clamp(2.7rem, 3.6rem, 4.5rem);
  }

  .proof-label {
    gap: 10px;
    margin-bottom: 16px;
    font-size: 0.98rem;
  }

  .proof-label::before {
    width: 38px;
  }

  .testimonial-carousel {
    padding: 0 46px;
  }

  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 48px;
  }

  .testimonial-slide {
    flex-basis: 100%;
    min-height: 500px;
    padding: 12px;
    border-radius: 24px;
  }

  .testimonial-slide img {
    height: min(66vh, 620px);
  }

  .carousel-arrow {
    width: 46px;
    height: 46px;
    font-size: 2rem;
  }

  .carousel-footer {
    grid-template-columns: 1fr;
  }

  .trust-ribbon span {
    min-height: 76px;
    justify-content: flex-start;
    padding: 14px 14px 14px 16px;
    border-radius: 15px;
    font-size: 0.98rem;
  }

  .trust-ribbon span::before {
    width: 38px;
    height: 38px;
    font-size: 0.82rem;
  }

  .section-big {
    padding: 72px 0;
  }

  .exit-intent-modal {
    padding: 10px;
    align-items: end;
  }

  .exit-modal-shell {
    width: 100%;
    max-height: calc(100svh - 20px);
    grid-template-columns: 1fr;
    border-radius: 22px;
    overflow: auto;
  }

  .exit-close {
    inset-block-start: 12px;
    inset-inline-start: 12px;
    width: 44px;
    height: 44px;
  }

  .exit-copy,
  .exit-form {
    max-height: none;
    min-height: 0;
    overflow: visible;
  }

  .exit-copy {
    padding: 58px 18px 20px;
  }

  .exit-copy h2 {
    font-size: clamp(2.45rem, 3.25rem, 4rem);
  }

  .exit-coupon-grid {
    grid-template-columns: 1fr;
  }

  .exit-coupon,
  .exit-coupon.hero {
    grid-row: auto;
    min-height: 210px;
  }

  .exit-coupon strong {
    font-size: clamp(4rem, 5.4rem, 6.1rem);
  }

  .exit-trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .exit-form {
    padding: 18px;
    border-inline-start: 0;
    border-block-start: 1px solid rgba(10, 11, 11, 0.1);
  }

  .exit-form .choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-title-row {
    align-items: stretch;
    flex-direction: column;
  }

  .section-copy h2,
  .section-title-row h2,
  .center-title h2,
  .form-copy h2,
  .service-copy h2,
  .privacy-page h1,
  .guide-page h1 {
    font-size: clamp(2.7rem, 3.6rem, 4.4rem);
  }

  .feature-tile,
  .service-card {
    min-height: 520px;
  }

  .coupon-card {
    min-height: 520px;
    padding: 30px 24px 150px;
  }

  .coupon-card strong {
    font-size: clamp(5rem, 5.8rem, 6.4rem);
  }

  .coupon-card h3 {
    font-size: clamp(2rem, 2.45rem, 3rem);
  }

  .coupon-code {
    inset-inline: 20px;
    inset-block-end: 22px;
    padding: 13px;
    gap: 10px;
  }

  .coupon-code button,
  .coupon-code span {
    min-height: 58px;
    padding: 11px 13px;
    font-size: 0.98rem;
  }

  .visual-panel {
    min-height: 430px;
  }

  .form-layout {
    gap: 26px;
  }

  .smart-form {
    padding: 18px;
  }

  .form-step {
    padding: 22px 16px 18px;
  }

  .form-step > span {
    inset-block-start: 16px;
    inset-inline-end: 16px;
    width: 36px;
    height: 36px;
  }

  .form-step h3 {
    padding-inline-end: 48px;
    font-size: 1.32rem;
  }

  .choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .choice-grid b {
    min-height: 66px;
    padding: 13px 12px 13px 44px;
    gap: 8px;
    font-size: 0.92rem;
  }

  .choice-grid b::before {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .choice-grid b::after {
    inset-inline-start: 8px;
    font-size: 0.65rem;
  }

  .agency-credit a {
    min-height: 86px;
    flex-wrap: wrap;
    gap: 7px 10px;
    padding: 14px 0 24px;
    font-size: 0.95rem;
  }

  .agency-credit img {
    width: 148px;
    max-width: 62vw;
  }

  .mobile-conversion-bar {
    display: grid;
  }

  .accessibility-trigger {
    top: auto;
    bottom: 96px;
    left: 14px;
    width: 56px;
    height: 56px;
    transform: none;
  }

  .accessibility-trigger:hover,
  .accessibility-trigger:focus-visible,
  .accessibility-trigger[aria-expanded="true"] {
    transform: scale(1.04);
  }

  .accessibility-panel {
    top: 12px;
    right: 10px;
    bottom: 92px;
    left: 10px;
    width: auto;
    max-height: calc(100svh - 104px);
    padding: 22px;
    border-radius: 18px;
    transform: translateX(calc(-100% - 22px));
  }

  .cookie-banner {
    inset-inline: 10px;
    inset-block-end: 86px;
    width: auto;
    grid-template-columns: 46px 1fr;
  }

  .cookie-banner a,
  .cookie-banner button[data-accept-cookies] {
    grid-column: span 1;
  }
}

@media (max-width: 360px) {
  .hero-metrics div {
    padding: 14px;
  }

  .coupon-code {
    grid-template-columns: 1fr;
  }

  .coupon-code em {
    inset-inline-end: 14px;
  }

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

@media (max-width: 780px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  body {
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  img,
  video,
  iframe {
    max-width: 100%;
  }

  .mega-header {
    grid-template-columns: minmax(92px, 1fr) auto;
    align-items: center;
    min-height: 72px;
    padding: 8px 9px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 18px 46px rgba(0, 0, 0, 0.26);
  }

  .mega-header .brand-lockup {
    justify-self: start;
    min-width: 112px;
    height: 70px;
  }

  .header-tools {
    justify-self: end;
  }

  .open-status {
    min-width: 74px;
    min-height: 50px;
    padding: 8px 11px;
  }

  .mobile-menu-toggle {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }

  .mega-header.is-mobile-menu-open .mega-nav {
    inset: calc(100% + 8px) 0 auto;
    gap: 9px;
    padding: 12px;
    max-height: min(72svh, 470px);
    border-radius: 18px;
  }

  .mega-header.is-mobile-menu-open .mega-nav a {
    min-height: 56px;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 1.04rem;
    line-height: 1.1;
  }

  .hero-giant,
  .page-hero {
    padding-top: 122px;
  }

  .hero-giant h1,
  .page-hero h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .section-copy h2,
  .section-title-row h2,
  .center-title h2,
  .form-copy h2,
  .service-copy h2,
  .privacy-page h1,
  .guide-page h1,
  .faq-accordion-head h2,
  .advisor-copy h2,
  .proof-head h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
    text-wrap: balance;
    line-height: 0.98;
  }

  .hero-cta-row {
    gap: 10px;
  }

  .gold-button,
  .black-button,
  .outline-button {
    min-height: 60px;
    padding-inline: 18px;
    white-space: normal;
    text-align: center;
    line-height: 1.12;
  }

  .home-return-button {
    order: 3;
    min-height: 54px;
    opacity: 0.96;
  }

  .smart-form {
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
  }

  .form-step {
    padding: 20px 14px 16px;
    border-radius: 17px;
  }

  .form-step h3 {
    margin-bottom: 14px;
    font-size: 1.26rem;
    line-height: 1.16;
  }

  .choice-grid,
  .exit-form .choice-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .choice-grid b {
    min-height: 58px;
    padding: 12px 14px 12px 48px;
    border-radius: 14px;
    font-size: 0.98rem;
    line-height: 1.18;
  }

  .choice-grid b::before {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .input-grid input,
  .input-grid select,
  .wide-field textarea,
  .wide-field input,
  .wide-field select {
    min-height: 58px;
    border-radius: 14px;
    font-size: 1rem;
  }

  .form-submit {
    position: relative;
    min-height: 66px;
    border-radius: 999px;
    font-size: 1.08rem;
    box-shadow: 0 18px 44px rgba(183, 130, 36, 0.32);
  }

  .mobile-conversion-bar {
    inset-inline: 8px;
    inset-block-end: calc(8px + env(safe-area-inset-bottom));
    grid-template-columns: 0.9fr 1.15fr 0.9fr;
    gap: 6px;
    padding: 7px;
    border: 1px solid rgba(231, 200, 117, 0.22);
    background:
      linear-gradient(135deg, rgba(24, 22, 18, 0.94), rgba(5, 5, 5, 0.92)),
      rgba(0, 0, 0, 0.86);
  }

  .mobile-conversion-bar a {
    min-height: 54px;
    padding-inline: 6px;
    font-size: 0.92rem;
    line-height: 1.05;
    text-align: center;
    white-space: normal;
  }

  .mobile-conversion-bar a:nth-child(2) {
    box-shadow: 0 10px 30px rgba(231, 200, 117, 0.34);
  }

  .cookie-banner {
    inset-inline: 10px;
    inset-block-end: calc(88px + env(safe-area-inset-bottom));
    grid-template-columns: 44px 1fr;
    gap: 9px;
    padding: 12px;
    border-radius: 18px;
  }

  .cookie-banner p {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .cookie-banner a,
  .cookie-banner button[data-accept-cookies] {
    grid-column: 1 / -1;
    min-height: 42px;
    padding: 9px 12px;
    font-size: 0.88rem;
  }

  .accessibility-trigger {
    bottom: calc(96px + env(safe-area-inset-bottom));
    left: 12px;
    width: 54px;
    height: 54px;
  }

  body:has(.cookie-banner:not(.is-hidden)) .accessibility-trigger {
    bottom: calc(238px + env(safe-area-inset-bottom));
  }

  .accessibility-panel {
    z-index: 130;
    overflow-y: auto;
  }

  .luxury-catalog-section {
    overflow: visible;
    padding-block: 78px 88px;
  }

  .luxury-catalog-section::before {
    inset-block-start: 14px;
    inset-inline-end: 18px;
    font-size: clamp(5.6rem, 28vw, 9rem);
  }

  .catalog-editorial {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 26px;
  }

  .catalog-copy {
    position: relative;
    z-index: 2;
    order: 1;
  }

  .catalog-copy h2 {
    max-width: 100%;
    font-size: clamp(3.45rem, 15vw, 5rem);
    line-height: 0.94;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .catalog-copy p:not(.label) {
    max-width: 100%;
    margin-top: 18px;
    font-size: 1.08rem;
    line-height: 1.48;
  }

  .luxury-tags {
    gap: 8px;
    margin: 18px 0 22px;
  }

  .luxury-tags span {
    min-height: 40px;
    padding: 8px 11px;
    font-size: 0.88rem;
  }

  .catalog-showcase,
  .catalog-showcase[data-scroll-depth] {
    order: 2;
    width: 100%;
    min-height: 0;
    height: auto;
    aspect-ratio: 3 / 4;
    max-height: 620px;
    margin: 0;
    border-radius: 20px;
    transform: none !important;
  }

  .catalog-showcase img {
    height: 100%;
    min-height: 0;
    object-position: center;
    transform: none !important;
  }

  .catalog-showcase::before {
    inset-block-start: 18px;
    inset-inline-start: 18px;
    font-size: 0.74rem;
  }

  .catalog-stamp {
    inset-inline: 18px;
    inset-block-end: 18px;
    width: auto;
    padding: 18px;
  }

  .catalog-stamp strong {
    font-size: 2.35rem;
  }
}

@media (max-width: 420px) {
  .mega-header {
    gap: 7px;
  }

  .mega-header .brand-lockup {
    min-width: 102px;
    height: 64px;
  }

  .open-status {
    min-width: 68px;
    padding-inline: 9px;
  }

  .open-status b {
    font-size: 0.8rem;
  }

  .mobile-menu-toggle {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }

  .hero-giant h1,
  .page-hero h1 {
    font-size: 3.55rem;
  }

  .section-copy h2,
  .section-title-row h2,
  .center-title h2,
  .form-copy h2,
  .service-copy h2,
  .privacy-page h1,
  .guide-page h1,
  .faq-accordion-head h2 {
    font-size: 3.1rem;
  }

  .hero-subtitle,
  .page-hero p {
    font-size: 1.04rem;
  }

  .service-card,
  .feature-tile {
    min-height: 470px;
  }

  .service-card h3,
  .feature-tile h3 {
    inset-inline: 20px;
    inset-block-end: 92px;
    font-size: 2.28rem;
  }

  .service-card p,
  .feature-tile p {
    inset-inline: 20px;
    inset-block-end: 24px;
    font-size: 0.96rem;
    line-height: 1.35;
  }
}

@media (max-width: 360px) {
  .hero-giant h1,
  .page-hero h1 {
    font-size: 3.15rem;
  }

  .section-copy h2,
  .section-title-row h2,
  .center-title h2,
  .form-copy h2,
  .service-copy h2,
  .privacy-page h1,
  .guide-page h1,
  .faq-accordion-head h2 {
    font-size: 2.78rem;
  }

  .mobile-conversion-bar a {
    font-size: 0.84rem;
  }
}

@media (max-width: 780px) {
  .portfolio-section {
    overflow: visible;
  }

  .portfolio-section .section-title-row {
    margin-bottom: 18px;
  }

  .portfolio-filters {
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0 -14px 24px;
    padding: 0 14px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 14px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .portfolio-filters::-webkit-scrollbar {
    display: none;
  }

  .portfolio-filters button {
    flex: 0 0 auto;
    min-width: max-content;
    min-height: 52px;
    padding: 12px 20px;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .portfolio-wall {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 22px;
  }

  .portfolio-item,
  .portfolio-item.featured,
  .portfolio-item.wide,
  .portfolio-item.tall {
    display: grid;
    grid-template-rows: minmax(285px, 70vw) auto;
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    border-radius: 22px;
    background:
      linear-gradient(145deg, rgba(28, 25, 18, 0.98), rgba(10, 11, 11, 0.98));
    box-shadow: 0 22px 52px rgba(10, 11, 11, 0.18);
  }

  .portfolio-item.is-hidden {
    display: none !important;
  }

  .portfolio-item img {
    grid-row: 1;
    width: 100%;
    height: 100%;
    min-height: 285px;
    object-fit: cover;
  }

  .portfolio-item::after {
    inset-block-end: auto;
    height: min(70vw, 380px);
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.38)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent 62%);
  }

  .portfolio-item::before {
    display: none;
  }

  .portfolio-item div {
    position: relative;
    inset: auto;
    z-index: 4;
    display: grid;
    gap: 8px;
    padding: 18px 18px 20px;
    border-top: 1px solid rgba(231, 200, 117, 0.16);
    background:
      radial-gradient(circle at 94% 0%, rgba(231, 200, 117, 0.18), transparent 36%),
      linear-gradient(145deg, rgba(21, 20, 17, 0.98), rgba(8, 9, 9, 0.98));
  }

  .portfolio-item span {
    width: max-content;
    max-width: 100%;
    padding: 8px 12px;
    border: 1px solid rgba(231, 200, 117, 0.34);
    background: rgba(231, 200, 117, 0.18);
    color: var(--gold-2);
    font-size: 0.92rem;
    line-height: 1;
  }

  .portfolio-item h3 {
    font-size: clamp(1.72rem, 7.4vw, 2.2rem);
    line-height: 1.05;
  }

  .portfolio-item p {
    max-width: none;
    font-size: 1rem;
    line-height: 1.38;
    color: rgba(255, 255, 255, 0.78);
  }
}

@media (max-width: 420px) {
  .portfolio-item,
  .portfolio-item.featured,
  .portfolio-item.wide,
  .portfolio-item.tall {
    grid-template-rows: minmax(255px, 72vw) auto;
  }

  .portfolio-item img {
    min-height: 255px;
  }

  .portfolio-item h3 {
    font-size: clamp(1.52rem, 7vw, 1.95rem);
  }
}

@media (max-width: 780px) {
  .mega-header {
    inset: 9px 11px auto;
    min-height: 82px;
    padding: 9px 11px;
    border-radius: 18px;
    border-color: rgba(231, 200, 117, 0.24);
    background:
      radial-gradient(circle at 8% 0%, rgba(231, 200, 117, 0.16), transparent 34%),
      linear-gradient(135deg, rgba(18, 17, 15, 0.97), rgba(6, 6, 6, 0.96));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 20px 54px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
  }

  .mega-header .brand-lockup {
    justify-self: start;
    min-width: clamp(132px, 36vw, 170px);
    height: 76px;
  }

  .header-tools {
    justify-self: end;
    flex-direction: row;
    direction: rtl;
    gap: 10px;
  }

  .mobile-menu-toggle {
    position: relative;
    order: 2;
    width: 58px;
    min-width: 58px;
    height: 58px;
    gap: 5px;
    border-radius: 18px;
    border: 1px solid rgba(231, 200, 117, 0.44);
    background:
      radial-gradient(circle at 30% 20%, rgba(231, 200, 117, 0.22), transparent 34%),
      linear-gradient(145deg, rgba(43, 36, 22, 0.96), rgba(13, 13, 12, 0.96));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.13),
      0 14px 34px rgba(0, 0, 0, 0.32);
  }

  .mobile-menu-toggle span {
    width: 25px;
    height: 2.5px;
    background: linear-gradient(90deg, var(--gold), var(--gold-2));
    box-shadow: 0 0 14px rgba(231, 200, 117, 0.26);
  }

  .service-body .page-hero {
    min-height: clamp(600px, 76svh, 720px);
    padding: 96px 0 28px;
    align-items: center;
  }

  .service-body .page-hero-content {
    transform: translateY(-14px);
  }

  .mega-header.is-mobile-menu-open .mobile-menu-toggle {
    background:
      radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.18), transparent 36%),
      linear-gradient(145deg, #e7c875, #b78127);
    border-color: rgba(255, 255, 255, 0.36);
  }

  .mega-header.is-mobile-menu-open .mobile-menu-toggle span {
    background: var(--black);
    box-shadow: none;
  }

  .open-status {
    order: 1;
    min-width: 92px;
    min-height: 58px;
    padding: 9px 13px;
    grid-template-columns: 12px auto;
    grid-template-rows: auto auto;
    gap: 2px 9px;
    border-color: rgba(255, 255, 255, 0.16);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .open-status span {
    grid-row: 1 / 3;
    align-self: center;
    width: 12px;
    height: 12px;
  }

  .open-status b {
    font-size: 0.95rem;
    white-space: nowrap;
  }

  .open-status small {
    display: block;
    grid-column: 2;
    grid-row: 2;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    line-height: 1;
    font-weight: 900;
  }

  .mega-header.is-mobile-menu-open .mega-nav {
    inset: calc(100% + 10px) 0 auto;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
    justify-self: stretch !important;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 13px;
    max-height: min(72svh, 480px);
    overflow-y: auto;
    border-radius: 22px;
    border: 1px solid rgba(231, 200, 117, 0.28);
    background:
      radial-gradient(circle at 20% 0%, rgba(231, 200, 117, 0.16), transparent 38%),
      linear-gradient(145deg, rgba(18, 17, 14, 0.99), rgba(5, 5, 5, 0.98));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 28px 72px rgba(0, 0, 0, 0.42);
  }

  .mega-header.is-mobile-menu-open .mega-nav a {
    min-height: 58px;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .mega-header.is-mobile-menu-open .mega-nav a.link-emphasis,
  .mega-header.is-mobile-menu-open .mega-nav a.nav-contact-link,
  .mega-header.is-mobile-menu-open .mega-nav a:hover,
  .mega-header.is-mobile-menu-open .mega-nav a:focus-visible {
    background:
      radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 36%),
      linear-gradient(135deg, rgba(231, 200, 117, 0.34), rgba(255, 255, 255, 0.08));
    color: var(--gold-2) !important;
  }

  .mega-header.is-mobile-menu-open .mega-nav a.nav-contact-link {
    color: #11100d !important;
    background:
      radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.28), transparent 36%),
      linear-gradient(135deg, #f7de83, #bd8e2e);
  }

  .maake-gallery {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
    gap: 22px !important;
    margin-top: 24px;
  }

  .maake-shot,
  .maake-shot.featured {
    display: grid;
    grid-template-rows: minmax(265px, 66vw) auto;
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 0 !important;
    border-radius: 22px;
    background:
      linear-gradient(145deg, rgba(28, 25, 18, 0.98), rgba(10, 11, 11, 0.98));
    box-shadow: 0 22px 52px rgba(10, 11, 11, 0.18);
  }

  .maake-shot img {
    grid-row: 1;
    width: 100%;
    height: 100%;
    min-height: 265px;
    object-fit: cover;
  }

  .maake-shot::after {
    inset-block-end: auto;
    height: min(66vw, 360px);
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.34)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent 62%);
    opacity: 0.72;
  }

  .maake-shot div {
    position: relative !important;
    inset: auto !important;
    z-index: 4;
    display: grid;
    gap: 8px;
    padding: 18px 18px 20px;
    border-top: 1px solid rgba(231, 200, 117, 0.16);
    background:
      radial-gradient(circle at 94% 0%, rgba(231, 200, 117, 0.18), transparent 36%),
      linear-gradient(145deg, rgba(21, 20, 17, 0.98), rgba(8, 9, 9, 0.98));
    color: var(--white);
  }

  .maake-shot b {
    width: max-content;
    max-width: 100%;
    padding: 8px 12px;
    border: 1px solid rgba(231, 200, 117, 0.34);
    border-radius: 999px;
    background: rgba(231, 200, 117, 0.18);
    color: var(--gold-2);
    font-size: 0.95rem;
    line-height: 1;
  }

  .maake-shot span {
    max-width: none;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.38;
  }

  .service-gallery-wall .portfolio-item,
  .service-gallery-wall .portfolio-item.featured,
  .service-gallery-wall .portfolio-item.wide,
  .service-gallery-wall .portfolio-item.tall {
    display: grid !important;
    grid-template-rows: minmax(265px, 66vw) auto !important;
    min-height: 0 !important;
  }

  .service-gallery-wall .portfolio-item div {
    position: relative !important;
    inset: auto !important;
    z-index: 4;
    display: grid;
    gap: 10px;
    padding: 18px 18px 20px;
    border-top: 1px solid rgba(231, 200, 117, 0.2);
    background:
      radial-gradient(circle at 92% 0%, rgba(231, 200, 117, 0.2), transparent 38%),
      linear-gradient(145deg, rgba(21, 20, 17, 0.99), rgba(7, 8, 8, 0.99));
    color: var(--white);
  }

  .service-gallery-wall .portfolio-item span {
    justify-self: start;
    width: fit-content;
    max-width: 100%;
    white-space: normal;
    padding: 8px 13px;
    border: 1px solid rgba(231, 200, 117, 0.42);
    border-radius: 999px;
    background: rgba(231, 200, 117, 0.2);
    color: var(--gold-2);
    font-size: 0.94rem;
    line-height: 1.15;
    text-align: center;
  }

  .service-gallery-wall .portfolio-item h3 {
    margin: 0;
    font-size: clamp(1.5rem, 6.8vw, 2rem);
    line-height: 1.08;
  }

  .service-gallery-wall .portfolio-item p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.38;
    color: rgba(255, 255, 255, 0.8);
  }
}

@media (max-width: 420px) {
  .mega-header {
    inset-inline: 8px;
    min-height: 76px;
    padding: 8px;
  }

  .mega-header .brand-lockup {
    min-width: 124px;
    height: 70px;
  }

  .mobile-menu-toggle {
    width: 54px;
    min-width: 54px;
    height: 54px;
  }

  .open-status {
    min-width: 96px;
    min-height: 54px;
    padding-inline: 10px;
  }

  .open-status b {
    font-size: 0.82rem;
  }

  .open-status small {
    font-size: 0.8rem;
  }

  .maake-shot,
  .maake-shot.featured,
  .service-gallery-wall .portfolio-item,
  .service-gallery-wall .portfolio-item.featured,
  .service-gallery-wall .portfolio-item.wide,
  .service-gallery-wall .portfolio-item.tall {
    grid-template-rows: minmax(240px, 68vw) auto !important;
  }

  .maake-shot img,
  .service-gallery-wall .portfolio-item img {
    min-height: 240px;
  }

  .service-gallery-wall .portfolio-item div {
    padding: 16px 16px 18px;
  }

  .service-gallery-wall .portfolio-item h3 {
    font-size: clamp(1.38rem, 6.4vw, 1.82rem);
  }
}

@media (max-width: 900px) {
  .seo-editorial-section {
    padding-block: 58px;
  }

  .seo-editorial-section::before {
    inset-block-start: 14px;
    inset-inline-end: 18px;
    font-size: clamp(5rem, 24vw, 8.5rem);
  }

  .seo-editorial-grid {
    grid-template-columns: 1fr;
  }

  .seo-editorial-copy {
    padding: 24px;
    border-radius: 24px;
  }

  .seo-editorial-copy h2 {
    font-size: clamp(2.15rem, 11vw, 3.7rem);
    line-height: 1;
  }

  .seo-editorial-copy p:not(.label) {
    font-size: 1rem;
    line-height: 1.7;
  }

  .seo-keyword-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .seo-keyword-links a {
    min-height: 50px;
    width: 100%;
  }

  .seo-editorial-points article {
    min-height: 0;
    padding: 22px;
    border-radius: 22px;
  }
}

@media (max-width: 340px) {
  .mega-header {
    inset-inline: 6px;
    gap: 5px;
    padding: 7px 6px;
  }

  .mega-header .brand-lockup {
    min-width: 112px;
    height: 64px;
  }

  .header-tools {
    gap: 7px;
  }

  .mobile-menu-toggle {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .mobile-menu-toggle span {
    width: 22px;
  }

  .open-status {
    min-width: 88px;
    min-height: 48px;
    padding-inline: 8px;
    gap: 1px 6px;
  }

  .open-status span {
    width: 10px;
    height: 10px;
  }

  .open-status b {
    font-size: 0.76rem;
  }

  .open-status small {
    font-size: 0.74rem;
  }
}
