@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .start {
    inset-inline-start: var(--spacing);
  }
}
:root {
  --ink: #0b0a09;
  --ink-soft: #17130f;
  --paper: #f5f0e6;
  --white: #fff;
  --blue: #b99655;
  --blue-deep: #83652f;
  --gold: #c9a767;
  --gold-light: #ead8ae;
  --line: #221b1424;
  --muted: #5f584f;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--paper);
  color: var(--ink);
  letter-spacing: -0.015em;
  margin: 0;
  font-family:
    Pretendard Variable,
    Pretendard,
    Apple SD Gothic Neo,
    Noto Sans KR,
    Arial,
    sans-serif;
}
button,
a {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  z-index: 50;
  color: #fff;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #0b0a09f0;
  border-bottom: 1px solid #c9a76733;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  padding: 0 4.5vw;
  display: flex;
  position: sticky;
  top: 0;
}
.brand {
  align-items: center;
  width: 242px;
  display: flex;
}
.brand img {
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert();
  width: 100%;
  height: 52px;
  display: block;
}
.site-header nav {
  color: #d1c9bf;
  gap: 27px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}
.site-header nav a:hover {
  color: #fff;
}
.header-socials {
  align-items: center;
  gap: 7px;
  display: flex;
}
.header-socials a {
  color: #d8d0c5;
  border: 1px solid #c9a76740;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 800;
  transition: all 0.2s;
  display: inline-flex;
}
.header-socials a:hover {
  border-color: var(--gold);
  color: #fff;
  background: #c9a76714;
}
.header-socials b {
  color: var(--gold);
  font-size: 12px;
}
.header-call {
  letter-spacing: -0.01em;
  text-align: right;
  font-size: 17px;
  font-weight: 900;
}
.header-call span {
  color: var(--gold-light);
  letter-spacing: 0.16em;
  margin-bottom: 2px;
  font-size: 10px;
  display: block;
}
.mobile-menu-toggle,
.mobile-menu,
.mobile-menu-backdrop {
  display: none;
}
.hero {
  color: #fff;
  background: var(--ink);
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.72fr);
  align-items: center;
  gap: 5vw;
  min-height: 760px;
  padding: 85px 6vw 80px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  background-image:
    linear-gradient(#c9a7670b 1px, #0000 1px),
    linear-gradient(90deg, #c9a7670b 1px, #0000 1px);
  background-size: 72px 72px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #000, #0000 88%);
  mask-image: linear-gradient(90deg, #000, #0000 88%);
}
.hero:after {
  content: "";
  background: radial-gradient(circle, #b9965538, #0000 66%);
  border-radius: 50%;
  width: 660px;
  height: 660px;
  position: absolute;
  top: 0;
  right: 5%;
}
.hero-orbit {
  border: 1px solid #c9a76729;
  border-radius: 50%;
  position: absolute;
}
.orbit-one {
  width: 560px;
  height: 560px;
  top: 10%;
  right: 6%;
}
.orbit-two {
  width: 390px;
  height: 390px;
  top: 22%;
  right: 12%;
}
.hero-content,
.hero-properties {
  z-index: 2;
  position: relative;
}
.eyebrow {
  color: var(--gold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}
.eyebrow span {
  background: var(--blue);
  width: 24px;
  height: 2px;
}
.eyebrow.dark {
  color: var(--blue-deep);
}
.hero h1 {
  letter-spacing: -0.055em;
  word-break: keep-all;
  margin: 23px 0 25px;
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 800;
  line-height: 1.13;
}
.hero h1 em {
  color: var(--gold-light);
  font-style: normal;
}
.hero h1 strong {
  color: #fff;
  text-underline-offset: 12px;
  font-weight: 800;
  -webkit-text-decoration: underline #c9a767b8;
  text-decoration: underline #c9a767b8;
  text-decoration-thickness: 5px;
}
.hero-copy {
  color: #d0c8be;
  word-break: keep-all;
  max-width: 610px;
  font-size: 18px;
  line-height: 1.85;
}
.hero-evidence {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 23px;
  display: flex;
}
.hero-evidence span {
  color: #c5b99f;
  background: #c9a7670f;
  border: 1px solid #c9a76740;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 800;
}
.hero-evidence span:before {
  content: "✓";
  color: var(--gold);
  margin-right: 6px;
}
.hero-actions {
  gap: 12px;
  margin-top: 34px;
  display: flex;
}
.button {
  border: 0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 22px;
  min-height: 54px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 800;
  transition: all 0.2s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  color: #11100e;
  background: linear-gradient(135deg, #d3b579, #a67e3a);
}
.button-ghost {
  color: #fff;
  background: 0 0;
  border: 1px solid #ffffff38;
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.button-light {
  color: var(--ink);
  background: #fff;
}
.button-outline-light {
  color: #fff;
  background: 0 0;
  border: 1px solid #fff6;
}
.hero-proof {
  gap: 28px;
  margin-top: 46px;
  display: flex;
}
.hero-proof div {
  opacity: 0;
  border-right: 1px solid #ffffff1f;
  padding-right: 34px;
  animation: 0.65s cubic-bezier(0.2, 0.75, 0.25, 1) forwards proofReveal;
  transform: translateY(14px);
}
.hero-proof div:nth-child(2) {
  animation-delay: 0.14s;
}
.hero-proof div:nth-child(3) {
  animation-delay: 0.28s;
}
.hero-proof div:nth-child(4) {
  animation-delay: 0.42s;
}
.hero-proof div:last-child {
  border: 0;
}
.hero-proof strong {
  color: var(--gold-light);
  letter-spacing: -0.04em;
  text-shadow: 0 0 24px #c9a7672e;
  font-size: 27px;
  display: block;
}
.hero-proof span {
  color: #c3bbb1;
  margin-top: 7px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}
@keyframes proofReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-properties {
  z-index: 2;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #14110ee8;
  border: 1px solid #c9a76752;
  justify-self: end;
  width: 100%;
  max-width: 560px;
  position: relative;
  box-shadow: 0 45px 90px #0000006b;
}
.hero-properties:before {
  content: "";
  z-index: -1;
  border: 1px solid #c9a76721;
  position: absolute;
  inset: -20px 18px 20px -18px;
}
.hero-properties-head {
  background: linear-gradient(115deg, #c9a76721, #0000 66%);
  border-bottom: 1px solid #c9a7673d;
  justify-content: space-between;
  align-items: center;
  min-height: 94px;
  padding: 22px 24px;
  display: flex;
  position: relative;
}
.hero-rotation-progress {
  background: #c9a7671a;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.hero-rotation-progress span {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform-origin: 0;
  width: 100%;
  height: 100%;
  animation: 3.2s linear both heroProgress;
  display: block;
}
.hero-properties-head span {
  color: var(--gold);
  letter-spacing: 0.15em;
  font-size: 8px;
  font-weight: 900;
  display: block;
}
.hero-properties-head strong {
  margin-top: 9px;
  font-size: 21px;
  display: block;
}
.hero-properties-head b {
  color: var(--gold-light);
  letter-spacing: -0.08em;
  font-size: 42px;
  line-height: 1;
}
.hero-feature-window {
  min-height: 330px;
  position: relative;
  overflow: hidden;
}
.hero-feature-card {
  color: #fff;
  text-align: left;
  background: #14110e;
  border: 0;
  grid-template-columns: 190px minmax(0, 1fr);
  width: 100%;
  min-height: 330px;
  padding: 0;
  animation: 0.62s cubic-bezier(0.18, 0.74, 0.22, 1) both heroFeatureIn;
  display: grid;
}
.hero-feature-card.fallback {
  cursor: pointer;
}
.hero-feature-image {
  background:
    linear-gradient(145deg, #c9a76752, #0c0a08b8),
    radial-gradient(circle at 72% 26%, #8f7447, #17130f 62%);
  min-height: 330px;
  position: relative;
  overflow: hidden;
}
.hero-feature-image:after {
  content: "";
  background: linear-gradient(#0000 50%, #0a0806d1);
  position: absolute;
  inset: 0;
}
.hero-feature-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  display: block;
}
.hero-feature-card:hover .hero-feature-image img {
  transform: scale(1.035);
}
.hero-feature-image > span,
.hero-feature-image > time {
  z-index: 2;
  color: #fff;
  background: #0b0907c2;
  border: 1px solid #ffffff2e;
  padding: 8px 10px;
  font-size: 9px;
  font-weight: 900;
  position: absolute;
  top: 18px;
}
.hero-feature-image > span {
  color: var(--gold-light);
  left: 14px;
}
.hero-feature-image > time {
  inset: auto auto 14px 14px;
}
.hero-feature-copy {
  flex-direction: column;
  min-width: 0;
  padding: 28px 25px 24px;
  display: flex;
}
.hero-feature-copy > small {
  color: var(--gold);
  letter-spacing: 0.08em;
  font-size: 9px;
  font-weight: 900;
}
.hero-feature-copy h3 {
  color: #fff;
  letter-spacing: -0.04em;
  word-break: keep-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 12px 0 10px;
  font-size: 22px;
  line-height: 1.34;
  display: -webkit-box;
  overflow: hidden;
}
.hero-feature-copy p {
  color: #928a80;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 54px;
  margin: 0;
  font-size: 11px;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
}
.hero-feature-copy > div {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 15px;
  display: flex;
}
.hero-feature-copy strong {
  color: var(--gold-light);
  letter-spacing: -0.04em;
  font-size: 19px;
}
.hero-feature-copy b {
  color: #d8d0c5;
  font-size: 10px;
}
.hero-feature-controls {
  border-top: 1px solid #c9a76733;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 17px;
  min-height: 64px;
  padding: 0 23px;
  display: grid;
}
.hero-feature-controls > div {
  gap: 6px;
  display: flex;
}
.hero-feature-controls > div button {
  background: #4f463c;
  border: 0;
  width: 20px;
  height: 3px;
  padding: 0;
  transition: all 0.25s;
}
.hero-feature-controls > div button.active {
  background: var(--gold);
  width: 36px;
}
.hero-feature-controls > span {
  color: #6e655b;
  font-size: 9px;
  font-weight: 900;
}
.hero-feature-controls > button {
  color: var(--gold-light);
  background: 0 0;
  border: 0;
  padding: 0;
  font-size: 10px;
  font-weight: 900;
}
.hero-feature-controls > button b {
  margin-left: 8px;
  font-size: 16px;
}
@keyframes heroFeatureIn {
  0% {
    opacity: 0;
    transform: translate(34px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate(0) scale(1);
  }
}
@keyframes heroProgress {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes heroCardIn {
  0% {
    opacity: 0.55;
    transform: translate(0);
  }
  to {
    opacity: 1;
    transform: translate(9px);
  }
}
.ticker {
  color: #120f0b;
  background: linear-gradient(90deg, #8d692f, #c7a765, #8d692f);
  overflow: hidden;
}
.ticker > div {
  letter-spacing: 0.08em;
  align-items: center;
  gap: 31px;
  min-width: max-content;
  height: 58px;
  padding: 0 5vw;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}
.ticker i {
  opacity: 0.55;
  font-style: normal;
}
.evidence-section {
  background-color: #f5f0e6;
  background-image:
    linear-gradient(90deg, #c9a76714 1px, #0000 1px),
    linear-gradient(#c9a7670f 1px, #0000 1px), none;
  background-position:
    0 0,
    0 0,
    0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: 72px 72px;
  background-attachment: scroll, scroll, scroll;
  background-origin: padding-box, padding-box, padding-box;
  background-clip: border-box, border-box, border-box;
  grid-template-columns: minmax(430px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 9vw;
  min-height: 740px;
  padding: 110px 7vw;
  display: grid;
  overflow: hidden;
}
.evidence-documents {
  justify-self: center;
  width: min(570px, 100%);
  height: 560px;
  position: relative;
}
.evidence-document {
  background: #fff;
  border: 1px solid #382b1a29;
  transition:
    transform 0.35s,
    box-shadow 0.35s;
  display: block;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 30px 70px #3f2f1933;
}
.evidence-document:hover {
  z-index: 5;
  box-shadow: 0 36px 80px #3f2f1947;
}
.evidence-document img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.document-back {
  width: 360px;
  height: 500px;
  top: 0;
  left: 0;
  transform: rotate(-5deg);
}
.document-back:hover {
  transform: rotate(-2deg) translateY(-7px);
}
.document-front {
  width: 390px;
  height: 535px;
  bottom: 0;
  right: 0;
  transform: rotate(3deg);
}
.document-front:hover {
  transform: rotate(1deg) translateY(-7px);
}
.verified-seal {
  z-index: 7;
  width: 106px;
  height: 106px;
  color: var(--gold-light);
  text-align: center;
  background: #15120f;
  border: 1px solid #c9a767b3;
  border-radius: 50%;
  place-content: center;
  display: grid;
  position: absolute;
  bottom: 27px;
  left: 46%;
  transform: translate(-50%) rotate(-8deg);
  box-shadow: 0 14px 34px #00000047;
}
.verified-seal:before {
  content: "";
  border-radius: inherit;
  border: 1px dashed #c9a76773;
  position: absolute;
  inset: 7px;
}
.verified-seal span {
  letter-spacing: 0.15em;
  font-size: 7px;
  font-weight: 900;
}
.verified-seal strong {
  margin-top: 4px;
  font-size: 15px;
}
.evidence-copy h2 {
  letter-spacing: -0.06em;
  word-break: keep-all;
  margin: 22px 0 25px;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.12;
}
.evidence-copy > p:not(.eyebrow):not(.evidence-note) {
  color: #655d52;
  word-break: keep-all;
  max-width: 680px;
  font-size: 15px;
  line-height: 1.85;
}
.official-value {
  border-left: 4px solid var(--gold);
  color: #fff;
  background: #15120f;
  margin-top: 32px;
  padding: 25px 30px;
  position: relative;
  box-shadow: 0 20px 45px #231a1029;
}
.official-value > span {
  color: var(--gold);
  letter-spacing: 0.1em;
  font-size: 9px;
  font-weight: 900;
  display: block;
}
.official-value strong {
  letter-spacing: -0.045em;
  margin-top: 8px;
  font-size: clamp(29px, 3.1vw, 45px);
  display: block;
}
.official-value strong small {
  color: #958b7e;
  margin-left: 5px;
  font-size: 0.42em;
}
.official-value b {
  color: var(--gold-light);
  border: 1px solid #c9a76759;
  padding: 7px 10px;
  font-size: 10px;
  position: absolute;
  top: 22px;
  right: 24px;
}
.evidence-checks {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  display: flex;
}
.evidence-checks span {
  color: #5f564b;
  border: 1px solid #2f251929;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 9px;
  font-weight: 800;
}
.evidence-checks span:before {
  content: "✓";
  color: var(--blue-deep);
  margin-right: 6px;
}
.evidence-note {
  color: #8b8276;
  margin-top: 14px;
  font-size: 9px;
}
.section {
  padding: 110px 6vw;
}
.section-heading {
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 58px;
  display: flex;
}
.section-heading h2 {
  letter-spacing: -0.055em;
  margin: 18px 0 0;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.15;
}
.section-heading > p {
  max-width: 510px;
  color: var(--muted);
  word-break: keep-all;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.section-heading.compact {
  align-items: center;
}
.section-heading.compact a {
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 800;
}
.properties-section {
  background: var(--paper);
}
.filter-bar {
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
  gap: 7px;
  padding-bottom: 22px;
  display: flex;
}
.filter-bar button {
  border: 1px solid var(--line);
  background: 0 0;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 800;
}
.filter-bar button.active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.status-tabs {
  gap: 10px;
  margin: 22px 0 0;
  display: flex;
}
.status-tabs button {
  color: #786f64;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 900;
  transition: all 0.2s;
  display: flex;
}
.status-tabs button span {
  color: #a79c8e;
  font-size: 9px;
}
.status-tabs button b {
  text-align: center;
  background: #f3eadb;
  color: #8d672d;
  border-radius: 999px;
  min-width: 20px;
  padding: 3px 6px;
  font-size: 10px;
}
.status-tabs button.active {
  color: var(--ink);
  border-color: var(--ink);
}
.status-tabs button.active b {
  background: var(--ink);
  color: #fff;
}
.status-tabs button[data-status-tab="sold"].active {
  border-color: #c0392b;
}
.status-tabs button[data-status-tab="sold"].active b {
  background: #c0392b;
}
.sample-notice {
  color: #786f64;
  margin: 16px 0 24px;
  font-size: 11px;
}
.sample-notice strong {
  color: var(--blue-deep);
  margin-right: 8px;
}
.property-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.property-card {
  --card-accent: #c9a767;
  background: #17130f;
  border: 1px solid #44341f26;
  transition: all 0.28s;
  overflow: hidden;
}
.property-card.accent-2 {
  --card-accent: #d7985b;
}
.property-card.accent-3 {
  --card-accent: #e1c98f;
}
.property-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 50px #4c391d2e;
}
.property-card-button {
  text-align: left;
  width: 100%;
  color: inherit;
  background: 0 0;
  border: 0;
  padding: 0;
  display: block;
}
.property-image {
  color: #fff;
  background-color: #1b1712;
  height: 390px;
  position: relative;
  overflow: hidden;
}
.property-image:before,
.property-image:after {
  content: "";
  position: absolute;
}
.property-image:before {
  clip-path: polygon(18% 18%, 100% 0, 92% 100%, 0 100%);
  background:
    repeating-linear-gradient(#ebd8b15c 0 3px, #0000 3px 16px),
    linear-gradient(140deg, #806b4c, #282016);
  width: 92%;
  height: 66%;
  top: 7%;
  right: -10%;
}
.property-image:after {
  z-index: 1;
  background: linear-gradient(#0907050f 25%, #090705f2 100%);
  inset: 0;
}
.visual-2 {
  background: linear-gradient(145deg, #5a4528, #16120e);
}
.visual-3 {
  background: linear-gradient(145deg, #433329, #151311);
}
.visual-4 {
  background: linear-gradient(145deg, #675938, #17130f);
}
.status,
.region,
.discount {
  z-index: 2;
  position: absolute;
}
.status {
  background: var(--card-accent);
  color: #15110d;
  padding: 7px 10px;
  font-size: 9px;
  font-weight: 900;
  top: 15px;
  left: 15px;
}
.status.sample {
  background: #0c1017c7;
  border: 1px solid #fff3;
}
.region {
  color: #eee0c6;
  font-size: 10px;
  font-weight: 700;
  top: 17px;
  right: 15px;
}
.discount {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  bottom: 14px;
  left: 15px;
}
.property-card-overlay {
  z-index: 2;
  padding: 27px 23px 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.property-card-overlay > span {
  color: var(--card-accent);
  letter-spacing: 0.08em;
  font-size: 9px;
  font-weight: 900;
}
.property-card-overlay > strong {
  color: #fff2d0;
  letter-spacing: -0.05em;
  margin-top: 8px;
  font-size: 30px;
  display: block;
}
.property-card-overlay h3 {
  letter-spacing: -0.04em;
  margin: 15px 0 6px;
  font-size: 22px;
}
.property-card-overlay p {
  color: #aaa198;
  margin: 0;
  font-size: 10px;
}
.property-card-overlay > div {
  border-top: 1px solid #ffffff2b;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  padding-top: 13px;
  display: flex;
}
.property-card-overlay small {
  color: #a79c8e;
  font-size: 9px;
}
.property-card-overlay b {
  color: var(--card-accent);
  font-size: 10px;
}
.live-feed-heading {
  background: #ffffff9e;
  border: 1px solid #83652f33;
  align-items: center;
  gap: 18px;
  margin: 0 0 22px;
  padding: 14px 18px;
  display: flex;
}
.live-feed-heading > span {
  color: var(--blue-deep);
  letter-spacing: 0.12em;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  font-weight: 900;
  display: flex;
}
.live-feed-heading i {
  background: #44a86b;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 5px #44a86b1f;
}
.live-feed-heading p {
  color: #6d655b;
  margin: 0;
  font-size: 11px;
}
.live-feed-heading a {
  margin-left: auto;
  font-size: 10px;
  font-weight: 900;
}
.property-feed-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}
.property-feed-card {
  --card-accent: #c9a767;
  background: #17130f;
  border: 1px solid #44341f26;
  flex-direction: column;
  transition:
    transform 0.28s,
    box-shadow 0.28s,
    border-color 0.28s;
  animation: 0.7s cubic-bezier(0.2, 0.75, 0.25, 1) both propertyCardReveal;
  display: flex;
  overflow: hidden;
  box-shadow: 0 12px 32px #2a1f1114;
}
.property-feed-card:nth-child(2) {
  animation-delay: 80ms;
}
.property-feed-card:nth-child(3) {
  animation-delay: 0.16s;
}
.property-feed-card:nth-child(4) {
  animation-delay: 0.24s;
}
.property-feed-card:nth-child(5) {
  animation-delay: 0.32s;
}
.property-feed-card:nth-child(6) {
  animation-delay: 0.4s;
}
.property-feed-card.accent-2 {
  --card-accent: #d7985b;
}
.property-feed-card.accent-3 {
  --card-accent: #e1c98f;
}
.property-feed-card:hover {
  border-color: var(--card-accent);
  transform: translateY(-8px);
}
@supports (color: color-mix(in lab, red, red)) {
  .property-feed-card:hover {
    border-color: color-mix(in srgb, var(--card-accent) 65%, transparent);
  }
}
.property-feed-card:hover {
  box-shadow: 0 28px 58px #32231033;
}
.property-feed-link {
  flex-direction: column;
  flex: 1;
  display: flex;
}
.property-feed-visual {
  background-color: #1b1712;
  background-position: 50%;
  background-size: cover;
  height: 330px;
  position: relative;
  overflow: hidden;
}
.property-feed-visual > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition:
    transform 0.55s,
    filter 0.55s;
  position: absolute;
  inset: 0;
}
.property-feed-visual:after {
  z-index: 1;
  background:
    linear-gradient(
      to bottom,
      #07050342 0%,
      #07050357 32%,
      #070503db 67%,
      #050403fc 100%
    ),
    linear-gradient(120deg, var(--card-accent), transparent 52%);
  inset: 0;
}
@supports (color: color-mix(in lab, red, red)) {
  .property-feed-visual:after {
    background:
      linear-gradient(
        to bottom,
        #07050342 0%,
        #07050357 32%,
        #070503db 67%,
        #050403fc 100%
      ),
      linear-gradient(
        120deg,
        color-mix(in srgb, var(--card-accent) 22%, transparent),
        transparent 52%
      );
  }
}
.property-feed-card:hover .property-feed-visual > img {
  filter: saturate(1.08);
  transform: scale(1.06);
}
.property-feed-visual:before,
.property-feed-visual:after {
  content: "";
  position: absolute;
}
.property-feed-visual:before {
  z-index: 0;
  clip-path: polygon(18% 18%, 100% 0, 92% 100%, 0 100%);
  background:
    repeating-linear-gradient(#ebd8b15c 0 3px, #0000 3px 16px),
    linear-gradient(140deg, #806b4c, #282016);
  width: 250px;
  height: 170px;
  bottom: -24px;
  right: -15px;
}
.property-feed-badges {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 17px;
  left: 17px;
  right: 17px;
}
.property-feed-badges span {
  background: var(--card-accent);
  color: #15110d;
  letter-spacing: 0.04em;
  padding: 7px 10px;
  font-size: 9px;
  font-weight: 900;
}
.property-feed-badges time {
  color: #ffffffe6;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #0a08067a;
  border: 1px solid #ffffff47;
  padding: 6px 9px;
  font-size: 8px;
  font-weight: 800;
}
.property-feed-badges time.badge-dday.urgent {
  background: #c0392bd9;
  border-color: #ff6b5c;
  color: #fff;
}
.property-feed-badges time.badge-sold {
  background: #c0392bd9;
  border-color: #ff6b5c;
  color: #fff;
}
.property-feed-card.is-sold-out .property-feed-visual > img {
  filter: grayscale(1) brightness(0.5);
}
.property-feed-card.is-sold-out .property-feed-visual:hover > img,
.property-feed-card.is-sold-out:hover .property-feed-visual > img {
  transform: none;
}
.sold-out-stamp {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-9deg);
  border: 3px solid #fff;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
  padding: 9px 20px;
  background: #c0392be0;
  text-shadow: 0 2px 6px #000;
  white-space: nowrap;
}
.property-feed-overlay {
  z-index: 3;
  color: #fff;
  text-shadow: 0 3px 16px #000000c7;
  padding: 28px 24px 23px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.property-feed-price {
  border-left: 3px solid var(--card-accent);
  margin-bottom: 13px;
  padding-left: 12px;
}
.property-feed-price small {
  color: var(--card-accent);
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  font-size: 8px;
  font-weight: 900;
  display: block;
}
.property-feed-price strong {
  color: #fff2d0;
  letter-spacing: -0.045em;
  text-shadow: 0 4px 18px #000000d9;
  font-size: clamp(24px, 2.1vw, 32px);
  line-height: 1.05;
  display: block;
}
.property-feed-overlay h3 {
  color: #fff;
  letter-spacing: -0.04em;
  word-break: keep-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 22px;
  line-height: 1.34;
  display: -webkit-box;
  overflow: hidden;
}
.property-feed-open {
  color: #fff;
  letter-spacing: 0.03em;
  min-height: 44px;
  text-shadow: none;
  background: #0705039e;
  border: 1px solid #ffffff47;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  padding: 0 13px;
  font-size: 11px;
  font-weight: 900;
  display: flex;
}
.property-feed-open span {
  color: var(--card-accent);
  font-size: 16px;
}
.property-feed-card > button {
  color: #fff;
  background: #120f0c;
  border: 0;
  border-top: 1px solid #ffffff1f;
  justify-content: space-between;
  align-items: center;
  min-height: 62px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 900;
  transition:
    color 0.2s,
    background 0.2s;
  display: flex;
}
.property-feed-card > button span {
  transition: transform 0.2s;
}
.property-feed-card > button:hover span {
  transform: translate(4px);
}
@keyframes propertyCardReveal {
  0% {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.property-feed-card > button:hover {
  color: #15110d;
  background: var(--card-accent);
}
.property-feed-card > button span {
  color: var(--card-accent);
  font-size: 16px;
}
.property-feed-card > button:hover span {
  color: #15110d;
}
.process-section {
  background: var(--ink);
  color: #fff;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 9vw;
  display: grid;
}
.process-intro {
  align-self: start;
  position: sticky;
  top: 120px;
}
.process-intro h2 {
  letter-spacing: -0.055em;
  margin: 22px 0;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.15;
}
.process-intro > p:not(.eyebrow) {
  color: #aaa198;
  font-size: 14px;
  line-height: 1.85;
}
.process-intro > a {
  border-bottom: 1px solid #ffffff40;
  gap: 30px;
  margin-top: 26px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}
.process-list {
  border-top: 1px solid #ffffff26;
  margin: 0;
  padding: 0;
  list-style: none;
}
.process-list li {
  border-bottom: 1px solid #ffffff26;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  padding: 31px 0;
  display: grid;
}
.process-list > li > span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}
.process-list h3 {
  margin: 0 0 9px;
  font-size: 21px;
}
.process-list p {
  color: #aaa198;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}
.ceo-section {
  background: #e9dfcc;
  grid-template-columns: minmax(390px, 0.82fr) minmax(0, 1.18fr);
  min-height: 680px;
  display: grid;
}
.ceo-portrait {
  background: linear-gradient(145deg, #c9a76733, #0000 52%), #15120f;
  min-height: 680px;
  position: relative;
  overflow: hidden;
}
.ceo-portrait:before {
  content: "YKPHONE";
  color: #c9a76717;
  letter-spacing: -0.08em;
  writing-mode: vertical-rl;
  font-size: clamp(74px, 10vw, 150px);
  font-weight: 900;
  position: absolute;
  top: 8%;
  left: 8%;
}
.ceo-halo {
  border: 1px solid #c9a76745;
  border-radius: 50%;
  width: 420px;
  height: 420px;
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translate(-50%);
  box-shadow:
    0 0 120px #c9a7671f,
    inset 0 0 90px #c9a76712;
}
.ceo-portrait img {
  z-index: 2;
  filter: drop-shadow(0 22px 38px #00000080);
  width: min(690px, 126%);
  max-width: none;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%);
}
.ceo-message {
  flex-direction: column;
  justify-content: center;
  padding: 95px 8vw 80px 7vw;
  display: flex;
}
.ceo-message h2 {
  letter-spacing: -0.06em;
  margin: 23px 0 28px;
  font-size: clamp(40px, 4.3vw, 62px);
  line-height: 1.14;
}
.ceo-message blockquote {
  border-left: 3px solid var(--gold);
  color: #544b40;
  word-break: keep-all;
  max-width: 720px;
  margin: 0;
  padding: 0 0 0 24px;
  font-size: 16px;
  line-height: 1.9;
}
.ceo-sign {
  border-bottom: 1px solid #221b142b;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  margin-top: 34px;
  padding-bottom: 31px;
  display: flex;
}
.ceo-sign strong {
  font-size: 23px;
  display: block;
}
.ceo-sign div span {
  color: #776e63;
  margin-top: 5px;
  font-size: 10px;
  display: block;
}
.ceo-sign > a {
  border-bottom: 1px solid var(--ink);
  padding-bottom: 7px;
  font-size: 11px;
  font-weight: 900;
}
.ceo-sign > a span {
  margin-left: 28px;
}
.ceo-stats {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 30px;
  display: grid;
}
.ceo-stats div {
  text-align: center;
  background: linear-gradient(145deg, #ffffffe0, #eee1c880), #f8f2e8;
  border: 1px solid #89673533;
  border-radius: 10px;
  min-width: 0;
  padding: 21px 15px 19px;
  box-shadow: 0 14px 34px #4d371914;
}
.ceo-stats strong {
  color: #8d672d;
  letter-spacing: -0.055em;
  text-shadow: 0 8px 22px #a9803d26;
  white-space: nowrap;
  font-size: clamp(38px, 3vw, 46px);
  line-height: 1;
  display: block;
}
.ceo-stats div:nth-child(3) strong {
  font-size: clamp(34px, 2.65vw, 41px);
}
.ceo-stats span {
  color: #4f463c;
  word-break: keep-all;
  margin-top: 11px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  display: block;
}
.count-up {
  font-variant-numeric: tabular-nums;
  min-width: 2ch;
  display: inline-block;
}
.count-up.is-counting {
  animation: 1.2s cubic-bezier(0.18, 0.8, 0.25, 1) both countEmphasis;
}
@keyframes countEmphasis {
  0% {
    opacity: 0.32;
    filter: blur(2px);
    transform: translateY(10px) scale(0.92);
  }
  55% {
    opacity: 1;
    filter: blur();
    transform: translateY(-2px) scale(1.045);
  }
  to {
    opacity: 1;
    filter: blur();
    transform: translateY(0) scale(1);
  }
}
.course-finder-section {
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, #c9a7672e, #0000 28%),
    linear-gradient(135deg, #0a0907, #1a1510 65%, #0d0b09);
  grid-template-columns: minmax(320px, 0.72fr) minmax(560px, 1.28fr);
  align-items: center;
  gap: 7vw;
  padding: 105px 6vw;
  scroll-margin-top: 88px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.course-finder-section:before {
  content: "";
  border: 1px solid #c9a7672b;
  border-radius: 50%;
  width: 520px;
  height: 520px;
  position: absolute;
  bottom: -350px;
  left: -280px;
  box-shadow:
    0 0 0 72px #c9a76706,
    0 0 0 145px #c9a76705;
}
.course-finder-intro {
  z-index: 1;
  position: relative;
}
.course-finder-intro h2 {
  letter-spacing: -0.055em;
  word-break: keep-all;
  margin: 22px 0 24px;
  font-size: clamp(40px, 4.3vw, 62px);
  line-height: 1.14;
}
.course-finder-intro > p:not(.eyebrow) {
  color: #c7beb3;
  word-break: keep-all;
  max-width: 560px;
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
}
.finder-trust {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 31px;
  display: flex;
}
.finder-trust span {
  color: #d9ceb9;
  background: #c9a7670f;
  border: 1px solid #c9a76740;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 10px;
  font-weight: 800;
}
.course-quiz {
  z-index: 1;
  min-height: 565px;
  color: var(--ink);
  background: #fffdfa;
  border: 1px solid #e4ca9659;
  border-radius: 14px;
  padding: 34px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 38px 90px #00000059;
}
.course-quiz:before {
  content: "";
  background: var(--gold);
  opacity: 0.12;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  position: absolute;
  top: -150px;
  right: -150px;
}
.course-quiz.has-result {
  background: linear-gradient(140deg, #c9a7671a, #0000 42%), #fffdfa;
  place-items: center;
  display: grid;
}
.quiz-progress {
  z-index: 1;
  border-bottom: 1px solid var(--line);
  padding-bottom: 25px;
  position: relative;
}
.quiz-progress > div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.quiz-progress span {
  color: #6d6459;
  letter-spacing: 0.04em;
  font-size: 11px;
  font-weight: 900;
}
.quiz-progress strong {
  color: var(--blue-deep);
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 20px;
}
.quiz-progress i {
  background: #e9e1d5;
  height: 3px;
  margin-top: 14px;
  display: block;
  overflow: hidden;
}
.quiz-progress i b {
  background: linear-gradient(90deg, #9f793a, var(--gold-light));
  height: 100%;
  transition: width 0.35s;
  display: block;
}
.quiz-question {
  z-index: 1;
  padding-top: 25px;
  animation: 0.34s both quizQuestionIn;
  position: relative;
}
.quiz-question > small {
  color: var(--blue-deep);
  letter-spacing: 0.15em;
  font-size: 9px;
  font-weight: 900;
}
.quiz-question h3 {
  letter-spacing: -0.045em;
  word-break: keep-all;
  margin: 10px 0 7px;
  font-size: 26px;
}
.quiz-question > p {
  color: #777067;
  margin: 0;
  font-size: 12px;
}
.quiz-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 21px;
  display: grid;
}
.quiz-options button {
  min-height: 132px;
  color: var(--ink);
  text-align: left;
  background: #fff;
  border: 1px solid #dfd6c9;
  border-radius: 8px;
  grid-template-columns: 31px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  padding: 18px 16px;
  transition:
    transform 0.2s,
    border-color 0.2s,
    box-shadow 0.2s,
    background 0.2s;
  display: grid;
}
.quiz-options button:hover,
.quiz-options button:focus-visible {
  background: #fffbf2;
  border-color: #aa8549;
  outline: 0;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px #412d161c;
}
.quiz-options button > span {
  width: 31px;
  height: 31px;
  color: var(--blue-deep);
  background: #efe6d8;
  border-radius: 50%;
  place-items: center;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 11px;
  font-weight: 700;
  display: grid;
}
.quiz-options button strong {
  word-break: keep-all;
  font-size: 14px;
  line-height: 1.45;
  display: block;
}
.quiz-options button small {
  color: #857d73;
  word-break: keep-all;
  margin-top: 6px;
  font-size: 9px;
  line-height: 1.5;
  display: block;
}
.quiz-options button > b {
  color: #b28d51;
  font-size: 15px;
}
.quiz-result {
  z-index: 1;
  text-align: center;
  width: min(500px, 100%);
  padding: 13px 0;
  animation: 0.5s cubic-bezier(0.2, 0.75, 0.2, 1) both quizResultIn;
  position: relative;
}
.quiz-result > small {
  color: var(--blue-deep);
  letter-spacing: 0.14em;
  font-size: 10px;
  font-weight: 900;
  display: block;
}
.quiz-result-badge {
  color: #80612f;
  background: #f3eadb;
  border: 1px solid #966f303d;
  border-radius: 999px;
  margin-top: 16px;
  padding: 7px 12px;
  font-size: 10px;
  font-weight: 900;
  display: inline-flex;
}
.quiz-result > p {
  color: #857c71;
  margin: 26px 0 3px;
  font-size: 12px;
  font-weight: 800;
}
.quiz-result h3 {
  color: #1c1712;
  letter-spacing: -0.06em;
  margin: 0;
  font-size: clamp(42px, 5vw, 60px);
}
.quiz-result > strong {
  color: #9a7335;
  word-break: keep-all;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  display: block;
}
.quiz-result > div {
  color: #5c554d;
  word-break: keep-all;
  border-top: 1px solid #ddd2c2;
  border-bottom: 1px solid #ddd2c2;
  margin: 22px 0;
  padding: 19px;
  font-size: 13px;
  line-height: 1.75;
}
.quiz-result > a {
  color: #15110d;
  background: linear-gradient(135deg, #d3b579, #9f7634);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  padding: 0 21px;
  font-size: 14px;
  font-weight: 900;
  display: flex;
  box-shadow: 0 14px 30px #89622733;
}
.quiz-result > button {
  color: #70675c;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #9d9285;
  margin-top: 15px;
  padding: 7px 2px;
  font-size: 10px;
  font-weight: 800;
}
@keyframes quizQuestionIn {
  0% {
    opacity: 0;
    transform: translate(12px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes quizResultIn {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.courses-section {
  background:
    radial-gradient(circle at 90% 8%, #b18a4c21, #0000 27%),
    linear-gradient(#f8f4ec 0%, #f1eadf 100%);
  position: relative;
}
.course-steps {
  background: linear-gradient(135deg, #0d0b09, #211b15);
  border: 1px solid #ceae7347;
  border-radius: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 28px;
  padding: 9px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 24px 60px #271d1226;
}
.course-step {
  color: #fff;
  border-right: 1px solid #e4cc9d24;
  align-items: center;
  gap: 15px;
  min-height: 92px;
  padding: 18px 32px 18px 20px;
  display: flex;
  position: relative;
}
.course-step:last-child {
  border-right: 0;
}
.course-step > span {
  color: #c9a767;
  font-family:
    Georgia,
    Times New Roman,
    serif;
  font-size: 26px;
  font-weight: 700;
}
.course-step strong {
  font-size: 15px;
  display: block;
}
.course-step small {
  color: #9e9487;
  margin-top: 6px;
  font-size: 10px;
  display: block;
}
.course-step i {
  color: #6f5d42;
  font-style: normal;
  position: absolute;
  right: 13px;
}
.course-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  display: grid;
}
.course-card {
  --course-accent: #8b6a3d;
  --course-tint: #f2ebe0;
  border: 1px solid #523e2526;
  border-top: 3px solid var(--course-accent);
  background: #fffdfa;
  border-radius: 12px;
  flex-direction: column;
  min-width: 0;
  padding: 32px;
  scroll-margin-top: 112px;
  transition:
    transform 0.3s,
    box-shadow 0.3s,
    border-color 0.3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 55px #37271414;
}
.course-card:target {
  border-color: var(--course-accent);
  box-shadow:
    0 0 0 5px var(--course-accent),
    0 30px 75px #3727142e;
}
@supports (color: color-mix(in lab, red, red)) {
  .course-card:target {
    box-shadow:
      0 0 0 5px color-mix(in srgb, var(--course-accent) 15%, transparent),
      0 30px 75px #3727142e;
  }
}
.course-card:target {
  animation: 1.1s both courseTargetPulse;
}
@keyframes courseTargetPulse {
  0% {
    transform: scale(0.985);
  }
  45% {
    transform: scale(1.012);
  }
  to {
    transform: scale(1);
  }
}
.course-card:hover {
  border-color: var(--course-accent);
  transform: translateY(-5px);
}
@supports (color: color-mix(in lab, red, red)) {
  .course-card:hover {
    border-color: color-mix(in srgb, var(--course-accent) 45%, transparent);
  }
}
.course-card:hover {
  box-shadow: 0 30px 70px #37271421;
}
.course-card:before {
  content: "";
  background: var(--course-accent);
  opacity: 0.08;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  position: absolute;
  top: -135px;
  right: -120px;
}
.course-intermediate {
  --course-accent: #75614a;
  --course-tint: #eee8df;
}
.course-advanced {
  --course-accent: #a47e42;
  --course-tint: #f5ecdc;
}
.course-coaching {
  --course-accent: #4f4132;
  --course-tint: #ebe5dc;
}
.course-consulting {
  --course-accent: #7a493f;
  --course-tint: #f3e8e4;
}
.course-card.featured {
  background: linear-gradient(150deg, var(--course-tint), #fffdfa 44%);
}
.course-card.wide {
  background: linear-gradient(110deg, #7a493f1c, #0000 42%), #fffdfa;
  grid-column: 1/-1;
}
.course-top {
  z-index: 1;
  color: var(--course-accent);
  letter-spacing: 0.13em;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  font-weight: 900;
  display: flex;
  position: relative;
}
.course-top b {
  background: var(--course-accent);
  color: #fff;
  letter-spacing: 0;
  border-radius: 999px;
  padding: 6px 10px;
}
.course-title {
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin: 22px 0 18px;
  display: flex;
}
.course-card h3 {
  letter-spacing: -0.05em;
  margin: 0;
  font-size: 30px;
}
.course-title p {
  color: var(--course-accent);
  text-align: right;
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 900;
}
.course-audience {
  background: var(--course-tint);
  border-radius: 7px;
  flex-direction: column;
  gap: 4px;
  min-height: 86px;
  padding: 15px 17px;
  display: flex;
}
.course-audience small {
  color: var(--course-accent);
  margin-bottom: 3px;
  font-size: 9px;
  font-weight: 900;
}
.course-audience span {
  color: #403a33;
  font-size: 13px;
  font-weight: 750;
}
.course-audience span:before {
  content: "•";
  color: var(--course-accent);
  margin-right: 7px;
}
.course-meta {
  border: 1px solid var(--line);
  grid-template-columns: 1.3fr 0.7fr;
  margin-top: 14px;
  display: grid;
}
.course-meta div {
  min-width: 0;
  padding: 13px 14px;
}
.course-meta div + div {
  border-left: 1px solid var(--line);
}
.course-meta small,
.course-goal small {
  color: #8b8379;
  margin-bottom: 5px;
  font-size: 9px;
  font-weight: 800;
  display: block;
}
.course-meta strong {
  word-break: keep-all;
  font-size: 12px;
  line-height: 1.45;
  display: block;
}
.course-price {
  background: var(--course-accent);
  color: #fff;
  border-radius: 7px;
  margin: 15px 0;
  padding: 18px;
}
.course-price strong {
  letter-spacing: -0.035em;
  font-size: 27px;
  display: block;
}
.course-price span {
  color: #ffffffc7;
  margin-top: 6px;
  font-size: 10px;
  display: block;
}
.course-price-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 15px 0;
  display: grid;
}
.course-price-options a {
  border: 1px solid var(--course-accent);
  flex-direction: column;
  justify-content: center;
  min-height: 128px;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}
@supports (color: color-mix(in lab, red, red)) {
  .course-price-options a {
    border: 1px solid color-mix(in srgb, var(--course-accent) 32%, transparent);
  }
}
.course-price-options a {
  background: linear-gradient(145deg, var(--course-accent), #2a2118);
  color: #fff;
  border-radius: 8px;
  transition:
    transform 0.22s,
    box-shadow 0.22s;
}
.course-price-options a:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px #2d20122e;
}
.course-price-options a:nth-child(2) {
  background: linear-gradient(145deg, #29231d, #4c4033);
}
.course-price-options small {
  color: #e7d2ab;
  font-size: 10px;
  font-weight: 900;
}
.course-price-options strong {
  letter-spacing: -0.035em;
  margin-top: 7px;
  font-size: 23px;
}
.course-price-options span {
  color: #ffffffb3;
  margin-top: 7px;
  font-size: 9px;
  line-height: 1.45;
}
.course-price-options b {
  color: #ffffffb8;
  font-size: 8px;
  position: absolute;
  top: 15px;
  right: 14px;
}
.course-goal {
  border: 1px solid var(--course-accent);
  margin-bottom: 23px;
  padding: 14px 16px;
}
@supports (color: color-mix(in lab, red, red)) {
  .course-goal {
    border: 1px solid color-mix(in srgb, var(--course-accent) 24%, transparent);
  }
}
.course-goal {
  border-left: 4px solid var(--course-accent);
}
.course-goal small {
  color: var(--course-accent);
}
.course-goal strong {
  font-size: 14px;
}
.course-content h4,
.course-benefits h4 {
  margin: 0 0 12px;
  font-size: 13px;
}
.course-content ul {
  color: #4e473f;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  margin: 0 0 24px;
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
  list-style: none;
  display: grid;
}
.course-content li {
  align-items: flex-start;
  display: flex;
}
.course-content li:before {
  content: "✓";
  color: var(--course-accent);
  flex: none;
  margin-right: 7px;
  font-weight: 900;
}
.course-support {
  border-top: 1px solid var(--line);
  margin: 0 0 24px;
}
.course-support div {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 120px 1fr;
  align-items: center;
  min-height: 43px;
  display: grid;
}
.course-support dt {
  color: #726a60;
  font-size: 10px;
  font-weight: 900;
}
.course-support dd {
  color: #29241f;
  margin: 0;
  font-size: 11px;
  font-weight: 800;
}
.course-support dd:before {
  content: "●";
  color: var(--course-accent);
  vertical-align: 2px;
  margin-right: 7px;
  font-size: 7px;
}
.course-benefits {
  color: #fff;
  background: #17120f;
  border-radius: 8px;
  margin: 0 0 24px;
  padding: 18px;
}
.course-benefits h4 {
  color: #ffb39e;
}
.course-benefits h4 small {
  color: #8e8279;
  margin-left: 6px;
  font-size: 8px;
}
.course-benefits > div {
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  display: grid;
}
.course-benefits span {
  text-align: center;
  border: 1px solid #ffffff1c;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  padding: 11px 5px;
  display: flex;
}
.course-benefits span small {
  color: #d5c8bd;
  font-size: 10px;
  font-weight: 800;
}
.course-benefits span strong {
  color: #fff;
  word-break: keep-all;
  font-size: 12px;
  line-height: 1.35;
}
.course-actions {
  border-top: 1px solid var(--line);
  gap: 6px;
  margin-top: auto;
  padding-top: 14px;
  display: grid;
}
.course-actions a {
  background: var(--ink);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  min-height: 43px;
  padding: 0 13px;
  font-size: 11px;
  font-weight: 900;
  display: flex;
}
.course-actions a.secondary {
  color: var(--ink);
  background: 0 0;
  border: 1px solid #d1c7b8;
}
.course-actions a:first-child {
  background: var(--course-accent);
}
.course-card.wide .course-content ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.course-card.wide .course-support {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}
.course-card.wide .course-support div {
  padding: 0 14px;
}
.course-card.wide .course-support div:nth-child(odd) {
  border-right: 1px solid var(--line);
}
.course-card.wide .course-support div:last-child {
  border-right: 0;
  grid-column: 1/-1;
}
.consulting-route {
  background: #fffdfa;
  border: 1px solid #775a3333;
  grid-template-columns: 0.65fr 1.5fr auto;
  align-items: center;
  gap: 22px;
  margin-top: 26px;
  padding: 22px 25px;
  display: grid;
  box-shadow: 0 15px 35px #3727140f;
}
.consulting-route span {
  color: #8d7557;
  font-size: 10px;
  font-weight: 900;
}
.consulting-route strong {
  font-size: 14px;
}
.consulting-route a {
  color: #ead8ae;
  background: #17130f;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0 17px;
  font-size: 11px;
  font-weight: 900;
  display: inline-flex;
}
.vat-note {
  color: #837b71;
  margin: 16px 0 0;
  font-size: 10px;
}
.proof-section {
  color: #17130e;
  background: linear-gradient(135deg, #8b692f, #d1b574);
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 520px;
  display: grid;
}
.proof-number,
.proof-copy {
  padding: 90px 7vw;
}
.proof-number {
  background: linear-gradient(145deg, #0000001c, #0000);
  border-right: 1px solid #19140d33;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.proof-number p {
  letter-spacing: 0.12em;
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}
.proof-number strong {
  letter-spacing: -0.08em;
  margin: 14px 0;
  font-size: clamp(80px, 11vw, 160px);
  line-height: 0.9;
}
.proof-number strong span {
  font-size: 0.4em;
}
.proof-number small {
  color: #4f3b20;
}
.proof-copy {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.proof-copy .eyebrow {
  color: #423018;
}
.proof-copy .eyebrow span {
  background: #17130e;
}
.proof-copy h2 {
  letter-spacing: -0.055em;
  margin: 21px 0;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.15;
}
.proof-copy > p:not(.eyebrow) {
  color: #3e301f;
  max-width: 620px;
  font-size: 14px;
  line-height: 1.8;
}
.proof-tags {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
  display: flex;
}
.proof-tags span {
  border: 1px solid #17130e57;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 10px;
}
.reviews-section {
  background:
    radial-gradient(circle at 82% 15%, #c9a76729, transparent 29%), var(--ink);
  color: #fff;
  padding-bottom: 72px;
  padding-right: 0;
  overflow: hidden;
}
.reviews-heading {
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  padding-right: 6vw;
  display: flex;
}
.reviews-heading h2 {
  letter-spacing: -0.06em;
  margin: 21px 0 0;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1.14;
}
.reviews-heading > p {
  color: #a9a096;
  word-break: keep-all;
  max-width: 470px;
  margin: 0 0 7px;
  font-size: 13px;
  line-height: 1.85;
}
.review-tabs {
  border-top: 1px solid #ffffff29;
  grid-template-columns: repeat(2, minmax(220px, 340px));
  margin: 48px 6vw 32px 0;
  display: grid;
}
.review-tabs button {
  color: #837b71;
  text-align: left;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #ffffff29;
  align-items: center;
  gap: 13px;
  min-height: 64px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 900;
  transition: all 0.2s;
  display: flex;
}
.review-tabs button + button {
  border-left: 1px solid #ffffff29;
}
.review-tabs button span {
  color: #6b6259;
  font-size: 9px;
}
.review-tabs button b {
  text-align: center;
  background: #ffffff12;
  border-radius: 999px;
  min-width: 26px;
  margin-left: auto;
  padding: 5px 7px;
  font-size: 9px;
}
.review-tabs button.active {
  color: #fff;
  border-bottom-color: var(--gold);
}
.review-tabs button.active span,
.review-tabs button.active b {
  color: var(--gold);
}
.review-window {
  padding: 7px 0 12px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 3% 94%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 3% 94%, #0000);
}
.review-track {
  will-change: transform;
  gap: 18px;
  width: max-content;
  animation: 52s linear infinite review-marquee;
  display: flex;
}
.review-window:hover .review-track {
  animation-play-state: paused;
}
.review-group {
  gap: 18px;
  display: flex;
}
.review-card {
  color: #fff;
  text-align: left;
  background: #15120f;
  border: 1px solid #ffffff24;
  flex: none;
  width: clamp(270px, 24vw, 350px);
  padding: 0;
  transition:
    transform 0.25s,
    border-color 0.25s,
    box-shadow 0.25s;
  overflow: hidden;
}
button.review-card:hover {
  z-index: 2;
  border-color: #c9a767a6;
  transform: translateY(-6px);
  box-shadow: 0 24px 60px #00000059;
}
.review-image {
  background-color: #090806;
  background-image:
    linear-gradient(#c9a76708 1px, #0000 1px),
    linear-gradient(90deg, #c9a76708 1px, #0000 1px), none;
  background-position:
    0 0,
    0 0,
    0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: 32px 32px;
  background-attachment: scroll, scroll, scroll;
  background-origin: padding-box, padding-box, padding-box;
  background-clip: border-box, border-box, border-box;
  place-items: center;
  height: 410px;
  padding: 12px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.review-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: transform 0.35s;
  display: block;
}
button.review-card:hover .review-image img {
  transform: scale(1.025);
}
.review-image > span {
  color: var(--gold-light);
  letter-spacing: 0.14em;
  background: #0c0a08d1;
  padding: 6px 9px;
  font-size: 8px;
  font-weight: 900;
  position: absolute;
  top: 15px;
  right: 15px;
}
.review-card-copy {
  border-top: 1px solid #ffffff1a;
  grid-template-columns: 24px 1fr 18px;
  align-items: start;
  gap: 11px;
  min-height: 88px;
  padding: 18px;
  display: grid;
}
.review-card-copy > span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 900;
}
.review-card-copy strong {
  font-size: 14px;
  display: block;
}
.review-card-copy small {
  color: #8f877e;
  margin-top: 7px;
  font-size: 9px;
  display: block;
}
.review-card-copy > b {
  color: var(--gold);
  text-align: right;
  font-size: 14px;
}
.review-guide {
  color: #756d64;
  justify-content: flex-end;
  gap: 14px;
  margin: 25px 6vw 0 0;
  font-size: 9px;
  display: flex;
}
.review-guide span {
  color: var(--gold);
}
@keyframes review-marquee {
  to {
    transform: translate(calc(-50% - 9px));
  }
}
.instagram-section {
  background:
    radial-gradient(circle at 82% 8%, #c9a76721, transparent 31%), var(--paper);
}
.instagram-heading {
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 38px;
  display: flex;
}
.instagram-heading h2 {
  letter-spacing: -0.055em;
  margin: 18px 0 0;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.14;
}
.instagram-profile {
  background: #ffffffad;
  border: 1px solid #3e301f29;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 14px;
  min-width: min(100%, 520px);
  padding: 17px;
  display: grid;
  box-shadow: 0 18px 45px #32251514;
}
.instagram-avatar {
  background: linear-gradient(135deg, #4d3822, #c9a767 55%, #7d5637);
  border-radius: 50%;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 2px;
  display: grid;
}
.instagram-avatar:before {
  content: "";
  background: #0c0a08;
  border-radius: 50%;
  grid-area: 1/1;
  width: 50px;
  height: 50px;
}
.instagram-avatar img {
  z-index: 1;
  object-fit: contain;
  filter: brightness(0) invert();
  grid-area: 1/1;
  width: 38px;
  height: 38px;
  position: relative;
}
.instagram-profile strong {
  font-size: 15px;
  display: block;
}
.instagram-profile div + div span {
  color: var(--muted);
  margin-top: 5px;
  font-size: 10px;
  display: block;
}
.instagram-profile > a {
  background: var(--ink);
  color: #fff;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 15px;
  font-size: 10px;
  font-weight: 900;
  display: inline-flex;
}
.instagram-profile > a span {
  color: var(--gold);
  font-size: 14px;
}
.instagram-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}
.instagram-empty {
  background: #ffffff9e;
  border: 1px solid #3e301f24;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  max-width: 900px;
  min-height: 220px;
  margin: 0 auto;
  padding: 34px;
  display: grid;
  box-shadow: 0 18px 45px #3225150f;
}
.instagram-empty-icon {
  background: var(--ink);
  width: 64px;
  height: 64px;
  color: var(--gold);
  border-radius: 50%;
  place-items: center;
  font-size: 32px;
  display: grid;
}
.instagram-empty strong {
  font-size: 19px;
  line-height: 1.45;
  display: block;
}
.instagram-empty p {
  color: var(--muted);
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.7;
}
.instagram-empty > a {
  background: var(--ink);
  color: #fff;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 18px;
  font-size: 11px;
  font-weight: 900;
  display: inline-flex;
}
.instagram-empty > a span {
  color: var(--gold);
  font-size: 16px;
}
.instagram-tile {
  aspect-ratio: 1;
  background: #17130f;
  border: 1px solid #3e301f1a;
  position: relative;
  overflow: hidden;
}
.instagram-tile > img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition:
    transform 0.6s,
    opacity 0.4s;
  display: block;
}
.instagram-tile-number {
  z-index: 2;
  color: #ffffffd1;
  text-shadow: 0 1px 8px #0009;
  font-size: 9px;
  font-weight: 900;
  position: absolute;
  top: 13px;
  right: 13px;
}
.instagram-tile-overlay {
  color: #fff;
  opacity: 0;
  background: #0b0907d6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  transition: opacity 0.32s;
  display: flex;
  position: absolute;
  inset: 0;
}
.instagram-tile-overlay b {
  color: var(--gold);
  font-size: 27px;
}
.instagram-tile-overlay strong {
  margin-top: 12px;
  font-size: 16px;
}
.instagram-tile-overlay small {
  color: #c9bda9;
  margin-top: 9px;
  font-size: 9px;
}
.instagram-tile:hover > img {
  transform: scale(1.06);
}
.instagram-tile:hover .instagram-tile-overlay {
  opacity: 1;
}
.instagram-more {
  min-height: 60px;
  color: var(--ink);
  border: 1px solid #2e23162e;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 900;
  display: flex;
}
.instagram-more span {
  color: var(--blue-deep);
  font-size: 18px;
}
.eyebrow,
.ticker > div,
.live-feed-heading p,
.sample-notice {
  font-size: 12px;
}
.property-feed-badges span,
.property-feed-badges time,
.property-card-overlay > span,
.property-card-overlay small,
.property-card-overlay b {
  font-size: 10px;
}
.property-card-overlay p {
  font-size: 11px;
}
.property-feed-overlay h3 {
  font-size: 23px;
  line-height: 1.32;
}
.property-feed-open,
.property-feed-card > button {
  font-size: 14px;
}
.process-intro > p:not(.eyebrow),
.process-list p,
.ceo-message blockquote {
  font-size: 15px;
}
.process-list h3 {
  font-size: 22px;
}
.ceo-message > p,
.ceo-sign span {
  font-size: 13px;
}
.course-section-intro > p,
.course-audience span,
.course-meta strong,
.course-content li,
.course-support dt,
.course-support dd,
.vat-note {
  font-size: 12px;
}
.course-card h3 {
  font-size: 31px;
}
.course-title p,
.course-content h4,
.course-benefits h4 {
  font-size: 13px;
}
.course-actions a {
  font-size: 14px;
}
.reviews-heading > p {
  font-size: 15px;
}
.review-tabs button {
  font-size: 13px;
}
.review-card-copy strong {
  font-size: 15px;
}
.review-card-copy small {
  font-size: 10px;
}
.review-guide,
.article-grid article > span {
  font-size: 11px;
}
.article-grid h3 {
  font-size: 23px;
}
.article-grid p {
  font-size: 13px;
  line-height: 1.75;
}
.article-grid a {
  font-size: 12px;
}
.final-cta > p:not(.eyebrow) {
  color: #c5bbb0;
  font-size: 16px;
}
footer {
  color: #aaa095;
  font-size: 12px;
}
.footer-links a {
  color: #ded4c7;
  font-size: 12px;
}
.review-lightbox {
  z-index: 120;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #050403eb;
  place-items: center;
  padding: 24px;
  display: grid;
  position: fixed;
  inset: 0;
}
.review-lightbox > section {
  color: #fff;
  background: #0d0b09;
  border: 1px solid #c9a76752;
  grid-template-columns: minmax(0, 1fr) 310px;
  width: min(1080px, 100%);
  max-height: 92vh;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 35px 100px #000000a6;
}
.review-lightbox > section > button {
  z-index: 3;
  color: #fff;
  background: #00000094;
  border: 1px solid #fff3;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 27px;
  position: absolute;
  top: 12px;
  right: 16px;
}
.review-lightbox-image {
  background: #050403;
  place-items: center;
  min-height: 70vh;
  max-height: 90vh;
  padding: 22px;
  display: grid;
}
.review-lightbox-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 84vh;
}
.review-lightbox-copy {
  align-self: stretch;
  padding: 80px 30px 34px;
}
.review-lightbox-copy > span {
  color: var(--gold);
  letter-spacing: 0.16em;
  font-size: 9px;
  font-weight: 900;
}
.review-lightbox-copy h2 {
  margin: 16px 0 10px;
  font-size: 28px;
  line-height: 1.3;
}
.review-lightbox-copy p {
  color: #958c82;
  font-size: 12px;
  line-height: 1.7;
}
.insights-section {
  background: var(--paper);
}
.article-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.article-grid article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  flex-direction: column;
  min-height: 330px;
  padding: 32px;
  display: flex;
}
.article-number {
  color: #b4b8bf;
  margin-bottom: 45px;
  font-size: 11px;
}
.article-grid article > span {
  color: var(--blue-deep);
  font-size: 10px;
  font-weight: 800;
}
.article-grid h3 {
  letter-spacing: -0.035em;
  margin: 14px 0;
  font-size: 21px;
  line-height: 1.42;
}
.article-grid p {
  color: #756e65;
  font-size: 12px;
  line-height: 1.7;
}
.article-grid article > a {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  margin-top: auto;
  padding: 15px 0 0;
  font-size: 11px;
  font-weight: 900;
  display: flex;
}
.final-cta {
  text-align: center;
  color: #fff;
  background: var(--ink);
  padding: 100px 6vw;
}
.final-cta .eyebrow {
  justify-content: center;
}
.final-cta h2 {
  letter-spacing: -0.065em;
  margin: 25px 0 15px;
  font-size: clamp(42px, 5.8vw, 76px);
}
.final-cta > p:not(.eyebrow) {
  color: #a99f93;
}
.final-cta > div {
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
  display: flex;
}
footer {
  color: #8d8478;
  background: #070604;
  grid-template-columns: 1fr 1.4fr 0.6fr;
  gap: 50px;
  padding: 50px 6vw 90px;
  font-size: 11px;
  line-height: 1.9;
  display: grid;
}
.footer-brand {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}
.footer-brand img {
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert();
  width: min(250px, 100%);
  height: 58px;
}
.footer-brand p {
  color: #766d61;
  margin: 0;
}
.footer-links {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}
.footer-links a {
  color: #c8bcad;
}
.floating-consult {
  z-index: 79;
  filter: drop-shadow(0 12px 24px #140f0938);
  gap: 8px;
  display: grid;
  position: fixed;
  top: 52%;
  right: 22px;
  transform: translateY(-50%);
}
.floating-consult a {
  letter-spacing: -0.02em;
  border: 1px solid #ffffff3d;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 104px;
  min-height: 78px;
  padding: 12px 10px;
  font-size: 11px;
  font-weight: 900;
  transition:
    transform 0.22s,
    box-shadow 0.22s;
  display: flex;
}
.floating-consult a:hover {
  transform: translate(-4px);
  box-shadow: 0 12px 28px #140f0933;
}
.floating-consult-icon {
  border-radius: 50%;
  place-items: center;
  width: 30px;
  height: 30px;
  font-size: 13px;
  font-weight: 900;
  display: grid;
}
.floating-consult-kakao {
  color: #261d00;
  background: #fee500;
}
.floating-consult-kakao .floating-consult-icon {
  color: #fee500;
  background: #3c1e1e;
}
.floating-consult-phone {
  background: var(--blue-deep);
  color: #fff;
}
.floating-consult-phone .floating-consult-icon {
  color: var(--blue-deep);
  background: #fff;
  font-size: 15px;
}
.modal-backdrop {
  z-index: 100;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #080604d1;
  place-items: center;
  padding: 20px;
  display: grid;
  position: fixed;
  inset: 0;
}
.consult-modal {
  background: #fff;
  width: min(620px, 100%);
  max-height: 92vh;
  padding: 38px;
  position: relative;
  overflow: auto;
  box-shadow: 0 30px 100px #0006;
}
.modal-close {
  color: #7d746a;
  background: 0 0;
  border: 0;
  font-size: 29px;
  position: absolute;
  top: 14px;
  right: 18px;
}
.modal-kicker {
  color: var(--blue-deep);
  letter-spacing: 0.1em;
  font-size: 10px;
  font-weight: 900;
}
.consult-modal h2 {
  letter-spacing: -0.045em;
  margin: 10px 0 6px;
  font-size: 32px;
}
.modal-subtitle {
  color: #786f65;
  margin: 0;
  font-size: 12px;
}
.modal-prices {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 25px 0 16px;
  display: grid;
}
.modal-prices span {
  background: #f5f0e7;
  padding: 17px;
  font-weight: 900;
}
.modal-prices small {
  color: #8d8377;
  margin-bottom: 7px;
  font-size: 9px;
  display: block;
}
.analysis-box {
  border: 1px solid var(--line);
}
.analysis-box div {
  grid-template-columns: 100px 1fr;
  gap: 15px;
  padding: 16px;
  display: grid;
}
.analysis-box div + div {
  border-top: 1px solid var(--line);
}
.analysis-box span {
  font-size: 10px;
  font-weight: 900;
}
.analysis-box p {
  color: #6d655c;
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
}
.consult-product {
  color: #17130e;
  background: linear-gradient(135deg, #d0b270, #9e7838);
  justify-content: space-between;
  align-items: end;
  margin-top: 16px;
  padding: 18px;
  display: flex;
}
.consult-product small {
  opacity: 0.75;
  font-size: 9px;
  display: block;
}
.consult-product strong {
  margin-top: 5px;
  font-size: 20px;
  display: block;
}
.consult-product > span {
  font-size: 10px;
}
.modal-note {
  color: #81796f;
  font-size: 10px;
  line-height: 1.6;
}
.modal-actions {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 20px;
  display: grid;
}
@media (max-width: 1050px) {
  .site-header nav {
    gap: 20px;
  }
  .site-header nav a:nth-child(3),
  .site-header nav a:nth-child(4),
  .header-socials a span {
    display: none;
  }
  .header-socials a {
    justify-content: center;
    width: 34px;
    padding: 0;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }
  .hero-properties {
    justify-self: start;
    max-width: 680px;
  }
  .property-grid,
  .property-feed-grid,
  .course-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-heading {
    flex-direction: column;
    align-items: start;
  }
  .evidence-section {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 5vw;
  }
  .evidence-documents {
    transform-origin: 50%;
    transform: scale(0.88);
  }
  .ceo-section {
    grid-template-columns: 0.85fr 1.15fr;
  }
  .ceo-message {
    padding: 75px 5vw;
  }
  .reviews-heading,
  .instagram-heading {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 720px) {
  .site-header {
    height: 60px;
    padding: 0 14px;
  }
  .brand {
    width: 142px;
  }
  .brand img {
    height: 36px;
  }
  .header-call span,
  .header-call,
  .site-header nav {
    display: none;
  }
  .header-socials {
    gap: 4px;
    margin-left: auto;
    margin-right: 7px;
  }
  .header-socials a {
    width: 30px;
    min-height: 30px;
  }
  .mobile-menu-toggle {
    color: #fff;
    background: #c9a76714;
    border: 1px solid #c9a7676b;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 42px;
    height: 42px;
    padding: 10px;
    display: flex;
  }
  .mobile-menu-toggle i {
    background: var(--gold-light);
    border-radius: 2px;
    width: 18px;
    height: 2px;
    transition: all 0.25s;
    display: block;
  }
  .mobile-menu-toggle.open i:first-child {
    transform: translateY(6px) rotate(45deg);
  }
  .mobile-menu-toggle.open i:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .mobile-menu-toggle.open i:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .mobile-menu-backdrop {
    z-index: 89;
    visibility: hidden;
    opacity: 0;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: #050403ad;
    transition: all 0.28s;
    display: block;
    position: fixed;
    inset: 60px 0 0;
  }
  .mobile-menu-backdrop.open {
    visibility: visible;
    opacity: 1;
  }
  .mobile-menu {
    z-index: 90;
    color: #fff;
    visibility: hidden;
    background: linear-gradient(155deg, #17130f, #090806 72%);
    border-left: 1px solid #c9a7674d;
    width: min(86vw, 360px);
    padding: 20px 18px 90px;
    transition:
      transform 0.36s cubic-bezier(0.2, 0.8, 0.2, 1),
      visibility 0.36s;
    display: block;
    position: fixed;
    top: 60px;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    transform: translate(104%);
    box-shadow: -25px 0 60px #0000007a;
  }
  .mobile-menu.open {
    visibility: visible;
    transform: translate(0);
  }
  .mobile-menu-head {
    min-height: 48px;
    color: var(--gold);
    letter-spacing: 0.12em;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 900;
    display: flex;
  }
  .mobile-menu-head button {
    color: #fff;
    background: 0 0;
    border: 0;
    width: 38px;
    height: 38px;
    font-size: 28px;
    font-weight: 300;
  }
  .mobile-menu > a {
    opacity: 0;
    border-bottom: 1px solid #ffffff1a;
    grid-template-columns: 34px 1fr 22px;
    align-items: center;
    min-height: 62px;
    display: grid;
    transform: translate(18px);
  }
  .mobile-menu.open > a {
    animation: 0.4s forwards menuItemIn;
    animation-delay: calc(var(--menu-index) * 55ms + 0.1s);
  }
  .mobile-menu > a small {
    color: #766b5c;
    font-size: 9px;
  }
  .mobile-menu > a strong {
    font-size: 16px;
  }
  .mobile-menu > a span {
    color: var(--gold);
    text-align: right;
  }
  .mobile-menu-channels {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 18px;
    display: grid;
  }
  .mobile-menu-channels a {
    min-height: 46px;
    color: var(--gold-light);
    border: 1px solid #c9a76747;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-weight: 800;
    display: flex;
  }
  @keyframes menuItemIn {
    to {
      opacity: 1;
      transform: translate(0);
    }
  }
  .hero {
    gap: 34px;
    min-height: auto;
    padding: 42px 16px 48px;
  }
  .hero h1 {
    margin: 18px 0 20px;
    font-size: 34px;
    line-height: 1.15;
  }
  .hero h1 strong {
    text-underline-offset: 8px;
    text-decoration-thickness: 3px;
  }
  .hero-copy {
    font-size: 13px;
    line-height: 1.7;
  }
  .hero-evidence {
    gap: 5px;
    margin-top: 15px;
  }
  .hero-evidence span {
    padding: 7px 9px;
    font-size: 8px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-top: 25px;
  }
  .button {
    min-height: 48px;
    padding: 0 18px;
    font-size: 12px;
  }
  .hero-proof {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 30px;
    display: grid;
  }
  .hero-proof div {
    background: #c9a7670b;
    border: 1px solid #c9a7672e;
    min-width: 0;
    padding: 12px 10px;
  }
  .hero-proof div:last-child {
    border: 1px solid #c9a7672e;
  }
  .hero-proof strong {
    white-space: nowrap;
    font-size: 21px;
  }
  .hero-proof span {
    color: #bdb4aa;
    word-break: keep-all;
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.3;
  }
  .hero-properties {
    width: 100%;
  }
  .hero-properties-head {
    min-height: 84px;
    padding: 20px 18px;
  }
  .hero-properties-head strong {
    margin-top: 6px;
    font-size: 18px;
  }
  .hero-properties-head b {
    font-size: 39px;
  }
  .hero-feature-window,
  .hero-feature-card {
    min-height: 300px;
  }
  .hero-feature-card {
    grid-template-columns: 125px minmax(0, 1fr);
  }
  .hero-feature-image {
    min-height: 300px;
  }
  .hero-feature-copy {
    padding: 20px 17px;
  }
  .hero-feature-copy h3 {
    font-size: 19px;
  }
  .hero-feature-copy strong {
    font-size: 16px;
  }
  .hero-feature-copy > div {
    margin-top: 13px;
    padding-top: 12px;
  }
  .hero-feature-controls {
    gap: 10px;
    min-height: 58px;
    padding: 0 16px;
  }
  .hero-feature-controls > div button {
    width: 13px;
  }
  .hero-feature-controls > div button.active {
    width: 25px;
  }
  .hero-feature-controls > button {
    font-size: 9px;
  }
  .ticker > div {
    gap: 22px;
    height: 48px;
    font-size: 10px;
  }
  .evidence-section {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 58px 16px;
  }
  .evidence-documents {
    width: 100%;
    height: 350px;
    transform: none;
  }
  .document-back {
    width: 63%;
    height: 310px;
  }
  .document-front {
    width: 66%;
    height: 330px;
  }
  .verified-seal {
    width: 72px;
    height: 72px;
    bottom: 8px;
    left: 45%;
  }
  .verified-seal strong {
    font-size: 12px;
  }
  .evidence-copy h2 {
    margin: 17px 0 20px;
    font-size: 32px;
  }
  .evidence-copy > p:not(.eyebrow):not(.evidence-note) {
    font-size: 13px;
    line-height: 1.7;
  }
  .official-value {
    margin-top: 24px;
    padding: 20px 16px;
  }
  .official-value strong {
    font-size: 24px;
  }
  .official-value b {
    margin-top: 12px;
    display: inline-block;
    position: static;
  }
  .section {
    padding: 58px 16px;
  }
  .section-heading {
    gap: 18px;
    margin-bottom: 28px;
  }
  .section-heading h2 {
    margin-top: 14px;
    font-size: 31px;
    line-height: 1.18;
  }
  .section-heading > p {
    font-size: 13px;
    line-height: 1.65;
  }
  .property-grid,
  .property-feed-grid,
  .course-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }
  .property-grid,
  .property-feed-grid {
    gap: 13px;
  }
  .property-image,
  .property-feed-visual {
    height: min(72vw, 300px);
  }
  .property-card-overlay,
  .property-feed-overlay {
    padding: 19px 17px 17px;
  }
  .property-card-overlay > strong,
  .property-feed-price strong {
    font-size: 23px;
  }
  .property-card-overlay h3,
  .property-feed-overlay h3 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.32;
  }
  .property-card-overlay p {
    font-size: 9px;
  }
  .property-card-overlay > div {
    margin-top: 13px;
    padding-top: 10px;
  }
  .property-feed-open {
    min-height: 50px;
    margin-top: 15px;
    padding: 0 15px;
    font-size: 13px;
  }
  .property-feed-price {
    margin-bottom: 9px;
  }
  .property-feed-card > button {
    min-height: 60px;
    padding: 0 17px;
    font-size: 14px;
  }
  .live-feed-heading {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 16px;
    padding: 12px 14px;
  }
  .live-feed-heading p {
    width: calc(100% - 105px);
  }
  .live-feed-heading a {
    border-top: 1px solid var(--line);
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
  }
  .process-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .process-intro {
    position: static;
  }
  .process-intro h2 {
    margin: 17px 0;
    font-size: 32px;
  }
  .process-list li {
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding: 22px 0;
  }
  .process-list h3 {
    font-size: 18px;
  }
  .process-list p {
    font-size: 12px;
  }
  .ceo-section {
    grid-template-columns: 1fr;
  }
  .ceo-portrait {
    min-height: 410px;
  }
  .ceo-portrait img {
    width: 118%;
    bottom: -5%;
  }
  .ceo-halo {
    width: 310px;
    height: 310px;
    top: 65px;
  }
  .ceo-message {
    padding: 54px 16px;
  }
  .ceo-message h2 {
    margin: 18px 0 22px;
    font-size: 32px;
  }
  .ceo-message blockquote {
    padding-left: 17px;
    font-size: 13px;
    line-height: 1.75;
  }
  .ceo-sign {
    flex-direction: column;
    align-items: flex-start;
  }
  .ceo-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    margin-top: 26px;
  }
  .ceo-stats div {
    min-height: 118px;
    padding: 22px 9px 17px;
  }
  .ceo-stats strong {
    font-size: clamp(32px, 9.6vw, 40px);
  }
  .ceo-stats div:nth-child(3) strong {
    font-size: clamp(29px, 8.6vw, 36px);
  }
  .ceo-stats span {
    margin-top: 10px;
    font-size: 12px;
  }
  .course-finder-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 58px 16px;
    scroll-margin-top: 60px;
  }
  .course-finder-intro h2 {
    margin: 17px 0 18px;
    font-size: 32px;
    line-height: 1.18;
  }
  .course-finder-intro > p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.72;
  }
  .finder-trust {
    gap: 5px;
    margin-top: 21px;
  }
  .finder-trust span {
    padding: 7px 9px;
    font-size: 8px;
  }
  .course-quiz {
    border-radius: 10px;
    min-height: 0;
    padding: 20px 16px;
  }
  .quiz-progress {
    padding-bottom: 19px;
  }
  .quiz-progress span {
    font-size: 9px;
  }
  .quiz-progress strong {
    font-size: 17px;
  }
  .quiz-question {
    padding-top: 20px;
  }
  .quiz-question h3 {
    margin-top: 8px;
    font-size: 22px;
    line-height: 1.35;
  }
  .quiz-question > p {
    font-size: 10px;
    line-height: 1.5;
  }
  .quiz-options {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 17px;
  }
  .quiz-options button {
    grid-template-columns: 28px minmax(0, 1fr) 15px;
    gap: 9px;
    min-height: 94px;
    padding: 14px 13px;
  }
  .quiz-options button:hover {
    transform: none;
  }
  .quiz-options button > span {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
  .quiz-options button strong {
    font-size: 13px;
  }
  .quiz-options button small {
    margin-top: 4px;
    font-size: 8px;
  }
  .quiz-result {
    padding: 8px 0;
  }
  .quiz-result-badge {
    margin-top: 13px;
    font-size: 9px;
  }
  .quiz-result > p {
    margin-top: 21px;
    font-size: 10px;
  }
  .quiz-result h3 {
    font-size: 42px;
  }
  .quiz-result > strong {
    font-size: 14px;
  }
  .quiz-result > div {
    margin: 18px 0;
    padding: 16px 7px;
    font-size: 12px;
    line-height: 1.7;
  }
  .quiz-result > a {
    min-height: 54px;
    padding: 0 17px;
    font-size: 12px;
  }
  .course-steps {
    background: #2b241c;
    border-radius: 10px;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    padding: 1px;
  }
  .course-step {
    background: linear-gradient(145deg, #100e0b, #1b1712);
    border: 0;
    gap: 10px;
    min-height: 76px;
    padding: 14px 12px;
  }
  .course-step > span {
    font-size: 21px;
  }
  .course-step strong {
    font-size: 13px;
  }
  .course-step small {
    margin-top: 4px;
    font-size: 9px;
  }
  .course-step i {
    display: none;
  }
  .course-card {
    border-radius: 8px;
    min-height: 0;
    padding: 22px 17px;
    scroll-margin-top: 76px;
  }
  .course-card:hover {
    transform: none;
  }
  .course-title {
    align-items: flex-start;
    margin: 18px 0 15px;
  }
  .course-card h3 {
    margin: 0;
    font-size: 25px;
  }
  .course-title p {
    max-width: 150px;
    font-size: 11px;
    line-height: 1.4;
  }
  .course-audience {
    min-height: 0;
    padding: 14px;
  }
  .course-audience span {
    font-size: 12px;
  }
  .course-meta {
    grid-template-columns: 1fr;
  }
  .course-meta div {
    padding: 12px 13px;
  }
  .course-meta div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .course-price {
    margin: 12px 0;
    padding: 16px;
  }
  .course-price strong {
    font-size: 24px;
  }
  .course-price-options {
    grid-template-columns: 1fr;
    margin: 12px 0;
  }
  .course-price-options a {
    min-height: 113px;
    padding: 16px;
  }
  .course-price-options strong {
    font-size: 22px;
  }
  .course-goal {
    margin-bottom: 20px;
  }
  .course-content ul {
    grid-template-columns: 1fr;
    gap: 8px;
    font-size: 12px;
  }
  .course-support div {
    grid-template-columns: 104px 1fr;
  }
  .course-card.wide .course-content ul {
    grid-template-columns: 1fr;
  }
  .course-card.wide .course-support {
    display: block;
  }
  .course-card.wide .course-support div {
    padding: 0;
  }
  .course-card.wide .course-support div:nth-child(odd) {
    border-right: 0;
  }
  .course-card.wide .course-support div:last-child {
    grid-column: auto;
  }
  .course-support dt,
  .course-support dd {
    font-size: 10px;
  }
  .course-benefits {
    padding: 15px 12px;
  }
  .course-benefits > div {
    grid-template-columns: 1fr;
  }
  .course-benefits span:last-child {
    grid-column: auto;
  }
  .course-benefits span {
    min-height: 62px;
  }
  .course-actions a {
    min-height: 52px;
    padding: 0 16px;
    font-size: 13px;
  }
  .consulting-route {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px;
  }
  .consulting-route strong {
    font-size: 13px;
    line-height: 1.55;
  }
  .consulting-route a {
    min-height: 50px;
    margin-top: 5px;
    font-size: 12px;
  }
  .reviews-section {
    padding-left: 16px;
    padding-right: 0;
  }
  .reviews-heading {
    gap: 15px;
    padding-right: 16px;
  }
  .reviews-heading h2 {
    font-size: 32px;
  }
  .reviews-heading > p {
    font-size: 12px;
    line-height: 1.7;
  }
  .review-tabs {
    grid-template-columns: 1fr 1fr;
    margin: 28px 16px 21px 0;
  }
  .review-tabs button {
    min-height: 52px;
    padding: 0 8px;
    font-size: 10px;
  }
  .review-tabs button span {
    display: none;
  }
  .review-card {
    width: 246px;
  }
  .review-image {
    height: 330px;
  }
  .review-card-copy {
    min-height: 79px;
    padding: 15px;
  }
  .review-guide {
    justify-content: flex-start;
    margin-right: 16px;
  }
  .review-lightbox {
    padding: 10px;
  }
  .review-lightbox > section {
    grid-template-columns: 1fr;
    max-height: 95vh;
    overflow: auto;
  }
  .review-lightbox-image {
    min-height: 55vh;
    max-height: 65vh;
    padding: 11px;
  }
  .review-lightbox-copy {
    padding: 20px 16px;
  }
  .instagram-heading {
    gap: 20px;
    margin-bottom: 24px;
  }
  .instagram-heading h2 {
    font-size: 31px;
  }
  .instagram-profile {
    grid-template-columns: 48px 1fr;
    gap: 11px;
    width: 100%;
    min-width: 0;
    padding: 13px;
  }
  .instagram-avatar {
    width: 48px;
    height: 48px;
  }
  .instagram-avatar:before {
    width: 41px;
    height: 41px;
  }
  .instagram-avatar img {
    width: 31px;
    height: 31px;
  }
  .instagram-profile > a {
    grid-column: 1/-1;
    justify-content: center;
    min-height: 45px;
  }
  .instagram-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }
  .instagram-empty {
    grid-template-columns: auto 1fr;
    gap: 15px;
    min-height: 0;
    padding: 24px 18px;
  }
  .instagram-empty-icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
  .instagram-empty strong {
    font-size: 15px;
  }
  .instagram-empty p {
    font-size: 10px;
  }
  .instagram-empty > a {
    grid-column: 1/-1;
    justify-content: center;
  }
  .instagram-tile-overlay {
    opacity: 1;
    background: linear-gradient(#0000 35%, #0a0806e0);
    justify-content: flex-end;
    align-items: flex-start;
    padding: 13px;
  }
  .instagram-tile-overlay b {
    display: none;
  }
  .instagram-tile-number {
    font-size: 8px;
    top: 7px;
    right: 7px;
  }
  .instagram-tile-overlay strong {
    display: none;
  }
  .instagram-tile-overlay small {
    margin-top: 4px;
    font-size: 8px;
  }
  .instagram-more {
    min-height: 54px;
    padding: 0 12px;
    font-size: 10px;
  }
  .eyebrow {
    font-size: 10px;
  }
  .ticker > div {
    font-size: 11px;
  }
  .process-intro > p:not(.eyebrow),
  .process-list p,
  .ceo-message blockquote {
    font-size: 13px;
  }
  .course-section-intro > p,
  .course-audience span,
  .course-meta strong,
  .course-content li,
  .course-support dt,
  .course-support dd,
  .vat-note {
    font-size: 11px;
  }
  .reviews-heading > p {
    font-size: 13px;
  }
  .review-tabs button {
    font-size: 11px;
  }
  .article-grid h3 {
    font-size: 21px;
  }
  .article-grid p {
    font-size: 12px;
  }
  .final-cta > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.65;
  }
  footer,
  .footer-links a {
    font-size: 12px;
  }
  .proof-section {
    grid-template-columns: 1fr;
  }
  .proof-number,
  .proof-copy {
    padding: 50px 16px;
  }
  .proof-number {
    border-bottom: 1px solid #19140d33;
    border-right: 0;
  }
  .proof-number strong {
    font-size: 82px;
  }
  .proof-copy h2 {
    font-size: 32px;
  }
  .final-cta {
    padding: 62px 16px 86px;
  }
  .final-cta h2 {
    font-size: 32px;
  }
  .final-cta > div {
    flex-direction: column;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 44px 16px 80px;
  }
  .footer-links {
    align-items: flex-start;
  }
  .floating-consult {
    gap: 6px;
    top: auto;
    bottom: 18px;
    right: 8px;
    transform: none;
  }
  .floating-consult a {
    border-radius: 12px;
    gap: 4px;
    width: 72px;
    min-height: 62px;
    padding: 8px 6px;
    font-size: 10px;
  }
  .floating-consult a:hover {
    transform: none;
  }
  .floating-consult-icon {
    width: 25px;
    height: 25px;
    font-size: 11px;
  }
  .consult-modal {
    padding: 30px 20px;
  }
  .consult-modal h2 {
    font-size: 26px;
  }
  .analysis-box div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .consult-product {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .modal-actions {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 390px) {
  .brand {
    width: 132px;
  }
  .header-socials a {
    width: 28px;
    min-height: 28px;
  }
  .hero h1 {
    font-size: 31px;
  }
  .hero-proof {
    gap: 7px;
  }
  .hero-proof div {
    padding: 11px 8px;
  }
  .hero-proof strong {
    font-size: 19px;
  }
  .hero-proof span {
    font-size: 9px;
  }
  .hero-property-main strong {
    font-size: 13px;
  }
  .section-heading h2,
  .evidence-copy h2,
  .process-intro h2,
  .ceo-message h2,
  .reviews-heading h2,
  .proof-copy h2,
  .final-cta h2 {
    font-size: 29px;
  }
  .evidence-documents {
    height: 320px;
  }
  .document-back {
    height: 282px;
  }
  .document-front {
    height: 300px;
  }
  .property-image,
  .property-feed-visual {
    height: 290px;
  }
  .property-card-overlay > strong,
  .property-feed-price strong {
    font-size: 21px;
  }
  .property-card-overlay h3,
  .property-feed-overlay h3 {
    font-size: 17px;
  }
  .review-card {
    width: 228px;
  }
  .review-image {
    height: 305px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* Hide the "hover to pause" hint on touch devices — added for static rebuild */
@media (hover: none) {
  .hover-hint {
    display: none;
  }
}

/* YouTube section — added for static rebuild */
.youtube-section {
  background: var(--ink);
  padding: 90px 0;
}
.youtube-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
  padding: 0 24px;
}
.youtube-intro h2 {
  color: #fff;
  word-break: keep-all;
  margin: 14px 0 12px;
  font-size: clamp(28px, 3.4vw, 40px);
}
.youtube-intro p {
  color: #b9ada0;
  margin: 0 0 22px;
  font-size: 13px;
  line-height: 1.7;
}
.youtube-intro > a {
  color: #15110d;
  background: linear-gradient(135deg, #d3b579, #9f7634);
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 900;
  display: inline-flex;
}
.youtube-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}
.youtube-card {
  color: inherit;
  background: #17130f;
  border: 1px solid #44341f26;
  border-radius: 12px;
  transition:
    transform 0.25s,
    border-color 0.25s;
  display: block;
  overflow: hidden;
}
.youtube-card:hover {
  transform: translateY(-6px);
  border-color: #c9a767;
}
.youtube-thumb {
  aspect-ratio: 16 / 9;
  background: #000;
  position: relative;
  overflow: hidden;
}
.youtube-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  display: block;
}
.youtube-card:hover .youtube-thumb img {
  transform: scale(1.06);
}
.youtube-play {
  width: 68px;
  height: 68px;
  background: #0000008f;
  border: 1px solid #ffffff59;
  border-radius: 50%;
  place-items: center;
  display: grid;
  position: absolute;
  inset: 0;
  margin: auto;
}
.youtube-play:after {
  content: "";
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}
.youtube-duration {
  color: #fff;
  background: #000000b8;
  border-radius: 4px;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.youtube-meta {
  padding: 20px 22px 24px;
}
.youtube-meta h3 {
  color: #f3eadb;
  word-break: keep-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
}
.youtube-meta span {
  color: #857c71;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 860px) {
  .youtube-grid {
    grid-template-columns: 1fr;
  }
}

/* Real blog listing CTA link (anchor twin of .property-feed-card > button) — added for static rebuild */
.property-feed-cta {
  color: #fff;
  text-decoration: none;
  background: #120f0c;
  border: 0;
  border-top: 1px solid #ffffff1f;
  justify-content: space-between;
  align-items: center;
  min-height: 62px;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 900;
  transition:
    color 0.2s,
    background 0.2s;
  display: flex;
}
.property-feed-cta span {
  color: var(--card-accent);
  font-size: 16px;
  transition:
    transform 0.2s,
    color 0.2s;
}
.property-feed-cta:hover {
  color: #15110d;
  background: var(--card-accent);
}
.property-feed-cta:hover span {
  color: #15110d;
  transform: translate(4px);
}

/* Lightbox (review image enlarge) — added for static rebuild */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: #15110dcc;
}
.lightbox.open {
  display: flex;
}
.lightbox img {
  max-width: min(720px, 100%);
  max-height: 86vh;
  border-radius: 10px;
  box-shadow: 0 30px 75px #0008;
}
.lightbox-caption {
  color: #f3eadb;
  text-align: center;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 700;
}
.lightbox-close {
  position: absolute;
  top: 22px;
  right: 26px;
  width: 40px;
  height: 40px;
  color: #15110d;
  background: #f3eadb;
  border: 0;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}
.lightbox-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}

/* Review tab placeholder panel — added for static rebuild */
.review-placeholder {
  color: #857c71;
  text-align: center;
  min-height: 220px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 40px 20px;
  font-size: 13px;
  display: none;
}
.review-placeholder.show {
  display: flex;
}
.review-placeholder strong {
  color: #4f463c;
  font-size: 15px;
}
