/* Pelacart About Page V1 */
.pa-about-page{
  background:#f7f8fb;
  color:#071d59;
}

.pa-about-shell{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
}

.pa-about-hero{
  position:relative;
  overflow:hidden;
  padding:74px 0 78px;
  background:
    radial-gradient(circle at 14% 18%,rgba(214,154,0,.12),transparent 28%),
    radial-gradient(circle at 88% 12%,rgba(7,29,89,.07),transparent 32%),
    #fff;
}

.pa-about-hero .pa-about-shell{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
}

.pa-about-eyebrow,
.pa-about-section-kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:5px 9px;
  border-radius:999px;
  background:#fff4d9;
  color:#a66f00;
  font-size:9px;
  font-weight:900;
}

.pa-about-hero__content h1{
  margin:15px 0 12px;
  color:#071d59;
  font-size:46px;
  line-height:1.45;
  font-weight:950;
}

.pa-about-hero__content h1 span{
  color:#d59a00;
}

.pa-about-hero__content p{
  max-width:620px;
  margin:0;
  color:#697386;
  font-size:13px;
  line-height:2;
}

.pa-about-hero__actions{
  display:flex;
  gap:10px;
  margin-top:25px;
}

.pa-about-primary,
.pa-about-secondary{
  min-height:46px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:11px;
  text-decoration:none !important;
  font-size:10px;
  font-weight:900;
}

.pa-about-primary{
  background:#071d59;
  color:#fff !important;
}

.pa-about-secondary{
  border:1px solid #dfe4eb;
  background:#fff;
  color:#071d59 !important;
}

.pa-about-hero__visual{
  position:relative;
  min-height:390px;
}

.pa-about-house-card{
  position:absolute;
  border:1px solid #e1e6ed;
  border-radius:18px;
  background:rgba(255,255,255,.96);
  box-shadow:0 22px 48px rgba(7,29,89,.10);
}

.pa-about-house-card--main{
  inset:45px 34px auto auto;
  width:min(430px,88%);
  padding:18px;
  z-index:3;
}

.pa-about-house-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#071d59;
  font-size:11px;
  font-weight:900;
}

.pa-about-house-card__top i{
  color:#d59a00;
}

.pa-about-search-demo{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:15px;
  min-height:54px;
  padding:0 13px;
  border:1px solid #e3e7ed;
  border-radius:12px;
  background:#f8fafc;
  color:#657084;
  font-size:9px;
}

.pa-about-search-demo i{
  color:#071d59;
}

.pa-about-search-chips{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:12px;
}

.pa-about-search-chips span{
  padding:5px 9px;
  border:1px solid #e2e6ed;
  border-radius:999px;
  background:#fff;
  color:#344463;
  font-size:8px;
  font-weight:800;
}

.pa-about-house-card--small{
  left:18px;
  bottom:30px;
  width:210px;
  padding:17px;
  z-index:4;
}

.pa-about-house-card--small i{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#071d59;
  color:#fff;
  margin-bottom:10px;
}

.pa-about-house-card--small strong{
  display:block;
  font-size:11px;
}

.pa-about-house-card--small span{
  display:block;
  margin-top:3px;
  color:#8a93a2;
  font-size:8px;
}

.pa-about-orbit{
  position:absolute;
  border-radius:50%;
  border:1px dashed rgba(7,29,89,.13);
}

.pa-about-orbit--1{
  width:290px;
  height:290px;
  top:18px;
  left:70px;
}

.pa-about-orbit--2{
  width:170px;
  height:170px;
  right:28px;
  bottom:25px;
}

.pa-about-section{
  padding:70px 0;
}

.pa-about-section--soft{
  background:#eef2f6;
}

.pa-about-two-col{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:40px;
  align-items:center;
}

.pa-about-story-copy h2,
.pa-about-section-head h2,
.pa-about-value-card h2,
.pa-about-cta h2{
  margin:13px 0 10px;
  color:#071d59;
  font-size:28px;
  font-weight:950;
  line-height:1.5;
}

.pa-about-story-copy p,
.pa-about-section-head p,
.pa-about-value-card p,
.pa-about-cta p{
  margin:0 0 11px;
  color:#687386;
  font-size:11px;
  line-height:2;
}

.pa-about-highlight{
  display:flex;
  gap:10px;
  margin-top:18px;
  padding:14px;
  border:1px solid #e2e6ed;
  border-radius:13px;
  background:#fff;
}

.pa-about-highlight i{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#fff5dd;
  color:#c88d00;
}

.pa-about-highlight strong{
  display:block;
  font-size:10px;
}

.pa-about-highlight span{
  display:block;
  margin-top:3px;
  color:#838c9c;
  font-size:8px;
}

.pa-about-story-panel{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.pa-about-stat{
  min-height:130px;
  padding:16px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border:1px solid #e2e6ed;
  border-radius:15px;
  background:#fff;
}

.pa-about-stat strong{
  color:#071d59;
  font-size:21px;
  font-weight:950;
}

.pa-about-stat span{
  margin-top:4px;
  color:#7d8696;
  font-size:9px;
}

.pa-about-section-head{
  max-width:680px;
  margin:0 auto 30px;
  text-align:center;
}

.pa-about-features{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.pa-about-feature{
  min-height:220px;
  padding:20px;
  border:1px solid #e1e6ed;
  border-radius:16px;
  background:#fff;
}

.pa-about-feature__icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#071d59;
  color:#fff;
  font-size:17px;
}

.pa-about-feature h3{
  margin:15px 0 8px;
  color:#071d59;
  font-size:15px;
  font-weight:900;
}

.pa-about-feature p{
  margin:0;
  color:#768093;
  font-size:9px;
  line-height:1.95;
}

.pa-about-values-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.pa-about-value-card{
  padding:26px;
  border:1px solid #e1e6ed;
  border-radius:17px;
  background:#fff;
}

.pa-about-value-card--accent{
  background:#071d59;
  color:#fff;
}

.pa-about-value-card--accent h2{
  color:#fff;
}

.pa-about-value-card--accent p{
  color:#d3d9e3;
}

.pa-about-value-card--accent .pa-about-section-kicker{
  background:rgba(255,255,255,.10);
  color:#e8bd59;
}

.pa-about-cta{
  padding:0 0 72px;
}

.pa-about-cta__inner{
  padding:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  border-radius:20px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.04),transparent 50%),
    #071d59;
  color:#fff;
}

.pa-about-cta__inner>div>span{
  color:#e0ad36;
  font-size:9px;
  font-weight:900;
}

.pa-about-cta h2{
  color:#fff;
  margin-top:5px;
}

.pa-about-cta p{
  color:#c9d0dc;
  margin-bottom:0;
}

.pa-about-cta a{
  min-width:180px;
  min-height:48px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:11px;
  background:#fff;
  color:#071d59 !important;
  text-decoration:none !important;
  font-size:10px;
  font-weight:900;
}

@media(max-width:800px){
  .pa-about-hero{
    padding:45px 0 52px;
  }

  .pa-about-hero .pa-about-shell,
  .pa-about-two-col{
    grid-template-columns:1fr;
  }

  .pa-about-hero__content{
    order:1;
  }

  .pa-about-hero__visual{
    order:2;
    min-height:330px;
  }

  .pa-about-hero__content h1{
    font-size:32px;
  }

  .pa-about-house-card--main{
    right:0;
    width:90%;
  }

  .pa-about-house-card--small{
    left:0;
  }

  .pa-about-section{
    padding:50px 0;
  }

  .pa-about-features{
    grid-template-columns:1fr;
  }

  .pa-about-values-grid{
    grid-template-columns:1fr;
  }

  .pa-about-cta__inner{
    flex-direction:column;
    align-items:stretch;
  }

  .pa-about-cta a{
    width:100%;
  }
}

@media(max-width:480px){
  .pa-about-shell{
    width:calc(100% - 18px);
  }

  .pa-about-hero{
    padding-top:28px;
  }

  .pa-about-hero__content h1{
    font-size:26px;
  }

  .pa-about-hero__content p{
    font-size:10px;
  }

  .pa-about-hero__actions{
    flex-direction:column;
  }

  .pa-about-primary,
  .pa-about-secondary{
    width:100%;
  }

  .pa-about-hero__visual{
    min-height:290px;
  }

  .pa-about-house-card--main{
    top:30px;
    width:94%;
  }

  .pa-about-house-card--small{
    width:180px;
    bottom:12px;
  }

  .pa-about-story-copy h2,
  .pa-about-section-head h2,
  .pa-about-value-card h2,
  .pa-about-cta h2{
    font-size:22px;
  }

  .pa-about-story-panel{
    grid-template-columns:1fr 1fr;
  }

  .pa-about-stat{
    min-height:105px;
  }

  .pa-about-value-card,
  .pa-about-feature,
  .pa-about-cta__inner{
    padding:18px;
  }
}

/* About mobile feature cards compact */
@media(max-width:480px){

  .pa-about-feature{
    min-height:165px !important;
    padding:16px !important;
  }

  .pa-about-feature__icon{
    width:42px !important;
    height:42px !important;
    font-size:15px !important;
  }

  .pa-about-feature h3{
    margin:12px 0 6px !important;
    font-size:14px !important;
  }

  .pa-about-feature p{
    font-size:8.5px !important;
    line-height:1.85 !important;
  }
}