
/* =========================================================
   DEBTIER — ABOUT US
   Shared header/footer come from debtier-site-v1.css.
   Page-specific styles only.
   ========================================================= */

.about-page{
  background:
    radial-gradient(circle at 8% 4%,rgba(115,221,255,.08),transparent 28%),
    linear-gradient(180deg,#fbfdff 0%,#ffffff 100%);
}

/* HERO — same centered overlay language as home */
.about-page-hero{
  padding:112px 0 24px;
}

.about-hero-stage{
  position:relative;
  min-height:610px;
  overflow:hidden;
  border-radius:40px;
  background:#11161b;
  box-shadow:0 34px 92px rgba(11,19,28,.15);
}

.about-hero-media{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 42%;
  filter:grayscale(1);
  transform:scale(1.015);
}

.about-hero-stage::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 50% 18%,rgba(115,221,255,.06),transparent 24%),
    linear-gradient(180deg,rgba(7,10,13,.28),rgba(7,10,13,.24));
}

.about-hero-shell{
  position:relative;
  z-index:2;
  min-height:610px;
  padding:48px 28px 98px;
  display:flex;
  justify-content:center;
  align-items:flex-start;
}

.about-hero-box{
  width:min(900px,100%);
  padding:30px 38px 28px;
  border-radius:30px;
  text-align:center;
  color:#fff;
  background:linear-gradient(180deg,rgba(11,15,19,.64),rgba(11,15,19,.46));
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 22px 60px rgba(0,0,0,.18);
}

.about-hero-box .eyebrow{
  color:var(--blue);
}

.about-hero-box h1{
  max-width:820px;
  margin:16px auto 14px;
  font-size:clamp(38px,4.7vw,60px);
  line-height:.99;
  letter-spacing:-.06em;
  font-weight:900;
}

.about-hero-box h1 span{
  display:inline-block;
  padding:0 .15em .04em;
  border-radius:13px;
  background:var(--blue);
  color:#101418;
}

.about-hero-copy{
  max-width:760px;
  margin:0 auto;
  color:rgba(255,255,255,.78);
  font-size:15.5px;
  line-height:1.65;
}

.about-hero-actions{
  display:flex;
  justify-content:center;
  margin-top:22px;
}

.about-hero-actions .btn{
  min-height:50px;
  padding:0 28px;
  font-size:11px;
}

.about-hero-trust{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  margin-top:20px;
  color:rgba(255,255,255,.84);
  font-size:13px;
  font-weight:700;
}

.about-hero-trust span::before{
  content:"✓";
  color:var(--blue);
  font-weight:900;
  margin-right:7px;
}

/* About marquee */
.about-marquee-wrap{
  position:absolute;
  left:28px;
  right:28px;
  bottom:17px;
  z-index:3;
  display:flex;
  justify-content:center;
}

.about-marquee{
  position:relative;
  width:min(920px,100%);
  padding:2px;
  overflow:hidden;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(115,221,255,.62),rgba(255,255,255,.15),rgba(115,221,255,.62));
  box-shadow:0 14px 40px rgba(0,0,0,.13);
}

.about-marquee-inner{
  overflow:hidden;
  border-radius:999px;
  background:rgba(12,16,20,.82);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.about-marquee-track{
  display:flex;
  align-items:center;
  width:max-content;
  gap:34px;
  padding:13px 24px;
  animation:aboutMarqueeMove 34s linear infinite;
  will-change:transform;
}

.about-marquee:hover .about-marquee-track{
  animation-play-state:paused;
}

.about-marquee-track span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
  color:#fff;
  font-size:12.5px;
  font-weight:800;
}

.about-marquee-track i{
  display:inline-block;
  width:8px;
  height:8px;
  flex:0 0 auto;
  border-radius:50%;
  background:var(--blue);
  box-shadow:0 0 12px rgba(115,221,255,.40);
}

@keyframes aboutMarqueeMove{
  to{transform:translateX(-50%)}
}

/* Shared compact page section */
.about-section{
  padding:70px 0;
}

.about-section--soft{
  background:#f7f9fc;
  border-top:1px solid rgba(18,22,28,.025);
  border-bottom:1px solid rgba(18,22,28,.025);
}

.about-heading{
  max-width:780px;
  margin:0 auto 30px;
  text-align:center;
}

.about-heading h2{
  margin:12px 0 0;
  font-size:clamp(30px,3.7vw,48px);
  line-height:1.03;
  letter-spacing:-.05em;
  font-weight:900;
}

.about-heading h2 mark{
  background:var(--blue);
  color:#101418;
  padding:0 .12em .03em;
  border-radius:9px;
}

.about-heading p{
  max-width:650px;
  margin:12px auto 0;
  color:var(--muted);
  font-size:15.5px;
  line-height:1.62;
}

/* WHO WE ARE */
.about-story-grid{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:18px;
  align-items:stretch;
}

.about-story-media{
  position:relative;
  overflow:hidden;
  min-height:390px;
  border-radius:28px;
  background:#d8dde4;
  box-shadow:var(--shadow-md);
}

.about-story-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 36%;
  filter:grayscale(1);
  transition:transform .7s ease,filter .7s ease;
}

.about-story-media:hover img{
  transform:scale(1.035);
  filter:grayscale(.82);
}

.about-story-badge{
  position:absolute;
  left:16px;
  bottom:16px;
  z-index:2;
  padding:10px 15px;
  border-radius:16px;
  background:rgba(255,255,255,.90);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 12px 34px rgba(0,0,0,.08);
}

.about-story-badge strong{
  display:block;
  font-size:18px;
  letter-spacing:-.04em;
}

.about-story-badge span{
  display:block;
  margin-top:2px;
  color:var(--muted);
  font-size:10px;
  font-weight:800;
}

.about-story-card{
  padding:30px 32px;
  border-radius:28px;
  background:rgba(255,255,255,.78);
  border:1px solid var(--line);
  box-shadow:0 16px 44px rgba(11,19,28,.05);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.about-story-card p{
  margin:0;
  color:var(--ink);
  font-size:14.5px;
  line-height:1.66;
}

.about-story-card p + p{
  margin-top:11px;
  color:var(--muted);
}

.about-story-card strong{
  font-weight:900;
}

.about-feature-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:16px;
}

.about-feature{
  padding:12px 14px;
  border-radius:16px;
  background:#f0f4f8;
  border:1px solid rgba(231,237,243,.9);
}

.about-feature strong{
  display:block;
  margin-bottom:3px;
  font-size:12.5px;
}

.about-feature span{
  color:var(--muted);
  font-size:11.5px;
  line-height:1.4;
}

.about-story-cta{
  margin-top:18px;
}

.about-story-cta .btn{
  min-height:46px;
  padding:0 24px;
  font-size:11px;
}

/* BENEFITS */
.about-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.about-benefit-card{
  min-height:200px;
  padding:24px 24px 22px;
  border-radius:24px;
  background:#f4f7fa;
  border:1px solid transparent;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease;
}

.about-benefit-card:hover{
  transform:translateY(-4px);
  background:#fff;
  border-color:var(--line);
  box-shadow:0 16px 42px rgba(11,19,28,.07);
}

.about-benefit-line{
  width:28px;
  height:4px;
  margin-bottom:16px;
  border-radius:999px;
  background:var(--blue);
}

.about-benefit-card h3{
  margin:0 0 9px;
  font-size:18px;
  line-height:1.22;
  letter-spacing:-.025em;
}

.about-benefit-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.62;
}

/* MISSION / VISION */
.about-mission-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.about-mission-card{
  position:relative;
  overflow:hidden;
  min-height:330px;
  padding:28px 30px 26px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 14px 42px rgba(11,19,28,.05);
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}

.about-mission-card--blue{
  background:rgba(115,221,255,.14);
  border-color:rgba(115,221,255,.20);
}

.about-mission-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 54px rgba(11,19,28,.08);
  border-color:rgba(115,221,255,.30);
}

.about-mission-card::before{
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  top:-65px;
  right:-65px;
  border-radius:50%;
  background:rgba(115,221,255,.10);
}

.about-mission-icon{
  position:relative;
  z-index:1;
  width:44px;
  height:44px;
  margin-bottom:18px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--blue-dark);
  background:rgba(115,221,255,.16);
  border:1px solid rgba(115,221,255,.26);
}

.about-mission-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.about-mission-card h3{
  position:relative;
  z-index:1;
  margin:0 0 11px;
  font-size:clamp(24px,2.5vw,32px);
  line-height:1.08;
  letter-spacing:-.04em;
}

.about-mission-card p{
  position:relative;
  z-index:1;
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.66;
}

.about-mission-card p + p{
  margin-top:9px;
}

.about-mission-card .btn{
  position:relative;
  z-index:1;
  margin-top:20px;
  min-height:44px;
  padding:0 22px;
  font-size:10.5px;
}

/* FAQ */
.about-faq-shell{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:28px;
  padding:28px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 16px 48px rgba(11,19,28,.06);
}

.about-faq-aside{
  position:sticky;
  top:108px;
  height:max-content;
  padding:24px;
  border-radius:22px;
  background:#f6f8fb;
}

.about-faq-aside h3{
  margin:0 0 8px;
  font-size:22px;
  letter-spacing:-.03em;
}

.about-faq-aside p{
  margin:0 0 18px;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}

.about-faq-aside .btn{
  min-height:46px;
  padding:0 22px;
  font-size:10.5px;
}

.about-faq-list{
  min-width:0;
}

.about-faq-list .faq-item{
  border-bottom:1px solid var(--line);
}

.about-faq-list .faq-question{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:16px 0;
  border:0;
  background:none;
  color:var(--ink);
  cursor:pointer;
  text-align:left;
  font-size:15.5px;
  font-weight:700;
}

.about-faq-list .faq-icon{
  width:27px;
  height:27px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f3f6f9;
  transition:transform .3s ease,background .3s ease,box-shadow .3s ease;
}

.about-faq-list .faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
}

.about-faq-list .faq-answer p{
  margin:0;
  padding:0 0 17px;
  color:var(--muted);
  font-size:14px;
  line-height:1.68;
}

.about-faq-list .faq-item.active .faq-icon{
  transform:rotate(180deg);
  background:rgba(115,221,255,.18);
  box-shadow:0 0 0 5px rgba(115,221,255,.07);
}

/* Responsive */
@media(max-width:980px){
  .about-story-grid,
  .about-mission-grid,
  .about-faq-shell{
    grid-template-columns:1fr;
  }

  .about-faq-aside{
    position:relative;
    top:auto;
  }

  .about-benefit-grid{
    display:flex;
    overflow-x:auto;
    gap:14px;
    padding-bottom:8px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }

  .about-benefit-grid::-webkit-scrollbar{
    display:none;
  }

  .about-benefit-card{
    flex:0 0 280px;
    min-width:280px;
    scroll-snap-align:start;
  }
}

@media(max-width:820px){
  .about-page-hero{
    padding-top:170px;
  }

  .about-hero-stage{
    min-height:690px;
  }

  .about-hero-shell{
    min-height:690px;
    padding:30px 20px 96px;
  }

  .about-hero-box{
    padding:26px 24px;
  }
}

@media(max-width:620px){
  .about-page-hero{
    padding:194px 0 18px;
  }

  .about-hero-stage{
    min-height:730px;
    border-radius:30px;
  }

  .about-hero-shell{
    min-height:730px;
    padding:14px 12px 106px;
  }

  .about-hero-box{
    padding:22px 17px;
    border-radius:24px;
  }

  .about-hero-box h1{
    font-size:36px;
  }

  .about-hero-copy{
    font-size:14.5px;
  }

  .about-hero-trust{
    flex-direction:column;
    gap:7px;
  }

  .about-marquee-wrap{
    left:12px;
    right:12px;
    bottom:12px;
  }

  .about-marquee-track{
    gap:25px;
    padding:12px 18px;
    animation-duration:22s;
  }

  .about-marquee-track span{
    font-size:12px;
  }

  .about-section{
    padding:52px 0;
  }

  .about-heading{
    text-align:left;
    margin-bottom:24px;
  }

  .about-heading h2{
    font-size:31px;
  }

  .about-heading p{
    font-size:14.5px;
  }

  .about-story-media{
    min-height:360px;
    border-radius:22px;
  }

  .about-story-card{
    padding:22px 19px;
    border-radius:22px;
  }

  .about-feature-row{
    grid-template-columns:1fr;
  }

  .about-story-cta .btn{
    width:100%;
  }

  .about-benefit-card{
    flex:0 0 78vw;
    min-width:78vw;
    min-height:190px;
  }

  .about-mission-card{
    min-height:auto;
    padding:22px 19px;
    border-radius:22px;
  }

  .about-mission-card .btn{
    width:100%;
  }

  .about-faq-shell{
    padding:18px;
    gap:18px;
    border-radius:22px;
  }

  .about-faq-aside{
    padding:20px 17px;
  }

  .about-faq-aside .btn{
    width:100%;
  }

  .about-faq-list .faq-question{
    font-size:14.5px;
  }
}

@media(prefers-reduced-motion:reduce){
  .about-marquee-track{
    animation:none!important;
  }
  .about-story-media img,
  .about-benefit-card,
  .about-mission-card{
    transition:none!important;
  }
}
