/* LORD Pages v1 — page-specific styles for Love, Schastye, Radost */

/* ═══ LOVE ═══ */

.page-love .scene {
  z-index: -2;
  overflow: hidden;
}

.page-love .scene .bg-orb {
  display: none;
}

.page-love .scene::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: clamp(62vh, 76vh, 88vh);
  background: linear-gradient(
      180deg,
      rgba(246, 251, 255, 0.04) 0%,
      rgba(243, 248, 255, 0.12) 38%,
      rgba(244, 239, 232, 0.54) 72%,
      rgba(243, 238, 231, 0.88) 100%
    ),
    linear-gradient(
      112deg,
      rgba(210, 231, 255, 0.12) 0%,
      rgba(245, 240, 232, 0.08) 48%,
      rgba(186, 220, 255, 0.16) 100%
    ),
    image-set(
      url("../love/hero-love-cloud-heart-8k.webp") type("image/webp"),
      url("../love/hero-love-cloud-heart-8k.jpg") type("image/jpeg")
    );
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  opacity: 0.66;
  filter: saturate(0.98) contrast(1) brightness(1.02);
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.98) 44%,
    rgba(0, 0, 0, 0.84) 66%,
    rgba(0, 0, 0, 0.48) 84%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.98) 44%,
    rgba(0, 0, 0, 0.84) 66%,
    rgba(0, 0, 0, 0.48) 84%,
    rgba(0, 0, 0, 0) 100%
  );
}

.page-love .scene::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: clamp(34vh, 47vh, 58vh);
  height: clamp(54vh, 66vh, 82vh);
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(248, 244, 237, 0.5) 32%,
      rgba(245, 240, 232, 0.86) 58%,
      rgba(243, 238, 231, 0.96) 76%,
      rgba(243, 238, 231, 1) 100%
    ),
    radial-gradient(70% 48% at 52% 0%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(0.2px);
}

.page-love .site-header {
  isolation: isolate;
  overflow: visible;
}

.page-love .site-header::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(180px, 20vw, 290px);
  height: clamp(260px, 32vh, 420px);
  transform: translate(-50%, -52%);
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 244, 215, 0) 0%, rgba(255, 236, 196, 0.88) 18%, rgba(255, 208, 145, 1) 50%, rgba(255, 236, 196, 0.88) 82%, rgba(255, 244, 215, 0) 100%),
    repeating-linear-gradient(180deg, rgba(255, 236, 196, 0.42) 0 5%, rgba(255, 236, 196, 0.06) 5% 12%),
    radial-gradient(ellipse at center, rgba(255, 216, 150, 0.82) 0%, rgba(255, 216, 150, 0) 74%);
  -webkit-mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0 44%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0 44%, rgba(0, 0, 0, 0) 100%);
  filter: blur(14px) saturate(1.05);
  animation: sunRaysPulse 7.2s ease-in-out infinite, sunRaysDrift 16s ease-in-out infinite;
}

.page-love .site-header::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(120px, 12vw, 190px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 225, 164, 0.55) 0%, rgba(255, 222, 162, 0.28) 48%, rgba(255, 222, 162, 0) 100%);
  filter: blur(3px);
  animation: sunHaloPulse 6.8s ease-in-out infinite;
}

.page-love .header-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
  position: relative;
  z-index: 2;
}

.page-love .brand {
  position: relative;
  isolation: isolate;
  grid-column: 2;
  justify-self: center;
  text-align: center;
  align-items: center;
}

.page-love .header-actions {
  grid-column: 3;
  justify-self: end;
}

body.page-love {
  --contrast-on-light: #1e2736;
  --contrast-muted-on-light: rgba(44, 55, 74, 0.78);
  --contrast-cta-text: #1c2742;
  --contrast-soft-btn-bg: rgba(255, 252, 246, 0.9);
  --contrast-soft-btn-border: rgba(61, 79, 113, 0.24);
  --contrast-focus-ring: rgba(233, 180, 85, 0.94);
  --hdr-shell-radius: 44px;
  --love-hdr-shell-border: rgba(243, 204, 120, 0.34);
  --love-hdr-shell-shadow: 0 14px 34px rgba(3, 10, 34, 0.42), inset 0 0 0 1px rgba(255, 228, 160, 0.1);
  --love-hdr-nav-bg: rgba(255, 255, 255, 0.1);
  --love-hdr-nav-border: rgba(243, 204, 120, 0.3);
  --love-hdr-link-color: #f5d787;
  --love-hdr-link-hover-color: #fff4d8;
  --love-hdr-link-active-bg: rgba(255, 229, 161, 0.14);
  --love-hdr-link-active-border: rgba(255, 230, 173, 0.38);
  --love-hdr-mobile-bg: rgba(246, 238, 224, 0.99);
  --love-bg-root: #f3eee7;
  --love-bg-root-soft: #f8f4ee;
  background: linear-gradient(180deg, #fff 0%, #fdf7f4 36%, #fff6fb 66%, #ffffff 100%) !important;
  --love-header-offset-v55: clamp(108px, 11vw, 138px);
  color: #2b2b2b !important;
  padding-top: 0 !important;
  --love-header-offset: 118px;
  --gold-1: #f6e3a3;
  --gold-2: #e2c77d;
  --gold-3: #c9a84e;
  --gold-4: #9b7a2c;
  --gold-5: #7f5f19;
  --gold-gradient: linear-gradient(135deg, #f6e3a3 0%, #e2c77d 25%, #c9a84e 50%, #9b7a2c 75%, #f6e3a3 100%);
  font-family: "Inter", "Manrope", "Segoe UI", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.page-love .site-header {
  position: sticky;
  top: 10px;
  z-index: 48;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
  isolation: isolate;
}

body.page-love .site-header .container {
  width: min(var(--max), calc(100% - 2.4rem));
}

body.page-love .site-header::before,
body.page-love .site-header::after {
  content: none !important;
  display: none !important;
}

body.page-love .header-row {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
  padding: 0 clamp(0.88rem, 2vw, 1.45rem);
  border-radius: var(--hdr-shell-radius);
  background: linear-gradient(120deg, rgba(7, 27, 90, 0.98) 0%, rgba(14, 49, 132, 0.95) 50%, rgba(7, 27, 90, 0.98) 100%);
  border: 1px solid var(--love-hdr-shell-border);
  box-shadow: var(--love-hdr-shell-shadow);
  position: relative;
  z-index: 2;
}

body.page-love .brand {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.06rem;
  line-height: 1;
  grid-column: 2;
  justify-self: center;
  text-align: center;
  align-items: center;
  position: relative;
  isolation: isolate;
  overflow: visible;
}

body.page-love .header-actions {
  grid-column: 3;
  justify-self: end;
}

body.page-love .header-actions .btn-primary {
  color: var(--contrast-cta-text);
  padding: 0.74rem 1.2rem;
  border: 1px solid rgba(255, 215, 101, 0.56);
  background: linear-gradient(112deg, #fff6d8 0%, #f3d27d 34%, #d8a84f 72%, #aa7123 100%);
  box-shadow: 0 12px 28px rgba(20, 12, 7, 0.28), inset 0 0 0 1px rgba(255, 247, 220, 0.24);
}

body.page-love .header-actions .btn-primary:hover {
  color: #18263f;
  transform: translateY(-1px);
  box-shadow: 0 15px 32px rgba(18, 11, 7, 0.34), inset 0 0 0 1px rgba(255, 247, 220, 0.3);
}

body.page-love .btn-ghost {
  color: #c9a84e !important;
  background: transparent !important;
  border-color: var(--contrast-soft-btn-border);
  border: 1px solid #c9a84e !important;
  border-radius: 40px !important;
}

body.page-love .btn-ghost:hover {
  color: #172336;
  border-color: rgba(61, 79, 113, 0.38);
}

body.page-love .hero-lead,
body.page-love .metric-label,
body.page-love .service-card p,
body.page-love .price-card p,
body.page-love .hero-note p,
body.page-love .contact-card p,
body.page-love .contact-card a {
  color: var(--contrast-muted-on-light);
}

body.page-love .contact-card a:hover {
  color: #bf852f;
}

body.page-love :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid var(--contrast-focus-ring);
  outline-offset: 2px;
}

body.page-love .scene {
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  height: clamp(620px, 92vh, 980px) !important;
  z-index: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

body.page-love .scene::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
      180deg,
      rgba(244, 251, 255, 0.08) 0%,
      rgba(240, 248, 255, 0.13) 38%,
      rgba(246, 241, 233, 0.58) 68%,
      rgba(243, 238, 231, 0.96) 100%
    ),
    linear-gradient(
      108deg,
      rgba(231, 244, 255, 0.12) 0%,
      rgba(255, 231, 239, 0.1) 42%,
      rgba(224, 242, 255, 0.12) 100%
    ),
    image-set(
      url("../love/hero-love-cloud-heart-8k.webp") type("image/webp"),
      url("../love/hero-love-cloud-heart-8k.jpg") type("image/jpeg")
    ) !important;
  opacity: 0.94 !important;
  filter: saturate(1.04) contrast(1.03) brightness(1.02) !important;
  background-repeat: no-repeat, no-repeat, no-repeat !important;
  background-size: auto, auto, 100% auto !important;
  background-position: center top, center top, center top !important;
}

body.page-love .scene::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: clamp(220px, 34vh, 420px) !important;
  background: linear-gradient(
      to bottom,
      rgba(243, 238, 231, 0) 0%,
      rgba(244, 239, 232, 0.62) 46%,
      rgba(243, 238, 231, 1) 100%
    ) !important;
}

body.page-love main,
body.page-love .site-header,
body.page-love .love-mobile-contact-bar {
  position: relative;
  z-index: 2;
}

body.page-love .header-actions-love {
  gap: 0.55rem;
}

body.page-love .header-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.56rem 0.88rem;
  border-radius: 999px;
  border: 1px solid rgba(196, 151, 71, 0.52);
  background: rgba(255, 248, 233, 0.82);
  color: #6c4a16;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.page-love .header-phone:hover,
body.page-love .header-phone:focus-visible {
  color: #4f340d;
  border-color: rgba(177, 125, 41, 0.7);
  transform: translateY(-1px);
}

body.page-love .write-menu {
  position: relative;
}

body.page-love .write-menu > summary {
  list-style: none;
  cursor: pointer;
}

body.page-love .write-menu > summary::-webkit-details-marker {
  display: none;
}

body.page-love .write-menu-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 190px;
  display: grid;
  gap: 0.35rem;
  padding: 0.5rem;
  border-radius: 14px;
  border: 1px solid rgba(212, 168, 89, 0.46);
  background: rgba(250, 244, 230, 0.98);
  box-shadow: 0 16px 32px rgba(106, 78, 30, 0.22);
}

body.page-love .write-menu:not([open]) .write-menu-panel {
  display: none;
}

body.page-love .write-menu-panel a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border-radius: 10px;
  padding: 0.44rem 0.62rem;
  color: #5c3e11;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(212, 175, 113, 0.34);
}

body.page-love .write-menu-panel a:hover,
body.page-love .write-menu-panel a:focus-visible {
  background: rgba(255, 240, 209, 0.88);
  border-color: rgba(192, 137, 53, 0.44);
}

body.page-love .hero-love-mark {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-right: clamp(3.8rem, 9vw, 6.4rem);
}

body.page-love .hero-love-title {
  margin: 0;
  font-family: "Prata", Georgia, serif;
  font-size: clamp(3.2rem, 10vw, 7.6rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
  background: linear-gradient(115deg, #f8d5e3 0%, #f1b9cf 25%, #de8eb0 52%, #bb5f87 75%, #8f355c 100%);
  background-size: 230% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 8px 26px rgba(184, 96, 135, 0.24);
  animation: love-title-shimmer 7s ease-in-out infinite;
}

body.page-love .hero-love-by {
  position: absolute;
  top: 0.32rem;
  right: 0;
  font-size: clamp(0.66rem, 1.2vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  background: linear-gradient(125deg, #fff7d8 0%, #f5d172 45%, #d29533 100%);
  background-size: 170% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 14px rgba(215, 160, 60, 0.5);
  animation: text-shine 6s ease-in-out infinite;
}

body.page-love .hero-copy h1 {
  margin-top: 0.55rem;
  max-width: 18ch;
  font-family: "Great Vibes", "Times New Roman", cursive !important;
  font-weight: 400 !important;
  font-size: clamp(76px, 8.5vw, 140px) !important;
  line-height: 0.9 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  padding-top: 0.12em !important;
  padding-bottom: 0.18em !important;
  margin-bottom: 0.1em !important;
}

body.page-love .hero-points {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.56rem;
}

body.page-love .hero-points li {
  position: relative;
  padding-left: 1.05rem;
  color: rgba(36, 31, 26, 0.9);
  font-weight: 500;
}

body.page-love .hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.54em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff8de 0%, #deab53 88%);
  box-shadow: 0 0 10px rgba(224, 173, 78, 0.55);
}

body.page-love .hero-micro-proof {
  margin: 0.92rem 0 0;
  color: rgba(64, 56, 44, 0.78);
  font-size: 0.95rem;
}

body.page-love .hero-messengers {
  margin-top: 0.76rem;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 0.7rem !important;
}

body.page-love .hero-messengers-label {
  color: rgba(57, 51, 45, 0.78);
  font-weight: 600;
  font-size: 0.9rem;
  margin-right: 0.1rem !important;
}

body.page-love .hero-messenger-link {
  width: 44px !important;
  height: 30px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff !important;
  background: linear-gradient(132deg, #1d84ff 0%, #0f57d5 100%);
  box-shadow: 0 9px 20px rgba(18, 28, 48, 0.14) !important;
  position: relative !important;
  border: 1px solid rgba(255, 255, 255, 0.56) !important;
  overflow: visible !important;
}

body.page-love .section-cta {
  margin-top: 1.2rem;
}

body.page-love .value-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.76rem;
}

body.page-love .value-list li {
  position: relative;
  padding: 0.9rem 0.95rem 0.9rem 2rem;
  border-radius: 16px;
  border: 1px solid rgba(222, 201, 162, 0.62);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.78), rgba(247, 239, 225, 0.74));
  color: rgba(34, 30, 24, 0.9);
}

body.page-love .value-list li::before {
  content: "";
  position: absolute;
  left: 0.86rem;
  top: 1.16rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff8dd 0%, #cc8d35 100%);
}

body.page-love .offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body.page-love .offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.82rem;
  padding: 1.24rem;
  border-radius: 22px;
  border: 1px solid rgba(227, 205, 168, 0.64);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.86), rgba(247, 238, 223, 0.85));
  box-shadow: 0 12px 32px rgba(120, 90, 38, 0.14);
}

body.page-love .offer-card-featured {
  border-color: rgba(205, 146, 43, 0.62);
  box-shadow: 0 14px 36px rgba(160, 109, 26, 0.2);
}

body.page-love .offer-card-standard {
  border-color: rgba(222, 167, 65, 0.76);
  background: radial-gradient(circle at 86% -8%, rgba(255, 244, 212, 0.5), rgba(255, 244, 212, 0) 44%),
    linear-gradient(142deg, rgba(255, 253, 246, 0.92), rgba(247, 232, 203, 0.9));
  box-shadow: 0 18px 40px rgba(184, 128, 36, 0.24);
}

body.page-love .offer-card-standard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(126deg, rgba(255, 243, 204, 0.95) 0%, rgba(229, 178, 77, 0.8) 44%, rgba(158, 104, 21, 0.7) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

body.page-love .offer-card-premium {
  position: relative;
  border-color: rgba(158, 106, 26, 0.74);
  background: linear-gradient(144deg, rgba(255, 246, 219, 0.96) 0%, rgba(244, 219, 164, 0.94) 48%, rgba(222, 178, 99, 0.94) 100%);
  box-shadow: 0 22px 44px rgba(145, 93, 14, 0.34), inset 0 1px 0 rgba(255, 252, 238, 0.72);
}

body.page-love .offer-card-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.34;
  background: radial-gradient(circle at 16% 24%, rgba(159, 101, 22, 0.5) 0 3px, transparent 3px 100%),
    radial-gradient(circle at 82% 78%, rgba(159, 101, 22, 0.46) 0 3px, transparent 3px 100%),
    repeating-linear-gradient(45deg, rgba(255, 243, 208, 0) 0 12px, rgba(173, 112, 31, 0.18) 12px 13px);
}

body.page-love .offer-card-premium::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 16px;
  pointer-events: none;
  border: 1px solid rgba(150, 98, 18, 0.36);
}

body.page-love .offer-card-premium > * {
  position: relative;
  z-index: 1;
}

body.page-love .offer-card-premium h3 {
  color: #4d2f0b;
}

body.page-love .offer-card-premium p,
body.page-love .offer-card-premium ul {
  color: rgba(67, 42, 12, 0.9);
}

body.page-love .offer-card-premium .btn {
  border-color: rgba(132, 83, 13, 0.5);
  background: rgba(255, 248, 229, 0.84);
  color: #4a2d0b;
}

body.page-love .offer-card-premium .btn:hover {
  background: rgba(255, 252, 243, 0.94);
}

body.page-love .offer-badge {
  display: inline-flex;
  align-self: flex-start;
  min-height: 28px;
  align-items: center;
  padding: 0.22rem 0.62rem;
  border-radius: 999px;
  color: #58370f;
  font-size: 0.78rem;
  font-weight: 800;
  background: linear-gradient(112deg, #fff4cd 0%, #f0cb79 45%, #cf922f 100%);
}

body.page-love .offer-card h3 {
  margin: 0;
}

body.page-love .offer-card p {
  margin: 0;
  color: rgba(52, 44, 33, 0.82);
}

body.page-love .offer-card ul {
  margin: 0;
  padding-left: 1.08rem;
  display: grid;
  gap: 0.42rem;
  color: rgba(33, 29, 24, 0.9);
}

body.page-love .process-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.74rem;
}

body.page-love .process-grid li {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 0.9rem;
  border-radius: 16px;
  padding: 0.72rem 0.88rem;
  border: 1px solid rgba(220, 199, 160, 0.58);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.8), rgba(247, 239, 226, 0.8));
}

body.page-love .process-grid li span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.84rem;
  font-weight: 800;
  color: #4e3614;
  background: linear-gradient(130deg, #fff4cf 0%, #dfaf58 100%);
}

body.page-love .vera-block {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.9fr) !important;
  gap: 1.2rem;
  align-items: start !important;
}

body.page-love .vera-content {
  padding: 1.16rem;
  border-radius: 20px;
  border: 1px solid rgba(222, 198, 159, 0.62);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.82), rgba(247, 239, 224, 0.82));
}

body.page-love .vera-content p {
  margin: 0;
  color: rgba(39, 34, 27, 0.9);
}

body.page-love .vera-micro-list {
  margin: 1rem 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.44rem;
}

body.page-love .vera-cases {
  margin-top: 1rem;
  padding: 0.88rem 0.92rem;
  border-radius: 18px !important;
  border: 1px solid rgba(251, 188, 54, 0.34) !important;
  background: rgba(255, 251, 244, 0.78) !important;
  backdrop-filter: blur(6px);
}

body.page-love .vera-cases h3 {
  margin: 0 0 0.55rem;
  font-size: 1.04rem;
  color: rgba(45, 36, 25, 0.94);
}

body.page-love .vera-cases-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.62rem;
}

body.page-love .vera-cases-head h3 {
  margin: 0;
}

body.page-love .vera-cases-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

body.page-love .vera-case-item {
  border-radius: 10px;
  border: 1px solid rgba(220, 195, 152, 0.56);
  background: rgba(255, 255, 255, 0.84);
  padding: 0.55rem 0.68rem;
  color: rgba(48, 40, 29, 0.9);
  font-size: 0.9rem;
}

body.page-love .vera-cases-note {
  margin: 0.6rem 0 0;
  color: rgba(79, 67, 49, 0.82);
  font-size: 0.84rem;
}

body.page-love .vera-cases-album {
  margin-top: 0.82rem;
  border-radius: 14px;
  border: 1px solid rgba(215, 183, 127, 0.48);
  background: rgba(255, 252, 245, 0.78);
  padding: 0.7rem;
}

body.page-love .vera-cases-album-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.62rem;
}

body.page-love .vera-cases-album-head h4 {
  margin: 0;
  font-size: 0.98rem;
  color: rgba(47, 35, 17, 0.92);
}

body.page-love .vera-cases-album-controls {
  display: inline-flex;
  gap: 0.42rem;
}

body.page-love .vera-album-nav {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(199, 151, 70, 0.52);
  background: linear-gradient(125deg, #fff6dd 0%, #e9bf6a 100%);
  color: #5b3b12;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

body.page-love .vera-album-nav:hover,
body.page-love .vera-album-nav:focus-visible {
  transform: translateY(-1px);
}

body.page-love .vera-cases-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 42%) !important;
  gap: 0.86rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(188, 143, 65, 0.55) rgba(255, 247, 230, 0.85);
  padding-bottom: 0.22rem;
}

body.page-love .vera-cases-track::-webkit-scrollbar {
  height: 8px;
}

body.page-love .vera-cases-track::-webkit-scrollbar-thumb {
  background: rgba(189, 146, 70, 0.55);
  border-radius: 999px;
}

body.page-love .vera-case-slide {
  scroll-snap-align: start;
  display: flex !important;
  border-radius: 16px !important;
  border: 1px solid rgba(251, 188, 54, 0.3) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  overflow: hidden !important;
  flex-direction: column !important;
}

body.page-love .vera-case-slide img {
  width: 100% !important;
  aspect-ratio: 16 / 10;
  object-fit: cover !important;
  object-position: center;
  display: block !important;
  height: 220px !important;
  min-height: 220px !important;
  max-height: 220px !important;
  border-radius: 0 !important;
}

body.page-love .vera-case-meta {
  padding: 0.78rem 0.8rem 0.86rem !important;
  flex: 1 1 auto;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}

body.page-love .vera-case-meta strong {
  display: block;
  margin-bottom: 0.26rem;
  color: rgba(48, 34, 12, 0.94);
  font-size: 0.88rem;
}

body.page-love .vera-case-meta p {
  margin: 0.3rem 0 0;
  font-size: 0.82rem;
  color: rgba(79, 64, 40, 0.86);
}

body.page-love .vera-case-meta p:first-of-type {
  margin-top: 0;
}

body.page-love .vera-qr-inline {
  margin: 0 0 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.64rem;
  padding: 0.46rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(216, 181, 122, 0.58);
  background: rgba(255, 248, 236, 0.9);
}

body.page-love .vera-qr-inline img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(208, 174, 116, 0.58);
}

body.page-love .vera-qr-inline a {
  color: rgba(37, 31, 22, 0.92);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

body.page-love .vera-visuals {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
}

body.page-love .vera-profile-card,
body.page-love .vera-cred-card {
  margin: 0;
  padding: 0.7rem;
  border-radius: 22px !important;
  border: 1px solid rgba(251, 188, 54, 0.34) !important;
  background: rgba(255, 255, 255, 0.74) !important;
  box-shadow: 0 14px 30px rgba(110, 84, 40, 0.15);
  backdrop-filter: blur(8px);
}

body.page-love .vera-profile-card img,
body.page-love .vera-cred-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 14px !important;
  display: block;
}

body.page-love .vera-profile-card--primary img {
  aspect-ratio: 1;
  object-position: center;
}

body.page-love .vera-cred-card--secondary img {
  aspect-ratio: 1;
  object-position: center top;
}

body.page-love .vera-profile-card figcaption,
body.page-love .vera-cred-card figcaption {
  margin-top: 0.58rem;
  color: rgba(44, 37, 28, 0.88);
  font-size: 0.9rem;
}

body.page-love .vera-cred-card figcaption strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.98rem;
}

body.page-love .vera-cred-card figcaption span {
  display: block;
}

body.page-love .vera-cred-caption {
  display: block;
  margin-top: 0.38rem;
  color: rgba(83, 71, 54, 0.84);
  font-size: 0.8rem;
}

body.page-love .trust-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.64rem;
}

body.page-love .trust-list li {
  border-radius: 14px;
  padding: 0.82rem 0.96rem;
  border: 1px solid rgba(222, 199, 160, 0.62);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.84), rgba(247, 239, 224, 0.8));
}

body.page-love .faq-list {
  display: grid;
  gap: 0.62rem;
}

body.page-love .faq-list details {
  border-radius: 14px;
  border: 1px solid rgba(220, 196, 156, 0.58);
  background: rgba(255, 255, 255, 0.8);
  padding: 0.88rem 1rem;
}

body.page-love .faq-list summary {
  cursor: pointer;
  font-weight: 700;
  color: rgba(33, 29, 24, 0.92);
}

body.page-love .faq-list p {
  margin: 0.58rem 0 0;
  color: rgba(58, 50, 39, 0.86);
}

body.page-love .love-form {
  margin-top: 0.8rem;
  padding: 1.14rem;
  border-radius: 20px;
  border: 1px solid rgba(222, 197, 156, 0.62);
  background: linear-gradient(144deg, rgba(255, 255, 255, 0.86), rgba(247, 239, 224, 0.84));
  box-shadow: 0 16px 32px rgba(118, 89, 45, 0.16);
}

body.page-love .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.74rem;
  margin-bottom: 0.86rem;
}

body.page-love .form-grid label {
  display: grid;
  gap: 0.34rem;
  color: rgba(44, 37, 28, 0.9);
  font-size: 0.9rem;
  font-weight: 600;
}

body.page-love .form-grid .wide {
  grid-column: 1 / -1;
}

body.page-love .form-grid input,
body.page-love .form-grid select,
body.page-love .form-grid textarea {
  width: 100%;
  border: 1px solid rgba(206, 178, 132, 0.56);
  border-radius: 12px;
  padding: 0.65rem 0.74rem;
  font: inherit;
  color: #2c251f;
  background: rgba(255, 255, 255, 0.96);
}

body.page-love .form-grid input:focus,
body.page-love .form-grid select:focus,
body.page-love .form-grid textarea:focus {
  outline: 2px solid rgba(211, 157, 75, 0.34);
  outline-offset: 1px;
}

body.page-love .form-note {
  margin: 0.62rem 0 0;
  color: rgba(72, 61, 46, 0.78);
  font-size: 0.86rem;
}

body.page-love .contact-inline {
  margin-top: 0.92rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
}

body.page-love .contact-inline a,
body.page-love .footer-contacts a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border-radius: 999px;
  padding: 0.42rem 0.76rem;
  text-decoration: none;
  color: rgba(42, 35, 24, 0.94);
  background: rgba(255, 248, 232, 0.92);
  border: 1px solid rgba(218, 185, 127, 0.48);
}

body.page-love .contact-inline a:hover,
body.page-love .footer-contacts a:hover,
body.page-love .contact-inline a:focus-visible,
body.page-love .footer-contacts a:focus-visible {
  color: #221a12;
  border-color: rgba(206, 147, 56, 0.74);
}

body.page-love .love-footer .contact-card {
  border: 1px solid rgba(220, 197, 158, 0.58);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.84), rgba(246, 239, 226, 0.82));
}

body.page-love .footer-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.56rem;
  margin: 0.74rem 0;
}

body.page-love .footer-lead {
  color: rgba(62, 53, 40, 0.84);
}

body.page-love .love-mobile-contact-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: none;
  gap: 0.56rem;
  padding: 0.6rem 0.72rem calc(0.6rem + env(safe-area-inset-bottom));
  background: rgba(255, 248, 233, 0.95);
  border-top: 1px solid rgba(219, 183, 122, 0.56);
  backdrop-filter: blur(10px);
}

body.page-love .love-mobile-contact-btn {
  flex: 1;
  min-height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  background: linear-gradient(130deg, #1d84ff 0%, #0f57d5 100%);
}

body.page-love .love-mobile-contact-btn:first-child {
  background: linear-gradient(130deg, #20c074 0%, #0d9654 100%);
}

body.page-love .love-mobile-contact-btn--call {
  background: linear-gradient(130deg, #2fc9d8 0%, #0f93b4 100%);
}

body.page-love .floating-call-widget {
  position: fixed;
  right: clamp(14px, 2vw, 26px);
  bottom: clamp(16px, 2.4vw, 28px);
  z-index: 130;
  width: min(330px, calc(100vw - 24px));
  pointer-events: none;
}

body.page-love .floating-call-widget > summary {
  list-style: none;
  pointer-events: auto;
  margin-left: auto;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  cursor: pointer;
  border: 1px solid rgba(255, 226, 154, 0.58);
  background: linear-gradient(138deg, rgba(238, 178, 196, 0.96), rgba(207, 140, 162, 0.96));
  box-shadow: 0 14px 26px rgba(78, 44, 56, 0.34), 0 0 0 1px rgba(255, 241, 215, 0.24) inset;
  animation: loveFloatingWidgetPulse 2.7s ease-in-out infinite;
}

body.page-love .floating-call-widget > summary::-webkit-details-marker {
  display: none;
}

body.page-love .floating-call-widget__icon {
  color: #fff9ed;
  font-size: 1.58rem;
  line-height: 1;
  filter: drop-shadow(0 0 10px rgba(255, 214, 133, 0.48));
}

body.page-love .floating-call-widget__panel {
  margin-top: 0.78rem;
  padding: 0.86rem;
  border-radius: 18px;
  border: 1px solid rgba(226, 194, 150, 0.48);
  background: linear-gradient(145deg, rgba(255, 250, 240, 0.96), rgba(247, 236, 218, 0.94));
  box-shadow: 0 18px 36px rgba(112, 80, 43, 0.22);
  backdrop-filter: blur(11px);
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transition: opacity 0.24s ease, transform 0.24s ease;
  pointer-events: none;
}

body.page-love .floating-call-widget[open] .floating-call-widget__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

body.page-love .floating-call-widget__title {
  margin: 0;
  color: #b67a2e;
  font-size: 0.83rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}

body.page-love .floating-call-widget__phone {
  margin-top: 0.5rem;
  display: inline-flex;
  text-decoration: none;
  color: #3c2d20;
  font-weight: 800;
  font-size: 1rem;
}

body.page-love .floating-call-widget__actions {
  margin-top: 0.74rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.42rem;
}

body.page-love .floating-call-widget__action {
  text-decoration: none;
  border-radius: 999px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #f5faff;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.page-love .floating-call-widget__action:hover,
body.page-love .floating-call-widget__action:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(30, 23, 17, 0.24);
  filter: saturate(1.08);
}

body.page-love .floating-call-widget__action.action-tg {
  background: linear-gradient(130deg, #27a7e7 0%, #137dbc 100%);
  border-color: rgba(116, 214, 255, 0.38);
}

body.page-love .floating-call-widget__action.action-call {
  background: linear-gradient(130deg, #2fc9d8 0%, #0f93b4 100%);
  border-color: rgba(120, 239, 255, 0.38);
}

body.page-love .hero-copy h1,
body.page-love .section-head h2,
body.page-love .offer-card h3,
body.page-love .vera-block h2,
body.page-love .contact-card h3 {
  color: transparent;
  background: linear-gradient(102deg, #fff4cf 0%, #ffd97c 28%, #efb94e 52%, #ffe6aa 75%, #d99a38 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.page-love .love-footer .eyebrow,
body.page-love .love-footer .footer-lead,
body.page-love .love-footer p,
body.page-love .love-footer .footer-contacts a,
body.page-love .contact-inline a {
  color: #d69b43;
}

body.page-love .section.section-tight {
  position: relative !important;
  overflow: hidden !important;
  min-height: 100svh !important;
  padding-top: calc(var(--love-header-offset) + 18px) !important;
  margin-top: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.page-love .section.section-tight .container,
body.page-love .site-header,
body.page-love main,
body.page-love footer {
  position: relative;
  z-index: 3;
}

body.page-love .love-floating-decor {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

body.page-love .love-glyph {
  position: absolute;
  pointer-events: none;
  opacity: 0.56;
  filter: drop-shadow(0 8px 14px rgba(155, 126, 84, 0.22));
}

body.page-love .glyph-rings {
  width: clamp(40px, 4vw, 62px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid rgba(214, 176, 101, 0.54);
  box-shadow: inset 0 0 10px rgba(255, 235, 190, 0.5), 0 0 16px rgba(228, 189, 114, 0.28);
  display: none !important;
}

body.page-love .glyph-rings::after {
  content: "";
  position: absolute;
  width: 78%;
  height: 78%;
  top: 34%;
  left: 42%;
  border-radius: 50%;
  border: 2px solid rgba(197, 156, 83, 0.42);
  box-shadow: 0 0 12px rgba(209, 168, 97, 0.24);
}

body.page-love .glyph-glass {
  width: clamp(36px, 3vw, 46px);
  height: clamp(62px, 5.5vw, 84px);
}

body.page-love .glyph-glass::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 0;
  height: 34px;
  border-radius: 8px 8px 14px 14px;
  border: 2px solid rgba(202, 173, 125, 0.45);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56) 0%, rgba(253, 234, 198, 0.18) 100%);
}

body.page-love .glyph-glass::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 3px;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(202, 173, 125, 0.52);
  box-shadow: 0 16px 0 8px rgba(202, 173, 125, 0.23);
}

body.page-love .glyph-halo {
  width: clamp(58px, 5.5vw, 88px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid rgba(232, 191, 116, 0.5);
  box-shadow: 0 0 0 4px rgba(255, 236, 200, 0.24),
    0 0 24px rgba(227, 186, 104, 0.34);
}

body.page-love .glyph-heart {
  width: clamp(28px, 2.6vw, 40px);
  height: clamp(28px, 2.6vw, 40px);
  transform: rotate(45deg);
  background: linear-gradient(145deg, rgba(255, 205, 225, 0.84) 0%, rgba(235, 124, 164, 0.72) 100%);
  border-radius: 6px;
  box-shadow: 0 0 16px rgba(232, 128, 165, 0.3);
}

body.page-love .glyph-heart::before,
body.page-love .glyph-heart::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: inherit;
}

body.page-love .glyph-heart::before {
  top: -50%;
  left: 0;
}

body.page-love .glyph-heart::after {
  top: 0;
  left: -50%;
}

body.page-love .glyph-wings {
  width: clamp(82px, 7vw, 120px);
  height: clamp(34px, 2.9vw, 48px);
}

body.page-love .glyph-wings::before,
body.page-love .glyph-wings::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  border: 1px solid rgba(227, 198, 154, 0.44);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.04) 100%);
}

body.page-love .glyph-wings::before {
  left: 0;
  border-radius: 100% 20% 70% 100% / 100% 40% 90% 100%;
  transform: rotate(-5deg);
}

body.page-love .glyph-wings::after {
  right: 0;
  border-radius: 20% 100% 100% 70% / 40% 100% 100% 90%;
  transform: rotate(5deg);
}

body.page-love .glyph-spark {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.96) 0%, rgba(255, 213, 145, 0.88) 34%, rgba(255, 213, 145, 0) 100%);
  box-shadow: 0 0 12px rgba(255, 208, 128, 0.56),
    9px -8px 0 -2px rgba(255, 234, 206, 0.72),
    -10px 8px 0 -3px rgba(255, 230, 192, 0.68);
}

body.page-love .glyph-rings-a {
  left: 6%;
  top: 36%;
  animation: loveGlyphFloatAV23 12s ease-in-out infinite;
}

body.page-love .glyph-rings-b {
  right: 14%;
  top: 45%;
  animation: loveGlyphFloatBV23 14s ease-in-out -2s infinite;
}

body.page-love .glyph-glass-a {
  right: 7%;
  top: 30%;
  animation: loveGlyphFloatCV23 11s ease-in-out -2s infinite;
}

body.page-love .glyph-glass-b {
  left: 44%;
  top: 66%;
  opacity: 0.36;
  animation: loveGlyphFloatAV23 15s ease-in-out -5s infinite;
}

body.page-love .glyph-halo-a {
  right: 24%;
  top: 24%;
  animation: loveGlyphFloatBV23 12.8s ease-in-out -3s infinite;
}

body.page-love .glyph-wings-a {
  left: 42%;
  top: 18%;
  opacity: 0.46;
  animation: loveGlyphFloatCV23 13.2s ease-in-out -4s infinite;
}

body.page-love .glyph-heart-a {
  right: 33%;
  top: 56%;
  opacity: 0.5;
  animation: loveGlyphFloatAV23 10.6s ease-in-out infinite;
}

body.page-love .glyph-spark-a {
  left: 24%;
  top: 27%;
  animation: loveSparkPulseV23 3.8s ease-in-out infinite;
}

body.page-love .glyph-spark-b {
  right: 18%;
  top: 62%;
  animation: loveSparkPulseV23 4.1s ease-in-out -1s infinite;
}

body.page-love #scroll-progress {
  height: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(90deg, #fff6df 0%, #ffd9e9 34%, #f2b4cf 58%, #d8aceb 82%, #fff4de 100%);
  background-size: 220% 100%;
  box-shadow: 0 0 18px rgba(241, 181, 210, 0.58), 0 0 28px rgba(221, 176, 112, 0.34);
  animation: loveProgressShimmerV23 4.6s linear infinite;
}

body.page-love #cursor-glow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0%, rgba(255, 232, 188, 0.78) 36%, rgba(255, 197, 224, 0.36) 64%, rgba(255, 197, 224, 0) 100%);
  box-shadow: 0 0 0 1px rgba(255, 248, 224, 0.54) inset,
    0 0 22px rgba(248, 200, 225, 0.62),
    0 0 56px rgba(246, 208, 157, 0.38);
  mix-blend-mode: screen;
}

body.page-love #cursor-glow::after {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 243, 210, 0.38) 0%, rgba(255, 230, 193, 0.13) 46%, rgba(255, 230, 193, 0) 100%);
  animation: loveCursorPulseV23 2.4s ease-in-out infinite;
}

body.page-love .love-grid-secondary {
  margin-top: 0.4rem;
  column-count: 3;
}

body.page-love .vera-contact-row {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  align-items: center;
}

body.page-love .vera-phone-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.66rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 93, 0.45);
  background: rgba(255, 248, 235, 0.82);
  color: #5f4315;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(157, 126, 69, 0.14);
}

body.page-love .vera-phone-chip:hover,
body.page-love .vera-phone-chip:focus-visible {
  color: #4f340d;
  border-color: rgba(187, 139, 62, 0.56);
}

body.page-love .vera-write-menu > summary {
  min-height: 44px;
  padding-inline: 1.18rem;
}

body.page-love .vera-write-menu .write-menu-panel {
  min-width: 188px;
}

body.page-love .love-glyph,
body.page-love .glyph-heart,
body.page-love .glyph-spark,
body.page-love .glyph-glass,
body.page-love .glyph-halo,
body.page-love .glyph-wings,
body.page-love .glyph-rings {
  display: none !important;
}

body.page-love .hero-photo,
body.page-love .love-card,
body.page-love .vera-case-slide,
body.page-love .vera-profile-card,
body.page-love .vera-cred-card,
body.page-love .section-mosaic-card {
  overflow: hidden !important;
}

body.page-love .hero-photo img,
body.page-love .love-card img,
body.page-love .vera-case-slide img,
body.page-love .vera-profile-card img,
body.page-love .vera-cred-card img,
body.page-love .section-mosaic-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  background: none !important;
}

body.page-love .section-value-bg {
  position: relative !important;
  background-image: none !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
  background: transparent !important;
  margin: clamp(14px, 2.4vw, 34px) clamp(12px, 2.2vw, 28px) !important;
  padding: 0 !important;
}

body.page-love .section-value-bg::before {
  content: none !important;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 243, 234, 0.92) 55%, rgba(245, 239, 230, 0.98) 100%);
  z-index: 0;
  display: none !important;
}

body.page-love .section-value-bg > .container {
  position: relative !important;
  z-index: 0 !important;
  border: 1px solid rgba(201, 168, 78, 0.42) !important;
  background: rgba(255, 255, 255, 0.62) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  isolation: isolate !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  box-shadow: 0 14px 44px rgba(201, 168, 78, 0.12),
    0 6px 24px rgba(0, 0, 0, 0.05) !important;
  padding: clamp(20px, 3vw, 40px) !important;
}

body.page-love .love-grid-mini {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.9rem;
}

body.page-love .love-thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px !important;
  border: 1px solid rgba(199, 160, 92, 0.35);
  background: rgba(255, 255, 255, 0.65);
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  isolation: isolate;
  box-shadow: 0 16px 34px rgba(128, 100, 54, 0.12);
}

body.page-love .love-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  display: block;
  transform: scale(1.01);
  position: relative;
  z-index: 1;
}

body.page-love .love-thumb[data-full*="love-set-08"] {
  aspect-ratio: 16 / 10;
}

body.page-love .love-thumb[data-full*="love-set-08"] img {
  object-position: top !important;
}

body.page-love .love-thumb::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 14px;
  background: linear-gradient(90deg, transparent 0%, rgba(251, 188, 54, 0.72) 48%, transparent 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
  animation: loveBorderShimmer 2.8s linear infinite;
  pointer-events: none;
  background-size: 240% 100%;
  z-index: 3;
}

body.page-love .love-thumb:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(128, 100, 54, 0.18);
}

body.page-love .love-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(10, 12, 20, 0.64);
  backdrop-filter: blur(4px);
}

body.page-love .love-lightbox.is-open {
  display: flex;
}

body.page-love .love-lightbox__content {
  position: relative;
  max-width: min(92vw, 1100px);
  max-height: 84vh;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(230, 200, 140, 0.45);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 80px rgba(8, 9, 15, 0.35);
}

body.page-love .love-lightbox__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  max-height: 84vh;
}

body.page-love .love-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(200, 160, 90, 0.45);
  background: rgba(255, 255, 255, 0.95);
  color: #5a3a12;
  font-weight: 700;
  cursor: pointer;
}

body.page-love .love-grid,
body.page-love .love-grid-secondary {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}

body.page-love .love-card,
body.page-love .love-card.wide,
body.page-love .love-card.tall {
  margin: 0 0 0.9rem;
  break-inside: avoid;
  min-height: clamp(190px, 22vw, 280px);
  display: block;
  grid-column: auto !important;
  grid-row: auto !important;
}

body.page-love .glyph-glass,
body.page-love .glyph-halo {
  display: none !important;
}

body.page-love .hero-photo {
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, rgba(249, 243, 232, 0.82), rgba(240, 231, 214, 0.72));
}

body.page-love .hero-photo img {
  object-fit: contain !important;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.32), rgba(246, 238, 222, 0.26));
}

body.page-love .love-grid {
  display: block !important;
  column-count: 4;
  column-gap: 0.9rem;
}

body.page-love .love-card img {
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  object-fit: contain !important;
  transform: none !important;
  background: linear-gradient(150deg, rgba(251, 247, 239, 0.72), rgba(241, 231, 214, 0.62));
}

body.page-love .love-card:hover img {
  transform: none !important;
  filter: saturate(1.07) contrast(1.02);
}

body.page-love .vera-case-slide img,
body.page-love .vera-cred-card img {
  object-fit: contain !important;
  background: linear-gradient(150deg, rgba(252, 248, 241, 0.72), rgba(241, 232, 216, 0.62));
}

body.page-love .vera-profile-card img {
  object-fit: cover !important;
  object-position: top center !important;
  background: linear-gradient(150deg, rgba(252, 248, 241, 0.72), rgba(241, 232, 216, 0.62));
}

body.page-love .scene .love-heart-cloud-center {
  position: absolute !important;
  left: 50% !important;
  top: 13.2% !important;
  width: clamp(210px, 26vw, 420px) !important;
  height: auto !important;
  transform: translate3d(-50%, 0, 0) !important;
  transform-origin: center center !important;
  opacity: 0.94 !important;
  pointer-events: none !important;
  z-index: 4 !important;
  filter: drop-shadow(0 18px 34px rgba(129, 155, 189, 0.38)) !important;
  will-change: transform, opacity;
  animation: loveHeartCloudCenterFloatV31 12.6s ease-in-out infinite !important;
  display: block !important;
}

body.page-love .hero-visual {
  overflow: visible !important;
}

body.page-love .hero-ring {
  display: block !important;
  inset: 7% 9% !important;
  border: 1.5px solid rgba(251, 188, 54, 0.62) !important;
  box-shadow: inset 0 0 44px rgba(251, 188, 54, 0.08),
    0 0 0 1px rgba(255, 231, 159, 0.26),
    0 12px 34px rgba(185, 133, 36, 0.16) !important;
  animation: loveHeroRingPulseV43 9.8s ease-in-out infinite !important;
}

body.page-love .hero-ring::after {
  border: 1px dashed rgba(252, 206, 109, 0.65) !important;
  animation: loveHeroRingOrbitV43 14s linear infinite !important;
}

body.page-love .pulse-dot {
  display: block !important;
  width: 13px !important;
  height: 13px !important;
  background: linear-gradient(145deg, #fcce6d 0%, #fbbc36 56%, #de9804 100%) !important;
  box-shadow: 0 0 20px rgba(251, 188, 54, 0.54) !important;
  animation: loveHeroDotFloatV43 6.4s ease-in-out infinite !important;
}

body.page-love .pulse-dot::after {
  animation: pulse-ring 2.6s ease-out infinite !important;
}

body.page-love .hero-float {
  position: absolute;
  pointer-events: none;
  z-index: 5;
}

body.page-love .hero-float-heart {
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  border-radius: 4px;
  background: linear-gradient(145deg, rgba(252, 206, 109, 0.94), rgba(250, 175, 18, 0.9));
  box-shadow: 0 0 14px rgba(251, 188, 54, 0.48);
}

body.page-love .hero-float-heart::before,
body.page-love .hero-float-heart::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: inherit;
}

body.page-love .hero-float-heart::before {
  top: -50%;
  left: 0;
}

body.page-love .hero-float-heart::after {
  left: -50%;
  top: 0;
}

body.page-love .hero-float-ball {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 32%, #fff4d0 0%, #fcce6d 42%, #fbbc36 68%, #de9804 100%);
  box-shadow: 0 0 14px rgba(251, 188, 54, 0.44);
}

body.page-love .hero-float-heart-a {
  left: 9%;
  top: 22%;
  animation: loveFloatHeartAV43 8.8s ease-in-out infinite;
}

body.page-love .hero-float-heart-b {
  right: 8%;
  top: 30%;
  animation: loveFloatHeartBV43 10.2s ease-in-out -2s infinite;
}

body.page-love .hero-float-ball-a {
  left: 16%;
  bottom: 17%;
  animation: loveFloatBallAV43 7.2s ease-in-out infinite;
}

body.page-love .hero-float-ball-b {
  right: 14%;
  top: 54%;
  animation: loveFloatBallBV43 9.4s ease-in-out -1.8s infinite;
}

body.page-love .hero-float-ball-c {
  right: 25%;
  bottom: 19%;
  animation: loveFloatBallCV43 8.6s ease-in-out -1.2s infinite;
}

body.page-love .section,
body.page-love .section-soft,
body.page-love .section-value-bg,
body.page-love .page-footer,
body.page-love main {
  background: transparent !important;
  background-image: none !important;
}

body.page-love .section.section-tight > .container,
body.page-love .section.section-tight > .container.hero {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  position: relative !important;
  z-index: 1 !important;
}

body.page-love .section > .container,
body.page-love .section-soft > .container,
body.page-love .offer-card,
body.page-love .value-list li,
body.page-love .trust-list li,
body.page-love .process-grid li,
body.page-love .faq-list details,
body.page-love .vera-cases,
body.page-love .vera-case-slide,
body.page-love .vera-profile-card,
body.page-love .vera-cred-card,
body.page-love .love-form,
body.page-love .love-grid-mini .love-thumb {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 247, 241, 0.88) 54%, rgba(255, 252, 247, 0.92) 100%) !important;
  border-color: rgba(201, 168, 78, 0.28) !important;
}

body.page-love .section *,
body.page-love .section-soft * {
  box-shadow-color: rgba(201, 168, 78, 0.16) !important;
}

body.page-love .section,
body.page-love .page-footer {
  background: transparent !important;
}

body.page-love .scene,
body.page-love .scene::before,
body.page-love .scene::after,
body.page-love .scene .sky-cloud,
body.page-love .scene .sky-haze,
body.page-love .scene .love-heart-cloud,
body.page-love .scene .love-heart-cloud-center {
  display: none !important;
  content: none !important;
  animation: none !important;
}

body.page-love .section.section-tight::after {
  content: "" !important;
  display: block !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(250, 246, 241, 0.78) 52%,
    rgba(255, 255, 255, 0.96) 100%
  ) !important;
  animation: none !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -1px !important;
  height: clamp(88px, 16vw, 190px) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

body.page-love .hero-photo::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(201, 168, 78, 0.08));
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

body.page-love .hero-photo img,
body.page-love .love-thumb img,
body.page-love .love-card img,
body.page-love .vera-case-slide img,
body.page-love .vera-profile-card img,
body.page-love .vera-cred-card img {
  filter: saturate(1.02) brightness(1.04) contrast(1.01) !important;
  opacity: 1 !important;
}

body.page-love .section,
body.page-love .section-soft,
body.page-love .section-value-bg,
body.page-love .page-footer {
  background: transparent !important;
}

body.page-love .section > .container,
body.page-love .section-soft > .container {
  background: rgba(255, 255, 255, 0.46) !important;
  border: 1px solid rgba(201, 168, 78, 0.2) !important;
  border-radius: 24px !important;
  box-shadow: 0 12px 34px rgba(201, 168, 78, 0.08),
    0 4px 16px rgba(18, 18, 24, 0.04) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

body.page-love .hero-messenger-link::before,
body.page-love .hero-messenger-link::after {
  content: "" !important;
  display: none !important;
  position: absolute !important;
  background: inherit !important;
  border: inherit !important;
  border-radius: 999px !important;
  z-index: -1 !important;
}

body.page-love .hero-messenger-link svg {
  width: 15px !important;
  height: 15px !important;
  fill: currentColor !important;
  display: block !important;
}

body.page-love .section-value-bg > .container::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  background: url("../love/user-love-set/love-set-20.jpg") center center / cover no-repeat !important;
  opacity: 1 !important;
  border-radius: clamp(20px, 2.5vw, 30px) !important;
  border: 1px solid rgba(201, 168, 78, 0.34) !important;
  display: block !important;
}

body.page-love .section-value-bg > .container::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background: radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.28) 100%) !important;
  display: block !important;
}

body.page-love .section-value-bg .section-head,
body.page-love .section-value-bg .section-head h2,
body.page-love .section-value-bg .section-head p,
body.page-love .section-value-bg .value-list li,
body.page-love .section-value-bg .section-cta {
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.42) !important;
}

body.page-love .section-trust-bg {
  margin: clamp(14px, 2.4vw, 34px) clamp(12px, 2.2vw, 28px) !important;
  padding: 0 !important;
  background: transparent !important;
}

body.page-love .section-trust-bg > .container {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  border: 1px solid rgba(201, 168, 78, 0.46) !important;
  background: rgba(255, 255, 255, 0.26) !important;
  -webkit-backdrop-filter: blur(7px) saturate(1.03) !important;
  backdrop-filter: blur(7px) saturate(1.03) !important;
  box-shadow: 0 14px 44px rgba(201, 168, 78, 0.12),
    0 6px 24px rgba(0, 0, 0, 0.05) !important;
}

body.page-love .section-trust-bg > .container::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  background: url("../love/trust-bg-001.jpg") center center / cover no-repeat !important;
}

body.page-love .section-trust-bg > .container::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.2) 100%) !important;
}

body.page-love .section-trust-bg .section-head,
body.page-love .section-trust-bg .trust-list {
  position: relative !important;
  z-index: 1 !important;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.4) !important;
}

body.page-love .section.section-tight::before,
body.page-love .section-tight::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  background: url("../love/love-hero-cloud-main-v64.png") center 34% / cover no-repeat !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  filter: none !important;
  opacity: 1 !important;
  background-image: url("../love/hero-love-33-left-heart.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center 20% !important;
  display: block !important;
  height: 100% !important;
}

body.page-love .section.section-tight::after,
body.page-love .section-tight::after,
body.page-love .section.section-tight > .container::before,
body.page-love .section.section-tight > .container::after,
body.page-love .hero::before,
body.page-love .hero::after {
  content: none !important;
  display: none !important;
  background: none !important;
  box-shadow: none !important;
  filter: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

body.page-love .hero-copy,
body.page-love .hero,
body.page-love .hero-copy h1 {
  overflow: visible !important;
}

html body.page-love,
body.page-love .page-shell,
body.page-love > main,
body.page-love main,
body.page-love .section,
body.page-love .section-soft,
body.page-love .section-value-bg,
body.page-love .page-footer,
body.page-love .container {
  background-color: transparent !important;
  background-image: none !important;
}

body.page-love > main {
  margin-top: calc(-1 * var(--love-header-offset)) !important;
  padding-top: var(--love-header-offset) !important;
  position: relative !important;
  z-index: 1 !important;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.14) 42%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    url("../love/love-bg-block-2.png") center top / cover no-repeat !important;
}

body.page-love .section.section-tight,
body.page-love .section-tight {
  margin-top: 0 !important;
  border-top: 0 !important;
  padding-top: 0 !important;
  min-height: max(740px, 100vh) !important;
  overflow: hidden !important;
  position: relative !important;
  background: transparent !important;
}

body.page-love .section.section-tight::after,
body.page-love .section-tight::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -1px !important;
  height: clamp(90px, 14vw, 170px) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(252, 245, 239, 0.74) 56%, rgba(255, 255, 255, 0.98) 100%) !important;
  z-index: 1 !important;
  display: none !important;
}

body.page-love .section.section-tight > .container,
body.page-love .section.section-tight > .container.hero,
body.page-love .section-tight > .container {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  padding-top: clamp(112px, 14vw, 156px) !important;
  padding-bottom: clamp(48px, 8vw, 92px) !important;
  position: relative !important;
  z-index: 2 !important;
}

body.page-love .scene,
body.page-love .scene::before,
body.page-love .scene::after {
  display: none !important;
  content: none !important;
}

body.page-love .hero-ring,
body.page-love .pulse-dot {
  display: none !important;
}

body.page-love .section-value-bg > .container > * {
  position: relative !important;
  z-index: 1 !important;
}

body.page-love .site-header + main .section.section-tight {
  margin-top: 0 !important;
}

body.page-love .hero-messenger-link::before {
  width: 14px !important;
  height: 14px !important;
  top: -5px !important;
  left: 8px !important;
}

body.page-love .hero-messenger-link::after {
  width: 12px !important;
  height: 12px !important;
  top: -4px !important;
  right: 8px !important;
}

body.page-love .hero-messenger-link--tg {
  background: linear-gradient(135deg, #67beff 0%, #2f99f7 55%, #1578d2 100%) !important;
}

body.page-love .vera-visuals .vera-cred-card {
  display: none !important;
}

body.page-love .vera-profile-card {
  width: 100% !important;
}

body.page-love .vera-profile-card img {
  width: 100% !important;
  height: clamp(260px, 28vw, 410px) !important;
  object-fit: cover !important;
  border-radius: 16px !important;
}

body.page-love .vera-side-description {
  margin: 0 !important;
  padding: 0.9rem 1rem !important;
  border-radius: 14px !important;
  border: 1px solid rgba(201, 168, 78, 0.32) !important;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 247, 238, 0.86) 100%) !important;
  color: #4e4a43 !important;
  line-height: 1.55 !important;
}

body.page-love main,
body.page-love .section,
body.page-love .section-soft,
body.page-love .section-value-bg,
body.page-love .page-footer,
body.page-love .container,
body.page-love .offer-card,
body.page-love .trust-list li,
body.page-love .process-grid li,
body.page-love .faq-list details,
body.page-love .vera-cases,
body.page-love .vera-case-slide,
body.page-love .love-form {
  background-color: transparent !important;
  background-image: none !important;
}

body.page-love .section.section-tight::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: calc(-1 * var(--love-header-offset)) !important;
  bottom: 0 !important;
  height: calc(100% + var(--love-header-offset)) !important;
  z-index: 0 !important;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 247, 239, 0.24) 54%,
      rgba(255, 255, 255, 0.56) 100%
    ),
    url("../love/hero-heart-cloud-user.png") center 38% / cover no-repeat !important;
  filter: none !important;
  -webkit-filter: none !important;
  inset: 0 !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

body.page-love .section > .container,
body.page-love .section-soft > .container,
body.page-love .section-value-bg > .container,
body.page-love .offer-card,
body.page-love .value-list li,
body.page-love .trust-list li,
body.page-love .process-grid li,
body.page-love .faq-list details,
body.page-love .vera-cases,
body.page-love .vera-case-slide,
body.page-love .vera-profile-card,
body.page-love .vera-cred-card,
body.page-love .love-form,
body.page-love .love-grid-mini .love-thumb {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 249, 242, 0.9) 54%, rgba(255, 255, 255, 0.94) 100%) !important;
  border-color: rgba(201, 168, 78, 0.28) !important;
}

body.page-love .vera-title {
  display: flex !important;
  flex-direction: column;
  gap: 0.14em;
}

body.page-love .vera-title__name {
  display: block;
  font-weight: 700;
  font-size: clamp(1.5rem, 4.5vw, 2.2rem);
  color: #f6e3a3;
  text-shadow: 0 1px 0 rgba(155, 122, 44, 0.24);
}

body.page-love .vera-title__role {
  display: block;
  font-weight: 600;
  color: #121212;
}

body.page-love .vera-title__love {
  display: block;
  font-weight: 700;
  color: #f08ab7;
}

body.page-love .page-shell > main {
  margin-top: calc(-1 * var(--love-header-offset)) !important;
  padding-top: var(--love-header-offset) !important;
}

body.page-love .section.section-tight > .container {
  position: relative;
  z-index: 1;
}

body.page-love .section-value-bg .section-head,
body.page-love .section-value-bg .value-list,
body.page-love .section-value-bg .section-cta {
  position: relative;
  z-index: 1;
}

body.page-love .write-menu-panel,
body.page-love .floating-call-widget__panel,
body.page-love .love-mobile-contact-bar,
body.page-love .floating-call-widget__action,
body.page-love .contact-inline a {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.82), rgba(248, 241, 231, 0.78)) !important;
  border: 1px solid rgba(201, 168, 78, 0.38) !important;
  color: #5f4a2b !important;
  box-shadow: 0 10px 28px rgba(201, 168, 78, 0.14) !important;
}

body.page-love .floating-call-widget__action.action-tg,
body.page-love .floating-call-widget__action.action-call,
body.page-love .love-mobile-contact-btn,
body.page-love .love-mobile-contact-btn--call {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.88), rgba(247, 238, 224, 0.86)) !important;
  border: 1px solid rgba(201, 168, 78, 0.42) !important;
  color: #5f4a2b !important;
  -webkit-text-fill-color: currentColor !important;
}

body.page-love #form.section-soft {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: transparent !important;
}

body.page-love #form.section-soft::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("../love/loader-love-bg.png") center top / cover no-repeat;
}

body.page-love #form.section-soft::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.44) 46%, rgba(255, 255, 255, 0.84) 100%),
    linear-gradient(180deg, rgba(236, 230, 219, 0.62) 0%, rgba(226, 218, 205, 0.74) 100%);
}

body.page-love #form .container {
  position: relative;
  z-index: 1;
}

body.page-love .hero-photo img,
body.page-love .love-card img,
body.page-love .love-thumb img,
body.page-love .vera-case-slide img,
body.page-love .vera-profile-card img,
body.page-love .vera-cred-card img {
  border-radius: 18px !important;
  object-fit: cover !important;
}

body.page-love .love-thumb::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 14px;
  border: 1px solid rgba(251, 188, 54, 0.45);
  pointer-events: none;
  z-index: 2;
}

body.page-love .vera-case-meta strong,
body.page-love .vera-case-meta p {
  position: relative;
  z-index: 1;
}

body.page-love .vera-visuals > figure {
  scroll-snap-align: start;
}

body.page-love .section-tight {
  position: relative;
  overflow: hidden;
}

body.page-love .section-tight::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.95) 0%, rgba(234, 243, 249, 0.85) 40%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 1) 100%);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

body.page-love .section-tight::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: 2%;
  height: 34%;
  z-index: 0;
  opacity: 0.15;
  background: url("../love/clouds/realistic-cloud-01.webp") 4% 40% / 290px auto no-repeat,
    url("../love/clouds/realistic-cloud-01.webp") 48% 20% / 220px auto no-repeat,
    url("../love/clouds/realistic-cloud-01.webp") 86% 42% / 250px auto no-repeat;
  animation: loveCloudFloatV34 60s linear infinite;
  pointer-events: none;
}

body.page-love .section-tight > .container {
  position: relative;
  z-index: 1;
}

body.page-love h1 {
  font-family: "Cinzel", "Cormorant Garamond", "Prata", serif;
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.05;
  background: linear-gradient(135deg, #f6e3a3, #c9a84e, #9b7a2c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.page-love h2,
body.page-love h3 {
  font-family: "Cinzel", "Cormorant Garamond", "Prata", serif;
  letter-spacing: 0.7px;
}

body.page-love .hero-lead {
  font-family: "Inter", "Manrope", sans-serif;
  font-weight: 300;
  color: #7c8a95 !important;
  font-size: clamp(17px, 2vw, 20px);
  letter-spacing: 0.5px;
}

body.page-love p,
body.page-love li,
body.page-love .section-lead {
  font-family: "Inter", "Manrope", sans-serif;
  font-weight: 300;
  color: #5e6b73;
  line-height: 1.7;
}

body.page-love .offer-card,
body.page-love .trust-list li,
body.page-love .process-grid li,
body.page-love .faq-item,
body.page-love .vera-cases,
body.page-love .vera-case-slide,
body.page-love .vera-profile-card,
body.page-love .vera-cred-card,
body.page-love .form-panel {
  background: rgba(255, 255, 255, 0.65) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(201, 168, 78, 0.3) !important;
  box-shadow: 0 10px 40px rgba(201, 168, 78, 0.08), 0 4px 20px rgba(0, 0, 0, 0.03) !important;
  border-radius: 18px !important;
}

body.page-love .offer-card:hover,
body.page-love .trust-list li:hover,
body.page-love .process-grid li:hover,
body.page-love .vera-case-slide:hover {
  box-shadow: 0 15px 60px rgba(201, 168, 78, 0.15) !important;
}

body.page-love .section-head::after {
  content: "";
  display: block;
  width: min(100%, 520px);
  height: 1px;
  margin-top: 14px;
  background: linear-gradient(90deg, transparent, #c9a84e, transparent);
}

body.page-love .btn-primary {
  background: linear-gradient(135deg, #f6e3a3, #c9a84e) !important;
  color: #ffffff !important;
  border-radius: 40px !important;
  padding: 14px 36px !important;
  border: 1px solid rgba(201, 168, 78, 0.48) !important;
  box-shadow: 0 8px 30px rgba(201, 168, 78, 0.25) !important;
}

body.page-love .btn-primary:hover,
body.page-love .btn-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(201, 168, 78, 0.35) !important;
}

body.page-love .hero-photo img,
body.page-love .love-thumb img,
body.page-love .vera-case-slide img,
body.page-love .vera-profile-card img,
body.page-love .vera-cred-card img {
  filter: saturate(0.95) sepia(0.05) brightness(1.03) contrast(1.02);
}

body.page-love .scene .love-heart-cloud {
  position: absolute;
  pointer-events: none;
  z-index: 3;
  opacity: 0.92;
  filter: drop-shadow(0 12px 28px rgba(120, 150, 190, 0.28));
  will-change: transform, opacity;
}

body.page-love .scene .love-heart-cloud--big {
  left: 30%;
  top: 10%;
  width: clamp(180px, 20vw, 340px);
  animation: loveHeartFloatA 12.8s ease-in-out infinite;
}

body.page-love .scene .love-heart-cloud--small-a {
  left: 50%;
  top: 14%;
  width: clamp(90px, 9vw, 150px);
  opacity: 0.86;
  animation: loveHeartFloatB 10.6s ease-in-out infinite;
}

body.page-love .scene .love-heart-cloud--small-b {
  left: 64%;
  top: 10%;
  width: clamp(80px, 8vw, 140px);
  opacity: 0.82;
  animation: loveHeartFloatC 11.4s ease-in-out infinite;
}

body.page-love .love-grid.love-grid-mini {
  display: grid !important;
  column-count: unset !important;
  column-gap: unset !important;
}

body.page-love main,
body.page-love .section,
body.page-love .section-soft,
body.page-love .section-value-bg,
body.page-love .page-footer {
  background: transparent !important;
  background-image: none !important;
}

body.page-love .section-tight::after,
body.page-love .section.section-tight::after {
  content: none !important;
  display: none !important;
  background: none !important;
  animation: none !important;
}

body.page-love #portfolio .section-cta {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  margin-top: clamp(12px, 1.8vw, 24px) !important;
}

body.page-love #portfolio .section-cta .btn {
  margin-left: auto !important;
}

body.page-love main,
body.page-love .page-shell,
body.page-love .section,
body.page-love .section-soft,
body.page-love .section-value-bg,
body.page-love .page-footer {
  background-color: transparent !important;
  background-image: none !important;
}

body.page-love .section::before,
body.page-love .section::after,
body.page-love .section-soft::before,
body.page-love .section-soft::after,
body.page-love .section-value-bg::before,
body.page-love .section-value-bg::after {
  background-image: none !important;
}

body.page-love .section.section-tight::after,
body.page-love .section-tight::after,
body.page-love .section.section-tight > .container::before,
body.page-love .section.section-tight > .container::after,
body.page-love .hero::before,
body.page-love .hero::after,
body.page-love .hero-photo::before,
body.page-love .hero-photo::after {
  content: none !important;
  display: none !important;
  background: none !important;
  box-shadow: none !important;
  filter: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

body.page-love .section-value-bg > .container,
body.page-love .section-trust-bg > .container {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  border: 1px solid rgba(201, 168, 78, 0.46) !important;
  background: rgba(255, 255, 255, 0.22) !important;
  -webkit-backdrop-filter: blur(6px) saturate(1.03) !important;
  backdrop-filter: blur(6px) saturate(1.03) !important;
}

body.page-love .section:not(.section-tight),
body.page-love .section-soft:not(.section-tight),
body.page-love .section-value-bg:not(.section-tight),
body.page-love .page-footer {
  background: transparent !important;
}

body.page-love .section-value-bg > .container::before,
body.page-love .section-value-bg > .container::after,
body.page-love .section-trust-bg > .container::before,
body.page-love .section-trust-bg > .container::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

body.page-love .section:not(.section-tight) > .container,
body.page-love .section-soft:not(.section-tight) > .container,
body.page-love .section-value-bg:not(.section-tight) > .container,
body.page-love .offer-card,
body.page-love .value-list li,
body.page-love .trust-list li,
body.page-love .process-grid li,
body.page-love .faq-list details,
body.page-love .vera-cases,
body.page-love .vera-case-slide,
body.page-love .love-form,
body.page-love .vera-profile-card,
body.page-love .vera-side-description {
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.34) 0%,
    rgba(255, 247, 240, 0.26) 48%,
    rgba(255, 255, 255, 0.3) 100%
  ) !important;
  border: 1px solid rgba(201, 168, 78, 0.35) !important;
  box-shadow: 0 14px 40px rgba(201, 168, 78, 0.12),
    0 6px 20px rgba(0, 0, 0, 0.05) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.05) !important;
  backdrop-filter: blur(12px) saturate(1.05) !important;
}

body.page-love .offer-card:hover,
body.page-love .vera-case-slide:hover,
body.page-love .faq-list details:hover {
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.42) 0%,
    rgba(255, 247, 240, 0.34) 52%,
    rgba(255, 255, 255, 0.38) 100%
  ) !important;
}

body.page-love .section:not(.section-tight) .eyebrow,
body.page-love .section-soft:not(.section-tight) .eyebrow {
  color: #4f5961 !important;
}

body.page-love .section:not(.section-tight) h2,
body.page-love .section-soft:not(.section-tight) h2,
body.page-love .section:not(.section-tight) h3,
body.page-love .section-soft:not(.section-tight) h3 {
  color: #2a2420 !important;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.52) !important;
  -webkit-text-fill-color: currentColor !important;
  background: none !important;
}

body.page-love .section:not(.section-tight) p,
body.page-love .section-soft:not(.section-tight) p,
body.page-love .section:not(.section-tight) li,
body.page-love .section-soft:not(.section-tight) li,
body.page-love .faq-list details p,
body.page-love .faq-list details summary {
  color: #353f47 !important;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.45) !important;
}

body.page-love > main,
body.page-love .page-shell > main {
  margin: 0 !important;
  padding: 0 !important;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.14) 42%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    url("../love/love-bg-block-2.png") center top / cover no-repeat !important;
}

body.page-love .section.section-tight::after,
body.page-love .section-tight::after,
body.page-love .section.section-tight > .container::before,
body.page-love .section.section-tight > .container::after,
body.page-love .hero::before {
  display: none !important;
  content: none !important;
}

body.page-love .section:not(.section-tight),
body.page-love .section-soft:not(.section-tight),
body.page-love .section-value-bg:not(.section-tight),
body.page-love .section-trust-bg:not(.section-tight),
body.page-love .page-footer {
  background: transparent !important;
}

body.page-love #vera .vera-panel-left .vera-profile-card {
  width: 100% !important;
  margin: 0 0 0.9rem !important;
  overflow: hidden !important;
}

body.page-love #vera .vera-panel-left .vera-profile-card img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 1;
  object-fit: cover !important;
  object-position: top center !important;
  display: block !important;
  border-radius: 16px !important;
}

body.page-love #vera .vera-cases-intro {
  margin: 0 0 0.85rem !important;
  color: #4a4f58 !important;
}

body.page-love .reveal {
  opacity: 1 !important;
  transform: none !important;
}

body.page-love.reveal-enabled .reveal {
  opacity: 0 !important;
  transform: translateY(22px) !important;
  transition: opacity 0.7s ease, transform 0.7s ease !important;
}

body.page-love.reveal-enabled .reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
}

@keyframes love-title-shimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes loveFloatingWidgetPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 14px 26px rgba(78, 44, 56, 0.34), 0 0 0 1px rgba(255, 241, 215, 0.24) inset;
  }

  50% {
    transform: scale(1.04);
    box-shadow: 0 18px 32px rgba(78, 44, 56, 0.38), 0 0 0 1px rgba(255, 241, 215, 0.24) inset, 0 0 24px rgba(255, 201, 109, 0.3);
  }
}

@keyframes loveGlyphFloatAV23 {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -14px, 0) rotate(6deg);
  }
}

@keyframes loveGlyphFloatBV23 {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(-8px, -10px, 0) rotate(-5deg);
  }
}

@keyframes loveGlyphFloatCV23 {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(10px, -12px, 0) rotate(4deg);
  }
}

@keyframes loveSparkPulseV23 {
  0%,
  100% {
    opacity: 0.44;
    transform: scale(0.9);
  }
  50% {
    opacity: 0.84;
    transform: scale(1.22);
  }
}

@keyframes loveProgressShimmerV23 {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 220% 50%;
  }
}

@keyframes loveCursorPulseV23 {
  0%,
  100% {
    transform: scale(0.85);
    opacity: 0.62;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.92;
  }
}

@keyframes loveHeroRingPulseV43 {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.92;
  }
  50% {
    transform: scale(1.02);
    opacity: 1;
  }
}

@keyframes loveHeroRingOrbitV43 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes loveHeroDotFloatV43 {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -5px, 0) scale(1.08);
  }
}

@keyframes loveFloatHeartAV43 {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(45deg) scale(1);
  }
  50% {
    transform: translate3d(10px, -8px, 0) rotate(45deg) scale(1.08);
  }
}

@keyframes loveFloatHeartBV43 {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(45deg) scale(0.96);
  }
  50% {
    transform: translate3d(-9px, -7px, 0) rotate(45deg) scale(1.04);
  }
}

@keyframes loveFloatBallAV43 {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(7px, -6px, 0);
  }
}

@keyframes loveFloatBallBV43 {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-7px, -5px, 0);
  }
}

@keyframes loveFloatBallCV43 {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(6px, -6px, 0);
  }
}

@keyframes loveCloudFloatV34 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-2.4%, 1.2%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes loveHeartFloatA {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.98);
  }
  50% {
    transform: translate3d(18px, -8px, 0) scale(1.02);
  }
}

@keyframes loveHeartFloatB {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.96);
  }
  50% {
    transform: translate3d(-12px, -6px, 0) scale(1);
  }
}

@keyframes loveHeartFloatC {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.97);
  }
  50% {
    transform: translate3d(10px, -5px, 0) scale(1.01);
  }
}

@keyframes loveBorderShimmer {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes loveHeartCloudCenterFloatV31 {
  0%,
  100% {
    transform: translate3d(-50%, 0, 0) scale(0.96);
  }
  50% {
    transform: translate3d(calc(-50% + 16px), -10px, 0) scale(1.02);
  }
}

@media (max-width: 767px) {
  body.page-love .cloud-layer,
  body.page-love .hero-float {
    display: none !important;
  }

  body.page-love .scene::before {
    background: linear-gradient(
        180deg,
        rgba(255, 230, 240, 0.18) 0%,
        rgba(255, 220, 235, 0.12) 48%,
        rgba(255, 245, 248, 0.22) 100%
      ),
      image-set(
        url("../love/hero-love-33-left-heart-mobile.webp") type("image/webp"),
        url("../love/hero-love-33-left-heart-mobile.jpg") type("image/jpeg")
      ) center center / cover no-repeat !important;
    opacity: 0.94 !important;
    filter: saturate(1.15) contrast(1.02) brightness(1) !important;
  }

  body.page-love .section.section-tight::before {
    background: linear-gradient(
        180deg,
        rgba(255, 230, 240, 0.18) 0%,
        rgba(255, 220, 235, 0.12) 48%,
        rgba(255, 245, 248, 0.22) 100%
      ),
      image-set(
        url("../love/hero-love-33-left-heart-mobile.webp") type("image/webp"),
        url("../love/hero-love-33-left-heart-mobile.jpg") type("image/jpeg")
      ) center center / cover no-repeat !important;
  }
}

@media (max-width: 1080px) {
  body.page-love .value-list,
  body.page-love .offer-grid,
  body.page-love .vera-visuals {
    grid-template-columns: 1fr;
  }

  body.page-love .vera-block {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .page-love .header-row {
    grid-template-columns: auto 1fr auto;
  }

  .page-love .brand {
    justify-self: center;
  }

  .page-love .header-actions .btn {
    display: none;
  }

  .page-love .scene::before {
    height: min(60vh, 460px);
    background-size: cover;
    background-position: center 20%;
    opacity: 0.94;
  }

  .page-love .scene::after {
    top: min(42vh, 300px);
    height: min(54vh, 400px);
  }

  body.page-love .site-header {
    top: 0;
  }

  body.page-love .header-row {
    display: flex;
    min-height: 72px;
    border-radius: 0 0 24px 24px;
    padding-inline: 0.92rem;
    gap: 0.74rem;
  }

  body.page-love .scene {
    height: clamp(500px, 74vh, 720px) !important;
  }

  body.page-love .scene::before {
    background-position: center top, center top, center top !important;
    background-size: auto, auto, cover !important;
    opacity: 0.94 !important;
    filter: saturate(1.15) contrast(1.02) brightness(1) !important;
  }

  body.page-love .header-actions-love {
    display: none !important;
  }

  body.page-love .hero-love-mark {
    padding-right: 2.7rem;
  }

  body.page-love .hero-love-by {
    top: 0.16rem;
    right: 0.04rem;
    letter-spacing: 0.1em;
  }

  body.page-love .hero-copy h1 {
    margin-top: 0.34rem;
  }

  body.page-love .hero-points li {
    padding-left: 0.92rem;
    font-size: 0.95rem;
  }

  body.page-love .process-grid li {
    grid-template-columns: 44px 1fr;
  }

  body.page-love .process-grid li span {
    width: 38px;
    height: 38px;
    font-size: 0.76rem;
  }

  body.page-love .form-grid {
    grid-template-columns: 1fr;
  }

  body.page-love .vera-cases-album-head {
    flex-direction: column;
    align-items: flex-start;
  }

  body.page-love .vera-cases-track {
    grid-auto-columns: 86%;
  }

  body.page-love .love-mobile-contact-bar {
    display: none;
  }

  body.page-love footer {
    padding-bottom: 1rem;
  }

  body.page-love .floating-call-widget {
    display: block;
  }

  body.page-love .section.section-tight {
    min-height: clamp(580px, 84vh, 760px);
    padding-top: calc(var(--love-header-offset) + 12px) !important;
  }

  body.page-love .glyph-glass-b,
  body.page-love .glyph-rings-b,
  body.page-love .glyph-wings-a {
    display: none;
  }

  body.page-love .love-glyph {
    opacity: 0.42;
  }

  body.page-love #cursor-glow {
    display: none;
  }

  body.page-love .vera-contact-row {
    align-items: stretch;
  }

  body.page-love .vera-phone-chip,
  body.page-love .vera-write-menu {
    width: 100%;
  }

  body.page-love .vera-write-menu > summary {
    width: 100%;
  }

  body.page-love .hero-messenger-link {
    width: 52px !important;
    height: 36px !important;
  }

  body.page-love {
    --love-header-offset: 88px;
  }

  body.page-love .hero-lead,
  body.page-love .hero-points li {
    text-shadow: none !important;
  }

  body.page-love #portfolio .section-cta {
    justify-content: flex-start !important;
  }

  body.page-love #portfolio .section-cta .btn {
    margin-left: 0 !important;
  }

  body.page-love .section.section-tight::before,
  body.page-love .section-tight::before {
    background-position: 30% 23% !important;
  }

  body.page-love p,
  body.page-love li,
  body.page-love figcaption,
  body.page-love .hero-lead,
  body.page-love .hero-points li,
  body.page-love .offer-card p,
  body.page-love .vera-side-description p,
  body.page-love .vera-case-meta p,
  body.page-love .vera-cases-intro,
  body.page-love .process-grid li {
    hyphens: auto !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-love .floating-call-widget > summary {
    animation: none !important;
  }

  body.page-love .floating-call-widget__action {
    transition: none !important;
  }

  body.page-love .scene .sky-cloud,
  body.page-love .love-glyph,
  body.page-love #scroll-progress,
  body.page-love #cursor-glow::after {
    animation: none !important;
  }

  body.page-love .love-thumb::after {
    animation: none !important;
  }

  body.page-love .scene .love-heart-cloud-center {
    animation: none !important;
  }

  body.page-love .hero-ring,
  body.page-love .hero-ring::after,
  body.page-love .pulse-dot,
  body.page-love .hero-float {
    animation: none !important;
  }

  body.page-love .section-tight::after {
    animation: none;
  }

  body.page-love .scene .love-heart-cloud {
    animation: none !important;
  }
}

@media (pointer: coarse) {
  body.page-love #cursor-glow {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  body.page-love .love-grid-mini {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  body.page-love .love-grid,
  body.page-love .love-grid-secondary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-love .love-grid {
    column-count: 3;
  }
}

@media (max-width: 900px) {
  body.page-love .love-grid-mini {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.page-love .love-grid,
  body.page-love .love-grid-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-count: 2;
  }

  body.page-love .hero-ring {
    inset: 11% 8% 16% 8% !important;
  }

  body.page-love .hero-float-heart-b {
    right: 4%;
    top: 25%;
  }

  body.page-love .hero-float-ball-c {
    right: 8%;
    bottom: 26%;
  }

  body.page-love .hero-copy h1 {
    line-height: 1.12 !important;
    padding-top: 0.08em !important;
    padding-bottom: 0.12em !important;
  }
}

@media (max-width: 720px) {
  body.page-love .love-grid-mini {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  body.page-love .love-grid-mini {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.page-love .love-grid,
  body.page-love .love-grid-secondary {
    grid-template-columns: 1fr;
    column-count: 1;
  }
}

@media (max-width: 980px) {
  body.page-love .scene .love-heart-cloud-center {
    width: clamp(170px, 45vw, 300px) !important;
    top: 12.5% !important;
    opacity: 0.9 !important;
  }
}

@media (min-width: 1100px) {
  body.page-love .vera-block {
    display: grid !important;
    grid-template-columns: minmax(0, 1.42fr) minmax(240px, 340px) !important;
    gap: clamp(18px, 2.2vw, 30px) !important;
    align-items: start !important;
  }

  body.page-love .vera-content {
    grid-column: 1 !important;
    min-width: 0 !important;
  }

  body.page-love .vera-visuals {
    grid-column: 2 !important;
    justify-self: end !important;
    width: min(100%, 340px) !important;
    max-width: 340px !important;
    margin-top: clamp(210px, 18vw, 280px) !important;
    align-self: start !important;
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 100% !important;
    gap: 0.7rem !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
  }

  body.page-love .vera-visuals > figure {
    margin: 0 !important;
    scroll-snap-align: start !important;
  }

  body.page-love .vera-profile-card img,
  body.page-love .vera-cred-card img {
    width: 100% !important;
    height: clamp(240px, 24vw, 310px) !important;
    object-fit: cover !important;
    border-radius: 14px !important;
  }
}

@media (min-width: 1024px) {
  body.page-love .vera-block {
    display: grid !important;
    grid-template-columns: minmax(0, 1.58fr) minmax(300px, 390px) !important;
    gap: clamp(18px, 2.4vw, 34px) !important;
    align-items: start !important;
  }

  body.page-love .vera-content {
    grid-column: 1 !important;
    min-width: 0 !important;
  }

  body.page-love .vera-visuals {
    grid-column: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.9rem !important;
    width: 100% !important;
    max-width: 390px !important;
    margin-top: 0 !important;
    justify-self: end !important;
    align-self: start !important;
    overflow: visible !important;
  }

  body.page-love #vera .vera-block {
    display: grid !important;
    grid-template-columns: minmax(0, 1.26fr) minmax(280px, 380px) !important;
    gap: clamp(18px, 2.4vw, 34px) !important;
    align-items: start !important;
  }

  body.page-love #vera .vera-content {
    grid-column: 1 !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.page-love #vera .vera-visuals {
    grid-column: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-self: end !important;
    align-self: start !important;
    width: min(100%, 380px) !important;
    max-width: 380px !important;
    overflow: visible !important;
    margin: 0 !important;
    gap: 0.8rem !important;
  }

  body.page-love #vera .vera-profile-card {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.page-love #vera .vera-profile-card--primary {
    display: block !important;
  }

  body.page-love #vera .vera-profile-card img {
    display: block !important;
    width: 100% !important;
    height: clamp(280px, 30vw, 420px) !important;
    object-fit: cover !important;
    object-position: center !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.page-love #vera .vera-side-description {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body.page-love #vera .vera-block-layout-v73 {
    display: grid !important;
    grid-template-columns: minmax(460px, 1.46fr) minmax(240px, 0.68fr) !important;
    gap: clamp(14px, 1.9vw, 24px) !important;
    align-items: start !important;
  }

  body.page-love #vera .vera-panel-left {
    grid-column: 1 !important;
    align-self: start !important;
    min-width: 0 !important;
  }

  body.page-love #vera .vera-panel-right {
    grid-column: 2 !important;
    align-self: start !important;
    min-width: 0 !important;
    width: min(100%, 520px) !important;
    justify-self: end !important;
  }

  body.page-love #vera .vera-panel-left .vera-side-description {
    font-size: 0.94rem !important;
    line-height: 1.42 !important;
  }

  body.page-love #vera .vera-panel-left .vera-side-description p + p {
    margin-top: 0.46rem !important;
  }
}

@media (min-width: 1025px) {
  body.page-love .vera-block {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px) !important;
    gap: clamp(16px, 2.2vw, 28px) !important;
    align-items: start !important;
  }

  body.page-love .vera-content {
    grid-column: 1;
    min-width: 0 !important;
  }

  body.page-love .vera-visuals {
    grid-column: 2;
    max-width: 420px !important;
    width: 100% !important;
    justify-self: end !important;
    align-self: start !important;
    margin-top: 0 !important;
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 100% !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 0.75rem !important;
    scrollbar-width: thin;
  }

  body.page-love .vera-visuals > figure {
    scroll-snap-align: start;
    margin: 0 !important;
  }

  body.page-love .vera-profile-card img,
  body.page-love .vera-cred-card img {
    width: 100% !important;
    height: clamp(240px, 30vw, 320px) !important;
    object-fit: cover !important;
    max-height: 320px !important;
    border-radius: 12px !important;
  }

  body.page-love .vera-profile-card,
  body.page-love .vera-cred-card {
    padding: 0.56rem !important;
    border-radius: 16px !important;
  }

  body.page-love .vera-profile-card figcaption,
  body.page-love .vera-cred-card figcaption {
    margin-top: 0.5rem !important;
    font-size: 0.86rem !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 1024px) {
  body.page-love {
    --love-header-offset: 102px;
  }

  body.page-love .section-value-bg {
    margin: 14px 10px !important;
  }

  body.page-love .section-value-bg > .container {
    border-radius: 20px !important;
    padding: 18px !important;
  }

  body.page-love .vera-block {
    grid-template-columns: 1fr !important;
  }

  body.page-love .vera-cases-track {
    grid-auto-columns: minmax(250px, 82%) !important;
  }

  body.page-love .vera-case-slide img {
    height: 206px !important;
    min-height: 206px !important;
    max-height: 206px !important;
  }

  body.page-love .scene::after {
    filter: none !important;
  }

  body.page-love .scene .sky-cloud,
  body.page-love .scene .love-heart-cloud-center {
    filter: none !important;
  }

  body.page-love .hero-photo,
  body.page-love .love-card,
  body.page-love .vera-case-slide,
  body.page-love .vera-profile-card,
  body.page-love .vera-cred-card {
    background: transparent !important;
  }

  body.page-love .hero-photo img,
  body.page-love .love-card img,
  body.page-love .vera-case-slide img,
  body.page-love .vera-cred-card img {
    height: auto !important;
    object-fit: contain !important;
    min-height: 0 !important;
    background: none !important;
    filter: none !important;
    transform: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  body.page-love .section.section-tight::before,
  body.page-love .section-tight::before {
    background-position: 27% 27% !important;
  }

  body.page-love .section.section-tight > .container,
  body.page-love .section.section-tight > .container.hero,
  body.page-love .section-tight > .container {
    padding-top: clamp(106px, 18vw, 138px) !important;
  }

  body.page-love,
  body.page-love .page-shell,
  body.page-love main {
    overflow-x: clip !important;
    max-width: 100% !important;
  }

  body.page-love img,
  body.page-love video,
  body.page-love iframe,
  body.page-love svg {
    max-width: 100% !important;
    height: auto;
  }

  body.page-love .section > .container {
    width: min(100% - 26px, 1120px) !important;
  }

  body.page-love .form-panel,
  body.page-love .love-form {
    width: 100% !important;
    padding: clamp(14px, 4vw, 22px) !important;
  }

  body.page-love .form-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.page-love .form-grid input,
  body.page-love .form-grid select,
  body.page-love .form-grid textarea {
    min-height: 48px !important;
    font-size: 16px !important;
  }

  body.page-love .form-grid textarea {
    min-height: 126px !important;
  }

  body.page-love .love-form button[type="submit"] {
    width: 100% !important;
    min-height: 50px !important;
    font-size: 16px !important;
  }

  body.page-love .love-mobile-contact-bar {
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.page-love.reveal-enabled #vera .reveal,
  body.page-love #vera .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  body.page-love #vera .vera-block-layout-v73 {
    gap: 0.78rem !important;
  }

  body.page-love #vera .vera-panel-left .vera-profile-card {
    margin: 0 !important;
    padding: 0.58rem !important;
    border-radius: 14px !important;
  }

  body.page-love #vera .vera-panel-left .vera-profile-card img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1 !important;
    object-fit: cover !important;
    object-position: top center !important;
    border-radius: 12px !important;
  }

  body.page-love #vera .vera-panel-left .vera-profile-card figcaption {
    margin-top: 0.42rem !important;
    font-size: 0.84rem !important;
    line-height: 1.3 !important;
  }

  body.page-love #vera .vera-side-description {
    margin: 0 !important;
    padding: 0.62rem 0.72rem !important;
    font-size: 0.9rem !important;
    line-height: 1.42 !important;
    border-radius: 12px !important;
  }

  body.page-love #vera .vera-side-description p {
    margin: 0 0 0.36rem !important;
  }

  body.page-love #vera .vera-side-description p:last-child {
    margin-bottom: 0 !important;
  }

  body.page-love #vera .vera-micro-list {
    margin: 0.46rem 0 0 !important;
    padding-left: 1.05rem !important;
  }

  body.page-love #vera .vera-micro-list li {
    margin: 0.18rem 0 !important;
    line-height: 1.34 !important;
  }

  body.page-love #vera .vera-contact-row {
    margin-top: 0.48rem !important;
    gap: 0.42rem !important;
  }

  body.page-love #vera .vera-phone-chip,
  body.page-love #vera .vera-write-menu > summary {
    padding: 0.5rem 0.68rem !important;
    font-size: 0.88rem !important;
    min-height: 40px !important;
  }

  body.page-love #vera .vera-panel-right {
    min-width: 0 !important;
  }

  body.page-love #vera .vera-cases-intro {
    margin: 0 0 0.42rem !important;
    font-size: 0.9rem !important;
    line-height: 1.35 !important;
  }

  body.page-love #vera .vera-cases {
    margin: 0 !important;
    padding: 0.55rem !important;
    border-radius: 13px !important;
  }

  body.page-love #vera .vera-cases-head {
    margin-bottom: 0.38rem !important;
    gap: 0.38rem !important;
  }

  body.page-love #vera .vera-cases-head h3 {
    font-size: 1rem !important;
    line-height: 1.2 !important;
  }

  body.page-love #vera .vera-cases-album-controls {
    gap: 0.34rem !important;
  }

  body.page-love #vera .vera-album-nav {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    font-size: 18px !important;
  }

  body.page-love #vera .vera-album-hint {
    display: block !important;
    margin: 0.16rem 0 0.42rem !important;
    font-size: 0.78rem !important;
    line-height: 1.3 !important;
    color: #71675a !important;
    text-align: left !important;
  }

  body.page-love #vera .vera-cases-track {
    grid-auto-columns: minmax(234px, 88%) !important;
    gap: 10px !important;
    padding-bottom: 4px !important;
  }

  body.page-love #vera .vera-case-slide {
    border-radius: 12px !important;
  }

  body.page-love #vera .vera-case-slide img {
    height: 168px !important;
    min-height: 168px !important;
    max-height: 168px !important;
  }

  body.page-love #vera .vera-case-meta {
    padding: 0.52rem 0.56rem 0.62rem !important;
  }

  body.page-love #vera .vera-case-meta strong {
    font-size: 0.88rem !important;
    line-height: 1.25 !important;
  }

  body.page-love #vera .vera-case-meta p {
    margin: 0.24rem 0 0 !important;
    font-size: 0.79rem !important;
    line-height: 1.32 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  body.page-love #vera .vera-case-meta p:first-of-type {
    -webkit-line-clamp: 3 !important;
  }

  body.page-love #vera .vera-case-meta p:not(:first-of-type) {
    -webkit-line-clamp: 2 !important;
  }

  body.page-love #vera .vera-cases-note {
    margin-top: 0.36rem !important;
    font-size: 0.8rem !important;
  }
}

@media (max-width: 1023px) {
  body.page-love #vera .vera-block {
    grid-template-columns: 1fr !important;
  }

  body.page-love #vera .vera-visuals {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.page-love #vera .vera-block-layout-v73 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.1rem !important;
  }
}

@media (min-width: 1240px) {
  body.page-love #vera .vera-block {
    position: relative !important;
    display: block !important;
    min-height: 560px !important;
  }

  body.page-love #vera .vera-content {
    width: calc(100% - 420px) !important;
    max-width: calc(100% - 420px) !important;
    padding-right: 24px !important;
  }

  body.page-love #vera .vera-visuals {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 380px !important;
    max-width: 380px !important;
  }
}

header,
main,
footer {
  position: relative;
  z-index: 2;
  transition: opacity 0.36s ease, transform 0.36s ease, visibility 0.36s ease;
}

.scene {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

.cursor-glow {
  position: fixed;
  width: 220px;
  height: 220px;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 248, 233, 0.36) 0%, rgba(216, 173, 74, 0.06) 70%, transparent 100%);
  pointer-events: none;
  z-index: 6;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  z-index: 30;
  background: var(--gold-gradient);
  box-shadow: 0 0 16px rgba(216, 173, 74, 0.8);
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-soft);
  font-size: 0.74rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.2rem, 2.6vw, 2.4rem);
  align-items: center;
  padding-top: clamp(3.4rem, 8vw, 7rem);
}

.hero-copy {
  position: relative;
}

.hero-copy > * {
  position: relative;
  z-index: 2;
}

.hero-lead {
  max-width: 60ch;
  color: var(--text-muted);
  margin-top: 1.2rem;
}

.hero-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.7rem;
}

.hero-actions::before,
.hero-actions::after {
  content: none;
}

.hero-visual {
  position: relative;
  min-height: clamp(390px, 54vw, 560px);
}

.hero-ring {
  position: absolute;
  inset: 9% 12%;
  border-radius: 50%;
  border: 1px solid rgba(216, 173, 74, 0.34);
  box-shadow: inset 0 0 40px rgba(216, 173, 74, 0.08), 0 0 60px rgba(216, 173, 74, 0.12);
  animation: ring-spin 28s linear infinite;
}

.hero-ring::after {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px dashed rgba(216, 173, 74, 0.26);
}

.hero-photo {
  position: absolute;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(216, 173, 74, 0.28);
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(216, 173, 74, 0.12);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photo-a {
  width: 41%;
  height: 70%;
  top: 4%;
  left: 6%;
  transform: rotate(-6deg);
  animation: float-a 8s ease-in-out infinite;
}

.photo-b {
  width: 46%;
  height: 75%;
  top: 14%;
  left: 32%;
  transform: rotate(4deg);
  animation: float-b 9.5s ease-in-out infinite;
}

.photo-c {
  width: 37%;
  height: 62%;
  top: 28%;
  right: 4%;
  transform: rotate(7deg);
  animation: float-c 7.5s ease-in-out infinite;
}

.pulse-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold-gradient);
  box-shadow: 0 0 24px rgba(216, 173, 74, 0.9);
}

.pulse-dot::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(216, 173, 74, 0.5);
  animation: pulse-wave 2.5s ease-out infinite;
}

.dot-a {
  top: 10%;
  right: 22%;
}

.dot-b {
  bottom: 9%;
  left: 20%;
}

.hero-note {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 260px;
  padding: 0.85rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 247, 236, 0.8);
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-soft);
  left: 0;
}

.hero-note p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-note strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.section-head {
  position: relative;
  margin-bottom: clamp(1.6rem, 3vw, 2.6rem);
}

.section-head::after {
  display: none;
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(248, 245, 240, 0.64));
  border-top: 1px solid rgba(132, 118, 102, 0.14);
  border-bottom: 1px solid rgba(132, 118, 102, 0.14);
}

.service-card,
.price-card,
.contact-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 34px rgba(92, 62, 40, 0.22);
}

.contact-card {
  padding: 1.1rem;
  display: grid;
  gap: 0.6rem;
}

.tilt-card {
  transform-style: preserve-3d;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tilt-card:hover {
  box-shadow: 0 22px 42px rgba(89, 59, 37, 0.3);
}

.site-backdrop {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
}

.backdrop-blob {
  position: absolute;
  border-radius: 999px;
  filter: blur(24px);
  opacity: 0.52;
}

.blob-a {
  width: min(44vw, 560px);
  aspect-ratio: 1;
  top: -12%;
  left: -10%;
  background: radial-gradient(circle, rgba(255, 237, 204, 0.75), rgba(120, 88, 60, 0.04) 72%);
  animation: blobFloatA 18s ease-in-out infinite;
}

.blob-b {
  width: min(32vw, 400px);
  aspect-ratio: 1;
  top: 10%;
  right: -8%;
  background: radial-gradient(circle, rgba(140, 95, 58, 0.42), rgba(255, 226, 178, 0.02) 72%);
  animation: blobFloatB 14s ease-in-out infinite;
}

.blob-c {
  width: min(36vw, 460px);
  aspect-ratio: 1;
  bottom: -16%;
  left: 28%;
  background: radial-gradient(circle, rgba(252, 232, 197, 0.5), rgba(126, 81, 43, 0.04) 74%);
  animation: blobFloatC 20s ease-in-out infinite;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(117, 82, 52, 0.8));
}

.section-title {
  margin-top: 0.8rem;
  font-size: clamp(1.8rem, 3.8vw, 3.35rem);
  max-width: 19ch;
}

.section-lead {
  margin-top: 1rem;
  color: var(--text-soft);
  max-width: 62ch;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: clamp(1rem, 2.6vw, 2rem);
  align-items: center;
}

.hero-title {
  margin-top: 0.9rem;
  font-size: clamp(2.05rem, 6.2vw, 4.75rem);
  max-width: 12.5ch;
}

.hero-title span {
  background: var(--gold-gradient);
  background-size: 200% 100%;
  animation: goldTextFlow 7.8s ease-in-out infinite;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-text {
  margin-top: 1.1rem;
  color: var(--text-soft);
  max-width: 62ch;
}

.route-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.route-card,
.card,
.objection-card,
.trust-card,
.testimonial,
.faq-item,
.contact-card,
.package-card,
.case-card,
.team-card,
.bridge-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.route-card {
  padding: 1.15rem;
  display: grid;
  gap: 0.7rem;
}

.route-card h3 {
  font-size: 1.5rem;
}

.route-card p {
  color: var(--text-soft);
}

.route-card ul {
  margin: 0;
  padding-left: 1rem;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.route-card .btn {
  justify-self: start;
}

.stats-grid {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.trust-card {
  padding: 1rem;
  text-align: center;
}

.trust-value {
  font-family: var(--font-head);
  font-size: 1.9rem;
}

.trust-label {
  margin-top: 0.3rem;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.timeline {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
}

.timeline-step {
  padding: 1rem;
}

.step-index {
  display: inline-grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: var(--gold-gradient);
  color: #2f1e10;
  font-weight: 800;
  font-size: 0.74rem;
  margin-bottom: 0.55rem;
}

.timeline-step h3 {
  font-size: 1.04rem;
  margin-bottom: 0.45rem;
}

.timeline-step p {
  color: var(--text-soft);
  font-size: 0.89rem;
}

.case-grid {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.case-card {
  overflow: hidden;
}

.case-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

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

.case-card:hover .case-media img {
  transform: scale(1.06);
}

.case-body {
  padding: 1rem;
}

.case-body h3 {
  font-size: 1.2rem;
}

.case-body p {
  margin-top: 0.5rem;
  color: var(--text-soft);
}

.reviews-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.testimonial {
  padding: 1rem;
}

.testimonial p {
  color: var(--text-soft);
}

.testimonial strong {
  display: block;
  margin-top: 0.7rem;
  font-size: 0.92rem;
}

.faq-list {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.7rem;
}

.faq-item {
  padding: 0.95rem 1rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-item p {
  margin-top: 0.55rem;
  color: var(--text-soft);
}

.contact-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: start;
}

.contact-meta {
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
  color: var(--text-soft);
}

.contact-meta a {
  text-decoration: none;
}

.breadcrumbs {
  margin: 1rem 0 0;
  font-size: 0.83rem;
  color: var(--text-soft);
}

.breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.breadcrumbs li + li::before {
  content: "/";
  margin-right: 0.45rem;
  color: rgba(102, 74, 53, 0.5);
}

.packages {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.package-card {
  padding: 1rem;
}

.package-card h3 {
  font-size: 1.2rem;
}

.package-card p {
  margin-top: 0.55rem;
  color: var(--text-soft);
}

.package-card ul {
  margin: 0.65rem 0 0;
  padding-left: 1rem;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.tilt {
  transform-style: preserve-3d;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.tilt:hover {
  box-shadow: var(--shadow-strong);
}

body.theme-main {
  --bg-start: #67503e;
  --bg-mid: #9e795b;
  --bg-end: #e1c2a2;
  --surface: rgba(255, 247, 239, 0.78);
  --surface-strong: rgba(252, 239, 225, 0.9);
  --hdr-bg: linear-gradient(120deg, rgba(8, 28, 83, 0.95) 0%, rgba(5, 23, 73, 0.94) 55%, rgba(5, 21, 63, 0.95) 100%);
  --hdr-border: rgba(249, 208, 106, 0.24);
  --hdr-shadow: 0 12px 32px rgba(2, 10, 36, 0.38);
  --hdr-nav-bg: rgba(255, 255, 255, 0.08);
  --hdr-nav-border: rgba(252, 215, 124, 0.26);
  --hdr-link-color: #f9e7be;
  --hdr-link-hover-color: #fff5d7;
  --hdr-link-active-bg: rgba(247, 205, 111, 0.22);
  --hdr-link-active-border: rgba(255, 216, 122, 0.38);
  --hdr-cta-bg: linear-gradient(110deg, #fff2ca 0%, #efc168 45%, #d59237 100%);
  --hdr-cta-color: #1f2f65;
}

body.theme-love {
  --bg-start: #61493b;
  --bg-mid: #9d775e;
  --bg-end: #e7ccb0;
  --surface: rgba(255, 247, 240, 0.8);
  --surface-strong: rgba(255, 241, 226, 0.92);
  --hdr-bg: linear-gradient(120deg, rgba(122, 66, 85, 0.95) 0%, rgba(150, 79, 103, 0.93) 55%, rgba(129, 64, 88, 0.95) 100%);
  --hdr-border: rgba(255, 199, 218, 0.28);
  --hdr-shadow: 0 12px 30px rgba(70, 26, 43, 0.34);
  --hdr-nav-bg: rgba(255, 255, 255, 0.1);
  --hdr-nav-border: rgba(255, 197, 220, 0.3);
  --hdr-link-color: #fff2f8;
  --hdr-link-hover-color: #ffffff;
  --hdr-link-active-bg: rgba(255, 202, 224, 0.2);
  --hdr-link-active-border: rgba(255, 217, 234, 0.34);
  --hdr-cta-bg: linear-gradient(110deg, #fff5fa 0%, #ffd3e4 46%, #f0a8c6 100%);
  --hdr-cta-color: #7f2b4c;
}

.theme-love .section-title span,
.theme-love .hero-title span {
  background: linear-gradient(120deg, #ffeec5, #f6c77f, #d08b4a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-action {
  margin-top: 1.2rem;
}

.package-card-featured {
  position: relative;
  border-color: rgba(211, 174, 102, 0.5);
}

.package-badge {
  display: inline-flex;
  margin-bottom: 0.55rem;
  border-radius: 999px;
  padding: 0.26rem 0.62rem;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2f210f;
  font-weight: 800;
  background: var(--gold-gradient);
}

.alexey-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 1rem;
  align-items: start;
}

.alexey-photo-card {
  position: sticky;
  top: 98px;
}

.alexey-photo {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(182, 202, 238, 0.36);
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.alexey-photo-caption {
  margin-top: 0.62rem;
  color: var(--text-soft);
  font-size: 0.84rem;
}

.alexey-content-card {
  display: grid;
  gap: 0.75rem;
}

.alexey-content-card p {
  color: var(--text-soft);
}

.alexey-projects-portfolio {
  margin-top: 1rem;
  display: grid;
  gap: 0.85rem;
}

.alexey-portfolio-head {
  display: grid;
  gap: 0.56rem;
}

.alexey-projects-portfolio h3 {
  margin: 0;
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.35rem);
  color: #f4f8ff;
}

.alexey-projects-note {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.alexey-scroll-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.alexey-scroll-btn {
  width: 2.12rem;
  height: 2.12rem;
  border-radius: 999px;
  border: 1px solid rgba(247, 214, 126, 0.44);
  background: rgba(10, 24, 62, 0.74);
  color: #f2f7ff;
  display: inline-grid;
  place-items: center;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.alexey-scroll-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(95, 227, 255, 0.66);
  box-shadow: 0 12px 20px rgba(2, 11, 29, 0.36);
  background: rgba(12, 29, 74, 0.8);
}

.alexey-scroll-btn:disabled {
  opacity: 0.42;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.alexey-scroll-btn--small {
  width: 1.92rem;
  height: 1.92rem;
  font-size: 0.82rem;
}

.alexey-cases-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 76%);
  gap: 0.86rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.38rem;
  scrollbar-width: thin;
}

.alexey-case-card {
  scroll-snap-align: start;
  border-radius: 14px;
  border: 1px solid rgba(167, 191, 236, 0.34);
  background: rgba(8, 18, 46, 0.7);
  box-shadow: 0 16px 30px rgba(3, 11, 30, 0.34);
  padding: 0.92rem;
  display: grid;
  gap: 0.72rem;
}

.alexey-case-head {
  display: grid;
  gap: 0.25rem;
}

.alexey-case-head h4 {
  margin: 0;
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.18rem);
  color: #f4f8ff;
}

.alexey-case-head p {
  margin: 0;
  color: rgba(228, 236, 251, 0.88);
  font-size: 0.86rem;
}

.alexey-case-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.44rem;
}

.alexey-case-points li {
  color: rgba(213, 225, 247, 0.9);
  font-size: 0.9rem;
  line-height: 1.45;
}

.alexey-case-points strong {
  color: #f8dc86;
  font-weight: 800;
}

.alexey-case-gallery-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.44rem;
}

.alexey-case-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 58%);
  gap: 0.62rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.28rem;
  scrollbar-width: thin;
}

.alexey-project-shot {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(171, 196, 241, 0.38);
  box-shadow: 0 14px 24px rgba(4, 12, 34, 0.34);
  aspect-ratio: 16 / 10;
  background: rgba(8, 17, 42, 0.65);
  scroll-snap-align: start;
}

.alexey-project-shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.mobile-contact-bar {
  position: fixed;
  left: 0.72rem;
  right: 0.72rem;
  bottom: 0.72rem;
  z-index: 90;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.mobile-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(255, 225, 153, 0.38);
  color: #f0f5ff;
  font-weight: 800;
  background: linear-gradient(118deg, rgba(8, 24, 63, 0.94), rgba(20, 46, 112, 0.94));
  box-shadow: 0 14px 24px rgba(2, 9, 24, 0.38);
}

@keyframes sunRaysPulse {
  0%,
  100% {
    opacity: 0.72;
    filter: blur(14px) saturate(1.02);
  }
  50% {
    opacity: 0.98;
    filter: blur(16px) saturate(1.08);
  }
}

@keyframes sunRaysDrift {
  0%,
  100% {
    transform: translate(-50%, -52%) translateY(0);
  }
  50% {
    transform: translate(-50%, -52%) translateY(-4px);
  }
}

@keyframes sunHaloPulse {
  0%,
  100% {
    opacity: 0.56;
    transform: scale(1);
  }
  50% {
    opacity: 0.86;
    transform: scale(1.06);
  }
}

@keyframes float-a {
  0%,
  100% {
    transform: translateY(0) rotate(-6deg);
  }
  50% {
    transform: translateY(-10px) rotate(-5deg);
  }
}

@keyframes float-b {
  0%,
  100% {
    transform: translateY(0) rotate(4deg);
  }
  50% {
    transform: translateY(10px) rotate(5.5deg);
  }
}

@keyframes float-c {
  0%,
  100% {
    transform: translateY(0) rotate(7deg);
  }
  50% {
    transform: translateY(-8px) rotate(6deg);
  }
}

@keyframes pulse-wave {
  0% {
    transform: scale(0.85);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes text-shine {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes blobFloatA {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(24px, -18px, 0); }
}

@keyframes blobFloatB {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-20px, 14px, 0); }
}

@keyframes blobFloatC {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(8px, -20px, 0); }
}

@keyframes goldTextFlow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: clamp(360px, 72vw, 520px);
  }

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

  .route-grid,
  .case-grid,
  .reviews-grid,
  .packages,
  .timeline,
  .objections-grid,
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hero-note {
    max-width: 84%;
  }

  .cursor-glow {
    display: none;
  }

  .hero-actions::before,
  .hero-actions::after,
  .section-head::after {
    display: none;
  }

  .route-grid,
  .case-grid,
  .reviews-grid,
  .packages,
  .timeline,
  .objections-grid,
  .stats-grid,
  .hero-metrics,
  .form-row {
    grid-template-columns: 1fr;
  }

  .hero-micro-proof {
    font-size: 0.84rem;
  }

  .alexey-scroll-controls {
    display: none;
  }

  .alexey-cases-track {
    grid-auto-columns: 92%;
  }

  .alexey-case-gallery {
    grid-auto-columns: 84%;
  }

  .mobile-contact-bar {
    display: grid;
  }
}

@media (max-width: 900px) {
  .alexey-grid {
    grid-template-columns: 1fr;
  }

  .alexey-photo-card {
    position: static;
  }

  .alexey-case-gallery {
    grid-auto-columns: minmax(220px, 72%);
  }
}

@media (max-width: 1180px) {
  .alexey-cases-track {
    grid-auto-columns: minmax(320px, 86%);
  }
}

/* ═══ SCHASTYE ═══ */

body.theme-schastye {
  --bg-start: #2c2d3f;
  --bg-mid: #4d4563;
  --bg-end: #ccb48f;
  --surface: rgba(248, 243, 234, 0.82);
  --surface-strong: rgba(242, 232, 216, 0.92);
  --text: #261d16;
  --text-soft: #61503f;
  --hdr-bg: linear-gradient(120deg, rgba(22, 40, 92, 0.95) 0%, rgba(20, 45, 110, 0.93) 54%, rgba(18, 36, 88, 0.94) 100%);
  --hdr-border: rgba(179, 203, 255, 0.22);
  --hdr-shadow: 0 12px 32px rgba(9, 20, 52, 0.4);
  --hdr-nav-bg: rgba(255, 255, 255, 0.07);
  --hdr-nav-border: rgba(164, 187, 246, 0.28);
  --hdr-link-color: #f5d787;
  --hdr-link-hover-color: #fff4d8;
  --hdr-link-active-bg: rgba(255, 229, 161, 0.14);
  --hdr-link-active-border: rgba(255, 230, 173, 0.38);
  --hdr-cta-bg: linear-gradient(110deg, #f5f2ff 0%, #d5dcff 45%, #9caee8 100%);
  --hdr-cta-color: #20346f;
  --hdr-shell-bg: linear-gradient(120deg, rgba(7, 27, 90, 0.98) 0%, rgba(14, 49, 132, 0.95) 50%, rgba(7, 27, 90, 0.98) 100%);
  --hdr-shell-border: rgba(243, 204, 120, 0.34);
  --hdr-shell-shadow: 0 14px 34px rgba(3, 10, 34, 0.42), inset 0 0 0 1px rgba(255, 228, 160, 0.1);
  --hdr-mobile-bg: rgba(246, 238, 224, 0.99);
  --brand-glyphs: "👑 ✨ 💎";
  --sch-hero-bg-desktop: image-set(
    url("../schastye/fon-schastye-gradient-red-blue.webp") type("image/webp"),
    url("../schastye/fon-schastye-gradient-red-blue.png") type("image/png")
  );
  --sch-hero-bg-mobile: image-set(
    url("../schastye/fon-schastye-gradient-red-blue.webp") type("image/webp"),
    url("../schastye/fon-schastye-gradient-red-blue.png") type("image/png")
  );
}

.theme-schastye .section-title span,
.theme-schastye .hero-title span {
  background: linear-gradient(118deg, #ffeebc, #f9cb77, #d2963d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.theme-schastye .hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
}

body.theme-schastye .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--sch-hero-bg-desktop) center / cover no-repeat,
    radial-gradient(circle at 14% 18%, rgba(135, 176, 255, 0.3), rgba(8, 23, 69, 0) 36%),
    radial-gradient(circle at 84% 72%, rgba(255, 214, 176, 0.18), rgba(10, 25, 74, 0) 44%),
    linear-gradient(156deg, #06133a 0%, #091f5c 38%, #132f7c 66%, #0b1f59 100%);
  transform: scale(1.01);
}

body.theme-schastye .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 16% 24%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 36%),
    linear-gradient(114deg, rgba(2, 8, 24, 0.72) 0%, rgba(4, 12, 34, 0.48) 36%, rgba(9, 23, 59, 0.36) 56%, rgba(2, 7, 20, 0.66) 100%);
}

body.theme-schastye .hero > .container {
  position: relative;
  z-index: 1;
}

body.theme-schastye .hero .eyebrow {
  color: rgba(224, 235, 255, 0.92);
}

body.theme-schastye .hero .eyebrow::before {
  background: linear-gradient(90deg, transparent, rgba(201, 219, 255, 0.88));
}

body.theme-schastye .hero .hero-title {
  color: #f4f8ff;
  text-shadow: 0 6px 22px rgba(2, 9, 26, 0.48);
}

body.theme-schastye .hero .hero-title span {
  background: linear-gradient(116deg, #fff4cf 0%, #dde9ff 38%, #9dc8ff 72%, #ffd08a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.theme-schastye .hero .hero-text {
  color: rgba(214, 228, 255, 0.9);
}

body.theme-schastye .hero .hero-metrics li {
  background: rgba(8, 21, 56, 0.56);
  border-color: rgba(186, 210, 255, 0.28);
  box-shadow: 0 16px 34px rgba(2, 8, 28, 0.42), inset 0 0 0 1px rgba(231, 241, 255, 0.08);
  backdrop-filter: blur(5px);
}

body.theme-schastye .hero .metric-value {
  color: #f4f8ff;
  text-shadow: 0 2px 12px rgba(9, 27, 72, 0.48);
}

body.theme-schastye .hero .metric-label {
  color: rgba(211, 226, 255, 0.9);
}

body.theme-schastye .hero .hero-note {
  background: rgba(8, 20, 54, 0.62);
  border-color: rgba(184, 208, 255, 0.34);
  box-shadow: 0 16px 34px rgba(3, 8, 26, 0.42), inset 0 0 0 1px rgba(234, 244, 255, 0.08);
  backdrop-filter: blur(5px);
}

body.theme-schastye .hero .hero-note strong {
  color: #f3f8ff;
}

body.theme-schastye .hero .hero-note p {
  color: rgba(210, 226, 255, 0.9);
}

body.theme-schastye .hero .btn-secondary {
  color: #eef4ff;
  background: rgba(8, 20, 53, 0.52);
  border-color: rgba(183, 208, 255, 0.46);
  box-shadow: 0 10px 24px rgba(2, 8, 28, 0.26);
}

body.theme-schastye .hero .btn-secondary:hover {
  color: #f7fbff;
  border-color: rgba(210, 225, 255, 0.64);
  background: rgba(10, 24, 62, 0.62);
}

body.theme-schastye .main-header-clone .header-actions-rich {
  gap: 0.6rem !important;
}

body.theme-schastye .main-header-clone .header-write {
  position: relative;
}

body.theme-schastye .main-header-clone .header-write-trigger {
  list-style: none;
  cursor: pointer;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 101, 0.56);
  background: var(--clone-cta-bg, var(--gold-gradient));
  color: #1d2d62;
  font-weight: 800;
  font-size: 0.88rem;
  line-height: 1;
  padding: 0.66rem 1rem;
  box-shadow: 0 10px 20px rgba(13, 15, 28, 0.26);
}

body.theme-schastye .main-header-clone .header-write-trigger::-webkit-details-marker {
  display: none;
}

body.theme-schastye .main-header-clone .header-write-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 0.42rem);
  min-width: 168px;
  display: grid;
  gap: 0.28rem;
  padding: 0.42rem;
  border-radius: 12px;
  background: rgba(7, 17, 44, 0.96);
  border: 1px solid rgba(255, 220, 132, 0.32);
  box-shadow: 0 14px 24px rgba(2, 7, 21, 0.5);
}

body.theme-schastye .main-header-clone .header-write-menu a {
  text-decoration: none;
  color: #eaf2ff;
  font-size: 0.86rem;
  border-radius: 8px;
  padding: 0.46rem 0.54rem;
}

body.theme-schastye .main-header-clone .header-write-menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}

body.theme-schastye .hero-messengers {
  margin-top: 0.9rem;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.42rem;
}

body.theme-schastye .hero-messengers-label {
  color: rgba(218, 231, 255, 0.92);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

body.theme-schastye .hero-messenger-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.05rem;
  height: 2.05rem;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
  color: #eaf3ff;
  border-radius: 999px;
  border: 1px solid rgba(176, 205, 255, 0.56);
  background: rgba(8, 20, 53, 0.56);
}

body.theme-schastye .hero-messenger-link:hover {
  background: rgba(10, 26, 68, 0.72);
}

body.theme-schastye .hero-micro-proof {
  margin-top: 0.8rem;
  color: rgba(216, 229, 255, 0.88);
  font-size: 0.9rem;
}

body.theme-schastye .route-grid-10 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.theme-schastye .alexey-project-shot:hover img {
  transform: scale(1.03);
}

body.theme-schastye.schastye-v4 {
  --bg-start: #060816;
  --bg-mid: #130f35;
  --bg-end: #28144f;
  --surface: rgba(16, 19, 52, 0.74);
  --surface-strong: rgba(20, 23, 63, 0.9);
  --line: rgba(255, 226, 138, 0.3);
  --text: #eef3ff;
  --text-soft: rgba(214, 220, 244, 0.88);
  --shadow-soft: 0 14px 30px rgba(2, 8, 21, 0.34);
  --shadow-strong: 0 24px 44px rgba(2, 7, 20, 0.5);
  --gold-gradient: linear-gradient(112deg, #fcce6d 0%, #fbc44f 42%, #faaf12 100%);
  --contrast-focus-ring: rgba(94, 228, 255, 0.95);
  background: radial-gradient(circle at 50% 36%, rgba(108, 56, 186, 0.28), rgba(108, 56, 186, 0) 44%),
    linear-gradient(90deg, #07133f 0%, #111c6a 28%, #3b268e 50%, #5c1f69 72%, #7b111f 100%) fixed;
  color: var(--text);
  --bg-0: #050514;
  --bg-1: #070826;
  --bg-2: #0c0b33;
  --bg-3: #120b43;
  --violet-1: #2a2e9b;
  --violet-2: #3a2bd6;
  --violet-3: #5a2aae;
  --glow-cyan: #5de6ff;
  --text-0: #f6f2ff;
  --text-1: #cfc7f5;
  --muted: #9a93c9;
  --pastel-yellow: #f7e7a7;
  --pastel-yellow-2: #fff1c9;
  --gold-0: #fcce6d;
  --gold-1: #fbbc36;
  --gold-2: #de9804;
  --border: rgba(246, 242, 255, 0.12);
  --glass: rgba(255, 255, 255, 0.06);
  --glass-strong: rgba(255, 255, 255, 0.1);
  --shadow: 0 18px 55px rgba(0, 0, 0, 0.55);
  --sch-pointer-x: 70%;
  --sch-pointer-y: 22%;
  --sch-header-offset: 88px;
}

body.theme-schastye.schastye-v4 .section-title,
body.theme-schastye.schastye-v4 .hero-title,
body.theme-schastye.schastye-v4 .route-card h3,
body.theme-schastye.schastye-v4 .objection-card h3,
body.theme-schastye.schastye-v4 .package-card h3,
body.theme-schastye.schastye-v4 .timeline-step h3,
body.theme-schastye.schastye-v4 .faq-item summary,
body.theme-schastye.schastye-v4 .contact-card h3,
body.theme-schastye.schastye-v4 .footer-title {
  color: #f5f9ff;
}

body.theme-schastye.schastye-v4 .hero .hero-title span {
  background: linear-gradient(108deg, #fff8c7 0%, #ffe585 40%, #f8c85a 76%, #dfab47 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.theme-schastye.schastye-v4 .main-header-clone .header-actions-rich {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

body.theme-schastye.schastye-v4 .main-header-clone .header-chat-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  min-height: 34px;
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
  color: #f6fbff;
  border: 1px solid rgba(251, 218, 130, 0.44);
  background: rgba(10, 26, 61, 0.8);
  box-shadow: 0 8px 18px rgba(2, 9, 24, 0.26);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.theme-schastye.schastye-v4 .main-header-clone .header-chat-icon {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 0.66rem;
  font-weight: 900;
  color: #09142f;
  background: linear-gradient(120deg, #7ce8ff, #4dc5f0);
}

body.theme-schastye.schastye-v4 .main-header-clone .header-chat-wa .header-chat-icon {
  background: linear-gradient(120deg, #fff4be, #efc75f);
  color: #351903;
}

body.theme-schastye.schastye-v4 .main-header-clone .header-chat-btn:hover {
  transform: translateY(-1px) scale(1.02);
  border-color: rgba(98, 224, 255, 0.62);
  box-shadow: 0 12px 26px rgba(253, 205, 97, 0.24), 0 0 0 1px rgba(90, 225, 255, 0.22) inset;
}

body.theme-schastye.schastye-v4 .hero {
  overflow: visible;
  position: relative;
  margin-top: 0 !important;
  padding-top: calc(clamp(3.6rem, 8vw, 5.4rem) + var(--sch-header-offset));
  padding-bottom: clamp(4.2rem, 9vw, 6.2rem);
  min-height: 100svh;
}

body.theme-schastye.schastye-v4 .hero::before {
  background: image-set(
      url("../schastye/fon-schastye-gradient-red-blue.webp") type("image/webp"),
      url("../schastye/fon-schastye-gradient-red-blue.png") type("image/png")
    ) center center / cover no-repeat,
    radial-gradient(circle at 18% 16%, rgba(138, 167, 255, 0.22), rgba(138, 167, 255, 0) 40%),
    radial-gradient(circle at 84% 82%, rgba(255, 122, 136, 0.24), rgba(255, 122, 136, 0) 44%),
    linear-gradient(90deg, #07133f 0%, #3b268e 50%, #7b111f 100%);
  background-attachment: scroll;
  background-position: center center !important;
}

body.theme-schastye.schastye-v4 .hero::after {
  background: linear-gradient(90deg, rgba(6, 16, 52, 0.48) 0%, rgba(59, 38, 142, 0.22) 52%, rgba(122, 18, 35, 0.46) 100%),
    linear-gradient(180deg, rgba(12, 22, 60, 0) 0%, rgba(24, 24, 74, 0.06) 74%, rgba(35, 26, 92, 0.44) 90%, rgba(41, 22, 86, 0.74) 100%);
}

body.theme-schastye.schastye-v4 .hero-flow-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: clamp(86px, 12vw, 170px);
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(180deg, rgba(10, 10, 33, 0) 0%, rgba(17, 14, 52, 0.56) 56%, rgba(20, 14, 58, 0.92) 100%);
}

body.theme-schastye.schastye-v4 .hero + .section {
  margin-top: 0 !important;
  padding-top: clamp(3.4rem, 7vw, 6rem);
  border-top: 0 !important;
}

body.theme-schastye.schastye-v4 .section:not(.hero) {
  position: relative;
}

body.theme-schastye.schastye-v4 .section:not(.hero)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(7, 19, 63, 0.88) 0%, rgba(58, 38, 142, 0.72) 52%, rgba(123, 17, 31, 0.76) 100%);
}

body.theme-schastye.schastye-v4 .section:not(.hero) > .container {
  position: relative;
  z-index: 1;
}

body.theme-schastye.schastye-v4 .hero .hero-metrics li,
body.theme-schastye.schastye-v4 .hero .hero-note,
body.theme-schastye.schastye-v4 .route-card,
body.theme-schastye.schastye-v4 .objection-card,
body.theme-schastye.schastye-v4 .package-card,
body.theme-schastye.schastye-v4 .timeline-step,
body.theme-schastye.schastye-v4 .contact-card,
body.theme-schastye.schastye-v4 .faq-item,
body.theme-schastye.schastye-v4 .case-card,
body.theme-schastye.schastye-v4 .alexey-case-card {
  border-color: rgba(255, 149, 52, 0.3);
  box-shadow: var(--shadow-soft);
}

body.theme-schastye.schastye-v4 .alexey-scroll-btn {
  border-color: rgba(252, 220, 133, 0.5);
  background: rgba(8, 21, 52, 0.66);
}

body.theme-schastye.schastye-v4 .alexey-scroll-btn:hover {
  border-color: rgba(96, 226, 255, 0.64);
  box-shadow: 0 10px 22px rgba(247, 204, 93, 0.24);
}

body.theme-schastye.schastye-v4 .hero-inline-note {
  margin-top: 0.78rem;
  color: rgba(212, 226, 246, 0.92);
  font-size: 0.92rem;
}

body.theme-schastye.schastye-v4 .hero-messengers {
  margin-top: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  flex-wrap: wrap;
}

body.theme-schastye.schastye-v4 .hero-messengers-label {
  font-size: 0.86rem;
  font-weight: 700;
  color: rgba(228, 238, 255, 0.94);
}

body.theme-schastye.schastye-v4 .hero-messenger-link {
  min-width: auto;
  height: auto;
  border-radius: 999px;
  padding: 0.42rem 0.66rem;
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
  color: #f5f9ff;
  border: 1px solid rgba(252, 220, 133, 0.5);
  background: rgba(8, 21, 52, 0.66);
}

body.theme-schastye.schastye-v4 .hero-messenger-icon {
  width: 1.08rem;
  height: 1.08rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 0.62rem;
  font-weight: 900;
  color: #17203f;
  background: linear-gradient(118deg, #fff4be, #efc75f);
}

body.theme-schastye.schastye-v4 .hero-messenger-link[data-track="hero_tg"] .hero-messenger-icon {
  background: linear-gradient(118deg, #7de8ff, #4cc7f2);
}

body.theme-schastye.schastye-v4 .hero-messenger-link:hover {
  border-color: rgba(96, 226, 255, 0.64);
  box-shadow: 0 10px 22px rgba(247, 204, 93, 0.24);
}

body.theme-schastye.schastye-v4 .quick-calc-grid,
body.theme-schastye.schastye-v4 .audience-grid,
body.theme-schastye.schastye-v4 .focus-grid,
body.theme-schastye.schastye-v4 .control-grid {
  margin-top: 1.45rem;
  display: grid;
  gap: 0.85rem;
}

body.theme-schastye.schastye-v4 .quick-calc-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.theme-schastye.schastye-v4 .audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.theme-schastye.schastye-v4 .control-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.theme-schastye.schastye-v4 .focus-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.theme-schastye.schastye-v4 .route-grid-10 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.theme-schastye.schastye-v4 .package-note {
  margin-top: 1rem;
  color: rgba(226, 233, 248, 0.9);
  font-size: 0.9rem;
}

body.theme-schastye.schastye-v4 .package-card-standard {
  border-color: rgba(249, 213, 122, 0.76);
  background: radial-gradient(circle at 88% -4%, rgba(255, 245, 184, 0.3), rgba(255, 245, 184, 0) 44%),
    linear-gradient(142deg, rgba(20, 22, 67, 0.92) 0%, rgba(30, 26, 88, 0.92) 56%, rgba(22, 19, 69, 0.94) 100%);
  box-shadow: 0 18px 34px rgba(3, 9, 24, 0.48), 0 0 0 1px rgba(247, 203, 96, 0.24) inset;
}

body.theme-schastye.schastye-v4 .package-card-standard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(126deg, rgba(255, 244, 205, 0.86) 0%, rgba(232, 178, 75, 0.72) 44%, rgba(148, 100, 24, 0.62) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

body.theme-schastye.schastye-v4 .package-card-standard .package-badge {
  border: 1px solid rgba(164, 108, 24, 0.34);
  box-shadow: 0 8px 16px rgba(212, 160, 64, 0.24);
}

body.theme-schastye.schastye-v4 .package-card-premium {
  position: relative;
  border-color: rgba(165, 108, 26, 0.82);
  background: linear-gradient(144deg, rgba(255, 247, 223, 0.96) 0%, rgba(241, 215, 153, 0.95) 52%, rgba(217, 169, 86, 0.96) 100%);
  box-shadow: 0 24px 46px rgba(93, 58, 8, 0.44), inset 0 1px 0 rgba(255, 251, 235, 0.8);
}

body.theme-schastye.schastye-v4 .package-card-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.32;
  background: radial-gradient(circle at 14% 24%, rgba(139, 87, 15, 0.52) 0 3px, transparent 3px 100%),
    radial-gradient(circle at 84% 72%, rgba(139, 87, 15, 0.5) 0 3px, transparent 3px 100%),
    repeating-linear-gradient(45deg, rgba(255, 244, 206, 0) 0 14px, rgba(160, 101, 20, 0.2) 14px 15px);
}

body.theme-schastye.schastye-v4 .package-card-premium::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 16px;
  pointer-events: none;
  border: 1px solid rgba(151, 98, 20, 0.34);
}

body.theme-schastye.schastye-v4 .package-card-premium > * {
  position: relative;
  z-index: 1;
}

body.theme-schastye.schastye-v4 .package-card-premium h3 {
  color: #432908;
}

body.theme-schastye.schastye-v4 .package-card-premium p,
body.theme-schastye.schastye-v4 .package-card-premium ul {
  color: rgba(67, 43, 12, 0.9);
}

body.theme-schastye.schastye-v4 .package-card-premium .btn {
  color: #472b09;
  border-color: rgba(135, 86, 13, 0.54);
  background: rgba(255, 248, 227, 0.9);
}

body.theme-schastye.schastye-v4 .package-card-premium .btn:hover {
  background: rgba(255, 252, 240, 0.96);
  border-color: rgba(124, 78, 10, 0.62);
}

body.theme-schastye.schastye-v4 .footer-row-contacts {
  align-items: start;
  gap: 1.3rem;
}

body.theme-schastye.schastye-v4 .footer-contact-wrap {
  display: grid;
  gap: 0.55rem;
}

body.theme-schastye.schastye-v4 .footer-title {
  margin: 0;
  font-size: clamp(1.2rem, 1.1rem + 0.4vw, 1.45rem);
}

body.theme-schastye.schastye-v4 .footer-lead {
  margin: 0;
  color: rgba(205, 220, 242, 0.9);
  max-width: 52ch;
}

body.theme-schastye.schastye-v4 .mobile-contact-btn {
  border-color: rgba(247, 231, 167, 0.52);
  background: linear-gradient(116deg, rgba(7, 16, 45, 0.98), rgba(24, 30, 88, 0.96));
}

body.theme-schastye.schastye-v4 .reveal {
  transform: none !important;
  transition: opacity 0.2s ease, transform 0.2s ease;
  opacity: 1 !important;
  filter: none !important;
}

body.theme-schastye.schastye-v4 .btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

body.theme-schastye.schastye-v4 .sch-aurora {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}

body.theme-schastye.schastye-v4 .sch-aurora-layer {
  position: absolute;
  inset: -14%;
  opacity: 0.42;
  filter: blur(34px);
  animation: schAuroraShift 34s ease-in-out infinite;
}

body.theme-schastye.schastye-v4 .sch-aurora-a {
  background: radial-gradient(circle at 18% 20%, rgba(90, 42, 174, 0.48), rgba(90, 42, 174, 0) 44%),
    radial-gradient(circle at 82% 76%, rgba(58, 43, 214, 0.46), rgba(58, 43, 214, 0) 44%);
}

body.theme-schastye.schastye-v4 .sch-aurora-b {
  animation-delay: -12s;
  background: radial-gradient(circle at 74% 16%, rgba(247, 231, 167, 0.2), rgba(247, 231, 167, 0) 36%),
    radial-gradient(circle at 24% 84%, rgba(42, 46, 155, 0.42), rgba(42, 46, 155, 0) 40%);
}

body.theme-schastye.schastye-v4 .sch-aurora-c {
  animation-delay: -22s;
  background: radial-gradient(circle at 52% 52%, rgba(93, 230, 255, 0.14), rgba(93, 230, 255, 0) 42%),
    radial-gradient(circle at 14% 60%, rgba(216, 181, 106, 0.14), rgba(216, 181, 106, 0) 38%);
}

body.theme-schastye.schastye-v4 .schastye-main-nav a {
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

body.theme-schastye.schastye-v4 .hero-floating {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body.theme-schastye.schastye-v4 .hero-float-orb {
  position: absolute;
  border-radius: 999px;
  opacity: 0.55;
  border: 1px solid rgba(247, 231, 167, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 20px 40px rgba(2, 8, 25, 0.38);
  animation: schFloatOrb 10.5s ease-in-out infinite;
}

body.theme-schastye.schastye-v4 .hero-float-orb.orb-a {
  width: min(26vw, 360px);
  aspect-ratio: 1;
  left: -8%;
  top: 12%;
  background: radial-gradient(circle at 34% 28%, rgba(221, 233, 255, 0.16), rgba(6, 12, 34, 0.26) 64%, rgba(6, 12, 34, 0.04) 100%);
}

body.theme-schastye.schastye-v4 .hero-float-orb.orb-b {
  width: min(18vw, 250px);
  aspect-ratio: 1;
  right: 8%;
  top: 8%;
  background: radial-gradient(circle at 38% 24%, rgba(247, 231, 167, 0.22), rgba(10, 16, 48, 0.28) 66%, rgba(10, 16, 48, 0.04) 100%);
  animation-delay: -3.2s;
}

body.theme-schastye.schastye-v4 .hero-float-orb.orb-c {
  width: min(15vw, 210px);
  aspect-ratio: 1;
  left: 26%;
  bottom: 12%;
  background: radial-gradient(circle at 40% 30%, rgba(93, 230, 255, 0.2), rgba(9, 14, 43, 0.34) 66%, rgba(9, 14, 43, 0.04) 100%);
  animation-delay: -5.4s;
}

body.theme-schastye.schastye-v4 .hero-float-orb.orb-d {
  width: min(12vw, 170px);
  aspect-ratio: 1;
  right: 20%;
  bottom: 20%;
  background: radial-gradient(circle at 34% 30%, rgba(247, 231, 167, 0.18), rgba(9, 14, 43, 0.32) 68%, rgba(9, 14, 43, 0.04) 100%);
  animation-delay: -7.8s;
}

body.theme-schastye.schastye-v4 .hero-gold-beam {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(120% 60% at 70% -8%, rgba(247, 231, 167, 0.2), rgba(247, 231, 167, 0) 54%),
    linear-gradient(108deg, rgba(216, 181, 106, 0) 0%, rgba(216, 181, 106, 0.06) 46%, rgba(216, 181, 106, 0) 80%);
  animation: schBeamSweep 9s ease-in-out infinite;
}

body.theme-schastye.schastye-v4 .hero-trust-chips {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

body.theme-schastye.schastye-v4 .hero-trust-chips li {
  border-radius: 999px;
  padding: 0.36rem 0.72rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-0);
  border: 1px solid rgba(247, 231, 167, 0.42);
  background: rgba(8, 20, 53, 0.66);
  box-shadow: 0 10px 22px rgba(2, 8, 28, 0.3);
}

body.theme-schastye.schastye-v4 .sparkle-line {
  position: relative;
  overflow: hidden;
}

body.theme-schastye.schastye-v4 .sparkle-line::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 26%;
  left: -34%;
  background: linear-gradient(108deg, rgba(255, 255, 255, 0), rgba(247, 231, 167, 0.28), rgba(255, 255, 255, 0));
  animation: schSparkPulse 8s ease-in-out infinite;
}

body.theme-schastye.schastye-v4 .trust-stats-grid .trust-card {
  text-align: left;
  padding: 1.1rem;
  background: rgba(11, 19, 50, 0.74);
  border-color: rgba(247, 231, 167, 0.28);
}

body.theme-schastye.schastye-v4 .trust-stats-grid .trust-label small {
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 600;
}

body.theme-schastye.schastye-v4 .quick-calc-inline {
  margin-top: 1.2rem;
  padding: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  border-radius: 14px;
  border: 1px solid rgba(247, 231, 167, 0.3);
  background: linear-gradient(148deg, rgba(11, 18, 49, 0.8), rgba(16, 20, 60, 0.78));
  box-shadow: var(--shadow-soft);
}

body.theme-schastye.schastye-v4 .quick-calc-inline h3 {
  font-size: 1.22rem;
  color: var(--text-0);
  margin: 0;
}

body.theme-schastye.schastye-v4 .quick-calc-inline p {
  margin-top: 0.36rem;
  color: var(--text-1);
}

body.theme-schastye.schastye-v4 .route-grid-6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.theme-schastye.schastye-v4 .benefits-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.72rem;
}

body.theme-schastye.schastye-v4 .benefits-list li {
  position: relative;
  padding: 0.8rem 0.85rem 0.8rem 2.1rem;
  border-radius: 12px;
  border: 1px solid rgba(247, 231, 167, 0.28);
  background: rgba(10, 18, 46, 0.72);
  color: var(--text-1);
}

body.theme-schastye.schastye-v4 .benefits-list li::before {
  content: "";
  position: absolute;
  left: 0.86rem;
  top: 50%;
  width: 0.66rem;
  height: 0.66rem;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(120deg, var(--pastel-yellow-2), var(--gold-1));
  box-shadow: 0 0 0 5px rgba(247, 231, 167, 0.12);
}

body.theme-schastye.schastye-v4 .gold-divider {
  width: 100%;
  height: 2px;
  border-radius: 999px;
  margin-top: 1rem;
  background: linear-gradient(90deg, rgba(247, 231, 167, 0) 0%, rgba(247, 231, 167, 0.84) 48%, rgba(247, 231, 167, 0) 100%);
  position: relative;
  overflow: hidden;
}

body.theme-schastye.schastye-v4 .gold-divider::after {
  content: "";
  position: absolute;
  top: -6px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: radial-gradient(circle at 34% 34%, #fff, rgba(255, 255, 255, 0));
  box-shadow: 0 0 14px rgba(247, 231, 167, 0.76);
  animation: schSparkPulse 8.8s ease-in-out infinite;
}

body.theme-schastye.schastye-v4 .timeline-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

body.theme-schastye.schastye-v4 .estimate-accordion {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.65rem;
}

body.theme-schastye.schastye-v4 .estimate-item {
  border-color: rgba(247, 231, 167, 0.26);
  background: rgba(9, 16, 42, 0.72);
}

body.theme-schastye.schastye-v4 .estimate-item summary {
  list-style: none;
  position: relative;
  padding-right: 1.2rem;
}

body.theme-schastye.schastye-v4 .estimate-item summary::-webkit-details-marker {
  display: none;
}

body.theme-schastye.schastye-v4 .estimate-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--pastel-yellow);
  font-weight: 700;
}

body.theme-schastye.schastye-v4 .estimate-item[open] summary::after {
  content: "−";
}

body.theme-schastye.schastye-v4 .testimonials-grid .testimonial {
  background: rgba(9, 16, 42, 0.72);
  border-color: rgba(247, 231, 167, 0.26);
}

body.theme-schastye.schastye-v4 .testimonials-grid .testimonial strong {
  color: var(--pastel-yellow);
}

body.theme-schastye.schastye-v4 .alexey-bio-lead {
  font-size: 1rem;
  color: var(--text-0) !important;
}

body.theme-schastye.schastye-v4 .form input,
body.theme-schastye.schastye-v4 .form select,
body.theme-schastye.schastye-v4 .form textarea {
  background: rgba(9, 16, 42, 0.88);
  border-color: rgba(247, 231, 167, 0.26);
  color: var(--text-0);
}

body.theme-schastye.schastye-v4 .form input::placeholder,
body.theme-schastye.schastye-v4 .form textarea::placeholder {
  color: rgba(207, 199, 245, 0.72);
}

body.theme-schastye.schastye-v4 .form input:focus,
body.theme-schastye.schastye-v4 .form select:focus,
body.theme-schastye.schastye-v4 .form textarea:focus {
  border-color: rgba(247, 231, 167, 0.62);
  box-shadow: 0 0 0 3px rgba(247, 231, 167, 0.16);
  outline: none;
}

body.theme-schastye.schastye-v4 .page-footer {
  border-top-color: rgba(247, 231, 167, 0.24);
  background: linear-gradient(160deg, rgba(6, 10, 31, 0.82), rgba(12, 16, 50, 0.84));
}

body.theme-schastye.schastye-v4 .sch-scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 4px;
  z-index: 240;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(5, 10, 28, 0.35), rgba(5, 10, 28, 0.2));
  backdrop-filter: blur(2px);
}

body.theme-schastye.schastye-v4 .sch-scroll-progress__bar {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, #f7e7a7 0%, #f3d38a 28%, #5de6ff 62%, #d8b56a 100%);
  box-shadow: 0 0 14px rgba(243, 211, 138, 0.4), 0 0 22px rgba(93, 230, 255, 0.34);
}

body.theme-schastye.schastye-v4 .sch-cursor-disco {
  position: fixed;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  z-index: 230;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-120px, -120px, 0);
  transition: opacity 0.2s ease;
}

body.theme-schastye.schastye-v4 .sch-cursor-disco.is-active {
  opacity: 0.96;
}

body.theme-schastye.schastye-v4 .sch-cursor-disco.is-click .sch-cursor-disco__core {
  transform: scale(0.88);
}

body.theme-schastye.schastye-v4 .sch-cursor-disco__core,
body.theme-schastye.schastye-v4 .sch-cursor-disco__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  display: none !important;
}

body.theme-schastye.schastye-v4 .sch-cursor-disco__core {
  background: radial-gradient(circle at 33% 28%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0) 34%),
    repeating-conic-gradient(
      from 0deg,
      rgba(246, 242, 255, 0.96) 0deg 8deg,
      rgba(183, 196, 236, 0.84) 8deg 14deg,
      rgba(93, 230, 255, 0.86) 14deg 20deg,
      rgba(246, 242, 255, 0.96) 20deg 28deg
    );
  border: 1px solid rgba(246, 242, 255, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    0 8px 22px rgba(0, 0, 0, 0.38);
  transition: transform 0.18s ease;
}

body.theme-schastye.schastye-v4 .sch-cursor-disco__ring {
  inset: -10px;
  border: 1px solid rgba(247, 231, 167, 0.56);
  box-shadow: 0 0 26px rgba(247, 231, 167, 0.36), 0 0 34px rgba(93, 230, 255, 0.3);
  opacity: 0.78;
  animation: schCursorPulse 2s ease-in-out infinite;
}

body.theme-schastye.schastye-v4 .sch-neon-stream,
body.theme-schastye.schastye-v4 .sch-grain,
body.theme-schastye.schastye-v4 .sch-floating-party {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body.theme-schastye.schastye-v4 .sch-neon-stream {
  z-index: -1;
  opacity: 0.44;
  background: radial-gradient(120% 85% at 14% 16%, rgba(247, 231, 167, 0.16), rgba(247, 231, 167, 0) 56%),
    radial-gradient(90% 60% at 82% 22%, rgba(93, 230, 255, 0.16), rgba(93, 230, 255, 0) 60%),
    linear-gradient(118deg, rgba(58, 43, 214, 0.15) 0%, rgba(90, 42, 174, 0.08) 45%, rgba(247, 231, 167, 0.12) 72%, rgba(58, 43, 214, 0.08) 100%);
  filter: blur(8px);
  animation: schNeonDrift 30s linear infinite;
}

body.theme-schastye.schastye-v4 .sch-grain {
  z-index: 1;
  opacity: 0.17;
  background-image: radial-gradient(rgba(246, 242, 255, 0.34) 0.5px, transparent 0.7px),
    radial-gradient(rgba(247, 231, 167, 0.16) 0.5px, transparent 0.7px);
  background-size: 3px 3px, 4px 4px;
  background-position: 0 0, 1px 1px;
}

body.theme-schastye.schastye-v4 .sch-floating-party {
  z-index: 6;
  overflow: hidden;
  --sch-party-offset-x: 0px;
  --sch-party-offset-y: 0px;
}

body.theme-schastye.schastye-v4 .party-item {
  position: absolute;
  display: block;
  user-select: none;
  pointer-events: none;
  opacity: 0.62;
  filter: drop-shadow(0 10px 18px rgba(6, 12, 34, 0.46));
  will-change: transform, opacity;
  animation: schPartyFloat var(--party-float, 10.4s) ease-in-out infinite;
}

body.theme-schastye.schastye-v4 .party-item--disco {
  width: clamp(24px, 2vw, 50px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle at 26% 24%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 36%),
    url("../schastye/disco-ball-main.webp") center / cover no-repeat;
  border: 1px solid rgba(246, 242, 255, 0.46);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 8px 22px rgba(2, 8, 22, 0.44);
  mix-blend-mode: screen;
}

body.theme-schastye.schastye-v4 .party-item--disco::after {
  content: "";
  position: absolute;
  inset: -26%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 231, 167, 0.42) 0%, rgba(247, 231, 167, 0) 62%);
  opacity: 0.56;
  z-index: -1;
  pointer-events: none;
}

body.theme-schastye.schastye-v4 .party-item--glass {
  width: clamp(20px, 1.4vw, 28px);
  height: clamp(42px, 3vw, 58px);
}

body.theme-schastye.schastye-v4 .party-item--glass::before,
body.theme-schastye.schastye-v4 .party-item--glass::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

body.theme-schastye.schastye-v4 .party-item--glass::before {
  top: 0;
  width: 86%;
  height: 58%;
  clip-path: polygon(6% 0, 94% 0, 66% 100%, 34% 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(247, 231, 167, 0.18) 54%, rgba(247, 231, 167, 0.38) 100%);
  border: 1px solid rgba(243, 211, 138, 0.62);
  border-radius: 3px;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.22),
    0 0 12px rgba(247, 231, 167, 0.2);
}

body.theme-schastye.schastye-v4 .party-item--glass::after {
  top: 48%;
  width: 70%;
  height: 52%;
  background: linear-gradient(180deg, rgba(243, 211, 138, 0) 0 32%, rgba(243, 211, 138, 0.84) 32% 74%, rgba(243, 211, 138, 0) 74% 100%),
    radial-gradient(ellipse at center 96%, rgba(243, 211, 138, 0.82) 0 42%, rgba(243, 211, 138, 0) 48%);
}

body.theme-schastye.schastye-v4 .party-item--glass-alt {
  height: clamp(44px, 3.2vw, 64px);
}

body.theme-schastye.schastye-v4 .party-item--glass-alt::before {
  clip-path: polygon(10% 0, 90% 0, 74% 100%, 26% 100%);
}

body.theme-schastye.schastye-v4 .party-i1 {
  left: 4%;
  top: 18%;
  --party-float: 10.2s;
  --party-swing: 4px;
  animation-delay: -0.8s;
}

body.theme-schastye.schastye-v4 .party-i2 {
  left: 10%;
  top: 58%;
  --party-float: 9.8s;
  --party-swing: 6px;
  animation-delay: -2.4s;
}

body.theme-schastye.schastye-v4 .party-i3 {
  left: 24%;
  top: 34%;
  --party-float: 11.4s;
  --party-swing: 5px;
  animation-delay: -4.1s;
}

body.theme-schastye.schastye-v4 .party-i4 {
  left: 42%;
  top: 74%;
  --party-float: 10.7s;
  --party-swing: 7px;
  animation-delay: -1.4s;
}

body.theme-schastye.schastye-v4 .party-i5 {
  right: 22%;
  top: 16%;
  --party-float: 9.7s;
  --party-swing: 5px;
  animation-delay: -3.2s;
}

body.theme-schastye.schastye-v4 .party-i6 {
  right: 8%;
  top: 42%;
  --party-float: 10.9s;
  --party-swing: 6px;
  animation-delay: -5s;
}

body.theme-schastye.schastye-v4 .party-i7 {
  right: 4%;
  top: 72%;
  --party-float: 11.8s;
  --party-swing: 4px;
  animation-delay: -6.1s;
}

body.theme-schastye.schastye-v4 .party-i8 {
  left: 66%;
  top: 52%;
  --party-float: 10.1s;
  --party-swing: 6px;
  animation-delay: -2.1s;
}

body.theme-schastye.schastye-v4 .hero-pointer-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--sch-pointer-x) var(--sch-pointer-y), rgba(93, 230, 255, 0.26), rgba(93, 230, 255, 0) 36%),
    radial-gradient(circle at calc(var(--sch-pointer-x) - 18%) calc(var(--sch-pointer-y) + 8%), rgba(247, 231, 167, 0.2), rgba(247, 231, 167, 0) 34%);
  mix-blend-mode: screen;
  opacity: 0.82;
  transition: opacity 0.28s ease;
}

body.theme-schastye.schastye-v4 .floating-call-widget--schastye > summary {
  background: linear-gradient(136deg, rgba(25, 64, 178, 0.96) 0%, rgba(39, 116, 255, 0.96) 40%, rgba(111, 85, 255, 0.92) 100%);
}

body.theme-schastye.schastye-v4 .floating-call-widget__panel {
  background: linear-gradient(145deg, rgba(10, 24, 64, 0.95), rgba(17, 36, 92, 0.92));
}

body.theme-schastye.schastye-v4 .sch-floating-party,
body.theme-schastye.schastye-v4 .hero-floating {
  display: none !important;
}

body.theme-schastye.schastye-v4 .sch-cursor-disco__emoji {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 32px;
  line-height: 1;
  filter: drop-shadow(0 6px 12px rgba(2, 8, 22, 0.45));
  transition: transform 0.16s ease;
  user-select: none;
}

body.theme-schastye.schastye-v4 .sch-cursor-disco.is-click .sch-cursor-disco__emoji {
  transform: scale(0.9);
}

body.theme-schastye.schastye-v4 .site-backdrop,
body.theme-schastye.schastye-v4 .sch-aurora,
body.theme-schastye.schastye-v4 .sch-neon-stream,
body.theme-schastye.schastye-v4 .sch-grain,
body.theme-schastye.schastye-v4 .sch-floating-party,
body.theme-schastye.schastye-v4 .hero-floating {
  display: none !important;
}

body.theme-schastye.schastye-v4 .section-photo-pair {
  margin-top: 0.96rem;
  display: flex;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.66rem 0.92rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

body.theme-schastye.schastye-v4 .section-photo {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(247, 231, 167, 0.3);
  background: none !important;
  box-shadow: 0 14px 30px rgba(2, 9, 28, 0.34);
  flex: 0 0 auto;
  width: clamp(120px, 17vw, 220px);
}

body.theme-schastye.schastye-v4 .section-photo img {
  width: 100%;
  height: clamp(180px, 24vw, 280px);
  object-fit: cover;
  transform: scale(1.001);
}

body.theme-schastye.schastye-v4 .hero .container {
  position: relative;
  z-index: 3;
}

body.theme-schastye.schastye-v4 .hero-ball-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

body.theme-schastye.schastye-v4 .hero-ball {
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(circle at 26% 24%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 38%),
    url("../schastye/disco-ball-main.webp") center / cover no-repeat;
  border: 1px solid rgba(248, 231, 167, 0.38);
  box-shadow: 0 12px 26px rgba(3, 9, 30, 0.42);
  opacity: 0.52;
  animation: schHeroBallFloat var(--ball-dur, 12s) ease-in-out infinite;
}

body.theme-schastye.schastye-v4 .hero-ball.hb-1 {
  width: clamp(64px, 7vw, 110px);
  height: clamp(64px, 7vw, 110px);
  left: 6%;
  top: 12%;
  --ball-dur: 13.4s;
  animation-delay: -1.2s;
}

body.theme-schastye.schastye-v4 .hero-ball.hb-2 {
  width: clamp(88px, 10vw, 150px);
  height: clamp(88px, 10vw, 150px);
  right: 10%;
  top: 14%;
  --ball-dur: 15.1s;
  animation-delay: -3.8s;
}

body.theme-schastye.schastye-v4 .hero-ball.hb-3 {
  width: clamp(48px, 5vw, 84px);
  height: clamp(48px, 5vw, 84px);
  left: 34%;
  bottom: 17%;
  --ball-dur: 11.7s;
  animation-delay: -5s;
}

body.theme-schastye.schastye-v4 .hero-ball.hb-4 {
  width: clamp(54px, 6vw, 96px);
  height: clamp(54px, 6vw, 96px);
  right: 30%;
  bottom: 24%;
  --ball-dur: 14.6s;
  animation-delay: -2.4s;
}

body.theme-schastye.schastye-v4 .hero-media {
  min-height: clamp(280px, 36vw, 400px);
  display: none !important;
}

body.theme-schastye.schastye-v4 .hero-photo-square {
  position: absolute;
  border-radius: 16px;
  border: 1px solid rgba(247, 231, 167, 0.28);
  background: linear-gradient(145deg, rgba(10, 20, 58, 0.64), rgba(22, 28, 78, 0.58));
  box-shadow: 0 14px 28px rgba(2, 9, 30, 0.34);
  z-index: 0;
  pointer-events: none;
}

body.theme-schastye.schastye-v4 .hero-photo-square.sq-a {
  width: clamp(150px, 24vw, 280px);
  height: clamp(150px, 24vw, 280px);
  left: 2%;
  top: 4%;
}

body.theme-schastye.schastye-v4 .hero-photo-square.sq-b {
  width: clamp(150px, 24vw, 280px);
  height: clamp(150px, 24vw, 280px);
  right: 2%;
  top: 12%;
}

body.theme-schastye.schastye-v4 .hero-frame {
  z-index: 1;
  inset: auto !important;
  width: clamp(120px, 18vw, 214px);
  height: auto !important;
}

body.theme-schastye.schastye-v4 .hero-frame.frame-a {
  width: 37%;
  height: 71%;
  top: 8%;
  left: 5%;
  transform: rotate(-6deg);
  animation: schHeroFrameFloatA 8.2s ease-in-out infinite;
}

body.theme-schastye.schastye-v4 .hero-frame.frame-b {
  width: 37%;
  height: 73%;
  top: 5%;
  left: 52%;
  transform: rotate(5deg);
  animation: schHeroFrameFloatB 9.6s ease-in-out infinite;
  right: 4%;
}

body.theme-schastye.schastye-v4 .hero-frame.frame-c {
  width: 28%;
  height: 46%;
  right: 12%;
  top: 49%;
  transform: rotate(4deg);
  animation: schHeroFrameFloatC 10.1s ease-in-out infinite;
  bottom: 6%;
  left: 34%;
}

body.theme-schastye.schastye-v4 .hero-note {
  left: auto;
  right: 2%;
  bottom: -7%;
  max-width: 292px;
  z-index: 2;
}

body.theme-schastye.schastye-v4 .hero-frame img[src*="photo-25.jpg"] {
  object-position: 38% 26%;
}

body.theme-schastye.schastye-v4 .hero-frame img[src*="photo-26.jpg"] {
  object-position: 58% 31%;
}

body.theme-schastye.schastye-v4 .hero-frame img[src*="photo-27.jpg"] {
  object-position: 50% 44%;
}

body.theme-schastye.schastye-v4 .case-media img[src*="photo-03.jpg"] {
  object-position: 50% 18%;
}

body.theme-schastye.schastye-v4 .case-media img[src*="photo-04.jpg"] {
  object-position: 50% 34%;
}

body.theme-schastye.schastye-v4 .case-media img[src*="photo-05.jpg"] {
  object-position: 50% 44%;
}

body.theme-schastye.schastye-v4 .section-photo img[src*="photo-09.jpg"] {
  object-position: 44% 30%;
}

body.theme-schastye.schastye-v4 .section-photo img[src*="photo-11.jpg"] {
  object-position: 50% 22%;
}

body.theme-schastye.schastye-v4 .section-photo img[src*="photo-14.jpg"] {
  object-position: 50% 24%;
}

body.theme-schastye.schastye-v4 .section-photo img[src*="photo-15.jpg"] {
  object-position: 54% 36%;
}

body.theme-schastye.schastye-v4 .section-photo img[src*="photo-17.jpg"] {
  object-position: 52% 32%;
}

body.theme-schastye.schastye-v4 .section-photo img[src*="photo-21.jpg"] {
  object-position: 50% 34%;
}

body.theme-schastye.schastye-v4 .section-photo img[src*="photo-23.jpg"] {
  object-position: 50% 30%;
}

body.theme-schastye.schastye-v4 .section-photo img[src*="photo-24.jpg"] {
  object-position: 50% 38%;
}

body.theme-schastye .direction-by-lord-main {
  color: #f6d458;
  text-shadow: 0 0 16px rgba(246, 212, 88, 0.28);
}

body.theme-schastye.schastye-v4 .hero-frame,
body.theme-schastye.schastye-v4 .case-media,
body.theme-schastye.schastye-v4 .section-photo,
body.theme-schastye.schastye-v4 .alexey-project-shot {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(8, 15, 40, 0.9), rgba(15, 24, 58, 0.86));
}

body.theme-schastye.schastye-v4 .hero-frame img,
body.theme-schastye.schastye-v4 .case-media img,
body.theme-schastye.schastye-v4 .section-photo img,
body.theme-schastye.schastye-v4 .alexey-project-shot img {
  width: 100%;
  height: 100% !important;
  object-fit: contain !important;
  background: rgba(11, 18, 44, 0.46);
}

body.theme-schastye.schastye-v4 .case-card:hover .case-media img {
  transform: none !important;
}

body.theme-schastye.schastye-v4 .section-photo:first-child {
  width: clamp(112px, 15vw, 198px);
  transform: translateY(-6px);
}

body.theme-schastye.schastye-v4 .section-photo:last-child {
  width: clamp(134px, 19vw, 244px);
  transform: translateY(8px);
}

body.theme-schastye.schastye-v4 .section-photo img,
body.theme-schastye.schastye-v4 .case-media img,
body.theme-schastye.schastye-v4 .alexey-project-shot img {
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  display: block;
  object-fit: contain !important;
  background: none !important;
  transform: none !important;
}

body.theme-schastye.schastye-v4 .case-grid {
  margin-top: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(130px, 210px));
  justify-content: space-between;
  gap: 0.72rem;
}

body.theme-schastye.schastye-v4 .case-media {
  aspect-ratio: auto;
}

body.theme-schastye.schastye-v4 .case-card:nth-child(odd) {
  transform: translateY(-5px);
}

body.theme-schastye.schastye-v4 .case-card:nth-child(even) {
  transform: translateY(7px);
}

body.theme-schastye.schastye-v4 .case-card:hover,
body.theme-schastye.schastye-v4 .case-card:hover .case-media img {
  transform: none !important;
}

body.theme-schastye.schastye-v4 .hero-frame img {
  width: 100%;
  height: auto !important;
  object-fit: contain !important;
  transform: none !important;
  animation: none !important;
  background: none !important;
}

body.theme-schastye.schastye-v4 .hero-title.hero-title-schastye {
  display: flex;
  flex-direction: column;
  gap: 0.08em;
  max-width: 14ch;
}

body.theme-schastye.schastye-v4 .hero-title.hero-title-schastye .hero-title-anchor {
  position: relative;
  display: inline-flex;
  align-self: flex-start;
  line-height: 0.98;
  font-weight: inherit;
}

body.theme-schastye.schastye-v4 .hero-title.hero-title-schastye .hero-title-word {
  display: inline-block;
  white-space: nowrap;
}

body.theme-schastye.schastye-v4 .hero-title.hero-title-schastye .hero-title-line {
  display: block;
}

body.theme-schastye.schastye-v4 .hero-title.hero-title-schastye .hero-title-by-lord {
  position: absolute;
  top: -1.2em;
  right: -0.04em;
  margin: 0;
  padding: 0;
  font-size: clamp(0.62rem, 0.95vw, 0.86rem);
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  white-space: nowrap;
  background: linear-gradient(92deg, #8a621f 0%, #d7b46f 44%, #f8e7b3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 12px rgba(212, 173, 93, 0.24);
}

body.theme-schastye.schastye-v4 .hero-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: 760px;
}

body.theme-schastye.schastye-v4 #formats .route-card--presentation-bg {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

body.theme-schastye.schastye-v4 #formats .route-card--presentation-bg::before,
body.theme-schastye.schastye-v4 #formats .route-card--presentation-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.theme-schastye.schastye-v4 #formats .route-card--presentation-bg::before {
  background: linear-gradient(145deg, rgba(5, 13, 34, 0.5), rgba(10, 22, 56, 0.66)),
    url("../schastye/media-agency/photo-10.jpg") center / contain no-repeat;
  transform: none;
  z-index: 0;
}

body.theme-schastye.schastye-v4 #formats .route-card--presentation-bg::after {
  background: radial-gradient(circle at 86% 14%, rgba(247, 231, 167, 0.28), transparent 48%),
    linear-gradient(180deg, rgba(3, 10, 28, 0.12), rgba(3, 10, 28, 0.7));
  z-index: 1;
}

body.theme-schastye.schastye-v4 #formats .route-card--presentation-bg > * {
  position: relative;
  z-index: 2;
}

body.theme-schastye.schastye-v4 #formats .route-card--presentation-bg h3 {
  color: #f8efc3;
}

body.theme-schastye.schastye-v4 #formats .route-card--presentation-bg p {
  color: #d8e8ff;
}

body.theme-schastye.schastye-v4 .section-liquid-bg {
  --liquid-photo: none;
  position: relative;
  width: min(960px, calc(100% - 1.2rem));
  min-height: clamp(188px, 27vw, 320px);
  margin: clamp(1rem, 2vw, 1.5rem) auto 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(174, 205, 255, 0.34);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03)) padding-box,
    linear-gradient(130deg, rgba(139, 174, 255, 0.45), rgba(79, 120, 223, 0.22), rgba(158, 189, 255, 0.35)) border-box;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 18px 44px rgba(3, 11, 30, 0.52);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  backdrop-filter: blur(14px) saturate(135%);
}

body.theme-schastye.schastye-v4 .section-liquid-bg::before,
body.theme-schastye.schastye-v4 .section-liquid-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.theme-schastye.schastye-v4 .section-liquid-bg::before {
  background: linear-gradient(158deg, rgba(6, 14, 37, 0.18), rgba(6, 14, 37, 0.44)),
    var(--liquid-photo) center / contain no-repeat;
  transform: none;
  filter: saturate(1.02) contrast(1.03);
}

body.theme-schastye.schastye-v4 .section-liquid-bg::after {
  background: radial-gradient(circle at 12% 18%, rgba(248, 231, 167, 0.21), transparent 45%),
    linear-gradient(130deg, rgba(9, 17, 41, 0.3), rgba(8, 18, 44, 0.56));
}

body.theme-schastye.schastye-v4 .section-liquid-bg--benefits {
  --liquid-photo: url("../schastye/media-agency/photo-16.jpg");
}

body.theme-schastye.schastye-v4 .section-liquid-bg--packages {
  --liquid-photo: url("../schastye/media-agency/photo-15.jpg");
}

body.theme-schastye.schastye-v4 .section-liquid-bg--estimate {
  --liquid-photo: url("../schastye/media-agency/photo-20.jpg");
}

body.theme-schastye.schastye-v4 .section-liquid-bg--testimonials {
  --liquid-photo: url("../schastye/media-agency/photo-22.jpg");
  border: 1px solid transparent;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03)) padding-box,
    linear-gradient(125deg, rgba(243, 211, 138, 0.95), rgba(220, 123, 52, 0.92), rgba(255, 183, 71, 0.94)) border-box;
}

body.theme-schastye.schastye-v4 #process .timeline-step {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(130, 168, 255, 0.32);
  background: linear-gradient(160deg, rgba(20, 31, 79, 0.52), rgba(17, 28, 70, 0.24));
  -webkit-backdrop-filter: blur(12px) saturate(132%);
  backdrop-filter: blur(12px) saturate(132%);
  box-shadow: 0 14px 34px rgba(4, 11, 31, 0.45);
}

body.theme-schastye.schastye-v4 #process .timeline-step::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(123, 192, 255, 0.62), rgba(89, 126, 255, 0.42), rgba(129, 106, 255, 0.5));
  -webkit-mask: linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

body.theme-schastye.schastye-v4 #estimate .eyebrow,
body.theme-schastye.schastye-v4 #estimate .section-title,
body.theme-schastye.schastye-v4 #estimate .estimate-item summary {
  color: #f9efc3;
}

body.theme-schastye.schastye-v4 #estimate .section-lead,
body.theme-schastye.schastye-v4 #estimate .estimate-item p,
body.theme-schastye.schastye-v4 #estimate .package-note {
  color: #d8eaff;
}

body.theme-schastye.schastye-v4 #estimate .estimate-item {
  border-color: rgba(191, 220, 255, 0.38);
  background: linear-gradient(160deg, rgba(13, 23, 58, 0.58), rgba(8, 18, 48, 0.3));
}

body.theme-schastye.schastye-v4 #benefits > .container,
body.theme-schastye.schastye-v4 #packages > .container,
body.theme-schastye.schastye-v4 #estimate > .container,
body.theme-schastye.schastye-v4 #testimonials > .container {
  position: relative;
  isolation: isolate;
}

body.theme-schastye.schastye-v4 #benefits > .container > :not(.section-liquid-bg),
body.theme-schastye.schastye-v4 #packages > .container > :not(.section-liquid-bg),
body.theme-schastye.schastye-v4 #estimate > .container > :not(.section-liquid-bg),
body.theme-schastye.schastye-v4 #testimonials > .container > :not(.section-liquid-bg) {
  position: relative;
  z-index: 2;
}

body.theme-schastye.schastye-v4 #benefits .section-liquid-bg,
body.theme-schastye.schastye-v4 #packages .section-liquid-bg,
body.theme-schastye.schastye-v4 #estimate .section-liquid-bg,
body.theme-schastye.schastye-v4 #testimonials .section-liquid-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(960px, calc(100% - 1.2rem));
  top: var(--liquid-top);
  bottom: var(--liquid-bottom);
  margin: 0;
  min-height: 0;
  z-index: 1;
  pointer-events: none;
}

body.theme-schastye.schastye-v4 #benefits .section-liquid-bg {
  --liquid-top: clamp(86px, 9.5vw, 136px);
  --liquid-bottom: clamp(74px, 9vw, 118px);
  width: min(560px, calc(100% - 1rem));
  aspect-ratio: 736 / 1046;
  top: clamp(92px, 9.4vw, 132px);
}

body.theme-schastye.schastye-v4 #packages .section-liquid-bg {
  --liquid-top: clamp(90px, 10vw, 146px);
  --liquid-bottom: clamp(82px, 10vw, 132px);
  width: min(600px, calc(100% - 1rem));
  aspect-ratio: 736 / 1103;
  top: clamp(96px, 9.6vw, 136px);
}

body.theme-schastye.schastye-v4 #estimate .section-liquid-bg {
  --liquid-top: clamp(94px, 10vw, 150px);
  --liquid-bottom: clamp(88px, 11vw, 138px);
  width: min(1060px, calc(100% - 1rem));
  aspect-ratio: 1200 / 800;
  top: clamp(104px, 10.2vw, 148px);
}

body.theme-schastye.schastye-v4 #testimonials .section-liquid-bg {
  --liquid-top: clamp(70px, 8.2vw, 116px);
  --liquid-bottom: clamp(10px, 2vw, 20px);
  width: min(560px, calc(100% - 1rem));
  aspect-ratio: 736 / 946;
  top: clamp(88px, 8.6vw, 126px);
}

body.theme-schastye.schastye-v4 #faq > .container {
  position: relative;
  isolation: isolate;
}

body.theme-schastye.schastye-v4 #faq > .container > :not(.section-liquid-bg) {
  position: relative;
  z-index: 2;
}

body.theme-schastye.schastye-v4 .section-liquid-bg--faq {
  --liquid-photo: url("../schastye/media-agency/photo-24.jpg");
}

body.theme-schastye.schastye-v4 #faq .section-liquid-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(780px, calc(100% - 1rem));
  top: clamp(92px, 9.2vw, 136px);
  bottom: clamp(12px, 2.2vw, 24px);
  margin: 0;
  min-height: 0;
  z-index: 1;
  pointer-events: none;
  aspect-ratio: 1 / 1;
}

body.theme-schastye.schastye-v4 .section-liquid-bg--trust {
  --liquid-photo: url("../schastye/media-agency/photo-07.jpg");
}

body.theme-schastye.schastye-v4 #trust > .container {
  position: relative;
  isolation: isolate;
  padding-bottom: clamp(620px, 72vw, 900px);
}

body.theme-schastye.schastye-v4 #trust > .container > :not(.section-liquid-bg) {
  position: relative;
  z-index: 2;
}

body.theme-schastye.schastye-v4 #trust .section-liquid-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(560px, calc(100% - 1rem));
  aspect-ratio: 564 / 847;
  top: clamp(232px, 30vw, 338px);
  min-height: 0;
  margin: 0;
  z-index: 1;
  pointer-events: none;
}

body.theme-schastye.schastye-v4 #benefits > .container {
  padding-bottom: clamp(260px, 34vw, 390px);
}

body.theme-schastye.schastye-v4 #testimonials > .container {
  padding-bottom: clamp(280px, 36vw, 420px);
}

body.theme-schastye.schastye-v4 #benefits .section-liquid-bg,
body.theme-schastye.schastye-v4 #packages .section-liquid-bg,
body.theme-schastye.schastye-v4 #estimate .section-liquid-bg,
body.theme-schastye.schastye-v4 #testimonials .section-liquid-bg,
body.theme-schastye.schastye-v4 #faq .section-liquid-bg,
body.theme-schastye.schastye-v4 #trust .section-liquid-bg {
  bottom: auto;
  height: auto;
  min-height: 0;
  margin: 0;
}

body.theme-schastye.schastye-v4 .page-shell {
  position: relative;
  isolation: isolate;
}

body.theme-schastye.schastye-v4 .page-shell::before,
body.theme-schastye.schastye-v4 .page-shell::after {
  content: "";
  position: fixed;
  width: clamp(160px, 18vw, 280px);
  aspect-ratio: 1;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.24;
  filter: blur(0.2px);
  animation: schPageFloat 11.5s ease-in-out infinite;
}

body.theme-schastye.schastye-v4 .page-shell::before {
  left: 2.2vw;
  top: 22vh;
  background: radial-gradient(circle at 35% 30%, rgba(167, 188, 255, 0.58), rgba(72, 94, 206, 0.22) 62%, rgba(72, 94, 206, 0) 100%);
}

body.theme-schastye.schastye-v4 .page-shell::after {
  right: 2vw;
  top: 56vh;
  background: radial-gradient(circle at 45% 40%, rgba(255, 120, 130, 0.52), rgba(186, 56, 92, 0.18) 62%, rgba(186, 56, 92, 0) 100%);
  animation-delay: -4.2s;
}

body.theme-schastye.schastye-v4 .breadcrumbs {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

body.theme-schastye.schastye-v4 .hero-gold-beam,
body.theme-schastye.schastye-v4 .hero-flow-fade {
  display: none;
}

body.theme-schastye.schastye-v4 .section + .section {
  border-top: 0 !important;
}

body.theme-schastye.schastye-v4 .page-shell > main {
  margin-top: 0 !important;
}

body.theme-schastye.schastye-v4 .page-shell::before,
body.theme-schastye.schastye-v4 .page-shell::after {
  display: none !important;
}

body.theme-schastye.schastye-v4 .hero::before,
body.theme-schastye.schastye-v4 .hero::after {
  top: calc(-1 * var(--sch-header-offset));
  bottom: 0;
}

body.theme-schastye.schastye-v4 .hero > .container,
body.theme-schastye.schastye-v4 .section > .container {
  position: relative;
  z-index: 3;
}

@keyframes schAuroraShift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(2%, -2%, 0) scale(1.04);
  }
}

@keyframes schFloatOrb {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes schSparkPulse {
  0%,
  100% {
    transform: translateX(-140%);
    opacity: 0;
  }

  34%,
  46% {
    transform: translateX(260%);
    opacity: 1;
  }

  55% {
    opacity: 0;
  }
}

@keyframes schBeamSweep {
  0%,
  100% {
    opacity: 0.58;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.9;
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes schCursorPulse {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.65;
  }

  50% {
    transform: scale(1.06);
    opacity: 0.92;
  }
}

@keyframes schPartyFloat {
  0%,
  100% {
    transform: translate3d(var(--sch-party-offset-x), var(--sch-party-offset-y), 0) rotate(0deg) scale(1);
  }

  25% {
    transform: translate3d(calc(var(--sch-party-offset-x) + var(--party-swing, 5px)), calc(var(--sch-party-offset-y) - 8px), 0) rotate(4deg) scale(1.02);
  }

  50% {
    transform: translate3d(var(--sch-party-offset-x), calc(var(--sch-party-offset-y) - 16px), 0) rotate(8deg) scale(1.06);
  }

  75% {
    transform: translate3d(calc(var(--sch-party-offset-x) - var(--party-swing, 5px)), calc(var(--sch-party-offset-y) - 9px), 0) rotate(-3deg) scale(1.03);
  }
}

@keyframes schNeonDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-2%, 2%, 0) scale(1.03);
  }
}

@keyframes schHeroBallFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 0.18;
  }

  50% {
    transform: translate3d(0, -16px, 0) rotate(5deg);
    opacity: 0.28;
  }
}

@keyframes schHeroFrameFloatA {
  0%,
  100% {
    transform: rotate(-6deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-6deg) translate3d(0, -8px, 0);
  }
}

@keyframes schHeroFrameFloatB {
  0%,
  100% {
    transform: rotate(5deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(5deg) translate3d(0, -10px, 0);
  }
}

@keyframes schHeroFrameFloatC {
  0%,
  100% {
    transform: rotate(4deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(4deg) translate3d(0, -7px, 0);
  }
}

@keyframes schPageFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -14px, 0); }
}

@media (max-width: 760px) {
  body.theme-schastye .hero::before {
    background: var(--sch-hero-bg-mobile) center top / cover no-repeat,
      radial-gradient(circle at 18% 14%, rgba(136, 175, 255, 0.3), rgba(9, 21, 58, 0) 38%),
      radial-gradient(circle at 88% 74%, rgba(255, 215, 184, 0.2), rgba(8, 18, 52, 0) 46%),
      linear-gradient(165deg, #061137 0%, #0b1f5a 44%, #153682 72%, #0c245d 100%);
  }

  body.theme-schastye .hero::after {
    background: radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0) 34%),
      linear-gradient(180deg, rgba(1, 6, 18, 0.76) 0%, rgba(4, 12, 34, 0.48) 42%, rgba(2, 8, 24, 0.68) 100%);
  }

  body.theme-schastye .main-header-clone .header-phone,
  body.theme-schastye .main-header-clone .header-write {
    display: none !important;
  }

  body.theme-schastye .route-grid-10,
  .benefits-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  body.theme-schastye.schastye-v4 .hero::before {
    background: image-set(
        url("../schastye/fon-schastye-gradient-red-blue.webp") type("image/webp"),
        url("../schastye/fon-schastye-gradient-red-blue.png") type("image/png")
      ) center center / cover no-repeat,
      radial-gradient(circle at 18% 14%, rgba(138, 167, 255, 0.24), rgba(138, 167, 255, 0) 42%),
      radial-gradient(circle at 84% 84%, rgba(255, 122, 136, 0.24), rgba(255, 122, 136, 0) 44%),
      linear-gradient(90deg, #07133f 0%, #3b268e 50%, #7b111f 100%);
    background-attachment: scroll;
    background-position: center center !important;
  }

  body.theme-schastye.schastye-v4 .hero::after {
    background: radial-gradient(circle at 78% 14%, rgba(255, 227, 156, 0.1), rgba(255, 227, 156, 0) 34%),
      linear-gradient(180deg, rgba(2, 8, 24, 0.86) 0%, rgba(7, 12, 34, 0.6) 44%, rgba(5, 8, 24, 0.74) 100%);
  }

  body.theme-schastye.schastye-v4 .main-header-clone .header-phone,
  body.theme-schastye.schastye-v4 .main-header-clone .header-chat-btn {
    display: none !important;
  }

  body.theme-schastye.schastye-v4 .control-grid,
  body.theme-schastye.schastye-v4 .route-grid-10,
  body.theme-schastye.schastye-v4 .audience-grid {
    grid-template-columns: 1fr;
  }

  body.theme-schastye.schastye-v4 .hero-flow-fade {
    height: 100px;
  }

  body.theme-schastye.schastye-v4 .footer-row-contacts {
    grid-template-columns: 1fr;
  }

  body.theme-schastye.schastye-v4 .hero-trust-chips {
    gap: 0.42rem;
  }

  body.theme-schastye.schastye-v4 .hero-trust-chips li {
    width: 100%;
    text-align: center;
  }

  body.theme-schastye.schastye-v4 .route-grid-6,
  body.theme-schastye.schastye-v4 .timeline-6 {
    grid-template-columns: 1fr;
  }

  body.theme-schastye.schastye-v4 .hero-float-orb.orb-c,
  body.theme-schastye.schastye-v4 .hero-float-orb.orb-d {
    display: none;
  }

  body.theme-schastye.schastye-v4 .quick-calc-inline {
    padding: 0.86rem;
  }

  body.theme-schastye.schastye-v4 .sch-scroll-progress {
    height: 3px;
  }

  body.theme-schastye.schastye-v4 .sch-neon-stream {
    opacity: 0.34;
  }

  body.theme-schastye.schastye-v4 .sch-grain {
    opacity: 0.12;
  }

  body.theme-schastye.schastye-v4 .sch-floating-party {
    opacity: 0.74;
  }

  body.theme-schastye.schastye-v4 .section-photo-pair {
    grid-template-columns: 1fr;
  }

  body.theme-schastye.schastye-v4 .section-photo img {
    height: clamp(170px, 58vw, 240px);
  }

  body.theme-schastye.schastye-v4 .hero-ball.hb-4,
  body.theme-schastye.schastye-v4 .hero-photo-square {
    display: none;
  }

  body.theme-schastye.schastye-v4 .hero-note {
    position: static;
    margin-top: 1rem;
    max-width: none;
  }

  body.theme-schastye.schastye-v4 .hero-frame.frame-a,
  body.theme-schastye.schastye-v4 .hero-frame.frame-b,
  body.theme-schastye.schastye-v4 .hero-frame.frame-c {
    animation: none;
  }

  body.theme-schastye.schastye-v4 .hero-title.hero-title-schastye .hero-title-by-lord {
    top: -1.06em;
    right: -0.02em;
    letter-spacing: 0.13em;
  }

  body.theme-schastye.schastye-v4 .section-liquid-bg {
    width: calc(100% - 0.6rem);
    min-height: clamp(152px, 52vw, 220px);
    border-radius: 22px;
    margin-top: 0.85rem;
  }

  body.theme-schastye.schastye-v4 .section-liquid-bg::before {
    transform: scale(1.02);
  }

  body.theme-schastye.schastye-v4 #benefits .section-liquid-bg,
  body.theme-schastye.schastye-v4 #packages .section-liquid-bg,
  body.theme-schastye.schastye-v4 #estimate .section-liquid-bg,
  body.theme-schastye.schastye-v4 #testimonials .section-liquid-bg {
    width: calc(100% - 0.8rem);
    border-radius: 20px;
  }

  body.theme-schastye.schastye-v4 #benefits .section-liquid-bg {
    --liquid-top: clamp(72px, 14vw, 98px);
    --liquid-bottom: clamp(58px, 11vw, 88px);
    width: min(410px, calc(100% - 0.5rem));
    top: clamp(74px, 12.8vw, 102px);
  }

  body.theme-schastye.schastye-v4 #packages .section-liquid-bg {
    --liquid-top: clamp(76px, 15vw, 106px);
    --liquid-bottom: clamp(62px, 12vw, 94px);
    width: min(430px, calc(100% - 0.5rem));
    top: clamp(76px, 13.4vw, 106px);
  }

  body.theme-schastye.schastye-v4 #estimate .section-liquid-bg {
    --liquid-top: clamp(76px, 15vw, 108px);
    --liquid-bottom: clamp(68px, 14vw, 104px);
    width: min(700px, calc(100% - 0.5rem));
    top: clamp(80px, 14vw, 114px);
  }

  body.theme-schastye.schastye-v4 #testimonials .section-liquid-bg {
    --liquid-top: clamp(62px, 12vw, 86px);
    --liquid-bottom: clamp(10px, 3.6vw, 18px);
    width: min(410px, calc(100% - 0.5rem));
    top: clamp(72px, 12.6vw, 98px);
  }

  body.theme-schastye.schastye-v4 #faq .section-liquid-bg {
    width: min(500px, calc(100% - 0.5rem));
    border-radius: 20px;
    top: clamp(70px, 12vw, 94px);
    bottom: clamp(10px, 3.6vw, 20px);
  }

  body.theme-schastye.schastye-v4 #formats .route-card--presentation-bg::before,
  body.theme-schastye.schastye-v4 .section-liquid-bg::before {
    background-position: center;
    background-size: contain;
  }

  body.theme-schastye.schastye-v4 #trust > .container {
    padding-bottom: clamp(470px, 108vw, 660px);
  }

  body.theme-schastye.schastye-v4 #trust .section-liquid-bg {
    width: min(450px, calc(100% - 0.5rem));
    top: clamp(240px, 74vw, 364px);
    border-radius: 20px;
  }

  body.theme-schastye.schastye-v4 #benefits > .container {
    padding-bottom: clamp(240px, 58vw, 340px);
  }

  body.theme-schastye.schastye-v4 #testimonials > .container {
    padding-bottom: clamp(250px, 62vw, 360px);
  }

  body.theme-schastye.schastye-v4 .hero {
    padding-top: calc(clamp(3.4rem, 12vw, 4.8rem) + var(--sch-header-offset));
    min-height: 100svh;
    padding-bottom: clamp(3.8rem, 10vw, 5.4rem);
  }

  body.theme-schastye.schastye-v4 .page-shell::before,
  body.theme-schastye.schastye-v4 .page-shell::after {
    width: clamp(120px, 28vw, 180px);
    opacity: 0.2;
  }

  body.theme-schastye.schastye-v4 {
    --sch-header-offset: 72px;
  }

  /* 5.1 — show disco balls on mobile */
  body.theme-schastye.schastye-v4 .hero-ball-layer {
    display: block !important;
  }

  body.theme-schastye.schastye-v4 .hero-ball {
    display: block !important;
    animation: none !important;
    opacity: 0.38;
  }

  body.theme-schastye.schastye-v4 .hero-ball.hb-1 {
    width: 44px;
    height: 44px;
    left: 5%;
    top: 14%;
  }

  body.theme-schastye.schastye-v4 .hero-ball.hb-2 {
    width: 58px;
    height: 58px;
    right: 6%;
    top: 10%;
  }

  body.theme-schastye.schastye-v4 .hero-ball.hb-3 {
    width: 34px;
    height: 34px;
    left: 30%;
    bottom: 16%;
  }

  body.theme-schastye.schastye-v4 .hero-ball.hb-4 {
    display: none !important;
  }

  /* 5.2 + 5.3 + 5.6 — text overflow, min-width, padding */
  body.theme-schastye.schastye-v4 .trust-card,
  body.theme-schastye.schastye-v4 .route-card,
  body.theme-schastye.schastye-v4 .audience-card,
  body.theme-schastye.schastye-v4 .timeline-step,
  body.theme-schastye.schastye-v4 .package-card,
  body.theme-schastye.schastye-v4 .testimonial,
  body.theme-schastye.schastye-v4 .benefits-list li,
  body.theme-schastye.schastye-v4 .estimate-item,
  body.theme-schastye.schastye-v4 .case-card .case-body,
  body.theme-schastye.schastye-v4 .contact-card {
    overflow-wrap: break-word;
    word-break: break-word;
    min-width: 0;
  }

  body.theme-schastye.schastye-v4 .trust-card,
  body.theme-schastye.schastye-v4 .timeline-step {
    padding: 0.85rem;
    text-align: center;
  }

  body.theme-schastye.schastye-v4 .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
  }

  body.theme-schastye.schastye-v4 .audience-grid {
    gap: 0.6rem;
  }

  body.theme-schastye.schastye-v4 .route-grid-6 {
    gap: 0.6rem;
  }

  /* 5.4 + 5.8 — reduce spacing between sections */
  body.theme-schastye.schastye-v4 .section:not(.hero) {
    padding-block: clamp(1.8rem, 5vw, 2.8rem);
  }

  body.theme-schastye.schastye-v4 .hero + .section {
    padding-top: clamp(1.8rem, 5vw, 2.8rem);
  }

  body.theme-schastye.schastye-v4 .section-title {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
  }

  body.theme-schastye.schastye-v4 .section-lead {
    font-size: 0.88rem;
  }

  body.theme-schastye.schastye-v4 .eyebrow {
    font-size: 0.76rem;
  }

  /* 5.5 — improve text visibility (yellow) */
  body.theme-schastye.schastye-v4 .section-lead,
  body.theme-schastye.schastye-v4 .route-card p,
  body.theme-schastye.schastye-v4 .audience-card p,
  body.theme-schastye.schastye-v4 .trust-label,
  body.theme-schastye.schastye-v4 .hero-text,
  body.theme-schastye.schastye-v4 .hero-inline-note {
    color: var(--pastel-yellow, #f7e7a7);
  }

  /* 5.7 — case grid: 3 columns instead of vertical stack */
  body.theme-schastye.schastye-v4 .case-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }

  body.theme-schastye.schastye-v4 .case-card {
    min-width: 0;
  }

  body.theme-schastye.schastye-v4 .case-card .case-body h3 {
    font-size: 0.72rem;
  }

  body.theme-schastye.schastye-v4 .case-card .case-body p {
    font-size: 0.62rem;
    line-height: 1.3;
  }

  body.theme-schastye.schastye-v4 .case-card .case-body {
    padding: 0.35rem 0.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.theme-schastye.schastye-v4 .reveal,
  body.theme-schastye.schastye-v4 .btn,
  body.theme-schastye.schastye-v4 .route-card,
  body.theme-schastye.schastye-v4 .objection-card,
  body.theme-schastye.schastye-v4 .package-card,
  body.theme-schastye.schastye-v4 .timeline-step,
  body.theme-schastye.schastye-v4 .case-card,
  body.theme-schastye.schastye-v4 .contact-card,
  body.theme-schastye.schastye-v4 .faq-item,
  body.theme-schastye.schastye-v4 .hero-messenger-link,
  body.theme-schastye.schastye-v4 .header-chat-btn {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }

  body.theme-schastye.schastye-v4 .sch-aurora-layer,
  body.theme-schastye.schastye-v4 .hero-float-orb,
  body.theme-schastye.schastye-v4 .hero-gold-beam,
  body.theme-schastye.schastye-v4 .sparkle-line::after,
  body.theme-schastye.schastye-v4 .gold-divider::after {
    animation: none !important;
  }

  body.theme-schastye.schastye-v4 .sch-scroll-progress__bar,
  body.theme-schastye.schastye-v4 .sch-cursor-disco__ring,
  body.theme-schastye.schastye-v4 .sch-neon-stream,
  body.theme-schastye.schastye-v4 .party-item {
    animation: none !important;
  }

  body.theme-schastye.schastye-v4 .sch-cursor-disco,
  body.theme-schastye.schastye-v4 .sch-floating-party {
    display: none !important;
  }

  body.theme-schastye.schastye-v4 .hero-pointer-glow {
    opacity: 0.48;
  }

  body.theme-schastye.schastye-v4 .hero-ball,
  body.theme-schastye.schastye-v4 .hero-frame.frame-a,
  body.theme-schastye.schastye-v4 .hero-frame.frame-b,
  body.theme-schastye.schastye-v4 .hero-frame.frame-c {
    animation: none !important;
  }
}

@media (pointer: coarse) {
  body.theme-schastye.schastye-v4 .sch-cursor-disco {
    display: none;
  }
}

@media (max-width: 1200px) {
  body.theme-schastye.schastye-v4 .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.theme-schastye.schastye-v4 .control-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.theme-schastye.schastye-v4 .route-grid-10 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.theme-schastye.schastye-v4 .route-grid-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.theme-schastye.schastye-v4 .timeline-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.theme-schastye.schastye-v4 .quick-calc-grid,
  body.theme-schastye.schastye-v4 .focus-grid {
    grid-template-columns: 1fr;
  }

  body.theme-schastye.schastye-v4 .control-grid,
  body.theme-schastye.schastye-v4 .route-grid-10,
  body.theme-schastye.schastye-v4 .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.theme-schastye.schastye-v4 .quick-calc-inline {
    grid-template-columns: 1fr;
  }

  body.theme-schastye.schastye-v4 .timeline-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.theme-schastye.schastye-v4 .sch-floating-party .party-i3,
  body.theme-schastye.schastye-v4 .sch-floating-party .party-i6,
  body.theme-schastye.schastye-v4 .sch-floating-party .party-i7 {
    display: none;
  }

  body.theme-schastye.schastye-v4 .hero-media {
    min-height: clamp(390px, 82vw, 540px);
  }

  body.theme-schastye.schastye-v4 .hero-frame.frame-a {
    width: 44%;
    left: 2%;
  }

  body.theme-schastye.schastye-v4 .hero-frame.frame-b {
    width: 44%;
    left: 54%;
  }

  body.theme-schastye.schastye-v4 .hero-frame.frame-c {
    width: 34%;
    right: 6%;
    top: 52%;
  }
}

@media (max-width: 1180px) {
  body.theme-schastye .route-grid-10 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (hover: hover) {
  body.theme-schastye.schastye-v4 .btn:hover {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 14px 28px rgba(247, 198, 86, 0.28), 0 0 0 1px rgba(93, 226, 255, 0.22) inset;
  }

  body.theme-schastye.schastye-v4 .route-card:hover,
  body.theme-schastye.schastye-v4 .objection-card:hover,
  body.theme-schastye.schastye-v4 .package-card:hover,
  body.theme-schastye.schastye-v4 .timeline-step:hover,
  body.theme-schastye.schastye-v4 .case-card:hover,
  body.theme-schastye.schastye-v4 .alexey-case-card:hover,
  body.theme-schastye.schastye-v4 .contact-card:hover,
  body.theme-schastye.schastye-v4 .faq-item:hover {
    border-color: rgba(94, 226, 255, 0.5);
    box-shadow: 0 18px 34px rgba(3, 9, 24, 0.46), 0 0 0 1px rgba(255, 138, 34, 0.26) inset;
  }

  body.theme-schastye.schastye-v4 .package-card-standard:hover {
    border-color: rgba(252, 220, 133, 0.84);
    box-shadow: 0 20px 36px rgba(3, 9, 24, 0.5), 0 0 0 1px rgba(247, 203, 96, 0.4) inset;
  }

  body.theme-schastye.schastye-v4 .package-card-premium:hover {
    border-color: rgba(175, 118, 30, 0.9);
    box-shadow: 0 26px 48px rgba(93, 58, 8, 0.48), inset 0 1px 0 rgba(255, 251, 235, 0.9);
  }
}

@media (max-width: 1100px) {
  body.theme-schastye.schastye-v4 .hero-note {
    right: 6%;
    bottom: -9%;
  }
}

/* ═══ RADOST ═══ */

body.theme-radost {
  --bg-start: #6b5949;
  --bg-mid: #b38763;
  --bg-end: #f0d3b3;
  --surface: rgba(255, 250, 243, 0.82);
  --surface-strong: rgba(255, 245, 231, 0.92);
}

.theme-radost .section-title span,
.theme-radost .hero-title span {
  background: linear-gradient(118deg, #fff0ca, #f2c56f, #ce8a2f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.theme-radost.radost-v4 {
  --bg-0: #04050d;
  --bg-1: #070a1f;
  --bg-2: #0a1033;
  --bg-3: #0f1a44;
  --neon-cyan-0: #00e5ff;
  --neon-cyan-1: #39c6ff;
  --neon-pink-0: #ff3dde;
  --neon-pink-1: #ff4d7d;
  --hot-red: #ff2d2d;
  --deep-blue: #2a4bff;
  --text-0: #f6f8ff;
  --text-1: #c8d1ff;
  --muted: #9aa6e6;
  --glass: rgba(255, 255, 255, 0.06);
  --glass-strong: rgba(255, 255, 255, 0.1);
  --border: rgba(246, 248, 255, 0.14);
  --card-shadow: 0 14px 30px rgba(2, 7, 22, 0.44);
  background: radial-gradient(60% 45% at 18% 22%, rgba(0, 229, 255, 0.18), transparent 70%),
    radial-gradient(52% 40% at 84% 18%, rgba(255, 61, 222, 0.16), transparent 72%),
    linear-gradient(180deg, var(--bg-1) 0%, var(--bg-0) 100%);
  color: var(--text-0);
}

body.theme-radost.radost-v4 .site-backdrop {
  opacity: 0.36;
  filter: saturate(1.2);
}

body.theme-radost.radost-v4 .breadcrumbs,
body.theme-radost.radost-v4 .breadcrumbs a {
  color: rgba(196, 211, 255, 0.72);
}

body.theme-radost.radost-v4 .messenger-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-height: 38px;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(90, 224, 255, 0.38);
  background: linear-gradient(130deg, rgba(255, 77, 125, 0.14), rgba(42, 75, 255, 0.1));
  color: #f5f8ff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.22s ease, box-shadow 0.22s ease;
}

body.theme-radost.radost-v4 .messenger-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 77, 222, 0.52);
  box-shadow: 0 10px 22px rgba(0, 7, 24, 0.38), 0 0 0 1px rgba(0, 229, 255, 0.24);
}

body.theme-radost.radost-v4 .joy-scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 4px;
  z-index: 260;
  pointer-events: none;
  background: rgba(8, 14, 42, 0.62);
}

body.theme-radost.radost-v4 .joy-scroll-progress__bar {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(
      90deg,
      var(--neon-cyan-0) 0%,
      var(--neon-cyan-1) 34%,
      var(--neon-pink-0) 64%,
      var(--neon-pink-1) 100%
    );
  box-shadow: 0 0 10px rgba(0, 229, 255, 0.5), 0 0 14px rgba(255, 61, 222, 0.46);
}

body.theme-radost.radost-v4 .joy-magic-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  pointer-events: none;
  z-index: 300;
  opacity: 0;
  transform: translate3d(-120px, -120px, 0);
  transition: opacity 0.2s ease;
}

body.theme-radost.radost-v4 .joy-magic-cursor.is-active {
  opacity: 1;
}

body.theme-radost.radost-v4 .joy-magic-cursor.is-click .joy-cursor-core {
  transform: scale(0.8);
}

body.theme-radost.radost-v4 .joy-cursor-core,
body.theme-radost.radost-v4 .joy-cursor-glow {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

body.theme-radost.radost-v4 .joy-cursor-core {
  border: 1px solid rgba(175, 243, 255, 0.9);
  background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.95), rgba(57, 198, 255, 0.92) 48%, rgba(255, 61, 222, 0.9));
  box-shadow: 0 0 16px rgba(0, 229, 255, 0.55);
  transition: transform 0.16s ease;
}

body.theme-radost.radost-v4 .joy-cursor-glow {
  inset: -26px;
  background: radial-gradient(circle, rgba(57, 198, 255, 0.34) 0%, rgba(57, 198, 255, 0) 68%),
    radial-gradient(circle, rgba(255, 61, 222, 0.24) 0%, rgba(255, 61, 222, 0) 74%);
  animation: joyNeonPulse 2.6s ease-in-out infinite;
}

body.theme-radost.radost-v4 .joy-hero {
  position: relative;
  overflow: clip;
  border-radius: 30px;
  margin: 0 0 1.2rem;
  padding-block: clamp(3.2rem, 5.6vw, 6rem);
  border: 1px solid rgba(120, 203, 255, 0.28);
  background: radial-gradient(circle at 12% 20%, rgba(0, 229, 255, 0.26), transparent 44%),
    radial-gradient(circle at 86% 18%, rgba(255, 61, 222, 0.24), transparent 46%),
    linear-gradient(165deg, rgba(12, 22, 64, 0.94), rgba(7, 10, 28, 0.94)) !important;
  box-shadow: 0 24px 48px rgba(2, 6, 24, 0.54),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05) !important;
  isolation: isolate;
  border-color: rgba(144, 230, 255, 0.36) !important;
}

body.theme-radost.radost-v4 .joy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px) !important;
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.08));
}

body.theme-radost.radost-v4 .joy-hero::after {
  content: "";
  position: absolute;
  inset: -30% -18% auto auto;
  z-index: 0;
  width: min(52vw, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
      circle at var(--hero-pointer-x, 76%) var(--hero-pointer-y, 30%),
      rgba(0, 229, 255, 0.4),
      rgba(0, 229, 255, 0) 64%
    ),
    radial-gradient(circle at 34% 70%, rgba(255, 61, 222, 0.33), rgba(255, 61, 222, 0) 66%) !important;
  filter: none !important;
  animation: joyAuraDriftV4 14s ease-in-out infinite alternate;
}

body.theme-radost.radost-v4 .joy-floating-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

body.theme-radost.radost-v4 .joy-shape {
  position: absolute;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 229, 255, 0.4), 0 0 12px rgba(255, 61, 222, 0.34);
}

body.theme-radost.radost-v4 .joy-shape-cross,
body.theme-radost.radost-v4 .joy-shape-ring {
  color: rgba(151, 237, 255, 0.92);
  font-size: clamp(1rem, 1.9vw, 1.5rem);
}

body.theme-radost.radost-v4 .joy-shape-square {
  color: rgba(255, 137, 193, 0.94);
  font-size: clamp(0.96rem, 1.8vw, 1.38rem);
}

body.theme-radost.radost-v4 .joy-shape-triangle {
  color: rgba(165, 177, 255, 0.94);
  font-size: clamp(1rem, 1.9vw, 1.44rem);
}

body.theme-radost.radost-v4 .joy-shape-spark {
  color: rgba(255, 202, 101, 0.94);
  font-size: clamp(1rem, 1.7vw, 1.3rem);
}

body.theme-radost.radost-v4 .joy-shape-1 {
  left: 4%;
  top: 12%;
  animation: joyFloatA 8.5s ease-in-out infinite;
}

body.theme-radost.radost-v4 .joy-shape-2 {
  left: 16%;
  bottom: 14%;
  animation: joyFloatB 9.8s ease-in-out infinite;
}

body.theme-radost.radost-v4 .joy-shape-3 {
  left: 33%;
  top: 9%;
  animation: joyFloatC 9.2s ease-in-out infinite;
}

body.theme-radost.radost-v4 .joy-shape-4 {
  right: 14%;
  top: 13%;
  animation: joyFloatB 8.7s ease-in-out infinite reverse;
}

body.theme-radost.radost-v4 .joy-shape-5 {
  right: 8%;
  bottom: 22%;
  animation: joyFloatA 8.1s ease-in-out infinite reverse;
}

body.theme-radost.radost-v4 .joy-shape-6 {
  left: 44%;
  bottom: 5%;
  animation: joyFloatC 10.2s ease-in-out infinite;
}

body.theme-radost.radost-v4 .joy-shape-7 {
  right: 24%;
  top: 7%;
  animation: joySparkBlinkV4 3s ease-in-out infinite;
}

body.theme-radost.radost-v4 .joy-shape-8 {
  left: 56%;
  top: 11%;
  animation: joySparkBlinkV4 3.4s ease-in-out infinite reverse;
}

body.theme-radost.radost-v4 .joy-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(1rem, 2.2vw, 2rem);
  align-items: center;
}

body.theme-radost.radost-v4 .eyebrow {
  color: rgba(137, 223, 255, 0.92);
  letter-spacing: 0.08em;
}

body.theme-radost.radost-v4 .joy-title {
  margin: 0;
  color: #eef4ff;
  font-size: clamp(2rem, 5.4vw, 4.25rem);
  line-height: 1.06;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
  text-shadow: 0 10px 24px rgba(4, 12, 34, 0.34);
}

body.theme-radost.radost-v4 .joy-subtitle,
body.theme-radost.radost-v4 .section-lead,
body.theme-radost.radost-v4 .joy-note,
body.theme-radost.radost-v4 .joy-tech-note,
body.theme-radost.radost-v4 .form-note {
  color: var(--text-1);
}

body.theme-radost.radost-v4 .joy-hero-points {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

body.theme-radost.radost-v4 .joy-hero-points li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  align-items: baseline;
  color: #edf2ff;
}

body.theme-radost.radost-v4 .joy-hero-points li::before {
  content: "✦";
  color: var(--neon-pink-0);
  font-size: 0.8rem;
  margin-top: 0.16rem;
}

body.theme-radost.radost-v4 .hero-actions {
  margin-top: 1.6rem;
}

body.theme-radost.radost-v4 .btn {
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

body.theme-radost.radost-v4 .btn-primary {
  color: #eef7ff;
  border-color: rgba(57, 198, 255, 0.58);
  background: linear-gradient(125deg, rgba(8, 18, 57, 0.98) 0%, rgba(18, 30, 86, 0.98) 50%, rgba(31, 16, 79, 0.98) 100%);
  box-shadow: 0 12px 26px rgba(0, 7, 23, 0.5),
    0 0 0 1px rgba(255, 61, 222, 0.28),
    inset 0 0 22px rgba(0, 229, 255, 0.18);
}

body.theme-radost.radost-v4 .btn-primary:hover {
  transform: translateY(-1px) scale(1.02);
  border-color: rgba(255, 61, 222, 0.62);
  box-shadow: 0 16px 30px rgba(0, 8, 28, 0.56),
    0 0 0 1px rgba(0, 229, 255, 0.48),
    inset 0 0 24px rgba(255, 61, 222, 0.22);
}

body.theme-radost.radost-v4 .btn-secondary,
body.theme-radost.radost-v4 .btn-ghost {
  color: #f4f8ff;
  border-color: rgba(151, 215, 255, 0.4);
  background: rgba(14, 24, 70, 0.72);
}

body.theme-radost.radost-v4 .btn-secondary:hover,
body.theme-radost.radost-v4 .btn-ghost:hover {
  transform: translateY(-1px) scale(1.02);
  border-color: rgba(255, 77, 222, 0.54);
  box-shadow: 0 0 0 1px rgba(57, 198, 255, 0.32), 0 12px 24px rgba(0, 8, 24, 0.44);
}

body.theme-radost.radost-v4 .hero-messengers-label,
body.theme-radost.radost-v4 .hero-micro-proof {
  color: rgba(199, 211, 255, 0.86);
}

body.theme-radost.radost-v4 .hero-messenger-link {
  color: #f6f9ff;
  border-color: rgba(57, 198, 255, 0.46);
  background: rgba(10, 19, 58, 0.76);
}

body.theme-radost.radost-v4 .hero-messenger-link:hover {
  border-color: rgba(255, 61, 222, 0.58);
  box-shadow: 0 0 0 1px rgba(57, 198, 255, 0.3);
}

body.theme-radost.radost-v4 .joy-hero-media {
  position: relative;
  min-height: clamp(320px, 42vw, 490px) !important;
}

body.theme-radost.radost-v4 .joy-hero-frame {
  position: absolute;
  overflow: hidden !important;
  border-radius: 18px !important;
  border: 1px solid rgba(129, 210, 255, 0.35);
  box-shadow: 0 16px 34px rgba(2, 8, 30, 0.46) !important;
  display: block !important;
  background: rgba(8, 14, 38, 0.86) !important;
  inset: auto !important;
  width: clamp(116px, 17vw, 206px);
  height: clamp(170px, 21vw, 258px) !important;
}

body.theme-radost.radost-v4 .joy-hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none !important;
}

body.theme-radost.radost-v4 .joy-frame-a {
  inset: 8% 42% 34% 2%;
  top: 8% !important;
  left: 2% !important;
  width: clamp(168px, 20vw, 264px) !important;
}

body.theme-radost.radost-v4 .joy-frame-b {
  inset: 4% 6% 40% 49%;
  top: 4% !important;
  right: 3% !important;
  width: clamp(176px, 21vw, 272px) !important;
}

body.theme-radost.radost-v4 .joy-frame-c {
  inset: 46% 18% 4% 28%;
  bottom: 5% !important;
  left: 30% !important;
  width: clamp(158px, 18vw, 244px) !important;
}

body.theme-radost.radost-v4 .joy-frame-b img {
  animation-name: joyImageFloatB;
}

body.theme-radost.radost-v4 .joy-frame-c img {
  animation-name: joyImageFloatC;
}

body.theme-radost.radost-v4 .joy-confetti-pulse {
  position: absolute;
  top: 6%;
  left: 52%;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: none !important;
  place-items: center;
  color: #fff4cb;
  border: 1px solid rgba(128, 229, 255, 0.42);
  background: radial-gradient(circle, rgba(255, 61, 222, 0.42), rgba(57, 198, 255, 0.2));
  box-shadow: 0 0 0 0 rgba(57, 198, 255, 0.44);
  animation: joyHaloPulse 3s ease-in-out infinite;
}

body.theme-radost.radost-v4 .joy-panel,
body.theme-radost.radost-v4 .joy-age-card,
body.theme-radost.radost-v4 .joy-package-card,
body.theme-radost.radost-v4 .joy-wow-card,
body.theme-radost.radost-v4 .joy-photo-card,
body.theme-radost.radost-v4 .joy-review-card,
body.theme-radost.radost-v4 .faq-item,
body.theme-radost.radost-v4 .contact-card,
body.theme-radost.radost-v4 .timeline-step {
  border-radius: 18px;
  border: 1px solid var(--border);
  background: var(--glass);
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(3px);
}

body.theme-radost.radost-v4 .joy-panel,
body.theme-radost.radost-v4 .joy-age-card,
body.theme-radost.radost-v4 .joy-package-card,
body.theme-radost.radost-v4 .joy-wow-card,
body.theme-radost.radost-v4 .joy-review-card,
body.theme-radost.radost-v4 .timeline-step {
  position: relative;
  overflow: hidden;
}

body.theme-radost.radost-v4 .joy-panel::before,
body.theme-radost.radost-v4 .joy-age-card::before,
body.theme-radost.radost-v4 .joy-package-card::before,
body.theme-radost.radost-v4 .joy-wow-card::before,
body.theme-radost.radost-v4 .joy-review-card::before,
body.theme-radost.radost-v4 .timeline-step::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -40%;
  width: 72%;
  height: 72%;
  background: radial-gradient(circle, rgba(57, 198, 255, 0.26), rgba(57, 198, 255, 0) 74%);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}

body.theme-radost.radost-v4 .joy-panel {
  padding: clamp(1rem, 2.2vw, 1.6rem);
}

body.theme-radost.radost-v4 .joy-quick-list {
  margin: 0.8rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.35rem;
  color: #e6eeff;
}

body.theme-radost.radost-v4 .section-title {
  color: var(--text-0);
}

body.theme-radost.radost-v4 .section-title::after {
  content: "";
  display: block;
  width: clamp(86px, 14vw, 148px);
  height: 3px;
  margin-top: 0.48rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--neon-cyan-0) 0%, var(--neon-pink-0) 62%, var(--neon-pink-1) 100%);
  box-shadow: 0 0 12px rgba(57, 198, 255, 0.4);
}

body.theme-radost.radost-v4 .joy-age-grid {
  margin-top: 1.3rem;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.theme-radost.radost-v4 .joy-age-card {
  padding: 1rem;
}

body.theme-radost.radost-v4 .joy-age-card h3,
body.theme-radost.radost-v4 .joy-package-card h3,
body.theme-radost.radost-v4 .timeline-step h3,
body.theme-radost.radost-v4 .joy-review-card h3 {
  margin: 0;
  color: #f2f7ff;
}

body.theme-radost.radost-v4 .joy-age-card p,
body.theme-radost.radost-v4 .joy-package-card p,
body.theme-radost.radost-v4 .timeline-step p,
body.theme-radost.radost-v4 .joy-review-meta,
body.theme-radost.radost-v4 .faq-item p,
body.theme-radost.radost-v4 .contact-meta,
body.theme-radost.radost-v4 .footer-copy,
body.theme-radost.radost-v4 .footer-help-line {
  color: var(--text-1);
}

body.theme-radost.radost-v4 .joy-packages {
  margin-top: 1.4rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

body.theme-radost.radost-v4 .joy-package-card {
  padding: 1rem;
  display: grid;
  gap: 0.6rem;
  align-content: start !important;
  grid-auto-rows: min-content;
  position: relative !important;
  overflow: visible;
}

body.theme-radost.radost-v4 .joy-package-short {
  color: #e7efff;
  font-weight: 700;
}

body.theme-radost.radost-v4 .joy-package-card ul {
  margin: 0;
  padding-left: 1rem;
  color: #e1ebff;
  display: grid;
  gap: 0.26rem;
}

body.theme-radost.radost-v4 .joy-package-featured {
  border-color: rgba(247, 204, 96, 0.72);
  background: radial-gradient(circle at 86% 8%, rgba(255, 238, 172, 0.3), rgba(255, 238, 172, 0) 42%),
    linear-gradient(145deg, rgba(21, 18, 56, 0.95), rgba(30, 26, 88, 0.94));
}

body.theme-radost.radost-v4 .package-badge {
  display: inline-block;
  padding: 0.3rem 0.62rem;
  border-radius: 12px;
  background: linear-gradient(118deg, #fff5c8 0%, #f0cd7a 48%, #cf9230 100%);
  border: 1px solid rgba(151, 99, 20, 0.4);
  color: #4c2e09;
  font-size: 0.74rem;
  letter-spacing: 0.03em;
  box-shadow: 0 8px 16px rgba(214, 160, 62, 0.28);
  line-height: 1.1;
  margin-bottom: 0.2rem;
}

body.theme-radost.radost-v4 .joy-package-standard {
  border-color: rgba(247, 204, 96, 0.72);
  box-shadow: 0 18px 34px rgba(2, 7, 23, 0.58), 0 0 0 1px rgba(247, 204, 96, 0.26) inset;
}

body.theme-radost.radost-v4 .joy-package-details {
  margin-top: 0.3rem;
}

body.theme-radost.radost-v4 .joy-package-details summary {
  cursor: pointer;
  color: var(--accent-0, #f7cc60);
  font-weight: 600;
  font-size: 0.88rem;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

body.theme-radost.radost-v4 .joy-package-details summary::-webkit-details-marker {
  display: none;
}

body.theme-radost.radost-v4 .joy-package-details summary::before {
  content: "▸";
  transition: transform 0.2s;
}

body.theme-radost.radost-v4 .joy-package-details[open] summary::before {
  transform: rotate(90deg);
}

body.theme-radost.radost-v4 .joy-package-details[open] ul {
  margin-top: 0.5rem;
}

body.theme-radost.radost-v4 .joy-package-details .btn {
  margin-top: 0.7rem;
}

body.theme-radost.radost-v4 .joy-package-card .btn {
  width: 100%;
  min-height: 44px;
  justify-self: stretch;
  align-self: start;
  font-size: 0.93rem;
  padding: 0.72rem 1.16rem;
  color: #452908;
  border-color: rgba(136, 86, 12, 0.56);
  background: rgba(255, 248, 227, 0.92);
  box-shadow: 0 10px 22px rgba(84, 52, 8, 0.24);
}

body.theme-radost.radost-v4 .joy-package-standard .package-badge {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0.3rem 0.6rem !important;
  font-size: 0.68rem;
  line-height: 1.05 !important;
  letter-spacing: 0.015em;
  text-align: center;
  white-space: nowrap;
  position: static;
  margin: 0 0 0.1rem 0 !important;
  border-radius: 10px !important;
  z-index: 2;
}

body.theme-radost.radost-v4 .joy-package-standard h3 {
  text-align: left;
  color: #ffd45e;
}

body.theme-radost.radost-v4 .joy-package-premium {
  border-color: rgba(165, 108, 24, 0.84);
  background: linear-gradient(146deg, rgba(255, 247, 221, 0.96) 0%, rgba(241, 215, 154, 0.95) 52%, rgba(217, 169, 86, 0.96) 100%);
  box-shadow: 0 24px 46px rgba(84, 52, 8, 0.48), inset 0 1px 0 rgba(255, 251, 235, 0.82);
}

body.theme-radost.radost-v4 .joy-package-premium::before {
  opacity: 0.34;
  background: radial-gradient(circle at 15% 24%, rgba(141, 88, 15, 0.52) 0 3px, transparent 3px 100%),
    radial-gradient(circle at 84% 72%, rgba(141, 88, 15, 0.5) 0 3px, transparent 3px 100%),
    repeating-linear-gradient(45deg, rgba(255, 245, 206, 0) 0 14px, rgba(160, 100, 20, 0.2) 14px 15px);
}

body.theme-radost.radost-v4 .joy-package-premium::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 13px;
  border: 1px solid rgba(151, 98, 20, 0.34);
  pointer-events: none;
}

body.theme-radost.radost-v4 .joy-package-premium > * {
  position: relative;
  z-index: 1;
}

body.theme-radost.radost-v4 .joy-package-premium h3,
body.theme-radost.radost-v4 .joy-package-premium .joy-package-short {
  color: #442907;
}

body.theme-radost.radost-v4 .joy-package-premium h3 {
  color: #ffcc35;
  text-shadow: 0 1px 0 rgba(84, 52, 8, 0.6), 0 0 12px rgba(255, 211, 109, 0.42);
}

body.theme-radost.radost-v4 .joy-package-premium p,
body.theme-radost.radost-v4 .joy-package-premium ul {
  color: rgba(66, 42, 11, 0.9);
}

body.theme-radost.radost-v4 .joy-wow-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.72rem;
}

body.theme-radost.radost-v4 .joy-wow-card {
  padding: 0.9rem;
  text-align: center;
  color: #f2f6ff;
  font-weight: 700;
}

body.theme-radost.radost-v4 .joy-wow-card-neon-party {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.44rem;
  min-height: 220px;
  padding: 1rem;
  text-align: left;
  grid-column: span 2;
  border-color: rgba(255, 157, 73, 0.66);
  box-shadow: 0 18px 32px rgba(3, 8, 26, 0.56), 0 0 0 1px rgba(255, 162, 61, 0.2) inset;
  background: linear-gradient(180deg, rgba(2, 8, 26, 0.12) 0%, rgba(2, 8, 26, 0.76) 62%, rgba(2, 8, 26, 0.94) 100%),
    url("../radost/rad-neon-party.jpg") center / cover no-repeat;
}

body.theme-radost.radost-v4 .joy-wow-card-neon-party::before {
  opacity: 0.45;
}

body.theme-radost.radost-v4 .joy-wow-card-neon-party span {
  font-size: 1.02rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.theme-radost.radost-v4 .joy-wow-card-neon-party small {
  display: block;
  max-width: 26ch;
  color: rgba(232, 240, 255, 0.9);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.42;
}

body.theme-radost.radost-v4 .joy-steps-grid {
  margin-top: 1.4rem;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.theme-radost.radost-v4 .timeline-step {
  padding: 1rem;
}

body.theme-radost.radost-v4 .step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-bottom: 0.54rem;
  color: #f6f8ff;
  border: 1px solid rgba(57, 198, 255, 0.58);
  background: rgba(17, 29, 88, 0.62);
  box-shadow: 0 0 12px rgba(57, 198, 255, 0.3);
}

body.theme-radost.radost-v4 .joy-photo-grid {
  margin-top: 1rem;
  display: block;
  gap: 0.7rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  column-count: 4;
  column-gap: 0.7rem;
}

body.theme-radost.radost-v4 .joy-photo-card {
  overflow: hidden;
  break-inside: avoid;
  margin: 0 0 0.7rem;
  border-radius: 12px;
}

body.theme-radost.radost-v4 .joy-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  transition: transform 0.24s ease;
}

body.theme-radost.radost-v4 .joy-photo-card:hover img {
  transform: none !important;
}

body.theme-radost.radost-v4 .joy-reviews-grid {
  margin-top: 1.3rem;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.theme-radost.radost-v4 .joy-review-card {
  padding: 1.1rem;
}

body.theme-radost.radost-v4 .joy-review-text {
  margin: 0;
  color: #f2f6ff;
  font-size: 1rem;
  line-height: 1.55;
}

body.theme-radost.radost-v4 .joy-review-meta {
  margin: 0.76rem 0 0;
  font-size: 0.86rem;
}

body.theme-radost.radost-v4 .faq-item {
  border-color: rgba(57, 198, 255, 0.24);
  background: rgba(10, 17, 49, 0.76);
}

body.theme-radost.radost-v4 .faq-item summary {
  color: #f3f8ff;
}

body.theme-radost.radost-v4 .contact-card {
  background: rgba(10, 17, 48, 0.84);
}

body.theme-radost.radost-v4 .contact-meta a {
  color: #dcf7ff;
}

body.theme-radost.radost-v4 .contact-meta a:hover {
  color: #ffffff;
}

body.theme-radost.radost-v4 .form input,
body.theme-radost.radost-v4 .form select,
body.theme-radost.radost-v4 .form textarea {
  background: rgba(10, 18, 52, 0.88);
  border-color: rgba(129, 214, 255, 0.3);
  color: #f3f8ff;
}

body.theme-radost.radost-v4 .form label {
  color: #dce6ff;
}

body.theme-radost.radost-v4 .page-footer {
  background: linear-gradient(160deg, rgba(7, 12, 38, 0.98), rgba(12, 21, 60, 0.98));
  border-top-color: rgba(57, 198, 255, 0.32);
}

body.theme-radost.radost-v4 .footer-links a,
body.theme-radost.radost-v4 .footer-contacts-inline a,
body.theme-radost.radost-v4 .footer-copy,
body.theme-radost.radost-v4 .footer-help-line {
  color: rgba(224, 235, 255, 0.9);
}

body.theme-radost.radost-v4 .footer-links a:hover,
body.theme-radost.radost-v4 .footer-contacts-inline a:hover {
  color: #ffffff;
}

body.theme-radost.radost-v4 .mobile-contact-bar--joy {
  display: none;
  grid-template-columns: 1fr 1fr 0.82fr;
  gap: 0.5rem;
}

body.theme-radost.radost-v4 .mobile-contact-btn {
  border: 1px solid rgba(109, 213, 255, 0.36);
  color: #edf7ff;
  background: linear-gradient(120deg, rgba(8, 15, 45, 0.96), rgba(20, 29, 83, 0.95));
}

body.theme-radost.radost-v4 .mobile-contact-btn--call {
  border-color: rgba(255, 83, 214, 0.44);
  background: linear-gradient(118deg, rgba(67, 17, 95, 0.95), rgba(33, 64, 167, 0.95));
}

body.theme-radost.radost-v4 :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid rgba(0, 229, 255, 0.96);
  outline-offset: 2px;
}

body.theme-radost.radost-v4 .floating-call-widget--radost > summary {
  background: linear-gradient(136deg, rgba(255, 125, 34, 0.98) 0%, rgba(255, 86, 28, 0.96) 46%, rgba(255, 167, 46, 0.96) 100%);
}

body.theme-radost.radost-v4 .floating-call-widget__panel {
  background: radial-gradient(circle at 12% 20%, rgba(255, 168, 84, 0.18), transparent 46%),
    radial-gradient(circle at 88% 70%, rgba(255, 126, 42, 0.2), transparent 44%),
    linear-gradient(145deg, rgba(16, 19, 52, 0.95), rgba(20, 16, 48, 0.93));
}

body.theme-radost.radost-v4 .mobile-contact-btn[data-track="mobile_call"] {
  background: linear-gradient(130deg, #2fc9d8 0%, #0f93b4 100%);
  border-color: rgba(120, 239, 255, 0.38);
}

body.theme-radost .direction-by-lord-main {
  color: #ff9d42;
  text-shadow: 0 0 16px rgba(255, 157, 66, 0.28);
}

body.theme-radost.radost-v4 .joy-media-mosaic {
  margin-top: 0.78rem;
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(150px, 220px));
  gap: 0.62rem 0.78rem;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

body.theme-radost.radost-v4 .joy-mosaic-item {
  margin: 0 !important;
  min-height: 0 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid rgba(129, 210, 255, 0.28);
  background: linear-gradient(146deg, rgba(8, 15, 46, 0.92), rgba(16, 24, 63, 0.86));
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: clamp(148px, 18vw, 236px) !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  transform: none !important;
}

body.theme-radost.radost-v4 .joy-hero-frame,
body.theme-radost.radost-v4 .joy-photo-card {
  display: grid;
  place-items: center;
  background: linear-gradient(146deg, rgba(8, 15, 46, 0.92), rgba(16, 24, 63, 0.86));
}

body.theme-radost.radost-v4 .joy-hero-frame img,
body.theme-radost.radost-v4 .joy-mosaic-item img,
body.theme-radost.radost-v4 .joy-photo-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  background: none !important;
  min-height: 0 !important;
  display: block;
  transform: none !important;
  animation: none !important;
  object-position: center center !important;
}

body.theme-radost.radost-v4 .main-header-clone .header-actions-rich {
  display: flex;
  align-items: center;
  gap: 0.56rem;
}

body.theme-radost.radost-v4 .main-header-clone .header-write {
  position: relative;
}

body.theme-radost.radost-v4 .main-header-clone .header-write > summary {
  list-style: none;
  cursor: pointer;
  border-radius: 999px;
  border: 1px solid rgba(255, 206, 107, 0.58);
  background: linear-gradient(112deg, #00e5ff 0%, #39c6ff 38%, #ff63ea 100%) !important;
  color: #0f1a44 !important;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 0.68rem 1rem;
  box-shadow: 0 10px 22px rgba(3, 8, 33, 0.34),
    0 0 18px rgba(0, 229, 255, 0.26) !important;
  border-color: rgba(205, 238, 255, 0.66) !important;
}

body.theme-radost.radost-v4 .main-header-clone .header-write > summary::-webkit-details-marker {
  display: none;
}

body.theme-radost.radost-v4 .main-header-clone .header-write-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 0.46rem);
  min-width: 170px;
  display: grid;
  gap: 0.34rem;
  padding: 0.44rem;
  border-radius: 12px;
  border: 1px solid rgba(120, 204, 255, 0.42);
  background: rgba(10, 16, 48, 0.96);
  box-shadow: 0 14px 28px rgba(2, 6, 20, 0.52);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 6;
}

body.theme-radost.radost-v4 .main-header-clone .header-write[open] .header-write-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

body.theme-radost.radost-v4 .main-header-clone .header-write-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

body.theme-radost.radost-v4 .main-header-clone .header-write-link-tg {
  color: #e9f8ff;
  border-color: rgba(116, 214, 255, 0.42);
  background: linear-gradient(130deg, #27a7e7 0%, #137dbc 100%);
}

body.theme-radost.radost-v4 .main-header-clone .header-write-link-wa {
  color: #fff0fb;
  border-color: rgba(255, 148, 227, 0.5);
  background: linear-gradient(130deg, #ff57bd 0%, #dd3b96 100%);
}

body.theme-radost.radost-v4 .main-header-clone .header-write-link:hover,
body.theme-radost.radost-v4 .main-header-clone .header-write-link:focus-visible {
  filter: saturate(1.08);
  box-shadow: 0 8px 16px rgba(1, 8, 24, 0.36);
}

body.theme-radost.radost-v4 .joy-package-card::before {
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: inherit !important;
  background: linear-gradient(145deg, rgba(57, 198, 255, 0.2), rgba(255, 61, 222, 0.18));
  opacity: 0;
  transition: opacity 0.2s ease;
}

body.theme-radost.radost-v4 .hero-messenger-link-tg {
  color: #eaf7ff;
  border-color: rgba(113, 217, 255, 0.58);
  background: rgba(14, 66, 118, 0.62);
}

body.theme-radost.radost-v4 .contact-btn-tg {
  color: #eaf7ff;
  border-color: rgba(113, 217, 255, 0.56);
  background: linear-gradient(132deg, rgba(23, 87, 160, 0.88), rgba(13, 125, 188, 0.9));
}

body.theme-radost.radost-v4 .footer-contact-tg {
  color: #27a7e7 !important;
}

body.theme-radost.radost-v4 .joy-cloud-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  display: none !important;
}

body.theme-radost.radost-v4 .joy-cloud {
  position: absolute;
  width: clamp(190px, 25vw, 360px) !important;
  height: auto;
  opacity: 0.82 !important;
  filter: drop-shadow(0 16px 26px rgba(8, 18, 48, 0.48))
    drop-shadow(0 0 22px rgba(71, 222, 255, 0.24))
    drop-shadow(0 0 18px rgba(255, 112, 232, 0.2))
    saturate(1.1) !important;
  will-change: transform;
}

body.theme-radost.radost-v4 .joy-cloud-left {
  left: -3% !important;
  top: 12% !important;
  animation: joyCloudSwayLeftV10 12.8s ease-in-out infinite alternate;
}

body.theme-radost.radost-v4 .joy-cloud-right {
  right: -3% !important;
  top: 17% !important;
  transform: scaleX(-1);
  animation: joyCloudSwayRightV10 14.2s ease-in-out infinite alternate;
}

body.theme-radost.radost-v4 .joy-by-lord {
  margin: 0.38rem 0 0.24rem;
  font-size: clamp(0.72rem, 1.05vw, 0.92rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffe8ad;
  text-shadow: 0 0 12px rgba(255, 225, 145, 0.42), 0 0 24px rgba(255, 188, 88, 0.26);
}

body.theme-radost.radost-v4 .joy-title .joy-title-accent {
  color: transparent;
  background: linear-gradient(96deg, #ffe780 0%, #ffc34d 28%, #ffad2d 52%, #ffd56f 76%, #f39a22 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 14px rgba(255, 185, 76, 0.35), 0 0 28px rgba(255, 146, 40, 0.2);
}

body.theme-radost.radost-v4 .gallery-vibe-title {
  color: #f0f5ff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
}

body.theme-radost.radost-v4 .gallery-vibe-title .gallery-vibe-main {
  color: transparent;
  background: linear-gradient(96deg, #ff76db 0%, #ff6ab3 26%, #9a8bff 56%, #48d7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 15px rgba(145, 127, 255, 0.3), 0 0 24px rgba(72, 215, 255, 0.2);
}

body.theme-radost.radost-v4 .gallery-vibe-title .gallery-vibe-accent {
  color: transparent;
  background: linear-gradient(97deg, #ffe77f 0%, #ffc44f 33%, #ffad2b 56%, #ffd970 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 14px rgba(255, 185, 76, 0.34), 0 0 26px rgba(255, 156, 42, 0.22);
}

body.theme-radost.radost-v4 .joy-mosaic-item:nth-child(odd) {
  transform: translateY(-6px);
}

body.theme-radost.radost-v4 .joy-mosaic-item:nth-child(even) {
  transform: translateY(8px);
}

body.theme-radost.radost-v4 .joy-media-mosaic,
body.theme-radost.radost-v4 .joy-media-mosaic.joy-media-mosaic-chaos {
  margin-top: 0.82rem !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 0.72rem !important;
}

body.theme-radost.radost-v4 .joy-chaos-trust .joy-mosaic-item {
  width: clamp(196px, 24vw, 312px) !important;
  aspect-ratio: 16 / 10 !important;
  transform: rotate(-1.1deg) !important;
}

body.theme-radost.radost-v4 .joy-chaos-formats .joy-mosaic-item:nth-child(1) {
  transform: translateY(-4px) rotate(-1deg) !important;
}

body.theme-radost.radost-v4 .joy-chaos-formats .joy-mosaic-item:nth-child(2) {
  transform: translateY(10px) rotate(1.2deg) !important;
}

body.theme-radost.radost-v4 .joy-chaos-formats .joy-mosaic-item:nth-child(3) {
  transform: translateY(-2px) rotate(-0.6deg) !important;
}

body.theme-radost.radost-v4 .joy-chaos-packages .joy-mosaic-item {
  width: clamp(212px, 27vw, 340px) !important;
  aspect-ratio: 15 / 9 !important;
  transform: rotate(0.8deg) !important;
}

body.theme-radost.radost-v4 .joy-chaos-wow .joy-mosaic-item:nth-child(1) {
  width: clamp(174px, 20vw, 262px) !important;
  aspect-ratio: 5 / 4 !important;
  transform: translateY(6px) rotate(-1.4deg) !important;
}

body.theme-radost.radost-v4 .joy-chaos-wow .joy-mosaic-item:nth-child(2) {
  width: clamp(168px, 19vw, 248px) !important;
  aspect-ratio: 5 / 4 !important;
  transform: translateY(-6px) rotate(1deg) !important;
}

body.theme-radost.radost-v4 .joy-chaos-flow .joy-mosaic-item {
  width: clamp(186px, 22vw, 286px) !important;
  aspect-ratio: 5 / 4 !important;
  transform: rotate(-1deg) !important;
}

body.theme-radost.radost-v4 .joy-package-card h3 {
  margin-top: 0 !important;
}

body.theme-radost.radost-v4 #trust .joy-media-mosaic,
body.theme-radost.radost-v4 #formats .joy-media-mosaic,
body.theme-radost.radost-v4 #packages .joy-media-mosaic,
body.theme-radost.radost-v4 #wow-options .joy-media-mosaic,
body.theme-radost.radost-v4 #how-it-works .joy-media-mosaic {
  display: none !important;
}

body.theme-radost.radost-v4 #wow-options .joy-wow-grid {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

body.theme-radost.radost-v4 #wow-options .joy-wow-media-card {
  position: relative;
  min-height: 220px;
  padding: 0;
  overflow: hidden;
  border-color: rgba(123, 217, 255, 0.42);
  background: #0a153a;
}

body.theme-radost.radost-v4 #wow-options .joy-wow-media-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.28s ease;
}

body.theme-radost.radost-v4 #wow-options .joy-wow-media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 10, 28, 0.06) 0%, rgba(4, 10, 28, 0.64) 56%, rgba(4, 10, 28, 0.9) 100%);
  pointer-events: none;
}

body.theme-radost.radost-v4 #wow-options .joy-wow-card-content {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.34rem;
  padding: 0.95rem;
  text-align: left;
}

body.theme-radost.radost-v4 #wow-options .joy-wow-card-content h3 {
  margin: 0;
  color: #fff3be;
  font-size: 0.96rem;
  line-height: 1.25;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.38);
}

body.theme-radost.radost-v4 #wow-options .joy-wow-card-content p {
  margin: 0;
  color: rgba(232, 241, 255, 0.92);
  font-size: 0.84rem;
  line-height: 1.4;
}

body.theme-radost.radost-v4 #gallery .joy-photo-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 0.75rem;
}

body.theme-radost.radost-v4 #gallery .joy-photo-card {
  aspect-ratio: 4 / 5;
  min-height: 0;
  overflow: hidden;
}

body.theme-radost.radost-v4 #gallery .joy-photo-card:nth-child(5n + 1),
body.theme-radost.radost-v4 #gallery .joy-photo-card:nth-child(5n + 4) {
  grid-row: span 2;
  aspect-ratio: auto;
}

body.theme-radost.radost-v4 #gallery .joy-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
}

body.theme-radost.radost-v4 .main-header-clone .header-write > summary:hover,
body.theme-radost.radost-v4 .main-header-clone .header-write > summary:focus-visible {
  filter: saturate(1.09) brightness(1.02) !important;
}

body.theme-radost.radost-v4 .joy-page-floating-scene {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

body.theme-radost.radost-v4 .joy-page-shape {
  position: absolute;
  line-height: 1;
  font-weight: 700;
  font-size: clamp(0.95rem, 1.35vw, 1.38rem);
  opacity: 0.72;
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0);
}

body.theme-radost.radost-v4 .joy-page-shape--blue {
  color: rgba(138, 232, 255, 0.88);
  text-shadow: 0 0 12px rgba(0, 229, 255, 0.48),
    0 0 16px rgba(57, 198, 255, 0.34);
}

body.theme-radost.radost-v4 .joy-page-shape--pink {
  color: rgba(255, 141, 231, 0.84);
  text-shadow: 0 0 12px rgba(255, 61, 222, 0.42),
    0 0 16px rgba(255, 77, 125, 0.28);
}

body.theme-radost.radost-v4 .joy-page-shape-1 {
  top: 8%;
  left: 5%;
  animation: joyPageFloatA 11.2s ease-in-out infinite;
}

body.theme-radost.radost-v4 .joy-page-shape-2 {
  top: 18%;
  left: 14%;
  animation: joyPageFloatB 12.6s ease-in-out infinite -1.6s;
}

body.theme-radost.radost-v4 .joy-page-shape-3 {
  top: 30%;
  left: 7%;
  animation: joyPageFloatA 10.8s ease-in-out infinite -0.8s;
}

body.theme-radost.radost-v4 .joy-page-shape-4 {
  top: 43%;
  left: 16%;
  animation: joyPageFloatB 13.2s ease-in-out infinite -2.2s;
}

body.theme-radost.radost-v4 .joy-page-shape-5 {
  top: 56%;
  left: 6%;
  animation: joyPageFloatA 11.8s ease-in-out infinite -3.1s;
}

body.theme-radost.radost-v4 .joy-page-shape-6 {
  top: 70%;
  left: 13%;
  animation: joyPageFloatB 12.2s ease-in-out infinite -1.1s;
}

body.theme-radost.radost-v4 .joy-page-shape-7 {
  top: 84%;
  left: 8%;
  animation: joyPageFloatA 10.9s ease-in-out infinite -2.8s;
}

body.theme-radost.radost-v4 .joy-page-shape-8 {
  top: 16%;
  left: 33%;
  animation: joyPageFloatB 12.9s ease-in-out infinite -0.7s;
}

body.theme-radost.radost-v4 .joy-page-shape-9 {
  top: 9%;
  right: 9%;
  animation: joyPageFloatA 10.7s ease-in-out infinite -2.3s;
}

body.theme-radost.radost-v4 .joy-page-shape-10 {
  top: 24%;
  right: 14%;
  animation: joyPageFloatB 12.4s ease-in-out infinite -1.2s;
}

body.theme-radost.radost-v4 .joy-page-shape-11 {
  top: 37%;
  right: 7%;
  animation: joyPageFloatA 11.4s ease-in-out infinite -3.3s;
}

body.theme-radost.radost-v4 .joy-page-shape-12 {
  top: 52%;
  right: 16%;
  animation: joyPageFloatB 13.1s ease-in-out infinite -1.9s;
}

body.theme-radost.radost-v4 .joy-page-shape-13 {
  top: 64%;
  right: 8%;
  animation: joyPageFloatA 10.6s ease-in-out infinite -0.9s;
}

body.theme-radost.radost-v4 .joy-page-shape-14 {
  top: 76%;
  right: 15%;
  animation: joyPageFloatB 12.5s ease-in-out infinite -2.7s;
}

body.theme-radost.radost-v4 .joy-page-shape-15 {
  top: 88%;
  right: 9%;
  animation: joyPageFloatA 11.1s ease-in-out infinite -1.4s;
}

body.theme-radost.radost-v4 .joy-page-shape-16 {
  top: 58%;
  right: 33%;
  animation: joyPageFloatB 12.8s ease-in-out infinite -2s;
}

@keyframes joyNeonPulse {
  0%,
  100% {
    opacity: 0.74;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes joyAuraDriftV4 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(-3%, 3%, 0) scale(1.06);
  }
}

@keyframes joyHaloPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(57, 198, 255, 0.4);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 0 14px rgba(57, 198, 255, 0);
    transform: scale(1.05);
  }
}

@keyframes joySparkBlinkV4 {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.86);
  }

  50% {
    opacity: 1;
    transform: scale(1.14);
  }
}

@keyframes joyFloatA {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(0, -16px, 0) rotate(8deg);
  }
}

@keyframes joyFloatB {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(-10px, -12px, 0) rotate(-10deg);
  }
}

@keyframes joyFloatC {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(10px, -14px, 0) rotate(11deg);
  }
}

@keyframes joyImageFloatB {
  0%,
  100% {
    transform: scale(1.03) translateY(0);
  }

  50% {
    transform: scale(1.08) translateY(-12px);
  }
}

@keyframes joyImageFloatC {
  0%,
  100% {
    transform: scale(1.02) translateY(0);
  }

  50% {
    transform: scale(1.07) translateY(-9px);
  }
}

@keyframes joyCloudSwayLeftV10 {
  0% {
    transform: translate3d(-8px, -3px, 0) rotate(-1.5deg);
  }
  50% {
    transform: translate3d(20px, 5px, 0) rotate(0.8deg);
  }
  100% {
    transform: translate3d(34px, -2px, 0) rotate(-0.8deg);
  }
}

@keyframes joyCloudSwayRightV10 {
  0% {
    transform: scaleX(-1) translate3d(10px, 0, 0) rotate(1deg);
  }
  50% {
    transform: scaleX(-1) translate3d(-16px, 7px, 0) rotate(-0.7deg);
  }
  100% {
    transform: scaleX(-1) translate3d(-34px, -2px, 0) rotate(0.8deg);
  }
}

@keyframes joyPageFloatA {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 0.58;
  }
  50% {
    transform: translate3d(9px, -14px, 0) rotate(8deg);
    opacity: 0.9;
  }
}

@keyframes joyPageFloatB {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 0.62;
  }
  50% {
    transform: translate3d(-10px, 12px, 0) rotate(-7deg);
    opacity: 0.88;
  }
}

@media (max-width: 760px) {
  body.theme-radost.radost-v4 .joy-hero {
    border-radius: 20px;
    margin: 0;
    padding-block: 2.8rem;
  }

  body.theme-radost.radost-v4 .joy-title {
    font-size: clamp(1.72rem, 8vw, 2.3rem);
  }

  body.theme-radost.radost-v4 .joy-age-grid,
  body.theme-radost.radost-v4 .joy-packages,
  body.theme-radost.radost-v4 .joy-wow-grid,
  body.theme-radost.radost-v4 .joy-steps-grid,
  body.theme-radost.radost-v4 .joy-photo-grid,
  body.theme-radost.radost-v4 .joy-reviews-grid {
    grid-template-columns: 1fr;
  }

  body.theme-radost.radost-v4 .joy-wow-card-neon-party {
    grid-column: auto;
    min-height: 200px;
  }

  body.theme-radost.radost-v4 .joy-magic-cursor {
    display: none;
  }

  body.theme-radost.radost-v4 .joy-floating-scene .joy-shape-4,
  body.theme-radost.radost-v4 .joy-floating-scene .joy-shape-5,
  body.theme-radost.radost-v4 .joy-floating-scene .joy-shape-8 {
    display: none;
  }

  body.theme-radost.radost-v4 .joy-confetti-pulse {
    display: none;
  }

  body.theme-radost.radost-v4 .mobile-contact-bar--joy {
    display: grid;
  }

  body.theme-radost.radost-v4 .page-footer {
    padding-bottom: 6.2rem;
  }

  body.theme-radost.radost-v4 .main-header-clone .header-phone,
  body.theme-radost.radost-v4 .main-header-clone .header-write {
    display: none !important;
  }

  body.theme-radost.radost-v4 .joy-scroll-progress {
    display: none !important;
  }

  body.theme-radost.radost-v4 .joy-photo-grid {
    column-count: 1;
  }

  body.theme-radost.radost-v4 .joy-media-mosaic {
    justify-content: center !important;
  }

  body.theme-radost.radost-v4 #wow-options .joy-wow-grid,
  body.theme-radost.radost-v4 #gallery .joy-photo-grid {
    grid-template-columns: 1fr;
  }

  body.theme-radost.radost-v4 #wow-options .joy-wow-media-card {
    min-height: 210px;
  }

  body.theme-radost.radost-v4 #gallery .joy-photo-card:nth-child(5n + 1),
  body.theme-radost.radost-v4 #gallery .joy-photo-card:nth-child(5n + 4) {
    grid-row: auto;
    aspect-ratio: 4 / 5;
  }

  /* 7.1 — Neon cyan→pink gradient for primary buttons on mobile */
  body.theme-radost.radost-v4 .btn-primary {
    background: linear-gradient(90deg, var(--neon-cyan-0), var(--neon-pink-0));
    border-color: rgba(0, 229, 255, 0.5);
    box-shadow: 0 8px 20px rgba(0, 229, 255, 0.25),
      0 0 0 1px rgba(255, 61, 222, 0.2);
  }

  body.theme-radost.radost-v4 .btn-primary:hover {
    border-color: rgba(255, 61, 222, 0.7);
    box-shadow: 0 12px 28px rgba(0, 229, 255, 0.35),
      0 0 0 1px rgba(255, 61, 222, 0.35);
  }

  /* 7.2 — Compact collapsible package cards on mobile */
  body.theme-radost.radost-v4 .joy-packages {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  body.theme-radost.radost-v4 .joy-package-card {
    min-width: 0;
    overflow: visible;
    overflow-wrap: break-word;
    word-break: break-word;
    padding: 0.85rem 1rem;
  }

  body.theme-radost.radost-v4 .joy-package-card h3 {
    font-size: 1.1rem;
  }

  body.theme-radost.radost-v4 .joy-package-short {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  /* 7.3 — Larger uppercase "Радость" in hero title */
  body.theme-radost.radost-v4 .joy-title .joy-title-accent {
    font-size: 1.35em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  /* 7.4 — Format cells: fix text overflow, compact 2-col layout */
  body.theme-radost.radost-v4 .joy-age-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
  }

  body.theme-radost.radost-v4 .joy-age-card {
    text-align: center;
    padding: 0.75rem;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }

  body.theme-radost.radost-v4 .joy-age-card h3 {
    font-size: 0.92rem;
  }

  body.theme-radost.radost-v4 .joy-age-card p {
    font-size: 0.82rem;
    margin: 0.3rem 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.theme-radost.radost-v4 .joy-scroll-progress__bar,
  body.theme-radost.radost-v4 .joy-magic-cursor,
  body.theme-radost.radost-v4 .joy-floating-scene .joy-shape,
  body.theme-radost.radost-v4 .joy-confetti-pulse,
  body.theme-radost.radost-v4 .joy-hero::after,
  body.theme-radost.radost-v4 .joy-frame-a img,
  body.theme-radost.radost-v4 .joy-frame-b img,
  body.theme-radost.radost-v4 .joy-frame-c img,
  body.theme-radost.radost-v4 .btn,
  body.theme-radost.radost-v4 .joy-panel,
  body.theme-radost.radost-v4 .joy-age-card,
  body.theme-radost.radost-v4 .joy-package-card,
  body.theme-radost.radost-v4 .joy-wow-card,
  body.theme-radost.radost-v4 .joy-review-card,
  body.theme-radost.radost-v4 .timeline-step {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  body.theme-radost.radost-v4 .joy-cloud-left,
  body.theme-radost.radost-v4 .joy-cloud-right {
    animation: none;
  }

  body.theme-radost.radost-v4 #wow-options .joy-wow-media-card,
  body.theme-radost.radost-v4 #wow-options .joy-wow-media-card > img {
    transition: none !important;
    transform: none !important;
  }

  body.theme-radost.radost-v4 .joy-page-shape {
    animation: none !important;
    opacity: 0.45;
    transform: none !important;
  }
}

@media (max-width: 1200px) {
  body.theme-radost.radost-v4 .joy-photo-grid {
    column-count: 3;
  }

  body.theme-radost.radost-v4 #wow-options .joy-wow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.theme-radost.radost-v4 #gallery .joy-photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.theme-radost.radost-v4 .joy-photo-grid {
    column-count: 2;
  }

  body.theme-radost.radost-v4 .joy-hero-frame,
  body.theme-radost.radost-v4 .joy-chaos-trust .joy-mosaic-item,
  body.theme-radost.radost-v4 .joy-chaos-packages .joy-mosaic-item,
  body.theme-radost.radost-v4 .joy-chaos-wow .joy-mosaic-item,
  body.theme-radost.radost-v4 .joy-chaos-flow .joy-mosaic-item {
    width: clamp(140px, 42vw, 260px) !important;
    transform: none !important;
  }
}

@media (max-width: 980px) {
  body.theme-radost.radost-v4 .joy-hero-grid {
    grid-template-columns: 1fr;
  }

  body.theme-radost.radost-v4 .joy-hero-media {
    min-height: 360px;
  }

  body.theme-radost.radost-v4 .joy-steps-grid,
  body.theme-radost.radost-v4 .joy-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.theme-radost.radost-v4 .joy-cloud {
    width: clamp(130px, 28vw, 250px);
    opacity: 0.46;
  }

  body.theme-radost.radost-v4 .joy-cloud-left {
    left: -10%;
    top: 8%;
  }

  body.theme-radost.radost-v4 .joy-cloud-right {
    right: -10%;
    top: 12%;
  }
}

@media (min-width: 1024px) {
  body.theme-radost.radost-v4 .joy-hero-points {
    gap: 0.42rem;
  }

  body.theme-radost.radost-v4 .joy-hero-points li {
    white-space: nowrap !important;
    font-size: clamp(0.79rem, 0.88vw, 0.92rem) !important;
  }
}

@media (max-width: 1023px) {
  body.theme-radost.radost-v4 .joy-hero-points li {
    white-space: normal !important;
  }
}

@media (hover: hover) {
  body.theme-radost.radost-v4 .joy-panel:hover,
  body.theme-radost.radost-v4 .joy-age-card:hover,
  body.theme-radost.radost-v4 .joy-package-card:hover,
  body.theme-radost.radost-v4 .joy-wow-card:hover,
  body.theme-radost.radost-v4 .joy-photo-card:hover,
  body.theme-radost.radost-v4 .joy-review-card:hover,
  body.theme-radost.radost-v4 .timeline-step:hover,
  body.theme-radost.radost-v4 .contact-card:hover,
  body.theme-radost.radost-v4 .faq-item:hover {
    border-color: rgba(255, 61, 222, 0.46);
    box-shadow: 0 18px 34px rgba(2, 7, 23, 0.58), 0 0 0 1px rgba(57, 198, 255, 0.34) inset;
    transform: translateY(-2px);
  }

  body.theme-radost.radost-v4 .joy-panel:hover::before,
  body.theme-radost.radost-v4 .joy-age-card:hover::before,
  body.theme-radost.radost-v4 .joy-package-card:hover::before,
  body.theme-radost.radost-v4 .joy-wow-card:hover::before,
  body.theme-radost.radost-v4 .joy-review-card:hover::before,
  body.theme-radost.radost-v4 .timeline-step:hover::before {
    opacity: 1;
  }

  body.theme-radost.radost-v4 .joy-package-standard:hover {
    border-color: rgba(252, 220, 133, 0.8);
    box-shadow: 0 20px 36px rgba(2, 7, 23, 0.58), 0 0 0 1px rgba(247, 204, 96, 0.38) inset;
  }

  body.theme-radost.radost-v4 .joy-package-premium:hover {
    border-color: rgba(177, 118, 29, 0.9);
    box-shadow: 0 26px 48px rgba(84, 52, 8, 0.52), inset 0 1px 0 rgba(255, 251, 235, 0.92);
    transform: translateY(-2px);
  }

  body.theme-radost.radost-v4 .joy-package-premium:hover::before {
    opacity: 0.44;
  }

  body.theme-radost.radost-v4 .joy-package-card:hover {
    border-color: rgba(105, 224, 255, 0.58);
    box-shadow: 0 18px 36px rgba(3, 8, 26, 0.56), 0 0 0 1px rgba(91, 224, 255, 0.34) inset !important;
  }

  body.theme-radost.radost-v4 .joy-package-card:hover::before {
    opacity: 0.24 !important;
  }

  body.theme-radost.radost-v4 #wow-options .joy-wow-media-card:hover {
    border-color: rgba(255, 170, 79, 0.65);
    box-shadow: 0 20px 34px rgba(1, 7, 24, 0.62),
      0 0 0 1px rgba(255, 155, 55, 0.24) inset,
      0 0 16px rgba(57, 198, 255, 0.22);
    transform: translateY(-3px);
  }

  body.theme-radost.radost-v4 #wow-options .joy-wow-media-card:hover > img {
    transform: scale(1.08);
  }
}

@media (max-width: 1280px) {
  body.theme-radost.radost-v4 .joy-age-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.theme-radost.radost-v4 .joy-packages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.theme-radost.radost-v4 .joy-packages {
    grid-template-columns: 1fr;
  }

  body.theme-radost.radost-v4 .joy-wow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.theme-radost.radost-v4 .joy-wow-card-neon-party {
    grid-column: span 2;
  }
}

@media (max-width: 860px) {
  body.theme-radost.radost-v4 .joy-media-mosaic {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  body.theme-radost.radost-v4 #wow-options .joy-wow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.theme-radost.radost-v4 #gallery .joy-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.theme-radost.radost-v4 .joy-page-shape-9,
  body.theme-radost.radost-v4 .joy-page-shape-10,
  body.theme-radost.radost-v4 .joy-page-shape-11,
  body.theme-radost.radost-v4 .joy-page-shape-12,
  body.theme-radost.radost-v4 .joy-page-shape-13,
  body.theme-radost.radost-v4 .joy-page-shape-14,
  body.theme-radost.radost-v4 .joy-page-shape-15,
  body.theme-radost.radost-v4 .joy-page-shape-16 {
    display: none;
  }
}

/* ═══ SHARED ═══ */

body.theme-schastye.schastye-v4 .section-title,
body.theme-schastye.schastye-v4 .hero-title,
body.theme-schastye.schastye-v4 .contact-card h3,
body.theme-radost.radost-v4 .section-title,
body.theme-radost.radost-v4 .joy-title,
body.theme-radost.radost-v4 .contact-card h3 {
  color: transparent;
  background: linear-gradient(100deg, #fff4cf 0%, #ffd97c 28%, #efb94e 52%, #ffe6aa 75%, #d99a38 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 24px rgba(4, 12, 34, 0.28);
}

body.theme-schastye.schastye-v4 .footer-title,
body.theme-schastye.schastye-v4 .footer-lead,
body.theme-schastye.schastye-v4 .footer-contacts-inline a,
body.theme-schastye.schastye-v4 .footer-links a,
body.theme-schastye.schastye-v4 .footer-copy,
body.theme-radost.radost-v4 .footer-help-line,
body.theme-radost.radost-v4 .footer-contacts-inline a,
body.theme-radost.radost-v4 .footer-links a,
body.theme-radost.radost-v4 .footer-copy {
  color: #ffd774 !important;
}

body.theme-schastye.schastye-v4 .mobile-contact-btn[data-track="mobile_tg"],
body.theme-radost.radost-v4 .mobile-contact-btn[data-track="mobile_tg"] {
  background: linear-gradient(130deg, #27a7e7 0%, #137dbc 100%);
  border-color: rgba(116, 214, 255, 0.38);
}

body.theme-schastye.schastye-v4 .mobile-contact-btn[data-track="mobile_wa"],
body.theme-radost.radost-v4 .mobile-contact-btn[data-track="mobile_wa"] {
  background: linear-gradient(130deg, #25d366 0%, #129a45 100%);
  border-color: rgba(114, 245, 165, 0.38);
}

body.theme-schastye .direction-by-lord,
body.theme-radost .direction-by-lord {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.44rem;
  margin: 0.4rem 0 0.86rem;
  line-height: 1;
}

body.theme-schastye .direction-by-lord-main,
body.theme-radost .direction-by-lord-main {
  font-family: "Prata", Georgia, serif;
  font-size: clamp(1.34rem, 2.8vw, 2.08rem);
  letter-spacing: 0.01em;
}

body.theme-schastye .direction-by-lord-sub,
body.theme-radost .direction-by-lord-sub {
  font-size: clamp(0.74rem, 1.1vw, 0.94rem);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 800;
  background: linear-gradient(92deg, #8a621f 0%, #d7b46f 44%, #f8e7b3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 12px rgba(212, 173, 93, 0.24);
  transform: translateY(-0.14rem);
}

body.theme-schastye.schastye-v4,
body.theme-radost.radost-v4 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.theme-schastye main img,
body.theme-radost main img {
  border-radius: 18px;
}

@media (max-width: 760px) {
  body.theme-schastye.schastye-v4 .hero-lead,
  body.theme-radost.radost-v4 .hero-lead,
  body.theme-radost.radost-v4 .joy-hero-points li {
    text-shadow: none !important;
  }

  body.theme-schastye.schastye-v4 .section-photo-pair,
  body.theme-radost.radost-v4 .joy-media-mosaic {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  body.theme-schastye.schastye-v4 .section-photo,
  body.theme-schastye.schastye-v4 .section-photo:first-child,
  body.theme-schastye.schastye-v4 .section-photo:last-child,
  body.theme-radost.radost-v4 .joy-mosaic-item,
  body.theme-radost.radost-v4 .joy-hero-frame {
    width: clamp(120px, 36vw, 220px);
    transform: none;
  }
}

@media (max-width: 1024px), (pointer: coarse) {
  body.theme-schastye.schastye-v4 .sch-aurora-layer,
  body.theme-schastye.schastye-v4 .sch-neon-stream,
  body.theme-schastye.schastye-v4 .sch-grain,
  body.theme-radost.radost-v4 .joy-floating-scene,
  body.theme-radost.radost-v4 .joy-magic-cursor {
    display: none !important;
  }

  body.theme-schastye.schastye-v4 .package-card,
  body.theme-schastye.schastye-v4 .case-card,
  body.theme-schastye.schastye-v4 .contact-card,
  body.theme-schastye.schastye-v4 .faq-item,
  body.theme-schastye.schastye-v4 .alexey-project-card,
  body.theme-radost.radost-v4 .joy-panel,
  body.theme-radost.radost-v4 .joy-age-card,
  body.theme-radost.radost-v4 .joy-package-card,
  body.theme-radost.radost-v4 .joy-wow-card,
  body.theme-radost.radost-v4 .joy-photo-card,
  body.theme-radost.radost-v4 .joy-review-card,
  body.theme-radost.radost-v4 .contact-card,
  body.theme-radost.radost-v4 .faq-item,
  body.theme-radost.radost-v4 .timeline-step {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body.theme-schastye.schastye-v4 .hero-frame img,
  body.theme-schastye.schastye-v4 .case-media img,
  body.theme-schastye.schastye-v4 .section-photo img,
  body.theme-schastye.schastye-v4 .alexey-project-shot img,
  body.theme-radost.radost-v4 .joy-hero-frame img,
  body.theme-radost.radost-v4 .joy-mosaic-item img,
  body.theme-radost.radost-v4 .joy-photo-card img {
    object-fit: cover !important;
    background: none !important;
    filter: none !important;
    transform: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

/* ==========================================================================
   @supports fallback — browsers without backdrop-filter
   ========================================================================== */
@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))) {

  /* --- Love page --------------------------------------------------------- */
  body.page-love .vera-cases {
    background: rgba(255, 251, 244, 0.94) !important;
  }

  body.page-love .vera-case-meta {
    background: rgba(255, 255, 255, 0.92) !important;
  }

  body.page-love .vera-profile-card,
  body.page-love .vera-cred-card {
    background: rgba(255, 255, 255, 0.92) !important;
  }

  body.page-love .love-mobile-contact-bar {
    background: rgba(255, 248, 233, 0.98) !important;
  }

  body.page-love .floating-call-widget__panel {
    background: rgba(255, 250, 240, 0.98) !important;
  }

  body.page-love .section-value-bg > .container {
    background: rgba(255, 255, 255, 0.86) !important;
  }

  body.page-love .love-lightbox {
    background: rgba(10, 12, 20, 0.88) !important;
  }

  body.page-love .section > .container,
  body.page-love .section-soft > .container {
    background: rgba(255, 255, 255, 0.78) !important;
  }

  body.page-love .section-trust-bg > .container {
    background: rgba(255, 255, 255, 0.72) !important;
  }

  body.page-love .section-tight::before {
    background: rgba(248, 248, 250, 0.96) !important;
  }

  body.page-love .offer-card,
  body.page-love .trust-list li,
  body.page-love .process-grid li,
  body.page-love .faq-item,
  body.page-love .vera-case-slide,
  body.page-love .form-panel {
    background: rgba(255, 255, 255, 0.88) !important;
  }

  body.page-love .love-form,
  body.page-love .vera-side-description {
    background: rgba(255, 252, 245, 0.82) !important;
  }

  body.page-love .hero-cloud-canvas {
    background: rgba(245, 240, 232, 0.78) !important;
  }

  /* --- Generic inner-page elements --------------------------------------- */
  .hero-note {
    background: rgba(255, 247, 236, 0.94) !important;
  }

  .service-card,
  .price-card,
  .contact-card {
    background: rgba(255, 247, 238, 0.92) !important;
  }

  /* --- Schastye page ----------------------------------------------------- */
  body.theme-schastye .hero .hero-metrics li {
    background: rgba(8, 21, 56, 0.82) !important;
  }

  body.theme-schastye .hero .hero-note {
    background: rgba(8, 20, 54, 0.86) !important;
  }

  body.theme-schastye.schastye-v4 .sch-scroll-progress {
    background: rgba(5, 10, 28, 0.54) !important;
  }

  body.theme-schastye.schastye-v4 .sch-case-card {
    background: rgba(14, 24, 62, 0.86) !important;
  }

  body.theme-schastye.schastye-v4 #process .timeline-step {
    background: rgba(20, 31, 79, 0.82) !important;
  }

  /* --- Radost page ------------------------------------------------------- */
  body.theme-radost.radost-v4 .joy-age-card,
  body.theme-radost.radost-v4 .joy-package-card,
  body.theme-radost.radost-v4 .joy-wow-card,
  body.theme-radost.radost-v4 .joy-photo-card,
  body.theme-radost.radost-v4 .joy-review-card,
  body.theme-radost.radost-v4 .faq-item,
  body.theme-radost.radost-v4 .contact-card,
  body.theme-radost.radost-v4 .timeline-step {
    background: rgba(10, 20, 56, 0.82) !important;
  }
}

/* ==========================================================================
   PAGE-MAIN — Main page (mobile v3 rebuild)
   ========================================================================== */
body.page-main {
  --text: #eef3ff;
  --text-soft: rgba(214, 220, 244, 0.88);
  --text-muted: rgba(180, 195, 230, 0.72);
  --surface: rgba(16, 19, 52, 0.74);
  --surface-strong: rgba(20, 23, 63, 0.9);
  --line: rgba(255, 226, 138, 0.3);
  --shadow-soft: 0 14px 30px rgba(2, 8, 21, 0.34);
  --shadow-strong: 0 24px 44px rgba(2, 7, 20, 0.5);
  --border: rgba(246, 242, 255, 0.12);
  --glass: rgba(255, 255, 255, 0.06);
  --glass-strong: rgba(255, 255, 255, 0.1);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  overflow-x: clip;
}

body.page-main .page-shell {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
}

body.page-main .eyebrow {
  color: rgba(252, 206, 109, 0.92);
}

body.page-main .eyebrow::before {
  background: linear-gradient(90deg, transparent, rgba(252, 206, 109, 0.72));
}

body.page-main .section-title {
  color: #f6f2ff;
  font-family: "Prata", serif;
  max-width: none;
}

body.page-main .section-lead {
  color: var(--text-soft);
}

body.page-main .section {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

body.page-main .container {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

/* --- Hero --------------------------------------------------------------- */
body.page-main .main-hero {
  position: relative;
  min-height: 85vh;
  min-height: 85dvh;
  display: flex;
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
}

body.page-main .main-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

body.page-main .main-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(7, 13, 29, 0.2) 0%,
    rgba(7, 13, 29, 0.5) 50%,
    rgba(7, 13, 29, 0.92) 85%,
    rgba(7, 13, 29, 1) 100%);
}

body.page-main .main-hero .container {
  position: relative;
  z-index: 1;
}

body.page-main .main-hero .hero-grid {
  display: block;
}

body.page-main .main-hero-title {
  font-family: "Prata", serif;
  font-size: clamp(1.6rem, 7vw, 2.4rem);
  line-height: 1.15;
  color: #fff;
  margin: 0;
}

body.page-main .hero-title-anchor {
  display: block;
  font-weight: inherit;
}

body.page-main .hero-title-by-lord {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(112deg, #fff3cf 0%, #f3c95c 44%, #c8882d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0.4rem;
}

body.page-main .hero-title-word {
  display: block;
}

body.page-main .hero-title-line {
  display: block;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(112deg, #fff3cf 0%, #f3c95c 44%, #c8882d 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

body.page-main .hero-text {
  margin-top: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(230, 235, 255, 0.88);
  max-width: 44ch;
}

body.page-main .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

body.page-main .hero-contact-row {
  margin-top: 1rem;
  font-size: 0.82rem;
  color: rgba(200, 210, 240, 0.7);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

body.page-main .hero-contact-row .inline-link {
  color: var(--lord-gold-100);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* --- Direction cards ---------------------------------------------------- */
body.page-main .main-directions-grid {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.8rem;
}

body.page-main .main-direction-card {
  padding: 1.4rem;
  border-radius: var(--lord-mac-radius-lg);
  background: var(--glass-strong);
  border: 1px solid var(--lord-liquid-border-soft);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  box-shadow: var(--lord-liquid-shadow);
}

body.page-main .main-direction-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.25rem 0.7rem;
  border-radius: 10px;
  border: 1px solid var(--lord-liquid-border-soft);
  background: var(--glass);
  color: var(--lord-gold-100);
  margin-bottom: 0.7rem;
}

body.page-main .main-direction-card h3 {
  font-family: "Prata", serif;
  font-size: 1.3rem;
  margin: 0 0 0.6rem;
  color: #fff;
}

body.page-main .main-direction-card p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--text-soft);
  margin: 0.3rem 0;
}

body.page-main .main-direction-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

/* --- Reason cards ------------------------------------------------------- */
body.page-main .main-reasons-grid {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.8rem;
}

body.page-main .main-reason-card {
  padding: 1.4rem;
  border-radius: var(--lord-mac-radius-lg);
  background: var(--glass-strong);
  border: 1px solid var(--lord-liquid-border-soft);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  box-shadow: var(--lord-liquid-shadow);
}

body.page-main .main-reason-card h3 {
  font-family: "Prata", serif;
  font-size: 1.15rem;
  margin: 0 0 0.7rem;
  color: #fff;
}

body.page-main .main-reason-card p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--text-soft);
  margin: 0.3rem 0;
}

/* --- Stats -------------------------------------------------------------- */
body.page-main .main-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 1.4rem;
}

body.page-main .main-stat-card {
  text-align: center;
  padding: 1rem 0.5rem;
  border-radius: var(--lord-mac-radius-lg);
  background: var(--glass);
  border: 1px solid var(--lord-liquid-border-soft);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.page-main .main-stat-value {
  display: block;
  font-family: "Prata", serif;
  font-size: 1.4rem;
  color: var(--lord-gold-100);
  font-weight: 400;
}

body.page-main .main-stat-label {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.72rem;
  color: var(--text-soft);
  line-height: 1.3;
}

/* --- Story cards (memories) --------------------------------------------- */
body.page-main .main-stories-grid {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.8rem;
}

body.page-main .main-story-card {
  border-radius: var(--lord-mac-radius-lg);
  background: var(--glass-strong);
  border: 1px solid var(--lord-liquid-border-soft);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  box-shadow: var(--lord-liquid-shadow);
  overflow: hidden;
}

body.page-main .main-story-photo {
  aspect-ratio: 4/3;
  overflow: hidden;
}

body.page-main .main-story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-main .main-story-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.25rem 0.7rem;
  border-radius: 10px;
  border: 1px solid var(--lord-liquid-border-soft);
  background: var(--glass);
  color: var(--lord-gold-100);
  margin: 1rem 1.2rem 0;
}

body.page-main .main-story-card p {
  padding: 0.6rem 1.2rem 1.2rem;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--text-soft);
  margin: 0;
}

/* --- Team cards --------------------------------------------------------- */
body.page-main .main-team-grid {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.8rem;
}

body.page-main .main-team-card {
  padding: 1.2rem;
  border-radius: var(--lord-mac-radius-lg);
  background: var(--glass-strong);
  border: 1px solid var(--lord-liquid-border-soft);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  box-shadow: var(--lord-liquid-shadow);
}

body.page-main .main-team-photo {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: var(--lord-mac-radius-md);
  overflow: hidden;
  margin-bottom: 0.8rem;
}

body.page-main .main-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-main .main-team-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.22rem 0.6rem;
  border-radius: 8px;
  border: 1px solid var(--lord-liquid-border-soft);
  background: var(--glass);
  color: var(--lord-gold-100);
}

body.page-main .main-team-card h3 {
  font-family: "Prata", serif;
  font-size: 1.2rem;
  margin: 0.5rem 0 0.4rem;
  color: #fff;
}

body.page-main .main-team-card p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--text-soft);
  margin: 0.2rem 0;
}

body.page-main .main-team-more {
  margin-top: 0.5rem;
}

body.page-main .main-team-more summary {
  cursor: pointer;
  color: var(--lord-gold-100);
  font-size: 0.82rem;
  font-weight: 600;
}

body.page-main .main-team-more p {
  margin-top: 0.4rem;
}

/* --- Package cards ------------------------------------------------------ */
body.page-main .main-packages-grid {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.8rem;
}

body.page-main .main-package-card {
  padding: 1.4rem;
  border-radius: var(--lord-mac-radius-lg);
  background: var(--glass-strong);
  border: 1px solid var(--lord-liquid-border-soft);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  box-shadow: var(--lord-liquid-shadow);
}

body.page-main .main-package-card--accent {
  border-color: var(--lord-gold-300, rgba(251, 188, 54, 0.45));
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.12) 0%, rgba(251, 188, 54, 0.08) 100%);
}

body.page-main .main-package-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.25rem 0.7rem;
  border-radius: 10px;
  border: 1px solid var(--lord-liquid-border-soft);
  background: var(--glass);
  color: var(--lord-gold-100);
  margin-bottom: 0.7rem;
}

body.page-main .main-package-card h3 {
  font-family: "Prata", serif;
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
  color: #fff;
}

body.page-main .main-package-card p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--text-soft);
  margin: 0.2rem 0;
}

body.page-main .main-package-price {
  font-weight: 700;
  color: var(--lord-gold-100);
}

body.page-main .main-package-card ul {
  padding-left: 1.2rem;
  margin: 0.4rem 0;
}

body.page-main .main-package-card li {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--text-soft);
}

body.page-main .main-package-cta {
  margin-top: 1rem;
}

/* --- Form section ------------------------------------------------------- */
body.page-main .main-form-grid {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

body.page-main .main-form-card,
body.page-main .main-contact-card {
  padding: 1.4rem;
  border-radius: var(--lord-mac-radius-lg);
  background: var(--glass-strong);
  border: 1px solid var(--lord-liquid-border-soft);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  box-shadow: var(--lord-liquid-shadow);
}

body.page-main .main-form-lead {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--text-soft);
  margin: 0.6rem 0 1.2rem;
}

body.page-main .main-lead-form label {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-soft);
}

body.page-main .main-lead-form input,
body.page-main .main-lead-form select,
body.page-main .main-lead-form textarea {
  display: block;
  width: 100%;
  margin-top: 0.3rem;
  padding: 0.7rem 0.9rem;
  font-size: 0.9rem;
  font-family: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--lord-mac-radius-md);
  outline: none;
  box-sizing: border-box;
}

body.page-main .main-lead-form input::placeholder,
body.page-main .main-lead-form textarea::placeholder {
  color: rgba(200, 210, 240, 0.5);
}

body.page-main .main-lead-form textarea {
  min-height: 5rem;
  resize: vertical;
}

body.page-main .main-lead-form select {
  -webkit-appearance: none;
  appearance: none;
}

body.page-main .main-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

@media (max-width: 480px) {
  body.page-main .main-form-row {
    grid-template-columns: 1fr;
  }
}

body.page-main .main-lead-form .btn {
  margin-top: 0.5rem;
  width: 100%;
}

body.page-main .form-note {
  margin-top: 0.6rem;
  font-size: 0.72rem;
  color: var(--text-muted);
}

body.page-main .form-status {
  margin-top: 0.5rem;
  font-size: 0.82rem;
}

body.page-main .main-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1rem 0;
}

body.page-main .main-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.page-main .main-contact-list li {
  margin: 0.4rem 0;
}

body.page-main .main-contact-list a {
  color: var(--lord-gold-100);
  text-decoration: none;
  font-size: 0.88rem;
}

body.page-main .main-contact-list span {
  color: var(--text-soft);
  font-size: 0.82rem;
}

/* --- Footer ------------------------------------------------------------- */
body.page-main .page-footer {
  padding: 2.5rem 0 1.5rem;
}

body.page-main .footer-row-contacts {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

body.page-main .footer-title {
  font-family: "Prata", serif;
  font-size: 1.15rem;
  color: #fff;
  margin: 0 0 0.5rem;
}

body.page-main .footer-lead {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--text-soft);
  margin: 0 0 0.8rem;
}

body.page-main .footer-contacts-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

body.page-main .footer-contacts-inline a {
  color: var(--lord-gold-100);
  text-decoration: none;
  font-size: 0.85rem;
}

body.page-main .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
}

body.page-main .footer-links a {
  color: var(--text-soft);
  text-decoration: none;
  font-size: 0.85rem;
}

body.page-main .footer-copy {
  margin-top: 1.5rem;
  font-size: 0.72rem;
  color: var(--text-muted);
}

/* --- Buttons ------------------------------------------------------------ */
body.page-main .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  font-size: 0.88rem;
  font-weight: 700;
  font-family: inherit;
  text-decoration: none;
  border-radius: var(--lord-mac-radius-md);
  cursor: pointer;
  border: 1px solid var(--lord-liquid-border);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body.page-main .btn-primary {
  background: var(--lord-gold-gradient);
  color: #142b66;
  border-color: rgba(255, 215, 101, 0.56);
}

body.page-main .btn-secondary {
  background: var(--glass-strong);
  color: var(--lord-gold-100);
  border-color: rgba(255, 215, 101, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* --- FAB ---------------------------------------------------------------- */
body.page-main .floating-call-widget--lord > summary {
  background: linear-gradient(136deg, rgba(251, 188, 54, 0.96) 0%, rgba(222, 152, 4, 0.96) 50%, rgba(250, 175, 18, 0.96) 100%);
  border-color: rgba(255, 225, 152, 0.56);
}

body.page-love .floating-call-widget--love > summary,
body.theme-schastye.schastye-v4 .floating-call-widget--schastye > summary,
body.theme-radost.radost-v4 .floating-call-widget--radost > summary {
  background: linear-gradient(136deg, rgba(251, 188, 54, 0.96) 0%, rgba(222, 152, 4, 0.96) 50%, rgba(250, 175, 18, 0.96) 100%);
  border-color: rgba(255, 225, 152, 0.56);
}

/* --- Reveal ------------------------------------------------------------- */
body.page-main .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

body.page-main .reveal.is-visible {
  opacity: 1;
  transform: none;
}

html.lord-lite-mobile body.page-main .reveal {
  opacity: 1;
  transform: none;
}

/* ==========================================================================
   LORD unified refinements — homepage, team profiles, shared mobile shell
   ========================================================================== */
@keyframes lordGoldSweep {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 180% 50%;
  }
}

body.page-main,
body.page-main.page-team-profile {
  --main-header-offset: clamp(86px, 9vw, 118px);
  background:
    radial-gradient(circle at 18% 12%, rgba(102, 135, 255, 0.22), rgba(102, 135, 255, 0) 34%),
    radial-gradient(circle at 86% 86%, rgba(255, 201, 92, 0.12), rgba(255, 201, 92, 0) 30%),
    linear-gradient(180deg, #0b1e68 0%, #1a2476 24%, #232470 58%, #14194a 100%);
}

body.page-main main,
body.page-main.page-team-profile main {
  margin-top: calc(-1 * var(--main-header-offset));
  padding-top: var(--main-header-offset);
}

body.page-main .main-hero {
  min-height: min(100svh, 920px);
  padding-top: clamp(6rem, 11vw, 8rem);
  padding-bottom: clamp(2.6rem, 6vw, 4.6rem);
}

body.page-main .main-hero-bg {
  inset: 0 clamp(0.75rem, 1.8vw, 1.4rem) 0;
  border-radius: 0 0 34px 34px;
  overflow: hidden;
  box-shadow: 0 30px 48px rgba(5, 10, 28, 0.34);
}

body.page-main .main-hero-bg img {
  object-position: center 26%;
}

body.page-main .main-hero-bg::after {
  background:
    linear-gradient(180deg, rgba(8, 12, 34, 0.12) 0%, rgba(7, 12, 34, 0.56) 54%, rgba(10, 13, 36, 0.94) 88%, rgba(10, 13, 36, 1) 100%),
    linear-gradient(90deg, rgba(0, 16, 72, 0.18) 0%, rgba(240, 198, 92, 0.06) 44%, rgba(0, 11, 52, 0.22) 100%);
}

body.page-main .main-hero .hero-grid > .reveal {
  max-width: min(760px, 100%);
  padding-inline: clamp(0.15rem, 1vw, 0.35rem);
}

body.page-main .main-hero-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 11vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

body.page-main .hero-title-anchor {
  display: contents;
}

body.page-main .hero-title-by-lord {
  order: 1;
  margin: 0 0 0.2rem 0.45rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.82rem, 2.2vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.page-main .hero-title-line {
  order: 2;
  font-size: clamp(3.4rem, 14vw, 7.6rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
  background-image: linear-gradient(108deg, #fff4cb 0%, #ffd96c 18%, #ffaf47 46%, #ffe9aa 70%, #f3b83f 100%);
  background-size: 220% 100%;
  animation: lordGoldSweep 6.4s linear infinite;
}

body.page-main .hero-title-word {
  order: 3;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 6.6vw, 3rem);
  line-height: 1;
  color: #ffd86b;
  letter-spacing: -0.03em;
  margin-top: 0.12rem;
}

body.page-main .hero-message-glass {
  margin-top: 1.15rem;
  max-width: min(44rem, 100%);
  padding: 0.95rem 1rem 1.05rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 219, 128, 0.42);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  box-shadow:
    0 18px 34px rgba(4, 8, 24, 0.28),
    inset 0 1px 0 rgba(255, 246, 216, 0.24);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

body.page-main .hero-message-glass .hero-text {
  margin: 0;
  max-width: none;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.08rem, 3.9vw, 1.56rem);
  line-height: 1.28;
  color: rgba(251, 247, 232, 0.98);
}

body.page-main .hero-actions {
  margin-top: 1.45rem;
}

body.page-main .hero-contact-row {
  margin-top: 1.1rem;
  gap: 0.5rem 0.8rem;
  color: rgba(214, 222, 245, 0.82);
}

body.page-main .hero-contact-row .inline-link {
  color: #ffd56a;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 213, 106, 0.48);
}

body.page-main .main-directions-grid {
  gap: 1rem;
}

body.page-main .main-direction-card {
  position: relative;
  overflow: hidden;
  padding: 0 0 1.25rem;
  display: grid;
  gap: 0;
}

body.page-main .main-direction-visual {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin-bottom: 1rem;
}

body.page-main .main-direction-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 8, 26, 0.04) 0%, rgba(5, 10, 26, 0.12) 42%, rgba(7, 10, 26, 0.34) 100%);
}

body.page-main .main-direction-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.page-main .main-direction-badge,
body.page-main .main-direction-card h3,
body.page-main .main-direction-card p,
body.page-main .main-direction-actions {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

body.page-main .main-direction-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 5.4vw, 2.5rem);
  line-height: 0.95;
}

body.page-main .main-direction-card p {
  font-size: 0.92rem;
}

body.page-main .main-direction-actions {
  margin-top: 1rem;
  margin-bottom: 0;
}

body.page-main [data-direction="schastye"] .main-direction-badge,
body.page-main [data-direction="schastye"] .btn-secondary {
  color: #ffd45e;
}

body.page-main [data-direction="love"] .main-direction-badge,
body.page-main [data-direction="love"] .btn-secondary {
  color: #ff87b1;
}

body.page-main [data-direction="radost"] .main-direction-badge,
body.page-main [data-direction="radost"] .btn-secondary {
  color: #ff9d3f;
}

body.page-main .main-reasons-grid {
  gap: 1rem;
}

body.page-main .main-reason-card h3,
body.page-main .main-package-card h3,
body.page-main .footer-title {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.02em;
}

body.page-main .main-team-feature,
body.page-main .main-team-catalog-shell,
body.page-main .main-team-card {
  border-radius: 26px;
}

body.page-main .main-team-feature {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 221, 137, 0.28);
  background: linear-gradient(148deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.07));
  box-shadow: 0 18px 36px rgba(3, 7, 22, 0.34);
  backdrop-filter: blur(18px) saturate(148%);
  -webkit-backdrop-filter: blur(18px) saturate(148%);
}

body.page-main .main-team-feature-photo {
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(2, 7, 20, 0.26);
}

body.page-main .main-team-feature-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.page-main .main-team-feature-copy h3,
body.page-main .main-team-card h3,
body.page-main .page-team-profile .team-profile-name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

body.page-main .main-team-feature-copy p,
body.page-main .main-team-card p {
  color: rgba(226, 233, 250, 0.9);
}

body.page-main .main-team-actions {
  margin-top: 1rem;
}

body.page-main .main-team-catalog-shell {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 221, 137, 0.28);
  background: linear-gradient(152deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06));
  box-shadow: 0 16px 32px rgba(3, 7, 22, 0.28);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

body.page-main .main-team-catalog-shell > summary {
  list-style: none;
}

body.page-main .main-team-catalog-shell > summary::-webkit-details-marker {
  display: none;
}

body.page-main .main-team-catalog-trigger {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 219, 128, 0.36);
  background: linear-gradient(148deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  cursor: pointer;
}

body.page-main .main-team-catalog-trigger strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 5.4vw, 2.7rem);
  font-weight: 600;
  line-height: 0.95;
  color: #fff0c8;
}

body.page-main .main-team-catalog-kicker,
body.page-main .main-team-catalog-note,
body.page-main .main-team-partners-label {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 217, 114, 0.76);
}

body.page-main .main-team-partners-label {
  margin: 1rem 0 0.8rem;
}

body.page-main .main-team-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

body.page-main .main-team-tab {
  border: 1px solid rgba(255, 219, 128, 0.22);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(232, 238, 255, 0.88);
  border-radius: 999px;
  min-height: 46px;
  padding: 0.75rem 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

body.page-main .main-team-tab.is-active,
body.page-main .main-team-tab[aria-pressed="true"] {
  background: linear-gradient(126deg, rgba(255, 218, 120, 0.96), rgba(241, 174, 47, 0.92));
  color: #1b2f73;
  border-color: rgba(255, 228, 160, 0.62);
  box-shadow: 0 14px 24px rgba(248, 182, 49, 0.22);
}

body.page-main .main-team-grid--catalog {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

body.page-main .main-team-card {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

body.page-main .main-team-card--placeholder {
  min-height: 240px;
  align-content: center;
  border-style: dashed;
}

body.page-main .main-team-card[hidden] {
  display: none !important;
}

body.page-main .main-team-link {
  margin-top: auto;
  color: #ffd56a;
  text-decoration: none;
  font-weight: 700;
}

body.page-main .main-packages-grid {
  gap: 1rem;
}

body.page-main .main-form-grid {
  gap: 1rem;
}

body.page-main .main-contact-card .section-title,
body.page-main .main-form-card .section-title {
  max-width: 16ch;
}

body.page-main .main-lead-form .btn,
body.page-main .main-direction-actions .btn,
body.page-main .main-contact-actions .btn {
  min-height: 46px;
}

body.page-main .main-header-clone .site-nav a[data-track="nav_main"],
body.page-love .main-header-clone .site-nav a[data-track="nav_main"],
body.theme-schastye .main-header-clone .site-nav a[data-track="nav_main"],
body.theme-radost .main-header-clone .site-nav a[data-track="nav_main"] {
  color: #ffe29a !important;
}

body.page-main .main-header-clone .site-nav a[data-track="nav_schastye"],
body.page-love .main-header-clone .site-nav a[data-track="nav_schastye"],
body.theme-schastye .main-header-clone .site-nav a[data-track="nav_schastye"],
body.theme-radost .main-header-clone .site-nav a[data-track="nav_schastye"] {
  color: #ffd45e !important;
}

body.page-main .main-header-clone .site-nav a[data-track="nav_love"],
body.page-love .main-header-clone .site-nav a[data-track="nav_love"],
body.theme-schastye .main-header-clone .site-nav a[data-track="nav_love"],
body.theme-radost .main-header-clone .site-nav a[data-track="nav_love"] {
  color: #ff82ac !important;
}

body.page-main .main-header-clone .site-nav a[data-track="nav_radost"],
body.page-love .main-header-clone .site-nav a[data-track="nav_radost"],
body.theme-schastye .main-header-clone .site-nav a[data-track="nav_radost"],
body.theme-radost .main-header-clone .site-nav a[data-track="nav_radost"] {
  color: #ff9c3f !important;
}

@media (max-width: 1024px) {
  body.page-main .main-header-clone .site-nav,
  body.page-love .main-header-clone .site-nav,
  body.theme-schastye .main-header-clone .site-nav,
  body.theme-radost .main-header-clone .site-nav {
    background: linear-gradient(145deg, rgba(19, 30, 83, 0.94), rgba(29, 37, 96, 0.9)) !important;
    border: 1px solid rgba(255, 214, 102, 0.32) !important;
    box-shadow: 0 18px 36px rgba(3, 7, 22, 0.32) !important;
    backdrop-filter: blur(20px) saturate(145%);
    -webkit-backdrop-filter: blur(20px) saturate(145%);
  }

  body.page-main .main-header-clone .header-row,
  body.page-love .main-header-clone .header-row,
  body.theme-schastye .main-header-clone .header-row,
  body.theme-radost .main-header-clone .header-row {
    background: linear-gradient(145deg, rgba(22, 35, 92, 0.88), rgba(32, 40, 100, 0.82));
  }
}

@media (min-width: 760px) {
  body.page-main {
    --main-header-offset: clamp(104px, 7vw, 132px);
  }

  body.page-main .container {
    width: min(1200px, calc(100% - 3rem));
  }

  body.page-main .main-hero {
    min-height: min(100svh, 960px);
    padding-top: clamp(7rem, 10vw, 9rem);
  }

  body.page-main .main-hero-bg {
    inset-inline: clamp(1.2rem, 2.4vw, 2rem);
    border-radius: 0 0 38px 38px;
  }

  body.page-main .main-directions-grid,
  body.page-main .main-reasons-grid,
  body.page-main .main-packages-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-main .main-reasons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-main .main-team-feature {
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    align-items: center;
  }

  body.page-main .main-team-grid--catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-main .main-team-tabs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  body.page-main .main-form-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
    align-items: start;
  }

  body.page-main .footer-row-contacts {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: start;
  }
}

@media (min-width: 1100px) {
  body.page-main .main-team-grid--catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* --- Team profile pages -------------------------------------------------- */
body.page-main.page-team-profile .team-profile-main {
  display: grid;
  gap: 0;
}

body.page-main.page-team-profile .team-profile-hero {
  padding: clamp(2.4rem, 6vw, 4rem) 0 1.4rem;
}

body.page-main.page-team-profile .team-profile-shell {
  display: grid;
  gap: 1rem;
}

body.page-main.page-team-profile .team-profile-card,
body.page-main.page-team-profile .team-profile-panel {
  border-radius: 28px;
  border: 1px solid rgba(255, 220, 132, 0.28);
  background:
    radial-gradient(circle at 14% 18%, rgba(123, 159, 255, 0.18), rgba(123, 159, 255, 0) 30%),
    radial-gradient(circle at 86% 82%, rgba(255, 114, 161, 0.14), rgba(255, 114, 161, 0) 34%),
    linear-gradient(138deg, rgba(18, 39, 116, 0.92) 0%, rgba(52, 46, 126, 0.9) 50%, rgba(103, 33, 77, 0.9) 100%);
  box-shadow: 0 24px 42px rgba(4, 8, 24, 0.34);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

body.page-main.page-team-profile .team-profile-card {
  display: grid;
  gap: clamp(1.15rem, 2vw, 1.45rem);
  padding: clamp(1.15rem, 2.2vw, 1.5rem);
  align-items: start;
}

body.page-main.page-team-profile .team-profile-top {
  display: grid;
  gap: clamp(1rem, 2vw, 1.45rem);
  align-items: start;
}

body.page-main.page-team-profile .team-profile-photo {
  aspect-ratio: 4 / 5;
  border-radius: 22px;
  overflow: hidden;
  align-self: start;
}

body.page-main.page-team-profile .team-profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.page-main.page-team-profile .team-profile-kicker,
body.page-main.page-team-profile .team-profile-role {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 224, 147, 0.34);
  color: #ffe09a;
  background: rgba(255, 255, 255, 0.05);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
}

body.page-main.page-team-profile .team-profile-copy {
  display: grid;
  gap: 1rem;
  align-content: start;
}

body.page-main.page-team-profile .team-profile-copy-top {
  display: grid;
  gap: 0.8rem;
}

body.page-main.page-team-profile .team-profile-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

body.page-main.page-team-profile .team-profile-name {
  margin: 0;
  color: #f7f8ff;
}

body.page-main.page-team-profile .team-profile-lead {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.14rem, 2.2vw, 1.48rem);
  line-height: 1.3;
  color: rgba(245, 247, 255, 0.96);
}

body.page-main.page-team-profile .team-profile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

body.page-main.page-team-profile .main-team-badge {
  border-color: var(--lord-liquid-border-soft);
  background: var(--glass);
  color: var(--lord-gold-100);
  box-shadow: none;
  max-width: min(100%, 13rem);
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.22;
}

body.page-main.page-team-profile .team-profile-story {
  display: grid;
  gap: 0.82rem;
  padding-top: clamp(0.95rem, 1.8vw, 1.15rem);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.page-main.page-team-profile .team-profile-story .team-profile-meta:empty {
  display: none;
}

body.page-main.page-team-profile .team-profile-panel {
  padding: 1.2rem;
}

body.page-main.page-team-profile .team-profile-panel h2 {
  margin: 0 0 0.65rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 3.6vw, 2.2rem);
  color: #f7f8ff;
}

body.page-main.page-team-profile .team-profile-panel p,
body.page-main.page-team-profile .team-profile-panel li {
  color: rgba(243, 247, 255, 0.92);
}

body.page-main.page-team-profile .team-profile-panel ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.4rem;
}

body.page-main.page-team-profile .team-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

@media (min-width: 900px) {
  body.page-main.page-team-profile .team-profile-shell {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    align-items: start;
  }

  body.page-main.page-team-profile .team-profile-card {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-main.page-team-profile .team-profile-top {
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  }
}

/* --- Love page refinements ---------------------------------------------- */
body.page-love {
  background: linear-gradient(180deg, #fbfcff 0%, #f4f6fb 42%, #eef2f8 100%);
}

@media (max-width: 767px) {
  body.page-love .scene::before,
  body.page-love .section.section-tight::before {
    background:
      linear-gradient(180deg, rgba(255, 247, 250, 0.08) 0%, rgba(255, 250, 252, 0.12) 48%, rgba(255, 255, 255, 0.18) 100%),
      image-set(
        url("../love/hero-love-cloud-heart-desktop-mobile.jpg") type("image/jpeg")
      ) center top / cover no-repeat !important;
    filter: saturate(1.04) contrast(1.01) brightness(1.02) !important;
  }

  body.page-love .scene {
    height: clamp(620px, 88svh, 860px) !important;
  }

  body.page-love .section.section-tight,
  body.page-love .section-tight {
    min-height: clamp(640px, 90svh, 860px);
    margin-top: calc(-1 * var(--love-header-offset)) !important;
    padding-top: var(--love-header-offset) !important;
  }

  body.page-love .section.section-tight > .container,
  body.page-love .section.section-tight > .container.hero,
  body.page-love .section-tight > .container {
    padding-top: clamp(96px, 18vw, 132px) !important;
  }

  body.page-love .hero-love-mark {
    padding-right: 0;
  }

  body.page-love .hero-love-by {
    right: auto;
    left: 0.3rem;
    top: -0.12rem;
    font-size: 0.78rem;
  }

  body.page-love .hero-visual {
    min-height: clamp(420px, 58vh, 560px);
  }

  body.page-love .hero-photo {
    border-radius: 22px !important;
    border: 1px solid rgba(241, 186, 82, 0.72) !important;
    box-shadow:
      0 20px 34px rgba(11, 14, 32, 0.18),
      0 0 0 1px rgba(255, 232, 174, 0.24) inset !important;
    overflow: hidden !important;
    background: transparent !important;
  }

  body.page-love .hero-photo img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 28%;
    transform: scale(0.92) !important;
  }

  body.page-love .photo-a,
  body.page-love .photo-b,
  body.page-love .photo-c {
    animation-duration: 9.5s !important;
  }

  body.page-love .photo-a {
    width: 42%;
    height: 66%;
    left: 2%;
    top: 8%;
  }

  body.page-love .photo-b {
    width: 48%;
    height: 74%;
    left: 28%;
    top: 12%;
  }

  body.page-love .photo-c {
    width: 38%;
    height: 60%;
    right: 2%;
    top: 30%;
  }

  body.page-love .floating-call-widget--love > summary {
    background: linear-gradient(136deg, rgba(251, 188, 54, 0.96) 0%, rgba(222, 152, 4, 0.96) 50%, rgba(250, 175, 18, 0.96) 100%);
    border-color: rgba(255, 225, 152, 0.56);
  }
}

/* --- Schastye refinements ------------------------------------------------ */
@media (max-width: 767px) {
  body.theme-schastye.schastye-v4 .hero::before {
    background:
      linear-gradient(180deg, rgba(6, 11, 34, 0.38) 0%, rgba(10, 18, 51, 0.52) 42%, rgba(8, 13, 35, 0.74) 100%),
      image-set(
        url("../schastye/fon-schastye-gradient-red-blue.webp") type("image/webp"),
        url("../schastye/fon-schastye-gradient-red-blue.png") type("image/png")
      ) center center / cover no-repeat !important;
  }

  body.theme-schastye.schastye-v4 .hero-ball-layer,
  body.theme-schastye.schastye-v4 .hero-ball {
    display: none !important;
  }

  body.theme-schastye.schastye-v4 .hero-title.hero-title-schastye {
    gap: 0.24rem;
  }

  body.theme-schastye.schastye-v4 .hero-title.hero-title-schastye .hero-title-word {
    display: block;
    font-size: clamp(3.2rem, 18vw, 5rem);
    line-height: 0.84;
  }

  body.theme-schastye.schastye-v4 .hero-title.hero-title-schastye .hero-title-line {
    display: block;
    max-width: 10ch;
    font-size: clamp(1.68rem, 7vw, 2.7rem);
    line-height: 1.02;
  }

  body.theme-schastye.schastye-v4 .hero-messengers {
    flex-wrap: nowrap;
    gap: 0.45rem;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body.theme-schastye.schastye-v4 .hero-messengers::-webkit-scrollbar {
    display: none;
  }

  body.theme-schastye.schastye-v4 .floating-call-widget--schastye > summary {
    background: linear-gradient(136deg, rgba(251, 188, 54, 0.96) 0%, rgba(222, 152, 4, 0.96) 50%, rgba(250, 175, 18, 0.96) 100%);
    border-color: rgba(255, 225, 152, 0.56);
  }
}

/* --- Radost refinements -------------------------------------------------- */
@media (max-width: 767px) {
  body.theme-radost.radost-v4 .joy-title {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
    line-height: 0.94;
  }

  body.theme-radost.radost-v4 .joy-title .joy-title-accent {
    display: inline-block;
    font-size: clamp(2.7rem, 12vw, 3.8rem);
    line-height: 0.9;
  }

  body.theme-radost.radost-v4 .joy-hero-media {
    min-height: clamp(340px, 46vh, 460px);
  }

  body.theme-radost.radost-v4 .joy-hero-frame {
    border-color: rgba(255, 198, 86, 0.58);
    box-shadow: 0 18px 30px rgba(9, 12, 38, 0.2);
  }

  body.theme-radost.radost-v4 .floating-call-widget--radost > summary {
    background: linear-gradient(136deg, rgba(251, 188, 54, 0.96) 0%, rgba(222, 152, 4, 0.96) 50%, rgba(250, 175, 18, 0.96) 100%);
    border-color: rgba(255, 225, 152, 0.56);
  }
}

/* --- LORD final visual stability fixes ---------------------------------- */
body.page-main .main-hero-bg {
  background-image: url("../lord/hero-first-block-bg-final-desktop-mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 60% 34%;
}

body.page-main .main-hero-bg img {
  opacity: 0 !important;
  pointer-events: none !important;
}

body.page-main .main-hero-bg::after {
  background:
    linear-gradient(180deg, rgba(8, 12, 34, 0.06) 0%, rgba(7, 12, 34, 0.28) 46%, rgba(10, 13, 36, 0.66) 82%, rgba(10, 13, 36, 0.9) 100%),
    linear-gradient(90deg, rgba(0, 16, 72, 0.14) 0%, rgba(240, 198, 92, 0.12) 46%, rgba(0, 11, 52, 0.18) 100%);
}

body.page-main .main-direction-visual,
body.page-main .main-team-feature-photo,
body.page-main .main-team-photo,
body.page-main.page-team-profile .team-profile-photo,
body.page-love .hero-photo,
body.theme-radost.radost-v4 .joy-hero-frame {
  background-image: var(--media-image) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: var(--media-position, center center) !important;
}

body.page-main .main-direction-visual img,
body.page-main .main-team-feature-photo img,
body.page-main .main-team-photo img,
body.page-main.page-team-profile .team-profile-photo img,
body.page-love .hero-photo img,
body.theme-radost.radost-v4 .joy-hero-frame img {
  opacity: 0 !important;
  pointer-events: none !important;
}

body.page-main .main-direction-visual,
body.page-main .main-team-feature-photo,
body.page-main .main-team-photo,
body.page-main.page-team-profile .team-profile-photo {
  background-color: rgba(255, 255, 255, 0.08);
}

body.page-main .main-team-feature-photo,
body.page-main.page-team-profile .team-profile-photo {
  box-shadow:
    0 18px 30px rgba(2, 7, 20, 0.26),
    inset 0 0 0 1px rgba(255, 243, 204, 0.08);
}

@media (min-width: 768px) {
  body.page-main .main-hero-bg {
    background-position: 56% 34%;
  }
}

@media (min-width: 1100px) {
  body.page-main .main-hero-bg {
    background-position: 54% 34%;
  }
}

@media (max-width: 1024px) {
  body.page-main .main-header-clone,
  body.page-love .main-header-clone,
  body.theme-schastye .main-header-clone,
  body.theme-radost .main-header-clone {
    top: 6px !important;
    padding-inline: clamp(6px, 1.2vw, 10px);
  }

  body.page-main .main-header-clone .header-row,
  body.page-love .main-header-clone .header-row,
  body.theme-schastye .main-header-clone .header-row,
  body.theme-radost .main-header-clone .header-row {
    display: flex !important;
    align-items: center !important;
    gap: 0.72rem !important;
    min-height: 64px !important;
    padding-inline: 14px !important;
    border-radius: 22px !important;
  }

  body.page-main .main-header-clone .header-actions,
  body.page-love .main-header-clone .header-actions,
  body.theme-schastye .main-header-clone .header-actions,
  body.theme-radost .main-header-clone .header-actions {
    display: none !important;
  }

  body.page-main .main-header-clone .menu-toggle,
  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle {
    display: inline-flex !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin-left: auto !important;
  }

  body.page-main .main-header-clone .site-nav,
  body.page-love .main-header-clone .site-nav,
  body.theme-schastye .main-header-clone .site-nav,
  body.theme-radost .main-header-clone .site-nav {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: 0 !important;
    display: none !important;
    border-radius: 18px !important;
    padding: 0.82rem 0.96rem 1rem !important;
    border: 1.5px solid rgba(251, 188, 54, 0.45) !important;
    background-color: rgba(10, 22, 58, 0.6) !important;
    background-image:
      linear-gradient(160deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
    box-shadow: 0 12px 32px rgba(0, 6, 28, 0.44) !important;
    backdrop-filter: blur(20px) saturate(160%) brightness(1.05) !important;
    -webkit-backdrop-filter: blur(20px) saturate(160%) brightness(1.05) !important;
  }

  body.page-main .main-header-clone .site-nav.open,
  body.page-love .main-header-clone .site-nav.open,
  body.theme-schastye .main-header-clone .site-nav.open,
  body.theme-radost .main-header-clone .site-nav.open {
    display: block !important;
  }

  body.page-main .main-header-clone .site-nav ul,
  body.page-love .main-header-clone .site-nav ul,
  body.theme-schastye .main-header-clone .site-nav ul,
  body.theme-radost .main-header-clone .site-nav ul {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.56rem !important;
  }

  body.page-main .main-header-clone .site-nav a,
  body.page-love .main-header-clone .site-nav a,
  body.theme-schastye .main-header-clone .site-nav a,
  body.theme-radost .main-header-clone .site-nav a {
    justify-content: flex-start !important;
    border-radius: 12px !important;
    padding: 0.5rem 0.72rem !important;
  }
}

@media (max-width: 767px) {
  body.page-main .main-hero-bg {
    background-position: 62% 36%;
  }

  body.page-love .section.section-tight,
  body.page-love .section-tight {
    min-height: clamp(920px, 126svh, 1120px);
  }

  body.page-love .section.section-tight > .container.hero,
  body.page-love .section-tight > .container {
    position: relative;
    min-height: inherit;
  }

  body.page-love .hero-visual {
    position: absolute !important;
    left: 0;
    right: 0;
    top: calc(var(--love-header-offset) + 8px);
    min-height: 330px !important;
    z-index: 1;
    pointer-events: none;
  }

  body.page-love .hero-copy {
    position: relative;
    z-index: 2;
    padding-top: clamp(188px, 46vw, 272px);
  }

  body.page-love .hero-note {
    display: none;
  }

  body.page-love .photo-a {
    width: 38%;
    height: 60%;
    left: 0;
    top: 3%;
  }

  body.page-love .photo-b {
    width: 44%;
    height: 72%;
    left: 28%;
    top: 1%;
  }

  body.page-love .photo-c {
    width: 34%;
    height: 58%;
    right: 0;
    top: 17%;
  }

  body.theme-radost.radost-v4 .joy-hero {
    min-height: clamp(930px, 124svh, 1140px);
  }

  body.theme-radost.radost-v4 .joy-hero-grid {
    position: relative;
  }

  body.theme-radost.radost-v4 .joy-hero-grid > .reveal:first-child {
    position: relative;
    z-index: 2;
    padding-top: clamp(190px, 45vw, 252px);
  }

  body.theme-radost.radost-v4 .joy-hero-media {
    position: absolute !important;
    top: clamp(42px, 13vw, 84px);
    left: 0;
    right: 0;
    min-height: 210px !important;
    z-index: 1;
    pointer-events: none;
  }

  body.theme-radost.radost-v4 .joy-frame-a {
    top: 0 !important;
    left: 5% !important;
    width: 27% !important;
    height: 36% !important;
  }

  body.theme-radost.radost-v4 .joy-frame-b {
    top: 0 !important;
    right: 6% !important;
    width: 31% !important;
    height: 40% !important;
  }

  body.theme-radost.radost-v4 .joy-frame-c {
    top: 52% !important;
    bottom: auto !important;
    left: 36% !important;
    width: 26% !important;
    height: 32% !important;
  }
}

/* --- LORD round-2 precision corrections --------------------------------- */
body.page-main .main-header-clone .header-row,
body.page-love .main-header-clone .header-row,
body.theme-schastye .main-header-clone .header-row,
body.theme-radost .main-header-clone .header-row,
body.page-main.page-team-profile .main-header-clone .header-row {
  background: linear-gradient(145deg, rgba(13, 28, 91, 0.88), rgba(20, 37, 112, 0.82)) !important;
}

body.page-main .main-header-clone.is-scrolled .header-row,
body.page-love .main-header-clone.is-scrolled .header-row,
body.theme-schastye .main-header-clone.is-scrolled .header-row,
body.theme-radost .main-header-clone.is-scrolled .header-row,
body.page-main.page-team-profile .main-header-clone.is-scrolled .header-row {
  background: linear-gradient(145deg, rgba(10, 22, 74, 0.94), rgba(18, 31, 97, 0.9)) !important;
  box-shadow:
    0 18px 42px rgba(0, 7, 28, 0.42),
    inset 0 1px 0 rgba(255, 245, 208, 0.16) !important;
}

@media (max-width: 1024px) {
  body.page-main .main-header-clone .header-actions,
  body.page-love .main-header-clone .header-actions,
  body.theme-schastye .main-header-clone .header-actions,
  body.theme-radost .main-header-clone .header-actions,
  body.page-main.page-team-profile .main-header-clone .header-actions {
    display: flex !important;
    margin-left: auto !important;
  }

  body.page-main .main-header-clone .menu-toggle,
  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .menu-toggle {
    margin-left: 0 !important;
  }
}

body.page-main:not(.page-team-profile) {
  background:
    radial-gradient(circle at 18% 12%, rgba(102, 135, 255, 0.18), rgba(102, 135, 255, 0) 34%),
    radial-gradient(circle at 86% 86%, rgba(255, 201, 92, 0.1), rgba(255, 201, 92, 0) 30%),
    linear-gradient(180deg, #0f2375 0%, #202b85 24%, #26297a 58%, #171c57 100%) !important;
}

body.page-main:not(.page-team-profile) main {
  margin-top: calc(-1 * var(--main-header-offset) - 8px);
  padding-top: calc(var(--main-header-offset) + 8px);
}

body.page-main .main-hero {
  padding-top: clamp(6.4rem, 11vw, 8.6rem);
}

body.page-main .main-hero-bg {
  inset: -10px clamp(0.75rem, 1.8vw, 1.4rem) 0 !important;
  border-radius: 30px !important;
  box-shadow: 0 30px 54px rgba(5, 10, 28, 0.34) !important;
}

body.page-main .main-hero-bg::after {
  background:
    linear-gradient(180deg, rgba(8, 12, 34, 0.04) 0%, rgba(7, 12, 34, 0.18) 26%, rgba(7, 12, 34, 0.56) 58%, rgba(10, 13, 36, 0.92) 100%),
    linear-gradient(90deg, rgba(0, 16, 72, 0.12) 0%, rgba(240, 198, 92, 0.12) 46%, rgba(0, 11, 52, 0.18) 100%) !important;
}

body.page-main .main-hero-title {
  gap: 0.18rem;
}

body.page-main .hero-title-by-lord {
  display: none !important;
}

body.page-main .hero-title-line--wordmark {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.04em;
  background: none !important;
  animation: none !important;
}

body.page-main .hero-title-lord {
  display: inline-block;
  background-image: linear-gradient(108deg, #fff4cb 0%, #ffd96c 18%, #ffb347 46%, #ffe9aa 70%, #f3b83f 100%);
  background-size: 230% 100%;
  animation: lordGoldSweep 6.4s linear infinite;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 18px rgba(244, 198, 76, 0.18);
}

body.page-main .hero-title-quote,
body.page-main .hero-title-word--agency {
  color: rgba(10, 11, 18, 0.92);
  text-shadow: 0 2px 14px rgba(255, 221, 136, 0.12);
  -webkit-text-fill-color: currentColor;
}

body.page-main .hero-title-word--agency {
  display: block;
  font-size: clamp(1.72rem, 6vw, 2.9rem);
  line-height: 0.96;
  margin-top: 0.08rem;
}

body.page-main .hero-message-glass {
  max-width: min(38rem, 100%);
  padding: 1rem 1.06rem 0.96rem;
}

body.page-main .hero-message-glass .hero-text {
  display: grid;
  gap: 0.2rem;
}

body.page-main .hero-message-line {
  display: block;
}

body.page-main .hero-message-accent {
  justify-self: end;
  margin-top: 0.16rem;
  font-size: clamp(0.88rem, 2.8vw, 1rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 220, 126, 0.84);
}

body.page-main .main-identity-section {
  padding-top: clamp(1.2rem, 4vw, 2.4rem);
}

body.page-main .main-identity-shell {
  display: grid;
  gap: 1.1rem;
  padding: clamp(1.2rem, 3vw, 1.6rem);
  border-radius: 30px;
  border: 1px solid rgba(255, 220, 132, 0.26);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06));
  box-shadow: 0 24px 42px rgba(3, 7, 22, 0.26);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

body.page-main .main-identity-copy {
  display: grid;
  gap: 0.8rem;
}

body.page-main .main-identity-copy .section-title {
  max-width: 13ch;
}

body.page-main .main-identity-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.48rem;
}

body.page-main .main-identity-list li {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.24rem, 3vw, 1.74rem);
  line-height: 1.14;
  color: rgba(248, 241, 222, 0.96);
}

body.page-main .main-identity-crest {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 219, 128, 0.28);
  background: rgba(7, 12, 34, 0.3);
  box-shadow: 0 18px 30px rgba(2, 7, 20, 0.26);
}

body.page-main .main-identity-crest img {
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: cover;
  object-position: center center;
}

body.page-main .main-identity-accent {
  display: grid;
  gap: clamp(0.2rem, 0.8vw, 0.45rem);
  overflow: hidden;
  padding-top: 0.08rem;
}

body.page-main .main-identity-marquee-row {
  position: relative;
  display: flex;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

body.page-main .main-identity-marquee-track {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.8rem);
  min-width: max-content;
  padding-right: clamp(1rem, 2vw, 1.8rem);
  animation: mainIdentityMarquee 34s linear infinite;
}

body.page-main .main-identity-marquee-row--love .main-identity-marquee-track {
  animation-duration: 31s;
}

body.page-main .main-identity-marquee-row--radost .main-identity-marquee-track {
  animation-duration: 36s;
}

body.page-main .main-identity-marquee-item,
body.page-main .main-identity-marquee-divider {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 7.2vw, 7.4rem);
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-shadow: 0 0 22px rgba(255, 236, 168, 0.12);
}

body.page-main .main-identity-marquee-divider {
  opacity: 0.88;
}

body.page-main .main-identity-marquee-row--schastye .main-identity-marquee-item,
body.page-main .main-identity-marquee-row--schastye .main-identity-marquee-divider {
  color: #ffd45e;
}

body.page-main .main-identity-marquee-row--love .main-identity-marquee-item,
body.page-main .main-identity-marquee-row--love .main-identity-marquee-divider {
  color: #ff4e9a;
}

body.page-main .main-identity-marquee-row--radost .main-identity-marquee-item,
body.page-main .main-identity-marquee-row--radost .main-identity-marquee-divider {
  color: #ff9d3f;
}

@keyframes mainIdentityMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

body.page-main .main-direction-card {
  grid-template-rows: auto auto auto auto 1fr auto;
  border-radius: 26px;
  border: 1px solid rgba(255, 221, 137, 0.22);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05));
  box-shadow: 0 20px 34px rgba(3, 7, 22, 0.24);
}

body.page-main .main-direction-visual {
  border-radius: 26px 26px 0 0;
}

body.page-main .main-direction-visual::after {
  background: linear-gradient(180deg, rgba(4, 8, 26, 0.06) 0%, rgba(5, 10, 26, 0.14) 42%, rgba(7, 10, 26, 0.34) 100%);
}

body.page-main .main-direction-card:hover .main-direction-visual {
  transform: translateY(-2px);
}

body.page-main .main-direction-card:hover .main-direction-visual::before {
  opacity: 1;
}

body.page-main .main-direction-accent {
  height: 4px;
  margin: 0.9rem 1.2rem 0;
  border-radius: 999px;
}

body.page-main [data-direction="schastye"] .main-direction-accent {
  background: linear-gradient(90deg, rgba(255, 212, 94, 0.12), rgba(255, 212, 94, 0.94), rgba(255, 212, 94, 0.12));
}

body.page-main [data-direction="radost"] .main-direction-accent {
  background: linear-gradient(90deg, rgba(255, 157, 63, 0.12), rgba(255, 157, 63, 0.94), rgba(255, 157, 63, 0.12));
}

body.page-main [data-direction="love"] .main-direction-accent {
  background: linear-gradient(90deg, rgba(255, 135, 177, 0.12), rgba(255, 135, 177, 0.94), rgba(255, 135, 177, 0.12));
}

body.page-main #form.section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

body.page-main #form.section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("../lord/form-bg-chatgpt-20260223-155430.png") center center / cover no-repeat;
}

body.page-main #form.section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(10, 18, 48, 0.2) 0%, rgba(11, 15, 38, 0.44) 100%),
    radial-gradient(circle at 50% 18%, rgba(255, 222, 130, 0.18), transparent 28%);
}

body.page-main .main-form-card,
body.page-main .main-contact-card {
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

body.page-main .main-form-card .section-title,
body.page-main .main-contact-card .section-title {
  max-width: none;
}

body.page-love .main-header-clone {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 10px !important;
  z-index: 48 !important;
}

body.page-love .section.section-tight::before,
body.page-love .section-tight::before {
  top: calc(-1 * var(--love-header-offset) - 16px) !important;
  height: calc(100% + var(--love-header-offset) + 16px) !important;
  border-radius: 0 0 32px 32px !important;
}

body.page-love .section.section-tight,
body.page-love .section-tight {
  padding-top: calc(var(--love-header-offset) + 4px) !important;
}

body.page-love .hero-photo {
  border-radius: 24px !important;
  overflow: hidden !important;
}

body.page-love .hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(241, 186, 82, 0.68);
  pointer-events: none;
  z-index: 2;
}

body.page-love .hero-photo img {
  transform: scale(0.9) !important;
}

body.theme-schastye.schastye-v4 .main-header-clone .header-actions,
body.theme-radost.radost-v4 .main-header-clone .header-actions {
  gap: 0.55rem;
}

@media (min-width: 860px) {
  body.page-main .main-identity-shell {
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
    align-items: center;
  }

  body.page-main .main-identity-accent {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  body.page-main:not(.page-team-profile) {
    --main-header-offset: 92px;
  }

  body.page-main .main-hero-bg {
    inset: -8px 0.68rem 0 !important;
    border-radius: 26px !important;
    background-position: 60% 34% !important;
  }

  body.page-main .main-hero-title {
    gap: 0.12rem;
  }

  body.page-main .hero-title-word--agency {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  body.page-main .hero-contact-row {
    flex-wrap: wrap;
  }

  body.page-main .main-direction-card {
    grid-template-rows: auto auto auto auto 1fr auto;
  }

  body.page-main .main-identity-crest img {
    max-height: 240px;
  }

  body.page-love .section.section-tight::before,
  body.page-love .section-tight::before {
    top: calc(-1 * var(--love-header-offset) - 12px) !important;
    height: calc(100% + var(--love-header-offset) + 12px) !important;
    border-radius: 0 0 28px 28px !important;
  }

  body.page-love .main-header-clone .header-row {
    gap: 0.52rem !important;
    justify-content: space-between;
  }

  body.page-love .main-header-clone .brand[data-brand-kicker][data-brand-title] {
    flex: 1 1 auto;
    max-width: calc(100% - 210px);
    align-items: flex-start;
    justify-content: flex-start;
  }

  body.page-love .main-header-clone .brand[data-brand-kicker][data-brand-title]::before {
    font-size: clamp(0.48rem, 1.8vw, 0.62rem);
    letter-spacing: 0.16em;
  }

  body.page-love .main-header-clone .brand[data-brand-kicker][data-brand-title]::after {
    font-size: clamp(1.58rem, 5.7vw, 2rem);
  }

  body.page-love .main-header-clone .header-row > .header-actions {
    flex: 0 0 auto;
    min-width: 124px;
    margin-left: 0 !important;
  }

  body.page-love .main-header-clone .header-contact-menu {
    display: block !important;
    width: auto !important;
    height: auto !important;
  }

  body.page-love .main-header-clone .header-contact-menu > summary.header-contact-trigger {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
  }

  body.page-love .hero-visual {
    top: calc(var(--love-header-offset) - 2px) !important;
  }

  body.page-love .hero-photo img {
    transform: scale(0.88) !important;
  }

  body.theme-schastye.schastye-v4 .hero::before {
    background:
      linear-gradient(180deg, rgba(6, 11, 34, 0.34) 0%, rgba(10, 18, 51, 0.48) 42%, rgba(8, 13, 35, 0.74) 100%),
      image-set(
        url("../schastye/fon-schastye-gradient-red-blue.webp") type("image/webp"),
        url("../schastye/fon-schastye-gradient-red-blue.png") type("image/png")
      ) center center / cover no-repeat !important;
  }

  body.theme-schastye.schastye-v4 .hero-ball-layer,
  body.theme-schastye.schastye-v4 .hero-ball {
    display: none !important;
    visibility: hidden !important;
  }

  body.theme-schastye.schastye-v4 .hero-messengers {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    gap: 0.42rem !important;
    overflow-x: auto;
  }

  body.theme-schastye.schastye-v4 .hero-messengers-label,
  body.theme-schastye.schastye-v4 .hero-messenger-link {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    flex: 0 0 auto;
    line-height: 1;
  }
}

body.page-main .hero-title-quote,
body.page-main .hero-title-word--agency {
  color: rgba(255, 255, 255, 0.96) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.96) !important;
  text-shadow:
    0 1px 0 rgba(19, 24, 39, 0.32),
    0 0 18px rgba(255, 236, 178, 0.14);
}

/* ==========================================================================
   LORD Wave 2 — homepage, Love, Radost refinements
   ========================================================================== */
body.page-main .main-directions-grid {
  align-items: start;
}

body.page-main .main-direction-card {
  border: 1px solid rgba(255, 221, 137, 0.22);
  border-radius: 26px;
}

body.page-main .main-direction-visual {
  aspect-ratio: 3 / 4;
  border-radius: 26px 26px 0 0;
}

body.page-main [data-direction="schastye"].main-direction-card {
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 212, 94, 0.22), rgba(255, 212, 94, 0) 36%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border-color: rgba(255, 212, 94, 0.26);
}

body.page-main [data-direction="radost"].main-direction-card {
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 157, 63, 0.22), rgba(255, 157, 63, 0) 36%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border-color: rgba(255, 157, 63, 0.24);
}

body.page-main [data-direction="love"].main-direction-card {
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 135, 177, 0.22), rgba(255, 135, 177, 0) 36%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border-color: rgba(255, 135, 177, 0.24);
}

body.page-main [data-direction="schastye"] .main-direction-visual img {
  object-position: 48% 32%;
}

body.page-main [data-direction="radost"] .main-direction-visual img {
  object-position: 50% 34%;
}

body.page-main [data-direction="love"] .main-direction-visual img {
  object-position: 50% 52%;
}

body.page-main .main-direction-accent {
  height: 5px;
  box-shadow: 0 0 18px rgba(255, 212, 94, 0.18);
}

body.page-main [data-direction="radost"] .main-direction-accent {
  box-shadow: 0 0 18px rgba(255, 157, 63, 0.2);
}

body.page-main [data-direction="love"] .main-direction-accent {
  box-shadow: 0 0 18px rgba(255, 135, 177, 0.18);
}

body.page-main #form.section {
  border-radius: 32px;
}

body.page-main #form.section::before,
body.page-main #form.section::after {
  border-radius: inherit;
}

body.page-love .hero-copy h1 {
  max-width: 14ch;
  font-family: "Snell Roundhand", "Apple Chancery", "URW Chancery L", "Great Vibes", cursive !important;
  font-size: clamp(82px, 8.8vw, 152px) !important;
  line-height: 0.88 !important;
  letter-spacing: 0 !important;
  background: linear-gradient(118deg, #fff7eb 0%, #ffe7c2 32%, #f4c774 62%, #fff2d7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.2),
    0 14px 26px rgba(198, 147, 60, 0.18) !important;
}

@media (min-width: 1025px) {
  body.page-love #vera .vera-block-layout-v73 {
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr) !important;
    gap: clamp(18px, 2.2vw, 32px) !important;
  }

  body.page-love #vera .vera-panel-left {
    max-width: 540px !important;
  }

  body.page-love #vera .vera-panel-left .vera-profile-card img {
    height: clamp(300px, 31vw, 410px) !important;
    max-height: 410px !important;
    aspect-ratio: 4 / 5 !important;
    object-fit: cover !important;
    object-position: top center !important;
  }

  body.page-love #vera .vera-panel-right {
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
  }
}

@media (min-width: 768px) {
  body.theme-radost.radost-v4 .joy-hero-points {
    justify-items: start;
    gap: 0.44rem;
  }

  body.theme-radost.radost-v4 .joy-hero-points li {
    width: max-content;
    max-width: 100%;
    white-space: nowrap !important;
    font-size: clamp(0.78rem, 0.92vw, 0.95rem) !important;
    gap: 0.44rem;
    justify-self: start;
  }
}

@media (max-width: 767px) {
  body.page-love .main-header-clone {
    top: 0 !important;
  }

  body.page-main .main-direction-visual {
    aspect-ratio: 4 / 5;
  }

  body.theme-radost.radost-v4 .joy-hero-points li {
    width: auto;
    white-space: normal !important;
  }
}

/* ==========================================================================
   LORD Wave 2 — final regression fixes
   ========================================================================== */
body.page-main .main-header-clone .brand[data-brand-kicker][data-brand-title],
body.page-love .main-header-clone .brand[data-brand-kicker][data-brand-title],
body.theme-schastye .main-header-clone .brand[data-brand-kicker][data-brand-title],
body.theme-radost .main-header-clone .brand[data-brand-kicker][data-brand-title],
body.page-main.page-team-profile .main-header-clone .brand[data-brand-kicker][data-brand-title] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  flex: 0 1 auto !important;
  max-width: none !important;
  min-width: 0 !important;
}

body.page-main .main-header-clone .brand[data-brand-kicker][data-brand-title]::before,
body.page-main .main-header-clone .brand[data-brand-kicker][data-brand-title]::after,
body.page-love .main-header-clone .brand[data-brand-kicker][data-brand-title]::before,
body.page-love .main-header-clone .brand[data-brand-kicker][data-brand-title]::after,
body.theme-schastye .main-header-clone .brand[data-brand-kicker][data-brand-title]::before,
body.theme-schastye .main-header-clone .brand[data-brand-kicker][data-brand-title]::after,
body.theme-radost .main-header-clone .brand[data-brand-kicker][data-brand-title]::before,
body.theme-radost .main-header-clone .brand[data-brand-kicker][data-brand-title]::after,
body.page-main.page-team-profile .main-header-clone .brand[data-brand-kicker][data-brand-title]::before,
body.page-main.page-team-profile .main-header-clone .brand[data-brand-kicker][data-brand-title]::after {
  content: none !important;
  display: none !important;
}

body.page-main .main-header-clone .brand-big,
body.page-love .main-header-clone .brand-big,
body.theme-schastye .main-header-clone .brand-big,
body.theme-radost .main-header-clone .brand-big,
body.page-main.page-team-profile .main-header-clone .brand-big {
  display: block !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  white-space: nowrap !important;
  color: #f4d987 !important;
  text-shadow: 0 10px 24px rgba(12, 10, 16, 0.18);
}

body.page-main .main-header-clone .brand[data-brand-kicker][data-brand-title] .brand-big,
body.page-love .main-header-clone .brand[data-brand-kicker][data-brand-title] .brand-big,
body.theme-schastye .main-header-clone .brand[data-brand-kicker][data-brand-title] .brand-big,
body.theme-radost .main-header-clone .brand[data-brand-kicker][data-brand-title] .brand-big,
body.page-main.page-team-profile .main-header-clone .brand[data-brand-kicker][data-brand-title] .brand-big {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  white-space: nowrap !important;
}

body.page-main .main-header-clone .header-row,
body.page-love .main-header-clone .header-row,
body.theme-schastye .main-header-clone .header-row,
body.theme-radost .main-header-clone .header-row,
body.page-main.page-team-profile .main-header-clone .header-row {
  display: grid !important;
  grid-template-columns: minmax(132px, 1fr) auto minmax(132px, 1fr) !important;
  align-items: center !important;
  width: min(calc(100% - 24px), 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}

body.page-main .main-header-clone .header-row > .brand,
body.page-love .main-header-clone .header-row > .brand,
body.theme-schastye .main-header-clone .header-row > .brand,
body.theme-radost .main-header-clone .header-row > .brand,
body.page-main.page-team-profile .main-header-clone .header-row > .brand {
  grid-column: 2 !important;
  justify-self: center !important;
}

body.page-main .main-header-clone .header-row > .menu-toggle,
body.page-love .main-header-clone .header-row > .menu-toggle,
body.theme-schastye .main-header-clone .header-row > .menu-toggle,
body.theme-radost .main-header-clone .header-row > .menu-toggle,
body.page-main.page-team-profile .main-header-clone .header-row > .menu-toggle {
  grid-column: 1 !important;
  justify-self: start !important;
  order: 0 !important;
  margin: 0 !important;
}

body.page-main .main-header-clone .header-row > .header-actions,
body.page-love .main-header-clone .header-row > .header-actions,
body.theme-schastye .main-header-clone .header-row > .header-actions,
body.theme-radost .main-header-clone .header-row > .header-actions,
body.page-main.page-team-profile .main-header-clone .header-row > .header-actions {
  grid-column: 3 !important;
  justify-self: end !important;
  order: 0 !important;
  margin: 0 !important;
  display: flex !important;
}

body.page-main .main-header-clone .header-contact-menu,
body.page-love .main-header-clone .header-contact-menu,
body.theme-schastye .main-header-clone .header-contact-menu,
body.theme-radost .main-header-clone .header-contact-menu,
body.page-main.page-team-profile .main-header-clone .header-contact-menu {
  display: block !important;
  width: auto !important;
  height: auto !important;
}

body.page-main .main-header-clone .header-contact-menu > summary.header-contact-trigger,
body.page-love .main-header-clone .header-contact-menu > summary.header-contact-trigger,
body.theme-schastye .main-header-clone .header-contact-menu > summary.header-contact-trigger,
body.theme-radost .main-header-clone .header-contact-menu > summary.header-contact-trigger,
body.page-main.page-team-profile .main-header-clone .header-contact-menu > summary.header-contact-trigger {
  display: inline-flex !important;
}

@media (max-width: 1024px) {
  body.page-main .main-header-clone .header-row,
  body.page-love .main-header-clone .header-row,
  body.theme-schastye .main-header-clone .header-row,
  body.theme-radost .main-header-clone .header-row,
  body.page-main.page-team-profile .main-header-clone .header-row {
    grid-template-columns: minmax(118px, 1fr) auto minmax(118px, 1fr) !important;
  }
}

@media (max-width: 767px) {
  body.page-main .main-header-clone .header-row,
  body.page-love .main-header-clone .header-row,
  body.theme-schastye .main-header-clone .header-row,
  body.theme-radost .main-header-clone .header-row,
  body.page-main.page-team-profile .main-header-clone .header-row {
    grid-template-columns: minmax(104px, 1fr) auto minmax(104px, 1fr) !important;
    width: calc(100% - 14px) !important;
  }
}

@media (min-width: 1240px) {
  body.page-love #vera .vera-block.vera-block-layout-v73 {
    display: grid !important;
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr) !important;
    gap: clamp(18px, 2.2vw, 32px) !important;
    align-items: start !important;
    position: static !important;
    min-height: 0 !important;
  }

  body.page-love #vera .vera-panel-left {
    grid-column: 1 !important;
    max-width: 540px !important;
    min-width: 0 !important;
  }

  body.page-love #vera .vera-panel-left .vera-profile-card img {
    height: clamp(300px, 31vw, 410px) !important;
    max-height: 410px !important;
    aspect-ratio: 4 / 5 !important;
    object-fit: cover !important;
    object-position: top center !important;
  }

  body.page-love #vera .vera-panel-right {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
    align-self: start !important;
    min-width: 0 !important;
  }

  body.page-love #vera .vera-cases {
    margin-top: 0 !important;
  }
}

@media (min-width: 1024px) {
  body.theme-radost.radost-v4 .joy-hero-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr) !important;
    gap: clamp(1.1rem, 2.4vw, 2.2rem) !important;
  }

  body.theme-radost.radost-v4 .joy-hero-points li {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    max-width: 100% !important;
    gap: 0.44rem !important;
    white-space: nowrap !important;
    font-size: clamp(0.76rem, 0.84vw, 0.88rem) !important;
  }

  body.theme-radost.radost-v4 .joy-hero-points li::before {
    flex: 0 0 auto !important;
    margin-top: 0 !important;
  }

  body.theme-radost.radost-v4 .joy-hero-points li strong {
    display: inline !important;
  }
}

/* ==========================================================================
   LORD Post-Review Fixes — runtime and overflow hardening
   ========================================================================== */
@media (min-width: 768px) and (max-width: 1199px) {
  body.theme-radost.radost-v4 .joy-hero-grid {
    grid-template-columns: minmax(0, 1.32fr) minmax(280px, 0.68fr) !important;
    gap: clamp(0.95rem, 2vw, 1.75rem) !important;
  }

  body.theme-radost.radost-v4 .joy-hero-points {
    gap: 0.38rem !important;
  }

  body.theme-radost.radost-v4 .joy-hero-points li {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: baseline !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 0.42rem !important;
    white-space: normal !important;
    text-wrap: balance;
    font-size: clamp(0.74rem, 0.8vw, 0.86rem) !important;
  }
}

@media (min-width: 1200px) {
  body.theme-radost.radost-v4 .joy-hero-grid {
    grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr) !important;
  }

  body.theme-radost.radost-v4 .joy-hero-points li {
    width: auto !important;
    max-width: min(100%, 42rem) !important;
    justify-self: start !important;
  }
}

/* ==========================================================================
   LORD Wave 3 — precision follow-up fixes
   ========================================================================== */
body.page-main .hero-title-quote,
body.page-main .hero-title-word--agency,
body.page-main .hero-message-glass .hero-text {
  color: rgba(255, 220, 126, 0.92) !important;
  -webkit-text-fill-color: rgba(255, 220, 126, 0.92) !important;
  text-shadow:
    0 1px 0 rgba(17, 20, 35, 0.3),
    0 0 16px rgba(255, 233, 168, 0.12) !important;
}

body.page-main .hero-message-accent {
  color: rgba(255, 220, 126, 0.92) !important;
}

body.page-main .hero-title-word--agency {
  color: rgba(255, 236, 184, 0.94) !important;
  -webkit-text-fill-color: rgba(255, 236, 184, 0.94) !important;
  text-shadow:
    0 1px 0 rgba(17, 20, 35, 0.26),
    0 0 14px rgba(255, 235, 188, 0.1) !important;
}

body.page-main .hero-message-glass .hero-text,
body.page-main .hero-message-glass .hero-message-line {
  color: rgba(255, 251, 242, 0.95) !important;
  -webkit-text-fill-color: rgba(255, 251, 242, 0.95) !important;
  text-shadow:
    0 1px 0 rgba(16, 19, 34, 0.22),
    0 0 16px rgba(255, 247, 226, 0.06) !important;
}

body.page-main .hero-actions .btn-secondary {
  color: rgba(255, 220, 126, 0.96) !important;
  -webkit-text-fill-color: rgba(255, 220, 126, 0.96) !important;
}

body.page-main .hero-contact-row .inline-link[href*="t.me"] {
  color: rgba(128, 193, 255, 0.96) !important;
}

body.page-main .main-identity-crest img {
  object-position: center 18% !important;
}

body.page-main .main-direction-card {
  position: relative;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

body.page-main .main-direction-visual::before {
  content: none;
}

body.page-main [data-direction="schastye"].main-direction-card {
  background:
    linear-gradient(180deg, rgba(255, 212, 94, 0.2) 0%, rgba(255, 212, 94, 0.12) 28%, rgba(255, 212, 94, 0.04) 62%, rgba(255, 212, 94, 0) 88%),
    radial-gradient(circle at 82% 18%, rgba(255, 212, 94, 0.24), rgba(255, 212, 94, 0) 38%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

body.page-main [data-direction="radost"].main-direction-card {
  background:
    linear-gradient(180deg, rgba(255, 157, 63, 0.18) 0%, rgba(255, 157, 63, 0.12) 26%, rgba(255, 157, 63, 0.05) 62%, rgba(255, 157, 63, 0) 88%),
    radial-gradient(circle at 82% 18%, rgba(255, 157, 63, 0.24), rgba(255, 157, 63, 0) 38%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

body.page-main [data-direction="love"].main-direction-card {
  background:
    linear-gradient(180deg, rgba(255, 183, 205, 0.18) 0%, rgba(175, 18, 71, 0.14) 28%, rgba(121, 12, 55, 0.08) 60%, rgba(121, 12, 55, 0) 88%),
    radial-gradient(circle at 82% 18%, rgba(255, 135, 177, 0.24), rgba(255, 135, 177, 0) 38%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

@media (hover: hover) {
  body.page-main .main-direction-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 42px rgba(3, 8, 25, 0.32);
  }

  body.page-main .main-direction-card:hover .main-direction-visual::before {
    content: none;
  }

  body.page-main .main-direction-card:hover .main-direction-accent {
    filter: saturate(1.08);
    transform: scaleX(1.01);
  }
}

body.page-main .main-team-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin-top: auto;
}

body.page-main .main-team-link--secondary {
  color: rgba(255, 220, 126, 0.88);
  font-weight: 600;
}

body.page-main.page-team-profile .team-profile-note {
  margin: 0;
  padding: 0.92rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(244, 247, 255, 0.12);
  background:
    radial-gradient(circle at 14% 18%, rgba(122, 168, 255, 0.2), rgba(122, 168, 255, 0) 34%),
    linear-gradient(136deg, rgba(23, 54, 147, 0.84) 0%, rgba(54, 48, 132, 0.82) 48%, rgba(128, 37, 88, 0.84) 100%);
  box-shadow: 0 16px 28px rgba(4, 8, 24, 0.16);
  color: rgba(247, 249, 255, 0.95);
  font-size: 0.94rem;
  line-height: 1.58;
}

body.page-main .main-package-card:first-child p + p {
  margin-top: 0.7rem;
}

body.page-love .vera-contact-cta,
body.page-love .vera-write-menu > summary {
  min-height: 44px;
}

body.page-love .vera-cases-footer {
  margin-top: 0.8rem;
  display: flex;
  justify-content: flex-end;
}

body.page-love .vera-cases-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.56rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(205, 170, 112, 0.46);
  background: rgba(255, 248, 235, 0.82);
  color: #6a4b1f;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(159, 120, 68, 0.12);
}

body.theme-schastye.schastye-v4 .alexey-content-card .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

body.theme-schastye.schastye-v4 .alexey-content-card .hero-actions .btn {
  min-height: 46px;
}

body.page-main .main-header-clone,
body.page-love .main-header-clone,
body.theme-schastye .main-header-clone,
body.theme-radost .main-header-clone,
body.page-main.page-team-profile .main-header-clone {
  --clone-shell-bg: linear-gradient(
    132deg,
    rgba(13, 27, 92, 0.82) 0%,
    rgba(22, 39, 116, 0.72) 34%,
    rgba(201, 158, 92, 0.16) 50%,
    rgba(24, 41, 120, 0.74) 72%,
    rgba(12, 24, 82, 0.84) 100%
  );
  --clone-shell-border: rgba(255, 214, 119, 0.44);
  --clone-shell-shadow:
    0 18px 34px rgba(4, 8, 24, 0.34),
    inset 0 1px 0 rgba(255, 243, 210, 0.16);
  --clone-mobile-bg: linear-gradient(148deg, rgba(14, 28, 90, 0.9), rgba(24, 41, 112, 0.86));
  --clone-panel-bg: linear-gradient(148deg, rgba(10, 21, 67, 0.92), rgba(19, 33, 91, 0.88));
}

body.page-main .main-header-clone .header-row,
body.page-love .main-header-clone .header-row,
body.theme-schastye .main-header-clone .header-row,
body.theme-radost .main-header-clone .header-row,
body.page-main.page-team-profile .main-header-clone .header-row {
  background: var(--clone-shell-bg) !important;
  backdrop-filter: blur(20px) saturate(152%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(152%) !important;
}

body.page-main .main-header-clone .header-row::before,
body.page-main .main-header-clone .header-row::after,
body.page-love .main-header-clone .header-row::before,
body.page-love .main-header-clone .header-row::after,
body.theme-schastye .main-header-clone .header-row::before,
body.theme-schastye .main-header-clone .header-row::after,
body.theme-radost .main-header-clone .header-row::before,
body.theme-radost .main-header-clone .header-row::after,
body.page-main.page-team-profile .main-header-clone .header-row::before,
body.page-main.page-team-profile .main-header-clone .header-row::after {
  content: none !important;
  display: none !important;
}

body.page-main .main-header-clone .brand-big,
body.page-love .main-header-clone .brand-big,
body.theme-schastye .main-header-clone .brand-big,
body.theme-radost .main-header-clone .brand-big,
body.page-main.page-team-profile .main-header-clone .brand-big {
  background: linear-gradient(118deg, #fff6d6 0%, #f4d682 28%, #e7b54a 56%, #fff0b6 78%, #d58b20 100%) !important;
  background-size: 220% 100% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  animation: cloneGoldFlow 8.5s linear infinite !important;
  text-shadow: none !important;
}

body.page-main .main-header-clone .header-row > .menu-toggle,
body.page-love .main-header-clone .header-row > .menu-toggle,
body.theme-schastye .main-header-clone .header-row > .menu-toggle,
body.theme-radost .main-header-clone .header-row > .menu-toggle,
body.page-main.page-team-profile .main-header-clone .header-row > .menu-toggle,
body.page-main .main-header-clone .header-row > .header-actions,
body.page-love .main-header-clone .header-row > .header-actions,
body.theme-schastye .main-header-clone .header-row > .header-actions,
body.theme-radost .main-header-clone .header-row > .header-actions,
body.page-main.page-team-profile .main-header-clone .header-row > .header-actions {
  align-self: center !important;
}

body.page-main .main-header-clone .menu-toggle,
body.page-love .main-header-clone .menu-toggle,
body.theme-schastye .main-header-clone .menu-toggle,
body.theme-radost .main-header-clone .menu-toggle,
body.page-main.page-team-profile .main-header-clone .menu-toggle {
  transform: none !important;
  top: auto !important;
  inset: auto !important;
  margin-block: 0 !important;
}

@media (max-width: 760px) {
  body.page-main .main-header-clone,
  body.page-love .main-header-clone,
  body.theme-schastye .main-header-clone,
  body.theme-radost .main-header-clone,
  body.page-main.page-team-profile .main-header-clone {
    top: 8px !important;
  }

  body.page-main .main-header-clone .header-row,
  body.page-love .main-header-clone .header-row,
  body.theme-schastye .main-header-clone .header-row,
  body.theme-radost .main-header-clone .header-row,
  body.page-main.page-team-profile .main-header-clone .header-row {
    min-height: 76px !important;
    padding: 0.42rem 0.78rem 0.5rem !important;
    border-radius: 24px !important;
  }

  body.page-main .main-header-clone .menu-toggle,
  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .menu-toggle {
    transform: none !important;
  }

  body.page-main .main-identity-crest img {
    object-position: center 20% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-main .main-identity-marquee-track,
  body.page-main .main-direction-card,
  body.page-main .main-direction-visual::before,
  body.page-main .main-header-clone .brand-big,
  body.page-love .main-header-clone .brand-big,
  body.theme-schastye .main-header-clone .brand-big,
  body.theme-radost .main-header-clone .brand-big,
  body.page-main.page-team-profile .main-header-clone .brand-big {
    animation: none !important;
    transition: none !important;
  }
}

/* ==========================================================================
   Homepage root background split
   ========================================================================== */
body.page-main:not(.page-team-profile),
body.page-main:not(.page-team-profile) .page-shell,
body.page-main:not(.page-team-profile) > .page-shell,
body.page-main:not(.page-team-profile) .page-shell > main {
  background:
    linear-gradient(
      90deg,
      #0b2f95 0%,
      #123aa5 28%,
      #24389b 51%,
      #312982 74%,
      #26195f 100%
    ) !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

/* ==========================================================================
   Love Liquid Glass unification
   ========================================================================== */
body.page-love {
  --love-glass-surface:
    linear-gradient(
      142deg,
      rgba(255, 255, 255, 0.56) 0%,
      rgba(255, 247, 242, 0.52) 34%,
      rgba(255, 235, 239, 0.44) 100%
    );
  --love-glass-surface-strong:
    linear-gradient(
      140deg,
      rgba(255, 255, 255, 0.68) 0%,
      rgba(255, 248, 243, 0.62) 42%,
      rgba(251, 234, 239, 0.54) 100%
    );
  --love-glass-surface-soft:
    linear-gradient(
      146deg,
      rgba(255, 255, 255, 0.48) 0%,
      rgba(255, 247, 242, 0.42) 44%,
      rgba(250, 236, 240, 0.34) 100%
    );
  --love-glass-border: rgba(225, 189, 159, 0.54);
  --love-glass-border-strong: rgba(214, 171, 122, 0.62);
  --love-glass-shadow:
    0 22px 48px rgba(135, 92, 84, 0.16),
    0 10px 24px rgba(97, 74, 87, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
  --love-glass-shadow-hover:
    0 28px 60px rgba(135, 92, 84, 0.22),
    0 12px 28px rgba(97, 74, 87, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
  --love-glass-blur: blur(18px) saturate(138%);
  --love-glass-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

body.page-love .hero-note,
body.page-love .value-list li,
body.page-love .offer-card,
body.page-love .trust-list li,
body.page-love .process-grid li,
body.page-love .faq-list details,
body.page-love .vera-profile-card,
body.page-love .vera-side-description,
body.page-love .vera-cases,
body.page-love .vera-case-slide,
body.page-love .vera-cases-intro,
body.page-love .love-form,
body.page-love .contact-card,
body.page-love .write-menu-panel,
body.page-love .contact-inline a,
body.page-love .contact-inline span,
body.page-love .love-grid-mini .love-thumb {
  background: var(--love-glass-surface) !important;
  border: 1px solid var(--love-glass-border) !important;
  box-shadow: var(--love-glass-shadow) !important;
  -webkit-backdrop-filter: var(--love-glass-blur) !important;
  backdrop-filter: var(--love-glass-blur) !important;
}

body.page-love .hero-note,
body.page-love .offer-card,
body.page-love .vera-profile-card,
body.page-love .vera-side-description,
body.page-love .vera-cases,
body.page-love .love-form,
body.page-love .contact-card {
  background: var(--love-glass-surface-strong) !important;
}

body.page-love .hero-note,
body.page-love .value-list li,
body.page-love .offer-card,
body.page-love .trust-list li,
body.page-love .process-grid li,
body.page-love .faq-list details,
body.page-love .vera-profile-card,
body.page-love .vera-side-description,
body.page-love .vera-cases,
body.page-love .vera-case-slide,
body.page-love .vera-cases-intro,
body.page-love .love-form,
body.page-love .contact-card,
body.page-love .write-menu-panel,
body.page-love .contact-inline a,
body.page-love .contact-inline span,
body.page-love .love-grid-mini .love-thumb {
  position: relative !important;
  overflow: hidden !important;
}

body.page-love .hero-note::before,
body.page-love .value-list li::before,
body.page-love .offer-card::before,
body.page-love .trust-list li::before,
body.page-love .process-grid li::before,
body.page-love .faq-list details::before,
body.page-love .vera-profile-card::before,
body.page-love .vera-side-description::before,
body.page-love .vera-cases::before,
body.page-love .vera-case-slide::before,
body.page-love .vera-cases-intro::before,
body.page-love .love-form::before,
body.page-love .contact-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.1) 32%, transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, transparent 32%);
  pointer-events: none !important;
  z-index: 0 !important;
}

body.page-love .hero-note > *,
body.page-love .offer-card > *,
body.page-love .vera-profile-card > *,
body.page-love .vera-side-description > *,
body.page-love .vera-cases > *,
body.page-love .vera-case-slide > *,
body.page-love .vera-cases-intro > *,
body.page-love .love-form > *,
body.page-love .contact-card > * {
  position: relative;
  z-index: 1;
}

body.page-love .value-list li,
body.page-love .trust-list li,
body.page-love .process-grid li,
body.page-love .faq-list details,
body.page-love .vera-cases-intro,
body.page-love .contact-inline a,
body.page-love .contact-inline span {
  background: var(--love-glass-surface-soft) !important;
}

body.page-love .value-list li,
body.page-love .trust-list li,
body.page-love .process-grid li,
body.page-love .faq-list details {
  box-shadow:
    0 14px 34px rgba(135, 92, 84, 0.1),
    0 6px 18px rgba(97, 74, 87, 0.06),
    var(--love-glass-highlight) !important;
}

body.page-love .hero-note {
  border-color: var(--love-glass-border-strong) !important;
}

body.page-love .hero-note p,
body.page-love .hero-note strong,
body.page-love .offer-card p,
body.page-love .offer-card li,
body.page-love .value-list li,
body.page-love .trust-list li,
body.page-love .process-grid li,
body.page-love .faq-list details p,
body.page-love .faq-list details summary,
body.page-love .vera-side-description p,
body.page-love .vera-cases-intro,
body.page-love .vera-case-meta p,
body.page-love .contact-inline a,
body.page-love .contact-inline span,
body.page-love .contact-card p,
body.page-love .contact-card a {
  color: #645a56 !important;
}

body.page-love .offer-card h3,
body.page-love .process-grid li span,
body.page-love .vera-case-meta strong,
body.page-love .contact-card .eyebrow,
body.page-love .section-head .eyebrow {
  color: #d2ae57 !important;
}

body.page-love .offer-card,
body.page-love .vera-case-slide,
body.page-love .love-grid-mini .love-thumb,
body.page-love .faq-list details,
body.page-love .process-grid li,
body.page-love .value-list li,
body.page-love .trust-list li {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background 220ms ease !important;
}

body.page-love .offer-card:hover,
body.page-love .vera-case-slide:hover,
body.page-love .love-grid-mini .love-thumb:hover,
body.page-love .faq-list details:hover,
body.page-love .process-grid li:hover,
body.page-love .value-list li:hover,
body.page-love .trust-list li:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(220, 177, 126, 0.72) !important;
  box-shadow: var(--love-glass-shadow-hover) !important;
}

body.page-love .vera-cases-more,
body.page-love .vera-contact-cta,
body.page-love .vera-write-menu > summary {
  box-shadow:
    0 14px 30px rgba(175, 136, 81, 0.18),
    inset 0 1px 0 rgba(255, 253, 244, 0.44) !important;
}

body.page-love .vera-cases-head,
body.page-love .vera-cases-footer {
  position: relative !important;
  z-index: 1 !important;
}

body.page-love .vera-album-hint {
  color: #7b6f67 !important;
}

body.page-love .love-form input,
body.page-love .love-form select,
body.page-love .love-form textarea {
  background: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(217, 183, 151, 0.5) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44) !important;
}

body.page-love .love-form input:focus,
body.page-love .love-form select:focus,
body.page-love .love-form textarea:focus {
  border-color: rgba(208, 171, 108, 0.72) !important;
  box-shadow:
    0 0 0 4px rgba(236, 213, 173, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.54) !important;
}

body.page-love .contact-inline {
  gap: 0.72rem !important;
}

body.page-love .contact-inline a,
body.page-love .contact-inline span {
  border-radius: 999px !important;
  padding: 0.7rem 1rem !important;
}

@media (max-width: 760px) {
  body.page-love {
    --love-glass-blur: blur(13px) saturate(126%);
  }

  body.page-love .hero-note,
  body.page-love .offer-card,
  body.page-love .vera-profile-card,
  body.page-love .vera-side-description,
  body.page-love .vera-cases,
  body.page-love .love-form,
  body.page-love .contact-card,
  body.page-love .value-list li,
  body.page-love .trust-list li,
  body.page-love .process-grid li,
  body.page-love .faq-list details,
  body.page-love .vera-case-slide,
  body.page-love .vera-cases-intro {
    border-radius: 18px !important;
  }

  body.page-love .contact-inline a,
  body.page-love .contact-inline span {
    width: 100% !important;
    justify-content: center !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-love .offer-card,
  body.page-love .vera-case-slide,
  body.page-love .love-grid-mini .love-thumb,
  body.page-love .faq-list details,
  body.page-love .process-grid li,
  body.page-love .value-list li,
  body.page-love .trust-list li {
    transition: none !important;
  }
}

/* Love hero note return below photo trio */
body.page-love .hero-visual {
  overflow: visible !important;
}

@media (min-width: 768px) {
  body.page-love .hero-note {
    left: clamp(16px, 5vw, 72px) !important;
    right: auto !important;
    bottom: -2rem !important;
    max-width: clamp(260px, 30vw, 360px) !important;
    z-index: 6 !important;
  }
}

/* ==========================================================================
   LORD Header Liquid Glass restoration
   ========================================================================== */
body.page-main .main-header-clone,
body.page-love .main-header-clone,
body.theme-schastye .main-header-clone,
body.theme-radost .main-header-clone,
body.page-main.page-team-profile .main-header-clone {
  --clone-shell-bg: linear-gradient(
    132deg,
    rgba(14, 29, 98, 0.78) 0%,
    rgba(24, 44, 128, 0.66) 34%,
    rgba(197, 156, 92, 0.14) 50%,
    rgba(25, 46, 131, 0.68) 72%,
    rgba(14, 28, 96, 0.8) 100%
  );
  --clone-shell-border: rgba(255, 214, 119, 0.5);
  --clone-shell-shadow:
    0 18px 38px rgba(4, 8, 24, 0.28),
    inset 0 1px 0 rgba(255, 242, 204, 0.2);
  --clone-mobile-bg: linear-gradient(148deg, rgba(16, 31, 96, 0.84), rgba(25, 43, 122, 0.78));
  --clone-panel-bg: linear-gradient(148deg, rgba(15, 28, 84, 0.82), rgba(24, 40, 110, 0.78));
}

body.page-main .main-header-clone .header-row,
body.page-love .main-header-clone .header-row,
body.theme-schastye .main-header-clone .header-row,
body.theme-radost .main-header-clone .header-row,
body.page-main.page-team-profile .main-header-clone .header-row,
body.page-main .main-header-clone.is-scrolled .header-row,
body.page-love .main-header-clone.is-scrolled .header-row,
body.theme-schastye .main-header-clone.is-scrolled .header-row,
body.theme-radost .main-header-clone.is-scrolled .header-row,
body.page-main.page-team-profile .main-header-clone.is-scrolled .header-row {
  background: var(--clone-shell-bg) !important;
  border: 1px solid var(--clone-shell-border) !important;
  box-shadow: var(--clone-shell-shadow) !important;
  backdrop-filter: blur(24px) saturate(164%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(164%) !important;
}

body.page-main .main-header-clone .site-nav.open,
body.page-love .main-header-clone .site-nav.open,
body.theme-schastye .main-header-clone .site-nav.open,
body.theme-radost .main-header-clone .site-nav.open,
body.page-main.page-team-profile .main-header-clone .site-nav.open,
body.page-main .main-header-clone .header-contact-panel,
body.page-love .main-header-clone .header-contact-panel,
body.theme-schastye .main-header-clone .header-contact-panel,
body.theme-radost .main-header-clone .header-contact-panel,
body.page-main.page-team-profile .main-header-clone .header-contact-panel {
  background: var(--clone-panel-bg) !important;
  border: 1px solid rgba(255, 214, 119, 0.34) !important;
  box-shadow: 0 18px 34px rgba(4, 9, 26, 0.26) !important;
  backdrop-filter: blur(24px) saturate(164%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(164%) !important;
}

body.page-main .main-header-clone .site-nav.open,
body.page-love .main-header-clone .site-nav.open,
body.theme-schastye .main-header-clone .site-nav.open,
body.theme-radost .main-header-clone .site-nav.open,
body.page-main.page-team-profile .main-header-clone .site-nav.open {
  border-radius: 24px !important;
}

@media (min-width: 1025px) {
  body.page-main .main-header-clone .header-row,
  body.page-love .main-header-clone .header-row,
  body.theme-schastye .main-header-clone .header-row,
  body.theme-radost .main-header-clone .header-row,
  body.page-main.page-team-profile .main-header-clone .header-row,
  body.page-main .main-header-clone.is-scrolled .header-row,
  body.page-love .main-header-clone.is-scrolled .header-row,
  body.theme-schastye .main-header-clone.is-scrolled .header-row,
  body.theme-radost .main-header-clone.is-scrolled .header-row,
  body.page-main.page-team-profile .main-header-clone.is-scrolled .header-row {
    min-height: 88px !important;
    border-radius: 46px !important;
    padding-inline: clamp(1.16rem, 2.5vw, 2rem) !important;
  }

  body.page-main .main-header-clone .site-nav a,
  body.page-love .main-header-clone .site-nav a,
  body.theme-schastye .main-header-clone .site-nav a,
  body.theme-radost .main-header-clone .site-nav a,
  body.page-main.page-team-profile .main-header-clone .site-nav a {
    min-height: 38px !important;
    padding: 0.34rem 0.24rem !important;
    font-size: clamp(1.08rem, 1.34vw, 1.34rem) !important;
    letter-spacing: 0.01em !important;
    text-shadow: none !important;
  }

  body.page-main .main-header-clone .brand-big,
  body.page-love .main-header-clone .brand-big,
  body.theme-schastye .main-header-clone .brand-big,
  body.theme-radost .main-header-clone .brand-big,
  body.page-main.page-team-profile .main-header-clone .brand-big {
    font-family: "Cormorant Garamond", serif !important;
    font-size: clamp(3.35rem, 4.3vw, 4.9rem) !important;
    line-height: 0.9 !important;
    letter-spacing: 0.04em !important;
    background: linear-gradient(180deg, #ffd978 0%, #f4c24f 38%, #e5a934 64%, #cc8520 100%) !important;
    background-size: 100% 100% !important;
    animation-duration: 10.5s !important;
  }

  body.page-main .main-header-clone .header-contact-trigger,
  body.page-love .main-header-clone .header-contact-trigger,
  body.theme-schastye .main-header-clone .header-contact-trigger,
  body.theme-radost .main-header-clone .header-contact-trigger,
  body.page-main.page-team-profile .main-header-clone .header-contact-trigger,
  body.page-main .main-header-clone .menu-toggle,
  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .menu-toggle {
    min-height: 56px !important;
    border-radius: 999px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border: 1px solid rgba(255, 214, 119, 0.62) !important;
    box-shadow:
      0 14px 28px rgba(20, 12, 7, 0.22),
      inset 0 0 0 1px rgba(255, 247, 220, 0.28) !important;
  }

  body.page-main .main-header-clone .menu-toggle,
  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .menu-toggle {
    min-width: 132px !important;
    padding-inline: 1.12rem !important;
  }

  body.page-main .main-header-clone .header-contact-trigger,
  body.page-love .main-header-clone .header-contact-trigger,
  body.theme-schastye .main-header-clone .header-contact-trigger,
  body.theme-radost .main-header-clone .header-contact-trigger,
  body.page-main.page-team-profile .main-header-clone .header-contact-trigger {
    min-width: 164px !important;
    padding-inline: 1.4rem !important;
  }
}

/* ==========================================================================
   Header brand + gold controls hardening
   ========================================================================== */
body.page-main .main-header-clone .brand-big,
body.page-love .main-header-clone .brand-big,
body.theme-schastye .main-header-clone .brand-big,
body.theme-radost .main-header-clone .brand-big,
body.page-main.page-team-profile .main-header-clone .brand-big {
  background: none !important;
  background-image: none !important;
  color: #f5cb63 !important;
  -webkit-text-fill-color: #f5cb63 !important;
  text-shadow:
    0 1px 0 rgba(255, 244, 205, 0.18),
    0 10px 22px rgba(18, 12, 9, 0.2) !important;
  animation: none !important;
  filter: drop-shadow(0 0 10px rgba(255, 214, 119, 0.12));
}

body.page-main .main-header-clone .menu-toggle,
body.page-love .main-header-clone .menu-toggle,
body.theme-schastye .main-header-clone .menu-toggle,
body.theme-radost .main-header-clone .menu-toggle,
body.page-main.page-team-profile .main-header-clone .menu-toggle,
body.page-main .main-header-clone .header-contact-trigger,
body.page-love .main-header-clone .header-contact-trigger,
body.theme-schastye .main-header-clone .header-contact-trigger,
body.theme-radost .main-header-clone .header-contact-trigger,
body.page-main.page-team-profile .main-header-clone .header-contact-trigger {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 156px !important;
  min-height: 54px !important;
  padding: 0.72rem 1.28rem !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 227, 151, 0.88) !important;
  background:
    linear-gradient(180deg, rgba(255, 248, 220, 0.44), rgba(255, 248, 220, 0.06)) padding-box,
    linear-gradient(135deg, #ffdc77 0%, #f8be2d 42%, #ffd970 72%, #ffefb8 100%) border-box !important;
  color: #17120d !important;
  -webkit-text-fill-color: #17120d !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
  box-shadow:
    0 16px 30px rgba(28, 18, 8, 0.22),
    0 0 18px rgba(255, 214, 119, 0.2),
    inset 0 1px 0 rgba(255, 252, 236, 0.58),
    inset 0 -10px 16px rgba(210, 137, 13, 0.16) !important;
}

body.page-main .main-header-clone .menu-toggle:hover,
body.page-love .main-header-clone .menu-toggle:hover,
body.theme-schastye .main-header-clone .menu-toggle:hover,
body.theme-radost .main-header-clone .menu-toggle:hover,
body.page-main.page-team-profile .main-header-clone .menu-toggle:hover,
body.page-main .main-header-clone .header-contact-trigger:hover,
body.page-love .main-header-clone .header-contact-trigger:hover,
body.theme-schastye .main-header-clone .header-contact-trigger:hover,
body.theme-radost .main-header-clone .header-contact-trigger:hover,
body.page-main.page-team-profile .main-header-clone .header-contact-trigger:hover,
body.page-main .main-header-clone .menu-toggle:focus-visible,
body.page-love .main-header-clone .menu-toggle:focus-visible,
body.theme-schastye .main-header-clone .menu-toggle:focus-visible,
body.theme-radost .main-header-clone .menu-toggle:focus-visible,
body.page-main.page-team-profile .main-header-clone .menu-toggle:focus-visible,
body.page-main .main-header-clone .header-contact-trigger:focus-visible,
body.page-love .main-header-clone .header-contact-trigger:focus-visible,
body.theme-schastye .main-header-clone .header-contact-trigger:focus-visible,
body.theme-radost .main-header-clone .header-contact-trigger:focus-visible,
body.page-main.page-team-profile .main-header-clone .header-contact-trigger:focus-visible {
  transform: translateY(-1px) !important;
  box-shadow:
    0 18px 34px rgba(28, 18, 8, 0.24),
    0 0 22px rgba(255, 219, 132, 0.28),
    inset 0 1px 0 rgba(255, 252, 236, 0.62),
    inset 0 -10px 16px rgba(210, 137, 13, 0.18) !important;
}

@media (max-width: 760px) {
  body.page-main .main-header-clone .brand-big,
  body.page-love .main-header-clone .brand-big,
  body.theme-schastye .main-header-clone .brand-big,
  body.theme-radost .main-header-clone .brand-big,
  body.page-main.page-team-profile .main-header-clone .brand-big {
    font-size: clamp(1.95rem, 8vw, 2.55rem) !important;
  }

  body.page-main .main-header-clone .menu-toggle,
  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .menu-toggle,
  body.page-main .main-header-clone .header-contact-trigger,
  body.page-love .main-header-clone .header-contact-trigger,
  body.theme-schastye .main-header-clone .header-contact-trigger,
  body.theme-radost .main-header-clone .header-contact-trigger,
  body.page-main.page-team-profile .main-header-clone .header-contact-trigger {
    min-width: 112px !important;
    min-height: 42px !important;
    padding: 0.56rem 0.9rem !important;
    font-size: 0.86rem !important;
  }
}

body.page-main .main-team-feature-copy h3 {
  color: var(--lord-gold-100, #fcce6d);
  -webkit-text-fill-color: var(--lord-gold-100, #fcce6d);
  text-shadow: 0 8px 24px rgba(228, 171, 45, 0.28);
}

/* ==========================================================================
   Header glass neutralization + unified geometry
   ========================================================================== */
body.page-main .main-header-clone,
body.page-love .main-header-clone,
body.theme-schastye .main-header-clone,
body.theme-radost .main-header-clone,
body.page-main.page-team-profile .main-header-clone {
  --clone-shell-bg: rgba(247, 241, 243, 0.15) !important;
  --clone-panel-bg: rgba(249, 243, 245, 0.18) !important;
  --clone-shell-border: rgba(255, 212, 104, 0.74) !important;
  --clone-shell-shadow:
    0 18px 42px rgba(16, 14, 22, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 0 0 1px rgba(255, 240, 199, 0.16) !important;
}

body.page-main .main-header-clone .header-row,
body.page-love .main-header-clone .header-row,
body.theme-schastye .main-header-clone .header-row,
body.theme-radost .main-header-clone .header-row,
body.page-main.page-team-profile .main-header-clone .header-row,
body.page-main .main-header-clone.is-scrolled .header-row,
body.page-love .main-header-clone.is-scrolled .header-row,
body.theme-schastye .main-header-clone.is-scrolled .header-row,
body.theme-radost .main-header-clone.is-scrolled .header-row,
body.page-main.page-team-profile .main-header-clone.is-scrolled .header-row {
  background: var(--clone-shell-bg) !important;
  border: 1.6px solid var(--clone-shell-border) !important;
  border-radius: 34px !important;
  box-shadow: var(--clone-shell-shadow) !important;
  backdrop-filter: blur(24px) saturate(148%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(148%) !important;
}

body.page-main .main-header-clone .site-nav.open,
body.page-love .main-header-clone .site-nav.open,
body.theme-schastye .main-header-clone .site-nav.open,
body.theme-radost .main-header-clone .site-nav.open,
body.page-main.page-team-profile .main-header-clone .site-nav.open,
body.page-main .main-header-clone .header-contact-panel,
body.page-love .main-header-clone .header-contact-panel,
body.theme-schastye .main-header-clone .header-contact-panel,
body.theme-radost .main-header-clone .header-contact-panel,
body.page-main.page-team-profile .main-header-clone .header-contact-panel {
  background: var(--clone-panel-bg) !important;
  border: 1.45px solid rgba(255, 212, 104, 0.46) !important;
  box-shadow:
    0 18px 36px rgba(16, 14, 22, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(22px) saturate(144%) !important;
  -webkit-backdrop-filter: blur(22px) saturate(144%) !important;
}

body.page-main .main-header-clone .brand-big,
body.page-love .main-header-clone .brand-big,
body.theme-schastye .main-header-clone .brand-big,
body.theme-radost .main-header-clone .brand-big,
body.page-main.page-team-profile .main-header-clone .brand-big {
  color: #ecb33a !important;
  -webkit-text-fill-color: #ecb33a !important;
  letter-spacing: 0.02em !important;
  text-shadow:
    0 1px 0 rgba(255, 246, 217, 0.18),
    0 10px 18px rgba(31, 18, 4, 0.16) !important;
}

body.page-main .main-header-clone .menu-toggle,
body.page-love .main-header-clone .menu-toggle,
body.theme-schastye .main-header-clone .menu-toggle,
body.theme-radost .main-header-clone .menu-toggle,
body.page-main.page-team-profile .main-header-clone .menu-toggle,
body.page-main .main-header-clone .header-contact-trigger,
body.page-love .main-header-clone .header-contact-trigger,
body.theme-schastye .main-header-clone .header-contact-trigger,
body.theme-radost .main-header-clone .header-contact-trigger,
body.page-main.page-team-profile .main-header-clone .header-contact-trigger {
  box-sizing: border-box !important;
  width: clamp(156px, 13vw, 168px) !important;
  min-width: clamp(156px, 13vw, 168px) !important;
  max-width: clamp(156px, 13vw, 168px) !important;
  min-height: 54px !important;
  padding: 0.72rem 1rem !important;
  border-radius: 22px !important;
  border: 1.65px solid rgba(255, 224, 145, 0.95) !important;
  background: linear-gradient(180deg, #ffe99b 0%, #ffc83e 46%, #efab1a 100%) !important;
  box-shadow:
    0 16px 28px rgba(31, 18, 4, 0.2),
    0 0 18px rgba(255, 215, 122, 0.22),
    inset 0 1px 0 rgba(255, 249, 229, 0.68),
    inset 0 -10px 14px rgba(198, 126, 11, 0.18) !important;
}

@media (max-width: 760px) {
  body.page-main .main-header-clone .header-row,
  body.page-love .main-header-clone .header-row,
  body.theme-schastye .main-header-clone .header-row,
  body.theme-radost .main-header-clone .header-row,
  body.page-main.page-team-profile .main-header-clone .header-row {
    border-radius: 26px !important;
  }

  body.page-main .main-header-clone .menu-toggle,
  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .menu-toggle,
  body.page-main .main-header-clone .header-contact-trigger,
  body.page-love .main-header-clone .header-contact-trigger,
  body.theme-schastye .main-header-clone .header-contact-trigger,
  body.theme-radost .main-header-clone .header-contact-trigger,
  body.page-main.page-team-profile .main-header-clone .header-contact-trigger {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    min-height: 42px !important;
    padding: 0.56rem 0.72rem !important;
    border-radius: 18px !important;
  }
}

@media (min-width: 760px) {
  body.page-main .main-directions-grid {
    align-items: stretch !important;
  }

  body.page-main .main-direction-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }

  body.page-main .main-direction-accent {
    margin-top: auto !important;
  }
}

body.page-main .main-gold-highlight,
body.page-main .main-reason-card h3 {
  color: var(--lord-gold-100, #fcce6d);
  -webkit-text-fill-color: var(--lord-gold-100, #fcce6d);
  text-shadow: 0 8px 24px rgba(228, 171, 45, 0.22);
}

body.page-main .main-team-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.72rem;
}

body.page-main .main-team-contact-menu {
  position: relative;
}

body.page-main .main-team-contact-menu > summary {
  list-style: none;
}

body.page-main .main-team-contact-menu > summary::-webkit-details-marker {
  display: none;
}

body.page-main .main-team-contact-panel {
  position: absolute;
  top: calc(100% + 0.72rem);
  left: 0;
  z-index: 5;
  min-width: min(320px, 82vw);
  display: grid;
  gap: 0.52rem;
  padding: 0.85rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 219, 128, 0.34);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  box-shadow: 0 20px 36px rgba(3, 7, 22, 0.28);
  backdrop-filter: blur(18px) saturate(148%);
  -webkit-backdrop-filter: blur(18px) saturate(148%);
}

body.page-main .main-team-contact-menu:not([open]) .main-team-contact-panel {
  display: none;
}

body.page-main .main-team-contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 221, 137, 0.26);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(248, 241, 222, 0.96);
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

body.page-main .main-team-contact-link:hover,
body.page-main .main-team-contact-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 221, 137, 0.48);
  background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 760px) {
  body.page-main .main-team-contact-menu {
    width: 100%;
  }

  body.page-main .main-team-contact-menu > summary {
    width: 100%;
  }

  body.page-main .main-team-contact-panel {
    position: static;
    min-width: 0;
    width: 100%;
    margin-top: 0.72rem;
  }
}

body.page-main .hero-title-line--wordmark {
  gap: 0.055em;
  padding-right: 0.045em;
}

body.page-main .hero-title-lord {
  font-weight: 600;
}

body.page-main .hero-title-quote {
  color: rgba(255, 241, 198, 0.96) !important;
  -webkit-text-fill-color: rgba(255, 241, 198, 0.96) !important;
  text-shadow:
    0 1px 0 rgba(19, 24, 39, 0.26),
    0 0 14px rgba(255, 238, 190, 0.16) !important;
}

body.page-main .main-identity-crest img {
  box-sizing: border-box;
  padding: clamp(0.3rem, 0.9vw, 0.55rem) clamp(0.75rem, 1.8vw, 1.1rem) clamp(0.18rem, 0.6vw, 0.3rem);
  border-radius: 22px;
  object-fit: contain !important;
  object-position: center center !important;
}

body.theme-schastye.schastye-v4 .sch-scroll-progress {
  background: linear-gradient(90deg, rgba(5, 17, 62, 0.76), rgba(56, 12, 52, 0.72), rgba(88, 14, 24, 0.78)) !important;
}

body.theme-schastye.schastye-v4 .sch-scroll-progress__bar {
  background: linear-gradient(90deg, #4fc3ff 0%, #1e63ff 34%, #6a48ff 64%, #ff4f6d 100%) !important;
  box-shadow:
    0 0 14px rgba(79, 195, 255, 0.42),
    0 0 22px rgba(255, 79, 109, 0.32) !important;
}

body.page-main .main-scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 4px;
  z-index: 260;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(5, 13, 44, 0.72), rgba(18, 20, 54, 0.48)) !important;
  backdrop-filter: blur(2px);
}

body.page-main .main-scroll-progress__bar {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, #fff1ba 0%, #ffd76a 28%, #f3bb3c 64%, #d88c1d 100%) !important;
  box-shadow:
    0 0 14px rgba(255, 215, 106, 0.42),
    0 0 20px rgba(216, 140, 29, 0.28) !important;
}

body.page-main .main-header-clone .header-row > .menu-toggle {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  transform: none !important;
}

@media (min-width: 761px) and (max-width: 1240px) {
  body.page-main .main-header-clone .header-row,
  body.page-main .main-header-clone.is-scrolled .header-row {
    width: min(calc(100% - 18px), 1080px) !important;
    max-width: 1080px !important;
    min-height: 78px !important;
    padding-inline: clamp(0.9rem, 1.8vw, 1.35rem) !important;
    border-radius: 30px !important;
    grid-template-columns: minmax(156px, 1fr) auto minmax(156px, 1fr) !important;
    gap: clamp(0.75rem, 1.6vw, 1.15rem) !important;
    align-items: center !important;
  }

  body.page-main .main-header-clone .header-row > .brand,
  body.page-main .main-header-clone .header-row > .menu-toggle,
  body.page-main .main-header-clone .header-row > .header-actions,
  body.page-main .main-header-clone.is-scrolled .header-row > .brand,
  body.page-main .main-header-clone.is-scrolled .header-row > .menu-toggle,
  body.page-main .main-header-clone.is-scrolled .header-row > .header-actions {
    align-self: center !important;
  }

  body.page-main .main-header-clone .header-row > .menu-toggle,
  body.page-main .main-header-clone.is-scrolled .header-row > .menu-toggle {
    justify-self: start !important;
    margin: 0 !important;
  }

  body.page-main .main-header-clone .header-row > .header-actions,
  body.page-main .main-header-clone.is-scrolled .header-row > .header-actions {
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.page-main .main-header-clone .brand-big {
    font-size: clamp(2.7rem, 5.2vw, 3.9rem) !important;
    line-height: 0.9 !important;
  }

  body.page-main .main-header-clone .menu-toggle,
  body.page-main .main-header-clone .header-contact-trigger {
    min-height: 50px !important;
  }
}

body.page-love .scene::before {
  background: none !important;
  opacity: 0 !important;
}

body.page-love .section.section-tight::before,
body.page-love .section-tight::before {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 246, 239, 0.24) 52%,
      rgba(255, 255, 255, 0.54) 100%
    ),
    url("../love/love-white-heart-hero-02.png") 28% 22% / cover no-repeat !important;
}

@media (max-width: 767px) {
  body.page-love .section.section-tight::before,
  body.page-love .section-tight::before {
    background:
      linear-gradient(
        180deg,
        rgba(255, 252, 249, 0.12) 0%,
        rgba(255, 246, 242, 0.18) 46%,
        rgba(255, 255, 255, 0.34) 100%
      ),
      url("../love/love-white-heart-hero-02.png") 38% 18% / cover no-repeat !important;
  }
}

body.page-love,
body.page-love .page-shell {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 249, 244, 0.16) 42%,
      rgba(255, 255, 255, 0.24) 100%
    ),
    url("../love/love-white-background.png") center top / 100% auto repeat-y !important;
}

body.page-love > main,
body.page-love .page-shell > main,
body.page-love main,
body.page-love .section:not(.section-tight),
body.page-love .section-soft:not(.section-tight),
body.page-love .section-value-bg:not(.section-tight),
body.page-love .section-trust-bg:not(.section-tight),
body.page-love .page-footer,
body.page-love .love-footer {
  background: transparent !important;
  background-image: none !important;
}

body.page-love > main,
body.page-love .page-shell > main {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 247, 242, 0.12) 44%,
      rgba(255, 255, 255, 0.18) 100%
    ),
    url("../love/love-white-background.png") center center / cover no-repeat fixed !important;
}

@media (max-width: 1024px) {
  body.page-love > main,
  body.page-love .page-shell > main {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 247, 242, 0.12) 44%,
        rgba(255, 255, 255, 0.18) 100%
      ),
      url("../love/love-white-background.png") center top / cover no-repeat !important;
  }
}

body.page-love .love-grid.love-grid-mini,
body.page-love .love-grid.love-grid-mini.love-grid-mini--more {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  column-count: unset !important;
  gap: clamp(0.7rem, 1.6vw, 1rem) !important;
}

body.page-love .love-grid.love-grid-mini .love-thumb,
body.page-love .love-grid.love-grid-mini.love-grid-mini--more .love-thumb,
body.page-love .love-grid.love-grid-mini .love-thumb[data-full*="love-set-08"],
body.page-love .love-grid.love-grid-mini.love-grid-mini--more .love-thumb[data-full*="love-set-08"] {
  aspect-ratio: 1 / 1 !important;
}

body.page-love .love-grid.love-grid-mini .love-thumb img,
body.page-love .love-grid.love-grid-mini.love-grid-mini--more .love-thumb img,
body.page-love .love-grid.love-grid-mini .love-thumb[data-full*="love-set-08"] img,
body.page-love .love-grid.love-grid-mini.love-grid-mini--more .love-thumb[data-full*="love-set-08"] img {
  object-position: center center !important;
}

body.page-love .love-portfolio-more {
  display: grid;
  gap: 0.95rem;
  margin-top: 1rem;
}

body.page-love .love-portfolio-more > summary {
  list-style: none;
  justify-self: center;
}

body.page-love .love-portfolio-more > summary::-webkit-details-marker {
  display: none;
}

body.page-love .love-portfolio-more > summary.btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body.page-love .love-portfolio-more:not([open]) .love-grid-mini--more {
  display: none !important;
}

@media (max-width: 560px) {
  body.page-love .love-grid.love-grid-mini,
  body.page-love .love-grid.love-grid-mini.love-grid-mini--more {
    gap: 0.58rem !important;
  }
}

/* ==========================================================================
   Love hero note final restore
   ========================================================================== */
body.page-love .hero-visual {
  overflow: visible !important;
}

body.page-love .hero-note {
  display: block !important;
  position: absolute !important;
  top: auto !important;
  right: auto !important;
  left: clamp(18px, 5vw, 64px) !important;
  bottom: -2.6rem !important;
  width: min(calc(100% - 36px), 460px) !important;
  max-width: 460px !important;
  padding: 1.1rem 1.35rem 1.2rem !important;
  border-radius: 32px !important;
  border: 1.5px solid rgba(222, 186, 141, 0.62) !important;
  background:
    linear-gradient(
      140deg,
      rgba(255, 255, 255, 0.42) 0%,
      rgba(248, 239, 232, 0.26) 54%,
      rgba(255, 255, 255, 0.24) 100%
    ) !important;
  box-shadow:
    0 26px 54px rgba(124, 92, 84, 0.18),
    0 10px 24px rgba(96, 72, 80, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
  -webkit-backdrop-filter: blur(24px) saturate(162%) !important;
  backdrop-filter: blur(24px) saturate(162%) !important;
  overflow: hidden !important;
  z-index: 8 !important;
}

body.page-love .hero-note::before {
  background:
    radial-gradient(circle at 92% 24%, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0.12) 18%, transparent 34%),
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.1) 32%, transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, transparent 34%) !important;
}

body.page-love .hero-note p {
  color: rgba(96, 87, 84, 0.96) !important;
  letter-spacing: 0.14em !important;
}

body.page-love .hero-note strong {
  color: rgba(72, 68, 66, 0.96) !important;
  font-size: clamp(1.02rem, 1.5vw, 1.12rem) !important;
  line-height: 1.34 !important;
}

@media (max-width: 767px) {
  body.page-love .hero-visual {
    min-height: clamp(352px, 92vw, 428px) !important;
  }

  body.page-love .hero-copy {
    padding-top: clamp(338px, 92vw, 456px) !important;
  }

  body.page-love .hero-note {
    left: 50% !important;
    right: auto !important;
    bottom: -5rem !important;
    width: min(90vw, 360px) !important;
    max-width: none !important;
    transform: translateX(-50%) !important;
    padding: 1rem 1.1rem 1.08rem !important;
    border-radius: 28px !important;
  }

  body.page-love .hero-note strong {
    font-size: 0.98rem !important;
  }
}

/* ==========================================================================
   Homepage team feature contact dropdown stacking fix
   ========================================================================== */
body.page-main #team,
body.page-main #team > .container,
body.page-main .main-team-grid {
  position: relative;
  overflow: visible !important;
}

body.page-main .main-team-feature {
  position: relative;
  z-index: 14;
  overflow: visible !important;
  isolation: isolate;
}

body.page-main .main-team-feature-copy,
body.page-main .main-team-actions,
body.page-main .main-team-contact-menu {
  position: relative;
}

body.page-main .main-team-contact-menu {
  z-index: 18;
}

body.page-main .main-team-contact-menu[open] {
  z-index: 36;
}

body.page-main .main-team-contact-panel {
  z-index: 48;
}

/* ==========================================================================
   Vera Kuzmina profile cleanup + presentation CTA relocation
   ========================================================================== */
body.page-main.page-team-profile[data-page="team-vera-kuzmina"] {
  background:
    linear-gradient(142deg, rgba(10, 26, 90, 0.78) 0%, rgba(54, 38, 106, 0.72) 54%, rgba(98, 47, 95, 0.68) 100%),
    radial-gradient(circle at 82% 16%, rgba(255, 143, 188, 0.26), rgba(255, 143, 188, 0) 32%),
    radial-gradient(circle at 18% 78%, rgba(105, 152, 255, 0.24), rgba(105, 152, 255, 0) 38%),
    url("../love/love-bg-block-2.png") center top / cover no-repeat fixed;
}

body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .page-shell,
body.page-main.page-team-profile[data-page="team-vera-kuzmina"] > .page-shell,
body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-main {
  background: transparent !important;
}

body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-hero {
  padding-top: clamp(1.8rem, 4vw, 2.7rem);
}

body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-shell {
  gap: clamp(0.95rem, 1.8vw, 1.25rem);
}

body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-hero .team-profile-shell {
  grid-template-columns: minmax(0, 1fr) !important;
}

body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-card,
body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-panel {
  border-color: rgba(244, 247, 255, 0.18);
  background:
    radial-gradient(circle at 14% 18%, rgba(123, 159, 255, 0.18), rgba(123, 159, 255, 0) 30%),
    radial-gradient(circle at 86% 82%, rgba(255, 114, 161, 0.14), rgba(255, 114, 161, 0) 34%),
    linear-gradient(138deg, rgba(18, 39, 116, 0.9) 0%, rgba(52, 46, 126, 0.88) 50%, rgba(103, 33, 77, 0.88) 100%);
  box-shadow:
    0 24px 44px rgba(7, 12, 34, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-card {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(1.2rem, 2vw, 1.5rem);
  padding: clamp(1.15rem, 2.2vw, 1.5rem);
  align-items: start;
}

body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-top {
  display: grid;
  gap: clamp(1.15rem, 2.4vw, 1.8rem);
  align-items: start;
}

body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-photo {
  aspect-ratio: 4 / 4.95;
  min-height: clamp(380px, 42vw, 620px);
  align-self: start;
}

body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-copy {
  gap: 1rem;
  align-content: start;
  align-self: start;
}

body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-copy-top {
  display: grid;
  gap: 0.8rem;
}

body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-name {
  max-width: 10ch;
  font-size: clamp(3.25rem, 5.1vw, 5.5rem);
  line-height: 0.92;
}

body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-lead {
  max-width: 21ch;
  font-size: clamp(1.2rem, 1.85vw, 1.72rem);
  line-height: 1.24;
  color: rgba(255, 247, 233, 0.96);
}

body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-meta {
  gap: 0.55rem;
}

body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-story {
  display: grid;
  gap: 0.82rem;
  padding-top: clamp(0.95rem, 1.8vw, 1.15rem);
  border-top: 1px solid rgba(255, 226, 156, 0.2);
}

body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-note {
  margin: 0;
  max-width: 72ch;
  color: rgba(247, 249, 255, 0.95);
  font-size: clamp(0.98rem, 1.16vw, 1.05rem);
  line-height: 1.7;
}

body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-actions {
  margin-top: 0.1rem;
}

@media (min-width: 920px) {
  body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-top {
    grid-template-columns: minmax(360px, 420px) minmax(0, 1fr);
  }
}

@media (max-width: 1024px) {
  body.page-main.page-team-profile[data-page="team-vera-kuzmina"] {
    background:
      linear-gradient(142deg, rgba(10, 26, 90, 0.78) 0%, rgba(54, 38, 106, 0.72) 54%, rgba(98, 47, 95, 0.68) 100%),
      radial-gradient(circle at 82% 16%, rgba(255, 143, 188, 0.26), rgba(255, 143, 188, 0) 32%),
      radial-gradient(circle at 18% 78%, rgba(105, 152, 255, 0.24), rgba(105, 152, 255, 0) 38%),
      url("../love/love-bg-block-2.png") center top / cover no-repeat;
  }
}

@media (max-width: 919px) {
  body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-name,
  body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-lead,
  body.page-main.page-team-profile[data-page="team-vera-kuzmina"] .team-profile-note {
    max-width: none;
  }
}

/* ==========================================================================
   Homepage tablet header hard lock
   ========================================================================== */
@media (min-width: 761px) and (max-width: 1240px) {
  body.page-main[data-page="main"] .main-header-clone {
    top: 6px !important;
    padding-inline: clamp(6px, 1.1vw, 10px) !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-row,
  body.page-main[data-page="main"] .main-header-clone.is-scrolled .header-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    align-content: center !important;
    position: relative !important;
    width: min(calc(100% - 18px), 1068px) !important;
    max-width: 1068px !important;
    min-height: 76px !important;
    height: 76px !important;
    padding: 0 clamp(0.95rem, 1.7vw, 1.3rem) !important;
    border-radius: 30px !important;
    gap: clamp(0.75rem, 1.5vw, 1.05rem) !important;
    overflow: visible !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-row > .brand,
  body.page-main[data-page="main"] .main-header-clone.is-scrolled .header-row > .brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    z-index: 0 !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-row > .menu-toggle,
  body.page-main[data-page="main"] .main-header-clone .header-row > .header-actions,
  body.page-main[data-page="main"] .main-header-clone.is-scrolled .header-row > .menu-toggle,
  body.page-main[data-page="main"] .main-header-clone.is-scrolled .header-row > .header-actions {
    position: relative !important;
    z-index: 1 !important;
    flex: 0 0 auto !important;
    align-self: center !important;
    margin: 0 !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-row > .menu-toggle,
  body.page-main[data-page="main"] .main-header-clone.is-scrolled .header-row > .menu-toggle {
    justify-self: auto !important;
    margin-right: auto !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-row > .header-actions,
  body.page-main[data-page="main"] .main-header-clone.is-scrolled .header-row > .header-actions {
    justify-self: auto !important;
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-contact-menu,
  body.page-main[data-page="main"] .main-header-clone .header-contact-menu > summary.header-contact-trigger {
    margin: 0 !important;
  }

  body.page-main[data-page="main"] .main-header-clone .brand-big {
    font-size: clamp(2.65rem, 5vw, 3.55rem) !important;
    line-height: 0.9 !important;
  }

  body.page-main[data-page="main"] .main-header-clone .menu-toggle,
  body.page-main[data-page="main"] .main-header-clone .header-contact-trigger {
    width: clamp(150px, 14vw, 164px) !important;
    min-width: clamp(150px, 14vw, 164px) !important;
    max-width: clamp(150px, 14vw, 164px) !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0.68rem 1rem !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-row > .site-nav {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: 0 !important;
    display: none !important;
  }

  body.page-main[data-page="main"] .main-header-clone .site-nav.open {
    display: block !important;
  }
}

/* ==========================================================================
   Homepage compact header final lock
   ========================================================================== */
@media (max-width: 1240px) {
  body.page-main[data-page="main"] .main-header-clone {
    top: clamp(4px, 0.8vw, 8px) !important;
    padding-inline: 0 !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-row,
  body.page-main[data-page="main"] .main-header-clone.is-scrolled .header-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    align-content: center !important;
    position: relative !important;
    width: min(calc(100% - 24px), 1040px) !important;
    max-width: 1040px !important;
    min-height: 74px !important;
    height: 74px !important;
    padding: 0 0.95rem !important;
    border-radius: 28px !important;
    gap: 0.75rem !important;
    overflow: visible !important;
    grid-template-columns: none !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-row > .brand,
  body.page-main[data-page="main"] .main-header-clone.is-scrolled .header-row > .brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    z-index: 0 !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-row > .menu-toggle,
  body.page-main[data-page="main"] .main-header-clone .header-row > .header-actions,
  body.page-main[data-page="main"] .main-header-clone.is-scrolled .header-row > .menu-toggle,
  body.page-main[data-page="main"] .main-header-clone.is-scrolled .header-row > .header-actions {
    position: relative !important;
    z-index: 2 !important;
    order: 0 !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    margin: 0 !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-row > .menu-toggle,
  body.page-main[data-page="main"] .main-header-clone.is-scrolled .header-row > .menu-toggle {
    margin-right: auto !important;
    justify-self: auto !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-row > .header-actions,
  body.page-main[data-page="main"] .main-header-clone.is-scrolled .header-row > .header-actions {
    margin-left: auto !important;
    justify-self: auto !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-contact-menu {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-contact-menu > summary.header-contact-trigger {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
  }

  body.page-main[data-page="main"] .main-header-clone .menu-toggle,
  body.page-main[data-page="main"] .main-header-clone .header-contact-trigger {
    box-sizing: border-box !important;
    align-self: center !important;
    line-height: 1.02 !important;
    white-space: nowrap !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-row > .site-nav {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: 0 !important;
    display: none !important;
    z-index: 16 !important;
  }

  body.page-main[data-page="main"] .main-header-clone .site-nav.open {
    display: block !important;
  }
}

@media (min-width: 761px) and (max-width: 1240px) {
  body.page-main[data-page="main"] .main-header-clone .header-row,
  body.page-main[data-page="main"] .main-header-clone.is-scrolled .header-row {
    width: min(calc(100% - 24px), 1040px) !important;
    max-width: 1040px !important;
    min-height: 76px !important;
    height: 76px !important;
    padding: 0 1.05rem !important;
    border-radius: 30px !important;
    gap: 0.8rem !important;
  }

  body.page-main[data-page="main"] .main-header-clone .brand-big {
    font-size: clamp(2.7rem, 4.8vw, 3.55rem) !important;
    line-height: 0.9 !important;
  }

  body.page-main[data-page="main"] .main-header-clone .menu-toggle {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0.68rem 1rem !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-contact-trigger {
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0.68rem 1rem !important;
  }
}

@media (max-width: 760px) {
  body.page-main[data-page="main"] .main-header-clone {
    top: max(4px, env(safe-area-inset-top)) !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-row,
  body.page-main[data-page="main"] .main-header-clone.is-scrolled .header-row {
    width: min(calc(100% - 18px), 620px) !important;
    max-width: 620px !important;
    min-height: 68px !important;
    height: 68px !important;
    padding: 0 0.72rem !important;
    border-radius: 24px !important;
    gap: 0.5rem !important;
  }

  body.page-main[data-page="main"] .main-header-clone .brand-big {
    font-size: clamp(2rem, 8.6vw, 2.55rem) !important;
    line-height: 0.92 !important;
  }

  body.page-main[data-page="main"] .main-header-clone .menu-toggle {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0.56rem 0.72rem !important;
    border-radius: 18px !important;
    font-size: 0.86rem !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-contact-trigger {
    width: 126px !important;
    min-width: 126px !important;
    max-width: 126px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0.56rem 0.76rem !important;
    border-radius: 18px !important;
    font-size: 0.86rem !important;
  }
}

@media (max-width: 430px) {
  body.page-main[data-page="main"] .main-header-clone .header-row,
  body.page-main[data-page="main"] .main-header-clone.is-scrolled .header-row {
    width: calc(100% - 14px) !important;
    padding: 0 0.64rem !important;
    gap: 0.42rem !important;
  }

  body.page-main[data-page="main"] .main-header-clone .brand-big {
    font-size: clamp(1.78rem, 8.6vw, 2.08rem) !important;
  }

  body.page-main[data-page="main"] .main-header-clone .menu-toggle {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0.52rem 0.62rem !important;
    font-size: 0.82rem !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-contact-trigger {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0.52rem 0.64rem !important;
    font-size: 0.82rem !important;
  }
}

@media (max-width: 360px) {
  body.page-main[data-page="main"] .main-header-clone .header-row,
  body.page-main[data-page="main"] .main-header-clone.is-scrolled .header-row {
    width: calc(100% - 10px) !important;
    min-height: 64px !important;
    height: 64px !important;
    padding: 0 0.56rem !important;
  }

  body.page-main[data-page="main"] .main-header-clone .brand-big {
    font-size: clamp(1.62rem, 8.4vw, 1.86rem) !important;
  }

  body.page-main[data-page="main"] .main-header-clone .menu-toggle {
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    height: 38px !important;
    min-height: 38px !important;
    font-size: 0.79rem !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-contact-trigger {
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    height: 38px !important;
    min-height: 38px !important;
    font-size: 0.79rem !important;
  }
}

/* ==========================================================================
   Inner pages compact header final lock
   ========================================================================== */
@media (max-width: 1240px) {
  body.page-love .main-header-clone,
  body.theme-schastye .main-header-clone,
  body.theme-radost .main-header-clone,
  body.page-main.page-team-profile .main-header-clone {
    top: clamp(4px, 0.8vw, 8px) !important;
    padding-inline: 0 !important;
  }

  body.page-love .main-header-clone .header-row,
  body.theme-schastye .main-header-clone .header-row,
  body.theme-radost .main-header-clone .header-row,
  body.page-main.page-team-profile .main-header-clone .header-row,
  body.page-love .main-header-clone.is-scrolled .header-row,
  body.theme-schastye .main-header-clone.is-scrolled .header-row,
  body.theme-radost .main-header-clone.is-scrolled .header-row,
  body.page-main.page-team-profile .main-header-clone.is-scrolled .header-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    align-content: center !important;
    position: relative !important;
    width: min(calc(100% - 32px), 780px) !important;
    max-width: 780px !important;
    min-height: 74px !important;
    height: 74px !important;
    padding: 0 0.95rem !important;
    border-radius: 28px !important;
    gap: 0.75rem !important;
    overflow: visible !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
    grid-auto-flow: row !important;
  }

  body.page-love .main-header-clone .header-row > .brand,
  body.theme-schastye .main-header-clone .header-row > .brand,
  body.theme-radost .main-header-clone .header-row > .brand,
  body.page-main.page-team-profile .main-header-clone .header-row > .brand,
  body.page-love .main-header-clone.is-scrolled .header-row > .brand,
  body.theme-schastye .main-header-clone.is-scrolled .header-row > .brand,
  body.theme-radost .main-header-clone.is-scrolled .header-row > .brand,
  body.page-main.page-team-profile .main-header-clone.is-scrolled .header-row > .brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    z-index: 0 !important;
  }

  body.page-love .main-header-clone .header-row > .menu-toggle,
  body.theme-schastye .main-header-clone .header-row > .menu-toggle,
  body.theme-radost .main-header-clone .header-row > .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .header-row > .menu-toggle,
  body.page-love .main-header-clone .header-row > .header-actions,
  body.theme-schastye .main-header-clone .header-row > .header-actions,
  body.theme-radost .main-header-clone .header-row > .header-actions,
  body.page-main.page-team-profile .main-header-clone .header-row > .header-actions,
  body.page-love .main-header-clone.is-scrolled .header-row > .menu-toggle,
  body.theme-schastye .main-header-clone.is-scrolled .header-row > .menu-toggle,
  body.theme-radost .main-header-clone.is-scrolled .header-row > .menu-toggle,
  body.page-main.page-team-profile .main-header-clone.is-scrolled .header-row > .menu-toggle,
  body.page-love .main-header-clone.is-scrolled .header-row > .header-actions,
  body.theme-schastye .main-header-clone.is-scrolled .header-row > .header-actions,
  body.theme-radost .main-header-clone.is-scrolled .header-row > .header-actions,
  body.page-main.page-team-profile .main-header-clone.is-scrolled .header-row > .header-actions {
    position: relative !important;
    z-index: 2 !important;
    order: 0 !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    margin: 0 !important;
  }

  body.page-love .main-header-clone .header-row > .menu-toggle,
  body.theme-schastye .main-header-clone .header-row > .menu-toggle,
  body.theme-radost .main-header-clone .header-row > .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .header-row > .menu-toggle,
  body.page-love .main-header-clone.is-scrolled .header-row > .menu-toggle,
  body.theme-schastye .main-header-clone.is-scrolled .header-row > .menu-toggle,
  body.theme-radost .main-header-clone.is-scrolled .header-row > .menu-toggle,
  body.page-main.page-team-profile .main-header-clone.is-scrolled .header-row > .menu-toggle {
    margin-right: auto !important;
    justify-self: auto !important;
  }

  body.page-love .main-header-clone .header-row > .header-actions,
  body.theme-schastye .main-header-clone .header-row > .header-actions,
  body.theme-radost .main-header-clone .header-row > .header-actions,
  body.page-main.page-team-profile .main-header-clone .header-row > .header-actions,
  body.page-love .main-header-clone.is-scrolled .header-row > .header-actions,
  body.theme-schastye .main-header-clone.is-scrolled .header-row > .header-actions,
  body.theme-radost .main-header-clone.is-scrolled .header-row > .header-actions,
  body.page-main.page-team-profile .main-header-clone.is-scrolled .header-row > .header-actions {
    margin-left: auto !important;
    justify-self: auto !important;
  }

  body.page-love .main-header-clone .header-contact-menu,
  body.theme-schastye .main-header-clone .header-contact-menu,
  body.theme-radost .main-header-clone .header-contact-menu,
  body.page-main.page-team-profile .main-header-clone .header-contact-menu {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body.page-love .main-header-clone .header-contact-menu > summary.header-contact-trigger,
  body.theme-schastye .main-header-clone .header-contact-menu > summary.header-contact-trigger,
  body.theme-radost .main-header-clone .header-contact-menu > summary.header-contact-trigger,
  body.page-main.page-team-profile .main-header-clone .header-contact-menu > summary.header-contact-trigger {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
  }

  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .menu-toggle,
  body.page-love .main-header-clone .header-contact-trigger,
  body.theme-schastye .main-header-clone .header-contact-trigger,
  body.theme-radost .main-header-clone .header-contact-trigger,
  body.page-main.page-team-profile .main-header-clone .header-contact-trigger {
    box-sizing: border-box !important;
    align-self: center !important;
    line-height: 1.02 !important;
    white-space: nowrap !important;
  }

  body.page-love .main-header-clone .header-row > .site-nav,
  body.theme-schastye .main-header-clone .header-row > .site-nav,
  body.theme-radost .main-header-clone .header-row > .site-nav,
  body.page-main.page-team-profile .main-header-clone .header-row > .site-nav {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: 0 !important;
    display: none !important;
    z-index: 16 !important;
  }

  body.page-love .main-header-clone .site-nav.open,
  body.theme-schastye .main-header-clone .site-nav.open,
  body.theme-radost .main-header-clone .site-nav.open,
  body.page-main.page-team-profile .main-header-clone .site-nav.open {
    display: block !important;
  }
}

@media (min-width: 761px) and (max-width: 1240px) {
  body.page-love .main-header-clone .header-row,
  body.theme-schastye .main-header-clone .header-row,
  body.theme-radost .main-header-clone .header-row,
  body.page-main.page-team-profile .main-header-clone .header-row,
  body.page-love .main-header-clone.is-scrolled .header-row,
  body.theme-schastye .main-header-clone.is-scrolled .header-row,
  body.theme-radost .main-header-clone.is-scrolled .header-row,
  body.page-main.page-team-profile .main-header-clone.is-scrolled .header-row {
    width: min(calc(100% - 52px), 780px) !important;
    max-width: 780px !important;
    min-height: 76px !important;
    height: 76px !important;
    padding: 0 1.05rem !important;
    border-radius: 30px !important;
    gap: 0.8rem !important;
  }

  body.page-love .main-header-clone .brand-big,
  body.theme-schastye .main-header-clone .brand-big,
  body.theme-radost .main-header-clone .brand-big,
  body.page-main.page-team-profile .main-header-clone .brand-big {
    font-size: clamp(2.7rem, 4.6vw, 3.45rem) !important;
    line-height: 0.9 !important;
  }

  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .menu-toggle {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0.68rem 1rem !important;
  }

  body.page-love .main-header-clone .header-contact-trigger,
  body.theme-schastye .main-header-clone .header-contact-trigger,
  body.theme-radost .main-header-clone .header-contact-trigger,
  body.page-main.page-team-profile .main-header-clone .header-contact-trigger {
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0.68rem 1rem !important;
  }
}

@media (max-width: 760px) {
  body.page-love .main-header-clone {
    top: max(4px, env(safe-area-inset-top)) !important;
  }

  body.theme-schastye .main-header-clone,
  body.theme-radost .main-header-clone,
  body.page-main.page-team-profile .main-header-clone {
    top: 4px !important;
  }

  body.page-love .main-header-clone .header-row,
  body.theme-schastye .main-header-clone .header-row,
  body.theme-radost .main-header-clone .header-row,
  body.page-main.page-team-profile .main-header-clone .header-row,
  body.page-love .main-header-clone.is-scrolled .header-row,
  body.theme-schastye .main-header-clone.is-scrolled .header-row,
  body.theme-radost .main-header-clone.is-scrolled .header-row,
  body.page-main.page-team-profile .main-header-clone.is-scrolled .header-row {
    width: min(calc(100% - 18px), 620px) !important;
    max-width: 620px !important;
    min-height: 68px !important;
    height: 68px !important;
    padding: 0 0.72rem !important;
    border-radius: 24px !important;
    gap: 0.5rem !important;
  }

  body.page-love .main-header-clone .brand-big,
  body.theme-schastye .main-header-clone .brand-big,
  body.theme-radost .main-header-clone .brand-big,
  body.page-main.page-team-profile .main-header-clone .brand-big {
    font-size: clamp(2rem, 8.6vw, 2.55rem) !important;
    line-height: 0.92 !important;
  }

  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .menu-toggle {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0.56rem 0.72rem !important;
    border-radius: 18px !important;
    font-size: 0.86rem !important;
  }

  body.page-love .main-header-clone .header-contact-trigger,
  body.theme-schastye .main-header-clone .header-contact-trigger,
  body.theme-radost .main-header-clone .header-contact-trigger,
  body.page-main.page-team-profile .main-header-clone .header-contact-trigger {
    width: 126px !important;
    min-width: 126px !important;
    max-width: 126px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0.56rem 0.76rem !important;
    border-radius: 18px !important;
    font-size: 0.86rem !important;
  }
}

@media (max-width: 430px) {
  body.page-love .main-header-clone .header-row,
  body.theme-schastye .main-header-clone .header-row,
  body.theme-radost .main-header-clone .header-row,
  body.page-main.page-team-profile .main-header-clone .header-row,
  body.page-love .main-header-clone.is-scrolled .header-row,
  body.theme-schastye .main-header-clone.is-scrolled .header-row,
  body.theme-radost .main-header-clone.is-scrolled .header-row,
  body.page-main.page-team-profile .main-header-clone.is-scrolled .header-row {
    width: calc(100% - 14px) !important;
    padding: 0 0.64rem !important;
    gap: 0.42rem !important;
  }

  body.page-love .main-header-clone .brand-big,
  body.theme-schastye .main-header-clone .brand-big,
  body.theme-radost .main-header-clone .brand-big,
  body.page-main.page-team-profile .main-header-clone .brand-big {
    font-size: clamp(1.78rem, 8.6vw, 2.08rem) !important;
  }

  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .menu-toggle {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0.52rem 0.62rem !important;
    font-size: 0.82rem !important;
  }

  body.page-love .main-header-clone .header-contact-trigger,
  body.theme-schastye .main-header-clone .header-contact-trigger,
  body.theme-radost .main-header-clone .header-contact-trigger,
  body.page-main.page-team-profile .main-header-clone .header-contact-trigger {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0.52rem 0.64rem !important;
    font-size: 0.82rem !important;
  }
}

@media (max-width: 360px) {
  body.page-love .main-header-clone .header-row,
  body.theme-schastye .main-header-clone .header-row,
  body.theme-radost .main-header-clone .header-row,
  body.page-main.page-team-profile .main-header-clone .header-row,
  body.page-love .main-header-clone.is-scrolled .header-row,
  body.theme-schastye .main-header-clone.is-scrolled .header-row,
  body.theme-radost .main-header-clone.is-scrolled .header-row,
  body.page-main.page-team-profile .main-header-clone.is-scrolled .header-row {
    width: calc(100% - 10px) !important;
    min-height: 64px !important;
    height: 64px !important;
    padding: 0 0.56rem !important;
  }

  body.page-love .main-header-clone .brand-big,
  body.theme-schastye .main-header-clone .brand-big,
  body.theme-radost .main-header-clone .brand-big,
  body.page-main.page-team-profile .main-header-clone .brand-big {
    font-size: clamp(1.62rem, 8.4vw, 1.86rem) !important;
  }

  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .menu-toggle {
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    height: 38px !important;
    min-height: 38px !important;
    font-size: 0.79rem !important;
  }

  body.page-love .main-header-clone .header-contact-trigger,
  body.theme-schastye .main-header-clone .header-contact-trigger,
  body.theme-radost .main-header-clone .header-contact-trigger,
  body.page-main.page-team-profile .main-header-clone .header-contact-trigger {
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    height: 38px !important;
    min-height: 38px !important;
    font-size: 0.79rem !important;
  }
}

/* ==========================================================================
   Love Vera section final glass completion
   ========================================================================== */
body.page-love #vera .vera-panel-left,
body.page-love #vera .vera-panel-right {
  display: grid !important;
  gap: clamp(0.78rem, 1.5vw, 1rem) !important;
  align-content: start !important;
  padding: clamp(0.82rem, 1.6vw, 1.04rem) !important;
  border-radius: 28px !important;
  border: 1px solid rgba(225, 189, 159, 0.54) !important;
  background:
    linear-gradient(
      146deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 247, 242, 0.42) 46%,
      rgba(248, 232, 239, 0.34) 100%
    ) !important;
  box-shadow:
    0 20px 42px rgba(135, 92, 84, 0.14),
    0 10px 22px rgba(97, 74, 87, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.56) !important;
  -webkit-backdrop-filter: blur(22px) saturate(150%) !important;
  backdrop-filter: blur(22px) saturate(150%) !important;
  isolation: isolate !important;
}

body.page-love #vera .vera-panel-left {
  overflow: visible !important;
}

body.page-love #vera .vera-panel-right {
  overflow: hidden !important;
}

body.page-love #vera .vera-cases-intro,
body.page-love #vera .vera-micro-list li,
body.page-love #vera .vera-cases-head,
body.page-love #vera .vera-cases-footer,
body.page-love #vera .vera-album-hint {
  position: relative !important;
  border-radius: 24px !important;
  border: 1px solid rgba(225, 189, 159, 0.48) !important;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.56) 0%,
      rgba(255, 247, 242, 0.45) 48%,
      rgba(248, 232, 239, 0.34) 100%
    ) !important;
  box-shadow:
    0 16px 30px rgba(135, 92, 84, 0.1),
    0 8px 18px rgba(97, 74, 87, 0.06),
    var(--love-glass-highlight) !important;
  -webkit-backdrop-filter: blur(20px) saturate(148%) !important;
  backdrop-filter: blur(20px) saturate(148%) !important;
  overflow: hidden !important;
}

body.page-love #vera .vera-cases-intro,
body.page-love #vera .vera-album-hint {
  padding: 1rem 1.1rem !important;
}

body.page-love #vera .vera-cases-head,
body.page-love #vera .vera-cases-footer {
  padding: 0.78rem 0.86rem !important;
}

body.page-love #vera .vera-micro-list {
  padding-left: 0 !important;
  list-style: none !important;
}

body.page-love #vera .vera-micro-list li {
  margin: 0 !important;
  padding: 0.78rem 0.92rem !important;
}

body.page-love #vera .vera-cases {
  border-radius: 24px !important;
  background:
    linear-gradient(
      148deg,
      rgba(255, 255, 255, 0.54) 0%,
      rgba(255, 247, 242, 0.46) 42%,
      rgba(248, 232, 239, 0.36) 100%
    ) !important;
  overflow: hidden !important;
}

body.page-love #vera .vera-profile-card,
body.page-love #vera .vera-side-description,
body.page-love #vera .vera-case-slide {
  border-radius: 24px !important;
}

body.page-love #vera .vera-profile-card img,
body.page-love #vera .vera-case-slide img {
  border-radius: 18px 18px 0 0 !important;
}

body.page-love #vera .vera-side-description,
body.page-love #vera .vera-cases,
body.page-love #vera .vera-profile-card {
  background:
    linear-gradient(
      148deg,
      rgba(255, 255, 255, 0.54) 0%,
      rgba(255, 247, 242, 0.46) 42%,
      rgba(248, 232, 239, 0.36) 100%
    ) !important;
  border-color: var(--love-glass-border-strong) !important;
}

@media (max-width: 767px) {
  body.page-love #vera .vera-panel-left,
  body.page-love #vera .vera-panel-right {
    border-radius: 22px !important;
    padding: 0.72rem !important;
  }

  body.page-love #vera .vera-cases-intro,
  body.page-love #vera .vera-micro-list li,
  body.page-love #vera .vera-cases-head,
  body.page-love #vera .vera-cases-footer,
  body.page-love #vera .vera-album-hint {
    border-radius: 18px !important;
  }
}

/* ==========================================================================
   Love hero composition lift
   ========================================================================== */
body.page-love .hero-visual {
  transform: translateY(-20px) !important;
}

body.page-love .photo-a {
  top: 0 !important;
}

body.page-love .photo-b {
  top: 8% !important;
}

body.page-love .photo-c {
  top: 20% !important;
}

body.page-love .hero-note {
  bottom: -1rem !important;
}

@media (max-width: 1180px) {
  body.page-love .hero-visual {
    transform: translateY(-28px) !important;
  }

  body.page-love .photo-a {
    top: 0 !important;
  }

  body.page-love .photo-b {
    top: 6% !important;
  }

  body.page-love .photo-c {
    top: 16% !important;
  }

  body.page-love .hero-note {
    bottom: -0.35rem !important;
  }
}

@media (max-width: 767px) {
  body.page-love .hero-visual {
    transform: translateY(-18px) !important;
  }

  body.page-love .photo-a {
    top: 0 !important;
  }

  body.page-love .photo-b {
    top: 0 !important;
  }

  body.page-love .photo-c {
    top: 11% !important;
  }

  body.page-love .hero-note {
    bottom: -3.55rem !important;
  }
}

/* ==========================================================================
   Love non-hero cloud background final restore
   ========================================================================== */
body.page-love .scene,
body.page-love .scene::before,
body.page-love .scene::after {
  display: none !important;
  content: none !important;
}

body.page-love {
  background: #f8f4ef !important;
}

body.page-love > main {
  position: relative !important;
  isolation: isolate !important;
  z-index: 1 !important;
  background: transparent !important;
  background-image: none !important;
}

body.page-love > main::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 248, 243, 0.06) 32%,
      rgba(255, 255, 255, 0.03) 100%
    ),
    url("../love/love-white-background.png") center top / 100% auto repeat-y !important;
  opacity: 1 !important;
}

body.page-love > main > * {
  position: relative !important;
  z-index: 1 !important;
}

body.page-love .section:not(.section-tight),
body.page-love .section-soft:not(.section-tight),
body.page-love .section-value-bg:not(.section-tight),
body.page-love .section-trust-bg:not(.section-tight),
body.page-love .page-footer,
body.page-love .love-footer {
  background: transparent !important;
  background-image: none !important;
}

body.page-love .section:not(.section-tight) > .container,
body.page-love .section-soft:not(.section-tight) > .container,
body.page-love .section-value-bg:not(.section-tight) > .container,
body.page-love .section-trust-bg:not(.section-tight) > .container,
body.page-love #vera .vera-panel-left,
body.page-love #vera .vera-panel-right,
body.page-love #form .container {
  background:
    linear-gradient(
      152deg,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 248, 242, 0.12) 48%,
      rgba(255, 255, 255, 0.16) 100%
    ) !important;
  border: 1px solid rgba(201, 168, 78, 0.3) !important;
  box-shadow:
    0 16px 36px rgba(201, 168, 78, 0.08),
    0 8px 24px rgba(0, 0, 0, 0.04) !important;
  -webkit-backdrop-filter: blur(8px) saturate(1.03) !important;
  backdrop-filter: blur(8px) saturate(1.03) !important;
}

body.page-love .offer-card,
body.page-love .value-list li,
body.page-love .trust-list li,
body.page-love .process-grid li,
body.page-love .faq-list details,
body.page-love .vera-cases,
body.page-love .vera-case-slide,
body.page-love .love-form,
body.page-love .vera-profile-card,
body.page-love .vera-side-description,
body.page-love .love-grid-mini .love-thumb {
  background:
    linear-gradient(
      150deg,
      rgba(255, 255, 255, 0.24) 0%,
      rgba(255, 247, 240, 0.18) 48%,
      rgba(255, 255, 255, 0.22) 100%
    ) !important;
  border: 1px solid rgba(201, 168, 78, 0.3) !important;
  box-shadow:
    0 12px 30px rgba(201, 168, 78, 0.08),
    0 6px 18px rgba(0, 0, 0, 0.04) !important;
  -webkit-backdrop-filter: blur(8px) saturate(1.03) !important;
  backdrop-filter: blur(8px) saturate(1.03) !important;
}

@media (max-width: 1024px) {
  body.page-love > main::before {
    background-position: center top !important;
    background-size: cover !important;
  }
}

/* ==========================================================================
   Love Liquid Glass opacity hierarchy refinement
   ========================================================================== */
body.page-love .hero-note,
body.page-love .offer-card,
body.page-love .vera-profile-card,
body.page-love .vera-side-description,
body.page-love .vera-cases,
body.page-love .vera-case-slide,
body.page-love .vera-cases-intro,
body.page-love .love-form,
body.page-love .contact-card,
body.page-love #vera .vera-panel-left,
body.page-love #vera .vera-panel-right,
body.page-love #form .container,
body.page-love .section:not(.section-tight) > .container,
body.page-love .section-soft:not(.section-tight) > .container,
body.page-love .section-value-bg:not(.section-tight) > .container,
body.page-love .section-trust-bg:not(.section-tight) > .container {
  background:
    linear-gradient(
      148deg,
      rgba(255, 255, 255, 0.28) 0%,
      rgba(255, 247, 240, 0.22) 46%,
      rgba(255, 255, 255, 0.26) 100%
    ) !important;
  border-color: rgba(201, 168, 78, 0.34) !important;
  box-shadow:
    0 16px 36px rgba(201, 168, 78, 0.08),
    0 8px 24px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.08) !important;
  backdrop-filter: blur(10px) saturate(1.08) !important;
}

body.page-love .value-list li,
body.page-love .trust-list li,
body.page-love .process-grid li,
body.page-love .faq-list details,
body.page-love .write-menu-panel,
body.page-love .contact-inline a,
body.page-love .contact-inline span,
body.page-love .love-grid-mini .love-thumb,
body.page-love #vera .vera-micro-list li,
body.page-love #vera .vera-cases-head,
body.page-love #vera .vera-cases-footer,
body.page-love #vera .vera-album-hint {
  background:
    linear-gradient(
      148deg,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 247, 240, 0.13) 48%,
      rgba(255, 255, 255, 0.16) 100%
    ) !important;
  border-color: rgba(201, 168, 78, 0.28) !important;
  box-shadow:
    0 12px 28px rgba(201, 168, 78, 0.06),
    0 6px 16px rgba(0, 0, 0, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
  -webkit-backdrop-filter: blur(8px) saturate(1.02) !important;
  backdrop-filter: blur(8px) saturate(1.02) !important;
}

/* ==========================================================================
   Schastye hero shared-background parity lock
   ========================================================================== */
body.theme-schastye.schastye-v4 .hero::before {
  background: linear-gradient(90deg, rgba(7, 19, 63, 0.88) 0%, rgba(58, 38, 142, 0.72) 52%, rgba(123, 17, 31, 0.76) 100%) !important;
  background-attachment: scroll !important;
  background-position: center center !important;
  bottom: -1px !important;
}

body.theme-schastye.schastye-v4 .hero::after {
  background: none !important;
  bottom: -1px !important;
}

body.theme-schastye.schastye-v4 .hero + .section::before {
  top: -1px !important;
}

@media (max-width: 767px) {
  body.theme-schastye.schastye-v4 .hero::before {
    background: linear-gradient(90deg, rgba(7, 19, 63, 0.88) 0%, rgba(58, 38, 142, 0.72) 52%, rgba(123, 17, 31, 0.76) 100%) !important;
    background-attachment: scroll !important;
    background-position: center center !important;
    bottom: -1px !important;
  }

  body.theme-schastye.schastye-v4 .hero::after {
    bottom: -1px !important;
  }
}

/* ==========================================================================
   Shared header compact controls final lock
   ========================================================================== */
body.page-main[data-page="main"] .main-header-clone .menu-toggle,
body.page-main[data-page="main"] .main-header-clone .header-contact-trigger,
body.page-love .main-header-clone .menu-toggle,
body.page-love .main-header-clone .header-contact-trigger,
body.theme-schastye .main-header-clone .menu-toggle,
body.theme-schastye .main-header-clone .header-contact-trigger,
body.theme-radost .main-header-clone .menu-toggle,
body.theme-radost .main-header-clone .header-contact-trigger,
body.page-main.page-team-profile .main-header-clone .menu-toggle,
body.page-main.page-team-profile .main-header-clone .header-contact-trigger {
  font-size: 0.79rem !important;
  line-height: 1 !important;
  min-height: 30px !important;
  padding: 0.34rem 0.78rem !important;
}

@media (min-width: 761px) {
  body.page-main[data-page="main"] .main-header-clone .menu-toggle,
  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .menu-toggle {
    min-width: 84px !important;
    max-width: 84px !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-contact-trigger,
  body.page-love .main-header-clone .header-contact-trigger,
  body.theme-schastye .main-header-clone .header-contact-trigger,
  body.theme-radost .main-header-clone .header-contact-trigger,
  body.page-main.page-team-profile .main-header-clone .header-contact-trigger {
    min-width: 102px !important;
    max-width: 102px !important;
  }
}

@media (max-width: 760px) {
  body.page-main[data-page="main"] .main-header-clone .menu-toggle,
  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .menu-toggle {
    min-width: 68px !important;
    max-width: 68px !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-contact-trigger,
  body.page-love .main-header-clone .header-contact-trigger,
  body.theme-schastye .main-header-clone .header-contact-trigger,
  body.theme-radost .main-header-clone .header-contact-trigger,
  body.page-main.page-team-profile .main-header-clone .header-contact-trigger {
    min-width: 84px !important;
    max-width: 84px !important;
  }
}

@media (max-width: 430px) {
  body.page-main[data-page="main"] .main-header-clone .menu-toggle,
  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .menu-toggle,
  body.page-main[data-page="main"] .main-header-clone .header-contact-trigger,
  body.page-love .main-header-clone .header-contact-trigger,
  body.theme-schastye .main-header-clone .header-contact-trigger,
  body.theme-radost .main-header-clone .header-contact-trigger,
  body.page-main.page-team-profile .main-header-clone .header-contact-trigger {
    font-size: 0.75rem !important;
    min-height: 28px !important;
    padding: 0.28rem 0.64rem !important;
  }

  body.page-main[data-page="main"] .main-header-clone .menu-toggle,
  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .menu-toggle {
    min-width: 60px !important;
    max-width: 60px !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-contact-trigger,
  body.page-love .main-header-clone .header-contact-trigger,
  body.theme-schastye .main-header-clone .header-contact-trigger,
  body.theme-radost .main-header-clone .header-contact-trigger,
  body.page-main.page-team-profile .main-header-clone .header-contact-trigger {
    min-width: 76px !important;
    max-width: 76px !important;
  }
}

@media (max-width: 360px) {
  body.page-main[data-page="main"] .main-header-clone .menu-toggle,
  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .menu-toggle,
  body.page-main[data-page="main"] .main-header-clone .header-contact-trigger,
  body.page-love .main-header-clone .header-contact-trigger,
  body.theme-schastye .main-header-clone .header-contact-trigger,
  body.theme-radost .main-header-clone .header-contact-trigger,
  body.page-main.page-team-profile .main-header-clone .header-contact-trigger {
    font-size: 0.72rem !important;
    min-height: 26px !important;
    padding: 0.24rem 0.56rem !important;
  }

  body.page-main[data-page="main"] .main-header-clone .menu-toggle,
  body.page-love .main-header-clone .menu-toggle,
  body.theme-schastye .main-header-clone .menu-toggle,
  body.theme-radost .main-header-clone .menu-toggle,
  body.page-main.page-team-profile .main-header-clone .menu-toggle {
    min-width: 56px !important;
    max-width: 56px !important;
  }

  body.page-main[data-page="main"] .main-header-clone .header-contact-trigger,
  body.page-love .main-header-clone .header-contact-trigger,
  body.theme-schastye .main-header-clone .header-contact-trigger,
  body.theme-radost .main-header-clone .header-contact-trigger,
  body.page-main.page-team-profile .main-header-clone .header-contact-trigger {
    min-width: 70px !important;
    max-width: 70px !important;
  }
}

/* ==========================================================================
   Love mobile visual parity final lock
   ========================================================================== */
@media (max-width: 767px) {
  body.page-love .hero-visual {
    transform: translateY(-36px) !important;
  }

  body.page-love .photo-a {
    top: -2% !important;
  }

  body.page-love .photo-b {
    top: -6% !important;
  }

  body.page-love .photo-c {
    top: 6% !important;
  }

  body.page-love .hero-note {
    bottom: 0.35rem !important;
  }

  body.page-love .hero-note,
  body.page-love .offer-card,
  body.page-love .vera-profile-card,
  body.page-love .vera-side-description,
  body.page-love .vera-cases,
  body.page-love .vera-case-slide,
  body.page-love .vera-cases-intro,
  body.page-love .love-form,
  body.page-love .contact-card,
  body.page-love #vera .vera-panel-left,
  body.page-love #vera .vera-panel-right,
  body.page-love #form .container,
  body.page-love .section:not(.section-tight) > .container,
  body.page-love .section-soft:not(.section-tight) > .container,
  body.page-love .section-value-bg:not(.section-tight) > .container,
  body.page-love .section-trust-bg:not(.section-tight) > .container {
    background:
      linear-gradient(
        148deg,
        rgba(255, 255, 255, 0.28) 0%,
        rgba(255, 247, 240, 0.22) 46%,
        rgba(255, 255, 255, 0.26) 100%
      ) !important;
    border-color: rgba(201, 168, 78, 0.34) !important;
    box-shadow:
      0 16px 36px rgba(201, 168, 78, 0.08),
      0 8px 24px rgba(0, 0, 0, 0.04),
      inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.08) !important;
    backdrop-filter: blur(10px) saturate(1.08) !important;
  }

  body.page-love .value-list li,
  body.page-love .trust-list li,
  body.page-love .process-grid li,
  body.page-love .faq-list details,
  body.page-love .write-menu-panel,
  body.page-love .contact-inline a,
  body.page-love .contact-inline span,
  body.page-love .love-grid-mini .love-thumb,
  body.page-love #vera .vera-micro-list li,
  body.page-love #vera .vera-cases-head,
  body.page-love #vera .vera-cases-footer,
  body.page-love #vera .vera-album-hint {
    background:
      linear-gradient(
        148deg,
        rgba(255, 255, 255, 0.18) 0%,
        rgba(255, 247, 240, 0.13) 48%,
        rgba(255, 255, 255, 0.16) 100%
      ) !important;
    border-color: rgba(201, 168, 78, 0.28) !important;
    box-shadow:
      0 12px 28px rgba(201, 168, 78, 0.06),
      0 6px 16px rgba(0, 0, 0, 0.035),
      inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
    -webkit-backdrop-filter: blur(8px) saturate(1.02) !important;
    backdrop-filter: blur(8px) saturate(1.02) !important;
  }
}

/* ==========================================================================
   Timofey profile background
   ========================================================================== */
body.page-main.page-team-profile[data-page="team-timofey-serdyukov"] {
  background:
    linear-gradient(180deg, rgba(14, 13, 19, 0.28) 0%, rgba(16, 16, 24, 0.58) 36%, rgba(10, 10, 16, 0.88) 100%),
    radial-gradient(circle at 16% 14%, rgba(245, 214, 151, 0.18), rgba(245, 214, 151, 0) 34%),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 26%),
    url("../lord/team/timofey-page-bg.jpg?v=20260406-timofey-liquid-1") center top / cover no-repeat fixed;
}

/* ==========================================================================
   Mobile header stability lock
   ========================================================================== */
@media (max-width: 760px) {
  body.page-main .main-header-clone .header-row,
  body.page-love .main-header-clone .header-row,
  body.theme-schastye .main-header-clone .header-row,
  body.theme-radost .main-header-clone .header-row,
  body.page-main.page-team-profile .main-header-clone .header-row,
  body.page-main .main-header-clone.is-scrolled .header-row,
  body.page-love .main-header-clone.is-scrolled .header-row,
  body.theme-schastye .main-header-clone.is-scrolled .header-row,
  body.theme-radost .main-header-clone.is-scrolled .header-row,
  body.page-main.page-team-profile .main-header-clone.is-scrolled .header-row {
    box-shadow:
      0 12px 28px rgba(3, 9, 28, 0.24),
      inset 0 1px 0 rgba(255, 242, 204, 0.14) !important;
    -webkit-backdrop-filter: blur(14px) saturate(118%) !important;
    backdrop-filter: blur(14px) saturate(118%) !important;
  }

  body.page-main .main-header-clone .site-nav.open,
  body.page-love .main-header-clone .site-nav.open,
  body.theme-schastye .main-header-clone .site-nav.open,
  body.theme-radost .main-header-clone .site-nav.open,
  body.page-main.page-team-profile .main-header-clone .site-nav.open,
  body.page-main .main-header-clone .header-contact-panel,
  body.page-love .main-header-clone .header-contact-panel,
  body.theme-schastye .main-header-clone .header-contact-panel,
  body.theme-radost .main-header-clone .header-contact-panel,
  body.page-main.page-team-profile .main-header-clone .header-contact-panel {
    box-shadow: 0 14px 26px rgba(4, 9, 26, 0.2) !important;
    -webkit-backdrop-filter: blur(14px) saturate(118%) !important;
    backdrop-filter: blur(14px) saturate(118%) !important;
  }
}

body.page-main.page-team-profile[data-page="team-timofey-serdyukov"] .page-shell,
body.page-main.page-team-profile[data-page="team-timofey-serdyukov"] > .page-shell,
body.page-main.page-team-profile[data-page="team-timofey-serdyukov"] .team-profile-main {
  background: transparent !important;
}

body.page-main.page-team-profile[data-page="team-timofey-serdyukov"] .team-profile-card {
  border-color: rgba(244, 247, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(15, 14, 20, 0.56) 0%, rgba(18, 18, 26, 0.68) 40%, rgba(11, 11, 17, 0.82) 100%),
    radial-gradient(circle at 78% 12%, rgba(255, 248, 233, 0.28), rgba(255, 248, 233, 0) 28%),
    radial-gradient(circle at 20% 78%, rgba(237, 207, 147, 0.18), rgba(237, 207, 147, 0) 38%),
    url("../lord/team/timofey-page-bg.jpg?v=20260406-timofey-liquid-1") center 46% / cover no-repeat;
  background-image:
    linear-gradient(180deg, rgba(15, 14, 20, 0.56) 0%, rgba(18, 18, 26, 0.68) 40%, rgba(11, 11, 17, 0.82) 100%),
    radial-gradient(circle at 78% 12%, rgba(255, 248, 233, 0.28), rgba(255, 248, 233, 0) 28%),
    radial-gradient(circle at 20% 78%, rgba(237, 207, 147, 0.18), rgba(237, 207, 147, 0) 38%),
    url("../lord/team/timofey-page-bg.jpg?v=20260406-timofey-liquid-1") !important;
  background-color: rgba(16, 15, 22, 0.74) !important;
  background-position: 0% 0%, 0% 0%, 0% 0%, center 46% !important;
  background-size: auto, auto, auto, cover !important;
  background-repeat: repeat, repeat, repeat, no-repeat !important;
  box-shadow:
    0 24px 44px rgba(5, 9, 25, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

body.page-main.page-team-profile[data-page="team-timofey-serdyukov"] .team-profile-panel {
  border-color: rgba(244, 247, 255, 0.16);
  background:
    radial-gradient(circle at 12% 16%, rgba(242, 214, 154, 0.16), rgba(242, 214, 154, 0) 28%),
    radial-gradient(circle at 86% 82%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%),
    linear-gradient(138deg, rgba(22, 24, 35, 0.86) 0%, rgba(34, 33, 42, 0.82) 52%, rgba(18, 18, 26, 0.86) 100%);
  background-image:
    radial-gradient(circle at 12% 16%, rgba(242, 214, 154, 0.16), rgba(242, 214, 154, 0) 28%),
    radial-gradient(circle at 86% 82%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%),
    linear-gradient(138deg, rgba(22, 24, 35, 0.86) 0%, rgba(34, 33, 42, 0.82) 52%, rgba(18, 18, 26, 0.86) 100%) !important;
  background-color: rgba(22, 24, 35, 0.8) !important;
  box-shadow:
    0 24px 44px rgba(5, 9, 25, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

body.page-main.page-team-profile[data-page="team-timofey-serdyukov"] .team-profile-copy,
body.page-main.page-team-profile[data-page="team-timofey-serdyukov"] .team-profile-meta {
  min-width: 0;
}

body.page-main.page-team-profile[data-page="team-timofey-serdyukov"] .team-profile-meta {
  align-items: flex-start;
}

body.page-main.page-team-profile[data-page="team-timofey-serdyukov"] .main-team-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: min(100%, 10.75rem);
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
  body.page-main.page-team-profile[data-page="team-timofey-serdyukov"] {
    background:
      linear-gradient(180deg, rgba(14, 13, 19, 0.28) 0%, rgba(16, 16, 24, 0.58) 36%, rgba(10, 10, 16, 0.88) 100%),
      radial-gradient(circle at 16% 14%, rgba(245, 214, 151, 0.18), rgba(245, 214, 151, 0) 34%),
      radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 26%),
      url("../lord/team/timofey-page-bg.jpg?v=20260406-timofey-liquid-1") center top / cover no-repeat;
  }

  body.page-main.page-team-profile[data-page="team-timofey-serdyukov"] .team-profile-card {
    background-position: center 38%;
  }

  body.page-main.page-team-profile[data-page="team-timofey-serdyukov"] .main-team-badge {
    max-width: min(100%, 10.1rem);
  }
}
