﻿    :root {
      --gold: #c58b63;
      --gold-light: #ead8b3;
      --gold-dark: #8f6042;
      --gold-soft: rgba(197, 139, 99, .14);
      --gold-line: rgba(234, 216, 179, .24);
      --ink: #f6efe4;
      --ink-70: rgba(246, 239, 228, .74);
      --ink-55: rgba(246, 239, 228, .57);
      --ink-35: rgba(246, 239, 228, .34);
      --bg: #090707;
      --bg-2: #120c0d;
      --bg-3: #1a1011;
      --panel: rgba(26, 16, 17, .78);
      --border: rgba(255, 255, 255, .08);
      --shadow: 0 26px 90px rgba(0, 0, 0, .48);
      --shadow-gold: 0 0 110px rgba(197, 139, 99, .13);
      --ease: cubic-bezier(.25, .46, .45, .94);
    }

    *, *::before, *::after {
      box-sizing: border-box;
    }

    html {
      min-width: 320px;
      scroll-behavior: smooth;
      background: var(--bg);
    }

    body {
      margin: 0;
      min-width: 320px;
      font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ink);
      background:
        radial-gradient(circle at 10% 6%, rgba(197, 139, 99, .18), transparent 31vw),
        radial-gradient(circle at 88% 18%, rgba(119, 74, 84, .24), transparent 30vw),
        linear-gradient(180deg, #090707 0%, #120c0d 48%, #080606 100%);
      line-height: 1.6;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
      background-size: 104px 104px;
      mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 72%);
    }

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


    @media (hover: hover) and (pointer: fine) {
      .site-logo {
        cursor: pointer;
      }
    }

    .page {
      width: min(1680px, calc(100% - 72px));
      margin: 0 auto;
      padding: 120px 0 72px;
      position: relative;
    }

    .hero {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) 430px;
      gap: clamp(42px, 5vw, 92px);
      align-items: end;
      min-height: 430px;
      padding: clamp(56px, 7vw, 104px) 0 54px;
      border-bottom: 1px solid var(--border);
    }

    .hero::after {
      content: "";
      position: absolute;
      right: 2%;
      bottom: -1px;
      width: min(680px, 58vw);
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
      opacity: .75;
    }

    .hero-feather {
      position: absolute;
      top: clamp(26px, 5vw, 74px);
      right: clamp(260px, 28vw, 520px);
      width: clamp(220px, 19vw, 360px);
      height: 220px;
      pointer-events: none;
      opacity: .92;
      filter: drop-shadow(0 0 28px rgba(197,139,99,.24));
      transform: rotate(-12deg);
      z-index: 0;
    }

    .hero-feather.secondary {
      top: clamp(132px, 10vw, 190px);
      right: clamp(120px, 16vw, 280px);
      width: clamp(150px, 12vw, 230px);
      opacity: .46;
      filter: drop-shadow(0 0 20px rgba(197,139,99,.18));
      transform: rotate(18deg) scaleX(-1);
    }

    .feather-svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      overflow: visible;
    }

    .spark {
      position: absolute;
      top: 54px;
      left: var(--x);
      width: var(--s);
      height: var(--s);
      border-radius: 50%;
      background: radial-gradient(circle, #fff7d3 0 15%, var(--gold-light) 42%, rgba(197,139,99,0) 72%);
      box-shadow: 0 0 14px rgba(234,216,179,.55);
      opacity: 0;
      animation: sparkle-fall var(--d) linear infinite;
      animation-delay: var(--delay);
    }

    .spark::after {
      content: "";
      position: absolute;
      inset: 45% -120%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(234,216,179,.92), transparent);
      transform: rotate(45deg);
    }

    @keyframes sparkle-fall {
      0% {
        transform: translate3d(0, -8px, 0) scale(.4);
        opacity: 0;
      }
      12% {
        opacity: .86;
      }
      58% {
        opacity: .72;
      }
      100% {
        transform: translate3d(var(--drift), 172px, 0) scale(.95);
        opacity: 0;
      }
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      margin: 0 0 24px;
      color: var(--gold);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .24em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 38px;
      height: 1px;
      background: linear-gradient(90deg, var(--gold), transparent);
    }

    h1,
    h2,
    h3 {
      font-family: Prata, Georgia, serif;
      font-weight: 300;
      letter-spacing: 0;
    }

    h1 {
      max-width: 980px;
      margin: 0;
      font-size: clamp(64px, 7.2vw, 128px);
      line-height: .88;
    }

    .accent {
      color: var(--gold-light);
      font-style: italic;
    }

    .hero-lead {
      max-width: 760px;
      margin: 28px 0 0;
      color: var(--ink-70);
      font-size: clamp(17px, 1.45vw, 22px);
      font-weight: 300;
      line-height: 1.78;
    }

    .hero-slogan {
      max-width: 820px;
      margin: 24px 0 0;
      padding-left: 24px;
      color: var(--gold-light);
      border-left: 1px solid var(--gold);
      font-family: Prata, Georgia, serif;
      font-size: clamp(28px, 2.7vw, 46px);
      font-weight: 300;
      line-height: 1.08;
    }

    .hero-panel {
      position: relative;
      padding: 28px;
      background:
        linear-gradient(145deg, rgba(42,24,26,.88), rgba(12,9,9,.74)),
        radial-gradient(circle at 100% 0%, rgba(197,139,99,.12), transparent 44%);
      border: 1px solid var(--gold-line);
      box-shadow: var(--shadow), var(--shadow-gold);
      backdrop-filter: blur(24px) saturate(1.35);
      -webkit-backdrop-filter: blur(24px) saturate(1.35);
    }

    .hero-panel::before {
      content: "";
      position: absolute;
      inset: 12px;
      border: 1px solid rgba(197, 139, 99, .12);
      pointer-events: none;
    }

    .panel-kicker {
      position: relative;
      margin: 0 0 20px;
      color: var(--ink-55);
      font-size: 12px;
      letter-spacing: .16em;
      text-transform: uppercase;
    }

    .hero-stats {
      position: relative;
      display: grid;
      gap: 16px;
    }

    .stat {
      display: grid;
      grid-template-columns: 112px 1fr;
      gap: 18px;
      align-items: center;
      padding-bottom: 16px;
      border-bottom: 1px solid var(--border);
    }

    .stat:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }

    .stat strong {
      color: var(--gold-light);
      font-family: Prata, Georgia, serif;
      font-size: 38px;
      font-weight: 400;
      line-height: 1;
    }

    .stat span {
      color: var(--ink-55);
      font-size: 14px;
      line-height: 1.5;
    }

    .shared {
      display: grid;
      grid-template-columns: 300px 1fr;
      gap: 42px;
      padding: 46px 0;
      border-bottom: 1px solid var(--border);
    }

    .section-title {
      margin: 0;
      color: var(--ink);
      font-size: clamp(34px, 3.8vw, 58px);
      line-height: .98;
    }

    .pricing-head {
      display: grid;
      grid-template-columns: minmax(260px, .42fr) minmax(0, .58fr);
      gap: 34px;
      align-items: end;
      padding-top: 54px;
    }

    .pricing-head h2 {
      margin: 0;
      font-size: clamp(48px, 5vw, 86px);
      line-height: .92;
    }

    .pricing-head p {
      margin: 0;
      color: var(--ink-55);
      font-size: 16px;
      font-weight: 300;
      line-height: 1.75;
    }

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

    .shared-item {
      min-height: 104px;
      padding: 18px;
      color: var(--ink-70);
      background: rgba(255, 255, 255, .035);
      border: 1px solid var(--border);
      font-size: 15px;
      transition: transform .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease);
    }

    .shared-item::before {
      content: "";
      display: block;
      width: 28px;
      height: 1px;
      margin-bottom: 15px;
      background: var(--gold);
    }

    .shared-item:hover {
      transform: translateY(-4px);
      border-color: var(--gold-line);
      background: rgba(197, 139, 99, .07);
    }

    .pricing {
      display: grid;
      grid-template-columns: .92fr 1.12fr .92fr;
      gap: 24px;
      align-items: stretch;
      padding: 54px 0 34px;
    }

    .card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-height: 820px;
      background:
        linear-gradient(180deg, rgba(27,17,18,.86), rgba(10,8,8,.92)),
        radial-gradient(circle at 50% 0%, rgba(197,139,99,.10), transparent 42%);
      border: 1px solid var(--border);
      box-shadow: var(--shadow);
      overflow: hidden;
      transition: transform .42s var(--ease), border-color .42s var(--ease), box-shadow .42s var(--ease);
    }

    .card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle 360px at 50% 0%, rgba(234,216,179,.10), transparent 42%),
        linear-gradient(135deg, rgba(255,255,255,.08), transparent 32%),
        radial-gradient(circle at 50% 0%, rgba(197,139,99,.12), transparent 46%);
      opacity: .72;
      pointer-events: none;
    }

    .card:hover {
      transform: translateY(-8px);
      border-color: var(--gold-line);
      box-shadow: 0 28px 96px rgba(0,0,0,.56), 0 0 70px rgba(197,139,99,.10);
    }

    .card.featured {
      border-color: var(--gold-line);
      box-shadow: 0 30px 110px rgba(0,0,0,.52), 0 0 100px rgba(197,139,99,.13);
    }

    .card.compact {
      min-height: 760px;
      margin-top: 24px;
    }

    .card.compact .card-body {
      flex: 1;
    }

    .card.compact .card-note {
      display: block;
    }

    .card.compact .card-title {
      font-size: clamp(38px, 3.1vw, 56px);
    }

    .card.compact .price {
      font-size: clamp(48px, 4vw, 70px);
    }


    .card.featured:hover {
      border-color: rgba(234, 216, 179, .62);
      box-shadow: 0 32px 110px rgba(0,0,0,.58), 0 0 86px rgba(197,139,99,.20);
    }

    .card.featured::after {
      content: "";
      position: absolute;
      inset: 10px;
      border: 1px solid rgba(197,139,99,.18);
      transition: border-color .42s var(--ease), inset .42s var(--ease);
      pointer-events: none;
    }

    .card.featured:hover::after {
      inset: 12px;
      border-color: rgba(234, 216, 179, .36);
    }

    .card-top,
    .card-price,
    .card-body,
    .card-note {
      position: relative;
      z-index: 1;
    }

    .card-top {
      height: 250px;
      padding: 34px 34px 28px;
      border-bottom: 1px solid var(--border);
      text-align: center;
    }

    .label {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      margin-bottom: 25px;
      padding: 0 12px;
      color: var(--gold-light);
      border: 1px solid var(--gold-line);
      background: rgba(197,139,99,.05);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
    }

    .featured .label {
      color: #0b0a08;
      background: linear-gradient(135deg, #b8965a, #d8bd83 54%, #b79058);
      border-color: transparent;
    }

    .card-title {
      margin: 0;
      color: var(--ink);
      font-size: clamp(44px, 3.8vw, 66px);
      line-height: .9;
      text-align: center;
    }

    .card-text {
      max-width: 420px;
      margin: 18px auto 0;
      color: var(--ink-55);
      font-size: 15.5px;
      font-weight: 300;
      line-height: 1.72;
    }

    .card-price {
      height: 178px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 18px 34px;
      border-bottom: 1px solid var(--border);
      text-align: center;
    }

    .old-price {
      position: absolute;
      top: 14px;
      right: 22px;
      margin: 0;
      color: var(--ink-35);
      font-size: 14px;
      text-decoration: line-through;
      text-decoration-thickness: 1px;
    }

    .old-price:empty {
      display: none;
    }

    .price {
      margin: 0;
      color: var(--ink);
      font-family: Prata, Georgia, serif;
      font-size: clamp(54px, 4.8vw, 82px);
      font-weight: 400;
      line-height: .9;
      letter-spacing: 0;
    }

    .price small {
      font-family: Manrope, system-ui, sans-serif;
      font-size: 14px;
      font-weight: 400;
    }

    .price-caption {
      margin: 14px 0 0;
      color: var(--gold);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
    }

    .card-body {
      flex: 1;
      padding: 32px 34px 34px;
    }

    .body-title {
      margin: 0 0 18px;
      color: var(--gold);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .17em;
      text-transform: uppercase;
    }

    .features {
      display: grid;
      gap: 14px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .features li {
      position: relative;
      padding-left: 20px;
      color: var(--ink-70);
      font-size: 15.5px;
      font-weight: 300;
      line-height: 1.58;
    }

    .features li::before {
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      width: 6px;
      height: 6px;
      background: var(--gold);
      transform: rotate(45deg);
    }

    .card-note {
      margin: 0 34px 34px;
      padding: 18px;
      color: var(--ink-55);
      background: rgba(255,255,255,.035);
      border: 1px solid var(--border);
      font-size: 14.5px;
      font-weight: 300;
      line-height: 1.62;
    }

    .card-note strong {
      color: var(--gold-light);
      font-family: Prata, Georgia, serif;
      font-size: 22px;
      font-weight: 400;
    }

    .guide {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
      gap: 24px;
      padding-top: 24px;
    }

    .choice,
    .legal {
      position: relative;
      padding: 34px;
      background: rgba(255,255,255,.035);
      border: 1px solid var(--border);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .choice h2,
    .legal h2 {
      margin: 0 0 26px;
      font-size: clamp(38px, 3.4vw, 58px);
      line-height: .96;
    }

    .choice-row {
      display: grid;
      grid-template-columns: 150px 1fr;
      gap: 26px;
      padding: 18px 0;
      border-top: 1px solid var(--border);
    }

    .choice-row:first-of-type {
      border-top-color: var(--gold-line);
    }

    .choice-label {
      color: var(--gold-light);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
    }

    .choice-text,
    .legal p {
      margin: 0;
      color: var(--ink-70);
      font-size: 15.5px;
      font-weight: 300;
      line-height: 1.76;
    }

    .legal {
      position: relative;
      border-color: var(--gold-line);
      background:
        linear-gradient(145deg, rgba(197,139,99,.08), transparent 44%),
        rgba(255,255,255,.035);
    }

    .legal p + p {
      margin-top: 18px;
      padding-top: 18px;
      border-top: 1px solid var(--border);
    }

    .legal strong {
      color: var(--gold-light);
      font-weight: 600;
    }

    .old-inline {
      color: var(--ink-35);
      text-decoration: line-through;
      text-decoration-thickness: 1px;
      white-space: nowrap;
    }

    .comparison {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      padding-top: 24px;
    }

    .compare-card {
      position: relative;
      padding: 34px;
      background: rgba(255,255,255,.035);
      border: 1px solid var(--border);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .compare-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle 320px at 80% 0%, rgba(234,216,179,.10), transparent 44%),
        radial-gradient(circle at 80% 0%, rgba(197,139,99,.08), transparent 42%);
      opacity: .72;
      pointer-events: none;
    }

    .compare-card.bad {
      border-color: rgba(255,255,255,.08);
    }

    .compare-card.good {
      border-color: var(--gold-line);
      background:
        linear-gradient(145deg, rgba(197,139,99,.08), transparent 48%),
        rgba(255,255,255,.035);
    }

    .compare-title {
      position: relative;
      display: flex;
      align-items: center;
      gap: 14px;
      margin: 0 0 24px;
      font-family: Prata, Georgia, serif;
      font-size: clamp(34px, 3vw, 52px);
      font-weight: 300;
      line-height: 1;
    }

    .compare-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      border: 1px solid currentColor;
      border-radius: 50%;
      font-family: Manrope, system-ui, sans-serif;
      font-size: 22px;
      line-height: 1;
      flex: 0 0 auto;
    }

    .bad .compare-mark {
      color: rgba(242,236,224,.42);
    }

    .good .compare-mark {
      color: var(--gold-light);
    }

    .compare-list {
      position: relative;
      display: grid;
      gap: 14px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .compare-list li {
      position: relative;
      padding-left: 22px;
      color: var(--ink-70);
      font-size: 15.5px;
      font-weight: 300;
      line-height: 1.62;
    }

    .compare-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 11px;
      width: 7px;
      height: 7px;
      border: 1px solid currentColor;
      transform: rotate(45deg);
      opacity: .9;
    }

    .bad .compare-list li::before {
      color: rgba(242,236,224,.38);
    }

    .good .compare-list li::before {
      color: var(--gold);
      background: var(--gold);
    }

    .section-block {
      padding-top: 54px;
      border-top: 1px solid var(--border);
      margin-top: 34px;
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(260px, .42fr) minmax(0, .58fr);
      gap: 34px;
      align-items: end;
      margin-bottom: 28px;
    }

    .section-head h2 {
      margin: 0;
      font-size: clamp(42px, 4.4vw, 76px);
      line-height: .92;
    }

    .section-head p {
      margin: 0;
      color: var(--ink-55);
      font-size: 16px;
      font-weight: 300;
      line-height: 1.75;
    }

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

    .portfolio-card {
      position: relative;
      min-height: 360px;
      display: flex;
      flex-direction: column;
      background: rgba(255,255,255,.035);
      border: 1px solid var(--border);
      box-shadow: var(--shadow);
      overflow: hidden;
      transition: transform .42s var(--ease), border-color .42s var(--ease), box-shadow .42s var(--ease);
    }

    .portfolio-card:hover {
      transform: translateY(-6px);
      border-color: var(--gold-line);
      box-shadow: 0 28px 90px rgba(0,0,0,.54), 0 0 70px rgba(197,139,99,.09);
    }


    .portfolio-preview {
      position: relative;
      display: block;
      aspect-ratio: 3 / 2;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(197,139,99,.18), transparent 38%),
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
      border-bottom: 1px solid var(--border);
      isolation: isolate;
    }

    .portfolio-preview::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background:
        linear-gradient(180deg, rgba(10,7,7,.06), rgba(10,7,7,.22)),
        radial-gradient(circle at 18% 0%, rgba(197,139,99,.2), transparent 35%);
      pointer-events: none;
      transition: opacity .42s var(--ease);
    }

    .portfolio-preview img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: top center;
      filter: saturate(.98) contrast(1.02);
      transform: scale(1.01);
      transition: transform .7s var(--ease), filter .7s var(--ease);
    }

    .portfolio-card:hover .portfolio-preview::after {
      opacity: .72;
    }

    .portfolio-card:hover .portfolio-preview img {
      transform: scale(1.055);
      filter: saturate(1.05) contrast(1.04);
    }

    .portfolio-body {
      padding: 24px;
    }

    .portfolio-type {
      margin: 0 0 12px;
      color: var(--gold);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
    }

    .portfolio-body h3 {
      margin: 0 0 12px;
      font-size: 31px;
      line-height: 1;
    }

    .portfolio-body p {
      margin: 0;
      color: var(--ink-55);
      font-size: 15px;
      font-weight: 300;
      line-height: 1.65;
    }

    .portfolio-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px 18px;
      margin-top: 14px;
    }

    .portfolio-link {
      display: inline-block;
      color: var(--gold);
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      text-decoration: none;
      transition: color .25s var(--ease);
    }

    .portfolio-link:hover {
      color: var(--gold-light);
    }

    .portfolio-order {
      color: var(--ink);
      padding: 9px 12px;
      border: 1px solid rgba(197,139,99,.36);
      background: linear-gradient(135deg, rgba(197,139,99,.18), rgba(234,216,179,.05));
      line-height: 1;
    }

    .portfolio-order:hover {
      color: var(--gold-light);
      border-color: var(--gold-line);
    }

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

    .faq-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      align-items: start;
    }

    .faq-col {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .extra-item {
      position: relative;
      padding: 24px;
      background: rgba(255,255,255,.035);
      border: 1px solid var(--border);
      overflow: hidden;
    }

    /* FAQ accordion */
    .faq-item {
      background: rgba(255,255,255,.035);
      border: 1px solid var(--border);
      overflow: hidden;
      transition: border-color .25s;
    }
    .faq-item[open] { border-color: var(--gold-line); }
    .faq-q {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 20px 24px;
      margin: 0;
      font-family: Prata, Georgia, serif;
      font-size: 18px;
      font-weight: 300;
      color: var(--gold-light);
      line-height: 1.2;
      cursor: pointer;
      list-style: none;
      user-select: none;
      transition: color .2s;
    }
    .faq-q::-webkit-details-marker { display: none; }
    .faq-q::after {
      content: "+";
      flex-shrink: 0;
      font-family: Manrope, system-ui, sans-serif;
      font-size: 22px;
      font-weight: 300;
      color: var(--gold);
      transition: transform .3s var(--ease);
    }
    .faq-item[open] .faq-q::after { transform: rotate(45deg); }
    .faq-item[open] .faq-q { color: var(--ink); }
    .faq-a {
      margin: 0;
      padding: 16px 24px 20px;
      color: var(--ink-70);
      font-size: 15px;
      font-weight: 300;
      line-height: 1.72;
      border-top: 1px solid var(--border);
    }

    .extra-bonus {
      display: inline-block;
      margin: 16px 0 0;
      padding: 8px 14px;
      color: var(--gold-light);
      background: rgba(197, 139, 99, .10);
      border: 1px solid var(--gold-line);
      font-size: 14px;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
    }

    .extra-bonus::before {
      content: "★ ";
      font-size: 11px;
      opacity: .85;
    }

    .extra-item h3 {
      margin: 0 0 10px;
      color: var(--gold-light);
      font-size: 28px;
      line-height: 1.08;
    }

    .extra-item p {
      margin: 0;
      color: var(--ink-70);
      font-size: 15.5px;
      font-weight: 300;
      line-height: 1.72;
    }

    .cta {
      display: flex;
      justify-content: space-between;
      gap: 28px;
      align-items: center;
      margin-top: 24px;
      padding: 34px;
      background: linear-gradient(135deg, rgba(197,139,99,.11), rgba(255,255,255,.035));
      border: 1px solid var(--gold-line);
    }

    .cta-title {
      margin: 0;
      font-family: Prata, Georgia, serif;
      font-size: clamp(34px, 3vw, 54px);
      font-weight: 300;
      line-height: 1;
    }

    .cta-text {
      max-width: 700px;
      margin: 12px 0 0;
      color: var(--ink-55);
      font-size: 15.5px;
      font-weight: 300;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 56px;
      padding: 0 30px;
      color: #0d0c0a;
      background: linear-gradient(135deg, #9f6246 0%, #e2bf8d 52%, #7a3f35 100%);
      background-size: 200% 100%;
      border: 0;
      box-shadow: 0 4px 28px rgba(197,139,99,.32);
      font-size: 12.5px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      white-space: nowrap;
      transition: transform .35s var(--ease), box-shadow .35s var(--ease), background-position .35s var(--ease);
    }

    .btn:hover {
      transform: translateY(-2px);
      background-position: right;
      box-shadow: 0 8px 42px rgba(197,139,99,.52);
    }

    .site-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 200;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 64px;
      padding: 0 clamp(20px, 4vw, 60px);
      background: rgba(9, 7, 7, .46);
      backdrop-filter: blur(22px) saturate(1.6);
      -webkit-backdrop-filter: blur(22px) saturate(1.6);
      border-bottom: 1px solid var(--gold-line);
      box-shadow: 0 1px 40px rgba(0, 0, 0, .32);
    }

    /* Desktop nav */
    .site-nav {
      display: flex;
      align-items: center;
      gap: 32px;
    }
    .site-nav a {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: rgba(234,216,179,.72);
      text-decoration: none;
      transition: color .2s;
    }
    .site-nav a:hover { color: var(--gold-light); }

    /* Right block: TG button + burger */
    .header-right {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    /* Telegram button */
    .btn-tg {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 40px;
      padding: 0 22px;
      font-size: 11.5px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      white-space: nowrap;
      color: #0d0c0a;
      background: linear-gradient(135deg, #9f6246 0%, #e2bf8d 52%, #7a3f35 100%);
      background-size: 200% 100%;
      border: 0;
      box-shadow: 0 4px 28px rgba(197,139,99,.32);
      text-decoration: none;
      transition: transform .35s var(--ease), box-shadow .35s var(--ease), background-position .35s var(--ease);
    }
    .btn-tg:hover {
      transform: translateY(-2px);
      background-position: right;
      box-shadow: 0 8px 36px rgba(197,139,99,.44);
    }

    /* Hamburger (mobile only) */
    .burger {
      display: none;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      width: 36px;
      height: 36px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 4px;
    }
    .burger span {
      display: block;
      width: 100%;
      height: 2px;
      background: var(--gold-light);
      border-radius: 2px;
      transition: transform .3s, opacity .3s;
      transform-origin: center;
    }
    .burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .burger.open span:nth-child(2) { opacity: 0; }
    .burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    /* Mobile overlay menu */
    .mobile-menu {
      display: none;
      position: fixed;
      top: 64px;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 190;
      background: rgba(9,7,7,.96);
      backdrop-filter: blur(18px) saturate(1.4);
      -webkit-backdrop-filter: blur(18px) saturate(1.4);
      opacity: 0;
      transform: translateY(-12px);
      transition: opacity .3s, transform .3s;
      pointer-events: none;
    }
    .mobile-menu.open {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }
    .mobile-menu nav {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 32px;
      height: 100%;
      padding: 40px 24px;
    }
    .mobile-menu nav a {
      font-size: 22px;
      font-weight: 500;
      letter-spacing: .04em;
      color: var(--ink);
      text-decoration: none;
      transition: color .2s;
    }
    .mobile-menu nav a:hover { color: var(--gold-light); }
    .mobile-menu .mobile-tg { margin-top: 8px; }

    @media (max-width: 760px) {
      .site-nav { display: none; }
      .burger { display: flex; }
      .mobile-menu { display: block; }
      .btn-tg { display: none; }
    }

    .site-logo {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      color: var(--ink);
      text-decoration: none;
    }

    .logo-icon {
      position: relative;
      display: inline-block;
      width: 46px;
      height: 38px;
      flex-shrink: 0;
      overflow: visible;
      filter: drop-shadow(0 0 18px rgba(197, 139, 99, .28));
    }

    .logo-feather {
      position: absolute;
      width: 36px;
      height: auto;
      overflow: visible;
    }

    .logo-feather.one {
      left: 4px;
      top: 5px;
      transform: rotate(-18deg);
    }

    .logo-feather.two {
      left: 12px;
      top: 10px;
      transform: rotate(18deg) scale(.78) scaleX(-1);
      opacity: .78;
    }

    .logo-text {
      font-family: Prata, Georgia, serif;
      font-size: 20px;
      font-weight: 300;
      letter-spacing: .01em;
      color: var(--ink);
      line-height: 1;
    }

    .logo-text .logo-accent,
    .footer-logo-text .logo-accent {
      color: var(--gold-light);
      font-style: italic;
    }

    .up {
      opacity: 0;
      transform: translateY(26px);
      transition: opacity .75s var(--ease), transform .75s var(--ease);
    }

    /* About block */
    .about-card {
      border: 1px solid var(--gold-line);
      background: rgba(255,255,255,.028);
      overflow: hidden;
      margin-top: 40px;
    }
    .about-quote {
      font-family: Prata, Georgia, serif;
      font-size: clamp(18px, 2.4vw, 28px);
      font-weight: 300;
      font-style: italic;
      color: var(--gold-light);
      line-height: 1.45;
      margin: 0;
      padding: 44px 52px;
      border-bottom: 1px solid var(--gold-line);
      position: relative;
    }
    .about-quote::before {
      content: '«';
      position: absolute;
      top: 8px;
      left: 32px;
      font-family: Prata, Georgia, serif;
      font-size: 110px;
      line-height: 1;
      color: rgba(197,139,99,.10);
      pointer-events: none;
    }
    .about-body {
      display: grid;
      grid-template-columns: 160px 1fr;
    }
    .about-stat {
      border-right: 1px solid var(--gold-line);
      padding: 36px 28px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 8px;
      text-align: center;
    }
    .about-stat strong {
      font-family: Prata, Georgia, serif;
      font-size: 54px;
      font-weight: 300;
      font-style: italic;
      color: var(--gold-light);
      line-height: 1;
    }
    .about-stat span {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .10em;
      text-transform: uppercase;
      color: rgba(234,216,179,.40);
    }
    .about-paras {
      padding: 36px 40px;
    }
    .about-paras p {
      font-size: 15px;
      color: rgba(234,216,179,.72);
      line-height: 1.78;
      margin-bottom: 16px;
    }
    .about-paras p:last-child { margin-bottom: 0; }
    @media (max-width: 600px) {
      .about-quote { padding: 32px 28px; font-size: 18px; }
      .about-quote::before { font-size: 72px; left: 18px; top: 6px; }
      .about-body { grid-template-columns: 1fr; }
      .about-stat { border-right: none; border-bottom: 1px solid var(--gold-line); padding: 28px; flex-direction: row; justify-content: flex-start; gap: 16px; }
      .about-paras { padding: 28px 24px; }
    }

    /* Steps block */
    .steps-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 40px;
    }
    .step-card {
      position: relative;
      padding: 34px;
      background: rgba(255,255,255,.035);
      border: 1px solid rgba(255,255,255,.08);
      overflow: hidden;
    }
    .step-card-accent {
      border-color: var(--gold-line);
      background:
        linear-gradient(145deg, rgba(197,139,99,.08), transparent 48%),
        rgba(255,255,255,.035);
    }
    .step-n {
      display: block;
      font-family: Prata, Georgia, serif;
      font-size: 36px;
      color: var(--gold-line);
      line-height: 1;
      margin-bottom: 16px;
    }
    .step-card-accent .step-n { color: var(--gold-light); }
    .step-card h3 {
      font-size: 18px;
      font-weight: 600;
      color: var(--ink);
      margin-bottom: 12px;
    }
    .step-card p {
      font-size: 14px;
      color: rgba(234,216,179,.62);
      line-height: 1.65;
    }
    .steps-cta {
      margin-top: 40px;
      text-align: center;
    }
    @media (max-width: 760px) {
      .steps-grid { grid-template-columns: 1fr; }
    }

    .steps {
      max-width: 960px;
      margin: 0 auto;
      padding: clamp(48px, 8vw, 96px) clamp(20px, 5vw, 60px);
      text-align: center;
    }
    .steps-head { margin-bottom: 48px; }
    .steps-head h2 { font-size: clamp(24px, 3.5vw, 36px); margin-bottom: 10px; }
    .steps-head p { color: rgba(234,216,179,.62); font-size: 16px; }
    .steps-row {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 0;
      margin-bottom: 48px;
    }
    .step-item {
      flex: 1;
      max-width: 240px;
      padding: 0 16px;
    }
    .step-num {
      width: 48px;
      height: 48px;
      margin: 0 auto 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: Prata, Georgia, serif;
      font-size: 22px;
      color: var(--gold-light);
      border: 1px solid var(--gold-line);
      background: rgba(197,139,99,.08);
    }
    .step-item h3 { font-size: 17px; margin-bottom: 10px; color: var(--ink); }
    .step-item p { font-size: 14px; color: rgba(234,216,179,.62); line-height: 1.6; }
    .step-arrow {
      font-size: 24px;
      color: var(--gold-line);
      padding-top: 12px;
      flex-shrink: 0;
      align-self: center;
    }
    .steps-btn { margin-top: 0; }

    /* Footer */
    .site-footer {
      border-top: 1px solid var(--gold-line);
      background: rgba(9,7,7,.6);
      backdrop-filter: blur(12px);
    }
    .footer-inner {
      max-width: 1120px;
      margin: 0 auto;
      padding: 28px clamp(20px, 5vw, 60px);
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 24px;
    }
    .footer-brand { display: flex; justify-content: center; }
    .footer-logo {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      text-decoration: none;
    }
    .footer-logo-text {
      font-family: Prata, Georgia, serif;
      font-size: 20px;
      font-weight: 300;
      letter-spacing: .01em;
      color: var(--ink);
      line-height: 1;
    }
    .footer-tagline { font-size: 12px; color: rgba(234,216,179,.45); letter-spacing: .05em; }
    .footer-tg {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 600;
      color: var(--gold-light);
      text-decoration: none;
      transition: opacity .2s;
    }
    .footer-tg:hover { opacity: .75; }
    .footer-copy { font-size: 12px; color: rgba(234,216,179,.35); }

    @media (max-width: 600px) {
      .steps-row { flex-direction: column; align-items: center; gap: 8px; }
      .step-arrow { transform: rotate(90deg); padding: 0; }
      .step-item { max-width: 100%; padding: 0; }
      .footer-inner { grid-template-columns: 1fr; justify-items: center; gap: 16px; }
      .footer-copy { text-align: center; }
      .footer-tg { justify-self: center; }
    }

    .up.in {
      opacity: 1;
      transform: translateY(0);
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
      }

      .up {
        opacity: 1;
        transform: none;
      }

      .spark {
        animation: none;
        opacity: .42;
      }
    }

    @media (max-width: 1320px) {
      .page {
        width: min(1240px, calc(100% - 48px));
      }

      .hero {
        grid-template-columns: 1fr;
        min-height: 0;
      }

      .hero-panel {
        max-width: 680px;
      }

      .hero-feather {
        right: 28px;
        top: 38px;
        width: 240px;
        opacity: .52;
      }

      .hero-feather.secondary {
        right: 180px;
        top: 178px;
        width: 160px;
        opacity: .30;
      }

      .shared {
        grid-template-columns: 1fr;
      }

      .shared-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .pricing {
        grid-template-columns: 1fr;
      }

      .card {
        min-height: 0;
      }

      .card.compact {
        min-height: 0;
        height: auto;
        margin-top: 0;
      }

      .card-top,
      .card-price {
        height: auto;
      }

      .guide {
        grid-template-columns: 1fr;
      }

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

      .section-head,
      .pricing-head,
      .portfolio-grid,
      .extras-grid,
      .faq-grid {
        grid-template-columns: 1fr;
      }

      .faq-col {
        gap: 12px;
      }
    }

    @media (max-width: 720px) {
      .page {
        width: min(100% - 28px, 680px);
        padding: 28px 0 44px;
      }

      .hero {
        padding: 42px 0 36px;
      }

      .hero-feather {
        display: none;
      }

      h1 {
        font-size: clamp(48px, 15vw, 74px);
      }

      .hero-lead {
        font-size: 16px;
      }

      .hero-panel,
      .choice,
      .legal,
      .compare-card,
      .cta {
        padding: 22px;
      }

      .stat {
        grid-template-columns: 92px 1fr;
      }

      .stat strong {
        font-size: 31px;
      }

      .shared {
        gap: 24px;
        padding: 34px 0;
      }

      .shared-grid {
        grid-template-columns: 1fr;
      }

      .pricing {
        gap: 16px;
        padding-top: 34px;
      }

      .card-top,
      .card-price,
      .card-body {
        padding-left: 22px;
        padding-right: 22px;
      }

      .card-note {
        margin-left: 22px;
        margin-right: 22px;
      }

      .card-title {
        font-size: 48px;
      }

      .price {
        font-size: 56px;
      }

      .choice-row {
        grid-template-columns: 1fr;
        gap: 6px;
      }

      .cta {
        display: block;
      }

      .btn {
        width: 100%;
        margin-top: 22px;
        white-space: normal;
        text-align: center;
      }
    }

    @media print {
      @page {
        size: A4 portrait;
        margin: 12mm;
      }

      body {
        background: #090707;
        color: var(--ink);
      }

      body::before,
      .cta {
        display: none;
      }

      .page {
        width: 100%;
        padding: 0;
      }

      .hero {
        min-height: 0;
        padding: 0 0 18px;
      }

      h1 {
        font-size: 48pt;
      }

      .hero-lead,
      .card-text,
      .features li,
      .choice-text,
      .legal p {
        font-size: 9.3pt;
      }

      .shared {
        display: none;
      }

      .pricing {
        gap: 8px;
        padding: 18px 0;
      }

      .card {
        min-height: 0;
        break-inside: avoid;
      }

      .card-top,
      .card-price,
      .card-body {
        padding: 14px;
        height: auto;
      }

      .card-title {
        font-size: 25pt;
      }

      .price {
        font-size: 31pt;
      }

      .card-note {
        margin: 0 14px 14px;
      }
    }
