/*
 * Trust page — scoped stylesheet, loaded only by /trust/.
 * Every selector is prefixed with `.trust-page` so it can't affect other pages.
 * Header, footer and modal styles are intentionally left to the shared theme.
 */
.trust-page {
  --wash: #EEFCFF;
  --wash2: #F4FBFE;
  --muted: #5a6472;
  --line: rgba(17, 2, 41, .08);
  --tr-primary: #5FC2E4;
  --tr-primary-dark: #4AACCE;
  --tr-primary-light: #7FCFEA;
  --tr-primary-deep: #2E93AE;
  --tr-ink: #110229;
  --tr-ease: cubic-bezier(.4, 0, .2, 1);
  --tr-ease-out: cubic-bezier(.16, 1, .3, 1);
  --tr-shadow-card: 0 1px 2px rgba(17, 2, 41, .04), 0 12px 32px rgba(17, 2, 41, .07);
  --tr-shadow-lift: 0 2px 6px rgba(17, 2, 41, .05), 0 26px 60px rgba(17, 2, 41, .12);
}
.trust-page h1, .trust-page h2, .trust-page h3 { text-wrap: balance; margin: 0; }
.trust-page p { margin: 0; text-wrap: pretty; }
.trust-page .wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.trust-page .sec { padding: 110px 0; position: relative; }
.trust-page .sec-head { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.trust-page .sec-title { font-size: clamp(30px, 3.9vw, 46px); font-weight: 600; line-height: 1.06; letter-spacing: -.028em; margin-top: 0; }
.trust-page .sec-sub { font-size: clamp(15.5px, 1.5vw, 17.5px); color: #56626e; margin-top: 14px; line-height: 1.6; max-width: 620px; margin-left: auto; margin-right: auto; }
.trust-page .sec--wash { background: var(--wash); }
.trust-page .sec--wash2 { background: linear-gradient(180deg, #fff 0%, var(--wash2) 100%); }
.trust-page .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--tr-ease-out), transform .7s var(--tr-ease-out); }
.trust-page .reveal.in { opacity: 1; transform: none; }
.trust-page .reveal.d1 { transition-delay: .08s; }
.trust-page .reveal.d2 { transition-delay: .16s; }
.trust-page .reveal.d3 { transition-delay: .24s; }

.trust-page .faq { background: linear-gradient(180deg, #fff 0%, var(--wash2) 100%); }
.trust-page .faq__list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.trust-page .faq__item { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: border-color .25s, box-shadow .25s; }
.trust-page .faq__item:hover { border-color: rgba(95, 194, 228, .45); }
.trust-page .faq__item[open] { border-color: rgba(95, 194, 228, .5); box-shadow: 0 10px 30px rgba(17, 2, 41, .06); }
.trust-page .faq__q { list-style: none; cursor: pointer; padding: 18px 22px; font-size: 16px; font-weight: 600; color: var(--tr-ink); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.trust-page .faq__q::-webkit-details-marker { display: none; }
.trust-page .faq__q .ico { width: 30px; height: 30px; flex-shrink: 0; border-radius: 9px; background: linear-gradient(135deg, rgba(95, 194, 228, .18), rgba(74, 172, 206, .08)); border: 1px solid rgba(95, 194, 228, .4); display: grid; place-items: center; color: var(--tr-primary-dark); transition: transform .3s var(--tr-ease); }
.trust-page .faq__item[open] .faq__q .ico { transform: rotate(135deg); }
.trust-page .faq__q .ico svg { width: 16px; height: 16px; }
.trust-page .faq__a { padding: 0 22px 20px; font-size: 14.5px; color: var(--muted); line-height: 1.6; }

.trust-page .tr-crumbs { font-size: 13.5px; color: var(--muted); }
.trust-page .tr-crumbs ol { display: flex; gap: 10px; list-style: none; margin: 0; padding: 0; }
.trust-page .tr-crumbs li + li::before { content: "/"; margin-right: 10px; color: #b8c2ca; }
.trust-page .tr-crumbs a:hover { color: var(--tr-primary-dark); }
.trust-page .tr-crumbs [aria-current] { color: var(--tr-ink); font-weight: 500; }

.trust-page .tr-hero { padding: 34px 0 84px; background: radial-gradient(900px 420px at 50% -10%, rgba(95, 194, 228, .22), transparent 65%), linear-gradient(180deg, #fff 0%, var(--wash2) 100%); }
.trust-page .tr-hero__head { max-width: 820px; margin: 46px auto 0; text-align: center; }
.trust-page .tr-hero__title { font-size: clamp(34px, 4.6vw, 58px); font-weight: 600; line-height: 1.04; letter-spacing: -.032em; }
.trust-page .tr-hero__def { font-size: clamp(16px, 1.6vw, 18.5px); color: #56626e; line-height: 1.6; margin: 22px auto 0; max-width: 700px; }

.trust-page .tr-promises { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
.trust-page .tr-promise { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 22px 22px 20px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--tr-shadow-card); }
.trust-page .tr-promise__ic { width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, rgba(95, 194, 228, .22), rgba(74, 172, 206, .1)); border: 1px solid rgba(95, 194, 228, .4); display: grid; place-items: center; color: var(--tr-primary-deep); margin-bottom: 8px; }
.trust-page .tr-promise__ic svg { width: 21px; height: 21px; }
.trust-page .tr-promise b { font-size: 16px; font-weight: 600; letter-spacing: -.012em; line-height: 1.3; }
.trust-page .tr-promise > span:last-child { font-size: 14px; color: var(--muted); line-height: 1.5; }
@media (max-width: 960px) { .trust-page .tr-promises { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .trust-page .tr-promises { grid-template-columns: 1fr; } }

.trust-page .tr-track { list-style: none; margin: 0; padding: 0; position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.trust-page .tr-track::before { content: ""; position: absolute; left: 10%; right: 10%; top: 31px; height: 2px; background: linear-gradient(90deg, var(--tr-primary-light), var(--tr-primary-dark)); border-radius: 2px; }
.trust-page .tr-step { position: relative; text-align: center; padding: 0 8px; }
.trust-page .tr-step__ic { position: relative; z-index: 1; width: 62px; height: 62px; margin: 0 auto; border-radius: 50%; background: #fff; border: 2px solid var(--tr-primary-dark); display: grid; place-items: center; color: var(--tr-primary-deep); box-shadow: 0 8px 20px rgba(74, 172, 206, .18); }
.trust-page .tr-step__ic svg { width: 26px; height: 26px; }
.trust-page .tr-step b { display: block; font-size: 16px; font-weight: 600; margin-top: 18px; line-height: 1.3; }
.trust-page .tr-step > span:last-child { display: block; font-size: 14px; color: var(--muted); margin-top: 6px; line-height: 1.5; }
@media (max-width: 860px) {
  .trust-page .tr-track { grid-template-columns: 1fr; gap: 0; max-width: 440px; margin: 0 auto; }
  .trust-page .tr-track::before { left: 30px; right: auto; top: 31px; bottom: 31px; width: 2px; height: auto; background: linear-gradient(180deg, var(--tr-primary-light), var(--tr-primary-dark)); }
  .trust-page .tr-step { display: grid; grid-template-columns: 62px 1fr; column-gap: 18px; text-align: left; padding: 0 0 30px; }
  .trust-page .tr-step__ic { margin: 0; grid-row: 1 / 3; }
  .trust-page .tr-step b { grid-column: 2; margin-top: 14px; }
  .trust-page .tr-step > span:last-child { grid-column: 2; margin-top: 4px; }
}

.trust-page .tr-tabs { display: flex; justify-content: center; gap: 8px; margin: 0 auto 40px; padding: 6px; background: #fff; border: 1px solid var(--line); border-radius: 999px; width: max-content; max-width: 100%; box-shadow: var(--tr-shadow-card); }
.trust-page .tr-tab { border: none; background: transparent; border-radius: 999px; padding: 12px 26px; font-size: 15px; font-weight: 500; color: #56626e; cursor: pointer; font-family: inherit; transition: background .25s var(--tr-ease), color .25s var(--tr-ease); }
.trust-page .tr-tab:hover { color: var(--tr-ink); }
.trust-page .tr-tab.is-on { background: #110229; color: #fff; }
.trust-page .tr-panel { display: none; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; max-width: 1040px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 44px 48px; box-shadow: var(--tr-shadow-card); }
.trust-page .tr-panel.is-on { display: grid; animation: trIn .45s var(--tr-ease-out); }
@keyframes trIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.trust-page .tr-panel h3 { font-size: clamp(22px, 2.4vw, 30px); font-weight: 600; letter-spacing: -.024em; line-height: 1.12; }
.trust-page .tr-panel ul { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.trust-page .tr-panel li { position: relative; padding-left: 30px; font-size: 15.5px; color: #56626e; line-height: 1.55; }
.trust-page .tr-panel li::before { content: ""; position: absolute; left: 0; top: 7px; width: 16px; height: 16px; border-radius: 50%; background: linear-gradient(135deg, #7FCFEA, #4AACCE); }
.trust-page .tr-panel li::after { content: ""; position: absolute; left: 5px; top: 12px; width: 6px; height: 3.5px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }
.trust-page .tr-panel li b { color: var(--tr-ink); font-weight: 600; }
.trust-page .tr-panel__note { margin-top: 24px; font-size: 14px; color: var(--muted); line-height: 1.55; padding-top: 20px; border-top: 1px solid var(--line); }
.trust-page .tr-panel__note a { color: var(--tr-primary-deep); text-decoration: underline; }
.trust-page .tr-panel__art { background: linear-gradient(160deg, var(--wash) 0%, #fff 100%); border: 1px solid rgba(95, 194, 228, .35); border-radius: 22px; padding: 18px; min-height: 320px; display: grid; place-items: center; }
.trust-page .tr-panel__art svg { width: 100%; max-width: 340px; height: auto; }
@media (max-width: 900px) {
  .trust-page .tr-panel { grid-template-columns: 1fr; gap: 28px; padding: 30px 24px; }
  .trust-page .tr-panel__art { min-height: 0; order: -1; }
  .trust-page .tr-tabs { width: 100%; justify-content: space-between; }
  .trust-page .tr-tab { flex: 1; padding: 12px 10px; font-size: 14px; }
}

.trust-page .tr-stmt { background: linear-gradient(140deg, #08303e 0%, #0E5266 50%, #2E93AE 100%); border-radius: 28px; padding: 44px 52px; color: #fff; max-width: 1040px; margin: 0 auto; }
.trust-page .tr-stmt p { font-size: clamp(18px, 2vw, 24px); font-weight: 500; line-height: 1.4; max-width: 780px; }
.trust-page .tr-stmt small { display: block; font-size: 14px; color: rgba(255, 255, 255, .7); margin-top: 16px; }
.trust-page .tr-runs { max-width: 1040px; margin: 44px auto 0; display: flex; align-items: flex-start; gap: 28px; }
.trust-page .tr-runs__lbl { flex-shrink: 0; font-size: 14px; font-weight: 600; color: var(--tr-ink); padding-top: 14px; }
.trust-page .tr-runs ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.trust-page .tr-runs li { display: flex; flex-direction: column; gap: 2px; padding: 12px 18px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--tr-shadow-card); }
.trust-page .tr-runs li b { font-size: 14.5px; font-weight: 600; }
.trust-page .tr-runs li span { font-size: 13px; color: var(--muted); }
@media (max-width: 700px) { .trust-page .tr-stmt { padding: 30px 26px; } .trust-page .tr-runs { flex-direction: column; gap: 12px; } .trust-page .tr-runs__lbl { padding-top: 0; } }

.trust-page .tr-req__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.trust-page .tr-req__copy .sec-sub { max-width: 480px; }
.trust-page .tr-req__copy .sec-title { text-align: left; }
.trust-page .tr-stmt-sec.sec { padding-top: 64px; }
.trust-page .tr-form { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 34px 34px 30px; box-shadow: var(--tr-shadow-lift); }
.trust-page .tr-form h3 { font-size: 22px; font-weight: 600; margin-bottom: 22px; }
.trust-page .tr-form form { display: flex; flex-direction: column; gap: 18px; }
.trust-page .tr-form .form-group { display: flex; flex-direction: column; gap: 8px; }
.trust-page .tr-form .form-group label { font-size: 14px; font-weight: 500; color: #110229; }
.trust-page .tr-form .form-group input { width: 100%; padding: 14px 16px; font-size: 16px; line-height: 1.5; color: #110229; background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 12px; transition: .2s; font-family: inherit; }
.trust-page .tr-form .form-group input:focus { outline: none; border-color: var(--tr-primary); background: #fff; box-shadow: 0 0 0 3px rgba(95, 194, 228, .14); }
.trust-page .tr-fine { font-size: 12.5px; color: var(--muted); line-height: 1.55; margin-top: 4px; }
.trust-page .tr-fine a { color: var(--tr-primary-deep); text-decoration: underline; }
@media (max-width: 860px) { .trust-page .tr-req__grid { grid-template-columns: 1fr; gap: 32px; } .trust-page .tr-form { padding: 26px 22px; } }
.trust-page .tr-form__ok { text-align: center; padding: 12px 0 4px; }
.trust-page .tr-form__ok .tr-form__ok-ic { width: 56px; height: 56px; border-radius: 50%; background: rgba(61, 220, 132, .16); border: 1px solid rgba(61, 220, 132, .4); display: grid; place-items: center; color: #3ddc84; margin: 0 auto 14px; }
.trust-page .tr-form__ok h3 { font-size: 20px; font-weight: 600; color: #110229; margin: 0 0 8px; }
.trust-page .tr-form__ok p { color: #64748B; font-size: 15px; margin: 0; }

@media (prefers-reduced-motion: reduce) {
  .trust-page .reveal { opacity: 1; transform: none; }
  .trust-page * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
