@layer base, layout, components, utilities, pages;

@layer pages {
  /* ===== Design Tokens ===== */
  .page-contact {
    --ct-gold: #b38f2d;
    --ct-gold-light: #d8b768;
    --ct-gold-pale: #f5dfa6;
    --ct-dark: #0a0908;
    --ct-dark-warm: #141210;
    --ct-cream: #fffcf5;
    --ct-cream-dark: #f8f4eb;
    --ct-text: #1a1612;
    --ct-text-muted: rgba(26, 22, 18, 0.65);
    --ct-border: rgba(179, 143, 45, 0.15);
    --ct-border-strong: rgba(179, 143, 45, 0.35);
    --ct-ease: cubic-bezier(0.4, 0, 0.2, 1);

    background: var(--ct-cream);
    color: var(--ct-text);
  }

  /* ===== Hero Section ===== */
  .ct-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    min-height: clamp(320px, 45vh, 420px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--ct-dark);
  }

  .ct-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .ct-hero__bg-overlay {
    position: absolute;
    inset: 0;
    background: var(--ct-dark);
  }

  .ct-hero__bg-grain {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    mix-blend-mode: overlay;
  }

  .ct-hero__decor {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }

  .ct-hero__decor-line {
    position: absolute;
    background: var(--ct-gold);
    opacity: 0.25;
  }

  .ct-hero__decor-line--left {
    left: clamp(20px, 5vw, 60px);
    top: 20%;
    bottom: 20%;
    width: 1px;
  }

  .ct-hero__decor-line--right {
    right: clamp(20px, 5vw, 60px);
    top: 20%;
    bottom: 20%;
    width: 1px;
  }

  .ct-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    padding: clamp(80px, 12vh, 120px) clamp(24px, 5vw, 48px);
  }

  .ct-hero__content {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 3vw, 24px);
  }

  .ct-hero__eyebrow {
    margin: 0;
    font-family: "DM Sans", var(--font-sans);
    font-size: clamp(0.7rem, 1vw, 0.8rem);
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ct-gold);
  }

  .ct-hero__title {
    margin: 0;
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #fff;
  }

  .ct-hero__lead {
    margin: 0;
    max-width: 600px;
    font-size: clamp(0.9rem, 1.3vw, 1rem);
    line-height: 1.9;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
  }

  @media (max-width: 640px) {
    .ct-hero__decor-line {
      display: none;
    }
  }

  /* ===== Body Section ===== */
  .ct-body {
    padding: clamp(48px, 8vw, 100px) 0;
  }

  .ct-body__inner {
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 6vw, 72px);
  }

  /* ===== Intro Content ===== */
  .ct-intro {
    font-size: 16px;
    line-height: 1.9;
    color: var(--ct-text-muted);
    max-width: 800px;
    margin: 0 auto;
  }

  /* ===== Form Section ===== */
  .ct-form {
    background: var(--ct-cream);
    border: 1px solid var(--ct-border);
    border-radius: var(--ct-radius);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    padding: clamp(32px, 5vw, 56px);
  }

  .ct-form__head {
    text-align: center;
    margin-bottom: clamp(32px, 5vw, 48px);
  }

  .ct-form__eyebrow {
    display: block;
    margin-bottom: clamp(8px, 1.5vw, 12px);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(12px, 1.5vw, 14px);
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ct-gold);
  }

  .ct-form__title {
    margin: 0 0 clamp(12px, 2vw, 16px);
    font-family: "Shippori Mincho", serif;
    font-size: clamp(22px, 3.5vw, 32px);
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--ct-text);
  }

  .ct-form__note {
    margin: 0;
    font-size: clamp(13px, 1.6vw, 15px);
    color: var(--ct-text-muted);
    line-height: 1.7;
  }

  .ct-form__body {
    max-width: 800px;
    margin: 0 auto;
  }

  /* ===== Form List ===== */
  .ct-form__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: clamp(24px, 4vw, 36px);
  }

  .ct-form__item {
    display: grid;
    gap: clamp(10px, 1.5vw, 14px);
  }

  /* ===== Form Labels ===== */
  .ct-form__label {
    display: flex;
    align-items: center;
    gap: clamp(8px, 1.2vw, 12px);
    flex-wrap: wrap;
  }

  .ct-form__label-en {
    font-family: "DM Sans", sans-serif;
    font-size: clamp(11px, 1.3vw, 13px);
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ct-gold);
  }

  .ct-form__label-ja {
    font-weight: 600;
    font-size: clamp(14px, 1.8vw, 16px);
    color: var(--ct-text);
  }

  .ct-form__required {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 20px;
    padding: 0 8px;
    border-radius: 999px;
    background: #c94a4a;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
  }

  /* ===== Form Field ===== */
  .ct-form__field {
    display: grid;
    gap: 12px;
  }

  .ct-form__field--email {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  @media (max-width: 640px) {
    .ct-form__field--email {
      grid-template-columns: 1fr;
    }
  }

  /* ===== Input & Textarea ===== */
  .ct-form__input,
  .ct-form__textarea {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    color: var(--ct-text);
    background: #fff;
    border: 1px solid rgba(26, 26, 26, 0.15);
    border-radius: 8px;
    transition: border-color var(--ct-transition), box-shadow var(--ct-transition);
  }

  .ct-form__input {
    height: 52px;
    padding: 0 18px;
  }

  .ct-form__textarea {
    min-height: 180px;
    padding: 16px 18px;
    resize: vertical;
    line-height: 1.7;
  }

  .ct-form__input::placeholder,
  .ct-form__textarea::placeholder {
    color: rgba(26, 26, 26, 0.35);
  }

  .ct-form__input:focus,
  .ct-form__textarea:focus {
    outline: none;
    border-color: var(--ct-gold);
    box-shadow: 0 0 0 3px rgba(179, 143, 45, 0.12);
  }

  /* ===== Radio Group ===== */
  .ct-form__radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
  }

  .ct-form__radio {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid rgba(26, 26, 26, 0.12);
    border-radius: 999px;
    cursor: pointer;
    transition: all var(--ct-transition);
  }

  .ct-form__radio:hover {
    border-color: rgba(179, 143, 45, 0.4);
  }

  .ct-form__radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .ct-form__radio-mark {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(26, 26, 26, 0.25);
    background: #fff;
    transition: all var(--ct-transition);
    position: relative;
  }

  .ct-form__radio-mark::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: var(--ct-gold);
    transform: scale(0);
    transition: transform var(--ct-transition);
  }

  .ct-form__radio input[type="radio"]:checked + .ct-form__radio-mark {
    border-color: var(--ct-gold);
  }

  .ct-form__radio input[type="radio"]:checked + .ct-form__radio-mark::after {
    transform: scale(1);
  }

  .ct-form__radio input[type="radio"]:checked ~ .ct-form__radio-text {
    color: var(--ct-gold);
    font-weight: 600;
  }

  .ct-form__radio-text {
    font-size: 14px;
    color: var(--ct-text);
    transition: color var(--ct-transition);
  }

  .ct-form__radio:has(input[type="radio"]:checked) {
    border-color: var(--ct-gold);
    background: rgba(179, 143, 45, 0.06);
  }

  /* ===== File Upload ===== */
  .ct-form__file {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .ct-form__file-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid var(--ct-gold);
    border-radius: 8px;
    color: var(--ct-gold);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all var(--ct-transition);
  }

  .ct-form__file-btn:hover {
    background: var(--ct-gold);
    color: #fff;
  }

  .ct-form__file-btn input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
  }

  .ct-form__file-name {
    margin: 0;
    font-size: 14px;
    color: var(--ct-text-muted);
  }

  .ct-form__file-note {
    margin: 8px 0 0;
    font-size: 12px;
    color: var(--ct-text-muted);
  }

  /* ===== Privacy Checkbox ===== */
  .ct-form__privacy {
    margin-top: clamp(32px, 5vw, 48px);
    display: flex;
    justify-content: center;
  }

  .ct-form__checkbox {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 28px;
    background: rgba(179, 143, 45, 0.06);
    border-radius: var(--ct-radius);
    cursor: pointer;
    transition: background var(--ct-transition);
  }

  .ct-form__checkbox:hover {
    background: rgba(179, 143, 45, 0.1);
  }

  .ct-form__checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .ct-form__checkbox-mark {
    position: relative;
    width: 22px;
    height: 22px;
    border: 2px solid rgba(26, 26, 26, 0.25);
    border-radius: 4px;
    background: #fff;
    transition: all var(--ct-transition);
    flex-shrink: 0;
  }

  .ct-form__checkbox-mark::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: 2px solid transparent;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: transform var(--ct-transition);
  }

  .ct-form__checkbox input[type="checkbox"]:checked + .ct-form__checkbox-mark {
    border-color: var(--ct-gold);
    background: var(--ct-gold);
  }

  .ct-form__checkbox input[type="checkbox"]:checked + .ct-form__checkbox-mark::after {
    border-color: #fff;
    transform: rotate(45deg) scale(1);
  }

  .ct-form__checkbox-text {
    font-size: 15px;
    color: var(--ct-text);
  }

  .ct-form__checkbox-text a {
    color: var(--ct-gold);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color var(--ct-transition);
  }

  .ct-form__checkbox-text a:hover {
    color: var(--ct-gold-light);
  }

  /* ===== Submit Button ===== */
  .ct-form__submit {
    margin-top: clamp(32px, 5vw, 48px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .ct-form__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: clamp(240px, 40vw, 320px);
    height: 60px;
    padding: 0 32px;
    background: var(--ct-gold);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: all var(--ct-transition);
  }

  .ct-form__btn:hover {
    background: var(--ct-gold-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(179, 143, 45, 0.3);
  }

  .ct-form__btn:active {
    transform: translateY(0);
  }

  .ct-form__btn svg {
    transition: transform var(--ct-transition);
  }

  .ct-form__btn:hover svg {
    transform: translateX(4px);
  }

  .ct-form__btn--secondary {
    background: transparent;
    color: var(--ct-gold);
    border: 1px solid var(--ct-gold);
  }

  .ct-form__btn--secondary:hover {
    background: rgba(179, 143, 45, 0.08);
    box-shadow: none;
  }

  /* ===== Flow Steps (Progress) ===== */
  .ct-flow {
    margin-bottom: clamp(32px, 5vw, 48px);
  }

  .ct-flow__list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(12px, 3vw, 20px);
    padding: clamp(16px, 3vw, 24px) clamp(16px, 4vw, 32px);
    list-style: none;
    margin: 0;
  }

  .ct-flow__list::before {
    content: "";
    position: absolute;
    left: clamp(48px, 10vw, 80px);
    right: clamp(48px, 10vw, 80px);
    top: 50%;
    height: 2px;
    background: rgba(26, 26, 26, 0.1);
    transform: translateY(-50%);
    z-index: 0;
  }

  .ct-flow__item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .ct-flow__circle {
    width: clamp(56px, 10vw, 72px);
    height: clamp(56px, 10vw, 72px);
    border-radius: 50%;
    background: rgba(26, 26, 26, 0.08);
    color: var(--ct-text-muted);
    font-size: clamp(11px, 1.4vw, 13px);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.04em;
    transition: all var(--ct-transition);
  }

  .ct-flow__item--active .ct-flow__circle {
    background: var(--ct-gold);
    color: #fff;
    box-shadow: 0 8px 20px rgba(179, 143, 45, 0.35);
    transform: scale(1.1);
  }

  .ct-flow__label {
    font-size: clamp(10px, 1.2vw, 12px);
    color: var(--ct-text-muted);
    text-align: center;
  }

  .ct-flow__item--active .ct-flow__label {
    color: var(--ct-gold);
    font-weight: 600;
  }

  /* ===== Confirmation Table ===== */
  .ct-confirm__table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--ct-border);
    background: #fff;
    border-radius: var(--ct-radius);
    overflow: hidden;
  }

  .ct-confirm__table th,
  .ct-confirm__table td {
    padding: 18px 24px;
    border-bottom: 1px solid var(--ct-border);
    text-align: left;
    vertical-align: top;
  }

  .ct-confirm__table th {
    width: clamp(140px, 22vw, 200px);
    background: rgba(179, 143, 45, 0.06);
    font-weight: 600;
    font-size: 14px;
    color: var(--ct-text);
  }

  .ct-confirm__table td {
    font-size: 15px;
    color: var(--ct-text-muted);
    line-height: 1.7;
  }

  .ct-confirm__table tr:last-child th,
  .ct-confirm__table tr:last-child td {
    border-bottom: none;
  }

  /* ===== Thanks Message ===== */
  .ct-thanks__text {
    font-size: clamp(15px, 2vw, 17px);
    line-height: 1.9;
    color: var(--ct-text-muted);
    text-align: center;
    max-width: 600px;
    margin: 0 auto clamp(32px, 5vw, 48px);
  }

  /* ===== Loader ===== */
  .loaderItem {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
  }

  .loaderBox {
    width: 100%;
    height: 100%;
    background: rgba(10, 9, 8, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .loader {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.15);
    border-top-color: var(--ct-gold);
    animation: ct-spin 1s ease-in-out infinite;
    position: relative;
  }

  .loader .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  @keyframes ct-spin {
    to {
      transform: rotate(360deg);
    }
  }

  /* ===== Error Message ===== */
  .errorMessage {
    display: none;
    position: fixed;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
    max-width: min(90vw, 420px);
    padding: 18px 28px;
    border-radius: var(--ct-radius);
    background: #fff;
    color: #c94a4a;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
  }

  /* ===== Accessibility ===== */
  .ct-form__checkbox input[type="checkbox"]:focus-visible + .ct-form__checkbox-mark,
  .ct-form__radio input[type="radio"]:focus-visible + .ct-form__radio-mark {
    outline: 3px solid rgba(179, 143, 45, 0.4);
    outline-offset: 2px;
  }

  .ct-form__input:focus-visible,
  .ct-form__textarea:focus-visible,
  .ct-form__btn:focus-visible {
    outline: 3px solid rgba(179, 143, 45, 0.4);
    outline-offset: 2px;
  }

  /* ===== Responsive ===== */
  @media (max-width: 768px) {
    .ct-hero__decor-line {
      display: none;
    }

    .ct-form {
      padding: clamp(24px, 5vw, 32px);
    }

    .ct-form__btn {
      width: 100%;
      min-width: auto;
      height: 56px;
    }

    .ct-confirm__table th,
    .ct-confirm__table td {
      display: block;
      width: 100%;
    }

    .ct-confirm__table th {
      border-bottom: none;
      padding-bottom: 8px;
    }

    .ct-confirm__table td {
      padding-top: 0;
    }

    .ct-form__privacy {
      padding: 0;
    }

    .ct-form__checkbox {
      padding: 16px 20px;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
    }
  }

  @media (max-width: 560px) {
    .ct-form__radio-group {
      flex-direction: column;
      align-items: stretch;
    }

    .ct-form__radio {
      width: 100%;
      justify-content: flex-start;
    }

    .ct-flow__list {
      flex-direction: column;
      gap: 20px;
    }

    .ct-flow__list::before {
      display: none;
    }

    .ct-flow__circle {
      width: 56px;
      height: 56px;
    }

    .ct-form__file {
      flex-direction: column;
      align-items: flex-start;
    }
  }

  /* ===== Compact Hero (Confirm/Thanks) ===== */
  .ct-hero--compact {
    min-height: clamp(240px, 35vh, 320px);
  }

  .ct-hero--compact .ct-hero__inner {
    padding: clamp(60px, 10vh, 90px) clamp(24px, 5vw, 48px);
  }

  /* ===== Submit Dual Buttons ===== */
  .ct-form__submit--dual {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .ct-form__submit--dual .ct-form__btn--secondary:hover svg {
    transform: translateX(-4px);
  }

  @media (max-width: 560px) {
    .ct-form__submit--dual {
      flex-direction: column;
    }

    .ct-form__submit--dual .ct-form__btn {
      width: 100%;
    }
  }

  /* ===== Confirmation Styles ===== */
  .ct-confirm {
    margin-bottom: clamp(24px, 4vw, 40px);
  }

  .ct-confirm__array-item {
    padding: 4px 0;
    color: var(--ct-text);
  }

  .ct-confirm__file {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(179, 143, 45, 0.08);
    border-radius: 4px;
    font-size: 13px;
    color: var(--ct-gold);
  }

  .ct-confirm__file::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23b38f2d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z'/%3E%3Cpath d='M14 2v6h6M16 13H8M16 17H8M10 9H8'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .ct-confirm__text {
    white-space: pre-wrap;
    word-break: break-word;
  }

  /* ===== Thanks Page Styles ===== */
  .ct-form--thanks {
    text-align: center;
    padding: clamp(48px, 8vw, 80px) clamp(32px, 5vw, 56px);
  }

  .ct-thanks {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(24px, 4vw, 40px);
  }

  .ct-thanks__icon {
    color: var(--ct-gold);
  }

  .ct-thanks__circle {
    animation: ct-circle-draw 0.8s ease-out 0.2s forwards;
  }

  .ct-thanks__check {
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    animation: ct-check-draw 0.5s ease-out 0.8s forwards;
  }

  @keyframes ct-circle-draw {
    to {
      stroke-dashoffset: 0;
    }
  }

  @keyframes ct-check-draw {
    to {
      stroke-dashoffset: 0;
    }
  }

  .ct-thanks__content {
    max-width: 560px;
  }

  .ct-thanks__title {
    margin: 0 0 clamp(16px, 3vw, 24px);
    font-family: "Shippori Mincho", serif;
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--ct-text);
  }

  .ct-thanks__text {
    margin: 0 0 clamp(16px, 3vw, 24px);
    font-size: clamp(14px, 1.8vw, 16px);
    line-height: 1.9;
    color: var(--ct-text-muted);
  }

  .ct-thanks__tel {
    margin: 0;
    font-size: clamp(13px, 1.6vw, 15px);
    line-height: 1.7;
    color: var(--ct-text-muted);
  }

  .ct-thanks__tel-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    padding: 12px 24px;
    background: rgba(179, 143, 45, 0.08);
    border-radius: 999px;
    color: var(--ct-gold);
    font-size: clamp(18px, 2.5vw, 22px);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: all 0.25s ease;
  }

  .ct-thanks__tel-link:hover {
    background: var(--ct-gold);
    color: #fff;
  }

  .ct-thanks__tel-link svg {
    flex-shrink: 0;
  }

  .ct-thanks__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: clamp(8px, 2vw, 16px);
  }

  .ct-thanks__actions .ct-form__btn {
    min-width: auto;
    padding: 0 clamp(24px, 4vw, 32px);
  }

  @media (max-width: 560px) {
    .ct-thanks__actions {
      flex-direction: column;
      width: 100%;
    }

    .ct-thanks__actions .ct-form__btn {
      width: 100%;
    }

    .ct-thanks__tel-link {
      width: 100%;
      justify-content: center;
    }
  }

  /* ===== Reduced Motion ===== */
  @media (prefers-reduced-motion: reduce) {
    .ct-form__btn,
    .ct-form__input,
    .ct-form__textarea,
    .ct-form__radio,
    .ct-form__checkbox,
    .ct-form__file-btn,
    .ct-flow__circle,
    .ct-thanks__tel-link {
      transition: none;
    }

    .loader {
      animation: none;
    }

    .ct-thanks__circle,
    .ct-thanks__check {
      animation: none;
      stroke-dashoffset: 0;
    }
  }
}
