/* ==========================================================================
   ACADEMY 2.O — ABOUT US / AGENCY FINISHING SCHOOL STYLESHEET
   A unit of Meeways 360° Creative Agency
   Design System: Ultra-Luxury Radiant Light Theme (100% Truly Mobile-Responsive)
   ========================================================================== */

/* 1. Global Page Canvas & Typography */
body.dice-about-page {
    background-color: #f8fafc !important;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(37, 99, 235, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 90% 35%, rgba(255, 87, 34, 0.04) 0%, transparent 45%),
        radial-gradient(circle at 50% 75%, rgba(16, 185, 129, 0.04) 0%, transparent 50%) !important;
    background-attachment: fixed !important;
    color: #334155 !important;
    font-family: var(--dice-font-body, 'Plus Jakarta Sans', -apple-system, sans-serif);
    line-height: 1.7;
    min-height: 100vh;
    overflow-x: hidden !important;
    padding-bottom: 0 !important;
    margin: 0;
}

/* 2. Header Polish (Light Crisp Navbar) */
body.dice-about-page .dice-header {
    background: #ffffff !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

body.dice-about-page .dice-brand__title {
    color: #0f172a !important;
}

body.dice-about-page .dice-brand__academy {
    color: #ff5722 !important;
}

body.dice-about-page .dice-brand__by {
    color: #64748b !important;
}

body.dice-about-page .dice-brand__mw {
    color: #1877f2 !important;
}

body.dice-about-page .dice-nav a {
    color: #334155 !important;
    transition: color 0.2s ease;
}

body.dice-about-page .dice-nav a:hover {
    color: #1877f2 !important;
}

body.dice-about-page .dice-header-phone {
    color: #0f172a !important;
}

body.dice-about-page .dice-header-phone:hover {
    color: #1877f2 !important;
}

body.dice-about-page .dice-btn-register {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35) !important;
}

body.dice-about-page #eaMobileToggle {
    background: #0f172a !important;
    border: 1px solid #1e293b !important;
    color: #ffffff !important;
    border-radius: 9px;
}

/* 3. Hero Section (Luminous Agency Finishing School Canvas) */
.dice-about-hero {
    background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%) !important;
    color: #0f172a;
    padding: 64px 0 54px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e2e8f0;
}

.dice-about-hero::before {
    content: '';
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 960px;
    height: 480px;
    background: radial-gradient(ellipse, rgba(37, 99, 235, 0.08) 0%, rgba(255, 87, 34, 0.04) 40%, transparent 75%);
    filter: blur(80px);
    pointer-events: none;
}

.dice-about-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.dice-about-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    color: #64748b;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 22px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.dice-about-breadcrumb a {
    color: #475569;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.dice-about-breadcrumb a:hover {
    color: #ff5722;
}

.dice-about-breadcrumb i {
    font-size: 9.5px;
    color: #94a3b8;
}

.dice-about-breadcrumb-curr {
    color: #0f172a;
    font-weight: 700;
}

.dice-about-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fef3c7;
    border: 1px solid rgba(245, 158, 11, 0.35);
    padding: 6px 16px;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #b45309;
    margin-bottom: 18px;
    box-shadow: 0 2px 10px rgba(245, 158, 11, 0.15);
}

.dice-about-hero__badge i {
    font-size: 12px;
    color: #d97706;
}

.dice-about-hero__title {
    font-family: var(--dice-font-heading, 'Poppins', sans-serif);
    font-size: clamp(24px, 4.4vw, 44px);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.025em;
    margin-bottom: 18px;
    max-width: 980px;
    color: #0f172a;
}

.dice-about-gradient-text {
    background: linear-gradient(135deg, #1877f2 0%, #2563eb 50%, #ea580c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dice-about-hero__lead {
    font-size: clamp(14.5px, 1.8vw, 17px);
    color: #475569;
    line-height: 1.7;
    max-width: 860px;
    margin-bottom: 34px;
}

.dice-about-hero__lead strong {
    color: #0f172a;
    font-weight: 700;
}

/* Hero Metrics Bar (Crisp Porcelain Bento Grid) */
.dice-about-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 10px;
}

.dice-about-metric-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.05);
}

.dice-about-metric-card:hover {
    transform: translateY(-3px);
    border-color: #93c5fd;
    box-shadow: 0 16px 36px -6px rgba(37, 99, 235, 0.12);
}

.dice-about-metric-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.dice-about-metric-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.dice-about-metric-icon--emerald {
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.dice-about-metric-icon--blue {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
}

.dice-about-metric-icon--coral {
    background: #fff7ed;
    color: #ea580c;
    border: 1px solid #fed7aa;
}

.dice-about-metric-icon--cyan {
    background: #ecfeff;
    color: #0891b2;
    border: 1px solid #a5f3fc;
}

.dice-about-metric-tag {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 3px 8px;
    border-radius: 999px;
}

.dice-about-metric-tag--green {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.dice-about-metric-tag--blue {
    background: #dbeafe;
    color: #1e40af;
    border: 1px solid #bfdbfe;
}

.dice-about-metric-tag--orange {
    background: #ffedd5;
    color: #9a3412;
    border: 1px solid #fed7aa;
}

.dice-about-metric-tag--cyan {
    background: #cffafe;
    color: #155e75;
    border: 1px solid #a5f3fc;
}

.dice-about-metric-val {
    font-family: var(--dice-font-heading, 'Poppins', sans-serif);
    font-size: clamp(20px, 2.3vw, 26px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.15;
    margin-bottom: 4px;
}

.dice-about-metric-lbl {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
    line-height: 1.45;
}

/* 4. Section Containers & Typography */
.dice-about-section {
    padding: 72px 0;
    background: transparent !important;
    position: relative;
}

.dice-about-section--alt {
    background: #ffffff !important;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.dice-about-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

.dice-about-section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 48px;
}

.dice-about-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 4.5px 14px;
    border-radius: 9999px;
    margin-bottom: 14px;
}

.dice-about-section-title {
    font-family: var(--dice-font-heading, 'Poppins', sans-serif);
    font-size: clamp(24px, 3.4vw, 34px);
    font-weight: 800;
    color: #0f172a !important;
    letter-spacing: -0.025em;
    margin-bottom: 14px;
    line-height: 1.25;
}

.dice-about-section-sub {
    font-size: 15.5px;
    color: #64748b !important;
    line-height: 1.65;
}

/* 5. Section 1: The Origin Story & Masood Ul Hasan Spotlight */
.dice-about-story-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: center;
}

.dice-about-lead-p {
    font-size: clamp(14.5px, 1.7vw, 16px);
    color: #334155;
    line-height: 1.75;
    margin-bottom: 22px;
}

.dice-about-lead-p strong {
    color: #0f172a;
    font-weight: 700;
}

/* Story Highlights (Clean Tinted Bento Cards) */
.dice-about-story-highlights {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px;
}

.dice-about-sh-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 14px 16px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.dice-about-sh-item:hover {
    transform: translateX(3px);
    border-color: #cbd5e1;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.dice-about-sh-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13.5px;
    flex-shrink: 0;
    margin-top: 2px;
}

.dice-about-sh-icon--warn {
    background: #fef2f2;
    color: #ef4444;
    border: 1px solid #fecaca;
}

.dice-about-sh-icon--shift {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
}

.dice-about-sh-icon--succ {
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.dice-about-sh-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 3px;
}

.dice-about-sh-desc {
    font-size: 12.8px;
    color: #475569;
    line-height: 1.6;
    display: block;
}

.dice-about-sh-desc strong {
    display: inline !important;
    font-weight: 700;
    color: #0f172a;
}

/* Outcome Feature Chips */
.dice-about-stat-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.dice-about-stat-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 11.5px;
    font-weight: 700;
    color: #1e293b;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.dice-about-stat-chip i {
    color: #059669;
    font-size: 10.5px;
}

/* Founder Spotlight Card (VIP Executive Masterpiece Plaque) */
.dice-about-founder-card {
    background: linear-gradient(180deg, #0d1736 0%, #060a17 100%);
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(251, 191, 36, 0.35);
    box-shadow: 0 25px 60px -10px rgba(11, 19, 41, 0.5), 0 0 35px -5px rgba(245, 158, 11, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    position: relative;
    max-width: 450px;
    margin-left: auto;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.dice-about-founder-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fef08a, #f59e0b, #38bdf8, transparent);
    z-index: 3;
}

.dice-about-founder-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 32px 70px -12px rgba(11, 19, 41, 0.6), 0 0 45px rgba(251, 191, 36, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    border-color: rgba(251, 191, 36, 0.55);
}

.dice-about-founder-glow {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.2) 0%, transparent 70%);
    filter: blur(30px);
    pointer-events: none;
    z-index: 0;
}

.dice-about-founder-media {
    position: relative;
    width: 100%;
    height: 270px;
    overflow: hidden;
    background: #000000;
}

.dice-about-founder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 10%;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.dice-about-founder-card:hover .dice-about-founder-img {
    transform: scale(1.04);
}

.dice-about-founder-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 23, 54, 0) 40%, rgba(13, 23, 54, 0.75) 75%, #0d1736 100%);
    pointer-events: none;
    z-index: 1;
}

.dice-about-founder-badge {
    position: absolute;
    bottom: 14px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.25) 0%, rgba(217, 119, 6, 0.35) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fef08a;
    border: 1px solid rgba(251, 191, 36, 0.65);
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 5px 14px;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4), 0 0 12px rgba(245, 158, 11, 0.3);
    z-index: 2;
}

.dice-about-founder-badge i {
    color: #fde047;
    font-size: 11px;
}

.dice-about-founder-live-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(11, 19, 41, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #6ee7b7;
    border: 1px solid rgba(52, 211, 153, 0.4);
    font-size: 10px;
    font-weight: 700;
    padding: 4px 11px;
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.dice-founder-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 8px #10b981;
}

.dice-about-founder-content {
    padding: 16px 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.dice-about-founder-header {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.dice-about-founder-name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dice-about-founder-name {
    font-family: var(--dice-font-heading);
    font-size: 21px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.3px;
    margin: 0;
}

.dice-about-verified-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1877f2;
    color: #ffffff;
    font-size: 12.5px;
    box-shadow: 0 0 14px rgba(24, 119, 242, 0.6);
}

.dice-about-founder-role {
    font-size: 12.5px;
    font-weight: 700;
    background: linear-gradient(90deg, #fef08a 0%, #fbbf24 50%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.2px;
}

.dice-about-founder-role i {
    color: #fde047;
    -webkit-text-fill-color: #fde047;
    font-size: 11px;
}

/* 3 Venture Ecosystem Badges */
.dice-about-ventures {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 2px 0;
}

.dice-about-venture-tag {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 8px;
    border-radius: 10px;
    border: 1px solid;
    transition: transform 0.2s, border-color 0.2s;
}

.dice-about-venture-tag:hover {
    transform: translateY(-2px);
}

.dice-about-venture-tag--agency {
    background: rgba(30, 58, 138, 0.3);
    border-color: rgba(56, 189, 248, 0.35);
}
.dice-about-venture-tag--agency i {
    color: #38bdf8;
    font-size: 12px;
}
.dice-about-venture-tag--agency .dice-venture-name {
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}
.dice-about-venture-tag--agency .dice-venture-sub {
    color: #93c5fd;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.dice-about-venture-tag--academy {
    background: rgba(217, 119, 6, 0.22);
    border-color: rgba(251, 191, 36, 0.4);
}
.dice-about-venture-tag--academy i {
    color: #fbbf24;
    font-size: 12px;
}
.dice-about-venture-tag--academy .dice-venture-name {
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}
.dice-about-venture-tag--academy .dice-venture-sub {
    color: #fde047;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.dice-about-venture-tag--mall {
    background: rgba(5, 150, 105, 0.22);
    border-color: rgba(52, 211, 153, 0.35);
}
.dice-about-venture-tag--mall i {
    color: #34d399;
    font-size: 12px;
}
.dice-about-venture-tag--mall .dice-venture-name {
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}
.dice-about-venture-tag--mall .dice-venture-sub {
    color: #a7f3d0;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.dice-venture-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

/* Luxury Masterclass Quote */
.dice-about-founder-quote-wrap {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(251, 191, 36, 0.22);
    border-left: 3.5px solid #f59e0b;
    border-radius: 0 12px 12px 0;
    padding: 12px 14px 12px 16px;
    overflow: hidden;
}

.dice-about-founder-quote-mark {
    position: absolute;
    top: 6px;
    left: 8px;
    font-size: 34px;
    color: rgba(251, 191, 36, 0.12);
    pointer-events: none;
}

.dice-about-founder-quote {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 12px;
    line-height: 1.58;
    color: #e2e8f0;
}

.dice-about-founder-quote strong {
    color: #ffffff;
    font-weight: 700;
}

.dice-quote-gold {
    color: #fef08a;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(254, 240, 138, 0.35);
}

/* Executive Credibility Bar */
.dice-about-founder-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 11.5px;
    color: #94a3b8;
}

.dice-about-founder-verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #34d399;
    font-weight: 700;
}

.dice-about-founder-loc {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #94a3b8;
    font-weight: 600;
}

/* 6. Section 2: The 4 Foundation Pillars (Porcelain Bento Grid) */
.dice-about-pillars-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.dice-about-pillar-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.05);
}

.dice-about-pillar-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 42px -8px rgba(15, 23, 42, 0.1);
    border-color: #93c5fd;
}

.dice-about-pillar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.dice-about-pillar-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.dice-about-pillar-icon--blue {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
}

.dice-about-pillar-icon--coral {
    background: #fff7ed;
    color: #ea580c;
    border: 1px solid #fed7aa;
}

.dice-about-pillar-icon--emerald {
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.dice-about-pillar-icon--purple {
    background: #faf5ff;
    color: #7c3aed;
    border: 1px solid #e9d5ff;
}

.dice-about-pillar-badge {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 4px 10px;
    border-radius: 999px;
}

.dice-about-pillar-badge--blue {
    background: #dbeafe;
    color: #1e40af;
    border: 1px solid #bfdbfe;
}

.dice-about-pillar-badge--orange {
    background: #ffedd5;
    color: #9a3412;
    border: 1px solid #fed7aa;
}

.dice-about-pillar-badge--green {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.dice-about-pillar-badge--purple {
    background: #f3e8ff;
    color: #6b21a8;
    border: 1px solid #e9d5ff;
}

.dice-about-pillar-title {
    font-family: var(--dice-font-heading, 'Poppins', sans-serif);
    font-size: clamp(17px, 2vw, 19px);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
    line-height: 1.35;
}

.dice-about-pillar-desc {
    font-size: 14px;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 16px;
}

.dice-about-pillar-tech-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}

.dice-tech-pill {
    font-size: 11px;
    font-weight: 600;
    color: #334155;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 3px 8px;
    border-radius: 6px;
}

.dice-about-pillar-deliverable {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
    font-size: 12px;
    color: #334155;
}

.dice-about-pillar-deliverable strong {
    color: #0f172a;
}

/* 7. Section 3: Campus & Studio Facilities */
.dice-about-campus-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 36px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 36px;
    align-items: center;
    box-shadow: 0 12px 36px -8px rgba(15, 23, 42, 0.06);
}

.dice-about-campus-info h3 {
    font-family: var(--dice-font-heading, 'Poppins', sans-serif);
    font-size: clamp(20px, 2.5vw, 24px);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.3;
}

.dice-about-campus-info p {
    font-size: 14px;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 22px;
}

/* Studio Assets Grid */
.dice-about-studio-assets-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.dice-studio-asset-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 12px 14px;
    border-radius: 12px;
    transition: border-color 0.2s, background 0.2s;
}

.dice-studio-asset-item:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.dice-studio-asset-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #2563eb;
    flex-shrink: 0;
    margin-top: 2px;
}

.dice-studio-asset-text strong {
    display: block;
    font-size: 12.5px;
    color: #0f172a;
    margin-bottom: 1px;
}

.dice-studio-asset-text span {
    display: block;
    font-size: 11px;
    color: #64748b;
    line-height: 1.4;
}

.dice-about-campus-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dice-about-hub-card {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 14px;
    padding: 16px 18px;
}

.dice-about-hub-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.dice-about-hub-header i {
    font-size: 20px;
    color: #059669;
}

.dice-about-hub-header strong {
    color: #0f172a !important;
}

.dice-about-hub-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11.8px;
    color: #1e293b;
    padding-top: 8px;
    border-top: 1px solid #dcfce7;
}

.dice-about-hub-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10b981;
    display: inline-block;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
}

.dice-about-campus-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.dice-about-campus-btn--wa {
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}

.dice-about-campus-btn--wa:hover {
    background: #1eb956;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4);
}

.dice-about-campus-btn--call {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #0f172a;
}

.dice-about-campus-btn--call:hover {
    background: #f8fafc;
    border-color: #94a3b8;
}

/* 8. Section 4: Scarcity Founder Batch CTA Strip (Royal Blue Agency Contrast) */
.dice-about-cta-strip {
    background: linear-gradient(135deg, #0a2540 0%, #1e3a8a 100%);
    border-radius: 24px;
    padding: 42px 36px;
    color: #ffffff;
    text-align: center;
    border: 1px solid rgba(59, 130, 246, 0.3);
    box-shadow: 0 24px 56px -12px rgba(15, 23, 42, 0.25);
    position: relative;
    overflow: hidden;
}

.dice-about-cta-strip::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 87, 34, 0.25) 0%, transparent 70%);
    filter: blur(50px);
    pointer-events: none;
}

.dice-about-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 87, 34, 0.2);
    border: 1px solid rgba(255, 87, 34, 0.45);
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    color: #ffd23f;
    margin-bottom: 16px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.dice-about-cta-title {
    font-family: var(--dice-font-heading, 'Poppins', sans-serif);
    font-size: clamp(22px, 3.2vw, 32px);
    font-weight: 800;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    line-height: 1.25;
    color: #ffffff;
}

.dice-about-cta-sub {
    font-size: clamp(14px, 1.6vw, 16px);
    color: #e2e8f0;
    max-width: 680px;
    margin: 0 auto 24px;
    line-height: 1.65;
    position: relative;
    z-index: 1;
}

.dice-about-cta-sub strong {
    color: #ffffff;
}

/* Scarcity Progress Bar */
.dice-about-cta-scarcity {
    max-width: 480px;
    margin: 0 auto 28px;
    position: relative;
    z-index: 1;
}

.dice-about-cta-scarcity-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #ffd23f;
    margin-bottom: 8px;
}

.dice-about-cta-prog-track {
    width: 100%;
    height: 7px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    overflow: hidden;
}

.dice-about-cta-prog-fill {
    height: 100%;
    background: linear-gradient(90deg, #ff5722, #ea580c);
    border-radius: 999px;
    transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.dice-about-cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.dice-about-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #ff5722 0%, #ea580c 100%);
    color: #ffffff;
    padding: 13px 26px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 14.5px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(255, 87, 34, 0.45);
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
}

.dice-about-cta-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(255, 87, 34, 0.6);
}

.dice-about-cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    padding: 13px 22px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s;
}

.dice-about-cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
}

/* 9. Light Crisp Footer (100% Faithful to index.html) */
body.dice-about-page .dice-footer {
    background: #ffffff !important;
    border-top: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    padding-top: 48px !important;
    padding-bottom: 22px !important;
}

body.dice-about-page .dice-footer__title {
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    margin-bottom: 18px !important;
}

body.dice-about-page .dice-footer__desc {
    color: #475569 !important;
    font-size: 13.5px !important;
    line-height: 1.7 !important;
    margin-bottom: 20px !important;
}

body.dice-about-page .dice-footer__links li {
    margin-bottom: 10px !important;
}

body.dice-about-page .dice-footer__links a {
    color: #475569 !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.2s ease !important;
}

body.dice-about-page .dice-footer__links a:hover {
    color: #1877f2 !important;
    transform: translateX(4px) !important;
}

body.dice-about-page .dice-footer__link-arrow {
    color: #1877f2 !important;
    font-size: 10px !important;
    opacity: 0.85 !important;
}

body.dice-about-page .dice-footer__touch-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04) !important;
}

body.dice-about-page .dice-footer__touch-card:hover {
    border-color: #93c5fd !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.08) !important;
}

body.dice-about-page .dice-footer__touch-icon {
    background: #eff6ff !important;
    color: #2563eb !important;
    border: 1px solid #bfdbfe !important;
}

body.dice-about-page .dice-footer__touch-card--wa .dice-footer__touch-icon {
    background: #ecfdf5 !important;
    color: #059669 !important;
    border: 1px solid #a7f3d0 !important;
}

body.dice-about-page .dice-footer__touch-label {
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

body.dice-about-page .dice-footer__touch-val {
    color: #0f172a !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
}

body.dice-about-page .dice-footer__campus-badge {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    border-radius: 10px !important;
    padding: 10px 14px !important;
}

body.dice-about-page .dice-footer__campus-badge i {
    color: #1877f2 !important;
}

body.dice-about-page .dice-footer__campus-badge strong {
    color: #0f172a !important;
}

body.dice-about-page .dice-footer__agency-card {
    background: #0f172a !important;
    border: 1px solid #1e293b !important;
    border-radius: 12px !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15) !important;
}

body.dice-about-page .dice-footer__agency-card:hover {
    background: #1e293b !important;
    transform: translateY(-2px) !important;
}

body.dice-about-page .dice-footer__agency-title {
    color: #ffffff !important;
    font-weight: 700 !important;
}

body.dice-about-page .dice-footer__agency-sub {
    color: #94a3b8 !important;
}

body.dice-about-page .dice-footer__agency-arrow {
    color: #38bdf8 !important;
}

body.dice-about-page .dice-footer__social-btn {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    transition: all 0.2s ease !important;
}

body.dice-about-page .dice-footer__social-btn:hover {
    background: #1877f2 !important;
    border-color: #1877f2 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

body.dice-about-page .dice-footer__bottom {
    border-top: 1px solid #e2e8f0 !important;
    padding-top: 18px !important;
}

body.dice-about-page .dice-footer__status-tag {
    background: #ecfdf5 !important;
    border: 1px solid #a7f3d0 !important;
    color: #059669 !important;
    font-weight: 700 !important;
}

body.dice-about-page .dice-footer__status-dot {
    background: #10b981 !important;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25) !important;
}

body.dice-about-page .dice-footer__copy-text {
    color: #64748b !important;
    font-size: 13px !important;
}

body.dice-about-page .dice-footer__brand-strong {
    color: #0f172a !important;
}

body.dice-about-page .dice-footer__unit-text {
    color: #475569 !important;
}

body.dice-about-page .dice-footer__brand-link {
    color: #0f172a !important;
    font-weight: 700 !important;
}

body.dice-about-page .dice-footer__rights {
    color: #64748b !important;
}

body.dice-about-page .dice-footer__legal-links a {
    color: #64748b !important;
    font-size: 13px !important;
    transition: color 0.2s ease !important;
}

body.dice-about-page .dice-footer__legal-links a:hover {
    color: #1877f2 !important;
}

/* ==========================================================================
   10. RESPONSIVE MEDIA QUERIES (100% TRULY MOBILE OPTIMIZED)
   ========================================================================== */

/* Tablet & Smaller Laptops (<= 991px) */
@media (max-width: 991px) {
    .dice-about-hero {
        padding: 50px 0 44px;
    }
    .dice-about-metrics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .dice-about-story-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .dice-about-founder-card {
        max-width: 100%;
        margin-left: 0;
    }
    .dice-about-campus-box {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

/* Standard Mobile Devices (<= 768px) */
@media (max-width: 768px) {
    /* Header Polish */
    body.dice-about-page .dice-header {
        padding: 10px 0;
    }
    body.dice-about-page .dice-header__inner {
        padding: 0 16px;
    }
    body.dice-about-page .dice-btn-register {
        padding: 7px 12px;
        font-size: 11px;
        letter-spacing: 0.2px;
    }

    /* Hero Section Mobile */
    .dice-about-hero {
        padding: 38px 0 32px;
    }
    .dice-about-hero__inner {
        padding: 0 16px;
    }
    .dice-about-breadcrumb {
        font-size: 11.5px;
        padding: 4px 12px;
        margin-bottom: 14px;
    }
    .dice-about-hero__badge {
        font-size: 9.5px;
        padding: 5px 12px;
        letter-spacing: 0.5px;
        margin-bottom: 14px;
    }
    .dice-about-hero__title {
        font-size: 23px;
        line-height: 1.25;
        margin-bottom: 14px;
    }
    .dice-about-hero__lead {
        font-size: 13.8px;
        line-height: 1.65;
        margin-bottom: 24px;
    }

    /* Metrics Grid Mobile 2x2 */
    .dice-about-metrics-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .dice-about-metric-card {
        padding: 14px;
        border-radius: 14px;
    }
    .dice-about-metric-icon {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
    .dice-about-metric-tag {
        font-size: 9px;
        padding: 2px 6px;
    }
    .dice-about-metric-val {
        font-size: 18px;
    }
    .dice-about-metric-lbl {
        font-size: 11px;
    }

    /* Section Containers */
    .dice-about-section {
        padding: 44px 0;
    }
    .dice-about-container {
        padding: 0 16px;
    }
    .dice-about-section-header {
        margin-bottom: 28px;
    }
    .dice-about-section-title {
        font-size: 22px;
        line-height: 1.3;
    }

    /* Story Highlights Mobile */
    .dice-about-sh-item {
        padding: 12px 14px;
        gap: 12px;
    }
    .dice-about-sh-title {
        font-size: 13.5px;
    }
    .dice-about-sh-desc {
        font-size: 12px;
    }

    /* Founder Card Mobile */
    .dice-about-founder-media {
        height: 250px;
    }
    .dice-about-founder-content {
        padding: 16px 16px 18px;
        gap: 10px;
    }
    .dice-about-founder-name {
        font-size: 19px;
    }
    .dice-about-founder-role {
        font-size: 12px;
    }
    .dice-about-ventures {
        gap: 6px;
    }
    .dice-about-venture-tag {
        padding: 6px 6px;
        gap: 5px;
    }
    .dice-venture-name {
        font-size: 10.5px;
    }
    .dice-venture-sub {
        font-size: 8px;
    }
    .dice-about-founder-quote-wrap {
        padding: 10px 12px 10px 14px;
    }
    .dice-about-founder-quote {
        font-size: 11.5px;
        line-height: 1.5;
    }

    /* Pillars Mobile */
    .dice-about-pillars-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .dice-about-pillar-card {
        padding: 20px;
        border-radius: 16px;
    }

    /* Campus Mobile */
    .dice-about-campus-box {
        padding: 24px 18px;
        border-radius: 18px;
    }
    .dice-about-studio-assets-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    /* Scarcity CTA Strip Mobile */
    .dice-about-cta-strip {
        padding: 32px 18px;
        border-radius: 18px;
    }
    .dice-about-cta-btns {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .dice-about-cta-btn-primary,
    .dice-about-cta-btn-secondary {
        width: 100%;
        padding: 14px 20px;
        font-size: 14px;
    }
}

/* Compact Smartphones (<= 480px) */
@media (max-width: 480px) {
    .dice-about-hero__title {
        font-size: 21.5px;
    }
    .dice-about-metric-val {
        font-size: 16.5px;
    }
    .dice-about-section-title {
        font-size: 19.5px;
    }
    .dice-about-founder-media {
        height: 240px;
    }
}
