:root {
      --bg: #171321;
      --bg-2: #1b1628;
      --panel: rgba(36, 29, 53, .82);
      --panel-2: rgba(34, 26, 49, .92);
      --line: rgba(205, 198, 216, .16);
      --line-strong: rgba(205, 198, 216, .34);
      --text: #e6e3ea;
      --muted: #b9b3c2;
      --muted-soft: #8e8798;
      --gold: #c8a45d;
      --gold-2: #d7b66f;
      --gold-dark: #a98245;
      --violet-hover: #2d2440;
      --violet-panel: #241d35;
      --emerald: #3a3150;
      --cold: #cdc6d8;
      --display: "Cormorant Garamond", Georgia, serif;
      --sans: "Manrope", system-ui, -apple-system, Segoe UI, sans-serif;
      --fs-hero: 76px;
      --fs-section: 52px;
      --fs-title: 30px;
      --fs-card: 18px;
      --fs-body: 18px;
      --fs-lead: 18px;
      --fs-small: 13px;
      --lh-tight: 1;
      --lh-title: 1.16;
      --lh-body: 1.6;
      --nav-h: 76px;
      --wrap: min(1180px, calc(100% - 40px));
      --radius-sm: 12px;
      --radius-md: 16px;
      --radius-lg: 24px;
      --radius-xl: 32px;
      --radius-pill: 999px;
    }

    * { box-sizing: border-box; }
	    html { scroll-behavior: smooth; background: var(--bg); overflow-x: clip; scroll-padding-top: calc(var(--nav-h) + 18px); }
	    body {
      margin: 0;
      min-width: 320px;
      color: var(--text);
      font-family: var(--sans);
      font-size: var(--fs-body);
      line-height: var(--lh-body);
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      background:
        radial-gradient(circle at 78% 7%, rgba(200,164,93,.12), transparent 28rem),
        radial-gradient(circle at 12% 34%, rgba(77,60,108,.2), transparent 30rem),
        radial-gradient(circle at 70% 72%, rgba(76,55,111,.16), transparent 34rem),
        linear-gradient(135deg, #171321 0%, #1b1628 52%, #221a31 100%);
	      overflow-x: clip;
	    }

    body::before,
    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -2;
    }

    body::before {
      background-image:
        radial-gradient(circle, rgba(205,198,216,.55) 0 1px, transparent 1.5px),
        radial-gradient(circle, rgba(205,198,216,.32) 0 1px, transparent 1.5px);
      background-size: 92px 92px, 150px 150px;
      opacity: .1;
      animation: stars 7s ease-in-out infinite alternate;
    }

    body::after {
      z-index: -1;
      background:
        linear-gradient(90deg, rgba(205,198,216,.025) 1px, transparent 1px),
        linear-gradient(0deg, rgba(205,198,216,.018) 1px, transparent 1px);
      background-size: 104px 104px;
      mask-image: radial-gradient(circle at 50% 40%, black 0 50%, transparent 78%);
      opacity: .35;
      animation: gridDrift 52s linear infinite;
    }

	    @keyframes stars { to { opacity: .18; } }
	    @keyframes gridDrift { to { background-position: 104px 80px, -80px 104px; } }

	    .sr-only {
	      position: absolute;
	      width: 1px;
	      height: 1px;
	      padding: 0;
	      margin: -1px;
	      overflow: hidden;
	      clip: rect(0, 0, 0, 0);
	      white-space: nowrap;
	      border: 0;
	    }

	    a { color: inherit; text-decoration: none; }
    button, input, textarea { font: inherit; font-family: var(--sans); }
    button { color: inherit; }
    a:focus-visible,
    button:focus-visible,
    input:focus-visible,
    textarea:focus-visible,
    select:focus-visible,
    summary:focus-visible {
      outline: 2px solid rgba(215,182,111,.88);
      outline-offset: 4px;
      box-shadow: 0 0 0 6px rgba(200,164,93,.12);
    }
	    .wrap { width: var(--wrap); margin: 0 auto; }
	    .page,
	    [id] { scroll-margin-top: calc(var(--nav-h) + 18px); }

	    .preloader {
	      position: fixed;
	      inset: 0;
	      z-index: 2147483647;
	      display: grid;
	      place-items: center;
	      isolation: isolate;
	      background-color: #15111f;
	      background:
	        radial-gradient(circle at 50% 39%, rgba(200,164,93,.12), transparent 17rem),
	        radial-gradient(circle at 50% 58%, rgba(86,58,148,.12), transparent 24rem),
	        linear-gradient(135deg, #15111f, #1b1628 56%, #120f1b);
	      transition: opacity .5s ease, filter .5s ease, visibility .5s ease;
	    }
	    .preloader::before {
	      content: "";
	      position: absolute;
	      inset: 0;
	      z-index: -1;
	      background:
	        radial-gradient(circle at 50% 39%, rgba(200,164,93,.12), transparent 17rem),
	        radial-gradient(circle at 50% 58%, rgba(86,58,148,.12), transparent 24rem),
	        linear-gradient(135deg, #15111f, #1b1628 56%, #120f1b);
	    }
	    .preloader.is-hidden { opacity: 0; filter: blur(12px); visibility: hidden; pointer-events: none; }
	    .plutonia-loader {
	      position: relative;
	      z-index: 1;
	      width: min(280px, 76vw);
	      display: grid;
	      justify-items: center;
	      text-align: center;
	      animation: loaderFinalPulse .5s cubic-bezier(.22,.7,.22,1) 2.34s both;
	    }
	    .plutonia-loader-mark {
	      width: 100%;
	      height: auto;
	      overflow: visible;
	      filter: drop-shadow(0 24px 60px rgba(10,8,16,.34));
	    }
	    .plutonia-loader-mark * {
	      vector-effect: non-scaling-stroke;
	      transform-box: fill-box;
	      transform-origin: center;
	    }
	    .loader-outer-oval,
	    .loader-bottom-ring,
	    .loader-vertical-axis,
	    .loader-lower-bar,
	    .loader-arrow-stem,
	    .loader-big-arc,
	    .loader-inner-line {
	      fill: none;
	      stroke-linecap: round;
	      stroke-linejoin: round;
	    }
	    .loader-outer-oval {
	      stroke: url(#loader-gold-stroke);
	      stroke-width: 1.6;
	      stroke-dasharray: 1;
	      stroke-dashoffset: 1;
	      opacity: .92;
	      animation: loaderDraw .58s cubic-bezier(.62,.02,.26,1) forwards;
	    }
	    .loader-bottom-ring {
	      stroke: rgba(91,213,255,.72);
	      stroke-width: 1.2;
	      opacity: 0;
	      transform: scale(.72);
	      filter: drop-shadow(0 0 8px rgba(91,213,255,.2));
	      animation: loaderRingIn .32s ease forwards;
	    }
	    .loader-bottom-ring.ring-1 { animation-delay: .54s; }
	    .loader-bottom-ring.ring-2 { animation-delay: .62s; }
	    .loader-bottom-ring.ring-3 { animation-delay: .7s; }
	    .loader-bottom-dot {
	      fill: #d8c33e;
	      opacity: 0;
	      filter: drop-shadow(0 0 10px rgba(216,195,62,.5));
	      animation: loaderAppear .24s ease .78s forwards;
	    }
	    .loader-vertical-axis {
	      stroke: url(#loader-gold-stroke);
	      stroke-width: 6.5;
	      stroke-dasharray: 1;
	      stroke-dashoffset: 1;
	      animation: loaderDraw .48s cubic-bezier(.22,.7,.22,1) .88s forwards;
	    }
	    .loader-lower-bar {
	      stroke: url(#loader-blue-gold);
	      stroke-width: 11;
	      transform: scaleX(0);
	      animation: loaderScaleX .34s cubic-bezier(.22,.7,.22,1) 1.2s forwards;
	    }
	    .loader-lower-wing {
	      fill: url(#loader-blue-gold);
	      opacity: 0;
	      transform: scaleX(0);
	      animation: loaderScaleXFill .34s cubic-bezier(.22,.7,.22,1) 1.22s forwards;
	    }
	    .loader-arrow-stem {
	      stroke: #a8c6d3;
	      stroke-width: 6;
	      stroke-dasharray: 1;
	      stroke-dashoffset: 1;
	      animation: loaderDraw .34s ease 1.33s forwards;
	    }
	    .loader-arrow-head {
	      fill: #a8c6d3;
	      opacity: 0;
	      transform: translateY(12px) scale(.7);
	      animation: loaderArrowHead .28s cubic-bezier(.22,.7,.22,1) 1.58s forwards;
	    }
	    .loader-arrow-glow {
	      fill: rgba(215,182,111,.24);
	      opacity: 0;
	      filter: url(#loader-soft-glow);
	      animation: loaderGlowFlash .42s ease 1.62s forwards;
	    }
	    .loader-big-arc {
	      stroke: url(#loader-blue-gold);
	      stroke-width: 20;
	      stroke-dasharray: 1;
	      stroke-dashoffset: 1;
	      opacity: .96;
	      animation: loaderDraw .48s cubic-bezier(.42,0,.18,1) 1.72s forwards;
	    }
	    .loader-inner-line {
	      stroke: rgba(77,205,246,.8);
	      stroke-width: 1.55;
	      stroke-dasharray: 1;
	      stroke-dashoffset: 1;
	      opacity: .9;
	      filter: drop-shadow(0 0 7px rgba(77,205,246,.16));
	      animation: loaderDraw .24s ease forwards;
	    }
	    .loader-inner-line.line-1 { animation-delay: 1.88s; }
	    .loader-inner-line.line-2 { animation-delay: 1.96s; }
	    .loader-inner-line.line-3 { animation-delay: 2.04s; }
	    .loader-inner-line.line-4 { animation-delay: 2.1s; }
	    .loader-inner-line.line-5 { animation-delay: 2.16s; }
	    .loader-sphere-glow {
	      fill: rgba(215,182,111,.22);
	      opacity: 0;
	      filter: url(#loader-soft-glow);
	      animation: loaderGlowIn .24s ease 2.16s forwards;
	    }
	    .loader-top-sphere {
	      fill: url(#loader-sphere-fill);
	      opacity: 0;
	      transform: scale(.72);
	      filter: drop-shadow(0 0 16px rgba(215,182,111,.3));
	      animation: loaderSphereIn .28s cubic-bezier(.22,.7,.22,1) 2.24s forwards;
	    }
	    .loader-sphere-dot {
	      fill: #23366a;
	      stroke: rgba(215,182,111,.78);
	      stroke-width: .8;
	      opacity: 0;
	      animation: loaderAppear .16s ease 2.4s forwards;
	    }
	    .loader-sphere-wave {
	      opacity: 0;
	      transform: translateX(-66px) rotate(-18deg);
	      animation: loaderSphereWave .42s ease 2.46s forwards;
	    }
	    .loader-wordmark {
	      margin-top: 8px;
	      color: var(--text);
	      font-family: var(--sans);
	      font-size: clamp(21px, 6vw, 30px);
	      font-weight: 800;
	      letter-spacing: .18em;
	      line-height: 1;
	      opacity: 0;
	      transform: translateY(8px);
	      animation: loaderTextIn .38s ease 2.58s forwards;
	    }
	    .loader-subtitle {
	      margin-top: 10px;
	      color: var(--gold-2);
	      font-family: var(--display);
	      font-size: clamp(18px, 5vw, 24px);
	      line-height: 1;
	      opacity: 0;
	      transform: translateY(7px);
	      animation: loaderTextIn .38s ease 2.68s forwards;
	    }
	    @keyframes loaderDraw { to { stroke-dashoffset: 0; } }
	    @keyframes loaderAppear { to { opacity: 1; } }
	    @keyframes loaderRingIn { to { opacity: 1; transform: scale(1); } }
	    @keyframes loaderScaleX { to { transform: scaleX(1); } }
	    @keyframes loaderScaleXFill { to { opacity: 1; transform: scaleX(1); } }
	    @keyframes loaderArrowHead { to { opacity: 1; transform: translateY(0) scale(1); } }
	    @keyframes loaderGlowFlash { 0% { opacity: 0; transform: scale(.72); } 45% { opacity: 1; transform: scale(1.08); } 100% { opacity: 0; transform: scale(1.34); } }
	    @keyframes loaderGlowIn { to { opacity: 1; transform: scale(1); } }
	    @keyframes loaderSphereIn { to { opacity: 1; transform: scale(1); } }
	    @keyframes loaderSphereWave { 0% { opacity: 0; transform: translateX(-66px) rotate(-18deg); } 35% { opacity: .38; } 100% { opacity: 0; transform: translateX(66px) rotate(-18deg); } }
	    @keyframes loaderTextIn { to { opacity: 1; transform: translateY(0); } }
	    @keyframes loaderFinalPulse { 0%, 100% { transform: scale(1); filter: brightness(1); } 52% { transform: scale(1.025); filter: brightness(1.08); } }

	    @media (prefers-reduced-motion: reduce) {
	      .plutonia-loader,
	      .plutonia-loader-mark *,
	      .loader-wordmark,
	      .loader-subtitle {
	        animation: none;
	        opacity: 1;
	        stroke-dashoffset: 0;
	        transform: none;
	      }
	      .loader-arrow-glow, .loader-sphere-wave { display: none; }
	      .preloader { transition-duration: .22s; }
	    }

    .site-header {
      position: fixed;
      inset: 0 0 auto 0;
      height: var(--nav-h);
      z-index: 2147483640;
      border-bottom: 1px solid rgba(205,198,216,.1);
      background: rgba(23,19,33,.84);
      backdrop-filter: blur(22px);
      isolation: isolate;
      transform: translateZ(0);
      will-change: transform;
    }
    .site-header > * { position: relative; z-index: 2; }
	    .header-inner { height: 100%; min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; z-index: 3; }
		    .brand { display: inline-flex; align-items: center; gap: 12px; min-width: 228px; min-height: 44px; }
	    .brand > span { min-width: 0; }
    .brand img { width: 36px; height: 54px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(200,164,93,.18)); }
    .brand-name {
      display: block;
      color: var(--text);
      font-family: var(--sans);
      font-size: 21px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: .01em;
    }
    .brand-sub { display: block; margin-top: 4px; color: var(--muted); font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
    .nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: .01em; }
    .nav a { position: relative; min-height: 40px; display: inline-flex; align-items: center; white-space: nowrap; transition: color .2s ease; }
    .nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -9px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
    .nav a:hover, .nav a.is-active { color: var(--gold-2); }
    .nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); }
    .lang-switch {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      gap: 2px;
      padding: 3px;
      border: 1px solid rgba(200,164,93,.32);
      border-radius: 999px;
      background: rgba(36,29,53,.5);
      box-shadow: inset 0 1px 0 rgba(215,182,111,.06);
    }
    .lang-btn {
      min-width: 34px;
      height: 28px;
      border: 0;
      border-radius: 999px;
      color: var(--muted);
      font-family: var(--sans);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .08em;
      background: transparent;
      cursor: pointer;
      transition: color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
    }
    .lang-btn:hover { color: var(--gold-2); transform: translateY(-1px); }
    .lang-btn.is-active { color: #1b1628; background: linear-gradient(135deg, #d7b66f, #c8a45d); box-shadow: 0 8px 20px rgba(200,164,93,.14); }

    .menu-button {
      display: none;
      position: relative;
      z-index: 5;
      width: 44px;
      height: 44px;
      border: 1px solid var(--line);
      border-radius: 50%;
      background: rgba(36,29,53,.54);
      cursor: pointer;
    }
    .menu-button span { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--text); transition: transform .24s ease, opacity .24s ease; pointer-events: none; }
    .menu-button.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .menu-button.is-open span:nth-child(2) { opacity: 0; }
    .menu-button.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

    .btn {
      position: relative;
      overflow: hidden;
      min-height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 20px;
      border: 1px solid transparent;
      border-radius: 999px;
      font-family: var(--sans);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .01em;
      cursor: pointer;
      transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
    }
    .btn::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 0 35%, rgba(205,198,216,.24) 48%, transparent 62%); transform: translateX(-130%); transition: transform .7s ease; }
    .btn:hover { transform: translateY(-2px); }
    .btn:hover::after { transform: translateX(130%); }
    .btn-primary { color: #1b1628; background: linear-gradient(135deg, #d7b66f, #c8a45d); box-shadow: 0 18px 50px rgba(200,164,93,.16); }
    .btn-primary:hover { background: linear-gradient(135deg, #e0c37b, #c8a45d); box-shadow: 0 20px 56px rgba(200,164,93,.22); }
    .btn-secondary { color: var(--text); border-color: var(--line-strong); background: rgba(36,29,53,.42); }
    .btn-secondary:hover { color: var(--gold-2); border-color: rgba(200,164,93,.48); background: #2d2440; }
    .btn-ghost { color: var(--muted); border-color: var(--line); background: rgba(36,29,53,.3); }
    .btn-ghost:hover { color: var(--text); border-color: rgba(205,198,216,.34); background: #2d2440; }

    main { padding-top: var(--nav-h); }
    .page { display: none; }
    .page.is-active { display: block; animation: pageIn .48s ease both; }
    @keyframes pageIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

    section { position: relative; padding: 84px 0; scroll-margin-top: calc(var(--nav-h) + 18px); }
    .hero { min-height: calc(100vh - var(--nav-h)); display: grid; align-items: center; padding: 56px 0 72px; overflow: hidden; }
    .hero::before { content: ""; position: absolute; width: 760px; height: 760px; right: -250px; top: -120px; border: 1px solid rgba(200,164,93,.12); border-radius: 50%; box-shadow: inset 0 0 0 80px rgba(200,164,93,.018), inset 0 0 0 210px rgba(205,198,216,.012); }
    .hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); gap: 64px; align-items: center; }
    .eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-2); font-family: var(--sans); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
    .eyebrow::before { content: ""; width: 36px; height: 1px; background: var(--gold); }
	    h1, h2, h3 { margin: 0; letter-spacing: 0; }
	    h1, h2, h3 { font-family: var(--display); font-weight: 600; color: var(--text); text-wrap: balance; }
	    h1, h2, h3, p, a, button, input, textarea { overflow-wrap: break-word; }
    h1 { margin-top: 24px; font-size: var(--fs-hero); line-height: var(--lh-tight); max-width: 880px; }
    h2 { font-size: var(--fs-section); line-height: 1.04; }
    h3 { font-size: var(--fs-title); line-height: var(--lh-title); }
    p { margin: 0; color: var(--muted); line-height: var(--lh-body); }
    .lead { margin-top: 24px; max-width: 660px; font-size: var(--fs-lead); line-height: 1.68; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
    .hero-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; max-width: 680px; }
    .metric { border-top: 1px solid var(--line); padding-top: 14px; }
    .metric strong { display: block; color: var(--text); font-family: var(--display); font-size: 30px; font-weight: 600; line-height: 1.05; letter-spacing: 0; }
    .metric span { color: var(--muted); font-family: var(--sans); font-size: 12px; font-weight: 700; }
    .portrait-card { position: relative; min-height: 590px; border: 1px solid var(--line-strong); background: rgba(36,29,53,.74); overflow: hidden; box-shadow: 0 36px 100px rgba(10, 8, 16, .45); }
    .portrait-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.78) contrast(1.04) brightness(.84); }
    .portrait-card::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, transparent 36%, rgba(23,19,33,.18) 62%, rgba(23,19,33,.92)), radial-gradient(circle at 72% 22%, rgba(215,182,111,.15), transparent 16rem); }
    .portrait-card::after { content: ""; position: absolute; z-index: 3; width: 320px; height: 320px; right: -48px; top: 40px; border: 1px solid rgba(215,182,111,.28); border-radius: 50%; box-shadow: inset 0 0 0 78px rgba(215,182,111,.035), inset 0 0 0 148px rgba(205,198,216,.025); }
    .portrait-caption { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 4; padding: 22px; border: 1px solid var(--line); background: rgba(23,19,33,.68); backdrop-filter: blur(16px); }
    .portrait-caption strong { display: block; font-family: var(--display); font-size: 28px; font-weight: 600; line-height: 1.08; letter-spacing: 0; }
    .portrait-caption span { display: block; margin-top: 6px; color: var(--muted); font-family: var(--sans); font-size: 13px; line-height: 1.55; }

    .section-head { display: grid; grid-template-columns: minmax(0, .88fr) minmax(280px, .62fr); align-items: end; gap: 54px; margin-bottom: 38px; }
    .grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .card, .thin-card {
      position: relative;
      min-height: 220px;
      padding: 24px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(36,29,53,.86), rgba(34,26,49,.64));
      overflow: hidden;
      transition: transform .24s ease, border-color .24s ease, background .24s ease;
    }
    .card::before { content: ""; position: absolute; width: 160px; height: 160px; right: -62px; top: -62px; border: 1px solid rgba(200,164,93,.14); border-radius: 50%; }
    .card:hover, .thin-card:hover { transform: translateY(-5px); border-color: rgba(200,164,93,.38); background: linear-gradient(180deg, rgba(45,36,64,.92), rgba(36,29,53,.72)); }
    .card small, .tag { color: var(--gold-2); font-family: var(--sans); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
    .card h3 { margin-top: 28px; margin-bottom: 14px; }
    .card p, .thin-card p { font-size: 14px; line-height: 1.68; }
    .thin-card { min-height: auto; padding: 20px; display: flex; flex-direction: column; gap: 14px; }

    .route-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
    .route-step { padding: 24px; border-right: 1px solid var(--line); background: rgba(36,29,53,.52); }
    .route-step:last-child { border-right: 0; }
    .route-step strong { display: block; color: var(--text); font-family: var(--display); font-size: 32px; font-weight: 600; line-height: 1.05; letter-spacing: 0; }

    .expert-band { display: grid; grid-template-columns: .76fr 1.24fr; gap: 24px; align-items: stretch; }
    .expert-mini { padding: 30px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(36,29,53,.72), rgba(34,26,49,.5)); }
    .expert-mini img { width: 100%; max-height: 360px; object-fit: cover; filter: saturate(.82) brightness(.82); margin-bottom: 22px; }

    .testimonial { min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; }
    .quote { color: var(--text); font-family: var(--display); font-size: clamp(27px, 2.25vw, 36px); font-weight: 600; line-height: 1.18; letter-spacing: 0; }

    .astro-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; padding: 18px; border: 1px solid var(--line); background: radial-gradient(circle at 20% 20%, rgba(83,68,112,.18), transparent 18rem), linear-gradient(135deg, rgba(36,29,53,.82), rgba(34,26,49,.58)); }
    .astro-panel > *, .newsletter-panel > *, .contact-layout > *, .guide-shell > * { min-width: 0; }
    .astro-orbit { min-height: 380px; position: relative; display: grid; place-items: center; border: 1px solid var(--line); overflow: hidden; }
    .astro-orbit::before, .astro-orbit::after { content: ""; position: absolute; border: 1px solid rgba(215,182,111,.22); border-radius: 50%; }
    .astro-orbit::before { width: 280px; height: 280px; }
    .astro-orbit::after { width: 170px; height: 170px; transform: scaleX(1.25) rotate(-20deg); }
    .astro-orbit img { width: 115px; opacity: .55; }
    .astro-copy { padding: 30px; }

    .concept-hero .hero-grid { grid-template-columns: minmax(0, .95fr) minmax(400px, .82fr); }
    .hero-visual {
      position: relative;
      min-height: 640px;
      border: 1px solid var(--line-strong);
      overflow: hidden;
      background:
        radial-gradient(circle at 68% 18%, rgba(200,164,93,.14), transparent 18rem),
        linear-gradient(180deg, rgba(36,29,53,.78), rgba(34,26,49,.46));
      box-shadow: 0 42px 120px rgba(10, 8, 16, .52);
    }
    .hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; filter: saturate(.78) brightness(.78) contrast(1.05); }
    .hero-visual::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      background:
        radial-gradient(circle at 66% 22%, transparent 0 110px, rgba(215,182,111,.24) 111px 112px, transparent 113px 190px, rgba(205,198,216,.12) 191px 192px, transparent 193px),
        linear-gradient(180deg, rgba(23,19,33,.06), rgba(23,19,33,.22) 42%, rgba(23,19,33,.92));
      mix-blend-mode: screen;
    }
    .hero-visual::after {
      content: "";
      position: absolute;
      z-index: 3;
      width: 440px;
      height: 440px;
      right: -110px;
      top: 62px;
      border: 1px solid rgba(215,182,111,.32);
      border-radius: 50%;
      box-shadow: inset 0 0 0 106px rgba(215,182,111,.034), inset 0 0 0 210px rgba(205,198,216,.025);
      transform: rotate(-18deg) scaleX(1.08);
    }
    .hero-visual-caption { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 4; display: grid; gap: 8px; padding: 18px; border: 1px solid var(--line); background: rgba(23,19,33,.68); backdrop-filter: blur(16px); }
    .hero-visual-caption strong { font-family: var(--display); font-size: 28px; font-weight: 600; line-height: 1.08; letter-spacing: 0; }
    .hero-visual-caption span { color: var(--muted); font-family: var(--sans); font-size: 13px; line-height: 1.55; }

    .manifest {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, .52fr);
      gap: 42px;
      align-items: stretch;
      padding: 38px;
      border: 1px solid var(--line);
      background:
        radial-gradient(circle at 92% 12%, rgba(64,52,88,.13), transparent 18rem),
        linear-gradient(135deg, rgba(36,29,53,.86), rgba(34,26,49,.56));
    }
    .manifest h2 { max-width: 840px; }
    .manifest-text { display: grid; align-content: space-between; gap: 28px; }
    .manifest-points { display: grid; gap: 12px; }
    .manifest-point { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; padding-top: 14px; border-top: 1px solid var(--line); }
    .manifest-point strong { color: var(--gold-2); font-family: var(--display); font-size: 28px; font-weight: 600; line-height: 1; letter-spacing: 0; }
	    .manifest-orbit {
	      min-height: 420px;
	      display: grid;
	      place-items: center;
	      overflow: visible;
	      background: transparent;
	    }
	    .manifest-orbit::before,
	    .manifest-orbit::after { display: none; }
	    .manifest-orbit img {
	      display: block;
	      width: min(46%, 180px);
	      height: auto;
	      max-height: 78%;
	      object-fit: contain;
	      opacity: .78;
	      filter: drop-shadow(0 22px 46px rgba(10,8,16,.34)) drop-shadow(0 0 18px rgba(200,164,93,.12));
	    }

    .method-map {
      display: grid;
      gap: 0;
      border: 1px solid rgba(200,164,93,.2);
      background:
        radial-gradient(circle at 90% 12%, rgba(200,164,93,.08), transparent 18rem),
        linear-gradient(180deg, rgba(34,26,49,.82), rgba(27,22,40,.64));
      box-shadow: inset 0 1px 0 rgba(215,182,111,.08), 0 28px 90px rgba(10, 8, 16, .28);
    }
    .method-table-head,
    .method-row { display: grid; grid-template-columns: 82px minmax(220px, .54fr) 1fr; gap: 22px; align-items: start; }
    .method-table-head {
      padding: 16px 24px;
      border-bottom: 1px solid rgba(200,164,93,.28);
      color: rgba(215,182,111,.86);
      font-family: var(--sans);
      font-size: 12px;
      font-weight: 800;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: .12em;
      background: rgba(23,19,33,.26);
    }
    .method-row { padding: 24px; border-bottom: 1px solid rgba(200,164,93,.16); background: rgba(36,29,53,.34); transition: background .22s ease, border-color .22s ease; }
    .method-row:last-child { border-bottom: 0; }
    .method-row:hover { border-color: rgba(200,164,93,.28); background: rgba(45,36,64,.7); }
    .method-no { color: rgba(215,182,111,.86); font-family: var(--display); font-size: 40px; font-weight: 600; line-height: 1; letter-spacing: 0; }
    .method-row h3 { font-size: var(--fs-title); }
    .method-row p { max-width: 720px; font-size: 16px; line-height: 1.62; }
    .method-intro { max-width: 820px; margin: -10px 0 34px; font-size: 18px; line-height: 1.6; }

    .guide-preview {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
      gap: 24px;
      align-items: center;
      padding: 24px;
      border: 1px solid var(--line);
      background:
        radial-gradient(circle at 78% 22%, rgba(200,164,93,.12), transparent 18rem),
        radial-gradient(circle at 14% 82%, rgba(64,52,88,.13), transparent 20rem),
        linear-gradient(135deg, rgba(36,29,53,.82), rgba(34,26,49,.56));
    }
    .guide-device { border: 1px solid var(--line); padding: 20px; background: rgba(27,22,40,.72); box-shadow: inset 0 1px 0 rgba(205,198,216,.04); }
    .guide-device-top { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--muted); font-family: var(--sans); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
    .guide-fields { display: grid; gap: 14px; margin-top: 18px; }
    .guide-field { padding: 16px; border: 1px solid var(--line); background: rgba(36,29,53,.62); }
    .guide-field strong { display: block; color: var(--text); margin-bottom: 10px; }
    .guide-chips { display: flex; flex-wrap: wrap; gap: 8px; }
    .guide-chip { min-height: 30px; display: inline-flex; align-items: center; padding: 0 11px; border: 1px solid var(--line); color: var(--muted); font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: 0; }
    .guide-result { padding: 18px; border: 1px solid rgba(200,164,93,.28); background: rgba(200,164,93,.06); }

    .formats { display: grid; grid-template-columns: .86fr 1.14fr; gap: 16px; align-items: stretch; }
    .format-card { min-height: 300px; padding: 26px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(36,29,53,.74), rgba(34,26,49,.48)); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; transition: transform .24s ease, border-color .24s ease, background .24s ease; }
    .format-card:hover { transform: translateY(-5px); border-color: rgba(200,164,93,.38); background: linear-gradient(180deg, rgba(45,36,64,.84), rgba(36,29,53,.58)); }
    .format-card h3 { margin: 22px 0 14px; font-size: clamp(25px, 2.2vw, 34px); line-height: 1.12; }
    .format-card .btn, .mentor-panel .btn, .editorial-card .btn { align-self: flex-start; justify-self: start; }
    .format-card.primary { min-height: 616px; background: radial-gradient(circle at 76% 12%, rgba(200,164,93,.16), transparent 18rem), linear-gradient(180deg, rgba(36,29,53,.9), rgba(34,26,49,.58)); }
    .format-stack { display: grid; gap: 16px; }
    .format-card.premium { background: radial-gradient(circle at 84% 18%, rgba(83,68,112,.2), transparent 18rem), linear-gradient(180deg, rgba(36,29,53,.72), rgba(34,26,49,.48)); }

    .learning-board { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .mentor-panel {
      margin-top: 16px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(260px, .46fr);
      gap: 22px;
      align-items: end;
      padding: 28px;
      border: 1px solid var(--line);
      background: radial-gradient(circle at 88% 10%, rgba(200,164,93,.11), transparent 17rem), linear-gradient(135deg, rgba(36,29,53,.78), rgba(34,26,49,.54));
    }

    .leon-panel { display: grid; grid-template-columns: minmax(320px, .72fr) 1fr; gap: 28px; align-items: stretch; }
    .leon-photo { position: relative; min-height: 560px; border: 1px solid var(--line); overflow: hidden; background: rgba(36,29,53,.58); }
    .leon-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; filter: saturate(.82) brightness(.82); }
    .leon-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 34%, rgba(23,19,33,.74)); }
    .leon-content { display: grid; align-content: center; gap: 22px; }
    .leon-list { display: grid; gap: 10px; }
    .leon-list li { color: var(--muted); font-family: var(--sans); line-height: 1.7; }
    .certificate-card {
      max-width: 360px;
      padding: 12px;
      border: 1px solid rgba(218,178,92,.35);
      border-radius: var(--radius-lg);
      background:
        radial-gradient(circle at 86% 12%, rgba(218,178,92,.11), transparent 12rem),
        linear-gradient(180deg, rgba(36,29,53,.82), rgba(27,22,40,.66));
      box-shadow: 0 22px 70px rgba(10,8,16,.34), 0 0 0 1px rgba(215,182,111,.04);
    }
    .certificate-link {
      display: block;
      overflow: hidden;
      border-radius: var(--radius-md);
      border: 1px solid rgba(205,198,216,.12);
      background: rgba(23,19,33,.44);
      cursor: zoom-in;
    }
    .certificate-card img { display: block; width: 100%; max-height: 260px; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.03); transition: transform .28s ease; }
    .certificate-card:hover img { transform: scale(1.025); }
    .certificate-caption { display: block; margin-top: 10px; color: var(--gold-2); font-family: var(--sans); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; text-align: center; }

	    .lightbox,
	    .modal {
      position: fixed;
      inset: 0;
      z-index: 2147483646;
      display: grid;
      place-items: center;
      padding: 24px;
      background: rgba(10,8,16,.82);
      backdrop-filter: blur(14px);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity .24s ease, visibility .24s ease;
    }
	    .lightbox.is-open,
	    .modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
    .lightbox-panel {
      position: relative;
      width: min(920px, 100%);
      max-height: min(88vh, 900px);
      padding: 14px;
      border: 1px solid rgba(218,178,92,.35);
      border-radius: var(--radius-xl);
      background: radial-gradient(circle at 88% 12%, rgba(218,178,92,.12), transparent 16rem), #1b1328;
      box-shadow: 0 34px 110px rgba(0,0,0,.5);
      transform: translateY(10px) scale(.98);
      transition: transform .24s ease;
    }
	    .lightbox.is-open .lightbox-panel { transform: translateY(0) scale(1); }
	    .modal-panel { position: relative; width: min(520px, 100%); transform: translateY(10px) scale(.98); transition: transform .24s ease; }
	    .modal.is-open .modal-panel { transform: translateY(0) scale(1); }
    .lightbox-img { display: block; width: 100%; max-height: calc(88vh - 92px); object-fit: contain; border-radius: var(--radius-lg); background: rgba(23,19,33,.7); }
	    .lightbox-close,
	    .modal-close {
      position: absolute;
      right: 14px;
      top: 14px;
      width: 42px;
      height: 42px;
      border: 1px solid rgba(218,178,92,.35);
      border-radius: 50%;
      color: var(--gold-2);
      background: rgba(23,19,33,.78);
      cursor: pointer;
      font-size: 24px;
	      line-height: 1;
	    }
	    .modal-close { z-index: 2; }

    .review-wall { display: grid; grid-template-columns: 1.08fr .92fr; gap: 16px; align-items: stretch; }
    .review-feature { min-width: 0; padding: 24px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(36,29,53,.72), rgba(34,26,49,.48)); display: grid; gap: 18px; }
    .review-feature img { width: 100%; border: 1px solid rgba(205,198,216,.18); background: #e6e3ea; }
    .review-quote { color: var(--text); font-family: var(--display); font-size: clamp(29px, 2.65vw, 42px); font-weight: 600; line-height: 1.15; letter-spacing: 0; }
    .review-strip { max-width: 100%; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(360px, 78%); gap: 14px; overflow-x: auto; overflow-y: hidden; padding-bottom: 6px; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; }
    .review-shot { scroll-snap-align: start; padding: 12px; border: 1px solid var(--line); background: rgba(36,29,53,.56); }
    .review-shot img { width: 100%; max-height: 250px; object-fit: contain; background: #e6e3ea; display: block; }
    .review-list { grid-template-columns: repeat(3, 1fr); }
    .review-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: -12px 0 22px; }
    .review-card { align-content: start; }
    .review-card-head { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; justify-content: space-between; }
    .review-card .review-quote { font-size: clamp(24px, 2vw, 32px); }
    .review-card img { max-height: 320px; object-fit: contain; }
    .review-author { display: flex; justify-content: space-between; gap: 14px; color: var(--muted); font-family: var(--sans); font-size: 13px; line-height: 1.4; }
    .review-author strong { color: var(--text); }
    .review-avatar {
      width: 72px;
      height: 72px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(200,164,93,.28);
      border-radius: 50%;
      color: var(--gold-2);
      font-family: var(--display);
      font-size: 34px;
      background: rgba(23,19,33,.52);
    }
    .reviews-modal-panel {
      width: min(1080px, 100%);
      max-height: min(88vh, 940px);
      overflow: auto;
      padding: 28px;
    }
    .reviews-modal-panel .section-head { margin-right: 48px; }
    .all-reviews { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }

    .editorial-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 16px; }
    .editorial-card { min-height: 280px; padding: 24px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(36,29,53,.7), rgba(34,26,49,.46)); display: flex; flex-direction: column; justify-content: space-between; }
    .editorial-card.large { grid-row: span 2; min-height: 576px; background: radial-gradient(circle at 50% 36%, transparent 0 90px, rgba(215,182,111,.16) 91px 92px, transparent 93px 150px, rgba(205,198,216,.09) 151px 152px, transparent 153px), linear-gradient(180deg, rgba(36,29,53,.82), rgba(34,26,49,.52)); }
    .editorial-card h3 { margin-top: 24px; }

    .video-poster {
      position: relative;
      aspect-ratio: 16 / 9;
      min-height: 0;
      border: 1px solid rgba(200,164,93,.24);
      overflow: hidden;
      display: grid;
      place-items: center;
      background: rgba(23,19,33,.82);
      box-shadow: 0 34px 110px rgba(10,8,16,.42), inset 0 1px 0 rgba(215,182,111,.08);
      isolation: isolate;
      color: var(--text);
      text-decoration: none;
      cursor: pointer;
    }
    .video-poster img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
    }
    .video-poster img { object-fit: cover; object-position: center; filter: saturate(.84) brightness(.62) contrast(1.04); transition: opacity .28s ease, transform .5s ease; }
    .video-poster:hover img { transform: scale(1.025); }
    .video-poster:focus-visible {
      outline: 2px solid rgba(255,240,184,.95);
      outline-offset: 6px;
    }
    .video-poster:focus-visible .video-play-button {
      filter: brightness(1.06);
      box-shadow: 0 24px 72px rgba(200,164,93,.38), 0 0 0 14px rgba(200,164,93,.12);
    }
    .video-poster::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background:
        radial-gradient(circle at 50% 48%, rgba(200,164,93,.24), transparent 14rem),
        linear-gradient(180deg, rgba(23,19,33,.18), rgba(23,19,33,.62));
      transition: opacity .28s ease;
    }
    .video-content {
      position: absolute;
      left: clamp(18px, 4vw, 42px);
      right: clamp(18px, 4vw, 42px);
      bottom: clamp(18px, 4vw, 42px);
      z-index: 2;
      max-width: 720px;
      pointer-events: none;
      text-shadow: 0 8px 24px rgba(10,8,16,.55);
    }
    .video-content h2 { margin-top: 16px; font-size: clamp(28px, 4.2vw, 48px); line-height: 1.04; }
    .video-play-button {
      position: relative;
      z-index: 3;
      width: clamp(72px, 9vw, 104px);
      height: clamp(72px, 9vw, 104px);
      display: grid;
      place-items: center;
      border: 1px solid rgba(255,240,184,.48);
      border-radius: 50%;
      color: #171321;
      background: linear-gradient(135deg, #f0d98b, #c8a45d 72%, #a98245);
      box-shadow: 0 18px 54px rgba(200,164,93,.28), 0 0 0 12px rgba(200,164,93,.08);
      cursor: pointer;
      animation: videoPlayPulse 2.8s ease-in-out infinite;
      transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
    }
    .video-play-button::before {
      content: "";
      position: absolute;
      inset: -12px;
      border: 1px solid rgba(215,182,111,.22);
      border-radius: 50%;
      pointer-events: none;
    }
    .video-play-button:hover {
      transform: translateY(-4px) scale(1.06);
      filter: brightness(1.06);
      box-shadow: 0 24px 72px rgba(200,164,93,.38), 0 0 0 14px rgba(200,164,93,.11);
    }
    .video-play-button:active { transform: translateY(-1px) scale(1.02); }
    .video-play-button svg {
      width: 42%;
      height: 42%;
      fill: currentColor;
      transform: translateX(5%);
    }
    @keyframes videoPlayPulse {
      0%, 100% { box-shadow: 0 18px 54px rgba(200,164,93,.28), 0 0 0 10px rgba(200,164,93,.07); }
      50% { box-shadow: 0 20px 62px rgba(200,164,93,.34), 0 0 0 18px rgba(200,164,93,.025); }
    }
    @media (prefers-reduced-motion: reduce) {
      .video-play-button { animation: none; }
    }

    .page-hero { padding: 78px 0 54px; border-bottom: 1px solid rgba(205,198,216,.08); }
    .page-hero h1 { max-width: 920px; }
    .page-hero .lead { max-width: 760px; }
    .consultation-grid,
    .learning-programs { align-items: stretch; }
    .product,
    .program-card {
      display: flex;
      flex-direction: column;
      gap: 22px;
      min-height: 100%;
    }
    .card-main { display: flex; flex: 1 1 auto; flex-direction: column; min-width: 0; }
    .card-bottom {
      display: flex;
      flex: 0 0 auto;
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      margin-top: auto;
      padding-top: 12px;
    }
    .learning-programs .program-card { gap: 20px; padding: 24px; }
    .learning-programs .card-main { flex: 0 1 auto; }
    .learning-programs .card-bottom { width: 100%; min-height: 0; }
    .learning-programs .product-meta { min-height: 0; align-content: flex-start; }
	    .product-meta { display: flex; flex-wrap: wrap; gap: 8px; width: 100%; margin-top: 0; }
	    .pill { display: inline-flex; min-height: 28px; align-items: center; padding: 0 10px; border: 1px solid rgba(205,198,216,.14); border-radius: var(--radius-pill); color: rgba(185,179,194,.78); font-family: var(--sans); font-size: 11px; font-weight: 700; line-height: 1; white-space: nowrap; background: rgba(36,29,53,.28); cursor: default; }
	    .price { margin-top: 2px; color: var(--gold-2); font-family: var(--display); font-size: 36px; font-weight: 700; line-height: 1; letter-spacing: 0; white-space: nowrap; }
	    .course-list { margin: 16px 0 0; padding-left: 18px; color: var(--muted); font-family: var(--sans); font-size: 13px; line-height: 1.62; }
	    .course-list li + li { margin-top: 6px; }
	    .card-note { max-width: 100%; color: rgba(185,179,194,.78); font-size: 12px; line-height: 1.58; }
      .card-note strong { color: var(--gold-2); font-weight: 800; }
      .card-actions { width: 100%; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: auto; }
      .learning-programs .card-actions { min-height: 106px; align-content: flex-start; }
      .card-actions .btn { min-height: 48px; padding: 0 20px; }
      .card-actions .btn-primary { color: #171321; font-weight: 900; }
      .card-actions .btn-secondary { min-height: 46px; color: var(--text); border-color: rgba(215,182,111,.38); background: rgba(36,29,53,.28); }
      .card-actions .btn-secondary:hover { color: var(--gold-2); border-color: rgba(215,182,111,.58); background: rgba(45,36,64,.7); }
	    .product .btn,
	    .program-card .btn { margin-top: 0; align-self: flex-start; }
	    .questionnaire-frame { min-height: 620px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(36,29,53,.72), rgba(34,26,49,.48)); overflow: hidden; }
	    .questionnaire-frame iframe { display: block; width: 100%; height: min(760px, 82vh); min-height: 620px; border: 0; background: rgba(23,19,33,.72); }

    .timeline { display: grid; gap: 12px; }
    .timeline-item { display: grid; grid-template-columns: 74px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
    .timeline-item strong { color: var(--gold-2); font-family: var(--display); font-size: 34px; font-weight: 600; line-height: 1; letter-spacing: 0; }
    .consultation-process { grid-template-columns: repeat(4, 1fr); gap: 14px; }
    .consultation-process .timeline-item { grid-template-columns: 1fr; align-content: start; padding: 20px; border: 1px solid var(--line); background: rgba(36,29,53,.5); }

    .faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
    .faq summary { min-height: 44px; display: flex; align-items: center; cursor: pointer; color: var(--text); font-family: var(--sans); font-weight: 800; }
    .faq p { margin-top: 12px; max-width: 760px; }
    .consultation-detail { display: grid; grid-template-columns: minmax(0, .86fr) minmax(340px, .72fr); gap: 18px; align-items: start; }
    .accordion-item { border-bottom: 1px solid var(--line); }
    .accordion-trigger {
      width: 100%;
      min-height: 58px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      border: 0;
      color: var(--text);
      font-weight: 800;
      text-align: left;
      background: transparent;
      cursor: pointer;
    }
    .accordion-trigger::after { content: "+"; flex: 0 0 auto; color: var(--gold-2); font-size: 24px; line-height: 1; }
    .accordion-trigger[aria-expanded="true"]::after { content: "-"; }
    .accordion-panel { display: none; padding: 0 0 18px; }
    .accordion-panel.is-open { display: block; }
    .consultation-side {
      position: sticky;
      top: 98px;
      padding: 28px;
      border: 1px solid rgba(200,164,93,.24);
      background:
        radial-gradient(circle at 84% 8%, rgba(200,164,93,.12), transparent 16rem),
        linear-gradient(180deg, rgba(36,29,53,.86), rgba(34,26,49,.62));
    }
    .consultation-side h2 { margin-top: 14px; font-size: 38px; }
    .benefit-list, .deliverables ul, .value-list { margin: 18px 0 0; padding-left: 18px; color: var(--muted); font-family: var(--sans); font-size: 14px; line-height: 1.68; }
    .benefit-list li + li, .deliverables li + li, .value-list li + li { margin-top: 8px; }
    .benefit-list strong { color: var(--text); }
    .deliverables { margin-top: 22px; padding: 18px; border: 1px solid var(--line); background: rgba(23,19,33,.34); }
    .deliverables h3 { font-size: 26px; }
    .cert-line { margin-top: 18px; font-size: 14px; line-height: 1.65; }
    .card-link { margin-top: 20px; align-self: flex-start; }

    .video-placeholder { min-height: 360px; display: grid; place-items: center; border: 1px solid var(--line); background: radial-gradient(circle at 50% 50%, rgba(200,164,93,.12), transparent 18rem), rgba(36,29,53,.58); }
    .play { width: 78px; height: 78px; border: 1px solid var(--line-strong); border-radius: 50%; display: grid; place-items: center; color: var(--gold-2); }
    .play svg { width: 30px; height: 30px; fill: currentColor; transform: translateX(2px); }

    .blog-tools { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; margin-bottom: 24px; }
    .input, textarea {
      width: 100%;
      min-height: 48px;
      padding: 0 15px;
      border: 1px solid var(--line);
      color: var(--text);
      font-family: var(--sans);
      font-size: 14px;
      background: rgba(34,26,49,.72);
      outline: 0;
      transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
    }
    .input::placeholder, textarea::placeholder { color: rgba(185,179,194,.58); }
    .input:focus, textarea:focus { border-color: rgba(200,164,93,.52); background: rgba(36,29,53,.88); box-shadow: 0 0 0 3px rgba(200,164,93,.08); }
    textarea { min-height: 132px; padding: 14px 15px; resize: vertical; }
    .custom-select {
      position: relative;
      width: 100%;
      min-width: 0;
      isolation: isolate;
      overflow: visible;
      z-index: 10;
    }
    .custom-select.is-open { z-index: 140; }
    .custom-select-native {
      position: absolute;
      inset: auto auto 0 0;
      width: 1px;
      height: 1px;
      opacity: 0;
      pointer-events: none;
      appearance: none;
    }
    .custom-select-trigger {
      width: 100%;
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 0 14px 0 15px;
      border: 1px solid var(--line);
      border-radius: var(--radius-md);
      color: var(--text);
      font-family: var(--sans);
      font-size: 14px;
      text-align: left;
      background: rgba(34,26,49,.72);
      cursor: pointer;
      transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .18s ease;
    }
    .custom-select:not(.has-value) .custom-select-value { color: rgba(185,179,194,.62); }
    .custom-select-trigger:hover { border-color: rgba(205,198,216,.28); background: rgba(36,29,53,.84); }
    .custom-select.is-open .custom-select-trigger,
    .custom-select-trigger:focus-visible {
      border-color: rgba(215,182,111,.68);
      background: rgba(36,29,53,.92);
      box-shadow: 0 0 0 3px rgba(200,164,93,.1);
    }
    .custom-select-trigger:active { transform: translateY(1px); }
    .custom-select-arrow {
      flex: 0 0 auto;
      width: 19px;
      height: 19px;
      color: rgba(215,182,111,.82);
      stroke: currentColor;
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: color .2s ease, transform .22s ease;
    }
    .custom-select.is-open .custom-select-arrow { color: var(--gold-2); transform: rotate(180deg); }
    .custom-select-list {
      position: absolute;
      left: 0;
      right: 0;
      top: calc(100% + 8px);
      z-index: 150;
      max-height: min(280px, calc(100vh - 120px));
      margin: 0;
      padding: 8px;
      list-style: none;
      overflow-y: auto;
      overflow-x: hidden;
      border: 1px solid rgba(215,182,111,.28);
      border-radius: var(--radius-lg);
      background:
        radial-gradient(circle at 88% 10%, rgba(215,182,111,.1), transparent 10rem),
        linear-gradient(180deg, rgba(36,29,53,.98), rgba(27,22,40,.98));
      box-shadow: 0 24px 70px rgba(10,8,16,.5), inset 0 1px 0 rgba(215,182,111,.08);
      opacity: 0;
      transform: translateY(-8px) scale(.985);
      visibility: hidden;
      pointer-events: none;
      transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }
    .custom-select.opens-up .custom-select-list {
      top: auto;
      bottom: calc(100% + 8px);
      transform: translateY(8px) scale(.985);
    }
    .custom-select.is-open .custom-select-list {
      opacity: 1;
      transform: translateY(0) scale(1);
      visibility: visible;
      pointer-events: auto;
    }
    .custom-select-option {
      min-height: 44px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 20px;
      gap: 10px;
      align-items: center;
      padding: 10px 12px;
      border: 1px solid transparent;
      border-radius: var(--radius-md);
      color: var(--muted);
      font-family: var(--sans);
      font-size: 14px;
      line-height: 1.35;
      cursor: pointer;
      transition: color .18s ease, border-color .18s ease, background .18s ease;
    }
    .custom-select-option:hover,
    .custom-select-option.is-active {
      color: var(--text);
      border-color: rgba(215,182,111,.24);
      background: rgba(45,36,64,.78);
    }
    .custom-select-option.is-selected {
      color: var(--gold-2);
      border-color: rgba(215,182,111,.38);
      background: rgba(200,164,93,.09);
    }
    .custom-select-option.is-placeholder,
    .custom-select-option[aria-disabled="true"] {
      display: none;
      color: rgba(185,179,194,.42);
      cursor: not-allowed;
    }
    .custom-select-option svg {
      width: 18px;
      height: 18px;
      color: var(--gold-2);
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .custom-select.is-disabled .custom-select-trigger {
      color: rgba(185,179,194,.38);
      cursor: not-allowed;
      background: rgba(34,26,49,.38);
    }
    .custom-select-list::-webkit-scrollbar { width: 8px; }
    .custom-select-list::-webkit-scrollbar-track { background: rgba(23,19,33,.72); border-radius: var(--radius-pill); }
    .custom-select-list::-webkit-scrollbar-thumb { background: rgba(200,164,93,.42); border-radius: var(--radius-pill); }
	    .form-status {
	      margin: 2px 0 0;
	      color: rgba(215,182,111,.9);
	      font-size: 13px;
	      line-height: 1.45;
	    }
	    .form-status.is-error { color: #f0a7a7; }
    .date-picker { position: relative; width: 100%; }
    .date-trigger {
      width: 100%;
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 0 14px 0 15px;
      border: 1px solid var(--line);
      color: var(--text);
      font-family: var(--sans);
      font-size: 14px;
      text-align: left;
      background: rgba(34,26,49,.72);
      cursor: pointer;
      transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
    }
    .date-trigger:hover, .date-picker.is-open .date-trigger { border-color: rgba(218,178,92,.52); background: rgba(36,29,53,.88); box-shadow: 0 0 0 3px rgba(200,164,93,.08); }
    .date-trigger.is-placeholder { color: rgba(185,179,194,.62); }
    .date-trigger svg { flex: 0 0 auto; width: 18px; height: 18px; color: var(--gold-2); stroke: currentColor; fill: none; stroke-width: 1.7; }
    .date-popover {
      position: absolute;
      left: 0;
      top: calc(100% + 10px);
      z-index: 80;
      width: min(360px, calc(100vw - 28px));
      padding: 18px;
      border: 1px solid rgba(218,178,92,.35);
      border-radius: 20px;
      background:
        radial-gradient(circle at 88% 10%, rgba(218,178,92,.12), transparent 12rem),
        radial-gradient(circle at 10% 92%, rgba(37,92,76,.12), transparent 13rem),
        #1b1328;
      box-shadow: 0 28px 80px rgba(10,8,16,.48), inset 0 1px 0 rgba(215,182,111,.08);
      opacity: 0;
      transform: translateY(-6px) scale(.98);
      visibility: hidden;
      pointer-events: none;
      transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }
    .date-picker.is-open .date-popover { opacity: 1; transform: translateY(0) scale(1); visibility: visible; pointer-events: auto; }
    .date-head { display: grid; grid-template-columns: 38px minmax(0, 1fr) 38px; gap: 10px; align-items: center; }
    .date-nav {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(205,198,216,.16);
      border-radius: 50%;
      color: var(--gold-2);
      background: rgba(36,29,53,.52);
      cursor: pointer;
      transition: border-color .2s ease, background .2s ease, transform .2s ease;
    }
    .date-nav:hover { transform: translateY(-1px); border-color: rgba(218,178,92,.42); background: rgba(45,36,64,.78); }
    .date-current { display: grid; grid-template-columns: minmax(0, 1fr) 92px; gap: 8px; align-items: center; }
    .date-month, .date-year {
      min-height: 38px;
      border: 1px solid rgba(205,198,216,.16);
      border-radius: 999px;
      color: var(--text);
      font-family: var(--sans);
      font-size: 13px;
      font-weight: 700;
      background: rgba(36,29,53,.68);
      outline: 0;
    }
    .date-month { padding: 0 12px; }
    .date-year { padding: 0 8px; color-scheme: dark; }
    .date-weekdays, .date-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
    .date-weekdays { margin-top: 16px; color: rgba(215,182,111,.78); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; text-align: center; }
    .date-days { margin-top: 8px; }
    .date-day {
      aspect-ratio: 1;
      min-width: 0;
      border: 1px solid transparent;
      border-radius: 50%;
      color: var(--text);
      font-family: var(--sans);
      font-size: 13px;
      font-weight: 700;
      background: transparent;
      cursor: pointer;
      transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
    }
    .date-day:hover { border-color: rgba(205,198,216,.18); background: rgba(45,36,64,.78); transform: translateY(-1px); }
    .date-day.is-muted { color: rgba(185,179,194,.38); }
    .date-day.is-today { border-color: rgba(218,178,92,.34); color: var(--gold-2); }
    .date-day.is-selected { color: #1b1328; border-color: rgba(215,182,111,.82); background: linear-gradient(135deg, #e0c37b, #c8a45d); box-shadow: 0 10px 28px rgba(200,164,93,.18); }
    .date-day:disabled { color: rgba(185,179,194,.2); cursor: not-allowed; background: transparent; transform: none; }
    .date-foot { display: flex; justify-content: space-between; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(205,198,216,.12); }
    .date-mini { min-height: 34px; padding: 0 12px; border: 1px solid rgba(205,198,216,.16); border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 800; background: rgba(36,29,53,.42); cursor: pointer; }
    .date-mini:hover { color: var(--gold-2); border-color: rgba(218,178,92,.34); }
    .categories { display: flex; flex-wrap: wrap; gap: 8px; }
    .blog-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 16px; }
    .article.featured { grid-row: span 2; min-height: 520px; justify-content: flex-end; background: radial-gradient(circle at 50% 38%, transparent 0 86px, rgba(215,182,111,.18) 87px 88px, transparent 89px 150px, rgba(205,198,216,.11) 151px 152px, transparent 153px), linear-gradient(180deg, rgba(36,29,53,.82), rgba(34,26,49,.5)); }
    .article { min-height: 250px; display: flex; flex-direction: column; justify-content: space-between; }
    .article .btn { align-self: flex-start; }

    .blog-hero { overflow: hidden; }
    .blog-hero::before, .article-page-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at 78% 16%, rgba(200,164,93,.12), transparent 18rem),
        radial-gradient(circle at 18% 72%, rgba(37,92,76,.14), transparent 21rem);
      opacity: .88;
    }
    .blog-tools { align-items: start; }
    .blog-search { min-height: 54px; font-size: 15px; }
    .category-filter { border-color: rgba(200,164,93,.2); background: rgba(36,29,53,.34); cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
    .category-filter.is-active, .category-filter:hover { color: #171321; border-color: rgba(215,182,111,.72); background: linear-gradient(135deg, #d7b66f, #c8a45d); }
    .article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .article-card {
      min-height: 100%;
      padding: 0;
      display: flex;
      flex-direction: column;
      border: 1px solid rgba(205,198,216,.14);
      background: linear-gradient(180deg, rgba(36,29,53,.78), rgba(34,26,49,.5));
      overflow: hidden;
      transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background .24s ease;
    }
    .article-card:hover { transform: translateY(-6px); border-color: rgba(200,164,93,.42); box-shadow: 0 24px 78px rgba(10,8,16,.36), 0 0 0 1px rgba(37,92,76,.18); background: linear-gradient(180deg, rgba(45,36,64,.86), rgba(34,26,49,.58)); }
    .article-card-cover, .article-cover-large {
      position: relative;
      min-height: 220px;
      overflow: hidden;
      background:
        radial-gradient(circle at var(--cover-x, 66%) var(--cover-y, 28%), rgba(215,182,111,.4), transparent 6rem),
        radial-gradient(circle at 26% 78%, rgba(37,92,76,.34), transparent 10rem),
        linear-gradient(135deg, rgba(36,29,53,.96), rgba(23,19,33,.72));
    }
    .article-card-cover::before, .article-cover-large::before {
      content: "";
      position: absolute;
      inset: 18px;
      border: 1px solid rgba(215,182,111,.22);
      border-radius: 50%;
      transform: rotate(-16deg) scaleX(1.42);
      filter: drop-shadow(0 0 18px rgba(200,164,93,.12));
    }
	    .article-card-cover::after, .article-cover-large::after {
      content: "";
      position: absolute;
      width: 9px;
      height: 9px;
      left: var(--dot-x, 62%);
      top: var(--dot-y, 38%);
      border-radius: 50%;
      background: var(--gold-2);
	      box-shadow: 0 0 22px rgba(215,182,111,.62);
	    }
	    .article-card.has-cover-image .article-card-cover::before,
	    .article-card.has-cover-image .article-card-cover::after,
	    .article-cover-large.has-cover-image::before,
	    .article-cover-large.has-cover-image::after { display: none; }
    .article-card-body { flex: 1; display: flex; flex-direction: column; gap: 14px; padding: 22px; }
    .article-meta { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; color: rgba(185,179,194,.78); font-size: 12px; font-weight: 700; }
    .article-meta .tag { font-size: 11px; }
    .article-card h3 { color: var(--text); font-size: 29px; line-height: 1.08; }
    .article-card p { font-size: 15px; line-height: 1.62; }
    .article-card .btn { margin-top: auto; align-self: flex-start; }
    .blog-empty { display: none; padding: 26px; border: 1px solid var(--line); color: var(--muted); background: rgba(36,29,53,.48); }
    .blog-empty.is-visible { display: block; }
    .latest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

    .article-cover-large { min-height: 420px; border: 1px solid rgba(200,164,93,.18); box-shadow: 0 32px 100px rgba(10,8,16,.36); }
    .article-shell { max-width: 760px; margin: 0 auto; }
    .article-body { display: grid; gap: 24px; }
    .article-body h2 { margin-top: 20px; color: var(--gold-2); font-size: 38px; line-height: 1.08; }
    .article-body p { font-size: 18px; line-height: 1.74; }
    .article-body ul { margin: 0; padding-left: 20px; color: var(--muted); line-height: 1.74; }
    .article-body li + li { margin-top: 8px; }
    .article-quote {
      margin: 8px 0;
      padding: 26px;
      border-left: 1px solid rgba(215,182,111,.72);
      color: var(--text);
      font-family: var(--display);
      font-size: 32px;
      font-weight: 600;
      line-height: 1.16;
      background: linear-gradient(135deg, rgba(36,29,53,.72), rgba(37,92,76,.08));
    }
    .meaning-block, .article-cta, .article-subscribe {
      padding: 26px;
      border: 1px solid rgba(205,198,216,.16);
      background: radial-gradient(circle at 90% 10%, rgba(200,164,93,.08), transparent 14rem), rgba(36,29,53,.58);
    }
    .article-cta { margin-top: 18px; text-align: center; border-color: rgba(200,164,93,.28); }
    .article-cta h2 { color: var(--text); }
    .article-share { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 22px; }
    .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
    .related-card { min-height: 210px; padding: 20px; border: 1px solid var(--line); background: rgba(36,29,53,.54); display: flex; flex-direction: column; justify-content: space-between; transition: transform .22s ease, border-color .22s ease; }
    .related-card:hover { transform: translateY(-4px); border-color: rgba(200,164,93,.38); }
    .related-card h3 { margin-top: 16px; font-size: 25px; line-height: 1.1; }
    .article-subscribe { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: end; margin-top: 22px; }

    .newsletter-panel {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, .68fr);
      gap: 30px;
      align-items: center;
      padding: 30px;
      border: 1px solid var(--line);
      background:
        radial-gradient(circle at 84% 16%, rgba(200,164,93,.11), transparent 18rem),
        radial-gradient(circle at 10% 95%, rgba(64,52,88,.12), transparent 16rem),
        linear-gradient(135deg, rgba(36,29,53,.86), rgba(34,26,49,.54));
    }
    .newsletter-copy { max-width: 660px; }
    .newsletter-copy .lead { max-width: 560px; }
    .newsletter-form {
      display: grid;
      gap: 12px;
      padding: 22px;
      border: 1px solid rgba(205,198,216,.16);
      background: rgba(27,22,40,.64);
      box-shadow: inset 0 1px 0 rgba(205,198,216,.04);
    }
    .newsletter-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center; }
    .newsletter-form .input { min-height: 46px; }
    .newsletter-form .btn { width: auto; min-height: 46px; padding: 0 18px; white-space: nowrap; }
    .form-note { color: rgba(185,179,194,.66); font-family: var(--sans); font-size: 12px; line-height: 1.55; }

    .contact-layout { display: grid; grid-template-columns: minmax(300px, .86fr) minmax(380px, 1.14fr); gap: 24px; align-items: start; }
    .contact-side { display: grid; gap: 14px; }
    .contact-form { display: grid; gap: 12px; }
    .form-panel {
      padding: 24px;
      border: 1px solid var(--line);
      background:
        radial-gradient(circle at 92% 8%, rgba(200,164,93,.08), transparent 15rem),
        linear-gradient(180deg, rgba(36,29,53,.78), rgba(34,26,49,.5));
    }
    .form-head { margin-bottom: 4px; }
    .form-head h3 { margin-top: 8px; font-size: var(--fs-title); }
    .form-head p { margin-top: 8px; font-size: 14px; line-height: 1.65; }
    .form-panel .input { min-height: 46px; }
    .form-panel textarea { min-height: 118px; }
    .form-submit { justify-self: start; min-height: 44px; padding: 0 22px; }
    .social-cards { display: grid; gap: 10px; }
    .social-card {
      display: grid;
      grid-template-columns: 38px minmax(0, 1fr);
      gap: 13px;
      align-items: center;
      min-height: 70px;
      padding: 14px;
      border: 1px solid var(--line);
      background: rgba(36,29,53,.52);
      transition: transform .22s ease, border-color .22s ease, background .22s ease;
    }
    .social-card:hover { transform: translateY(-3px); border-color: rgba(200,164,93,.42); background: rgba(45,36,64,.72); }
    .social-card svg, .social-icons svg, .mobile-socials svg { display: block; width: 20px; height: 20px; margin: 0; padding: 0; stroke: currentColor; fill: none; stroke-width: 1.7; transform: none; }
    .social-icon {
      width: 38px;
      height: 38px;
      border: 1px solid var(--line);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--gold-2);
    }
    .social-icon svg { width: 21px; height: 21px; }
    .social-card strong { display: block; color: var(--text); font-family: var(--sans); font-size: 14px; font-weight: 700; }
    .social-card span { display: block; margin-top: 3px; color: var(--muted); font-family: var(--sans); font-size: 13px; min-width: 0; overflow-wrap: anywhere; }
    .social-card .social-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 0;
      color: var(--gold-2);
    }
    .social-card .social-icon svg { display: block; margin: 0; }
    .contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 2px; }
    .contact-actions .btn { min-height: 42px; padding: 0 16px; }
    .contact-note {
      padding: 22px;
      border: 1px solid var(--line);
      background:
        radial-gradient(circle at 88% 18%, rgba(64,52,88,.13), transparent 15rem),
        linear-gradient(135deg, rgba(36,29,53,.76), rgba(34,26,49,.5));
    }
    .contact-note h3 { margin-top: 10px; font-size: var(--fs-title); }
    .contact-note p { margin-top: 10px; font-size: 14px; line-height: 1.68; }
    .map-block { min-height: 260px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--muted); background: linear-gradient(135deg, rgba(36,29,53,.62), rgba(200,164,93,.04)); }

    .guide-shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: 18px; align-items: start; }
    .guide-steps { position: sticky; top: 98px; border: 1px solid var(--line); padding: 18px; background: rgba(36,29,53,.62); }
    .guide-step { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: 0; }
    .guide-step:last-child { border-bottom: 0; }
    .guide-step.is-active { color: var(--gold-2); }
    .guide-card { min-height: 470px; padding: 30px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(36,29,53,.78), rgba(34,26,49,.52)); }
    .guide-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 24px; }
    .choice { min-height: 74px; padding: 16px; border: 1px solid var(--line); background: rgba(34,26,49,.72); text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease; }
    .choice:hover, .choice.is-active { border-color: rgba(200,164,93,.55); background: rgba(45,36,64,.88); }
    .guide-screen { display: none; }
    .guide-screen.is-active { display: block; animation: pageIn .35s ease both; }

    .final-cta { text-align: center; padding: 98px 0; border-top: 1px solid rgba(205,198,216,.08); }
    .final-cta .wrap { max-width: 900px; }
    .final-cta p { max-width: 680px; margin: 22px auto 0; }

    .footer { padding: 44px 0 32px; border-top: 1px solid rgba(205,198,216,.12); background: rgba(27,22,40,.72); }
    .footer-grid { display: grid; grid-template-columns: 1.1fr repeat(3, .7fr); gap: 32px; }
    .footer h4 { margin: 0 0 14px; color: var(--gold-2); font-family: var(--sans); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
    .footer a, .footer p { display: block; margin: 0 0 10px; color: var(--muted); font-family: var(--sans); font-size: 14px; line-height: 1.55; }
    .footer-brand-copy { max-width: 320px; margin-top: 18px; }
    .footer a { transition: color .2s ease; }
    .footer a:hover { color: var(--gold-2); }
    .social-icons { display: flex; gap: 10px; margin-top: 16px; }
    .social-icons a, .mobile-socials a {
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 50%;
      color: var(--gold-2);
      margin: 0;
      transition: transform .2s ease, border-color .2s ease, background .2s ease;
    }
    .social-icons a:hover, .mobile-socials a:hover { transform: translateY(-2px); border-color: rgba(200,164,93,.5); background: rgba(200,164,93,.08); }
    .mobile-socials { display: none; gap: 10px; padding: 12px; }
    .footer-bottom { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); color: rgba(185,179,194,.62); font-size: 12px; display: flex; justify-content: space-between; gap: 18px; }
    .footer-bottom a { display: inline; margin: 0; font-size: inherit; color: rgba(185,179,194,.78); }

    .mobile-cta { display: none; position: fixed; left: 12px; right: 12px; bottom: 10px; z-index: 70; min-height: 52px; box-shadow: 0 18px 46px rgba(10, 8, 16, .42); }
    .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
    .reveal.is-visible { opacity: 1; transform: translateY(0); }

    .site-header { border-radius: var(--radius-lg); }
	    .nav, .plutonia-loader { border-radius: var(--radius-lg); }
    .card,
    .thin-card,
    .format-card,
    .editorial-card,
    .review-feature,
    .review-shot,
    .route-strip,
    .route-step,
    .expert-mini,
    .astro-panel,
    .astro-orbit,
    .guide-preview,
    .guide-device,
    .guide-field,
    .guide-result,
    .mentor-panel,
    .newsletter-panel,
    .newsletter-form,
	    .form-panel,
	    .questionnaire-frame,
	    .modal-panel,
	    .contact-note,
      .consultation-side,
      .deliverables,
    .map-block,
    .guide-steps,
    .guide-card,
    .choice,
    .video-placeholder,
    .blog-empty,
    .article-card,
    .related-card,
    .meaning-block,
    .article-cta,
    .article-subscribe,
    .custom-select-list { border-radius: var(--radius-lg); }
    .manifest,
    .manifest-orbit,
    .method-map,
    .guide-shell,
    .contact-layout,
    .final-cta,
    .footer { border-radius: var(--radius-xl); }
    .portrait-card,
    .hero-visual,
    .leon-photo,
    .video-poster,
    .article-cover-large { border-radius: var(--radius-lg); }
    .portrait-caption,
    .hero-visual-caption,
    .article-card-cover,
    .review-feature img,
    .review-shot img { border-radius: var(--radius-md); }
    .input,
    textarea,
    .date-trigger,
    .custom-select-trigger,
    .date-month,
    .date-year { border-radius: var(--radius-md); }
    .date-popover { border-radius: var(--radius-lg); }
    .pill,
    .tag,
    .guide-chip,
    .category-filter,
    .date-mini,
    .lang-switch,
    .lang-btn,
    .btn { border-radius: var(--radius-pill); }
    .method-row:first-child,
    .method-row:last-child,
    .method-map .method-table-head { border-radius: var(--radius-lg); }
    .social-icon,
    .social-icons a,
    .mobile-socials a,
    .menu-button,
    .play,
    .date-nav,
    .date-day { border-radius: 50%; }

    @media (max-width: 1060px) {
      .nav { gap: 14px; font-size: 12px; }
      .hero-grid, .section-head, .expert-band, .astro-panel, .newsletter-panel, .contact-layout, .guide-shell, .concept-hero .hero-grid, .manifest, .guide-preview, .formats, .mentor-panel, .leon-panel, .review-wall, .consultation-detail { grid-template-columns: 1fr; }
      .grid-4, .grid-3 { grid-template-columns: repeat(2, 1fr); }
      .learning-board, .editorial-grid, .article-grid, .latest-grid, .related-grid { grid-template-columns: repeat(2, 1fr); }
      .review-list, .all-reviews, .consultation-process { grid-template-columns: repeat(2, 1fr); }
      .editorial-card.large { grid-column: 1 / -1; min-height: 430px; }
      .blog-grid { grid-template-columns: 1fr 1fr; }
      .article.featured { grid-column: 1 / -1; min-height: 430px; }
      .guide-steps { position: static; }
      .consultation-side { position: static; }
      .newsletter-panel { gap: 22px; }
      .newsletter-copy .lead { max-width: 680px; }
      .contact-layout { gap: 18px; }
      .hero-visual, .leon-photo { min-height: 520px; }
      .format-card.primary { min-height: 360px; }
      .article-subscribe { grid-template-columns: 1fr; }
    }

    @media (max-width: 840px) {
      :root {
        --nav-h: 66px;
        --wrap: min(100% - 24px, 720px);
        --fs-hero: 46px;
        --fs-section: 36px;
        --fs-title: 24px;
        --fs-lead: 16px;
        --fs-body: 16px;
      }
	      .brand { flex: 1 1 auto; min-width: 0; max-width: calc(100vw - 210px); gap: 10px; }
      .brand img { width: 28px; height: 42px; }
      .brand-name { font-size: 21px; }
      .brand-sub { font-size: 9px; max-width: 150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	      .nav {
	        position: fixed;
	        top: var(--nav-h);
	        left: 12px;
	        right: 12px;
	        z-index: 2147483641;
	        display: grid;
	        gap: 0;
        padding: 8px;
        border: 1px solid var(--line);
        background: radial-gradient(circle at 88% 12%, rgba(200,164,93,.1), transparent 12rem), rgba(23,19,33,.97);
        box-shadow: 0 26px 80px rgba(10, 8, 16, .48);
        transform: translateY(-12px);
        opacity: 0;
        pointer-events: none;
        transition: opacity .22s ease, transform .22s ease;
      }
      .nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
      .nav a { min-height: 48px; display: flex; align-items: center; padding: 0 12px; border-bottom: 1px solid rgba(205,198,216,.08); font-size: 13px; }
      .nav a::after { display: none; }
      .mobile-socials { display: flex; }
      .header-cta { display: none; }
		      .lang-switch { min-height: 50px; margin-left: auto; margin-right: 46px; padding: 3px; }
		      .lang-btn { min-width: 44px; height: 44px; font-size: 10px; }
	      .menu-button { display: block; }
	      .header-inner { padding-right: 56px; }
	      .menu-button { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
	      .site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 2147483642; background: rgba(23,19,33,.94); backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(205,198,216,.1); }
	      main { padding-top: var(--nav-h); }
	      .page, section { scroll-margin-top: calc(var(--nav-h) + 14px); }
      section { padding: 56px 0; }
      .page-hero { padding: 48px 0 36px; }
      .hero { min-height: auto; padding: 34px 0 50px; }
      .hero-grid { gap: 28px; }
      h1 { margin-top: 18px; line-height: 1.02; letter-spacing: 0; }
      h2 { letter-spacing: 0; }
      .lead { margin-top: 18px; font-size: 16px; }
      .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 26px; }
	      .hero-actions .btn { justify-self: stretch; width: 100%; min-height: 48px; }
      .hero-metrics { grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin-top: 24px; }
      .metric strong { font-size: 23px; }
      .metric span { font-size: 11px; }
      .portrait-card { min-height: 390px; }
      .hero-visual, .leon-photo { min-height: 430px; }
      .manifest, .guide-preview, .mentor-panel { padding: 22px; }
      .manifest-orbit { min-height: 300px; }
      .method-table-head { display: none; }
      .method-map { gap: 12px; border: 0; background: transparent; box-shadow: none; }
      .method-row { grid-template-columns: 58px 1fr; gap: 16px; border: 1px solid rgba(200,164,93,.18); background: linear-gradient(180deg, rgba(36,29,53,.72), rgba(34,26,49,.58)); }
      .method-row p { grid-column: 2; }
      .guide-device { padding: 16px; }
      .portrait-caption { left: 14px; right: 14px; bottom: 14px; padding: 16px; }
      .portrait-caption strong { font-size: 24px; }
      .section-head { gap: 18px; margin-bottom: 28px; }
      .route-strip { grid-template-columns: 1fr 1fr; }
      .route-step { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px; }
	      .newsletter-panel { padding: 22px; }
	      .blog-tools, .categories { min-width: 0; }
	      .categories { display: flex; flex-wrap: wrap; gap: 8px; }
	      .category-filter,
	      a.pill[href],
	      .review-filters .pill,
	      .footer a { min-height: 46px; display: inline-flex; align-items: center; }
	      .footer a { width: fit-content; }
      .newsletter-form, .form-panel, .contact-note { padding: 18px; }
	      .contact-actions .btn { flex: 1 1 210px; min-height: 48px; }
      .learning-programs { grid-template-columns: 1fr; }
      .learning-programs .card-actions { min-height: 0; }
      .mobile-cta { display: inline-flex; }
      .mobile-cta { width: auto; }
      body { padding-bottom: 72px; }
    }

	    @media (max-width: 620px) {
	      :root {
	        --fs-hero: 42px;
	        --fs-section: 34px;
        --fs-title: 24px;
        --fs-body: 16px;
        --fs-lead: 16px;
      }
      .grid-4, .grid-3, .grid-2, .blog-grid, .footer-grid, .guide-options, .article-grid, .latest-grid, .related-grid, .review-list, .all-reviews, .consultation-process { grid-template-columns: 1fr; }
      .learning-programs .card-bottom { min-height: 0; }
      .learning-programs .product-meta { min-height: 0; }
      .learning-board, .editorial-grid { grid-template-columns: 1fr; }
      .brand-name { font-size: 20px; }
      .brand-sub { display: none; }
      h1, h2, h3, .lead, .card p, .card h3 { overflow-wrap: anywhere; word-break: normal; hyphens: auto; }
	      .btn { width: 100%; min-height: 50px; padding-inline: 18px; }
      .article .btn { align-self: stretch; }
      .article-card .btn { align-self: stretch; }
      .article-card-cover { min-height: 190px; }
      .reviews-modal-panel { padding: 20px; }
      .reviews-modal-panel .section-head { margin-right: 0; }
      .consultation-process .timeline-item { padding: 18px; }
	      .article-cover-large { min-height: 260px; }
      .article-body h2 { font-size: 31px; }
      .article-body p { font-size: 16px; }
      .article-quote { padding: 20px; font-size: 26px; }
      .meaning-block, .article-cta, .article-subscribe { padding: 20px; }
      .hero-actions .btn { justify-self: stretch; }
      .hero-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
      .metric strong { font-size: 21px; }
      .metric span { display: block; font-size: 10px; line-height: 1.25; }
      .portrait-card { min-height: 340px; }
      .hero-visual { min-height: 390px; }
      .hero-visual-caption { left: 14px; right: 14px; bottom: 14px; padding: 14px; }
      .hero-visual-caption strong { font-size: 24px; }
      .manifest { padding: 20px; }
      .manifest-point { grid-template-columns: 34px 1fr; }
      .manifest-orbit { min-height: 260px; }
      .method-row { grid-template-columns: 1fr; padding: 20px; }
      .method-row p { grid-column: auto; }
      .method-no { font-size: 30px; }
      .guide-preview { padding: 16px; }
      .guide-device-top { display: grid; }
      .guide-chip { font-size: 11px; }
      .certificate-card { width: 100%; max-width: 420px; justify-self: center; }
      .certificate-card img { max-height: 320px; }
      .date-popover {
        position: fixed;
        left: 12px;
        right: 12px;
        top: auto;
        bottom: 76px;
        width: auto;
        max-height: min(560px, calc(100vh - 104px));
        overflow: auto;
        transform: translateY(14px) scale(.98);
      }
      .date-picker.is-open .date-popover { transform: translateY(0) scale(1); }
      .format-card, .format-card.primary { min-height: auto; padding: 22px; }
      .format-card h3 { font-size: var(--fs-title); }
      .leon-photo { min-height: 360px; }
      .review-strip { grid-auto-columns: minmax(240px, 86%); }
      .review-quote { font-size: 26px; line-height: 1.18; }
      .editorial-card, .editorial-card.large { min-height: auto; }
      .card { min-height: auto; padding: 20px; }
      .product { grid-template-columns: 1fr; }
      .price { font-size: 32px; }
      .timeline-item { grid-template-columns: 54px 1fr; }
      .timeline-item strong { font-size: 30px; }
      .astro-orbit { min-height: 280px; }
      .astro-copy, .guide-card { padding: 22px; }
      .route-strip { grid-template-columns: 1fr; }
      .newsletter-row { grid-template-columns: 1fr; }
	      .newsletter-form .btn, .contact-actions .btn, .form-submit { width: 100%; min-height: 48px; }
	      .card-bottom, .product .btn, .program-card .btn { width: 100%; align-items: stretch; }
	      .product-meta { align-items: flex-start; }
	      .questionnaire-frame { min-height: 560px; }
	      .questionnaire-frame iframe { height: 680px; min-height: 560px; }
	      .modal { padding: 12px; }
	      .modal-panel { max-height: calc(100vh - 24px); overflow: auto; }
      .mobile-cta { width: auto; }
      .form-head h3, .contact-note h3 { font-size: var(--fs-title); }
      .guide-shell { gap: 12px; }
      .guide-steps { display: grid; grid-template-columns: repeat(2, 1fr); padding: 10px; }
      .guide-step { min-height: 44px; padding: 8px 10px; font-size: 13px; }
	      .blog-tools { grid-template-columns: 1fr; }
	      .article-share { display: grid; grid-template-columns: 1fr; }
	      .category-filter,
	      a.pill[href],
	      .review-filters .pill,
	      .footer a { min-height: 46px; display: inline-flex; align-items: center; }
	      .footer a { width: fit-content; }
	      .footer-bottom { display: grid; gap: 8px; justify-content: start; }
	    }

	    @media (max-width: 430px) {
	      :root {
	        --fs-hero: 40px;
	        --fs-section: 32px;
	      }
	      .brand { max-width: calc(100vw - 190px); }
	      .brand-name { font-size: 18px; }
	      .brand img { width: 25px; height: 39px; }
		      .lang-switch { min-height: 48px; margin-right: 42px; }
		      .lang-btn { min-width: 36px; height: 44px; font-size: 9px; }
	      .header-inner { padding-right: 50px; gap: 8px; }
	      .article-cover-large { min-height: 230px; }
	      .newsletter-panel, .form-panel, .contact-note, .guide-card, .astro-copy { padding: 18px; }
	    }

	    @media (max-width: 360px) {
	      :root {
	        --wrap: min(100% - 20px, 720px);
	        --fs-hero: 38px;
	        --fs-section: 32px;
	        --fs-title: 24px;
	      }
      .eyebrow { font-size: 10px; gap: 9px; }
      .eyebrow::before { width: 28px; }
      .portrait-card { min-height: 315px; }
	      .hero-visual, .leon-photo { min-height: 330px; }
	      .brand img { width: 24px; height: 38px; }
	      .brand-name { font-size: 18px; }
	      .brand { max-width: calc(100vw - 186px); gap: 8px; }
		      .lang-switch { min-height: 48px; margin-right: 42px; padding: 2px; }
		      .lang-btn { min-width: 36px; height: 44px; font-size: 9px; }
	      .header-inner { padding-right: 50px; }
		      .menu-button { width: 44px; height: 44px; }
	      section { padding: 46px 0; }
	    }
