/* Page-scoped styles extracted from resources/views/pages/about.blade.php */

        .about-page section {
            padding: clamp(48px, 7vw, 104px) 0;
        }

        .about-shell {
            position: relative;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
            box-shadow: 0 24px 50px rgba(15, 23, 42, 0.07);
            overflow: hidden;
            padding: clamp(28px, 4vw, 52px);
        }

        .about-shell::before {
            content: '';
            position: absolute;
            width: min(42vw, 420px);
            aspect-ratio: 1;
            right: -16%;
            top: -35%;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(37, 99, 235, 0.23) 0%, rgba(37, 99, 235, 0) 70%);
            pointer-events: none;
        }

        .about-hero h1 {
            position: relative;
            z-index: 1;
            font-size: clamp(2rem, 4.1vw, 3.4rem);
            line-height: 1.08;
            margin-bottom: 14px;
            max-width: 900px;
            letter-spacing: -0.02em;
        }

        .about-lead {
            position: relative;
            z-index: 1;
            max-width: 760px;
            margin: 0 0 24px;
            color: #475569;
            font-size: clamp(1rem, 1.25vw, 1.18rem);
        }

        .about-line {
            margin: 0 0 22px;
            color: #1e3a8a;
            font-weight: 600;
            font-size: 0.95rem;
            letter-spacing: 0.01em;
            padding-top: 16px;
            border-top: 1px solid rgba(59, 130, 246, 0.25);
            max-width: 560px;
        }

        .about-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 24px;
        }

        .about-actions .btn {
            min-height: 46px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: transform .25s ease, box-shadow .25s ease;
        }

        .about-actions .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 25px rgba(30, 64, 175, 0.14);
        }

        .about-chips {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .about-chip {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 9px 14px;
            border-radius: 14px;
            border: 1px solid #dbe5f5;
            background: rgba(255, 255, 255, 0.9);
            color: #334155;
            font-weight: 600;
            font-size: 0.92rem;
        }

        .about-chip i {
            color: #2563eb;
        }

        .about-section-head {
            margin-bottom: 22px;
        }

        .about-page h2 {
            font-size: clamp(1.55rem, 2.5vw, 2.25rem);
            margin-bottom: 8px;
            letter-spacing: -0.015em;
        }

        .about-stats-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 16px;
        }

        .about-stat {
            border: 1px solid #e2e8f0;
            border-radius: 18px;
            background: #fff;
            padding: 20px;
            box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
        }

        .about-stat-value {
            font-size: clamp(1.4rem, 2vw, 2rem);
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 4px;
        }

        .about-stat-label {
            margin: 0;
            color: #475569;
            font-size: 0.95rem;
        }

        .about-mission {
            display: grid;
            grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
            gap: 20px;
            align-items: stretch;
        }

        .about-mission-list {
            margin: 18px 0 0;
            padding-left: 20px;
            color: #475569;
            display: grid;
            gap: 10px;
        }

        .about-brand-card {
            border-radius: 20px;
            padding: clamp(24px, 3vw, 34px);
            border: 1px solid transparent;
            background:
                linear-gradient(#0f172a, #0f172a) padding-box,
                linear-gradient(135deg, rgba(96, 165, 250, 0.8), rgba(56, 189, 248, 0.45), rgba(129, 140, 248, 0.8)) border-box;
            color: #e2e8f0;
            box-shadow: 0 24px 50px rgba(15, 23, 42, 0.3);
            position: relative;
            overflow: hidden;
        }

        .about-brand-card::after {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.35), transparent 56%);
            pointer-events: none;
        }

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

        .about-label {
            display: inline-flex;
            padding: 6px 10px;
            border-radius: 999px;
            font-size: 0.74rem;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            font-weight: 700;
            background: rgba(255, 255, 255, 0.1);
            color: #cbd5e1;
            margin-bottom: 14px;
        }

        .about-brand-card h3 {
            font-size: clamp(1.3rem, 1.9vw, 1.85rem);
            line-height: 1.3;
            margin: 0;
        }

        .about-section-muted {
            background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
            border-top: 1px solid #e2e8f0;
            border-bottom: 1px solid #e2e8f0;
        }

        .about-features-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
        }

        .about-feature-card {
            border: 1px solid #e2e8f0;
            border-radius: 18px;
            background: #fff;
            padding: 22px;
            min-height: 100%;
            box-shadow: 0 14px 30px rgba(15, 23, 42, 0.04);
            display: flex;
            flex-direction: column;
            gap: 12px;
            transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
        }

        .about-feature-card:hover {
            transform: translateY(-4px);
            border-color: #bfdbfe;
            box-shadow: 0 20px 34px rgba(30, 64, 175, 0.14);
        }

        .about-feature-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

        .about-feature-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #eff6ff;
            color: #1d4ed8;
            flex-shrink: 0;
        }

        .about-feature-badge {
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: #1e40af;
            background: #dbeafe;
            border-radius: 999px;
            padding: 5px 10px;
        }

        .about-feature-card h3 {
            margin: 0;
            font-size: 1.08rem;
        }

        .about-feature-card p {
            margin: 0;
            color: #475569;
            line-height: 1.55;
        }

        .about-trust-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
        }

        .about-trust-card {
            border: 1px solid #e2e8f0;
            border-radius: 18px;
            background: #fff;
            padding: 24px;
            min-height: 100%;
            box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
        }

        .about-trust-card.is-featured {
            grid-column: span 2;
            background: linear-gradient(145deg, #0f172a, #1e293b);
            color: #e2e8f0;
            border-color: #334155;
            box-shadow: 0 24px 44px rgba(15, 23, 42, 0.32);
        }

        .about-trust-card .about-card-label {
            display: inline-flex;
            margin-bottom: 12px;
            padding: 5px 10px;
            border-radius: 999px;
            font-size: 0.72rem;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            font-weight: 700;
            background: #eff6ff;
            color: #1e40af;
        }

        .about-trust-card.is-featured .about-card-label {
            background: rgba(148, 163, 184, 0.2);
            color: #cbd5e1;
        }

        .about-trust-card h3 {
            margin: 0 0 10px;
            font-size: 1.12rem;
        }

        .about-trust-card p {
            margin: 0;
            color: #475569;
            line-height: 1.58;
        }

        .about-trust-card.is-featured p {
            color: #cbd5e1;
        }

        .about-timeline {
            position: relative;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
        }

        .about-timeline::before {
            content: '';
            position: absolute;
            top: 35px;
            left: 18%;
            right: 18%;
            height: 1px;
            background: linear-gradient(90deg, #bfdbfe 0%, #60a5fa 50%, #bfdbfe 100%);
            z-index: 0;
        }

        .about-step {
            position: relative;
            z-index: 1;
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 18px;
            padding: 22px;
            box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
        }

        .about-step-id {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            color: #1d4ed8;
            background: #dbeafe;
            margin-bottom: 12px;
        }

        .about-step h3 {
            font-size: 1.06rem;
            margin: 0 0 8px;
        }

        .about-step p {
            margin: 0;
            color: #475569;
        }

        .about-step-hint {
            margin-top: 12px;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            color: #64748b;
            font-weight: 600;
        }

        .about-security {
            position: relative;
            border-radius: 20px;
            border: 1px solid #1e3a8a;
            background: linear-gradient(130deg, #1e3a8a 0%, #312e81 55%, #1e293b 100%);
            color: #f8fafc;
            padding: clamp(26px, 4vw, 40px);
            box-shadow: 0 22px 44px rgba(30, 58, 138, 0.32);
            overflow: hidden;
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
            gap: 24px;
        }

        .about-security::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px);
            background-size: 18px 18px;
            opacity: 0.2;
            pointer-events: none;
        }

        .about-security::after {
            content: '';
            position: absolute;
            width: 340px;
            height: 340px;
            right: -120px;
            top: -120px;
            background: radial-gradient(circle, rgba(96, 165, 250, 0.5), transparent 70%);
            pointer-events: none;
        }

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

        .about-security p {
            color: rgba(241, 245, 249, 0.92);
            margin: 0;
        }

        .about-security ul {
            margin: 0;
            padding-left: 18px;
            display: grid;
            gap: 10px;
            color: rgba(241, 245, 249, 0.95);
        }

        .about-accordion {
            display: grid;
            gap: 12px;
        }

        .about-accordion details {
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            background: #fff;
            padding: 16px 18px;
            transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
        }

        .about-accordion details[open] {
            border-color: #bfdbfe;
            box-shadow: 0 12px 26px rgba(30, 64, 175, 0.1);
            background: #f8fbff;
        }

        .about-accordion summary {
            list-style: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            font-weight: 600;
            color: #0f172a;
        }

        .about-accordion summary::-webkit-details-marker {
            display: none;
        }

        .about-accordion-icon {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            border: 1px solid #cbd5e1;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            color: #475569;
            flex-shrink: 0;
        }

        .about-accordion details[open] .about-accordion-icon i {
            transform: rotate(45deg);
        }

        .about-accordion-icon i {
            transition: transform .2s ease;
        }

        .about-accordion p {
            margin: 12px 0 2px;
            color: #475569;
            line-height: 1.58;
        }

        .about-final {
            text-align: center;
            border: 1px solid #dbeafe;
            border-radius: 22px;
            background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
            padding: clamp(26px, 4vw, 44px);
            box-shadow: 0 22px 44px rgba(30, 64, 175, 0.1);
        }

        .about-final p {
            color: #475569;
            max-width: 760px;
            margin: 0 auto 22px;
        }

        @media (max-width: 992px) {
            .about-stats-grid,
            .about-features-grid,
            .about-trust-grid,
            .about-timeline {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

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

            .about-trust-card.is-featured {
                grid-column: span 2;
            }

            .about-timeline::before {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .about-page section {
                padding: 42px 0;
            }

            .about-shell {
                border-radius: 18px;
                padding: 22px;
            }

            .about-stats-grid,
            .about-features-grid,
            .about-trust-grid,
            .about-timeline {
                grid-template-columns: 1fr;
            }

            .about-trust-card.is-featured {
                grid-column: span 1;
            }

            .about-actions .btn {
                width: 100%;
                justify-content: center;
            }

            .about-line {
                padding-top: 12px;
            }
        }
