/* =========================================================
   PasTele · About
   about.css
   Premium / Alive / Responsive
   PAGE ONLY
   ========================================================= */


/* =========================================================
   VARIABLES
   ========================================================= */

.about-page {
  --about-bg: #f7f9fc;
  --about-surface: #ffffff;
  --about-surface-2: #f8fafc;

  --about-text: #0f172a;
  --about-heading: #07111f;
  --about-muted: #64748b;
  --about-muted-2: #94a3b8;

  --about-border: rgba(15, 23, 42, .08);

  --about-blue: #0ea5e9;
  --about-blue-dark: #0284c7;
  --about-indigo: #6366f1;
  --about-purple: #8b5cf6;
  --about-green: #10b981;
  --about-orange: #f59e0b;
  --about-red: #ef4444;

  --about-shadow:
    0 20px 60px rgba(15, 23, 42, .07);

  --about-shadow-soft:
    0 10px 35px rgba(15, 23, 42, .055);

  color: var(--about-text);
  background: var(--about-bg);
}


/* =========================================================
   DARK MODE
   ========================================================= */

html[data-theme="dark"] .about-page {
  --about-bg: #070b12;
  --about-surface: #0d141f;
  --about-surface-2: #111a27;

  --about-text: #dbe5f1;
  --about-heading: #f8fafc;
  --about-muted: #94a3b8;
  --about-muted-2: #64748b;

  --about-border: rgba(148, 163, 184, .13);

  --about-shadow:
    0 25px 70px rgba(0, 0, 0, .25);

  --about-shadow-soft:
    0 15px 40px rgba(0, 0, 0, .2);
}


/* =========================================================
   MAIN
   ========================================================= */

.about-main {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.about-container {
  width: min(1160px, calc(100% - 36px));
  margin-inline: auto;
}


/* =========================================================
   HERO
   ========================================================= */

.about-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;

  overflow: hidden;

  padding: 90px 0 75px;

  isolation: isolate;
}

.about-grid-bg {
  position: absolute;
  inset: 0;

  z-index: -3;

  opacity: .45;

  background-image:
    linear-gradient(
      rgba(14, 165, 233, .045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(14, 165, 233, .045) 1px,
      transparent 1px
    );

  background-size: 44px 44px;

  mask-image:
    linear-gradient(
      to bottom,
      black,
      transparent 80%
    );
}

html[data-theme="dark"] .about-grid-bg {
  opacity: .25;
}

.about-bg-orb {
  position: absolute;

  z-index: -2;

  border-radius: 50%;

  filter: blur(2px);

  pointer-events: none;

  animation:
    aboutOrbFloat 10s ease-in-out infinite;
}

.about-orb-one {
  width: 420px;
  height: 420px;

  top: -190px;
  right: -80px;

  background:
    radial-gradient(
      circle,
      rgba(14, 165, 233, .19),
      transparent 70%
    );
}

.about-orb-two {
  width: 360px;
  height: 360px;

  left: -190px;
  bottom: -150px;

  background:
    radial-gradient(
      circle,
      rgba(99, 102, 241, .15),
      transparent 70%
    );

  animation-delay: -3s;
}

.about-orb-three {
  width: 220px;
  height: 220px;

  right: 38%;
  top: 22%;

  background:
    radial-gradient(
      circle,
      rgba(16, 185, 129, .08),
      transparent 70%
    );

  animation-delay: -6s;
}

@keyframes aboutOrbFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -18px, 0);
  }
}


/* =========================================================
   HERO LAYOUT
   ========================================================= */

.about-hero .about-container {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(400px, .88fr);

  gap: 65px;

  align-items: center;
}


/* =========================================================
   HERO CONTENT
   ========================================================= */

.about-hero-content {
  position: relative;
  z-index: 2;
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 7px 11px 7px 7px;

  border: 1px solid rgba(14, 165, 233, .18);

  border-radius: 999px;

  background:
    rgba(14, 165, 233, .07);

  color: var(--about-blue);

  font-size: 10px;
  font-weight: 850;

  letter-spacing: .08em;

  box-shadow:
    0 8px 25px rgba(14, 165, 233, .06);
}

.about-eyebrow-icon {
  display: grid;
  place-items: center;

  width: 25px;
  height: 25px;

  border-radius: 50%;

  background: var(--about-blue);
  color: #fff;

  font-size: 11px;
}

.about-eyebrow-dot {
  width: 4px;
  height: 4px;

  border-radius: 50%;

  background: currentColor;

  opacity: .45;
}

.about-hero h1 {
  margin: 23px 0 0;

  max-width: 730px;

  color: var(--about-heading);

  font-size:
    clamp(46px, 6vw, 76px);

  line-height: .98;

  letter-spacing: -.065em;

  font-weight: 900;
}

.about-hero h1 span {
  display: inline-block;

  background:
    linear-gradient(
      135deg,
      var(--about-blue) 0%,
      var(--about-indigo) 55%,
      var(--about-purple) 100%
    );

  -webkit-background-clip: text;
  background-clip: text;

  color: transparent;
}

.about-hero-description {
  max-width: 680px;

  margin: 25px 0 0;

  color: var(--about-muted);

  font-size: 16px;
  line-height: 1.8;
}


/* =========================================================
   HERO BUTTONS
   ========================================================= */

.about-hero-actions,
.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;

  margin-top: 29px;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 46px;

  padding: 0 17px;

  border: 1px solid transparent;
  border-radius: 13px;

  text-decoration: none;

  font-size: 13px;
  font-weight: 800;

  cursor: pointer;

  transition:
    transform .22s ease,
    box-shadow .22s ease,
    background .22s ease,
    border-color .22s ease;
}

.about-btn:hover {
  transform: translateY(-2px);
}

.about-btn-primary {
  color: #fff;

  background:
    linear-gradient(
      135deg,
      var(--about-blue),
      var(--about-indigo)
    );

  box-shadow:
    0 12px 28px rgba(14, 165, 233, .2);
}

.about-btn-primary:hover {
  box-shadow:
    0 17px 35px rgba(14, 165, 233, .27);
}

.about-btn-secondary {
  border-color: var(--about-border);

  background: var(--about-surface);

  color: var(--about-text);

  box-shadow: var(--about-shadow-soft);
}

.about-btn-secondary:hover {
  border-color: rgba(14, 165, 233, .25);
  color: var(--about-blue);
}

.about-btn-light {
  border-color: rgba(255,255,255,.2);

  background: rgba(255,255,255,.09);

  color: #fff;

  backdrop-filter: blur(10px);
}

.about-btn-light:hover {
  background: rgba(255,255,255,.15);
}


/* =========================================================
   TRUST
   ========================================================= */

.about-trust-row {
  display: flex;
  flex-wrap: wrap;

  gap: 22px;

  margin-top: 33px;
}

.about-trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
}

.about-trust-icon {
  display: grid;
  place-items: center;

  width: 34px;
  height: 34px;

  border-radius: 10px;

  background: var(--about-surface);

  border: 1px solid var(--about-border);

  color: var(--about-blue);

  box-shadow:
    0 7px 20px rgba(15, 23, 42, .045);
}

.about-trust-item > span:last-child {
  display: grid;
  gap: 2px;
}

.about-trust-item strong {
  color: var(--about-text);

  font-size: 11px;
}

.about-trust-item small {
  color: var(--about-muted-2);

  font-size: 9px;
}


/* =========================================================
   HERO VISUAL
   ========================================================= */

.about-hero-visual {
  position: relative;

  min-height: 490px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.about-dashboard-glow {
  position: absolute;

  width: 430px;
  height: 430px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(14, 165, 233, .14),
      rgba(99, 102, 241, .07) 40%,
      transparent 70%
    );

  filter: blur(10px);
}

.about-product-window {
  position: relative;

  width: min(100%, 470px);

  border:
    1px solid
    rgba(148, 163, 184, .18);

  border-radius: 23px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.97),
      rgba(248,250,252,.92)
    );

  box-shadow:
    0 35px 90px rgba(15, 23, 42, .16),
    0 8px 30px rgba(14, 165, 233, .08);

  overflow: hidden;

  transform:
    perspective(1100px)
    rotateY(-5deg)
    rotateX(3deg);

  transition:
    transform .4s ease,
    box-shadow .4s ease;

  z-index: 2;
}

.about-product-window:hover {
  transform:
    perspective(1100px)
    rotateY(0)
    rotateX(0)
    translateY(-4px);

  box-shadow:
    0 42px 100px rgba(15, 23, 42, .2);
}

html[data-theme="dark"] .about-product-window {
  background:
    linear-gradient(
      145deg,
      #111b29,
      #0c141f
    );

  box-shadow:
    0 40px 100px rgba(0,0,0,.4);
}

.about-window-header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  height: 47px;

  padding: 0 16px;

  border-bottom:
    1px solid var(--about-border);
}

.about-window-dots {
  display: flex;
  gap: 5px;
}

.about-window-dots span {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #cbd5e1;
}

.about-window-title {
  color: var(--about-muted);

  font-size: 10px;
  font-weight: 800;

  letter-spacing: .06em;
}

.about-window-header > i {
  color: var(--about-muted-2);

  font-size: 12px;
}

.about-window-body {
  padding: 22px;
}

.about-window-welcome {
  display: grid;
  gap: 4px;

  margin-bottom: 17px;
}

.about-window-welcome span {
  color: var(--about-blue);

  font-size: 9px;
  font-weight: 800;

  text-transform: uppercase;
  letter-spacing: .08em;
}

.about-window-welcome strong {
  color: var(--about-heading);

  font-size: 18px;
  letter-spacing: -.03em;
}

.about-mini-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 9px;
}

.about-mini-card {
  display: flex;
  align-items: center;

  gap: 9px;

  padding: 11px;

  border:
    1px solid
    var(--about-border);

  border-radius: 13px;

  background:
    rgba(148, 163, 184, .035);
}

.about-mini-icon {
  display: grid;
  place-items: center;

  width: 32px;
  height: 32px;

  flex: 0 0 32px;

  border-radius: 9px;

  background: rgba(14,165,233,.1);
  color: var(--about-blue);

  font-size: 12px;
}

.about-mini-icon.purple {
  background: rgba(139,92,246,.1);
  color: var(--about-purple);
}

.about-mini-icon.green {
  background: rgba(16,185,129,.1);
  color: var(--about-green);
}

.about-mini-icon.orange {
  background: rgba(245,158,11,.1);
  color: var(--about-orange);
}

.about-mini-card > span:last-child {
  display: grid;
  gap: 2px;
}

.about-mini-card small {
  color: var(--about-muted-2);
  font-size: 8px;
}

.about-mini-card strong {
  color: var(--about-text);
  font-size: 10px;
}

.about-window-chart {
  margin-top: 15px;

  padding: 15px;

  border-radius: 15px;

  background:
    linear-gradient(
      135deg,
      rgba(14,165,233,.07),
      rgba(99,102,241,.07)
    );
}

.about-chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;

  color: var(--about-text);

  font-size: 10px;
  font-weight: 800;
}

.about-chart-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;

  color: var(--about-green);

  font-size: 8px;
}

.about-chart-bars {
  display: flex;
  align-items: flex-end;

  gap: 7px;

  height: 90px;

  margin-top: 15px;

  padding-bottom: 2px;
}

.about-chart-bars span {
  flex: 1;

  min-width: 8px;

  border-radius:
    5px 5px 3px 3px;

  background:
    linear-gradient(
      to top,
      var(--about-blue),
      var(--about-indigo)
    );

  opacity: .8;

  animation:
    aboutBarPulse 3s ease-in-out infinite;
}

.about-chart-bars span:nth-child(2) {
  animation-delay: -.3s;
}

.about-chart-bars span:nth-child(3) {
  animation-delay: -.6s;
}

.about-chart-bars span:nth-child(4) {
  animation-delay: -.9s;
}

.about-chart-bars span:nth-child(5) {
  animation-delay: -1.2s;
}

.about-chart-bars span:nth-child(6) {
  animation-delay: -1.5s;
}

.about-chart-bars span:nth-child(7) {
  animation-delay: -1.8s;
}

@keyframes aboutBarPulse {
  0%, 100% {
    transform: scaleY(.95);
  }

  50% {
    transform: scaleY(1.03);
  }
}


/* =========================================================
   FLOATING CARDS
   ========================================================= */

.about-floating-card {
  position: absolute;

  display: flex;
  align-items: center;

  gap: 9px;

  padding: 11px 13px;

  border:
    1px solid
    rgba(148, 163, 184, .17);

  border-radius: 14px;

  background:
    rgba(255,255,255,.88);

  backdrop-filter: blur(16px);

  box-shadow:
    0 18px 40px rgba(15,23,42,.11);

  z-index: 4;

  animation:
    aboutFloat 5s ease-in-out infinite;
}

html[data-theme="dark"] .about-floating-card {
  background:
    rgba(15,23,42,.85);

  box-shadow:
    0 20px 50px rgba(0,0,0,.3);
}

.about-float-top {
  top: 42px;
  right: -10px;
}

.about-float-bottom {
  bottom: 45px;
  left: -22px;

  animation-delay: -2.5s;
}

@keyframes aboutFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

.about-floating-icon,
.about-floating-check {
  display: grid;
  place-items: center;

  width: 34px;
  height: 34px;

  border-radius: 10px;

  background:
    rgba(14,165,233,.1);

  color: var(--about-blue);

  font-size: 12px;
}

.about-floating-check {
  background:
    rgba(16,185,129,.11);

  color: var(--about-green);
}

.about-floating-card > span:nth-child(2) {
  display: grid;
  gap: 2px;
}

.about-floating-card strong {
  color: var(--about-text);

  font-size: 10px;
}

.about-floating-card small {
  color: var(--about-muted-2);

  font-size: 8px;
}

.about-floating-card > i {
  color: var(--about-green);

  font-size: 10px;
}


/* =========================================================
   STATS
   ========================================================= */

.about-stats-section {
  position: relative;
  z-index: 5;

  margin-top: -25px;
}

.about-stats {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  border:
    1px solid
    var(--about-border);

  border-radius: 20px;

  background:
    var(--about-surface);

  box-shadow:
    var(--about-shadow);

  overflow: hidden;
}

.about-stat {
  display: grid;

  grid-template-columns: 42px 1fr;

  column-gap: 10px;

  align-items: center;

  min-height: 92px;

  padding: 17px 20px;
}

.about-stat + .about-stat {
  border-left:
    1px solid
    var(--about-border);
}

.about-stat-icon {
  grid-row: span 2;

  display: grid;
  place-items: center;

  width: 42px;
  height: 42px;

  border-radius: 13px;

  background:
    rgba(14,165,233,.08);

  color: var(--about-blue);

  font-size: 14px;
}

.about-stat strong {
  color: var(--about-text);

  font-size: 13px;
}

.about-stat > span:last-child {
  color: var(--about-muted-2);

  font-size: 9px;
}


/* =========================================================
   SECTION
   ========================================================= */

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

.about-section-heading {
  max-width: 720px;

  margin-bottom: 43px;
}

.about-section-heading.compact {
  margin-bottom: 34px;
}

.about-section-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  color: var(--about-blue);

  font-size: 10px;
  font-weight: 850;

  letter-spacing: .09em;
}

.about-section-label i {
  font-size: 11px;
}

.about-section-heading h2 {
  margin: 13px 0 0;

  color: var(--about-heading);

  font-size:
    clamp(31px, 4vw, 48px);

  line-height: 1.08;

  letter-spacing: -.045em;
}

.about-section-heading h2 span {
  background:
    linear-gradient(
      135deg,
      var(--about-blue),
      var(--about-indigo)
    );

  -webkit-background-clip: text;
  background-clip: text;

  color: transparent;
}

.about-section-heading p {
  max-width: 650px;

  margin: 16px 0 0;

  color: var(--about-muted);

  font-size: 15px;
  line-height: 1.75;
}


/* =========================================================
   FEATURE GRID
   ========================================================= */

.about-feature-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 15px;
}

.about-feature-card {
  position: relative;

  min-height: 275px;

  padding: 23px;

  border:
    1px solid
    var(--about-border);

  border-radius: 20px;

  background:
    var(--about-surface);

  box-shadow:
    var(--about-shadow-soft);

  overflow: hidden;

  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

.about-feature-card::before {
  content: "";

  position: absolute;

  width: 150px;
  height: 150px;

  top: -90px;
  right: -70px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(14,165,233,.12),
      transparent 70%
    );

  transition:
    transform .35s ease;
}

.about-feature-card:hover {
  transform: translateY(-6px);

  border-color:
    rgba(14,165,233,.2);

  box-shadow:
    0 22px 55px rgba(15,23,42,.1);
}

.about-feature-card:hover::before {
  transform: scale(1.5);
}

.about-feature-number {
  position: absolute;

  top: 19px;
  right: 20px;

  color: var(--about-muted-2);

  font-size: 9px;
  font-weight: 800;
}

.about-feature-icon {
  display: grid;
  place-items: center;

  width: 46px;
  height: 46px;

  margin-bottom: 23px;

  border-radius: 14px;

  font-size: 17px;
}

.about-feature-icon.blue {
  background: rgba(14,165,233,.1);
  color: var(--about-blue);
}

.about-feature-icon.purple {
  background: rgba(139,92,246,.1);
  color: var(--about-purple);
}

.about-feature-icon.green {
  background: rgba(16,185,129,.1);
  color: var(--about-green);
}

.about-feature-icon.orange {
  background: rgba(245,158,11,.1);
  color: var(--about-orange);
}

.about-feature-card h3 {
  margin: 0 0 8px;

  color: var(--about-heading);

  font-size: 16px;
}

.about-feature-card p {
  margin: 0;

  color: var(--about-muted);

  font-size: 12px;
  line-height: 1.7;
}

.about-feature-bottom {
  position: absolute;

  left: 23px;
  bottom: 21px;

  display: flex;
  align-items: center;
  gap: 6px;

  color: var(--about-blue);

  font-size: 9px;
  font-weight: 800;
}

.about-feature-bottom i {
  font-size: 8px;
}


/* =========================================================
   AUDIENCE
   ========================================================= */

.about-audience-section {
  padding-top: 20px;
}

.about-audience-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 17px;
}

.about-audience-card {
  position: relative;

  min-height: 480px;

  padding: 34px;

  border-radius: 25px;

  overflow: hidden;

  color: #fff;

  isolation: isolate;
}

.about-audience-card.creator {
  background:
    linear-gradient(
      135deg,
      #0c78b3,
      #2563eb 55%,
      #6366f1
    );
}

.about-audience-card.user {
  background:
    linear-gradient(
      135deg,
      #4f46e5,
      #7c3aed 55%,
      #9333ea
    );
}

.about-audience-glow {
  position: absolute;

  width: 320px;
  height: 320px;

  right: -130px;
  bottom: -160px;

  border-radius: 50%;

  background:
    rgba(255,255,255,.09);

  filter: blur(5px);

  z-index: -1;
}

.about-audience-top {
  display: flex;
  align-items: center;
  gap: 11px;
}

.about-audience-icon {
  display: grid;
  place-items: center;

  width: 44px;
  height: 44px;

  border-radius: 13px;

  background:
    rgba(255,255,255,.13);

  border:
    1px solid
    rgba(255,255,255,.15);

  backdrop-filter: blur(10px);
}

.about-audience-tag {
  font-size: 9px;
  font-weight: 850;

  letter-spacing: .1em;

  opacity: .8;
}

.about-audience-card h2 {
  max-width: 470px;

  margin: 28px 0 12px;

  font-size:
    clamp(27px, 3vw, 39px);

  line-height: 1.06;

  letter-spacing: -.045em;
}

.about-audience-card h2 span {
  color: rgba(255,255,255,.65);
}

.about-audience-card > p {
  max-width: 500px;

  margin: 0;

  color: rgba(255,255,255,.76);

  font-size: 13px;

  line-height: 1.75;
}

.about-check-list {
  display: grid;

  gap: 11px;

  margin-top: 27px;
}

.about-check-list div {
  display: flex;
  align-items: center;
  gap: 9px;

  color: rgba(255,255,255,.88);

  font-size: 11px;
}

.about-check-list i {
  color: rgba(255,255,255,.95);
  font-size: 12px;
}

.about-audience-link {
  position: absolute;

  left: 34px;
  bottom: 31px;

  display: inline-flex;
  align-items: center;
  gap: 9px;

  color: #fff;

  text-decoration: none;

  font-size: 11px;
  font-weight: 850;
}

.about-audience-link i {
  transition:
    transform .2s ease;
}

.about-audience-link:hover i {
  transform: translateX(4px);
}


/* =========================================================
   SECURITY
   ========================================================= */

.about-security-section {
  padding-bottom: 105px;
}

.about-security {
  position: relative;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(320px, .8fr);

  gap: 50px;

  padding: 42px;

  border:
    1px solid
    rgba(14,165,233,.16);

  border-radius: 25px;

  background:
    linear-gradient(
      135deg,
      rgba(14,165,233,.055),
      rgba(99,102,241,.045)
    );

  overflow: hidden;
}

.about-security-orb {
  position: absolute;

  width: 320px;
  height: 320px;

  right: -130px;
  top: -150px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(14,165,233,.12),
      transparent 70%
    );

  pointer-events: none;
}

.about-security-content {
  position: relative;
  z-index: 1;
}

.about-security-content h2 {
  margin: 13px 0 13px;

  color: var(--about-heading);

  font-size:
    clamp(30px, 4vw, 45px);

  line-height: 1.05;

  letter-spacing: -.045em;
}

.about-security-content h2 span {
  color: var(--about-blue);
}

.about-security-content p {
  max-width: 560px;

  margin: 0;

  color: var(--about-muted);

  font-size: 13px;
  line-height: 1.75;
}

.about-security-items {
  display: grid;

  gap: 11px;

  align-content: center;

  position: relative;
  z-index: 1;
}

.about-security-item {
  display: flex;
  align-items: flex-start;

  gap: 12px;

  padding: 14px;

  border:
    1px solid
    var(--about-border);

  border-radius: 14px;

  background:
    var(--about-surface);

  box-shadow:
    0 8px 25px rgba(15,23,42,.035);
}

.about-security-item > span {
  display: grid;
  place-items: center;

  width: 35px;
  height: 35px;

  flex: 0 0 35px;

  border-radius: 10px;

  background:
    rgba(14,165,233,.08);

  color: var(--about-blue);

  font-size: 12px;
}

.about-security-item > div {
  display: grid;

  gap: 3px;
}

.about-security-item strong {
  color: var(--about-text);

  font-size: 11px;
}

.about-security-item small {
  color: var(--about-muted);

  font-size: 9px;
  line-height: 1.5;
}


/* =========================================================
   LEGAL
   ========================================================= */

.about-legal-section {
  padding-top: 0;
}

.about-legal-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 15px;
}

.about-legal-card {
  display: grid;

  grid-template-columns: 44px minmax(0, 1fr) 18px;

  align-items: center;

  gap: 12px;

  min-width: 0;

  padding: 18px;

  border:
    1px solid
    var(--about-border);

  border-radius: 17px;

  background:
    var(--about-surface);

  color: var(--about-text);

  text-decoration: none;

  box-shadow:
    var(--about-shadow-soft);

  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.about-legal-card:hover {
  transform: translateY(-4px);

  border-color:
    rgba(14,165,233,.25);

  box-shadow:
    0 20px 45px rgba(15,23,42,.09);
}

.about-legal-icon {
  display: grid;
  place-items: center;

  width: 44px;
  height: 44px;

  border-radius: 12px;

  font-size: 14px;
}

.about-legal-icon.blue {
  background: rgba(14,165,233,.09);
  color: var(--about-blue);
}

.about-legal-icon.purple {
  background: rgba(139,92,246,.09);
  color: var(--about-purple);
}

.about-legal-icon.green {
  background: rgba(16,185,129,.09);
  color: var(--about-green);
}

.about-legal-card > div {
  min-width: 0;
}

.about-legal-card small {
  display: block;

  margin-bottom: 3px;

  color: var(--about-muted-2);

  font-size: 8px;
  font-weight: 850;

  letter-spacing: .1em;
}

.about-legal-card h3 {
  margin: 0 0 4px;

  color: var(--about-text);

  font-size: 12px;
}

.about-legal-card p {
  margin: 0;

  color: var(--about-muted);

  font-size: 9px;
  line-height: 1.55;
}

.about-legal-arrow {
  color: var(--about-muted-2);

  font-size: 9px;

  transition:
    color .2s ease,
    transform .2s ease;
}

.about-legal-card:hover .about-legal-arrow {
  color: var(--about-blue);
  transform: translate(2px,-2px);
}


/* =========================================================
   CTA
   ========================================================= */

.about-cta-section {
  position: relative;

  padding: 30px 0 90px;

  overflow: hidden;
}

.about-cta {
  position: relative;

  padding: 70px 30px;

  border-radius: 28px;

  text-align: center;

  color: #fff;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #0284c7,
      #2563eb 45%,
      #7c3aed
    );

  box-shadow:
    0 30px 80px rgba(37,99,235,.22);
}

.about-cta::before {
  content: "";

  position: absolute;

  inset: 0;

  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(255,255,255,.14),
      transparent 35%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(255,255,255,.1),
      transparent 35%
    );

  pointer-events: none;
}

.about-cta-orb {
  position: absolute;

  border-radius: 50%;

  pointer-events: none;
}

.about-cta-orb.one {
  width: 300px;
  height: 300px;

  top: -170px;
  left: -80px;

  background:
    rgba(14,165,233,.08);
}

.about-cta-orb.two {
  width: 340px;
  height: 340px;

  right: -140px;
  bottom: -180px;

  background:
    rgba(139,92,246,.08);
}

.about-cta > * {
  position: relative;
  z-index: 1;
}

.about-cta-icon {
  display: grid;
  place-items: center;

  width: 53px;
  height: 53px;

  margin: 0 auto 18px;

  border-radius: 16px;

  background:
    rgba(255,255,255,.13);

  border:
    1px solid
    rgba(255,255,255,.17);

  font-size: 24px;

  box-shadow:
    0 12px 30px rgba(0,0,0,.1);
}

.about-cta .about-section-label {
  color: rgba(255,255,255,.8);
}

.about-cta h2 {
  max-width: 700px;

  margin: 13px auto 12px;

  font-size:
    clamp(31px, 5vw, 52px);

  line-height: 1.04;

  letter-spacing: -.05em;
}

.about-cta h2 span {
  color: rgba(255,255,255,.65);
}

.about-cta p {
  max-width: 650px;

  margin: 0 auto;

  color: rgba(255,255,255,.72);

  font-size: 13px;

  line-height: 1.75;
}

.about-cta-actions {
  justify-content: center;

  margin-top: 27px;
}


/* =========================================================
   REVEAL ANIMATION
   ========================================================= */

[data-reveal] {
  opacity: 0;

  transform:
    translateY(22px);

  transition:
    opacity .7s ease,
    transform .7s cubic-bezier(.2,.7,.2,1);
}

[data-reveal].is-visible {
  opacity: 1;

  transform:
    translateY(0);
}


/* =========================================================
   RESPONSIVE · 1100
   ========================================================= */

@media (max-width: 1100px) {

  .about-hero .about-container {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(350px, .8fr);

    gap: 35px;
  }

  .about-feature-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
   RESPONSIVE · 900
   ========================================================= */

@media (max-width: 900px) {

  .about-hero {
    min-height: auto;

    padding: 70px 0 70px;
  }

  .about-hero .about-container {
    grid-template-columns: 1fr;

    gap: 55px;
  }

  .about-hero-content {
    max-width: 760px;
  }

  .about-hero-visual {
    min-height: 450px;
  }

  .about-product-window {
    width: min(470px, 90%);
  }

  .about-stats {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .about-stat:nth-child(3) {
    border-left: 0;
    border-top:
      1px solid
      var(--about-border);
  }

  .about-stat:nth-child(4) {
    border-top:
      1px solid
      var(--about-border);
  }

  .about-security {
    grid-template-columns: 1fr;

    gap: 30px;
  }

  .about-legal-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
   RESPONSIVE · 680
   ========================================================= */

@media (max-width: 680px) {

  .about-container {
    width: min(100% - 24px, 1160px);
  }

  .about-hero {
    padding: 48px 0 50px;
  }

  .about-hero h1 {
    font-size:
      clamp(40px, 13vw, 57px);

    letter-spacing: -.06em;
  }

  .about-hero-description {
    font-size: 14px;
  }

  .about-hero-actions {
    display: grid;

    grid-template-columns: 1fr;
  }

  .about-btn {
    width: 100%;
  }

  .about-trust-row {
    gap: 14px;
  }

  .about-trust-item {
    flex: 1 1 calc(50% - 10px);
  }

  .about-hero-visual {
    min-height: 380px;
  }

  .about-product-window {
    width: 94%;

    transform: none;
  }

  .about-product-window:hover {
    transform: translateY(-2px);
  }

  .about-float-top {
    top: 5px;
    right: 0;
  }

  .about-float-bottom {
    bottom: 12px;
    left: 0;
  }

  .about-floating-card {
    padding: 9px 10px;
  }

  .about-floating-icon,
  .about-floating-check {
    width: 30px;
    height: 30px;
  }

  .about-stats-section {
    margin-top: -10px;
  }

  .about-stats {
    grid-template-columns: 1fr;

    border-radius: 17px;
  }

  .about-stat {
    min-height: 76px;
  }

  .about-stat + .about-stat,
  .about-stat:nth-child(3),
  .about-stat:nth-child(4) {
    border-left: 0;

    border-top:
      1px solid
      var(--about-border);
  }

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

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

  .about-feature-card {
    min-height: 245px;
  }

  .about-audience-section {
    padding-top: 0;
  }

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

  .about-audience-card {
    min-height: 450px;

    padding: 27px;
  }

  .about-audience-link {
    left: 27px;
    bottom: 27px;
  }

  .about-security {
    padding: 27px;

    border-radius: 21px;
  }

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

  .about-cta {
    padding: 55px 20px;

    border-radius: 22px;
  }

}


/* =========================================================
   RESPONSIVE · 430
   ========================================================= */

@media (max-width: 430px) {

  .about-container {
    width: min(100% - 18px, 1160px);
  }

  .about-eyebrow {
    font-size: 8px;
  }

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

  .about-hero-description {
    font-size: 13px;
  }

  .about-trust-row {
    display: grid;

    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 11px;
  }

  .about-trust-item {
    min-width: 0;
  }

  .about-trust-item small {
    font-size: 8px;
  }

  .about-hero-visual {
    min-height: 330px;
  }

  .about-product-window {
    width: 100%;

    border-radius: 18px;
  }

  .about-window-body {
    padding: 15px;
  }

  .about-mini-grid {
    gap: 6px;
  }

  .about-mini-card {
    padding: 8px;
  }

  .about-mini-icon {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }

  .about-window-chart {
    margin-top: 9px;
    padding: 11px;
  }

  .about-chart-bars {
    height: 60px;
  }

  .about-floating-card {
    transform: scale(.86);
    transform-origin: center;
  }

  .about-float-top {
    right: -8px;
  }

  .about-float-bottom {
    left: -8px;
  }

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

  .about-feature-card {
    padding: 20px;
  }

  .about-audience-card {
    min-height: 425px;
  }

  .about-audience-card h2 {
    font-size: 28px;
  }

  .about-security {
    padding: 22px;
  }

  .about-cta h2 {
    font-size: 32px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .about-bg-orb,
  .about-floating-card,
  .about-chart-bars span {
    animation: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;

    transition: none;
  }

  .about-btn,
  .about-feature-card,
  .about-legal-card,
  .about-product-window {
    transition: none;
  }

}


/* =========================================================
   SAFE AREA
   ========================================================= */

@supports (padding: max(0px)) {

  .about-cta-section {
    padding-bottom:
      max(
        70px,
        env(safe-area-inset-bottom)
      );
  }

}


/* =========================================================
   PRINT
   ========================================================= */

@media print {

  .about-page {
    background: #fff;
    color: #000;
  }

  .about-bg-orb,
  .about-grid-bg,
  .about-hero-visual,
  .about-stats-section,
  .about-cta-section {
    display: none;
  }

  .about-hero {
    min-height: auto;
    padding: 30px 0;
  }

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

  .about-feature-card,
  .about-audience-card,
  .about-security,
  .about-legal-card {
    box-shadow: none;
  }

}
