:root {
  --navy: #061347;
  --deep: #030b25;
  --blue: #1b65ff;
  --purple: #7037ef;
  --pink: #a52cff;
  --text: #071848;
  --muted: #637096;
  --red: #ff1836;
  --bg: #f5f8ff;
}

@font-face { font-family: "Poppins"; src: url("../fonts/Poppins-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/Poppins-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("../fonts/Poppins-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body.about-page { background: var(--bg); color: var(--text); font-family: "Poppins", Arial, sans-serif; font-weight: 400; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
button, input { font: inherit; }

.about-hero { min-height: 720px; position: relative; color: #fff; background-color: #030817; background-position: center right; background-size: cover; background-repeat: no-repeat; overflow: hidden; isolation: isolate; }
.about-hero:before { content: ""; position: absolute; inset: 0; z-index: -3; background: inherit; background-position: inherit; background-size: inherit; background-repeat: inherit; opacity: 1; }
.about-hero:after { content: ""; position: absolute; inset: 0; z-index: -2; background:
  linear-gradient(90deg, rgba(2, 7, 25, .34) 0%, rgba(3, 9, 34, .2) 36%, rgba(5, 11, 43, .06) 70%, transparent 100%),
  radial-gradient(circle at 18% 74%, rgba(145, 38, 255, .22), transparent 23%),
  radial-gradient(circle at 76% 42%, rgba(33, 154, 255, .12), transparent 26%),
  linear-gradient(180deg, rgba(1, 5, 18, .08) 0%, transparent 54%, rgba(3, 11, 37, .42) 100%);
  pointer-events: none;
}
.about-hero-canvas { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; opacity: .42; pointer-events: none; mix-blend-mode: screen; }
.about-header, .about-hero-content { position: relative; z-index: 1; }
.about-header { width: min(1320px, calc(100% - 40px)); margin: 0 auto; padding: 24px 0; display: flex; align-items: center; gap: 24px; }
.about-logo { width: 132px; flex: 0 0 auto; }
.about-nav { margin: 0 auto; display: flex; gap: 8px; align-items: center; }
.about-nav a { color: #fff; font-size: 14px; font-weight: 600; padding: 10px 14px; border-radius: 4px; transition: .2s ease; }
.about-nav a:hover, .about-nav a.active { background: var(--blue); }
.about-call { color: #fff; display: grid; text-align: right; gap: 2px; font-weight: 700; }
.about-call small { color: rgba(255,255,255,.72); text-transform: uppercase; font-size: 11px; letter-spacing: .08em; }
.about-menu { display: none; margin-left: auto; width: 44px; height: 40px; border: 1px solid rgba(255,255,255,.28); border-radius: 5px; background: rgba(255,255,255,.08); z-index: 10000; }
.about-menu span { display: block; height: 2px; margin: 6px 10px; background: #fff; transition: transform .25s ease, opacity .2s ease; }
.about-menu.is-active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.about-menu.is-active span:nth-child(2) { opacity: 0; }
.about-menu.is-active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.about-hero-content { width: min(1320px, calc(100% - 40px)); margin: 0 auto; padding: 108px 0 130px; max-width: 685px; margin-left: max(20px, calc((100% - 1320px)/2)); }
.kicker { color: #7fdcff; text-transform: uppercase; letter-spacing: .13em; font-size: 13px; font-weight: 700; margin-bottom: 14px; }
.kicker.purple { color: var(--purple); }
.about-hero h1 { font-size: var(--h1-hero-size); line-height: var(--h1-hero-lh); font-weight: 800; letter-spacing: 0; margin-bottom: 22px; text-wrap: balance; }
.about-hero h1 span { display: inline-block; color: transparent; background: linear-gradient(92deg, #9b38ff 0%, #6d49ff 42%, #2fa8ff 100%); -webkit-background-clip: text; background-clip: text; text-shadow: 0 0 28px rgba(115, 74, 255, .18); }
.about-hero-content > p:not(.kicker) { max-width: 575px; color: rgba(255,255,255,.94); font-size: 16px; line-height: 1.8; margin-bottom: 30px; text-shadow: 0 1px 22px rgba(0,0,0,.34); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 5px; padding: 13px 24px; color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.btn:after { content: "\2192"; }
.btn.primary { background: var(--blue); }
.btn.ghost { border: 1px solid rgba(255,255,255,.72); background: transparent; }
.btn.purple-btn { background: linear-gradient(135deg, var(--purple), var(--pink)); box-shadow: 0 16px 28px rgba(112, 55, 239, .22); }
.btn.light { background: #fff; color: var(--purple); }
.btn:hover { transform: translateY(-2px); }
.quick-contact { position: fixed; right: 24px; top: 220px; z-index: 5; background: #fff; border-radius: 14px; padding: 12px 10px; box-shadow: 0 18px 40px rgba(0,0,0,.18); display: grid; gap: 14px; }
.quick-contact a { color: #25345f; font-size: 11px; font-weight: 700; text-align: center; display: grid; gap: 5px; }
.quick-contact span { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto; color: #fff; background: var(--blue); }
.quick-contact a:first-child span { background: #20d466; }

.trusted-strip { background: linear-gradient(90deg, #06184a, #04102e); color: #fff; text-align: center; padding: 22px 20px; }
.trusted-strip p { font-size: 12px; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; margin-bottom: 18px; }
.brand-row { display: flex; justify-content: center; flex-wrap: wrap; gap: clamp(20px, 5vw, 62px); color: rgba(255,255,255,.88); font-size: 21px; font-weight: 600; }
.mini-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.mini-dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.4); }
.mini-dots .active { background: var(--purple); }

main { background: #f8fbff; }
.story-section { width: min(1320px, calc(100% - 40px)); margin: 0 auto; }
.difference-section, .team-section { width: min(1320px, calc(100% - 40px)); margin: 0 auto; }
.story-section { padding: 72px 0; display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; }
h2 { color: var(--text); font-size: clamp(30px, 4vw, 46px); line-height: 1.22; font-weight: 700; margin-bottom: 24px; }
.story-copy > p:not(.kicker), .section-intro > p:not(.kicker) { color: var(--muted); font-size: 15px; line-height: 1.8; margin-bottom: 18px; }
.story-points { margin-top: 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 30px; }
.story-points article { position: relative; padding-left: 32px; }
.story-points b { position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 50%; background: var(--purple); }
.story-points b:after { content: ""; position: absolute; left: 6px; top: 4px; width: 5px; height: 8px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.story-points h3, .difference-grid h3, .team-grid h3 { color: var(--text); font-size: 16px; line-height: 1.35; font-weight: 700; margin-bottom: 8px; }
.story-points p, .difference-grid p, .team-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.story-visual { position: relative; padding-bottom: 86px; }
.story-visual > img { width: 100%; aspect-ratio: 1.55 / 1; object-fit: cover; border-radius: 16px; box-shadow: 0 24px 70px rgba(7,24,72,.18); }
.years-card { position: absolute; left: 0; bottom: 0; width: 230px; min-height: 188px; border-radius: 12px; padding: 30px; background: linear-gradient(145deg, #8350ff, #5422d6); color: #fff; box-shadow: 0 22px 36px rgba(84,34,214,.25); }
.years-card strong { display: block; font-size: 42px; line-height: 1; margin-bottom: 12px; }
.years-card span { display: block; font-weight: 700; margin-bottom: 22px; }
.years-card p { color: rgba(255,255,255,.9); line-height: 1.6; font-size: 13px; }
.mission-card { position: absolute; right: 10px; bottom: 0; width: min(380px, calc(100% - 245px)); border-radius: 12px; padding: 28px; background: #fff; box-shadow: 0 22px 44px rgba(7,24,72,.14); }
.mission-card h3 { color: var(--text); font-size: 15px; margin-bottom: 8px; }
.mission-card p { color: var(--muted); font-size: 13px; line-height: 1.7; margin-bottom: 16px; }
.mission-card p:last-child { margin-bottom: 0; }

.stats-band { background: linear-gradient(90deg, #06184c, #3d188f 50%, #06184c); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; padding: 56px max(20px, calc((100% - 1320px)/2)); color: #fff; }
.stats-band div { display: grid; grid-template-columns: auto 1fr; gap: 8px 18px; align-items: center; }
.stats-band span { grid-row: span 2; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(171,111,255,.75); color: #d6c5ff; font-weight: 700; }
.stats-band strong { font-size: 34px; line-height: 1; }
.stats-band small { font-size: 13px; color: rgba(255,255,255,.82); }

.difference-section { padding: 76px 0 46px; display: grid; grid-template-columns: .52fr 1.48fr; gap: 44px; align-items: center; }
.difference-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.difference-grid article, .team-grid article { background: #fff; border: 1px solid rgba(12,35,80,.08); border-radius: 10px; box-shadow: 0 18px 44px rgba(17,34,82,.08); }
.difference-grid article { min-height: 245px; padding: 28px 28px 24px; }
.difference-grid h3 { font-size: 15px; margin-bottom: 14px; }
.difference-grid p { font-size: 12px; line-height: 1.65; }
.icon-card { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: #f1ebff; color: var(--purple); margin-bottom: 22px; }
.icon-card svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.team-section { padding: 48px 0 76px; display: grid; grid-template-columns: minmax(390px, .68fr) minmax(0, 1.32fr); gap: 36px; align-items: center; }
.team-section .section-intro { max-width: 470px; }
.team-section .section-intro h2 { font-size: clamp(34px, 3.6vw, 54px); line-height: 1.16; text-wrap: balance; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.team-grid article { padding: 0 0 24px; text-align: center; overflow: hidden; border-radius: 10px; }
.team-photo { width: 100%; height: 170px; object-fit: cover; object-position: center 20%; background: #eef2f8; border-bottom: 1px solid #eef2f8; }
.team-grid h3 { margin-top: 22px; margin-bottom: 6px; }
.team-grid div:last-child { display: flex; justify-content: center; gap: 16px; margin-top: 16px; }
.team-grid a { color: var(--purple); font-size: 12px; font-weight: 700; }
.team-section > .btn { grid-column: 2; justify-self: center; margin-top: 4px; }

.about-cta { color: #fff; background: linear-gradient(90deg, #5930e8, #9428ef); padding: 48px max(20px, calc((100% - 1320px)/2)); display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.about-cta h2 { color: #fff; margin-bottom: 8px; font-size: clamp(26px, 3vw, 36px); }
.about-cta p { color: rgba(255,255,255,.88); font-size: 15px; }

.about-footer { background: #030c27; color: rgba(255,255,255,.76); padding: 54px max(20px, calc((100% - 1320px)/2)) 24px; display: grid; grid-template-columns: 1.25fr .75fr .95fr .8fr 1fr; gap: 36px; }
.about-footer > div > img { width: 120px; margin-bottom: 18px; }
.about-footer h3 { color: #fff; font-size: 16px; margin-bottom: 16px; }
.about-footer p { line-height: 1.7; font-size: 14px; }
.about-footer a { color: rgba(255,255,255,.76); display: block; margin: 8px 0; font-size: 14px; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: auto; height: auto; margin: 0; background: transparent; color: #fff; display: grid; place-items: center; font-size: 11px; transition: transform .2s ease; }
.footer-social a:hover { transform: translateY(-3px); }
.footer-social img { width: 26px; height: 26px; object-fit: contain; margin: 0; }
.footer-contact { display: grid; align-content: start; gap: 12px; }
.footer-contact p { margin: 0; display: grid; gap: 4px; }
.footer-contact b { color: #fff; font-size: 13px; }
.footer-contact a, .footer-contact span { margin: 0; color: rgba(255,255,255,.76); font-style: normal; line-height: 1.55; }
.about-footer form { display: grid; gap: 10px; margin-top: 14px; }
.about-footer input { border: 1px solid rgba(255,255,255,.24); background: transparent; border-radius: 5px; padding: 13px; color: #fff; }
.about-footer button { border: 0; border-radius: 5px; padding: 13px; background: linear-gradient(135deg, var(--purple), var(--pink)); color: #fff; font-weight: 700; }
.copyright { grid-column: 1 / 4; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; }
.policy { grid-column: 4 / 6; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: flex-end; gap: 18px; }
.policy a, .policy span { margin: 0; }

@media (max-width: 1100px) {
  .about-hero { min-height: 680px; }
  .about-hero, .about-hero:before { background-position: 58% bottom; background-size: cover; }
  .about-hero:after { background:
    linear-gradient(90deg, rgba(2, 7, 25, .42) 0%, rgba(3, 9, 34, .28) 58%, rgba(5, 11, 43, .12) 100%),
    radial-gradient(circle at 18% 74%, rgba(145, 38, 255, .2), transparent 26%),
    linear-gradient(180deg, rgba(1, 5, 18, .08) 0%, transparent 54%, rgba(3, 11, 37, .46) 100%);
  }
  .about-header { position: sticky; top: 0; z-index: 9999; background: var(--navy); }
  .about-menu { display: block; }
  .about-nav { position: fixed; inset: 0; width: 100%; height: 100%; margin: 0; transform: none; flex-direction: column; align-items: stretch; justify-content: center; gap: 6px; background: rgba(3, 12, 39, .98); padding: 90px 28px 40px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease, visibility .25s ease; overflow-y: auto; z-index: 9998; }
  .about-nav.open { opacity: 1; visibility: visible; pointer-events: auto; }
  .about-nav a { font-size: 18px; padding: 14px 16px; min-height: 44px; display: flex; align-items: center; }
  .about-call { display: none; }
  .story-section, .difference-section, .team-section { grid-template-columns: 1fr; }
  .difference-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .team-section > .btn { grid-column: auto; }
  .about-footer { grid-template-columns: repeat(2, 1fr); }
  .copyright, .policy { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 760px) {
  .about-header { width: calc(100% - 28px); padding: 12px 0; }
  .about-logo { width: 48px; }
  .about-hero { min-height: auto; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .about-hero, .about-hero:before { background-position: 61% bottom; background-size: cover; }
  .about-hero:after { background:
    linear-gradient(90deg, rgba(2, 7, 25, .48) 0%, rgba(3, 9, 34, .34) 64%, rgba(3, 9, 34, .18) 100%),
    radial-gradient(circle at 17% 72%, rgba(145, 38, 255, .22), transparent 28%),
    linear-gradient(180deg, rgba(1, 5, 18, .1) 0%, transparent 48%, rgba(3, 11, 37, .5) 100%);
  }
  .about-hero-content { width: calc(100% - 28px); margin: 0 auto; padding: 62px 0 88px; }
  .quick-contact { display: none; }
  .brand-row { font-size: 16px; gap: 18px; }
  .story-section, .difference-section, .team-section { width: calc(100% - 28px); padding: 46px 0; gap: 28px; }
  .story-points, .difference-grid, .team-grid, .stats-band { grid-template-columns: 1fr; }
  .story-visual { padding-bottom: 0; display: grid; gap: 14px; }
  .story-visual > img { aspect-ratio: 1.2 / 1; }
  .years-card, .mission-card { position: static; width: 100%; }
  .stats-band { padding: 36px 20px; }
  .difference-grid article { padding: 22px; }
  .about-cta { flex-direction: column; align-items: flex-start; padding: 34px 20px; }
  .about-footer { grid-template-columns: 1fr; }
  .policy { flex-wrap: wrap; }
}
