/* ============================================
   RESET & BASE
   ============================================ */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Outfit',sans-serif;overflow:hidden;height:100vh;user-select:none;background:#0a0a1a;color:#222}

::-webkit-scrollbar{width:16px}
::-webkit-scrollbar-track{background:#f1efe2;border-left:1px solid #d4d0c8}
::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#ece9d8,#d4d0c8);border:1px solid #999;border-radius:0}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#d4d0c8,#c0bcb0)}
::-webkit-scrollbar-button{background:#ece9d8;border:1px solid #999;height:16px}

/* ============================================
   BOOT SCREEN
   ============================================ */
#boot{position:fixed;inset:0;background:#0a0a1a;z-index:10000;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity .8s,transform .8s}
#boot.done{opacity:0;pointer-events:none;transform:scale(1.05)}
.boot-logo{font-size:4rem;margin-bottom:24px}
.boot-title{font-size:1.4rem;font-weight:700;background:linear-gradient(90deg,#2B4FD6,#FF6600);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:20px}
.boot-subtitle{font-size:1rem;color:#ccc;margin-bottom:30px}
.boot-lines{font-family:'JetBrains Mono',monospace;font-size:.7rem;color:#555;text-align:left;width:380px;min-height:140px}
.boot-lines div{margin:2px 0;opacity:0;animation:bootFade .2s forwards}
.boot-lines .ok{color:#28c840}
.boot-lines .warn{color:#febc2e}
.boot-lines .info{color:#00e5ff}
@keyframes bootFade{to{opacity:1}}
.boot-bar{width:300px;height:6px;background:#333;border:1px inset #666;margin-top:20px;overflow:hidden}
.boot-bar-fill{height:100%;width:0;background:linear-gradient(90deg,#2B4FD6,#FF6600);transition:width .25s}
.boot-version{margin-top:12px;font-size:.65rem;color:#666;font-family:'JetBrains Mono',monospace}

.boot-skip{margin-top:16px;font-size:.7rem;color:#555;cursor:pointer;font-family:'JetBrains Mono',monospace;transition:color .2s}
.boot-skip:hover{color:#00e5ff}

/* ============================================
   DESKTOP & WALLPAPER
   ============================================ */
#desktop{position:fixed;top:0;left:0;right:0;bottom:36px;background:#0a0a1a;overflow:hidden}
#wallpaper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}

/* ============================================
   TASKBAR (XP STYLE)
   ============================================ */
#taskbar{position:fixed;bottom:0;left:0;right:0;height:36px;background:linear-gradient(180deg,#1e3a8a 0%,#1e40af 4%,#1d4ed8 8%,#1e3a8a 90%,#172554 100%);border-top:2px solid #3b82f6;display:flex;align-items:center;z-index:1000;font-size:.8rem;box-shadow:0 -1px 4px rgba(0,0,0,.5)}
.start-button{height:30px;margin:2px 2px 2px 1px;background:linear-gradient(180deg,#4ade80 0%,#22c55e 15%,#16a34a 50%,#15803d 85%,#166534 100%);border:1px solid #14532d;border-top-color:#86efac;border-left-color:#86efac;border-radius:0 8px 8px 0;padding:0 14px 0 6px;display:flex;align-items:center;gap:5px;color:#fff;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .08s;text-shadow:1px 1px 1px rgba(0,0,0,.5);letter-spacing:.3px;font-style:italic}
.start-button:hover{background:linear-gradient(180deg,#86efac 0%,#4ade80 15%,#22c55e 50%,#16a34a 85%,#15803d 100%);border-top-color:#bbf7d0}
.start-button:active{background:linear-gradient(180deg,#15803d 0%,#16a34a 50%,#22c55e 100%);border:1px inset #14532d;padding-top:1px}

.quick-launch{display:flex;align-items:center;gap:3px;margin-left:6px;padding:0 6px;border-left:1px solid rgba(255,255,255,.15);border-right:1px solid rgba(0,0,0,.3)}
.quick-launch-icon{width:24px;height:24px;background:transparent;border:none;border-radius:3px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.85rem}
.quick-launch-icon:hover{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25)}
.quick-launch-icon:active{background:rgba(0,0,0,.2)}

.window-list{flex:1;display:flex;align-items:center;gap:3px;padding:0 4px;height:100%}
.taskbar-window{height:26px;padding:0 10px;background:linear-gradient(180deg,#3b82f6,#2563eb 40%,#1d4ed8 100%);border:1px solid #1e40af;border-top-color:#60a5fa;border-left-color:#60a5fa;border-radius:2px;display:flex;align-items:center;gap:4px;color:#fff;font-size:.72rem;cursor:pointer;max-width:160px;overflow:hidden;white-space:nowrap;text-shadow:1px 1px 0 rgba(0,0,0,.3)}
.taskbar-window:hover{background:linear-gradient(180deg,#60a5fa,#3b82f6 40%,#2563eb 100%)}
.taskbar-window.active{background:linear-gradient(180deg,#1d4ed8,#1e40af 40%,#1e3a8a 100%);border:1px inset #1e3a8a;color:#fff;box-shadow:inset 1px 1px 2px rgba(0,0,0,.3)}

.system-tray{display:flex;align-items:center;gap:8px;padding:0 10px;color:#fff;font-size:.72rem;background:linear-gradient(180deg,#2563eb 0%,#1d4ed8 50%,#1e3a8a 100%);height:100%;border-left:2px groove rgba(255,255,255,.15)}
.tray-clock{font-weight:500;color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.3)}
.tray-icon{cursor:pointer;opacity:.85;filter:brightness(1.2)}
.tray-icon:hover{opacity:1}

/* ============================================
   START MENU
   ============================================ */
#start-menu{position:fixed;bottom:36px;left:0;width:380px;height:440px;background:#fff;border:2px solid #1e3a8a;border-radius:8px 8px 0 0;display:none;z-index:2000;box-shadow:4px 4px 10px rgba(0,0,0,.5);overflow:hidden}
#start-menu.show{display:block}

.start-menu-header{height:56px;background:linear-gradient(180deg,#3b82f6 0%,#1d4ed8 50%,#1e3a8a 100%);display:flex;align-items:center;padding:0 12px;color:#fff;font-weight:600;gap:10px;border-radius:6px 6px 0 0}
.start-menu-user{font-size:1.05rem;text-shadow:1px 1px 2px rgba(0,0,0,.4)}

.start-menu-content{display:flex;height:384px}
.start-menu-left{flex:1;padding:4px;overflow-y:auto;background:#fff;border-right:1px solid #d4d0c8}
.start-menu-right{width:140px;background:linear-gradient(180deg,#e8eef7,#d0daf0);padding:6px 4px}

.start-menu-item{display:flex;align-items:center;gap:8px;padding:6px 8px;color:#333;cursor:pointer;border-radius:3px;margin-bottom:1px;font-size:.85rem}
.start-menu-item:hover{background:#2B4FD6;color:#fff}
.start-menu-item-icon{font-size:1.1rem}

.start-menu-sep{height:1px;background:#d4d0c8;margin:4px 4px}

/* ============================================
   WINDOWS (XP STYLE)
   ============================================ */
.window{position:absolute;min-width:300px;min-height:200px;background:#ece9d8;border:3px solid #0054e3;border-top:none;border-radius:8px 8px 0 0;box-shadow:3px 3px 12px rgba(0,0,0,.45),inset 0 0 0 1px rgba(255,255,255,.1);display:none;z-index:100;overflow:hidden}
.window.show{display:block}
.window.active{z-index:200;border-color:#0054e3}
.window.minimized{display:none}
.window.maximized{top:0!important;left:0!important;right:0!important;bottom:36px!important;width:auto!important;height:auto!important;border-radius:0}

.window-titlebar{height:30px;background:linear-gradient(180deg,#0997ff 0%,#0673e9 8%,#0058d6 20%,#0054e3 50%,#0050d0 80%,#0046ba 95%,#003ea3 100%);display:flex;align-items:center;color:#fff;cursor:move;user-select:none;border-top:2px solid #3b9eff;border-bottom:none;border-radius:6px 6px 0 0;padding-right:2px;text-shadow:1px 1px 2px rgba(0,0,0,.4)}
.window-titlebar.inactive{background:linear-gradient(180deg,#8eabc7 0%,#7b9ab8 20%,#6d8aab 50%,#607d9e 80%,#546f91 100%);border-top-color:#a8bdd0}

.window-title-left{display:flex;align-items:center;gap:5px;padding-left:6px;flex:1;overflow:hidden}
.window-icon{font-size:.85rem}
.window-title{font-size:.78rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.window-controls{display:flex;align-items:center;gap:2px;padding:2px}
.window-btn{width:21px;height:21px;border-radius:3px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.65rem;font-weight:bold;color:#fff;border:1px solid rgba(0,0,0,.3);position:relative;text-shadow:1px 1px 0 rgba(0,0,0,.3)}
.window-btn.minimize-btn{background:linear-gradient(180deg,#3c8fe6,#2470d0,#1a5fb8);border-top-color:#6aafff}
.window-btn.minimize-btn:hover{background:linear-gradient(180deg,#5ca8f6,#3c8fe6,#2470d0)}
.window-btn.maximize-btn{background:linear-gradient(180deg,#3c8fe6,#2470d0,#1a5fb8);border-top-color:#6aafff}
.window-btn.maximize-btn:hover{background:linear-gradient(180deg,#5ca8f6,#3c8fe6,#2470d0)}
.window-btn.close{background:linear-gradient(180deg,#e87961,#d5593c,#c23b1e);border-top-color:#f09e8e;border-left-color:#ee8f7d}
.window-btn.close:hover{background:linear-gradient(180deg,#f09e8e,#e87961,#d5593c)}
.window-btn:active{padding-top:1px;padding-left:1px}

.resize-handle{position:absolute;bottom:0;right:0;width:16px;height:16px;cursor:nwse-resize;z-index:10}
.resize-handle::after{content:'';position:absolute;bottom:2px;right:2px;width:8px;height:8px;border-right:2px solid #999;border-bottom:2px solid #999}

.window-body{padding:16px;height:calc(100% - 30px);overflow-y:auto;color:#222;background:#fff;border:2px inset #d4d0c8;margin:3px;line-height:1.6;font-size:.88rem}
.window-body h2{color:#003399;font-size:1.15rem;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid #d4d0c8}
.window-body h3{color:#003366;font-size:.92rem;margin:14px 0 6px}
.window-body p{margin-bottom:10px;color:#333}
.window-body ul{margin-bottom:10px;margin-left:20px}
.window-body a{color:#0066cc;text-decoration:underline}
.window-body a:hover{color:#0044aa}

/* ============================================
   DESKTOP ICONS
   ============================================ */
.desktop-icons{position:absolute;top:20%;left:0;right:0;z-index:10;display:flex;justify-content:space-between;padding:0 24px;pointer-events:none}
.desktop-column{display:flex;flex-direction:column;gap:6px;align-items:center;pointer-events:auto}
.desktop-column-label{font-size:.8rem;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:2px;text-shadow:1px 1px 3px #000,0 0 8px #000;padding:4px 12px;margin-bottom:6px;white-space:nowrap;font-weight:700}
.desktop-column-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;gap:6px;align-items:center;pointer-events:auto}
.desktop-icon{width:80px;text-align:center;cursor:pointer;padding:6px 4px;border:1px solid transparent;transition:background .1s,transform .15s}
.desktop-icon:hover{background:rgba(80,130,255,.2);border-color:rgba(80,130,255,.5);transform:translateY(-2px)}
.desktop-icon:active .desktop-icon-img{animation:iconBounce .25s ease}
.desktop-icon.selected{background:rgba(80,130,255,.35);border-color:rgba(80,130,255,.7)}
.desktop-icon-img{font-size:2.8rem;margin-bottom:4px;filter:drop-shadow(1px 2px 3px rgba(0,0,0,.7))}
.desktop-icon-label{font-size:.72rem;color:#fff;text-shadow:1px 1px 2px #000,0 0 6px #000,-1px -1px 2px #000;word-wrap:break-word;line-height:1.25;max-width:72px;margin:0 auto}
.desktop-icon{animation:jiggle 3s ease-in-out infinite}
.desktop-icon:hover{animation:none}
@keyframes jiggle{0%,80%,100%{transform:rotate(0)}84%{transform:rotate(-3deg)}88%{transform:rotate(3deg)}92%{transform:rotate(-2deg)}96%{transform:rotate(1deg)}}

/* ============================================
   CONTEXT MENU
   ============================================ */
#context-menu{position:fixed;background:#fff;border:2px solid #6e6e6e;border-radius:0;padding:2px 0;display:none;z-index:3000;box-shadow:3px 3px 6px rgba(0,0,0,.35);min-width:180px}
#context-menu.show{display:block}

.context-item{padding:5px 20px;cursor:pointer;font-size:.8rem;color:#333;display:flex;align-items:center;gap:8px}
.context-item:hover{background:#2B4FD6;color:#fff}
.context-sep{height:1px;background:#d4d0c8;margin:2px 4px}

/* ============================================
   APP LAUNCHER OVERLAY
   ============================================ */

/* ============================================
   NOTIFICATIONS
   ============================================ */
.notification{position:fixed;bottom:48px;right:16px;width:300px;background:#ffffe1;border:1px solid #000;border-radius:0;padding:12px;box-shadow:3px 3px 6px rgba(0,0,0,.35);z-index:5000;transform:translateX(100%);transition:transform .3s ease;color:#333}
.notification.show{transform:translateX(0)}
.notification-title{font-weight:700;margin-bottom:4px;color:#003399;font-size:.85rem}
.notification-body{font-size:.78rem;color:#444}

/* ============================================
   TERMINAL STYLES
   ============================================ */
.window-body.terminal-window{padding:0;margin:0;border:none;background:#0c0c0c;overflow:hidden}
.terminal-container{background:#0c0c0c;color:#00ff00;font-family:'JetBrains Mono',monospace;height:100%;display:flex;flex-direction:column;font-size:.82rem}
.terminal-header{background:#1a1a1a;color:#888;padding:3px 8px;font-size:.7rem;border-bottom:1px solid #333}
.terminal-body{flex:1;padding:10px;overflow-y:auto;white-space:pre-wrap;line-height:1.5}
.terminal-input-line{display:flex;align-items:center;padding:0 10px 10px;background:#0c0c0c}
.terminal-prompt{color:#00ff00;margin-right:8px;white-space:nowrap}
.terminal-input{background:transparent;border:none;color:#00ff00;font-family:inherit;font-size:inherit;outline:none;flex:1}

/* ============================================
   PROJECT TAGS
   ============================================ */
.project-tags{display:flex;gap:5px;margin:10px 0;flex-wrap:wrap}
.tag{padding:2px 8px;border-radius:2px;font-size:.68rem;font-weight:600;color:#fff;background:#666;border:1px solid rgba(0,0,0,.2);letter-spacing:.3px;text-transform:uppercase}
.tag.app{background:#c02070}
.tag.game{background:#d85500}
.tag.data{background:#0088aa;color:#fff}
.tag.tool{background:#1a8a30}
.tag.social{background:#2B4FD6}
.tag.open-source{background:#1a8a30}

.project-link{display:inline-block;padding:5px 14px;background:linear-gradient(180deg,#f7f7f7,#e8e8e8 45%,#d4d4d4 50%,#e0e0e0);color:#003399;border:1px solid #888;border-radius:3px;text-decoration:none;font-size:.8rem;font-weight:600;margin-top:10px;transition:all .1s;cursor:pointer;box-shadow:1px 1px 2px rgba(0,0,0,.15)}
.project-link:hover{background:linear-gradient(180deg,#fff,#f0f0f0 45%,#e4e4e4 50%,#eee);border-color:#0054e3;color:#0054e3;box-shadow:1px 1px 4px rgba(0,84,227,.2)}
.project-link:active{background:linear-gradient(180deg,#d4d4d4,#e0e0e0);box-shadow:inset 1px 1px 2px rgba(0,0,0,.2)}

.project-stats{background:#f5f3eb;padding:8px 10px;border:1px solid #d4d0c8;border-radius:2px;margin:10px 0;font-size:.8rem;color:#444}

/* ============================================
   ABOUT ME COMPONENTS
   ============================================ */
.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:12px 0}
.about-stat-card{background:#f5f3eb;border:1px solid #d4d0c8;padding:10px 6px;text-align:center;border-radius:2px}
.about-stat-number{font-size:1.6rem;font-weight:800;color:#003399;line-height:1}
.about-stat-label{font-size:.68rem;color:#666;margin-top:4px;text-transform:uppercase;letter-spacing:.3px}
.about-info-card{background:#f5f3eb;border:1px solid #d4d0c8;border-left:3px solid #2B4FD6;padding:10px 12px;margin:8px 0;font-size:.85rem;line-height:1.6;border-radius:0 2px 2px 0}
.about-skills{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0}
.about-skill{padding:3px 10px;background:linear-gradient(180deg,#f7f7f7,#e4e4e4);border:1px solid #bbb;border-radius:2px;font-size:.72rem;font-weight:600;color:#333;letter-spacing:.2px}

/* ============================================
   PROJECT HERO BANNERS
   ============================================ */
.project-hero{width:calc(100% + 32px);margin:-16px -16px 16px -16px;height:160px;overflow:hidden;border-bottom:2px solid #d4d0c8;position:relative;display:flex;align-items:center;justify-content:center}
.project-hero img{width:100%;height:100%;object-fit:cover}
.project-hero-styled{display:flex;align-items:center;justify-content:center;gap:16px;width:100%;height:100%;padding:20px;color:#fff;text-align:center}
.project-hero-styled .hero-icon{font-size:3.5rem;filter:drop-shadow(2px 3px 4px rgba(0,0,0,.4))}
.project-hero-styled .hero-text{text-align:left}
.project-hero-styled .hero-title{font-size:1.3rem;font-weight:700;text-shadow:1px 2px 3px rgba(0,0,0,.5);margin-bottom:4px}
.project-hero-styled .hero-subtitle{font-size:.78rem;opacity:.9;text-shadow:1px 1px 2px rgba(0,0,0,.4)}
.project-hero-features{position:absolute;bottom:8px;right:12px;display:flex;gap:6px}
.project-hero-features span{background:rgba(0,0,0,.5);color:#fff;padding:2px 8px;font-size:.65rem;border-radius:2px;backdrop-filter:blur(4px)}

/* ============================================
   CLOCK WIDGET
   ============================================ */
.desktop-clock{position:absolute;top:20px;right:20px;background:rgba(0,0,0,.5);color:#fff;padding:12px 16px;border-radius:8px;font-family:'JetBrains Mono',monospace;text-align:center;z-index:10}
.desktop-clock-time{font-size:1.8rem;font-weight:600;text-shadow:2px 2px 4px rgba(0,0,0,.8)}
.desktop-clock-date{font-size:.8rem;opacity:.8;margin-top:4px}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes windowOpen{from{transform:scale(.85) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}
@keyframes windowClose{from{transform:scale(1);opacity:1}to{transform:scale(.85) translateY(20px);opacity:0}}
@keyframes slideIn{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}
@keyframes bounce{0%,20%,53%,80%,to{transform:translate3d(0,0,0)}40%,43%{transform:translate3d(0,-10px,0)}70%{transform:translate3d(0,-5px,0)}90%{transform:translate3d(0,-2px,0)}}
@keyframes iconBounce{0%{transform:scale(1)}50%{transform:scale(1.15)}100%{transform:scale(1)}}

.window.opening{animation:windowOpen .25s cubic-bezier(.2,.6,.35,1)}
.window.closing{animation:windowClose .2s ease-in forwards}
.notification{animation:slideIn .3s ease-out}

/* Screensaver */
#screensaver{position:fixed;inset:0;background:#000;z-index:9000;display:none;cursor:none}
#screensaver.active{display:block}
#screensaver canvas{width:100%;height:100%}

/* Shutdown */
#shutdown-screen{position:fixed;inset:0;z-index:20000;display:none;align-items:center;justify-content:center;flex-direction:column;font-family:'JetBrains Mono',monospace;cursor:default}
#shutdown-screen.active{display:flex}
#shutdown-screen.bsod{background:#0000aa;color:#fff}
#shutdown-screen .bsod-text{max-width:720px;font-size:.85rem;line-height:1.6;text-align:left;padding:40px}
#shutdown-screen .bsod-title{background:#aaa;color:#0000aa;padding:2px 8px;font-weight:700;margin-bottom:16px;display:inline-block}
#shutdown-screen.safe-off{background:#000;color:#f90}
#shutdown-screen .safe-text{font-size:1.4rem;text-align:center;animation:safeBlink 1.2s step-end infinite}
@keyframes safeBlink{0%,100%{opacity:1}50%{opacity:.6}}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.hidden{display:none!important}
.no-select{user-select:none}
.pointer{cursor:pointer}
.flex{display:flex}
.flex-center{display:flex;align-items:center;justify-content:center}
.text-center{text-align:center}
.mt-8{margin-top:8px}
.mb-8{margin-bottom:8px}
.p-16{padding:16px}

/* ============================================
   MOBILE VIEW (hidden by default)
   ============================================ */
#mobile-view{display:none}

@media (max-width: 768px) {
    body{overflow:auto;overflow-x:hidden;height:auto;min-height:100vh}
    #desktop,#taskbar,#start-menu,#context-menu,#windows,.desktop-clock{display:none!important}
    #mobile-view{display:block}

    .boot-lines{width:90vw;max-width:380px}
    .boot-title{font-size:1.2rem}
    .boot-logo img{width:80px!important}
    .boot-subtitle{font-size:.85rem}

    .mobile-header{text-align:center;padding:40px 20px 30px;background:linear-gradient(180deg,#0a0a20 0%,#0a1040 50%,#1a2a66 100%)}
    .mobile-logo{width:80px;height:auto;margin-bottom:16px}
    .mobile-title{font-size:1.8rem;font-weight:800;color:#fff;letter-spacing:2px;text-shadow:0 0 20px rgba(255,102,0,.4);margin:0}
    .mobile-subtitle{color:rgba(255,255,255,.6);font-size:.85rem;margin-top:8px}

    .mobile-cards{padding:16px;display:flex;flex-direction:column;gap:16px}

    .mobile-card{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}
    .mobile-card.visible{opacity:1;transform:translateY(0)}

    .mobile-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.3)}
    .mobile-card-body{padding:16px}
    .mobile-card-body .project-hero{width:calc(100% + 32px);margin:-16px -16px 16px -16px;height:120px}
    .mobile-card-body h2{color:#003399;font-size:1.05rem;margin-bottom:8px}
    .mobile-card-body h3{color:#003366;font-size:.92rem}
    .mobile-card-body p{font-size:.85rem;color:#444;line-height:1.5;margin-bottom:10px}
    .mobile-card-body .project-stats{font-size:.78rem}
    .mobile-card-body .project-link{font-size:.8rem}

    .mobile-about{background:#111;padding:30px 20px;text-align:center}
    .mobile-about img{width:80px;margin-bottom:12px}
    .mobile-about h2{color:#fff;font-size:1.3rem;margin-bottom:8px}
    .mobile-about p{color:rgba(255,255,255,.7);font-size:.85rem;line-height:1.6;margin-bottom:10px}

    .mobile-footer{background:#0a0a1a;padding:30px 20px;text-align:center}
    .mobile-footer h3{color:#fff;font-size:1.1rem;margin-bottom:12px}
    .mobile-footer p{color:rgba(255,255,255,.6);font-size:.85rem;line-height:1.5;margin-bottom:12px}
}
