/* How It Works 1.11.6. Page-scoped layout using the existing Home design tokens. */
body.tryycart-global-theme #tc-page-hiw.tc-hiw-v2 {
  --tch-ink: var(--tc-aurora-ink,#17233a);
  --tch-copy: var(--tc-aurora-body,#3f4d62);
  --tch-line: rgba(82,100,143,.2);
  width: 100%; color: var(--tch-copy); font: 15px/1.55 var(--tc-body-font,"DM Sans",sans-serif);
  background: radial-gradient(circle at 8% 5%,rgba(255,194,167,.20),transparent 27%),radial-gradient(circle at 91% 4%,rgba(152,188,255,.23),transparent 31%),linear-gradient(180deg,#eef0f5,#e8ecf4 62%,#eef0f5);
}
#tc-page-hiw.tc-hiw-v2 *, #tc-page-hiw.tc-hiw-v2 *::before, #tc-page-hiw.tc-hiw-v2 *::after { box-sizing: border-box; }
#tc-page-hiw.tc-hiw-v2 :is(h1,h2,h3,p,figure,ol,ul) { margin: 0; }
body #tc-page-hiw.tc-hiw-v2 :is(h1,h2,h3) { color: var(--tch-ink); font-family: var(--tc-heading-font,"Bricolage Grotesque",sans-serif) !important; font-weight: 700 !important; letter-spacing: -.04em; text-wrap: balance; }
#tc-page-hiw.tc-hiw-v2 .tch-shell { width: min(1180px,calc(100% - clamp(32px,6vw,80px))); margin-inline: auto; }
#tc-page-hiw.tc-hiw-v2 .tch-label { display: block; color: var(--tch-ink); font-size: 14px; font-weight: 900; line-height: 1.3; }
#tc-page-hiw.tc-hiw-v2 .tch-hero { background-color: var(--tc-aurora-hero-base,#cbd2df); background-image: radial-gradient(ellipse at 7% 9%,rgba(235,151,116,.55),transparent 48%),radial-gradient(ellipse at 93% 4%,rgba(79,145,225,.52),transparent 52%),radial-gradient(ellipse at 64% 96%,rgba(119,101,205,.34),transparent 54%),radial-gradient(rgba(17,28,50,.12) .7px,transparent .8px),linear-gradient(142deg,var(--tc-aurora-hero-warm,#dfc8c1),var(--tc-aurora-hero-cool,#bdcbdd) 49%,var(--tc-aurora-hero-lilac,#c9c9dc)); background-size: auto,auto,auto,17px 17px,auto; }
#tc-page-hiw.tc-hiw-v2 .tch-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: 40px; padding-block: 32px; }
body #tc-page-hiw.tc-hiw-v2 h1 { font-size: clamp(2.55rem,4.1vw,4rem); line-height: 1.01; letter-spacing: -.057em; margin: 10px 0 16px; }
#tc-page-hiw.tc-hiw-v2 h1 > span { display: block; color: #145ebd; background: linear-gradient(100deg,#b43d04 0%,#b54c08 38%,#596b7f 68%,#145ebd 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
#tc-page-hiw.tc-hiw-v2 .tch-hero-copy > p { font-size: 16px; max-width: 550px; color: #3b4b63; }
#tc-page-hiw.tc-hiw-v2 .tch-hero-copy > .tch-button { margin-top: 20px; }
#tc-page-hiw.tc-hiw-v2 .tch-guest-note { display: block; margin-top: 12px; color: var(--tch-copy); font-size: 12px; }
#tc-page-hiw.tc-hiw-v2 .tc-line-icon { display: inline-flex; width: 25px; height: 25px; flex: 0 0 25px; }
#tc-page-hiw.tc-hiw-v2 .tc-line-icon svg { width: 100%; height: 100%; }
#tc-page-hiw.tc-hiw-v2 :is(.tch-button,.tch-next,.tch-play) { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 44px; padding: 10px 16px; border: 1px solid var(--tch-line); border-radius: 10px; font: 700 14px/1.3 var(--tc-body-font,"DM Sans",sans-serif); cursor: pointer; text-decoration: none; }
#tc-page-hiw.tc-hiw-v2 .tch-button { color: #fff; background: linear-gradient(108deg,#bd400d 0%,#7952b3 55%,#3158d8 100%); box-shadow: 0 8px 20px rgba(66,79,170,.14); }
#tc-page-hiw.tc-hiw-v2 :is(.tch-button.is-secondary,.tch-next,.tch-play) { color: var(--tch-ink); background: rgba(255,255,255,.64); box-shadow: none; }
#tc-page-hiw.tc-hiw-v2 :is(button,a,summary):focus-visible { outline: 3px solid #705cff; outline-offset: 4px; }
#tc-page-hiw.tc-hiw-v2 button:disabled { cursor: default; opacity: .65; }
#tc-page-hiw.tc-hiw-v2 .tch-route-art { display: grid; grid-template-columns: minmax(135px,1.1fr) minmax(25px,.3fr) minmax(85px,.7fr) 24px minmax(70px,.6fr); align-items: center; padding: 24px 18px; border-radius: 22px; background: radial-gradient(circle at 10% 18%,rgba(255,194,167,.31),transparent 29%),radial-gradient(circle at 90% 10%,rgba(152,188,255,.36),transparent 33%),linear-gradient(145deg,rgba(255,255,255,.77),rgba(255,255,255,.42)); box-shadow: var(--tc-aurora-shadow,0 24px 58px rgba(49,65,100,.13)); }
#tc-page-hiw.tc-hiw-v2 .tch-art-sources { display: grid; gap: 10px; }
#tc-page-hiw.tc-hiw-v2 .tch-art-sources > span { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; padding: 10px 8px; border-radius: 10px; background: rgba(255,255,255,.56); }
#tc-page-hiw.tc-hiw-v2 .tch-art-lines { width: 100%; height: 144px; color: #8e92af; }
#tc-page-hiw.tc-hiw-v2 :is(.tch-art-hub,.tch-art-door) { display: grid; justify-items: center; gap: 8px; text-align: center; font-size: 14px; }
#tc-page-hiw.tc-hiw-v2 .tch-art-hub { padding: 16px 8px; border-radius: 14px; background: #dce1ee; }
#tc-page-hiw.tc-hiw-v2 .tch-art-hub .tc-line-icon { width: 34px; height: 34px; }
#tc-page-hiw.tc-hiw-v2 .tch-art-hub small { font-size: 12px; }
#tc-page-hiw.tc-hiw-v2 .tch-art-arrow { text-align: center; color: #7952b3; }
#tc-page-hiw.tc-hiw-v2 .tch-route-art figcaption { grid-column: 1/-1; font-size: 12px; text-align: center; margin-top: 18px; }
#tc-page-hiw.tc-hiw-v2 .tch-body { display: grid; gap: clamp(36px,4.5vw,56px); padding-block: 36px 48px; }
#tc-page-hiw.tc-hiw-v2 #tch-start { scroll-margin-top: 100px; }
#tc-page-hiw.tc-hiw-v2 .tch-heading { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); align-items: end; gap: 28px; margin-bottom: 22px; }
body #tc-page-hiw.tc-hiw-v2 h2 { font-size: clamp(1.9rem,2.75vw,2.65rem); line-height: 1.05; margin-top: 8px; }
#tc-page-hiw.tc-hiw-v2 .tch-heading p { max-width: 470px; font-size: 15px; color: var(--tch-copy); }
#tc-page-hiw.tc-hiw-v2 .tch-services { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
#tc-page-hiw.tc-hiw-v2 .tch-service { display: flex; flex-direction: column; align-items: start; gap: 8px; min-width: 0; padding: 20px; text-align: left; border: 1px solid var(--tch-line); border-radius: 18px; background: linear-gradient(145deg,rgba(255,255,255,.81),rgba(255,255,255,.5)); color: var(--tch-copy); font: inherit; cursor: pointer; box-shadow: var(--tc-aurora-shadow-soft,0 15px 40px rgba(49,65,100,.09)); }
#tc-page-hiw.tc-hiw-v2 .tch-service.is-selected { border: 2px solid #7952b3; padding: 19px; background: linear-gradient(125deg,#f5e8e2,#e4eafa); }
#tc-page-hiw.tc-hiw-v2 .tch-service-top { display: flex; width: 100%; align-items: center; justify-content: space-between; margin-bottom: 3px; color: #725094; }
#tc-page-hiw.tc-hiw-v2 .tch-service-indicator { font-size: 17px; }
#tc-page-hiw.tc-hiw-v2 .tch-service > strong { color: var(--tch-ink); font: 700 22px/1.1 var(--tc-heading-font,"Bricolage Grotesque",sans-serif); }
#tc-page-hiw.tc-hiw-v2 .tch-service > b { font-size: 14px; line-height: 1.45; }
#tc-page-hiw.tc-hiw-v2 .tch-service > span:last-child { font-size: 14px; line-height: 1.55; }
#tc-page-hiw.tc-hiw-v2 .tch-service-details { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 20px; margin-top: 14px; border-radius: 16px; background: rgba(255,255,255,.52); }
body #tc-page-hiw.tc-hiw-v2 h3 { font-size: 21px; line-height: 1.2; }
#tc-page-hiw.tc-hiw-v2 .tch-service-details h3 { font-size: 17px; }
#tc-page-hiw.tc-hiw-v2 .tch-service-details ul { display: flex; flex-wrap: wrap; gap: 5px 26px; padding-left: 17px; margin-top: 8px; font-size: 13px; }
#tc-page-hiw.tc-hiw-v2 .tch-service-details .tch-button { flex-shrink: 0; }
#tc-page-hiw.tc-hiw-v2 .tch-journey-box { padding: 22px; border-radius: 22px; background: linear-gradient(145deg,rgba(255,255,255,.81),rgba(255,255,255,.5)); box-shadow: var(--tc-aurora-shadow-soft,0 15px 40px rgba(49,65,100,.09)); }
#tc-page-hiw.tc-hiw-v2 .tch-playbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 13px; font-weight: 700; }
#tc-page-hiw.tc-hiw-v2 .tch-steps { position: relative; isolation: isolate; list-style: none; padding: 22px 0; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }
#tc-page-hiw.tc-hiw-v2 .tch-steps::before, #tc-page-hiw.tc-hiw-v2 .tch-steps::after { content: ''; position: absolute; top: 47px; left: 10%; width: 80%; height: 2px; z-index: -1; background: #c3cada; }
#tc-page-hiw.tc-hiw-v2 .tch-steps::after { background: linear-gradient(90deg,#bd400d,#7952b3,#3158d8); transform: scaleX(calc(var(--tch-step) / 4)); transform-origin: left center; transition: transform .35s ease; }
#tc-page-hiw.tc-hiw-v2 .tch-step { display: grid; justify-items: center; gap: 6px; width: 100%; min-height: 100px; padding: 0 3px; background: none; border: 0; color: var(--tch-copy); cursor: pointer; font: inherit; }
#tc-page-hiw.tc-hiw-v2 .tch-step-icon { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid #bcc7db; border-radius: 15px; background: #edf0f7; }
#tc-page-hiw.tc-hiw-v2 .tch-step.is-current .tch-step-icon { background: linear-gradient(108deg,#bd400d,#7952b3 55%,#3158d8); color: white; border-color: #7952b3; box-shadow: 0 5px 16px rgba(89,86,155,.2); }
#tc-page-hiw.tc-hiw-v2 .tch-step.is-complete .tch-step-icon { border-color: #7952b3; color: #7952b3; }
#tc-page-hiw.tc-hiw-v2 .tch-step small { font-size: 12px; }
#tc-page-hiw.tc-hiw-v2 .tch-step strong { font-size: 14px; }
#tc-page-hiw.tc-hiw-v2 .tch-step-detail { display: grid; grid-template-columns: 44px minmax(0,1fr) auto; align-items: center; gap: 16px; padding: 20px; border-radius: 15px; background: linear-gradient(125deg,#e9e5ed,#e4eaf6); }
#tc-page-hiw.tc-hiw-v2 .tch-detail-icon { color: #7952b3; }
#tc-page-hiw.tc-hiw-v2 .tch-detail-icon .tc-line-icon { width: 40px; height: 40px; }
#tc-page-hiw.tc-hiw-v2 .tch-step-detail .tch-label { font-size: 12px; margin-bottom: 5px; }
#tc-page-hiw.tc-hiw-v2 .tch-step-detail p { margin-top: 8px; font-size: 15px; }
#tc-page-hiw.tc-hiw-v2 .tch-step-detail small { display: block; font-size: 13px; margin-top: 6px; }
#tc-page-hiw.tc-hiw-v2 .tch-info-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
#tc-page-hiw.tc-hiw-v2 .tch-info-grid article { display: flex; flex-direction: column; align-items: start; gap: 12px; padding: 20px; border-radius: 18px; background: linear-gradient(145deg,rgba(255,255,255,.77),rgba(255,255,255,.48)); }
#tc-page-hiw.tc-hiw-v2 .tch-info-grid p { font-size: 14px; }
#tc-page-hiw.tc-hiw-v2 .tch-info-grid .tch-button { margin-top: auto; }
#tc-page-hiw.tc-hiw-v2 .tch-note { font-size: 13px; color: #695578; margin-top: auto; }
#tc-page-hiw.tc-hiw-v2 .tch-faq-list { display: grid; gap: 10px; }
#tc-page-hiw.tc-hiw-v2 .tch-faq-list details { padding: 0 18px; border-radius: 12px; background: rgba(255,255,255,.59); }
#tc-page-hiw.tc-hiw-v2 .tch-faq-list summary { padding: 16px 0; cursor: pointer; font-size: 15px; font-weight: 700; color: var(--tch-ink); }
#tc-page-hiw.tc-hiw-v2 .tch-faq-list p { padding: 0 0 16px; font-size: 14px; max-width: 850px; }
#tc-page-hiw.tc-hiw-v2 .tch-close { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px; border-radius: 20px; background: radial-gradient(circle at 8% 8%,rgba(255,194,167,.3),transparent 40%),radial-gradient(circle at 92% 4%,rgba(152,188,255,.34),transparent 40%),rgba(255,255,255,.48); }
#tc-page-hiw.tc-hiw-v2 .tch-close h2 { font-size: 28px; }
#tc-page-hiw.tc-hiw-v2 .tch-close-actions { display: flex; flex-wrap: wrap; gap: 10px; }
@media(max-width:1000px) {
  #tc-page-hiw.tc-hiw-v2 .tch-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  #tc-page-hiw.tc-hiw-v2 .tch-route-art { width: 100%; max-width: 650px; }
  #tc-page-hiw.tc-hiw-v2 .tch-heading { grid-template-columns: 1fr; gap: 12px; }
  #tc-page-hiw.tc-hiw-v2 .tch-service-details, #tc-page-hiw.tc-hiw-v2 .tch-close { align-items: start; flex-direction: column; }
  #tc-page-hiw.tc-hiw-v2 .tch-step-detail { grid-template-columns: 40px minmax(0,1fr); }
  #tc-page-hiw.tc-hiw-v2 .tch-next { grid-column: 2; justify-self: start; }
  #tc-page-hiw.tc-hiw-v2 .tch-service { padding: 16px; }
  #tc-page-hiw.tc-hiw-v2 .tch-service.is-selected { padding: 15px; }
}
@media(max-width:700px) {
  body #tc-page-hiw.tc-hiw-v2 h1 { font-size: clamp(2.2rem,8vw,3rem); }
  body #tc-page-hiw.tc-hiw-v2 h2 { font-size: 29px; }
  #tc-page-hiw.tc-hiw-v2 .tch-services, #tc-page-hiw.tc-hiw-v2 .tch-info-grid { grid-template-columns: 1fr; }
  #tc-page-hiw.tc-hiw-v2 .tch-service { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 6px 10px; }
  #tc-page-hiw.tc-hiw-v2 .tch-service-top { grid-row: 1/4; display: grid; gap: 10px; align-self: start; }
  #tc-page-hiw.tc-hiw-v2 .tch-service > strong { font-size: 20px; }
  #tc-page-hiw.tc-hiw-v2 .tch-service > b, #tc-page-hiw.tc-hiw-v2 .tch-service > span:last-child { grid-column: 2; }
  #tc-page-hiw.tc-hiw-v2 .tch-route-art { grid-template-columns: minmax(0,1.2fr) 22px minmax(0,.75fr) 18px minmax(0,.7fr); padding: 18px 10px; }
  #tc-page-hiw.tc-hiw-v2 .tch-art-sources > span { font-size: 11px; gap: 5px; padding: 8px 5px; }
  #tc-page-hiw.tc-hiw-v2 .tch-art-sources .tc-line-icon { width: 18px; height: 18px; flex-basis: 18px; }
  #tc-page-hiw.tc-hiw-v2 :is(.tch-art-hub,.tch-art-door) { font-size: 12px; }
  #tc-page-hiw.tc-hiw-v2 .tch-art-hub { padding: 12px 3px; }
  #tc-page-hiw.tc-hiw-v2 .tch-journey-box { padding: 16px; }
  #tc-page-hiw.tc-hiw-v2 .tch-playbar { align-items: start; }
  #tc-page-hiw.tc-hiw-v2 .tch-play { font-size: 12px; padding: 8px 10px; }
  #tc-page-hiw.tc-hiw-v2 .tch-steps { grid-template-columns: 1fr; gap: 8px; padding-block: 18px; }
  #tc-page-hiw.tc-hiw-v2 .tch-step { grid-template-columns: 44px 24px minmax(0,1fr); justify-items: start; align-items: center; min-height: 44px; padding: 0; gap: 10px; }
  #tc-page-hiw.tc-hiw-v2 .tch-step-icon { width: 42px; height: 42px; border-radius: 12px; }
  #tc-page-hiw.tc-hiw-v2 .tch-steps::before, #tc-page-hiw.tc-hiw-v2 .tch-steps::after { left: 20px; top: 39px; width: 2px; height: calc(100% - 78px); }
  #tc-page-hiw.tc-hiw-v2 .tch-steps::after { transform: scaleY(calc(var(--tch-step) / 4)); transform-origin: center top; }
  #tc-page-hiw.tc-hiw-v2 .tch-step-detail { grid-template-columns: minmax(0,1fr); gap: 12px; padding: 16px; }
  #tc-page-hiw.tc-hiw-v2 .tch-detail-icon { display: none; }
  #tc-page-hiw.tc-hiw-v2 .tch-next { grid-column: 1; }
}
@media(prefers-reduced-motion:reduce) {
  #tc-page-hiw.tc-hiw-v2 *, #tc-page-hiw.tc-hiw-v2 *::before, #tc-page-hiw.tc-hiw-v2 *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
