.service-ipnosi-page {
  --hyp-pad-x: clamp(24px, 5vw, 60px);
  --hyp-pad-y: clamp(80px, 9vw, 104px);
  --hyp-gold-1: var(--accent3);
  --hyp-gold-2: var(--accent3);
  --hyp-gold-3: var(--accent3);
  --hyp-gold-4: var(--parchment2);
  --hyp-dark: var(--deep);
  --hyp-dark-2: var(--deep2);
}

.service-ipnosi-page #cur.hyp-trance {
  width: 16px;
  height: 16px;
  background: rgba(var(--accent3-rgb), 0.9);
}

.hyp-section {
  padding: var(--hyp-pad-y) var(--hyp-pad-x);
}

.hyp-section-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--hyp-gold-1);
}

.hyp-section-label span:first-child {
  width: 24px;
  height: 1px;
  background: currentColor;
}

.hyp-section-label-dark {
  color: var(--hyp-gold-2);
}

.hyp-section-title {
  font-family: 'Cormorant', serif;
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 34px;
}

.hyp-section-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--hyp-gold-1);
}

.hyp-section-title-dark {
  color: var(--parchment);
}

.hyp-section-title-dark em {
  color: var(--hyp-gold-3);
}

.hyp-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  background: var(--hyp-dark);
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(246, 241, 233, 0.08);
}

.hyp-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(var(--accent3-rgb), 0.56);
  z-index: 3;
}

.hyp-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 90% 90% at 50% 50%, transparent 40%, rgba(16, 14, 8, 0.72) 100%);
  z-index: 1;
}

.hyp-hero-left {
  position: relative;
  z-index: 2;
  padding: 120px var(--hyp-pad-x) 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hyp-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.hyp-eyebrow-rule {
  width: 28px;
  height: 1px;
  background: var(--hyp-gold-2);
}

.hyp-eyebrow-main {
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--hyp-gold-2);
}

.hyp-title {
  font-family: 'Cormorant', serif;
  font-size: clamp(42px, 6vw, 80px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.018em;
  color: var(--parchment);
}

.hyp-title em {
  font-style: italic;
  color: var(--hyp-gold-3);
  font-weight: 300;
}

.hyp-lead {
  margin-top: 30px;
  max-width: 470px;
  font-size: 15px;
  font-weight: 230;
  line-height: 1.95;
  color: rgba(246, 241, 233, 0.45);
}

.hyp-hero-cta {
  margin-top: 32px;
  width: max-content;
}

.hyp-hero-right {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(246, 241, 233, 0.05);
}

.hyp-orb-wrap {
  position: relative;
  width: min(44vw, 420px);
  height: min(44vw, 420px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.24s ease;
}

.hyp-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid transparent;
  animation: hyp-breathe 6s var(--transition) infinite;
}

.hyp-ring.r1 { width: 100%; height: 100%; border-color: rgba(var(--accent3-rgb), 0.05); animation-delay: 0s; }
.hyp-ring.r2 { width: 81%; height: 81%; border-color: rgba(var(--accent3-rgb), 0.08); animation-delay: 0.4s; }
.hyp-ring.r3 { width: 63%; height: 63%; border-color: rgba(var(--accent3-rgb), 0.1); animation-delay: 0.8s; }
.hyp-ring.r4 { width: 48%; height: 48%; border-color: rgba(var(--accent3-rgb), 0.15); animation-delay: 1.1s; }
.hyp-ring.r5 { width: 34%; height: 34%; border-color: rgba(var(--accent3-rgb), 0.2); animation-delay: 1.4s; }
.hyp-ring.r6 { width: 21%; height: 21%; border-color: rgba(var(--accent3-rgb), 0.28); animation-delay: 1.7s; }

.hyp-glow {
  position: absolute;
  width: 52%;
  height: 52%;
  border-radius: 50%;
  background: rgba(var(--accent3-rgb), 0.11);
  animation: hyp-glow 6s var(--transition) infinite;
}

.hyp-center {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hyp-gold-3);
  box-shadow: 0 0 12px 4px rgba(var(--accent3-rgb), 0.3), 0 0 32px 12px rgba(var(--accent3-rgb), 0.12);
  animation: hyp-pulse 6s var(--transition) infinite;
  position: relative;
  z-index: 2;
}

.hyp-orb-note {
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Cormorant', serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: rgba(246, 241, 233, 0.24);
  white-space: nowrap;
}

.hyp-breath {
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.hyp-breath-state {
  font-size: 8px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(246, 241, 233, 0.26);
}

.hyp-breath-line {
  width: 48px;
  height: 1px;
  background: rgba(var(--accent3-rgb), 0.25);
  position: relative;
  overflow: hidden;
}

.hyp-breath-line::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--hyp-gold-2);
  transform-origin: left;
  animation: hyp-line 6s var(--transition) infinite;
}

.hyp-myths {
  position: relative;
  overflow: hidden;
  background: var(--hyp-dark);
  padding: var(--hyp-pad-y) var(--hyp-pad-x);
  border-bottom: 1px solid rgba(246, 241, 233, 0.08);
}

.hyp-myths::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(var(--accent3-rgb), 0.5);
}

.hyp-myths-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 54px;
}

.hyp-myths-head p {
  font-size: 14px;
  font-weight: 230;
  color: rgba(246, 241, 233, 0.36);
  line-height: 1.95;
  border-left: 1px solid rgba(246, 241, 233, 0.09);
  padding-left: 28px;
}

.hyp-myths-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(246, 241, 233, 0.05);
}

.hyp-myth-card {
  background: rgba(255, 255, 255, 0.03);
  padding: 36px 30px;
  border-top: 1px solid rgba(246, 241, 233, 0.04);
  transition: background 0.28s ease, border-color 0.28s ease;
}

.hyp-myth-card:hover {
  background: rgba(var(--accent3-rgb), 0.07);
  border-top-color: rgba(246, 241, 233, 0.05);
}

.hyp-myth-card h3 {
  font-family: 'Cormorant', serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.33;
  color: rgba(246, 241, 233, 0.54);
  margin-bottom: 16px;
  text-decoration: line-through;
  text-decoration-color: rgba(var(--accent3-rgb), 0.4);
}

.hyp-myth-card p {
  font-size: 12.5px;
  font-weight: 230;
  line-height: 1.84;
  color: rgba(246, 241, 233, 0.66);
}

.hyp-myths-closing {
  position: relative;
  z-index: 1;
  margin-top: 26px;
  max-width: 62ch;
  font-size: 13px;
  font-weight: 260;
  line-height: 1.85;
  color: rgba(246, 241, 233, 0.46);
}

.hyp-about {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
  border-bottom: 1px solid var(--parchment3);
}

.hyp-body-text {
  font-size: 15px;
  font-weight: 260;
  line-height: 2.04;
  color: rgba(52, 76, 70, 0.94);
}

.hyp-body-text p + p {
  margin-top: 20px;
}

.hyp-body-text p:first-child::first-letter {
  float: left;
  font-family: 'Cormorant', serif;
  font-size: 62px;
  font-weight: 300;
  line-height: 0.8;
  margin-right: 8px;
  margin-top: 5px;
  color: var(--hyp-gold-1);
}

.hyp-about-aside {
  position: sticky;
  top: calc(58px + 34px);
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.hyp-scale {
  background: linear-gradient(160deg, rgba(246, 241, 233, 0.84) 0%, rgba(238, 231, 216, 0.69) 100%);
  border: 1px solid rgba(15, 28, 26, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
  padding: 30px 30px 28px;
}

.hyp-scale-title {
  font-size: 8.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(62, 82, 78, 0.84);
  margin-bottom: 20px;
}

.hyp-scale-row {
  display: grid;
  grid-template-columns: 102px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid rgba(15, 28, 26, 0.06);
}

.hyp-scale-row:first-of-type {
  border-top: 1px solid rgba(15, 28, 26, 0.06);
}

.hyp-scale-row:last-child {
  border-bottom: 0;
}

.hyp-scale-row span {
  font-size: 10.5px;
  font-weight: 260;
  color: rgba(62, 82, 78, 0.9);
}

.hyp-scale-row div {
  height: 1px;
  background: rgba(15, 28, 26, 0.16);
  border-radius: 1px;
  overflow: hidden;
}

.hyp-scale-row i {
  display: block;
  height: 100%;
  background: rgba(var(--accent3-rgb), 0.62);
}

.hyp-scale-row strong {
  font-size: 8.5px;
  font-weight: 320;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(var(--accent3-rgb), 0.82);
}

.hyp-induction {
  position: relative;
  overflow: hidden;
  background: var(--hyp-dark);
  padding: var(--hyp-pad-y) var(--hyp-pad-x);
  border-bottom: 1px solid rgba(246, 241, 233, 0.08);
}

.hyp-induction::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(var(--accent3-rgb), 0.5);
}

.hyp-induction::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61, 110, 104, 0.09) 0%, transparent 65%);
  pointer-events: none;
}

.hyp-induction-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 58px;
}

.hyp-induction-head p {
  font-size: 14px;
  font-weight: 230;
  color: rgba(246, 241, 233, 0.35);
  line-height: 1.9;
  border-left: 1px solid rgba(246, 241, 233, 0.09);
  padding-left: 28px;
}

.hyp-induction-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hyp-induction-card {
  padding: 34px 24px;
  border-right: 1px solid rgba(246, 241, 233, 0.08);
  transition: background 0.25s ease;
}

.hyp-induction-card:last-child {
  border-right: 0;
}

.hyp-induction-card:hover {
  background: rgba(var(--accent3-rgb), 0.1);
}

.hyp-induction-index {
  display: block;
  margin-bottom: 12px;
  font-family: 'Cormorant', serif;
  font-size: 11px;
  font-style: italic;
  color: rgba(246, 241, 233, 0.26);
}

.hyp-induction-card h3 {
  font-family: 'Cormorant', serif;
  font-size: 22px;
  font-weight: 400;
  color: rgba(246, 241, 233, 0.76);
  margin-bottom: 10px;
  line-height: 1.2;
}

.hyp-induction-card p {
  font-size: 12.5px;
  font-weight: 240;
  line-height: 1.83;
  color: rgba(246, 241, 233, 0.54);
}

.hyp-induction-card span {
  display: inline-block;
  margin-top: 14px;
  font-size: 7.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hyp-gold-3);
  border: 1px solid rgba(var(--accent3-rgb), 0.26);
  padding: 4px 9px;
}

.hyp-applications {
  border-bottom: 1px solid var(--parchment3);
}

.hyp-app-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  background: var(--parchment3);
}

.hyp-app-card {
  background: var(--parchment2);
  padding: 30px 26px;
  transition: background 0.22s ease;
}

.hyp-app-card:hover {
  background: #dfd2be;
}

.hyp-app-card.wide {
  grid-column: span 2;
}

.hyp-app-card span {
  display: block;
  margin-bottom: 10px;
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--parchment3);
}

.hyp-app-card h3 {
  font-family: 'Cormorant', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 10px;
}

.hyp-app-card.wide h3 {
  font-size: 28px;
}

.hyp-app-card p {
  font-size: 12.5px;
  font-weight: 240;
  color: rgba(69, 96, 88, 0.9);
  line-height: 1.84;
}

.hyp-practical {
  position: relative;
  overflow: hidden;
  background: var(--hyp-dark);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: var(--hyp-pad-y) var(--hyp-pad-x);
  border-bottom: 1px solid rgba(246, 241, 233, 0.08);
}

.hyp-practical::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(var(--accent3-rgb), 0.5);
}

.hyp-practical::after {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(61, 110, 104, 0.08), transparent 60%);
}

.hyp-practical-left,
.hyp-practical-right {
  position: relative;
  z-index: 1;
}

.hyp-practical-left {
  max-width: 520px;
}

.hyp-practical-left .label {
  margin-bottom: 28px;
  font-size: 8.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--accent3);
}

.hyp-practical-left .rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hyp-practical-left .rows > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 0.5px solid rgba(246, 241, 233, 0.07);
}

.hyp-practical-left .rows > div:first-child {
  border-top: 0.5px solid rgba(246, 241, 233, 0.07);
}

.hyp-practical-left .rows span {
  font-size: 10px;
  font-weight: 320;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(246, 241, 233, 0.56);
}

.hyp-practical-left .rows strong {
  font-family: 'Cormorant', serif;
  font-size: 17px;
  font-weight: 310;
  line-height: 1.3;
  color: rgba(246, 241, 233, 0.9);
  text-align: right;
  white-space: nowrap;
}

.hyp-practical-left .rows em {
  color: var(--accent3);
  font-style: italic;
  font-weight: 300;
}

.hyp-practical-left > p {
  margin-top: 20px;
  max-width: 68ch;
  font-size: 11.4px;
  font-weight: 300;
  line-height: 1.86;
  color: rgba(246, 241, 233, 0.54);
}

.hyp-practical-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hyp-practical-right h2 {
  margin-bottom: 10px;
  font-family: 'Cormorant', serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 300;
  line-height: 1.08;
  color: rgba(246, 241, 233, 0.92);
}

.hyp-practical-right h2 em {
  display: block;
  font-style: italic;
  font-weight: 300;
  color: var(--accent3);
}

.hyp-practical-right p {
  max-width: 390px;
  font-size: 14px;
  font-weight: 260;
  line-height: 1.9;
  color: rgba(246, 241, 233, 0.44);
}

.hyp-practical-right .cta {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}


@keyframes hyp-breathe {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes hyp-glow {
  0%, 100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

@keyframes hyp-pulse {
  0%, 100% {
    box-shadow: 0 0 12px 4px rgba(var(--accent3-rgb), 0.3), 0 0 32px 12px rgba(var(--accent3-rgb), 0.12);
  }
  50% {
    box-shadow: 0 0 18px 6px rgba(var(--accent3-rgb), 0.4), 0 0 50px 18px rgba(var(--accent3-rgb), 0.18);
  }
}

@keyframes hyp-line {
  0% {
    transform: scaleX(0);
    opacity: 0.4;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(0);
    opacity: 0.4;
  }
}

@media (max-width: 1200px) {
  .hyp-about {
    grid-template-columns: 1fr;
  }

  .hyp-about-aside {
    position: static;
  }
}

@media (max-width: 980px) {
  .hyp-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hyp-hero-right {
    border-left: 0;
    border-top: 1px solid rgba(246, 241, 233, 0.06);
    min-height: 340px;
    padding: 40px 0;
  }

  .hyp-orb-wrap {
    width: min(74vw, 420px);
    height: min(74vw, 420px);
  }

  .hyp-myths-head,
  .hyp-induction-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hyp-myths-head p,
  .hyp-induction-head p {
    border-left: 0;
    border-top: 1px solid rgba(246, 241, 233, 0.09);
    padding-left: 0;
    padding-top: 18px;
  }

  .hyp-myths-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hyp-induction-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
    background: rgba(246, 241, 233, 0.08);
  }

  .hyp-induction-card {
    border-right: 0;
    background: rgba(255, 255, 255, 0.03);
  }

  .hyp-app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hyp-app-card.wide {
    grid-column: span 2;
  }

  .hyp-practical {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hyp-practical-right p {
    max-width: none;
  }

}

@media (max-width: 700px) {
  .hyp-hero {
    min-height: auto;
  }

  .hyp-hero-left {
    justify-content: flex-start;
    padding-top: 42px;
    padding-bottom: 40px;
  }

  .hyp-hero-right {
    display: none;
  }

  .hyp-title {
    font-size: clamp(36px, 13vw, 58px);
  }

  .hyp-myths-grid,
  .hyp-induction-grid,
  .hyp-app-grid {
    grid-template-columns: 1fr;
  }

  .hyp-app-card.wide {
    grid-column: auto;
  }

  .hyp-practical-left .rows > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .hyp-practical-left .rows strong {
    text-align: left;
  }

  .hyp-practical-right .btn {
    width: 100%;
    justify-content: center;
  }

  .hyp-scale-row {
    grid-template-columns: 1fr;
    gap: 4px;
    margin-bottom: 12px;
  }
}

@media (max-width: 980px) {
  .service-ipnosi-page p,
  .service-ipnosi-page li {
    font-weight: 300;
  }

  .hyp-hero p,
  .hyp-myths p,
  .hyp-induction p,
  .hyp-practical p,
  .hyp-myths-head p,
  .hyp-lead {
    color: rgba(246, 241, 233, 0.8);
  }

  .hyp-app-card p {
    color: rgba(36, 60, 56, 0.88);
  }
}
