/* =========================================================
   GetTempCover About Page
   Page-only CSS. Shared header/footer are in styles.css.
========================================================= */

:root{
  --ink:#101828;
  --muted:#667085;
  --line:#e5e7eb;
  --green:#00e676;
  --green-bright:#b9ff66;
  --green-dark:#00a85a;
  --green-deep:#031b10;
  --green-soft:#f6ffe8;
  --green-line:#b8f7d1;
  --bg:#fbfffd;
  --card:#fff;
  --shadow:0 24px 75px rgba(16,24,40,.10);
}

body.about-page{
  background:
    radial-gradient(circle at 8% 4%, rgba(185,255,102,.18), transparent 26%),
    radial-gradient(circle at 88% 8%, rgba(0,230,118,.10), transparent 30%),
    linear-gradient(180deg,#fff 0%,#fbfffd 44%,#f6fff9 100%);
  color:#101828;
}

.about-shell{
  overflow:hidden;
}

/* Hero */

.about-hero{
  position:relative;
  overflow:hidden;
  border-bottom:1px solid #d7ffe5;
  background:
    radial-gradient(circle at 82% 18%, rgba(185,255,102,.42), transparent 28%),
    radial-gradient(circle at 16% 18%, rgba(0,230,118,.16), transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#fbfffd 54%,#f6fff9 100%);
}

.about-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(0,168,90,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,168,90,.045) 1px, transparent 1px);
  background-size:42px 42px;
  mask-image:radial-gradient(circle at center, black, transparent 74%);
  pointer-events:none;
}

.about-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr 360px;
  gap:38px;
  align-items:center;
  padding:68px 0 82px;
}

.breadcrumb{
  display:flex;
  align-items:center;
  gap:9px;
  color:#667085;
  font-weight:850;
  font-size:14px;
  margin-bottom:18px;
}

.breadcrumb a{
  color:#00a85a;
}

.breadcrumb i{
  font-size:10px;
  color:#98a2b3;
}

.about-badge,
.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:10px 14px;
  border-radius:999px;
  background:#f6ffe8;
  border:1px solid #d7ffe5;
  color:#00a85a;
  font-weight:950;
}

.about-badge{
  margin-bottom:18px;
}

.section-kicker{
  padding:7px 11px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin-bottom:14px;
}

.about-hero h1{
  margin:0 0 18px;
  font-size:clamp(42px,6vw,76px);
  line-height:.96;
  letter-spacing:-.078em;
  color:#101828;
  max-width:850px;
}

.about-hero p{
  color:#667085;
  font-size:18px;
  max-width:760px;
  margin:0;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.primary-action,
.secondary-action{
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 20px;
  border-radius:999px;
  font-weight:1000;
}

.primary-action{
  background:linear-gradient(135deg,#b9ff66,#00e676);
  color:#031b10;
  box-shadow:0 18px 45px rgba(185,255,102,.28);
}

.secondary-action{
  background:#fff;
  color:#101828;
  border:1px solid #d7ffe5;
}

.hero-card{
  background:#fff;
  border:1px solid #d7ffe5;
  border-radius:32px;
  padding:28px;
  box-shadow:0 24px 75px rgba(16,24,40,.10);
}

.hero-card-icon{
  width:68px;
  height:68px;
  border-radius:22px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#b9ff66,#00e676);
  color:#031b10;
  font-size:28px;
  margin-bottom:18px;
}

.hero-card h2{
  margin:0 0 10px;
  font-size:30px;
  line-height:1;
  letter-spacing:-.055em;
}

.hero-card p{
  font-size:15px;
}

.hero-points{
  display:grid;
  gap:10px;
  margin-top:20px;
}

.hero-points span{
  display:flex;
  align-items:center;
  gap:10px;
  color:#344054;
  font-weight:850;
}

.hero-points i{
  color:#00a85a;
}

/* Trust strip */

.trust-strip{
  position:relative;
  z-index:3;
  margin-top:-28px;
  background:#fff;
  border:1px solid #d7ffe5;
  border-radius:28px;
  padding:18px;
  box-shadow:0 18px 55px rgba(16,24,40,.075);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.trust-strip div{
  padding:16px;
  border-radius:20px;
  background:#fbfffd;
  border:1px solid #eef2f7;
}

.trust-strip strong{
  display:block;
  font-size:22px;
  letter-spacing:-.04em;
  color:#101828;
}

.trust-strip span{
  display:block;
  color:#667085;
  font-weight:750;
  margin-top:3px;
}

/* Main layout */

.about-layout{
  display:grid;
  grid-template-columns:1fr 340px;
  gap:30px;
  align-items:start;
  padding:42px 0 88px;
}

.about-content{
  display:grid;
  gap:24px;
}

.content-card,
.about-cta,
.sidebar-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:32px;
  padding:34px;
  box-shadow:0 18px 55px rgba(16,24,40,.06);
}

.content-card h2,
.about-cta h2{
  margin:0 0 16px;
  font-size:clamp(30px,4vw,48px);
  line-height:1;
  letter-spacing:-.065em;
}

.content-card h3{
  margin:0 0 10px;
  font-size:23px;
  line-height:1.1;
  letter-spacing:-.045em;
}

.content-card p,
.about-cta p{
  color:#667085;
  font-size:16px;
  line-height:1.75;
  margin:0 0 16px;
}

.highlight-box{
  border-radius:24px;
  padding:22px;
  margin:22px 0 0;
  background:#f6ffe8;
  border:1px solid #d7ffe5;
}

.highlight-box h3{
  margin:0 0 10px;
}

.highlight-box p{
  margin-bottom:0;
}

/* Cards */

.use-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:22px;
}

.use-grid div{
  background:#fbfffd;
  border:1px solid #e5e7eb;
  border-radius:22px;
  padding:20px;
}

.use-grid i{
  width:48px;
  height:48px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:#f6ffe8;
  color:#00a85a;
  font-size:20px;
  margin-bottom:14px;
}

.values-list{
  display:grid;
  gap:14px;
}

.values-list > div{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:16px;
  background:#fbfffd;
  border:1px solid #e5e7eb;
  border-radius:22px;
  padding:18px;
}

.values-list span,
.process-grid strong{
  width:54px;
  height:54px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#b9ff66,#00e676);
  color:#031b10;
  font-weight:1000;
}

.process-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.process-grid div{
  background:#fbfffd;
  border:1px solid #e5e7eb;
  border-radius:22px;
  padding:20px;
}

.process-grid strong{
  margin-bottom:14px;
}

.checklist-card{
  margin-top:22px;
  border:1px solid #d7ffe5;
  background:#fbfffd;
  border-radius:24px;
  padding:22px;
}

.checklist-card h3{
  margin-bottom:12px;
}

.checklist-card div{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:11px 0;
  color:#344054;
  font-weight:850;
  border-bottom:1px solid #eef2f7;
}

.checklist-card div:last-child{
  border-bottom:0;
}

.checklist-card i{
  color:#00a85a;
  margin-top:4px;
}

/* FAQ */

.faq-card details{
  border:1px solid #e5e7eb;
  background:#fbfffd;
  border-radius:18px;
  padding:0;
  margin:10px 0;
  overflow:hidden;
}

.faq-card summary{
  cursor:pointer;
  padding:18px;
  font-weight:1000;
  color:#101828;
}

.faq-card details p{
  padding:0 18px 18px;
}

/* Sidebar */

.about-sidebar{
  position:sticky;
  top:112px;
}

.sidebar-card h2{
  margin:0 0 10px;
  font-size:30px;
  line-height:1;
  letter-spacing:-.055em;
}

.sidebar-card p{
  color:#667085;
  line-height:1.65;
}

.sidebar-detail{
  background:#fbfffd;
  border:1px solid #e5e7eb;
  border-radius:20px;
  padding:16px;
  margin:18px 0;
}

.sidebar-detail span{
  display:block;
  color:#667085;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.10em;
  font-weight:1000;
  margin-bottom:7px;
}

.sidebar-detail strong{
  display:block;
  color:#101828;
  line-height:1.45;
}

.sidebar-links{
  display:grid;
  gap:10px;
}

.sidebar-links a{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:0 14px;
  border-radius:16px;
  background:#f6ffe8;
  color:#00a85a;
  border:1px solid #d7ffe5;
  font-weight:900;
}

/* CTA */

.about-cta{
  text-align:center;
  background:
    radial-gradient(circle at 80% 10%, rgba(185,255,102,.26), transparent 32%),
    #031b10;
  border-color:#063b22;
  color:#fff;
}

.about-cta h2{
  color:#fff;
}

.about-cta p{
  color:#d8ffe7;
  max-width:620px;
  margin:0 auto 22px;
}

/* Animation */

.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:.5s ease;
}

.reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}

/* Responsive */

@media(max-width:1080px){
  .about-hero-grid,
  .about-layout{
    grid-template-columns:1fr;
  }

  .about-sidebar{
    position:static;
  }

  .trust-strip{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:740px){
  .about-hero-grid{
    padding:52px 0 66px;
  }

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

  .hero-actions{
    display:grid;
  }

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

  .trust-strip,
  .use-grid,
  .process-grid{
    grid-template-columns:1fr;
  }

  .about-layout{
    padding:30px 0 64px;
  }

  .content-card,
  .about-cta,
  .sidebar-card,
  .hero-card{
    padding:22px;
    border-radius:26px;
  }

  .values-list > div{
    grid-template-columns:1fr;
  }
}
