/* === AI discovery + trust section === */
.ai-trust-section,
.ai-discovery-page{
  font-family:Arial, Helvetica, sans-serif;
  box-sizing:border-box;
}

.ai-trust-section *,
.ai-discovery-page *{
  box-sizing:border-box;
}

.ai-trust-section{
  background:#fff8ed;
  color:#151c24;
  padding:48px 24px;
  border-top:1px solid #eadfce;
  border-bottom:1px solid #eadfce;
}

.ai-wrap{
  width:100%;
  max-width:1180px;
  margin:0 auto;
}

.ai-kicker{
  display:inline-flex;
  margin-bottom:14px;
  padding:8px 12px;
  border:1px solid #eadfce;
  background:#fff;
  color:#7a552a;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.ai-trust-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  gap:22px;
  align-items:stretch;
}

.ai-trust-main,
.ai-trust-box{
  background:#fff;
  border:1px solid #eadfce;
  padding:26px;
  box-shadow:0 18px 48px rgba(21,28,36,.07);
}

.ai-trust-main{
  border-top:6px solid #c8a06a;
}

.ai-trust-box{
  border-top:6px solid #151c24;
}

.ai-trust-main h2{
  margin:0 0 12px;
  color:#151c24;
  font-size:38px;
  line-height:1.08;
  letter-spacing:-1px;
}

.ai-trust-main p,
.ai-trust-box p{
  margin:0 0 14px;
  color:#4f5964;
  font-size:16px;
  line-height:1.62;
}

.ai-trust-box h3{
  margin:0 0 12px;
  color:#151c24;
  font-size:24px;
  line-height:1.15;
}

.ai-trust-list{
  margin:16px 0 0;
  padding-left:20px;
  color:#4f5964;
  font-size:15px;
  line-height:1.65;
}

.ai-trust-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.ai-trust-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 16px;
  background:#151c24;
  color:#fff;
  -webkit-text-fill-color:#fff;
  text-decoration:none;
  font-weight:900;
}

.ai-trust-actions a:first-child{
  background:#c8a06a;
  color:#151c24;
  -webkit-text-fill-color:#151c24;
}

.ai-discovery-page{
  background:#f6f1ea;
  color:#151c24;
}

.ai-hero{
  background:linear-gradient(135deg,#151c24 0%,#202a35 70%,#6f5537 100%);
  color:#fff;
  padding:64px 24px 44px;
}

.ai-hero h1{
  margin:0 0 16px;
  max-width:920px;
  color:#fff;
  font-size:52px;
  line-height:1.05;
  letter-spacing:-1.5px;
}

.ai-hero p{
  margin:0;
  max-width:780px;
  color:#dbe0e6;
  font-size:19px;
  line-height:1.6;
}

.ai-content{
  padding:48px 24px 58px;
}

.ai-card{
  background:#fff;
  border:1px solid #eadfce;
  border-top:6px solid #c8a06a;
  padding:28px;
  margin-bottom:18px;
  box-shadow:0 18px 48px rgba(21,28,36,.07);
}

.ai-card h2{
  margin:0 0 12px;
  color:#151c24;
  font-size:34px;
  line-height:1.1;
}

.ai-card h3{
  margin:22px 0 8px;
  color:#151c24;
  font-size:23px;
}

.ai-card p,
.ai-card li{
  color:#4f5964;
  font-size:16px;
  line-height:1.65;
}

.ai-card p{
  margin:0 0 14px;
}

.ai-card ul{
  margin:0 0 12px;
  padding-left:22px;
}

.ai-cta{
  background:#151c24;
  color:#fff;
  padding:28px;
  display:flex;
  gap:20px;
  justify-content:space-between;
  align-items:center;
}

.ai-cta h2{
  margin:0 0 8px;
  color:#fff;
  font-size:30px;
}

.ai-cta p{
  margin:0;
  color:#dbe0e6;
}

.ai-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 18px;
  background:#c8a06a;
  color:#151c24;
  -webkit-text-fill-color:#151c24;
  font-weight:900;
  text-decoration:none;
  white-space:nowrap;
}

@media(max-width:900px){
  .ai-trust-section,
  .ai-content{
    padding:34px 16px;
  }

  .ai-hero{
    padding:44px 16px 34px;
  }

  .ai-hero h1,
  .ai-trust-main h2{
    font-size:34px;
  }

  .ai-trust-grid{
    grid-template-columns:1fr;
  }

  .ai-cta{
    display:block;
  }

  .ai-cta a{
    width:100%;
    margin-top:18px;
  }
}
