:root {
  --bg: #070816;
  --bg-soft: #0d1026;
  --text: #f9fbff;
  --muted: #b4bdd6;
  --muted-2: #77819f;
  --line: rgba(255,255,255,.14);
  --glass: rgba(255,255,255,.075);
  --glass-strong: rgba(255,255,255,.12);
  --accent: #6fffe9;
  --accent-2: #9a7cff;
  --shadow: 0 34px 90px rgba(0,0,0,.38);
  --radius: 30px;
  --max: 1220px;
  --display: "Manrope", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: "Manrope", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--text);
  background:
    radial-gradient(circle at 80% 10%, rgba(111,255,233,.16), transparent 32%),
    radial-gradient(circle at 8% 18%, rgba(154,124,255,.22), transparent 30%),
    radial-gradient(circle at 66% 92%, rgba(38,180,255,.12), transparent 36%),
    linear-gradient(135deg, #050611 0%, #0e1127 48%, #060713 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -3;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 74%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; color: inherit; cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand, .btn, .eyebrow { font-family: var(--display); }

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 2;
  opacity: .13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.cursor-glow {
  width: 420px;
  height: 420px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle, rgba(111,255,233,.16), rgba(154,124,255,.08) 44%, transparent 70%);
  filter: blur(10px);
}
.scroll-bar { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 80; background: rgba(255,255,255,.04); }
.scroll-bar span { display: block; height: 100%; width: 0%; background: linear-gradient(90deg, var(--accent), #45a5ff, var(--accent-2)); box-shadow: 0 0 22px rgba(111,255,233,.45); }

.site-header {
  position: sticky;
  top: 18px;
  z-index: 60;
  width: min(calc(100% - 40px), var(--max));
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(8,11,28,.68);
  backdrop-filter: blur(26px);
  box-shadow: 0 18px 54px rgba(0,0,0,.24);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.03em; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(from 220deg, var(--accent), #39a5ff, var(--accent-2), var(--accent));
  color: #06101a;
  box-shadow: 0 0 34px rgba(111,255,233,.24);
}
.brand-text { font-size: 14px; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  padding: 11px 16px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  transition: .25s ease;
}
.main-nav a:hover { color: var(--text); background: rgba(255,255,255,.08); }
.header-cta {
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 900;
  color: #07101f;
  background: linear-gradient(135deg, var(--accent), #62c8ff);
  box-shadow: 0 12px 36px rgba(111,255,233,.18);
}
.menu-btn { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.07); }
.menu-btn span { display: block; width: 18px; height: 2px; background: #fff; margin: 5px auto; border-radius: 999px; }
.mobile-menu { display: none; }

.section-shell { width: min(calc(100% - 46px), var(--max)); margin: 0 auto; padding: 105px 0; }
.hero {
  min-height: calc(100vh - 86px);
  padding-top: 70px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 56px;
  position: relative;
}
.hero-copy { position: relative; z-index: 4; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  margin: 0 0 18px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(111,255,233,.25);
  background: rgba(111,255,233,.07);
  color: #8affee;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(54px, 6vw, 86px);
  line-height: .92;
  letter-spacing: -.075em;
  background: linear-gradient(105deg, #fff 0%, #e6fbff 35%, #83efff 65%, #ad94ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-lead, .section-heading p, .service-copy p, .contact-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.hero-actions, .contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 31px 0; }
.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 23px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 900;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary { color: #06101a; border-color: transparent; background: linear-gradient(135deg, var(--accent), #6bc4ff); box-shadow: 0 18px 44px rgba(111,255,233,.16); }
.btn-secondary { color: var(--text); background: rgba(255,255,255,.07); backdrop-filter: blur(18px); }
.btn-secondary:hover { border-color: rgba(111,255,233,.4); box-shadow: 0 0 48px rgba(111,255,233,.12); }
.pulse { animation: pulse 2.5s ease-in-out infinite; }
@keyframes pulse { 0%,100%{ box-shadow: 0 18px 44px rgba(111,255,233,.16); } 50%{ box-shadow: 0 18px 60px rgba(111,255,233,.34); } }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; max-width: 650px; }
.trust-row span { display: block; padding: 16px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.07); color: var(--muted); font-size: 13px; backdrop-filter: blur(18px); }
.trust-row strong { display: block; color: var(--text); font-size: 28px; line-height: 1; letter-spacing: -.04em; }

.hero-stage { position: relative; perspective: 1300px; }
.hero-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); filter: blur(.2px); pointer-events: none; }
.orbit-a { width: 520px; height: 520px; right: 35px; top: 5px; border-color: rgba(111,255,233,.18); animation: spin 22s linear infinite; }
.orbit-b { width: 410px; height: 410px; right: 120px; bottom: 10px; border-color: rgba(154,124,255,.22); animation: spin 28s linear reverse infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  box-shadow: var(--shadow), 0 0 120px rgba(111,255,233,.13);
  transform-style: preserve-3d;
}
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.22), transparent 42%, rgba(111,255,233,.11));
}
.feature-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: opacity .35s ease, transform .6s ease; }
.feature-card:hover img { transform: scale(1.035); }
.feature-meta {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  padding: 16px 18px;
  background: rgba(6,10,24,.55);
  backdrop-filter: blur(18px);
}
.feature-meta span { color: var(--muted); font-size: 12px; text-transform: uppercase; font-weight: 900; letter-spacing: .14em; }
.feature-meta strong { font-size: 24px; }
.floating-control {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
  font-size: 30px;
  line-height: 1;
  transition: .25s ease;
}
.floating-control:hover { background: rgba(111,255,233,.18); transform: translateY(-50%) scale(1.06); }
.floating-control.prev { left: -22px; transform: translateY(-50%); }
.floating-control.next { right: -22px; transform: translateY(-50%); }
.floating-pill {
  position: absolute;
  z-index: 5;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 16px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 50px rgba(0,0,0,.28);
  font-size: 12px;
  font-weight: 900;
  animation: float 5s ease-in-out infinite;
}
.pill-one { top: 28px; right: -6px; }
.pill-two { left: -32px; bottom: 72px; animation-delay: -1.5s; }
@keyframes float { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-12px); } }

.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.045); }
.marquee-track { width: max-content; display: flex; gap: 32px; padding: 18px 0; animation: marquee 26s linear infinite; }
.marquee span { color: rgba(255,255,255,.68); text-transform: uppercase; font-size: 13px; font-weight: 900; letter-spacing: .16em; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-heading { max-width: 820px; margin-bottom: 36px; }
.section-heading.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading.center .eyebrow { margin-left: auto; margin-right: auto; }
.section-heading h2, .service-copy h2, .contact-card h2 {
  font-size: clamp(40px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -.065em;
  margin-bottom: 16px;
}
.intro-band { padding-top: 70px; }
.value-grid, .process-grid { display: grid; gap: 16px; }
.value-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.process-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.value-card, .process-card, .service-list div, .contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}
.value-card, .process-card { padding: 24px; transition: .3s ease; }
.value-card:hover, .process-card:hover, .project-card:hover { transform: translateY(-7px); border-color: rgba(111,255,233,.42); }
.value-card span, .process-card span { color: var(--accent); font-weight: 1000; font-size: 13px; letter-spacing: .13em; }
.value-card h3, .process-card h3 { font-size: 23px; margin: 32px 0 12px; letter-spacing: -.04em; }
.value-card p, .process-card p { color: var(--muted); line-height: 1.65; font-size: 14px; }

.filter-row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 30px; }
.filter {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: var(--muted);
  padding: 11px 16px;
  transition: .25s ease;
}
.filter:hover, .filter.active { color: #06101a; background: linear-gradient(135deg, var(--accent), #65c7ff); border-color: transparent; font-weight: 900; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.project-card {
  --p1: #6fffe9;
  --p2: #8b5cf6;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.045));
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
  cursor: pointer;
  transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease;
}
.project-card::before {
  content: "";
  position: absolute;
  inset: -50% -15% auto auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--p1) 42%, transparent), transparent 68%);
  pointer-events: none;
}
.project-card:hover { box-shadow: var(--shadow), 0 0 70px color-mix(in srgb, var(--p1) 18%, transparent); }
.project-image { overflow: hidden; aspect-ratio: 16 / 10; background: #0b1024; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.project-card:hover img { transform: scale(1.045); }
.project-info { padding: 24px; position: relative; z-index: 2; }
.project-topline { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 12px; color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.project-info h3 { font-size: 34px; letter-spacing: -.055em; margin-bottom: 10px; }
.project-info p { color: var(--muted); line-height: 1.65; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tag-row span, .modal-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.07);
  padding: 8px 10px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 800;
}
.open-project { margin-top: 20px; color: var(--p1); font-weight: 900; }

.service-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.service-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.service-list div { padding: 22px; }
.service-list strong { display: block; margin-bottom: 8px; font-size: 18px; }
.service-list span { color: var(--muted); line-height: 1.55; font-size: 14px; }
.contact-card { position: relative; overflow: hidden; text-align: center; padding: clamp(42px, 7vw, 78px); }
.contact-card::before { content: ""; position: absolute; inset: auto -20% -70% -20%; height: 360px; background: radial-gradient(circle, rgba(111,255,233,.19), transparent 64%); }
.contact-card > * { position: relative; z-index: 2; }
.contact-card .eyebrow { margin-left: auto; margin-right: auto; }
.contact-card p { max-width: 700px; margin-left: auto; margin-right: auto; }
.contact-actions { justify-content: center; }
.contact-note { color: var(--muted-2); font-size: 13px; }
.site-footer { width: min(calc(100% - 46px), var(--max)); margin: 0 auto; padding: 28px 0 48px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; color: var(--muted); }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: var(--accent); font-weight: 800; }
.sticky-upwork {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 55;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 12px 12px 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(8,11,28,.72);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
  transform: translateY(110px);
  opacity: 0;
  transition: .35s ease;
}
.sticky-upwork.visible { transform: translateY(0); opacity: 1; }
.sticky-upwork span { color: var(--muted); font-size: 13px; }
.sticky-upwork a { color: #06101a; font-weight: 900; padding: 11px 14px; border-radius: 999px; background: linear-gradient(135deg, var(--accent), #65c7ff); }

.project-modal {
  width: min(1180px, calc(100% - 36px));
  max-height: calc(100vh - 40px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 34px;
  padding: 0;
  background: rgba(8,11,28,.94);
  color: var(--text);
  box-shadow: var(--shadow), 0 0 0 100vmax rgba(0,0,0,.72);
  backdrop-filter: blur(24px);
  overflow: auto;
}
.project-modal::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(8px); }
.modal-close {
  position: sticky;
  float: right;
  top: 16px;
  right: 16px;
  z-index: 4;
  margin: 16px 16px 0 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.38);
  font-size: 30px;
  line-height: 1;
}
.modal-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 0; clear: both; }
.modal-gallery { padding: 22px; background: radial-gradient(circle at 45% 25%, rgba(111,255,233,.08), transparent 45%), rgba(255,255,255,.03); }
.modal-gallery img { width: 100%; border-radius: 24px; border: 1px solid rgba(255,255,255,.14); background: rgba(0,0,0,.22); object-fit: contain; max-height: 560px; }
.thumb-row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; margin-top: 12px; }
.thumb-row button { border: 1px solid rgba(255,255,255,.14); border-radius: 16px; overflow: hidden; padding: 0; background: rgba(255,255,255,.06); opacity: .62; transition: .25s ease; }
.thumb-row button.active, .thumb-row button:hover { opacity: 1; border-color: var(--accent); transform: translateY(-2px); }
.thumb-row img { border: 0; border-radius: 0; aspect-ratio: 16 / 10; object-fit: cover; }
.modal-copy { padding: 50px 34px 34px; }
.modal-copy h2 { font-size: 50px; line-height: 1; letter-spacing: -.06em; }
.modal-copy p { color: var(--muted); line-height: 1.75; }
.modal-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.modal-benefits { display: grid; gap: 10px; margin: 22px 0 26px; }
.modal-benefits div { border: 1px solid rgba(255,255,255,.13); border-radius: 18px; padding: 14px; background: rgba(255,255,255,.055); }
.modal-benefits strong { display: block; margin-bottom: 4px; }
.modal-benefits span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.modal-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }
.magnetic { will-change: transform; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (max-width: 1060px) {
  .hero, .service-split, .modal-layout { grid-template-columns: 1fr; }
  .hero-stage { order: -1; }
  .value-grid, .process-grid, .project-grid, .service-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .main-nav { display: none; }
  .menu-btn { display: block; }
  .mobile-menu.open { display: grid; position: fixed; top: 88px; left: 22px; right: 22px; z-index: 70; gap: 10px; padding: 16px; border-radius: 24px; border: 1px solid var(--line); background: rgba(8,11,28,.92); backdrop-filter: blur(22px); }
  .mobile-menu a { padding: 13px 15px; border-radius: 16px; background: rgba(255,255,255,.06); color: var(--muted); font-weight: 800; }
}
@media (max-width: 720px) {
  .site-header { width: calc(100% - 24px); top: 10px; margin-top: 10px; }
  .brand-text { display: none; }
  .header-cta { display: none; }
  .section-shell { width: calc(100% - 28px); padding: 74px 0; }
  .hero { padding-top: 48px; gap: 34px; }
  h1 { font-size: 48px; }
  .section-heading h2, .service-copy h2, .contact-card h2 { font-size: 38px; }
  .hero-lead, .section-heading p, .service-copy p, .contact-card p { font-size: 15px; }
  .trust-row, .value-grid, .process-grid, .project-grid, .service-list { grid-template-columns: 1fr; }
  .feature-meta { position: static; border-radius: 0; border-left: 0; border-right: 0; border-bottom: 0; }
  .floating-pill, .floating-control, .cursor-glow { display: none; }
  .project-info h3 { font-size: 28px; }
  .sticky-upwork { left: 14px; right: 14px; justify-content: space-between; }
  .sticky-upwork span { display: none; }
  .sticky-upwork a { width: 100%; text-align: center; }
  .thumb-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .modal-copy { padding: 28px 20px 24px; }
  .modal-copy h2 { font-size: 34px; }
}
.about-section {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding-top: clamp(5rem, 8vw, 8rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 8% 0 auto 0;
  height: 78%;
  border-radius: 44px;
  background:
    radial-gradient(circle at 20% 25%, rgba(99, 241, 255, 0.16), transparent 34%),
    radial-gradient(circle at 82% 64%, rgba(132, 96, 255, 0.18), transparent 35%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.08);
  z-index: -2;
}

.about-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.about-glow {
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(101, 232, 255, 0.36), transparent 64%),
    radial-gradient(circle at 70% 30%, rgba(126, 91, 255, 0.42), transparent 58%);
  filter: blur(18px);
  opacity: 0.9;
}

.about-photo-card {
  position: relative;
  width: min(360px, 78vw);
  aspect-ratio: 1;
  border-radius: 999px;
  padding: 10px;
  background:
    linear-gradient(135deg, rgba(113, 242, 255, 0.95), rgba(91, 92, 255, 0.78)),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.38),
    0 0 80px rgba(92, 217, 255, 0.24);
  transform-style: preserve-3d;
  overflow: hidden;
}

.about-photo-card::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.about-photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
}

.about-floating-card {
  position: absolute;
  min-width: 178px;
  padding: 1rem 1.15rem;
  border-radius: 22px;
  background: rgba(9, 14, 30, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.about-floating-card strong {
  display: block;
  color: #ffffff;
  font-size: 0.98rem;
  margin-bottom: 0.25rem;
}

.about-floating-card span {
  display: block;
  color: rgba(226, 235, 255, 0.72);
  font-size: 0.86rem;
}

.about-floating-card.card-one {
  left: 4%;
  top: 18%;
}

.about-floating-card.card-two {
  right: 2%;
  bottom: 18%;
}

.about-copy h2 {
  max-width: 780px;
  margin-bottom: 1.25rem;
}

.about-copy > p {
  max-width: 760px;
  color: rgba(226, 235, 255, 0.76);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.about-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.about-proof-grid div {
  padding: 1.15rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.about-proof-grid span {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: #78f3ff;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.about-proof-grid strong {
  display: block;
  color: #ffffff;
  margin-bottom: 0.55rem;
  font-size: 1rem;
}

.about-proof-grid p {
  color: rgba(226, 235, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.65;
}

.about-cta {
  width: fit-content;
}

@media (max-width: 980px) {
  .about-section {
    grid-template-columns: 1fr;
  }

  .about-visual {
    min-height: 430px;
  }

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

  .about-floating-card.card-one {
    left: 8%;
  }

  .about-floating-card.card-two {
    right: 8%;
  }
}

@media (max-width: 640px) {
  .about-section::before {
    border-radius: 30px;
  }

  .about-photo-card {
    width: min(300px, 78vw);
  }

  .about-floating-card {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin-top: 1rem;
  }

  .about-visual {
    min-height: auto;
    gap: 1rem;
  }
}
