/* ─── RingToll Landing Page - main.css ─── */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-family:'Noto Sans KR',system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}
body{background:#fff;color:#111;overflow-x:hidden}
button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
ul{list-style:none}

/* ─── Nav ─── */
.nav{position:fixed;top:0;left:0;right:0;z-index:50;transition:background .3s,box-shadow .3s,backdrop-filter .3s}
.nav.scrolled{background:rgba(255,255,255,.95);backdrop-filter:blur(12px);box-shadow:0 1px 3px rgba(0,0,0,.06)}
.nav-inner{max-width:1280px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}
.nav-logo{display:flex;align-items:center;gap:8px}
.nav-logo svg{width:28px;height:28px}
.nav-logo span{font-size:18px;font-weight:600;letter-spacing:-.02em}
.nav-links{display:none;align-items:center;gap:32px}
.nav-links a{font-size:14px;transition:color .2s;cursor:pointer}
.nav-cta{display:none;padding:8px 20px;border-radius:20px;font-size:14px;transition:all .2s}
.nav-mobile-btn{display:block;padding:4px}
/* Colors swap based on scroll */
.nav:not(.scrolled) .nav-logo svg,.nav:not(.scrolled) .nav-logo span{color:#fff}
.nav:not(.scrolled) .nav-links a{color:rgba(255,255,255,.8)}
.nav:not(.scrolled) .nav-links a:hover{color:#fff}
.nav:not(.scrolled) .nav-cta{background:#fff;color:#0033A0}
.nav:not(.scrolled) .nav-cta:hover{background:rgba(255,255,255,.9)}
.nav:not(.scrolled) .nav-mobile-btn svg{color:#fff}
.nav.scrolled .nav-logo svg{color:#0033A0}
.nav.scrolled .nav-logo span{color:#111}
.nav.scrolled .nav-links a{color:#4B5563}
.nav.scrolled .nav-links a:hover{color:#111}
.nav.scrolled .nav-cta{background:#0033A0;color:#fff}
.nav.scrolled .nav-cta:hover{background:#002280}
.nav.scrolled .nav-mobile-btn svg{color:#111}
@media(min-width:768px){.nav-links{display:flex}.nav-cta{display:block}.nav-mobile-btn{display:none}}
/* Mobile menu */
.nav-mobile{display:none;background:#fff;border-top:1px solid #f3f4f6;padding:16px 24px}
.nav-mobile.open{display:block}
.nav-mobile a{display:block;padding:8px 0;color:#374151;font-size:15px}
.nav-mobile .mob-cta{display:block;text-align:center;background:#0033A0;color:#fff;padding:10px;border-radius:8px;margin-top:8px;font-size:14px}

/* ─── Hero ─── */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:#0033A0}
.hero-bg{position:absolute;inset:0;pointer-events:none}
.hero-bg .g1{position:absolute;top:0;right:0;width:60%;height:100%;background:linear-gradient(to bottom left,rgba(0,82,204,.6),transparent)}
.hero-bg .g2{position:absolute;bottom:0;left:0;width:40%;height:60%;background:linear-gradient(to top right,rgba(0,26,92,.8),transparent)}
.hero-bg .g3{position:absolute;top:25%;right:25%;width:384px;height:384px;border-radius:50%;background:rgba(0,82,204,.2);filter:blur(60px)}
.hero-inner{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding:96px 24px 80px;width:100%}
.hero-grid{display:grid;gap:64px;align-items:center}
@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}}
/* Hero text */
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:6px 16px;margin-bottom:32px}
.hero-badge .dot{width:8px;height:8px;background:#4ADE80;border-radius:50%;animation:blink 1.5s infinite}
.hero-badge span{color:rgba(255,255,255,.9);font-size:12px}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}
.hero h1{color:#fff;font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.15;letter-spacing:-.02em;margin-bottom:24px}
.hero h1 .accent{color:#60B5FF}
.hero-desc{color:rgba(255,255,255,.7);font-size:18px;max-width:512px;margin-bottom:40px;line-height:1.7}
.hero-btns{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:56px}
.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#0033A0;padding:14px 28px;border-radius:8px;font-size:15px;transition:background .2s}
.btn-primary:hover{background:#f3f4f6}
.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(255,255,255,.3);color:#fff;padding:14px 28px;border-radius:8px;font-size:15px;transition:background .2s}
.btn-outline:hover{background:rgba(255,255,255,.1)}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.hero-stats .stat-val{color:#fff;font-size:clamp(1.5rem,3vw,2rem);letter-spacing:-.02em}
.hero-stats .stat-lbl{color:rgba(255,255,255,.5);font-size:14px;margin-top:4px}
/* Hero phone */
.hero-phone-wrap{display:none;justify-content:center}
@media(min-width:1024px){.hero-phone-wrap{display:flex}}
.hero-phone-rel{position:relative}
.phone-frame{width:300px;height:600px;background:#1f2937;border-radius:3rem;padding:12px;box-shadow:0 25px 50px -12px rgba(0,0,0,.4);border:1px solid #374151}
.phone-screen{width:100%;height:100%;background:#fff;border-radius:2.5rem;overflow:hidden;display:flex;flex-direction:column}
.phone-head{background:#0033A0;padding:32px 24px 24px}
.phone-head .sub{color:rgba(255,255,255,.6);font-size:12px;margin-bottom:4px}
.phone-head .num{color:#fff;font-size:18px}
.phone-head .tag{margin-top:8px;display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.2);border-radius:20px;padding:4px 12px}
.phone-head .tag svg{width:14px;height:14px;color:#60B5FF}
.phone-head .tag span{color:#60B5FF;font-size:12px}
.phone-body{flex:1;padding:24px 20px;display:flex;flex-direction:column;gap:16px}
.phone-card{border-radius:12px;padding:16px}
.phone-foot{padding:0 20px 24px;display:flex;gap:12px}
.phone-foot button{flex:1;padding:12px;border-radius:12px;font-size:14px;border:none}
/* Floating badges */
.float-badge{position:absolute;background:#fff;border-radius:12px;padding:12px 16px;box-shadow:0 4px 12px rgba(0,0,0,.1);border:1px solid #f3f4f6;display:flex;align-items:center;gap:10px}
.float-badge .fb-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.float-badge .fb-label{font-size:12px;color:#6B7280}
.float-badge .fb-value{font-size:14px;color:#111;font-weight:500}
.fb-1{left:-64px;top:128px}
.fb-2{right:-48px;bottom:160px}
@media(max-width:1280px){.fb-1,.fb-2{display:none}}

/* ─── Section base ─── */
.section{padding:96px 0}
.section-inner{max-width:1280px;margin:0 auto;padding:0 24px}
.section-header{text-align:center;margin-bottom:64px}
.section-tag{display:inline-block;color:#0033A0;font-size:14px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}
.section-title{font-size:clamp(1.6rem,3vw,2.25rem);color:#111;letter-spacing:-.02em;margin-bottom:16px}
.section-desc{color:#6B7280;max-width:560px;margin:0 auto;font-size:15px}
.bg-gray{background:#F9FAFB}

/* ─── Features ─── */
.feat-grid{display:grid;gap:20px}
@media(min-width:640px){.feat-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.feat-grid{grid-template-columns:repeat(3,1fr)}}
.feat-card{background:#fff;border-radius:16px;padding:28px;border:1px solid #f3f4f6;transition:box-shadow .3s,border-color .3s}
.feat-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.06);border-color:#e5e7eb}
.feat-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.feat-icon svg{width:20px;height:20px}
.feat-card h3{font-size:18px;color:#111;margin-bottom:8px}
.feat-card p{font-size:14px;color:#6B7280;line-height:1.7}
.stats-bar{margin-top:80px;background:#fff;border-radius:16px;border:1px solid #f3f4f6;padding:32px}
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
@media(min-width:1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}}
.stats-grid .s-val{font-size:clamp(1.5rem,3vw,2rem);color:#0033A0;letter-spacing:-.02em;text-align:center;margin-bottom:4px}
.stats-grid .s-lbl{font-size:14px;color:#9CA3AF;text-align:center}

/* ─── How It Works ─── */
.steps-wrap{max-width:768px;margin:0 auto}
.step{display:flex;gap:24px;margin-bottom:8px;position:relative}
.step:last-child{margin-bottom:0}
.step-timeline{display:flex;flex-direction:column;align-items:center}
.step-circle{width:48px;height:48px;border-radius:50%;background:#0033A0;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.step-circle svg{width:20px;height:20px;color:#fff}
.step-line{width:2px;flex:1;background:rgba(0,51,160,.15);margin:8px 0}
.step-content{padding-bottom:40px}
.step-num{font-size:12px;color:rgba(0,51,160,.6);margin-bottom:4px}
.step-content h3{font-size:18px;color:#111;margin-bottom:8px}
.step-content p{font-size:14px;color:#6B7280;line-height:1.7;margin-bottom:8px}
.step-badge{display:inline-block;font-size:12px;color:#0033A0;background:#EBF0FF;padding:4px 12px;border-radius:20px}
/* Comparison cards */
.compare-grid{margin-top:80px;display:grid;gap:20px;max-width:960px;margin-left:auto;margin-right:auto}
@media(min-width:768px){.compare-grid{grid-template-columns:repeat(3,1fr)}}
.compare-card{border-radius:16px;padding:24px;border:1px solid}
.compare-card h4{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:15px}
.compare-card h4 svg{width:20px;height:20px}
.compare-card li{display:flex;align-items:center;gap:8px;font-size:14px;padding:5px 0}
.compare-card li .dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}

/* ─── Benefits ─── */
.bene-grid{display:grid;gap:20px;margin-bottom:80px}
@media(min-width:640px){.bene-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.bene-grid{grid-template-columns:repeat(4,1fr)}}
.bene-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #f3f4f6;transition:box-shadow .3s}
.bene-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.05)}
.bene-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.bene-icon svg{width:20px;height:20px}
.bene-card h3{font-size:16px;color:#111;margin-bottom:2px}
.bene-card .sub{font-size:12px;color:#9CA3AF;margin-bottom:16px}
.bene-card li{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:#4B5563;padding:4px 0}
.bene-card li .dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;margin-top:7px}
/* Earnings calculator */
.earnings-calc{background:#0033A0;border-radius:16px;overflow:hidden;padding:clamp(32px,5vw,48px)}
.earnings-header{text-align:center;margin-bottom:40px}
.earnings-header h3{color:#fff;font-size:clamp(1.4rem,3vw,2rem);letter-spacing:-.02em;margin-bottom:8px}
.earnings-header p{color:rgba(255,255,255,.6);font-size:14px}
.earnings-grid{display:grid;gap:16px;max-width:768px;margin:0 auto}
@media(min-width:768px){.earnings-grid{grid-template-columns:repeat(3,1fr)}}
.earn-card{border-radius:12px;padding:24px;text-align:center}
.earn-card.highlight{background:#fff;color:#111}
.earn-card:not(.highlight){background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.1)}
.earn-num{font-size:clamp(2rem,4vw,2.5rem);letter-spacing:-.02em;margin-bottom:4px}
.earn-card.highlight .earn-num{color:#0033A0}
.earn-sub{font-size:12px;margin-bottom:16px}
.earn-card.highlight .earn-sub{color:#9CA3AF}
.earn-card:not(.highlight) .earn-sub{color:rgba(255,255,255,.5)}
.earn-amt{font-size:20px;letter-spacing:-.01em}
.earn-card.highlight .earn-amt{color:#0033A0}
.earn-card:not(.highlight) .earn-amt{color:#60B5FF}
.earn-badge{display:inline-block;margin-top:12px;font-size:12px;background:#EBF0FF;color:#0033A0;padding:4px 12px;border-radius:20px}
.earnings-note{text-align:center;color:rgba(255,255,255,.4);font-size:12px;margin-top:24px}

/* ─── Mobile App ─── */
.mobile-grid{display:grid;gap:64px;align-items:center}
@media(min-width:1024px){.mobile-grid{grid-template-columns:1fr 1fr}}
.phones-wrap{display:flex;justify-content:center;gap:24px;position:relative}
.mini-phone{background:#1f2937;border-radius:2.5rem;padding:10px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:1px solid #374151}
.mini-phone .inner{background:#fff;border-radius:2rem;overflow:hidden}
.mini-phone .notch{display:flex;justify-content:center;padding:8px 0 4px}
.mini-phone .notch div{width:80px;height:20px;background:#1f2937;border-radius:20px}
.mini-phone .content{padding:8px 16px 16px}
.phone-offset{margin-top:48px}
@media(max-width:767px){.phone-offset{display:none}}
.store-badges{position:absolute;bottom:-24px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:5}
.store-badge{background:#000;color:#fff;border-radius:8px;padding:8px 16px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px rgba(0,0,0,.2);white-space:nowrap}
.store-badge svg{width:20px;height:20px}
.store-badge .small{font-size:8px;color:rgba(255,255,255,.6)}
.store-badge .big{font-size:12px}
/* App features list */
.app-feat{display:flex;gap:16px;margin-bottom:24px}
.app-feat-icon{width:44px;height:44px;border-radius:12px;background:#fff;border:1px solid #f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.app-feat-icon svg{width:20px;height:20px;color:#0033A0}
.app-feat h3{font-size:16px;color:#111;margin-bottom:4px}
.app-feat p{font-size:14px;color:#6B7280;line-height:1.6}
.app-ratings{background:#fff;border-radius:16px;border:1px solid #f3f4f6;padding:24px;display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-bottom:16px}
.app-ratings .sep{width:1px;height:32px;background:#f3f4f6}
.app-ratings .stars{display:flex;gap:2px}
.app-ratings .stars svg{width:16px;height:16px;color:#FACC15;fill:#FACC15}
.mobile-link{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#0033A0,#0055D4);color:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 16px rgba(0,51,160,.3);transition:box-shadow .3s}
.mobile-link:hover{box-shadow:0 8px 24px rgba(0,51,160,.4)}
.mobile-link-left{display:flex;align-items:center;gap:16px}
.mobile-link-icon{width:48px;height:48px;border-radius:12px;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center}
.mobile-link-icon svg{width:24px;height:24px;color:#fff}
.mobile-link h4{color:#fff;font-size:16px}
.mobile-link p{font-size:14px;color:rgba(255,255,255,.7)}
.mobile-link-arrow{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center}

/* ─── Pricing ─── */
.pricing-grid{display:grid;gap:20px;max-width:960px;margin:0 auto}
@media(min-width:768px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}
.plan{border-radius:16px;padding:28px;display:flex;flex-direction:column}
.plan.std{background:#fff;border:1px solid #e5e7eb}
.plan.hl{background:#0033A0;color:#fff;outline:2px solid #0033A0;outline-offset:2px}
.plan-rec{display:inline-block;align-self:flex-start;font-size:12px;background:#60B5FF;color:#fff;padding:4px 12px;border-radius:20px;margin-bottom:16px}
.plan h3{font-size:18px;margin-bottom:4px}
.plan.std h3{color:#111}
.plan .plan-desc{font-size:12px;margin-bottom:20px}
.plan.std .plan-desc{color:#9CA3AF}
.plan.hl .plan-desc{color:rgba(255,255,255,.6)}
.plan-price{display:flex;align-items:baseline;gap:4px;margin-bottom:24px}
.plan-price .amount{font-size:clamp(2rem,4vw,2.5rem);letter-spacing:-.02em}
.plan.std .amount{color:#111}
.plan-price .unit{font-size:14px}
.plan.std .unit{color:#9CA3AF}
.plan.hl .unit{color:rgba(255,255,255,.5)}
.plan-cta{width:100%;padding:12px;border-radius:8px;font-size:14px;display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:28px;transition:background .2s}
.plan.std .plan-cta{background:#0033A0;color:#fff}
.plan.std .plan-cta:hover{background:#002280}
.plan.hl .plan-cta{background:#fff;color:#0033A0}
.plan.hl .plan-cta:hover{background:#f3f4f6}
.plan-features{flex:1}
.plan-features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;padding:6px 0}
.plan-features li svg{width:16px;height:16px;flex-shrink:0;margin-top:2px}
.plan.std .plan-features li svg{color:#0033A0}
.plan.hl .plan-features li svg{color:#60B5FF}
.plan.std .plan-features li span{color:#4B5563}
.plan.hl .plan-features li span{color:rgba(255,255,255,.8)}
.plan-note{margin-top:40px;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;color:#9CA3AF}
.plan-note svg{width:16px;height:16px;color:#22C55E}

/* ─── FAQ ─── */
.faq-list{max-width:672px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq-item{background:#fff;border-radius:12px;border:1px solid #f3f4f6;overflow:hidden;transition:border-color .2s,box-shadow .2s}
.faq-item.open{border-color:rgba(0,51,160,.2);box-shadow:0 1px 4px rgba(0,0,0,.04)}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;text-align:left;font-size:14px;color:#111}
.faq-q svg{width:20px;height:20px;color:#9CA3AF;flex-shrink:0;transition:transform .2s}
.faq-item.open .faq-q svg{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-item.open .faq-a{max-height:300px}
.faq-a p{padding:0 24px 20px;font-size:14px;color:#6B7280;line-height:1.7}
.faq-cta{margin-top:56px;text-align:center}
.faq-cta p{font-size:14px;color:#9CA3AF;margin-bottom:12px}
.faq-cta a{font-size:14px;color:#0033A0;display:inline-flex;align-items:center;gap:4px}
.faq-cta a:hover{text-decoration:underline}

/* ─── Footer ─── */
.footer{background:#111827;color:#9CA3AF}
.footer-cta{border-bottom:1px solid #1f2937}
.footer-cta-inner{max-width:1280px;margin:0 auto;padding:56px 24px;display:flex;flex-direction:column;gap:24px;align-items:center}
@media(min-width:768px){.footer-cta-inner{flex-direction:row;justify-content:space-between}}
.footer-cta h3{color:#fff;font-size:clamp(1.4rem,3vw,2rem);letter-spacing:-.02em;margin-bottom:8px}
.footer-cta p{font-size:14px;color:#6B7280}
.footer-cta-btns{display:flex;gap:12px}
.footer-cta-btns a{padding:12px 24px;border-radius:8px;font-size:14px;transition:background .2s}
.footer-cta-btns .f-primary{background:#fff;color:#111}
.footer-cta-btns .f-primary:hover{background:#f3f4f6}
.footer-cta-btns .f-outline{border:1px solid #374151;color:#d1d5db}
.footer-cta-btns .f-outline:hover{background:#1f2937}
.footer-links{max-width:1280px;margin:0 auto;padding:48px 24px;display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
@media(min-width:768px){.footer-links{grid-template-columns:2fr 1fr 1fr 1fr}}
.footer-brand a{display:flex;align-items:center;gap:8px;margin-bottom:16px}
.footer-brand a svg{width:24px;height:24px;color:#60B5FF}
.footer-brand a span{color:#fff;font-size:18px}
.footer-brand p{font-size:14px;color:#6B7280;line-height:1.7;max-width:320px;margin-bottom:16px}
.footer-brand .info{font-size:12px;color:#4B5563;line-height:1.8}
.footer-col h4{color:#fff;font-size:14px;margin-bottom:16px}
.footer-col ul li{margin-bottom:10px}
.footer-col ul li a{font-size:14px;color:#6B7280;transition:color .2s}
.footer-col ul li a:hover{color:#d1d5db}
.footer-bottom{border-top:1px solid #1f2937}
.footer-bottom-inner{max-width:1280px;margin:0 auto;padding:20px 24px;display:flex;flex-direction:column;gap:12px;align-items:center}
@media(min-width:640px){.footer-bottom-inner{flex-direction:row;justify-content:space-between}}
.footer-bottom p{font-size:12px;color:#4B5563}
.footer-bottom-links{display:flex;gap:20px}
.footer-bottom-links a{font-size:12px;color:#4B5563;transition:color .2s}
.footer-bottom-links a:hover{color:#9CA3AF}

/* ─── Scroll Reveal ─── */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s,transform .6s}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-d1{transition-delay:.08s}
.reveal-d2{transition-delay:.16s}
.reveal-d3{transition-delay:.24s}
.reveal-d4{transition-delay:.32s}
.reveal-d5{transition-delay:.4s}

/* ─── Mini phone content styles ─── */
.mp-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.mp-header .mp-date-sub{font-size:11px;color:#9CA3AF}
.mp-header .mp-date-main{font-size:16px;color:#111;font-weight:500}
.mp-header .mp-avatar{width:36px;height:36px;border-radius:50%;background:#0033A0;display:flex;align-items:center;justify-content:center}
.mp-header .mp-avatar svg{width:20px;height:20px;color:#fff}
.mp-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}
.mp-stat{border-radius:8px;padding:10px}
.mp-stat .mp-s-label{font-size:11px;margin-bottom:4px}
.mp-stat .mp-s-val{font-size:18px;font-weight:600}
.mp-call{display:flex;align-items:center;justify-content:space-between;background:#F9FAFB;border-radius:8px;padding:8px 12px;margin-bottom:6px}
.mp-call-left{display:flex;align-items:center;gap:10px}
.mp-call-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.mp-call-icon svg{width:14px;height:14px}
.mp-call-num{font-size:12px;color:#374151}
.mp-call-status{font-size:10px}
.mp-call-time{font-size:10px;color:#9CA3AF}

/* Earning screen */
.mp-earn-title{font-size:11px;color:#9CA3AF;margin-bottom:2px}
.mp-earn-val{font-size:22px;color:#0033A0;font-weight:600}
.mp-earn-change{font-size:10px;color:#16A34A;margin-top:2px;margin-bottom:12px}
.mp-chart{display:flex;align-items:flex-end;gap:3px;height:80px;margin-bottom:4px}
.mp-chart-bar{flex:1;border-radius:2px;background:rgba(0,51,160,.2);position:relative;overflow:hidden}
.mp-chart-bar-fill{position:absolute;bottom:0;left:0;right:0;background:#0033A0;border-radius:2px}
.mp-chart-labels{display:flex;justify-content:space-between;font-size:10px;color:#9CA3AF;margin-bottom:12px}
.mp-detail{background:#F9FAFB;border-radius:8px;padding:10px}
.mp-detail-row{display:flex;justify-content:space-between;font-size:12px;padding:4px 0}
.mp-detail-row .dl{color:#6B7280}
.mp-detail-row .dv{color:#111}
