html {
  background: #f8f5ef;
}

.quick-customs-page {
  --cream: #f8f5ef;
  --paper: #fffdf8;
  --ink: #12100d;
  --soft-ink: #5d564c;
  --line-soft: rgba(32, 26, 18, 0.12);
  --gold-soft: #d7b56d;
  --gold-deep: #a87b2c;
  --shadow-soft: 0 24px 70px rgba(62, 44, 18, 0.11);
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 8%, rgba(215, 181, 109, 0.24), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(228, 224, 215, 0.92), transparent 30%),
    linear-gradient(180deg, #fffaf0 0%, #f8f5ef 46%, #ffffff 100%);
  color: var(--ink);
}

.quick-customs-page::before,
.quick-customs-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.quick-customs-page::before {
  opacity: 0.44;
  background-image:
    linear-gradient(rgba(168, 123, 44, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 123, 44, 0.1) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(180deg, black 0%, transparent 58%);
}

.quick-customs-page::after {
  opacity: 0.08;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 28px,
      rgba(10, 10, 10, 0.8) 28px 29px,
      transparent 29px 44px
    );
  mask-image: radial-gradient(circle at 50% 11%, black, transparent 31%);
}

.quick-customs-page nav {
  height: 74px;
  padding: 0 clamp(20px, 5vw, 48px);
  background: rgba(255, 253, 248, 0.86);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(22px);
}

.quick-customs-page .nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: var(--ink);
}

.quick-customs-page .nav-logo img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border: 1px solid rgba(168, 123, 44, 0.28);
  background: #050505;
}

.quick-customs-page .nav-logo span {
  font-family: "Playfair Display", Georgia, serif;
}

.quick-customs-page .nav-back {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(168, 123, 44, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--soft-ink);
}

.quick-customs-page .nav-back:hover {
  color: var(--ink);
  border-color: rgba(168, 123, 44, 0.48);
}

.quick-customs-page .hero {
  position: relative;
  max-width: 1120px;
  min-height: 620px;
  display: grid;
  align-content: center;
  padding: 148px 32px 86px;
  isolation: isolate;
}

.quick-customs-page .hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 108px;
  z-index: -1;
  width: min(760px, 86vw);
  aspect-ratio: 1 / 0.48;
  transform: translateX(-50%);
  border: 1px solid rgba(168, 123, 44, 0.14);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(215, 181, 109, 0.28), transparent 34%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.82), transparent 62%);
  filter: blur(0.2px);
}

.quick-customs-page .hero::after {
  content: "";
  width: min(620px, 82vw);
  height: 84px;
  margin: 28px auto 0;
  background:
    linear-gradient(90deg, transparent, rgba(168, 123, 44, 0.75), transparent),
    repeating-linear-gradient(
      90deg,
      transparent 0 10px,
      rgba(10, 10, 10, 0.26) 10px 12px,
      transparent 12px 24px
    );
  clip-path: polygon(
    0 48%, 4% 45%, 7% 52%, 10% 38%, 13% 62%, 16% 34%, 19% 66%, 22% 28%, 25% 72%,
    28% 22%, 31% 78%, 34% 16%, 37% 84%, 40% 10%, 43% 90%, 46% 5%, 50% 96%,
    54% 5%, 57% 90%, 60% 10%, 63% 84%, 66% 16%, 69% 78%, 72% 22%, 75% 72%,
    78% 28%, 81% 66%, 84% 34%, 87% 62%, 90% 38%, 93% 52%, 96% 45%, 100% 48%,
    100% 52%, 96% 55%, 93% 48%, 90% 62%, 87% 38%, 84% 66%, 81% 34%, 78% 72%,
    75% 28%, 72% 78%, 69% 22%, 66% 84%, 63% 16%, 60% 90%, 57% 10%, 54% 95%,
    50% 4%, 46% 95%, 43% 10%, 40% 90%, 37% 16%, 34% 84%, 31% 22%, 28% 78%,
    25% 28%, 22% 72%, 19% 34%, 16% 66%, 13% 38%, 10% 62%, 7% 48%, 4% 55%, 0 52%
  );
  opacity: 0.52;
}

.quick-customs-page .hero-eyebrow,
.quick-customs-page .form-label,
.quick-customs-page .what-item .wi-title {
  color: var(--gold-deep);
}

.quick-customs-page .hero h1 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: var(--ink);
  font-size: clamp(44px, 8vw, 82px);
  letter-spacing: 0;
  text-wrap: balance;
}

.quick-customs-page .hero p {
  color: var(--soft-ink);
}

.quick-customs-page .pricing-row {
  gap: 10px;
}

.quick-customs-page .pill {
  min-height: 48px;
  border: 1px solid rgba(168, 123, 44, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 245, 239, 0.9));
  box-shadow: 0 12px 34px rgba(62, 44, 18, 0.08);
  color: var(--ink);
  text-decoration: none;
}

.quick-customs-page .pill.hero-cta {
  color: #fff9e8;
  border-color: rgba(168, 123, 44, 0.42);
  background: linear-gradient(135deg, #090807, #231b12 52%, #a87b2c);
}

.quick-customs-page .divider {
  max-width: 1120px;
  border-top-color: rgba(168, 123, 44, 0.18);
}

.quick-customs-page .proof-section,
.quick-customs-page .emotion-gallery,
.quick-customs-page .selling-lanes {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
}

.quick-customs-page .proof-section {
  display: grid;
  gap: 28px;
  padding-top: 16px;
  padding-bottom: 44px;
}

.quick-customs-page .proof-copy {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.quick-customs-page .proof-copy h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.quick-customs-page .proof-copy p:last-child {
  margin: 0 auto;
  max-width: 620px;
  color: var(--soft-ink);
  font-size: 17px;
  line-height: 1.7;
}

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

.quick-customs-page .audio-proof {
  min-height: 320px;
  display: grid;
  align-content: end;
  gap: 18px;
  overflow: hidden;
  position: relative;
  padding: 26px;
  border: 1px solid rgba(168, 123, 44, 0.22);
  border-radius: 14px;
  color: #fffaf0;
  background: #0f0c09;
  box-shadow: 0 24px 70px rgba(62, 44, 18, 0.15);
  isolation: isolate;
}

.quick-customs-page .audio-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: center / cover no-repeat;
  transform: scale(1.02);
}

.quick-customs-page .personal-proof::before {
  background-image: url("../media/quick-customs/emotional-reaction.jpg");
}

.quick-customs-page .brand-proof::before {
  background-image: url("../media/images/editorial/sound-knob.webp");
}

.quick-customs-page .audio-proof::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.84)),
    linear-gradient(90deg, rgba(15, 12, 9, 0.62), transparent);
}

.quick-customs-page .audio-proof h3 {
  max-width: 520px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.05;
}

.quick-customs-page .audio-proof p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 250, 240, 0.82);
  font-size: 14px;
  line-height: 1.7;
}

.quick-customs-page .audio-proof audio {
  width: 100%;
  max-width: 520px;
  height: 44px;
  border-radius: 999px;
}

.quick-customs-page .emotion-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-bottom: 50px;
}

.quick-customs-page .emotion-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(168, 123, 44, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 250, 238, 0.88), rgba(232, 220, 196, 0.6));
  box-shadow: 0 18px 44px rgba(62, 44, 18, 0.09);
}

.quick-customs-page .emotion-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: saturate(0.92) contrast(1.03);
  transition: transform 700ms ease, filter 700ms ease;
}

.quick-customs-page .emotion-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.05);
}

.quick-customs-page .emotion-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  color: rgba(255, 250, 240, 0.88);
  font-size: 13px;
  line-height: 1.45;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
}

.quick-customs-page .emotion-card figcaption span {
  display: block;
  margin-bottom: 4px;
  color: #fffaf0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1;
}

.quick-customs-page .section-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 8px 0 0;
  text-align: center;
}

.quick-customs-page .section-cta a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  color: #fff9e8;
  background: linear-gradient(135deg, #090807, #231b12 52%, #a87b2c);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 18px 44px rgba(32, 24, 12, 0.14);
}

.quick-customs-page .section-cta span {
  color: var(--soft-ink);
  font-size: 13px;
}

.quick-customs-page .selling-lanes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: 54px;
}

.quick-customs-page .lane {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(168, 123, 44, 0.18);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 18px 44px rgba(62, 44, 18, 0.06);
}

.quick-customs-page .lane span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.quick-customs-page .lane h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.quick-customs-page .lane p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 14px;
  line-height: 1.7;
}

.quick-customs-page .form-wrap {
  max-width: 1160px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(0, 760px);
  gap: 32px;
  align-items: start;
  padding-bottom: 104px;
}

.quick-customs-page .form-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -22px;
  z-index: -1;
  width: min(1240px, calc(100vw - 28px));
  height: calc(100% + 54px);
  transform: translateX(-50%);
  border: 1px solid rgba(168, 123, 44, 0.12);
  background: rgba(255, 253, 248, 0.6);
  box-shadow: var(--shadow-soft);
}

.quick-customs-page .record-panel {
  position: sticky;
  top: 96px;
  min-height: 560px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(168, 123, 44, 0.18);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 245, 239, 0.78));
  box-shadow: 0 18px 48px rgba(62, 44, 18, 0.08);
}

.quick-customs-page .record-disc {
  position: relative;
  width: min(220px, 100%);
  aspect-ratio: 1;
  margin: 0 auto 10px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #f8f5ef 0 10%, transparent 10.5%),
    radial-gradient(circle at 50% 50%, #19130c 0 16%, transparent 16.4%),
    repeating-radial-gradient(circle at 50% 50%, #16110d 0 5px, #241b12 5px 6px, #0b0907 6px 10px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 24px 60px rgba(32, 22, 10, 0.22);
  overflow: hidden;
}

.quick-customs-page .record-disc::before {
  content: "";
  position: absolute;
  inset: 11%;
  border-radius: 50%;
  border: 1px solid rgba(215, 181, 109, 0.38);
}

.quick-customs-page .record-disc::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.2) 48%, transparent 54% 100%);
  transform: rotate(18deg);
}

.quick-customs-page .record-disc span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 22%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, #fffaf0 0 22%, #d7b56d 23% 58%, #a87b2c 59% 100%);
  box-shadow: 0 0 24px rgba(215, 181, 109, 0.4);
}

.quick-customs-page .record-panel h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  line-height: 1;
}

.quick-customs-page .record-panel p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 14px;
  line-height: 1.7;
}

.quick-customs-page .record-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.quick-customs-page .record-actions button,
.quick-customs-page .record-upload-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(168, 123, 44, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.quick-customs-page .record-actions button:first-child {
  color: #fff9e8;
  background: linear-gradient(135deg, #0f0c09, #a87b2c);
}

.quick-customs-page .record-actions button:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

.quick-customs-page .record-meter {
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(32, 26, 18, 0.12);
}

.quick-customs-page .record-meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #a87b2c, #d7b56d);
  transition: width 180ms ease;
}

.quick-customs-page .record-status {
  min-height: 24px;
  color: var(--gold-deep) !important;
  font-size: 13px !important;
  font-weight: 500;
}

.quick-customs-page [data-record-playback] {
  display: none;
  width: 100%;
  height: 42px;
}

.quick-customs-page .form-section {
  margin-bottom: 28px;
}

.quick-customs-page .guided-brief {
  display: grid;
  gap: 18px;
  margin: -4px 0 30px;
  padding: 22px;
  border: 1px solid rgba(168, 123, 44, 0.2);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 250, 238, 0.9), rgba(255, 255, 255, 0.76));
  box-shadow: 0 18px 44px rgba(168, 123, 44, 0.08);
}

.quick-customs-page .guided-brief[hidden],
.quick-customs-page .detail-panel {
  display: none;
}

.quick-customs-page .detail-panel.active {
  display: grid;
  gap: 16px;
}

.quick-customs-page .guided-head {
  display: grid;
  gap: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(32, 26, 18, 0.1);
}

.quick-customs-page .guided-head h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.quick-customs-page .guided-head p:last-child {
  margin: 0;
  color: var(--soft-ink);
  font-size: 14px;
  line-height: 1.7;
}

.quick-customs-page .field-grid {
  display: grid;
  gap: 14px;
}

.quick-customs-page .field-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quick-customs-page .guided-brief label {
  display: grid;
  gap: 8px;
}

.quick-customs-page .guided-brief label > span {
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.quick-customs-page input[type="text"],
.quick-customs-page input[type="email"],
.quick-customs-page input[type="url"],
.quick-customs-page select,
.quick-customs-page textarea,
.quick-customs-page .radio-card label,
.quick-customs-page .addon-box,
.quick-customs-page .toggle-row,
.quick-customs-page .terms-box,
.quick-customs-page .price-summary {
  border-color: rgba(32, 26, 18, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 30px rgba(62, 44, 18, 0.045);
}

.quick-customs-page input:focus,
.quick-customs-page select:focus,
.quick-customs-page textarea:focus {
  outline: none;
  border-color: rgba(168, 123, 44, 0.7);
  box-shadow: 0 0 0 4px rgba(215, 181, 109, 0.18);
}

.quick-customs-page select {
  min-height: 50px;
  width: 100%;
  padding: 0 42px 0 14px;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(168, 123, 44, 0.9) 50%),
    linear-gradient(135deg, rgba(168, 123, 44, 0.9) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.quick-customs-page .radio-card input[type="radio"]:checked + label,
.quick-customs-page .addon-box.active .addon-body {
  background:
    linear-gradient(180deg, rgba(255, 250, 238, 0.95), rgba(255, 255, 255, 0.9));
}

.quick-customs-page .radio-card input[type="radio"]:checked + label,
.quick-customs-page .addon-box.active,
.quick-customs-page .toggle-row.active {
  border-color: rgba(168, 123, 44, 0.68);
  box-shadow: 0 18px 44px rgba(168, 123, 44, 0.1);
}

.quick-customs-page .addon-toggle,
.quick-customs-page .toggle-switch {
  background: #ded7c9;
}

.quick-customs-page .addon-box.active .addon-toggle,
.quick-customs-page .toggle-row.active .toggle-switch {
  background: linear-gradient(135deg, #d9b86e, #a87b2c);
}

.quick-customs-page .upload-box {
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 245, 239, 0.82));
}

.quick-customs-page .terms-box {
  scrollbar-color: var(--gold-deep) rgba(32, 26, 18, 0.08);
}

.quick-customs-page .btn-submit {
  min-height: 60px;
  border-radius: 999px;
  color: #fff9e8;
  background:
    linear-gradient(135deg, #090807, #231b12 52%, #a87b2c);
  box-shadow: 0 22px 60px rgba(32, 24, 12, 0.18);
}

.quick-customs-page .btn-submit:hover {
  background:
    linear-gradient(135deg, #15110c, #2a2117 52%, #bf9140);
}

.quick-customs-page .btn-submit:disabled {
  cursor: wait;
  opacity: 0.76;
}

.quick-customs-page .checkout-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--gold-deep);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.quick-customs-page .checkout-status.is-error {
  color: #9f2f21;
}

.quick-customs-page footer {
  background: #fffdf8;
  border-top-color: rgba(168, 123, 44, 0.18);
}

@media (max-width: 860px) {
  .quick-customs-page .proof-grid,
  .quick-customs-page .selling-lanes {
    grid-template-columns: 1fr;
  }

  .quick-customs-page .emotion-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-customs-page .form-wrap {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .quick-customs-page .record-panel {
    position: static;
    min-height: 0;
  }

  .quick-customs-page .record-disc {
    width: min(180px, 70vw);
  }

}

@media (max-width: 620px) {
  .quick-customs-page nav {
    height: 66px;
    padding: 0 16px;
  }

  .quick-customs-page .nav-logo img {
    width: 36px;
    height: 36px;
  }

  .quick-customs-page .nav-back {
    padding: 0 10px;
    font-size: 11px;
  }

  .quick-customs-page .hero {
    min-height: 0;
    padding: 112px 20px 56px;
  }

  .quick-customs-page .proof-section,
  .quick-customs-page .emotion-gallery,
  .quick-customs-page .selling-lanes {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-customs-page .proof-copy {
    text-align: left;
  }

  .quick-customs-page .audio-proof {
    min-height: 360px;
    padding: 22px;
  }

  .quick-customs-page .emotion-gallery {
    grid-template-columns: 1fr;
  }

  .quick-customs-page .form-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-customs-page .form-wrap::before {
    width: calc(100vw - 20px);
  }

  .quick-customs-page .field-grid.two {
    grid-template-columns: 1fr;
  }

}
