/* GURO Technologies Ltd — About page */
:root {
    --bg-primary: #0C1118;
    --bg-elevated: rgba(255, 255, 255, 0.04);
    --bg-card: rgba(14, 20, 32, 0.72);
    --accent: #4FB1FF;
    --accent-secondary: #48D597;
    --accent-tertiary: #7C6CFF;
    --text-primary: #E8EDF3;
    --text-secondary: rgba(232, 237, 243, 0.72);
    --text-muted: rgba(232, 237, 243, 0.5);
    --border: rgba(255, 255, 255, 0.08);
    --shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
    --radius: 20px;
    --radius-sm: 14px;
    --max: 1120px;
}

[data-theme="light"] {
    --bg-primary: #F5F7FA;
    --bg-elevated: rgba(0, 0, 0, 0.03);
    --bg-card: rgba(255, 255, 255, 0.92);
    --accent: #2D8BDA;
    --accent-secondary: #2BA86D;
    --accent-tertiary: #6355E8;
    --text-primary: #1A2332;
    --text-secondary: rgba(26, 35, 50, 0.75);
    --text-muted: rgba(26, 35, 50, 0.55);
    --border: rgba(0, 0, 0, 0.08);
    --shadow: 0 20px 50px rgba(26, 35, 50, 0.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--bg-primary);
    color: var(--text-primary);
    line-height: 1.65;
    overflow-x: hidden;
}

h1, h2, h3, .display {
    font-family: 'Sora', 'Inter', sans-serif;
    letter-spacing: -0.02em;
}

a { color: var(--accent); text-decoration: none; transition: color 0.2s, opacity 0.2s; }
a:hover { opacity: 0.88; }

/* Header */
.about-header {
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 16px 28px;
    background: rgba(12, 17, 24, 0.82);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(16px);
}

[data-theme="light"] .about-header {
    background: rgba(245, 247, 250, 0.9);
}

.about-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-primary);
    text-decoration: none;
}

.about-logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 17px;
    color: #0C1118;
}

.about-logo-text { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 18px; letter-spacing: 0.12em; }
.about-logo-sub { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--accent-secondary); }

.about-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.about-nav a {
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 500;
}

.about-nav a:hover { color: var(--accent); opacity: 1; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
    color: #0C1118;
    box-shadow: 0 8px 28px rgba(79, 177, 255, 0.28);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(79, 177, 255, 0.38);
    opacity: 1;
    color: #0C1118;
}

.btn-secondary {
    background: var(--bg-elevated);
    color: var(--text-primary);
    border: 1px solid var(--border);
}

.btn-secondary:hover {
    border-color: rgba(79, 177, 255, 0.35);
    transform: translateY(-1px);
    opacity: 1;
    color: var(--text-primary);
}

/* Hero */
.about-hero {
    position: relative;
    padding: 100px 28px 120px;
    overflow: hidden;
}

.about-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.about-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
    animation: orbFloat 14s ease-in-out infinite alternate;
}

.about-orb-1 {
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(79, 177, 255, 0.55), transparent 70%);
    top: -120px;
    right: -80px;
}

.about-orb-2 {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(72, 213, 151, 0.4), transparent 70%);
    bottom: -100px;
    left: -60px;
    animation-delay: -4s;
}

.about-orb-3 {
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(124, 108, 255, 0.35), transparent 70%);
    top: 40%;
    left: 45%;
    animation-delay: -7s;
}

@keyframes orbFloat {
    from { transform: translate(0, 0) scale(1); }
    to { transform: translate(24px, -18px) scale(1.06); }
}

.about-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(79, 177, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(79, 177, 255, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black, transparent);
}

.about-hero-inner {
    position: relative;
    max-width: var(--max);
    margin: 0 auto;
    text-align: center;
}

.about-eyebrow {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(79, 177, 255, 0.25);
    background: rgba(79, 177, 255, 0.08);
    color: var(--accent);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.about-hero h1 {
    font-size: clamp(2.2rem, 5.5vw, 3.75rem);
    font-weight: 700;
    line-height: 1.12;
    max-width: 900px;
    margin: 0 auto 24px;
}

.about-hero-lead {
    font-size: clamp(1rem, 2.2vw, 1.15rem);
    color: var(--text-secondary);
    max-width: 720px;
    margin: 0 auto 14px;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-top: 36px;
}

/* Sections */
.about-section {
    padding: 88px 28px;
}

.about-section.alt {
    background: var(--bg-elevated);
    border-block: 1px solid var(--border);
}

.about-container {
    max-width: var(--max);
    margin: 0 auto;
}

.about-section-head {
    max-width: 680px;
    margin-bottom: 48px;
}

.about-section-head.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.about-section-head h2 {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    margin-bottom: 16px;
}

.about-section-head p,
.about-prose p {
    color: var(--text-secondary);
    font-size: 1.05rem;
    margin-bottom: 1rem;
}

.about-prose p:last-child { margin-bottom: 0; }

.about-pullquote {
    margin: 32px 0;
    padding: 28px 32px;
    border-left: 3px solid var(--accent);
    background: linear-gradient(90deg, rgba(79, 177, 255, 0.08), transparent);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    font-family: 'Sora', sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.45;
}

/* Cards */
.about-card-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.about-card-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.about-card-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.about-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px 28px;
    box-shadow: var(--shadow);
    transition: transform 0.25s, border-color 0.25s;
}

.about-card:hover {
    transform: translateY(-4px);
    border-color: rgba(79, 177, 255, 0.22);
}

.about-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: linear-gradient(135deg, rgba(79, 177, 255, 0.18), rgba(72, 213, 151, 0.12));
    color: var(--accent);
}

.about-card h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.about-card p {
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.about-mission-card {
    background: linear-gradient(145deg, rgba(79, 177, 255, 0.12), rgba(72, 213, 151, 0.08));
    border-color: rgba(79, 177, 255, 0.22);
}

.about-mission-card .label,
.about-vision-card .label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 14px;
}

/* Product showcase */
.about-product {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
    padding: 48px;
    border-radius: calc(var(--radius) + 4px);
    border: 1px solid var(--border);
    background:
        radial-gradient(ellipse 80% 60% at 100% 0%, rgba(79, 177, 255, 0.12), transparent),
        var(--bg-card);
    box-shadow: var(--shadow);
}

.about-product-visual {
    aspect-ratio: 4/3;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background:
        linear-gradient(160deg, rgba(79, 177, 255, 0.15), rgba(124, 108, 255, 0.1)),
        var(--bg-elevated);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.about-product-visual::before {
    content: '';
    position: absolute;
    inset: 20%;
    border-radius: 50%;
    border: 1px dashed rgba(79, 177, 255, 0.25);
    animation: spinSlow 24s linear infinite;
}

@keyframes spinSlow {
    to { transform: rotate(360deg); }
}

.about-product-g {
    font-family: 'Sora', sans-serif;
    font-size: 5rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-product h3 {
    font-size: 2rem;
    margin-bottom: 16px;
}

/* Company info */
.about-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.about-info-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.95rem;
}

.about-info-row dt { color: var(--text-muted); font-weight: 500; }
.about-info-row dd { color: var(--text-primary); font-weight: 600; text-align: right; }

/* Contact */
.about-contact-layout {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 32px;
    align-items: start;
}

.about-contact-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-contact-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 18px;
    border-radius: var(--radius-sm);
    background: var(--bg-elevated);
    border: 1px solid var(--border);
}

.about-contact-item strong { display: block; font-size: 0.8rem; color: var(--text-muted); margin-bottom: 4px; }

.about-form {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 36px 32px;
    box-shadow: var(--shadow);
}

.about-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-secondary);
}

.about-form input,
.about-form textarea {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 18px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: rgba(0, 0, 0, 0.2);
    color: var(--text-primary);
    font: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}

[data-theme="light"] .about-form input,
[data-theme="light"] .about-form textarea {
    background: #fff;
}

.about-form input:focus,
.about-form textarea:focus {
    outline: none;
    border-color: rgba(79, 177, 255, 0.5);
    box-shadow: 0 0 0 3px rgba(79, 177, 255, 0.12);
}

.about-form textarea { min-height: 130px; resize: vertical; }

.about-form-msg {
    margin-top: 14px;
    font-size: 14px;
    min-height: 1.4em;
}

.about-form-msg.success { color: var(--accent-secondary); }
.about-form-msg.error { color: #ff6b6b; }

/* CTA band */
.about-cta-band {
    text-align: center;
    padding: 88px 28px;
    background:
        radial-gradient(ellipse 70% 80% at 50% 100%, rgba(79, 177, 255, 0.14), transparent),
        var(--bg-elevated);
    border-top: 1px solid var(--border);
}

.about-cta-band h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    margin-bottom: 16px;
}

.about-cta-band p {
    color: var(--text-secondary);
    max-width: 560px;
    margin: 0 auto 32px;
    font-size: 1.05rem;
}

/* Footer */
.about-footer {
    padding: 48px 28px 36px;
    border-top: 1px solid var(--border);
    background: rgba(0, 0, 0, 0.2);
}

.about-footer-inner {
    max-width: var(--max);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 28px;
    align-items: flex-start;
}

.about-footer-brand p {
    color: var(--text-muted);
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.6;
}

.about-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.about-footer-links a {
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 500;
}

.about-footer-links a:hover { color: var(--accent); opacity: 1; }

/* Scroll reveal */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

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

/* Responsive */
@media (max-width: 960px) {
    .about-card-grid-3 { grid-template-columns: repeat(2, 1fr); }
    .about-card-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .about-product { grid-template-columns: 1fr; padding: 32px 24px; }
    .about-contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .about-header { padding: 14px 18px; }
    .about-nav .nav-hide-mobile { display: none; }
    .about-hero { padding: 72px 18px 88px; }
    .about-section { padding: 64px 18px; }
    .about-card-grid-2,
    .about-card-grid-3,
    .about-card-grid-4 { grid-template-columns: 1fr; }
    .about-info-grid { grid-template-columns: 1fr; }
    .about-hero-actions { flex-direction: column; align-items: stretch; }
    .about-hero-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    .about-orb, .about-hero-orb { animation: none; }
    .about-product-visual::before { animation: none; }
}

/* ── Template component classes (about.html) ─────────────────────────── */
:root {
    --text: var(--text-primary);
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 200;
    padding: 12px 20px;
    background: var(--accent);
    color: #0C1118;
    font-weight: 600;
    border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

.about-header-inner {
    max-width: var(--max);
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.about-header.scrolled {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.about-nav-cta {
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
    color: #0C1118 !important;
    font-weight: 600;
}

.about-hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.45; animation: orbFloat 14s ease-in-out infinite alternate; }
.about-hero-orb-1 { width: 520px; height: 520px; background: radial-gradient(circle, rgba(79, 177, 255, 0.55), transparent 70%); top: -120px; right: -80px; }
.about-hero-orb-2 { width: 420px; height: 420px; background: radial-gradient(circle, rgba(72, 213, 151, 0.4), transparent 70%); bottom: -100px; left: -60px; animation-delay: -4s; }
.about-hero-orb-3 { width: 280px; height: 280px; background: radial-gradient(circle, rgba(124, 108, 255, 0.35), transparent 70%); top: 40%; left: 45%; animation-delay: -7s; }

.about-hero-eyebrow { display: inline-block; padding: 8px 16px; border-radius: 999px; border: 1px solid rgba(79, 177, 255, 0.25); background: rgba(79, 177, 255, 0.08); color: var(--accent); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 28px; }
.about-hero-title { font-size: clamp(2.2rem, 5.5vw, 3.75rem); font-weight: 700; line-height: 1.12; max-width: 900px; margin: 0 auto 24px; }
.about-hero-sub { font-size: clamp(1rem, 2.2vw, 1.15rem); color: var(--text-secondary); max-width: 720px; margin: 0 auto 14px; }

.about-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 24px; border-radius: 999px; font-size: 14px; font-weight: 600; border: none; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s; text-decoration: none; }
.about-btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-secondary)); color: #0C1118; box-shadow: 0 8px 28px rgba(79, 177, 255, 0.28); }
.about-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(79, 177, 255, 0.38); opacity: 1; color: #0C1118; }
.about-btn-secondary { background: var(--bg-elevated); color: var(--text-primary); border: 1px solid var(--border); }
.about-btn-secondary:hover { border-color: rgba(79, 177, 255, 0.35); transform: translateY(-1px); opacity: 1; color: var(--text-primary); }

.about-careers-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.about-careers-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow);
  background-image: radial-gradient(ellipse 70% 80% at 100% 0%, rgba(79, 177, 255, 0.1), transparent);
}

.about-careers-list {
  list-style: none;
  margin: 0 0 28px;
  display: grid;
  gap: 12px;
}

.about-careers-list li {
  position: relative;
  padding-left: 22px;
  color: var(--text-secondary);
  font-size: 0.98rem;
  line-height: 1.55;
}

.about-careers-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
}

.about-careers-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 640px) {
  .about-careers-actions .about-btn { width: 100%; justify-content: center; }
}
.about-section-header { max-width: 680px; margin-bottom: 40px; }
.about-section-header.center { text-align: center; margin-left: auto; margin-right: auto; }
.about-section-title { font-size: clamp(1.75rem, 3vw, 2.35rem); margin-bottom: 16px; }
.about-section-sub { color: var(--text-secondary); font-size: 1.05rem; line-height: 1.65; }

.about-quote { margin: 32px 0; padding: 28px 32px; border-left: 3px solid var(--accent); background: linear-gradient(90deg, rgba(79, 177, 255, 0.08), transparent); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-family: 'Sora', sans-serif; font-size: 1.35rem; font-weight: 600; line-height: 1.45; }

.about-mv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.about-mv-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 36px 32px; box-shadow: var(--shadow); transition: transform 0.25s, border-color 0.25s; }
.about-mv-card:hover { transform: translateY(-4px); border-color: rgba(79, 177, 255, 0.22); }
.about-mv-mission { background: linear-gradient(145deg, rgba(79, 177, 255, 0.12), rgba(72, 213, 151, 0.08)); border-color: rgba(79, 177, 255, 0.22); }
.about-mv-icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; background: linear-gradient(135deg, rgba(79, 177, 255, 0.18), rgba(72, 213, 151, 0.12)); color: var(--accent); }
.about-mv-icon svg { width: 24px; height: 24px; }
.about-mv-label { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.about-mv-text { color: var(--text-secondary); font-size: 1.02rem; line-height: 1.7; }

.about-product { display: block; padding: 48px; border-radius: calc(var(--radius) + 4px); border: 1px solid var(--border); background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(79, 177, 255, 0.12), transparent), var(--bg-card); box-shadow: var(--shadow); }
.about-product-badge { display: inline-block; padding: 6px 12px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); background: rgba(79, 177, 255, 0.12); border: 1px solid rgba(79, 177, 255, 0.2); margin-bottom: 16px; }
.about-product-name { font-size: 2rem; margin-bottom: 16px; }
.about-product-desc { color: var(--text-secondary); font-size: 1.05rem; margin-bottom: 1rem; max-width: 720px; }

.about-focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.about-focus-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow); transition: transform 0.25s, border-color 0.25s; }
.about-focus-card:hover { transform: translateY(-4px); border-color: rgba(79, 177, 255, 0.22); }
.about-focus-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; background: linear-gradient(135deg, rgba(79, 177, 255, 0.18), rgba(72, 213, 151, 0.12)); color: var(--accent); }
.about-focus-icon svg { width: 22px; height: 22px; }
.about-focus-title { font-size: 1.05rem; margin-bottom: 8px; }
.about-focus-desc { color: var(--text-secondary); font-size: 0.92rem; }

.about-collab-list { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; margin: 24px 0; }
.about-collab-list li { position: relative; padding-left: 22px; color: var(--text-secondary); }
.about-collab-list li::before { content: ''; position: absolute; left: 0; top: 0.55em; width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-secondary)); }

.about-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.about-value-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow); transition: transform 0.25s; }
.about-value-card:hover { transform: translateY(-4px); }
.about-value-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; background: linear-gradient(135deg, rgba(79, 177, 255, 0.18), rgba(72, 213, 151, 0.12)); color: var(--accent); }
.about-value-icon svg { width: 22px; height: 22px; }
.about-value-title { font-size: 1.05rem; margin-bottom: 8px; }
.about-value-desc { color: var(--text-secondary); font-size: 0.92rem; }

.about-info-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 8px 32px; box-shadow: var(--shadow); }
.about-info-item { display: flex; justify-content: space-between; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--border); font-size: 0.95rem; }
.about-info-item:last-child { border-bottom: none; }
.about-info-item dt { color: var(--text-muted); font-weight: 500; }
.about-info-item dd { color: var(--text-primary); font-weight: 600; text-align: right; }

.about-contact-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow); }
.about-contact-row { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px; }
.about-contact-icon { font-size: 1.25rem; line-height: 1.4; }
.about-contact-label { font-size: 0.78rem; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px; }
.about-contact-value { color: var(--accent); font-size: 0.95rem; word-break: break-word; }

.about-form-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 36px 32px; box-shadow: var(--shadow); }
.about-form-card-flash {
  animation: about-form-flash 1.5s ease;
  border-color: rgba(79, 177, 255, 0.65) !important;
  box-shadow: 0 0 0 3px rgba(79, 177, 255, 0.22), var(--shadow);
}
@keyframes about-form-flash {
  0% { box-shadow: 0 0 0 0 rgba(79, 177, 255, 0.45), var(--shadow); }
  40% { box-shadow: 0 0 0 6px rgba(79, 177, 255, 0.18), var(--shadow); }
  100% { box-shadow: 0 0 0 0 rgba(79, 177, 255, 0), var(--shadow); }
}
.about-form-title { font-size: 1.25rem; margin-bottom: 24px; }
.about-form-group { margin-bottom: 18px; }
.about-form-group label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 8px; color: var(--text-secondary); }
.about-form-group input,
.about-form-group textarea { width: 100%; padding: 14px 16px; border-radius: 12px; border: 1px solid var(--border); background: rgba(0, 0, 0, 0.2); color: var(--text-primary); font: inherit; transition: border-color 0.2s, box-shadow 0.2s; }
.about-form-group textarea { min-height: 130px; resize: vertical; }
.about-form-group input:focus,
.about-form-group textarea:focus { outline: none; border-color: rgba(79, 177, 255, 0.5); box-shadow: 0 0 0 3px rgba(79, 177, 255, 0.12); }
.about-form-submit { width: 100%; margin-top: 8px; }
.about-form-message { margin-top: 14px; font-size: 14px; min-height: 1.4em; }
.about-form-message.success { color: var(--accent-secondary); }
.about-form-message.error { color: #ff6b6b; }

.about-cta { text-align: center; padding: 88px 28px; background: radial-gradient(ellipse 70% 80% at 50% 100%, rgba(79, 177, 255, 0.14), transparent), var(--bg-elevated); border-top: 1px solid var(--border); }
.about-cta-inner { max-width: 640px; margin: 0 auto; }
.about-cta-title { font-size: clamp(1.75rem, 3.5vw, 2.5rem); margin-bottom: 16px; }
.about-cta-text { color: var(--text-secondary); font-size: 1.05rem; margin-bottom: 32px; }
.about-cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

.about-footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 4px; }
.about-footer-copy { color: var(--text-muted); font-size: 13px; line-height: 1.6; }

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

@media (max-width: 960px) {
    .about-mv-grid { grid-template-columns: 1fr; }
    .about-focus-grid { grid-template-columns: repeat(2, 1fr); }
    .about-values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
    .about-collab-list { grid-template-columns: 1fr; }
    .about-focus-grid,
    .about-values-grid { grid-template-columns: 1fr; }
    .about-info-item { flex-direction: column; gap: 4px; }
    .about-info-item dd { text-align: left; }
    .about-cta-actions,
    .about-hero-actions { flex-direction: column; align-items: stretch; }
    .about-btn { width: 100%; }
}
