@import url("/css/site-footer.css");

:root {
  --wine: #7f0000;
  --wine-deep: #4d0008;
  --wine-bright: #a61727;
  --ink: #252429;
  --muted: #6d696c;
  --cream: #fbf8f6;
  --rose: #f5e8e5;
  --line: #eaded9;
  --gold: #d8ac6b;
  --white: #fff;
  --shadow: 0 24px 70px rgba(55, 24, 26, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: var(--wine); text-underline-offset: 3px; }
h1, h2, h3 { margin-top: 0; font-family: "Segoe UI", Arial, sans-serif; letter-spacing: -.035em; }
.trust-skip { position: absolute; left: -9999px; top: 10px; z-index: 100; padding: 10px 15px; background: #fff; }
.trust-skip:focus { left: 10px; }

.trust-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(127,0,0,.08); background: rgba(255,255,255,.97); box-shadow: 0 8px 28px rgba(45,20,22,.05); backdrop-filter: blur(10px); }
.trust-header__inner { width: min(1200px, calc(100% - 40px)); min-height: 92px; margin: 0 auto; display: flex; align-items: center; gap: 34px; }
.trust-brand { flex: 0 0 auto; }
.trust-brand img { width: 230px; height: auto; }
.trust-nav { display: flex; align-items: center; justify-content: center; gap: 25px; margin-left: auto; }
.trust-nav a { position: relative; color: var(--ink); font-size: 13px; font-weight: 750; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.trust-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--wine); transition: right .2s ease; }
.trust-nav a:hover::after { right: 0; }

.trust-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border: 1px solid var(--wine); border-radius: 9px; background: linear-gradient(135deg, var(--wine), var(--wine-bright)); box-shadow: 0 13px 28px rgba(127,0,0,.22); color: #fff; font-size: 14px; font-weight: 800; text-align: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.trust-button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 17px 34px rgba(127,0,0,.3); }
.trust-button--small { min-height: 44px; padding: 0 18px; font-size: 12px; white-space: nowrap; }
.trust-button--ghost { border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.08); box-shadow: none; }
.trust-button--ghost:hover { background: rgba(255,255,255,.14); }

.trust-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #2b2629 0%, #171518 52%, #4f0008 100%); color: #fff; }
.trust-hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -130px; top: -220px; border: 105px solid rgba(255,255,255,.045); border-radius: 50%; }
.trust-hero::after { content: ""; position: absolute; width: 300px; height: 300px; left: -150px; bottom: -200px; border-radius: 50%; background: rgba(127,0,0,.42); filter: blur(2px); }
.trust-hero__inner { position: relative; z-index: 2; width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 104px 0 95px; }
.trust-eyebrow { margin: 0 0 14px; color: #edc2bd; font-size: 12px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.trust-hero h1 { max-width: 900px; margin-bottom: 25px; font-size: clamp(48px, 6.4vw, 78px); font-weight: 830; line-height: .99; }
.trust-hero__lead { max-width: 780px; margin: 0 0 32px; color: rgba(255,255,255,.78); font-size: 21px; line-height: 1.6; }
.trust-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.trust-proof { position: relative; z-index: 3; width: min(1120px, calc(100% - 40px)); margin: -34px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
.trust-proof__item { min-height: 105px; padding: 25px 27px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.trust-proof__item:last-child { border-right: 0; }
.trust-proof__item strong { color: var(--ink); font-size: 16px; }
.trust-proof__item span { color: var(--muted); font-size: 13px; }

.trust-section { padding: 92px 0; }
.trust-section--white { background: #fff; }
.trust-section--rose { background: var(--rose); }
.trust-section__inner { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.trust-heading { max-width: 770px; margin-bottom: 43px; }
.trust-heading--center { margin-left: auto; margin-right: auto; text-align: center; }
.trust-heading h2 { margin-bottom: 17px; font-size: clamp(34px, 4.5vw, 53px); line-height: 1.08; }
.trust-heading p { margin: 0; color: var(--muted); font-size: 19px; }

.trust-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.trust-split h2 { margin-bottom: 19px; font-size: clamp(34px, 4vw, 50px); line-height: 1.08; }
.trust-split p { color: var(--muted); }
.trust-panel { position: relative; padding: 42px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 16px 48px rgba(55,24,26,.09); }
.trust-panel::before { content: ""; position: absolute; width: 50px; height: 5px; left: 42px; top: 0; border-radius: 0 0 8px 8px; background: var(--wine); }
.trust-panel h3 { margin: 0 0 12px; font-size: 25px; }
.trust-panel p:last-child { margin-bottom: 0; }

.trust-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.trust-card-grid--four { grid-template-columns: repeat(4, 1fr); }
.trust-card { min-height: 100%; padding: 31px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 10px 35px rgba(53,27,29,.065); transition: transform .2s ease, box-shadow .2s ease; }
.trust-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(53,27,29,.12); }
.trust-card__icon { width: 50px; height: 50px; margin-bottom: 24px; border-radius: 13px; display: grid; place-items: center; background: var(--rose); color: var(--wine); font-size: 21px; }
.trust-card h3 { margin-bottom: 12px; font-size: 23px; line-height: 1.22; }
.trust-card p { margin: 0; color: var(--muted); font-size: 15px; }

.trust-journey { counter-reset: journey; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.trust-journey__step { position: relative; padding: 38px 40px 35px; border: 1px solid var(--line); border-right: 0; background: #fff; }
.trust-journey__step:first-child { border-radius: 16px 0 0 16px; }
.trust-journey__step:last-child { border-right: 1px solid var(--line); border-radius: 0 16px 16px 0; }
.trust-journey__step::before { counter-increment: journey; content: "0" counter(journey); display: block; margin-bottom: 28px; color: var(--wine); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.trust-journey__step h3 { margin-bottom: 9px; font-size: 23px; }
.trust-journey__step p { margin: 0; color: var(--muted); font-size: 15px; }

.trust-checklist { margin: 0; padding: 0; list-style: none; }
.trust-checklist li { position: relative; margin-bottom: 17px; padding-left: 36px; color: #4f4b4e; }
.trust-checklist li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; background: var(--rose); color: var(--wine); font-size: 13px; font-weight: 900; }

.trust-note { padding: 37px 40px; border-left: 5px solid var(--wine); border-radius: 0 14px 14px 0; background: #fff; box-shadow: 0 12px 37px rgba(53,27,29,.08); }
.trust-note strong { display: block; margin-bottom: 8px; color: var(--wine); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.trust-note p { margin: 0; color: var(--muted); }

.trust-cta { padding: 78px 0; background: linear-gradient(135deg, var(--wine-deep), var(--wine)); color: #fff; }
.trust-cta__inner { width: min(1120px, calc(100% - 40px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.trust-cta h2 { max-width: 710px; margin: 0 0 9px; font-size: clamp(34px, 4vw, 51px); line-height: 1.08; }
.trust-cta p { max-width: 680px; margin: 0; color: rgba(255,255,255,.75); }
.trust-cta .trust-button { flex: 0 0 auto; border-color: #fff; background: #fff; box-shadow: 0 13px 30px rgba(40,0,5,.2); color: var(--wine); }

.trust-footer { padding: 64px 0 0; border-top: 4px solid var(--wine); background: #1e1d20; color: #aaa2a5; }
.trust-footer__inner { width: min(1120px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1.55fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
.trust-footer__brand img { width: 235px; height: auto; margin-bottom: 14px; }
.trust-footer__brand p { max-width: 360px; margin: 0; font-size: 14px; }
.trust-footer nav { display: flex; flex-direction: column; gap: 8px; }
.trust-footer nav strong { margin-bottom: 8px; color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.trust-footer a { color: #bdb6b8; font-size: 14px; text-decoration: none; }
.trust-footer a:hover { color: #fff; text-decoration: underline; }
.trust-footer__bottom { padding: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #7f797c; font-size: 12px; text-align: center; }

@media (max-width: 1040px) {
  .trust-header__inner { flex-wrap: wrap; padding: 14px 0; gap: 15px 25px; }
  .trust-nav { order: 3; width: 100%; }
  .trust-header .trust-button { margin-left: auto; }
  .trust-card-grid--four { grid-template-columns: repeat(2, 1fr); }
  .trust-footer__inner { grid-template-columns: 1.5fr 1fr 1fr; }
  .trust-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  .trust-header { position: relative; }
  .trust-header__inner { justify-content: center; }
  .trust-brand img { width: 210px; }
  .trust-header .trust-button { margin-left: 0; }
  .trust-nav { gap: 11px 20px; flex-wrap: wrap; }
  .trust-nav a { font-size: 11px; }
  .trust-hero__inner { padding: 75px 0 72px; }
  .trust-hero h1 { font-size: 50px; }
  .trust-proof { grid-template-columns: repeat(2, 1fr); }
  .trust-proof__item:nth-child(2) { border-right: 0; }
  .trust-proof__item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-section { padding: 70px 0; }
  .trust-split { grid-template-columns: 1fr; gap: 35px; }
  .trust-card-grid { grid-template-columns: 1fr; }
  .trust-card-grid--four { grid-template-columns: repeat(2, 1fr); }
  .trust-journey { grid-template-columns: 1fr; }
  .trust-journey__step { border-right: 1px solid var(--line); border-bottom: 0; }
  .trust-journey__step:first-child { border-radius: 16px 16px 0 0; }
  .trust-journey__step:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 16px 16px; }
  .trust-cta__inner { align-items: flex-start; flex-direction: column; }
  .trust-footer__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 510px) {
  .trust-header__inner, .trust-hero__inner, .trust-proof, .trust-section__inner, .trust-cta__inner, .trust-footer__inner { width: min(100% - 28px, 1120px); }
  .trust-header__inner { flex-direction: column; }
  .trust-header .trust-button { width: 100%; }
  .trust-nav { justify-content: center; }
  .trust-hero__inner { padding: 58px 0 62px; }
  .trust-hero h1 { font-size: 41px; }
  .trust-hero__lead { font-size: 18px; }
  .trust-actions { flex-direction: column; }
  .trust-button { width: 100%; }
  .trust-proof { grid-template-columns: 1fr; margin-top: -22px; }
  .trust-proof__item { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-proof__item:nth-child(3) { border-bottom: 1px solid var(--line); }
  .trust-proof__item:last-child { border-bottom: 0; }
  .trust-card-grid--four { grid-template-columns: 1fr; }
  .trust-panel, .trust-card, .trust-note { padding: 27px; }
  .trust-footer__inner { grid-template-columns: 1fr; gap: 35px; }
}

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