.tsc {
  --tc-red: #b51f2e;
  --tc-red-dark: #8f1421;
  --tc-ink: #20272e;
  --tc-muted: #68737d;
  --tc-line: #dfe4e8;
  --tc-soft: #f5f7f8;
  --tc-white: #fff;
  color: var(--tc-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

.tsc *, .tsc *::before, .tsc *::after { box-sizing: border-box; }
.tsc [hidden] { display: none !important; }
.tsc-shell { max-width: 1120px; margin: 0 auto; padding: 12px 22px 50px; }
.tsc-hero { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.tsc-eyebrow { display: inline-block; margin-bottom: 10px; color: var(--tc-red); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.tsc-hero h2 { margin: 0 0 12px; color: var(--tc-ink); font-size: clamp(34px, 5vw, 54px); font-weight: 800; letter-spacing: -.04em; line-height: 1.05; }
.tsc-hero p { margin: 0; color: var(--tc-muted); font-size: 18px; }
.tsc-form { margin: 0; }
.tsc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.tsc-mode-screen, .tsc-wizard { background: var(--tc-white); border: 1px solid var(--tc-line); border-radius: 22px; box-shadow: 0 18px 55px rgba(26, 35, 43, .09); overflow: hidden; }
.tsc-mode-screen { padding: 38px; }
.tsc-mode-heading { margin-bottom: 26px; text-align: center; }
.tsc-mode-heading h3 { margin: 0 0 7px; font-size: 27px; color: var(--tc-ink); }
.tsc-mode-heading p { margin: 0; color: var(--tc-muted); }
.tsc-mode-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.tsc-mode-card { position: relative; display: flex; min-height: 390px; flex-direction: column; align-items: flex-start; padding: 25px; overflow: hidden; border: 2px solid var(--tc-line); border-radius: 17px; background: #fff; color: var(--tc-ink); text-align: left; cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.tsc-mode-card:hover, .tsc-mode-card:focus-visible { transform: translateY(-4px); border-color: var(--tc-red); box-shadow: 0 16px 35px rgba(181, 31, 46, .12); outline: none; }
.tsc-mode-easy { background: linear-gradient(145deg, #fff 55%, #fff5f6); }
.tsc-mode-advanced { background: linear-gradient(145deg, #fff 55%, #f1f4f6); }
.tsc-mode-art { display: grid; width: 100%; height: 160px; margin-bottom: 12px; place-items: center; border-radius: 12px; background: rgba(255,255,255,.7); }
.tsc-mode-art svg { width: 100%; max-width: 310px; height: 150px; }
.tsc-mode-kicker { display: inline-flex; margin-bottom: 8px; padding: 5px 9px; border-radius: 99px; background: #f7e5e8; color: var(--tc-red); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.tsc-mode-advanced .tsc-mode-kicker { background: #e8edf0; color: #48535d; }
.tsc-mode-card strong { margin-bottom: 7px; font-size: 27px; line-height: 1.1; }
.tsc-mode-card small { min-height: 50px; color: var(--tc-muted); font-size: 14px; }
.tsc-mode-cta { display: flex; width: 100%; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--tc-line); color: var(--tc-red); font-size: 14px; font-weight: 800; }
.tsc-mode-cta b { font-size: 22px; }

.tsc-wizard { padding: 0 38px 34px; }
.tsc-progress-wrap { position: sticky; z-index: 4; top: 0; margin: 0 -38px 34px; padding: 19px 38px 17px; border-bottom: 1px solid var(--tc-line); background: rgba(255,255,255,.96); backdrop-filter: blur(8px); }
.tsc-change-mode { padding: 0; border: 0; background: transparent; color: var(--tc-muted); font-size: 12px; font-weight: 700; cursor: pointer; }
.tsc-change-mode:hover { color: var(--tc-red); }
.tsc-progress-meta { display: flex; justify-content: space-between; margin: 9px 0 8px; font-size: 14px; font-weight: 800; }
.tsc-progress-meta span:last-child { color: var(--tc-muted); font-weight: 600; }
.tsc-progress { height: 7px; overflow: hidden; border-radius: 99px; background: #e9edf0; }
.tsc-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--tc-red), #df3b4d); transition: width .3s ease; }

.tsc-step { animation: tsc-in .3s ease both; }
@keyframes tsc-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.tsc-step-head { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.tsc-step-head > span { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 14px; background: var(--tc-red); color: #fff; font-size: 15px; font-weight: 900; }
.tsc-step-head h3 { margin: 0 0 3px; color: var(--tc-ink); font-size: 27px; line-height: 1.15; }
.tsc-step-head p { margin: 0; color: var(--tc-muted); font-size: 14px; }
.tsc-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px 22px; }
.tsc-field { min-width: 0; }
.tsc-field-wide { grid-column: 1 / -1; }
.tsc-field label, .tsc-contact-head h4 { display: block; margin: 0 0 7px; color: var(--tc-ink); font-size: 14px; font-weight: 800; }
.tsc-field label span { color: var(--tc-muted); font-size: 11px; font-weight: 600; }
.tsc input:not([type="checkbox"]):not([type="file"]), .tsc select, .tsc textarea { display: block; width: 100%; min-height: 50px; margin: 0; padding: 12px 14px; border: 1px solid #cbd2d8; border-radius: 9px; background: #fff; color: var(--tc-ink); font: inherit; box-shadow: none; transition: border-color .18s ease, box-shadow .18s ease; }
.tsc select { padding-right: 38px; cursor: pointer; }
.tsc textarea { min-height: 112px; resize: vertical; }
.tsc input:focus, .tsc select:focus, .tsc textarea:focus { border-color: var(--tc-red) !important; outline: none; box-shadow: 0 0 0 3px rgba(181,31,46,.12) !important; }
.tsc input.tsc-invalid, .tsc select.tsc-invalid, .tsc textarea.tsc-invalid { border-color: #cf2638 !important; background: #fff8f8; }
.tsc-custom-input { margin-top: 9px !important; }
.tsc-upload { display: flex !important; min-height: 82px; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border: 1.5px dashed #b7c0c7; border-radius: 10px; background: var(--tc-soft); cursor: pointer; transition: border-color .2s, background .2s; }
.tsc-upload:hover { border-color: var(--tc-red); background: #fff6f7; }
.tsc-upload b { color: var(--tc-red); }
.tsc-upload small { color: var(--tc-muted); font-weight: 500; }
.tsc-file { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.tsc-file-name { display: block; margin-top: 6px; color: var(--tc-muted); font-size: 12px; }

.tsc-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--tc-line); }
.tsc-btn { min-height: 50px; padding: 12px 24px; border: 0; border-radius: 9px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.tsc-btn:hover { transform: translateY(-1px); }
.tsc-btn-primary { margin-left: auto; background: var(--tc-red); color: #fff; box-shadow: 0 8px 20px rgba(181,31,46,.18); }
.tsc-btn-primary:hover { background: var(--tc-red-dark); }
.tsc-btn-primary:disabled { opacity: .6; cursor: wait; }
.tsc-btn-secondary { background: #edf0f2; color: var(--tc-ink); }
.tsc-status { min-height: 24px; margin-top: 16px; text-align: center; font-size: 14px; font-weight: 700; }
.tsc-status.is-error { color: #b31d2d; }
.tsc-status.is-success { padding: 17px; border-radius: 9px; background: #e9f8ef; color: #176c3b; }

.tsc-review-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; margin-bottom: 31px; }
.tsc-summary-card, .tsc-sketch-card { min-height: 270px; padding: 23px; border: 1px solid var(--tc-line); border-radius: 14px; background: var(--tc-soft); }
.tsc-card-label, .tsc-sketch-title span { color: var(--tc-red); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.tsc-summary-card > p { margin: 12px 0 18px; color: var(--tc-ink); font-size: 15px; line-height: 1.65; }
.tsc-family { display: grid; grid-template-columns: auto 1fr; gap: 2px 12px; align-items: center; padding: 12px 14px; border-radius: 9px; background: #fff; border-left: 4px solid var(--tc-red); }
.tsc-family span { color: var(--tc-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.tsc-family strong { grid-row: 1 / 3; grid-column: 2; justify-self: end; color: var(--tc-red); font-size: 20px; }
.tsc-family small { color: var(--tc-muted); font-size: 11px; }
.tsc-sketch-title { display: flex; justify-content: space-between; align-items: center; }
.tsc-sketch-title small { color: var(--tc-muted); font-size: 10px; }
.tsc-sketch { display: block; width: 100%; height: 215px; }
.tsc-contact-head { margin: 0 0 17px; }
.tsc-contact-head h4 { font-size: 19px; }
.tsc-consent { display: flex; align-items: flex-start; gap: 10px; color: var(--tc-muted); font-size: 13px; cursor: pointer; }
.tsc-consent input { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; accent-color: var(--tc-red); }

@media (max-width: 780px) {
  .tsc-shell { padding: 34px 14px 52px; }
  .tsc-hero { margin-bottom: 24px; }
  .tsc-hero p { font-size: 16px; }
  .tsc-mode-screen { padding: 22px 16px; }
  .tsc-mode-grid, .tsc-review-grid, .tsc-fields { grid-template-columns: 1fr; }
  .tsc-field-wide { grid-column: auto; }
  .tsc-mode-card { min-height: 330px; padding: 20px; }
  .tsc-mode-art { height: 125px; }
  .tsc-mode-art svg { height: 120px; }
  .tsc-wizard { padding: 0 17px 24px; border-radius: 15px; }
  .tsc-progress-wrap { margin: 0 -17px 27px; padding: 15px 17px 14px; }
  .tsc-step-head { align-items: flex-start; }
  .tsc-step-head > span { width: 41px; height: 41px; flex-basis: 41px; border-radius: 11px; }
  .tsc-step-head h3 { font-size: 22px; }
  .tsc-summary-card, .tsc-sketch-card { min-height: auto; padding: 18px; }
  .tsc-sketch { height: 180px; }
  .tsc-upload { flex-direction: column; align-items: flex-start; gap: 4px; }
  .tsc-btn { padding: 11px 17px; }
}

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

.elementor-section:has(.tsc), .e-con:has(.tsc) { padding-top: 0 !important; margin-top: 0 !important; }
.tsc button.tsc-mode-card { position:relative; display:flex; flex-direction:column; align-items:flex-start; width:100%; min-height:420px; padding:60px 26px 24px; border:1px solid #dce3e7; border-radius:18px; background:#fff; color:var(--tc-ink); white-space:normal; text-transform:none; letter-spacing:normal; line-height:1.5; text-align:left; }
.tsc button.tsc-mode-easy { background:linear-gradient(145deg,#fff 40%,#fff3f5); border-color:#e8bfc6; }
.tsc button.tsc-mode-advanced { background:linear-gradient(145deg,#fff 40%,#f1f5f7); }
.tsc .tsc-mode-kicker { position:absolute; top:17px; right:17px; margin:0; padding:6px 11px; background:#b51f2e; color:#fff; }
.tsc .tsc-mode-advanced .tsc-mode-kicker { background:#e9eef1; color:#526572; }
.tsc .tsc-mode-art { height:155px; margin:0 0 22px; background:transparent; }
.tsc .tsc-mode-card small { min-height:85px; font-size:15px; line-height:1.6; }
.tsc-mode-note { max-width:800px; margin:28px auto 0; text-align:center; color:#586772; font-size:14px; line-height:1.7; }
.tsc-mode-note strong { display:block; margin-top:8px; color:#273a46; }
.tsc-active-mode { float:right; padding:4px 10px; border-radius:20px; background:#f8e7ea; color:#a71c2b; font-size:12px; font-weight:700; }
.tsc-active-mode[data-mode="advanced"] { color:#3b5566; background:#eaf0f4; }
@media(max-width:780px){.tsc button.tsc-mode-card{min-height:390px;padding:58px 20px 20px}.tsc-active-mode{font-size:10px}}
