.home-trust-grid .ae-trust-item{
  min-height:236px;
  gap:30px;
}

.home-trust-graphic{
  display:grid;
  width:88px;
  height:72px;
  place-items:center;
  color:var(--ae-sage);
}

.home-trust-graphic svg{
  width:100%;
  height:100%;
  overflow:visible;
}

.home-trust-graphic :where(path,rect,circle,line,polyline){
  vector-effect:non-scaling-stroke;
}

.home-trust-copy{
  display:grid;
  gap:8px;
}

.home-trust-grid .ae-trust-name{
  color:var(--ae-cream);
  font-family:var(--ae-font-display);
  font-size:22px;
  line-height:1.2;
}

.home-trust-detail{
  color:rgba(246,243,237,.58);
  font-size:13px;
  line-height:1.45;
}

.home-faq-more{
  border-bottom:1px solid var(--ae-rule);
}

.home-faq .home-faq-more > .home-faq-more-summary{
  display:flex;
  justify-content:space-between;
  gap:24px;
  padding:28px 0;
  color:var(--ae-forest);
}

.home-faq-more-summary-text{
  display:grid;
  gap:5px;
}

.home-faq-more-summary strong{
  font-family:var(--ae-font-body);
  font-size:14px;
  font-weight:600;
}

.home-faq-more-summary small{
  color:var(--ae-muted);
  font-size:12px;
}

.home-faq-more-list{
  padding-left:28px;
  border-top:1px solid var(--ae-rule);
  border-left:1px solid var(--ae-rule);
}

.home-faq-more-list > details:last-child{
  border-bottom:0;
}

.home-faq details .home-faq-icon{
  transform:none;
}

.home-faq details[open] > summary > .home-faq-icon{
  transform:rotate(45deg);
}

.home-final{
  position:relative;
  padding:80px 0 48px;
  background-color:var(--ae-canvas);
  color:var(--ae-cream);
  text-align:left;
  overflow:hidden;
}

.home-final::before{
  content:none;
}

.home-final-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);
  min-height:440px;
  gap:64px;
  align-items:center;
  padding:64px 48px;
  background:var(--ae-forest-deep);
}

.home-final .ae-h2{
  max-width:590px;
  margin:0;
  color:var(--ae-cream);
  font-size:clamp(44px,4vw,56px);
  line-height:1.08;
}

.home-final-actions{
  justify-content:flex-start;
}

.home-final .ae-button{
  background:var(--ae-cream);
  color:var(--ae-forest-deep);
}

.home-final .ae-button-arrow{
  background:var(--ae-sage);
  color:var(--ae-forest-deep);
}

.home-final-copy{
  color:rgba(246,243,237,.78);
}

.home-final-meta{
  color:rgba(246,243,237,.5);
}

.home-final-scene{
  min-width:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.home-final-window{
  overflow:hidden;
  border-radius:16px 0 0 16px;
  background:var(--ae-canvas);
  color:var(--ae-ink);
}

.home-final-windowbar{
  display:flex;
  min-height:46px;
  align-items:center;
  gap:7px;
  padding:0 16px;
  border-bottom:1px solid var(--ae-rule);
  font-size:11px;
}

.home-final-windowbar i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--ae-stone);
}

.home-final-windowbar span{
  margin-left:8px;
  font-weight:600;
}

.home-final-app{
  display:grid;
  grid-template-columns:150px 1fr;
  min-height:360px;
}

.home-final-sidebar{
  padding:22px 14px;
  border-right:1px solid var(--ae-rule);
  background:#f8f8f5;
}

.home-final-sidebar-title{
  margin-bottom:18px;
  color:var(--ae-muted);
  font-family:var(--ae-font-mono);
  font-size:9px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.home-final-folder{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:12px;
  color:var(--ae-copy);
  font-size:11px;
}

.home-final-folder::before{
  content:"";
  width:13px;
  height:9px;
  border:1px solid var(--ae-muted);
  border-radius:2px;
}

.home-final-folder.is-active{
  margin-inline:-7px;
  padding:8px 7px;
  border-radius:5px;
  background:var(--ae-sage-soft);
  color:var(--ae-forest-deep);
}

.home-final-result{
  padding:30px;
}

.home-final-result-label{
  color:var(--ae-muted);
  font-family:var(--ae-font-mono);
  font-size:9px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.home-final-result h3{
  margin-top:12px;
  font-family:var(--ae-font-display);
  font-size:28px;
  font-weight:400;
  line-height:1.2;
}

.home-final-prompt{
  margin-top:24px;
  padding:13px 15px;
  border-radius:7px;
  background:var(--ae-cream);
  color:var(--ae-copy);
  font-size:11px;
}

.home-final-answer{
  display:grid;
  gap:9px;
  margin-top:22px;
}

.home-final-answer span{
  height:7px;
  border-radius:4px;
  background:rgba(42,57,52,.14);
}

.home-final-answer span:nth-child(2){width:94%}
.home-final-answer span:nth-child(3){width:78%}
.home-final-sources{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:24px;
}

.home-final-sources span{
  padding:6px 8px;
  border:1px solid var(--ae-rule);
  border-radius:4px;
  color:var(--ae-muted);
  font-size:9px;
}

.home-final-scene-caption{
  margin-top:11px;
  color:rgba(246,243,237,.48);
  font-size:10px;
  text-align:right;
}

.home-footer{
  position:relative;
  min-height:570px;
  border-top:1px solid var(--ae-rule-dark);
  background:var(--ae-forest-deep);
  color:var(--ae-cream);
  overflow:hidden;
}

.home-footer-main{
  position:relative;
  z-index:1;
  padding:76px 0 132px;
}

.home-footer-wordmark{
  color:var(--ae-cream);
}

.home-footer-copy,
.home-footer-bottom{
  color:rgba(246,243,237,.5);
}

.home-footer-title{color:var(--ae-cream)}

.home-footer-links{
  color:rgba(246,243,237,.78);
}

.home-footer-links a{
  width:max-content;
  transition:color var(--ae-fast) ease-out;
}

.home-footer-links a:hover{
  color:var(--ae-sage);
}

.home-footer-bottom{
  position:relative;
  z-index:2;
  border-top-color:var(--ae-rule-dark);
}

.home-footer-ghost{
  position:absolute;
  bottom:-.19em;
  left:50%;
  width:max-content;
  color:rgba(185,196,161,.09);
  font-family:var(--ae-font-body);
  font-size:32vw;
  font-weight:600;
  letter-spacing:-.055em;
  line-height:.8;
  white-space:nowrap;
  transform:translateX(-50%);
  pointer-events:none;
  user-select:none;
}

@media(max-width:900px){
  .home-final-grid{grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:44px;padding:54px 36px}
  .home-final-app{grid-template-columns:118px 1fr}
  .home-final-result{padding:24px}
}

@media(max-width:767px){
  .home-trust-grid .ae-trust-item{min-height:214px;padding:22px}
  .home-trust-graphic{width:70px;height:58px}
  .home-trust-grid .ae-trust-name{font-size:19px}
  .home-faq-more-list{padding-left:16px}
  .home-final{padding:48px 0}
  .home-final-grid{grid-template-columns:1fr;gap:42px;padding:48px 22px}
  .home-final .ae-h2{font-size:42px}
  .home-final-scene{margin-right:-22px;padding:0;border-radius:0}
  .home-final-window{border-radius:12px 0 0 12px}
  .home-final-app{grid-template-columns:106px 1fr;min-height:330px}
  .home-final-result{padding:22px 18px}
  .home-final-result h3{font-size:23px}
  .home-final-sidebar{padding:18px 10px}
  .home-final-folder{font-size:9px}
  .home-footer{min-height:640px}
  .home-footer-main{padding-bottom:144px}
  .home-footer-ghost{bottom:-.12em}
}
