/* Trust pages V31 */
.trust-hero{
  position:relative;overflow:hidden;
  padding:28px 0 54px;
  background:
    radial-gradient(circle at 78% 18%,rgba(228,184,84,.20),transparent 26%),
    radial-gradient(circle at 18% 24%,rgba(255,255,255,.76),transparent 36%),
    linear-gradient(145deg,#fff 0,#f8f1e6 60%,#fff 100%);
}
.trust-hero:before{
  content:"";position:absolute;inset:0;opacity:.32;pointer-events:none;
  background-image:
    linear-gradient(rgba(143,109,37,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(143,109,37,.04) 1px,transparent 1px);
  background-size:40px 40px;
}
.trust-hero .container{position:relative;z-index:1}

.trust-breadcrumb{
  display:flex;align-items:center;gap:8px;
  margin-bottom:18px;color:#837867;font-size:.82rem
}
.trust-breadcrumb a{color:#837867;text-decoration:none}
.trust-breadcrumb span{color:#9a6a0d;font-weight:800}
.trust-breadcrumb i{font-size:.68rem}

.trust-page-tabs{
  display:flex;gap:10px;flex-wrap:wrap;
  margin-bottom:24px;
}
.trust-page-tabs a{
  padding:9px 15px;border-radius:999px;
  border:1px solid #e6dbc8;background:rgba(255,255,255,.76);
  color:#635a4f;text-decoration:none;font-size:.84rem;font-weight:850;
  transition:.2s ease;
}
.trust-page-tabs a:hover,
.trust-page-tabs a.active{
  background:#292218;border-color:#292218;color:#efc86f
}

.trust-hero-shell{
  display:grid;grid-template-columns:minmax(0,1.18fr) 360px;
  gap:32px;align-items:stretch
}
.trust-hero-copy{
  padding:8px 0;
}
.trust-hero h1{
  font-size:clamp(38px,5vw,62px);
  font-weight:950;letter-spacing:-.045em;color:#221d16;
  margin:8px 0 15px;line-height:1.08
}
.trust-hero p{
  max-width:860px;margin:0;color:#665f55;line-height:1.95;font-size:1rem
}
.trust-highlight-tags{
  display:flex;gap:10px;flex-wrap:wrap;margin-top:24px
}
.trust-highlight-tags span{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 14px;border-radius:999px;
  border:1px solid #e0d1b3;background:rgba(255,255,255,.82);
  color:#5e4b2b;font-weight:850;font-size:.83rem
}
.trust-highlight-tags span:before{
  content:"";width:8px;height:8px;border-radius:50%;
  background:linear-gradient(135deg,#c6902a,#edce7e)
}
.trust-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}

.trust-hero-panel{
  position:relative;overflow:hidden;
  padding:30px 28px;
  border:1px solid rgba(183,139,45,.22);
  border-radius:28px;
  background:rgba(255,255,255,.88);
  box-shadow:0 22px 60px rgba(59,42,13,.08);
  backdrop-filter:blur(8px)
}
.trust-hero-panel:before{
  content:"";position:absolute;right:-30px;top:-30px;width:140px;height:140px;border-radius:50%;
  background:radial-gradient(circle,rgba(232,193,103,.35),transparent 70%)
}
.trust-hero-panel-icon{
  width:62px;height:62px;display:grid;place-items:center;
  border-radius:20px;margin-bottom:16px;
  background:#292218;color:#efc86f;font-size:1.55rem;
  box-shadow:0 10px 24px rgba(41,34,24,.18)
}
.trust-hero-panel strong{
  display:block;margin-bottom:16px;color:#262017;
  font-size:1.28rem;line-height:1.45
}
.trust-hero-panel ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.trust-hero-panel li{
  display:flex;align-items:center;gap:12px;
  padding:13px 14px;border:1px solid #eee4d4;border-radius:15px;
  background:#fff;color:#4f4639;font-weight:800
}
.trust-hero-panel li span{
  display:grid;place-items:center;width:30px;height:30px;
  border-radius:50%;background:#f8eed8;color:#9a6910;
  font-size:.72rem;font-weight:900
}

.trust-summary-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px;
  margin-top:26px
}
.trust-summary-card{
  padding:24px 22px;
  border:1px solid #e8dcc8;border-radius:22px;
  background:rgba(255,255,255,.82);
  box-shadow:0 12px 34px rgba(50,37,16,.045)
}
.trust-summary-card h2{
  margin:0 0 10px;color:#2a231b;font-size:1.1rem;font-weight:920
}
.trust-summary-card p{
  margin:0;color:#70685d;font-size:.92rem;line-height:1.8
}

.trust-content-section{padding:74px 0 90px;background:#fff}
.trust-layout{
  display:grid;grid-template-columns:minmax(0,1fr) 310px;
  gap:34px;align-items:start
}
.trust-main{
  display:grid;gap:18px
}
.trust-main section{
  position:relative;overflow:hidden;
  padding:28px 30px;
  border:1px solid #e8ded0;border-radius:24px;
  background:linear-gradient(180deg,#fff,#fffdf9);
  box-shadow:0 14px 42px rgba(48,36,17,.048)
}
.trust-main section:before{
  content:"";position:absolute;left:0;top:0;width:100%;height:4px;
  background:linear-gradient(90deg,#e8c46c,#b27a16,#f0d282)
}
.trust-main h2{
  position:relative;
  margin:0 0 14px;padding-left:18px;
  color:#272119;font-size:clamp(23px,3vw,30px);
  font-weight:920;letter-spacing:-.025em
}
.trust-main h2:before{
  content:"";position:absolute;left:0;top:.24em;width:6px;height:1.1em;border-radius:999px;
  background:linear-gradient(180deg,#e3c16a,#9f6e10)
}
.trust-main p,.trust-main li{
  color:#625c53;line-height:1.95;font-size:.96rem
}
.trust-main p:last-child{margin-bottom:0}
.trust-main ul{padding-left:1.35rem;margin-bottom:0}
.trust-main li+li{margin-top:7px}
.trust-main strong{color:#383026}
.trust-highlight-block{
  background:
    radial-gradient(circle at 86% 18%,rgba(230,192,101,.25),transparent 28%),
    linear-gradient(145deg,#fff9eb,#fff)!important;
  border-color:#e3d1ab!important
}
.trust-updated{
  margin-top:6px;padding:20px 8px 0;
  color:#938979;font-size:.82rem
}

.trust-sidebar{
  position:sticky;top:96px;display:grid;gap:16px
}
.trust-nav-card,
.trust-side-note{
  padding:22px;border:1px solid #e9dfcf;border-radius:22px;
  background:#fff;box-shadow:0 10px 30px rgba(45,34,16,.045)
}
.trust-nav-card>strong{
  display:block;margin-bottom:13px;color:#2c261e;font-size:1.03rem
}
.trust-nav-card a{
  display:block;padding:11px 12px;border-radius:12px;
  color:#625b51;text-decoration:none;transition:.2s
}
.trust-nav-card a+a{margin-top:6px}
.trust-nav-card a:hover,
.trust-nav-card a.active{
  background:#fbf4e3;color:#94630a;font-weight:850
}
.trust-side-note i{
  display:grid;place-items:center;width:46px;height:46px;margin-bottom:14px;
  border-radius:15px;background:#292218;color:#efc86f;font-size:1.15rem
}
.trust-side-note strong{display:block;margin-bottom:7px;color:#2e281f}
.trust-side-note p{margin:0;color:#746c61;font-size:.88rem;line-height:1.75}
.trust-side-soft{
  background:linear-gradient(180deg,#fff,#fffaf0)
}

.contact-channel-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;margin:4px 0 4px
}
.contact-channel{
  display:flex;align-items:center;gap:14px;
  padding:18px;border:1px solid #e5d8c2;border-radius:18px;
  background:linear-gradient(145deg,#fffaf0,#fff);
  color:#332b21;text-decoration:none;transition:.2s
}
.contact-channel:hover{
  transform:translateY(-2px);color:#7e5507;border-color:#d8bb78;
  box-shadow:0 14px 36px rgba(51,37,15,.08)
}
.contact-channel>i{
  display:grid;place-items:center;width:45px;height:45px;flex:0 0 45px;
  border-radius:14px;background:#292218;color:#efc86f
}
.contact-channel span{min-width:0}
.contact-channel strong,.contact-channel small{display:block}
.contact-channel small{margin-top:3px;color:#817768;overflow-wrap:anywhere}

.trust-notice{
  display:flex;align-items:flex-start;gap:13px;
  margin:0;padding:18px;border:1px solid #e3d6bf;border-radius:18px;background:#fff9eb
}
.trust-notice i{color:#a77415;font-size:1.25rem}
.trust-notice p{margin:0}

@media(max-width:1199.98px){
  .trust-hero-shell{grid-template-columns:minmax(0,1fr) 320px}
}
@media(max-width:991.98px){
  .trust-hero-shell,
  .trust-layout{grid-template-columns:1fr}
  .trust-sidebar{position:static;grid-template-columns:1fr 1fr}
  .trust-summary-grid{grid-template-columns:1fr}
}
@media(max-width:767.98px){
  .trust-hero{padding:22px 0 40px}
  .trust-content-section{padding:50px 0 64px}
  .trust-page-tabs{gap:8px}
  .trust-page-tabs a{padding:8px 12px;font-size:.8rem}
  .trust-summary-grid{margin-top:20px}
  .trust-main section{padding:22px 18px;border-radius:20px}
  .trust-sidebar{grid-template-columns:1fr}
  .contact-channel-grid{grid-template-columns:1fr}
}
