/* CheckSEO — Main Stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&display=swap');

/* ── Reset & Base ──────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Manrope',sans-serif;background:#fff;color:#111;line-height:1.6;-webkit-font-smoothing:antialiased}
img,svg{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{cursor:pointer;font-family:inherit}
ul,ol{list-style:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* ── CSS Variables ─────────────────────────────────── */
:root{
  --orange:#F4500A;
  --dark:#0D1117;
  --gray:#6B7280;
  --gray2:#F3F4F6;
  --gray3:#E5E7EB;
  --green:#16A34A;
  --yellow:#D97706;
  --red:#DC2626;
  --border:#E5E7EB;
  --radius:12px;
  --shadow-sm:0 1px 3px rgba(0,0,0,.08);
  --shadow:0 4px 16px rgba(0,0,0,.1);
  --shadow-lg:0 24px 64px rgba(0,0,0,.22);
}

/* ── Typography ────────────────────────────────────── */
h1,h2,h3,h4{font-weight:900;line-height:1.1;letter-spacing:-0.02em;color:var(--dark)}
p{line-height:1.7;color:var(--gray)}
.text-orange{color:var(--orange)}

/* ── Navbar ────────────────────────────────────────── */
.nav{display:flex;align-items:center;justify-content:space-between;padding:0 36px;height:62px;border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0;z-index:100;gap:16px}
.logo{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:900;color:var(--dark)}
.logo-accent{color:var(--orange)}
.nav-links{display:flex;align-items:center;gap:2px}
.nav-link{padding:8px 14px;font-size:14px;font-weight:500;color:#374151;border-radius:8px;transition:background .15s}
.nav-link:hover{background:var(--gray2)}
.btn-try{padding:9px 18px;font-size:13px;font-weight:700;color:#fff;background:var(--orange);border:none;border-radius:8px;transition:background .15s;white-space:nowrap}
.btn-try:hover{background:#D43F00}

/* ── Breadcrumb ────────────────────────────────────── */
.breadcrumb-nav{padding:10px 36px;border-bottom:1px solid var(--border);background:var(--gray2)}
.breadcrumb{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--gray);flex-wrap:wrap}
.breadcrumb a{color:var(--orange);font-weight:600}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb-sep{color:var(--gray3)}

/* ── Hero ──────────────────────────────────────────── */
.hero{display:grid;grid-template-columns:1fr 1fr;gap:48px;min-height:calc(100vh - 62px);align-items:center;padding:60px 36px 40px;max-width:1180px;margin:0 auto}
.ai-badge{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:100px;padding:5px 14px;font-size:11px;font-weight:700;color:#374151;margin-bottom:22px;letter-spacing:.06em;text-transform:uppercase}
.hero-h1{font-size:clamp(34px,4.2vw,56px);margin-bottom:18px}
.hero-sub{font-size:15px;font-weight:400;margin-bottom:28px;max-width:450px}

/* ── Input / Form ──────────────────────────────────── */
.input-row{display:flex;background:#fff;border:1.5px solid var(--border);border-radius:10px;overflow:hidden;max-width:500px;transition:border-color .2s,box-shadow .2s}
.input-row:focus-within{border-color:var(--orange);box-shadow:0 0 0 3px rgba(244,80,10,.1)}
.input-row-center{max-width:460px;margin:0 auto}
.url-prefix{display:flex;align-items:center;padding:0 12px;color:#9CA3AF}
.url-input{flex:1;border:none;outline:none;font-family:'Manrope',sans-serif;font-size:14px;padding:13px 6px;color:var(--dark);background:transparent}
.url-input::placeholder{color:#9CA3AF}
.check-btn{background:var(--orange);color:#fff;border:none;padding:0 20px;font-family:'Manrope',sans-serif;font-weight:700;font-size:14px;transition:background .15s;white-space:nowrap}
.check-btn:hover{background:#D43F00}
.check-btn:disabled{opacity:.5;cursor:not-allowed}

/* ── Trust Row ─────────────────────────────────────── */
.trust-row{display:flex;align-items:center;gap:10px;margin-top:18px;flex-wrap:wrap}
.avatars{display:flex}
.ava{width:26px;height:26px;border-radius:50%;border:2px solid #fff;margin-left:-7px;font-size:9px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}
.ava:first-child{margin-left:0}
.stars-row{display:flex;align-items:center;gap:4px}
.stars{color:#F59E0B;font-size:13px}
.chips{display:flex;gap:6px;margin-top:20px;flex-wrap:wrap}
.chip{font-size:11px;font-weight:700;color:#374151;background:var(--gray2);padding:4px 11px;border-radius:100px}

/* ── Dashboard Preview ─────────────────────────────── */
.hero-right{position:relative}
.dash-preview{background:#1B2333;border-radius:14px;overflow:hidden;box-shadow:var(--shadow-lg)}
.dash-topbar{background:#242F42;display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.06)}
.d-dots{display:flex;gap:5px}
.d-dot{width:9px;height:9px;border-radius:50%;display:inline-block}
.d-title{font-size:11px;font-weight:600;color:rgba(255,255,255,.4)}
.dash-body{display:grid;grid-template-columns:44px 1fr}
.dash-sb{background:#18212F;display:flex;flex-direction:column;align-items:center;padding:14px 0;gap:14px;border-right:1px solid rgba(255,255,255,.05)}
.sb-ic{width:30px;height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:13px}
.sb-on{background:var(--orange)}
.sb-off{color:rgba(255,255,255,.25)}
.dash-m{padding:18px 16px}
.dm-dom{font-size:13px;font-weight:700;color:#fff}
.dm-sub{font-size:10px;color:rgba(255,255,255,.35);margin-bottom:14px}
.dash-grid-preview{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.dc{background:rgba(255,255,255,.05);border-radius:9px;padding:12px}
.dc-lbl{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.35);margin-bottom:6px}
.mc-rows{margin-top:14px;display:flex;flex-direction:column;gap:7px}
.mc-r{display:flex;align-items:center;gap:7px}
.mc-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}
.mc-txt{font-size:10px;color:rgba(255,255,255,.55);flex:1}
.mc-tag{font-size:8px;font-weight:700;padding:2px 6px;border-radius:4px}
.float-badge{position:absolute;bottom:-14px;left:-14px;background:#fff;border:1.5px solid var(--border);border-radius:11px;padding:9px 14px;box-shadow:var(--shadow);display:flex;align-items:center;gap:10px}
.fb-ic{width:34px;height:34px;background:#DCFCE7;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:16px}

/* ── Sections ──────────────────────────────────────── */
.eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:10px}
.sec-title{font-size:clamp(22px,3vw,34px);margin-bottom:40px}

.how-section{background:var(--gray2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:56px 36px}
.how-inner{max-width:860px;margin:0 auto;text-align:center}
.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.how-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);padding:22px;text-align:left}
.how-num{font-size:10px;font-weight:700;color:var(--orange);margin-bottom:10px}
.how-icon{font-size:22px;margin-bottom:10px}
.how-t{font-size:14px;font-weight:800;color:var(--dark);margin-bottom:5px}
.how-d{font-size:13px;line-height:1.65}

.features-section{padding:56px 36px}
.features-inner{max-width:1000px;margin:0 auto}
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.feat-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);padding:20px;transition:border-color .2s,transform .2s}
.feat-card:hover{border-color:var(--orange);transform:translateY(-2px)}
.feat-icon{font-size:22px;margin-bottom:10px}
.feat-t{font-size:14px;font-weight:800;color:var(--dark);margin-bottom:4px}
.feat-d{font-size:12px;line-height:1.65}

.bottom-cta{padding:56px 36px;text-align:center}
.bottom-cta h2{font-size:clamp(22px,4vw,36px);margin-bottom:10px}
.bottom-cta p{font-size:14px;margin-bottom:24px}

/* ── Loading Overlay ───────────────────────────────── */
.loading-overlay{position:fixed;inset:0;background:#F9FAFB;z-index:200;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}
.loading-overlay[hidden]{display:none}
.loading-inner{display:flex;flex-direction:column;align-items:center;width:100%;max-width:360px}
.loader-spinner{width:52px;height:52px;border-radius:50%;border:3px solid var(--gray3);border-top-color:var(--orange);animation:spin .7s linear infinite;margin-bottom:24px}
.loading-domain{font-size:19px;font-weight:800;color:var(--dark);margin-bottom:5px}
.loading-text{font-size:13px;color:var(--gray)}
.bar-outer{width:100%;height:4px;background:var(--gray3);border-radius:2px;overflow:hidden;margin:22px 0}
.bar-inner{height:100%;background:var(--orange);border-radius:2px;transition:width .4s ease;width:0}
.step-list{display:flex;flex-direction:column;gap:9px;width:100%}
.step-row{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:500;color:#9CA3AF}
.step-row.done{color:var(--green)}
.step-row.cur{color:var(--dark)}
.sc{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0;background:var(--gray3);color:#9CA3AF}
.sc-d{background:#DCFCE7;color:var(--green)}
.sc-c{background:var(--orange);color:#fff}

/* ── Result Page ───────────────────────────────────── */
.result-page{background:#F9FAFB;min-height:calc(100vh - 62px)}
.result-wrap{max-width:880px;margin:0 auto;padding:36px 20px 80px}
.r-topbar{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:28px;flex-wrap:wrap;gap:12px}
.domain-pill{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1.5px solid var(--border);border-radius:100px;padding:5px 14px;font-size:13px;font-weight:700;color:var(--dark)}
.back-btn{display:flex;align-items:center;gap:5px;background:#fff;border:1.5px solid var(--border);padding:8px 15px;border-radius:8px;font-size:13px;font-weight:600;color:var(--dark);transition:border-color .15s,color .15s}
.back-btn:hover{border-color:var(--orange);color:var(--orange)}
.result-title{font-size:clamp(20px,3.5vw,28px);margin-top:8px}
.result-date{font-size:12px;color:var(--gray);margin-top:3px}

/* Score Hero */
.score-hero{background:linear-gradient(135deg,#FFF8F5,#FFEDE3);border:1.5px solid #FDDCC9;border-radius:14px;padding:24px;margin-bottom:18px;display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.score-right{flex:1;min-width:200px}
.score-overall-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray);margin-bottom:4px}
.score-overall-num{font-size:42px;font-weight:900;letter-spacing:-0.03em;line-height:1}
.score-overall-sub{font-size:14px;font-weight:700;margin-top:2px}
.sbar-row{display:flex;flex-direction:column;gap:3px;margin-bottom:8px}
.sbar-hdr{display:flex;justify-content:space-between;font-size:12px;font-weight:600}
.sbar-bg{height:5px;background:var(--gray3);border-radius:3px}
.sbar-fill{height:100%;border-radius:3px}
.bdg-row{display:flex;gap:7px;margin-top:14px;flex-wrap:wrap}
.bdg{display:flex;align-items:center;gap:4px;padding:4px 12px;border-radius:100px;font-size:11px;font-weight:700}
.bdg-g{background:#DCFCE7;color:var(--green)}
.bdg-y{background:#FEF9C3;color:var(--yellow)}
.bdg-r{background:#FEE2E2;color:var(--red)}

/* Metric Cards */
.metrics-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(175px,1fr));gap:12px;margin-bottom:18px}
.metric-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);padding:18px;transition:border-color .2s}
.metric-card:hover{border-color:var(--orange)}
.mc-lbl{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray);margin-bottom:8px}
.mc-val{font-size:21px;font-weight:800}
.mc-status{display:flex;align-items:center;gap:5px;margin-top:6px;font-size:11px;font-weight:500;color:var(--gray)}
.mcs-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}

/* Checks */
.checks-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:18px}
.checks-head{padding:15px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}
.ch-title{font-size:15px;font-weight:800;color:var(--dark);margin:0}
.ch-sub{font-size:11px;color:var(--gray);font-weight:400;margin:2px 0 0}
.ch-count{font-size:11px;color:var(--gray);background:var(--gray2);padding:3px 10px;border-radius:100px}
.check-row{display:flex;align-items:flex-start;gap:12px;padding:13px 20px;border-bottom:1px solid var(--border);transition:background .12s}
.check-row:last-child{border-bottom:none}
.check-row:hover{background:#FAFAFA}
.csi{width:25px;height:25px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;flex-shrink:0;margin-top:1px}
.csi-p{background:#DCFCE7;color:var(--green)}
.csi-f{background:#FEE2E2;color:var(--red)}
.csi-w{background:#FEF9C3;color:var(--yellow)}
.cn{font-size:13px;font-weight:700;color:var(--dark);margin-bottom:3px}
.cd{font-size:12px;color:var(--gray);line-height:1.55}
.cd-rec{font-size:12px;color:#6366F1;margin-top:4px;line-height:1.5}
.cpill{display:inline-block;padding:2px 7px;border-radius:4px;font-size:9px;font-weight:700;letter-spacing:.05em;margin-left:6px}
.cp-p{background:#DCFCE7;color:var(--green)}
.cp-f{background:#FEE2E2;color:var(--red)}
.cp-w{background:#FEF9C3;color:var(--yellow)}

/* CTA */
.cta-card{background:linear-gradient(135deg,#FFF8F5,#FFEDE3);border:1.5px solid #FDDCC9;border-radius:14px;padding:32px;text-align:center}
.cta-title{font-size:20px;margin-bottom:7px}
.cta-sub{font-size:13px;margin-bottom:20px;line-height:1.65}
.cta-btn{display:inline-block;background:var(--orange);color:#fff;border:none;padding:12px 26px;border-radius:9px;font-family:'Manrope',sans-serif;font-weight:700;font-size:14px;transition:background .15s}
.cta-btn:hover{background:#D43F00}

/* ── Footer ────────────────────────────────────────── */
.footer{border-top:1px solid var(--border);padding:32px 36px;background:#fff}
.footer-inner{max-width:1180px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}
.footer-brand{display:flex;flex-direction:column;align-items:center;gap:6px}
.footer-tagline{font-size:13px;color:var(--gray)}
.footer-links{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}
.footer-links a{font-size:13px;color:var(--gray);transition:color .15s}
.footer-links a:hover{color:var(--orange)}
.footer-copy{font-size:12px;color:var(--gray)}

/* ── Animations ────────────────────────────────────── */
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes fadeIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.fadein{animation:fadeIn .4s ease both}

/* ── Responsive ────────────────────────────────────── */
@media(max-width:900px){
  .hero{grid-template-columns:1fr;min-height:auto;padding:40px 20px}
  .hero-right{display:none}
  .nav{padding:0 20px}
  .nav-links{display:none}
}
@media(max-width:600px){
  .how-grid{grid-template-columns:1fr}
  .result-wrap{padding:24px 16px 60px}
  .score-hero{flex-direction:column;align-items:flex-start}
}
@media(max-width:480px){
  .nav{padding:0 16px}
  .breadcrumb-nav{padding:8px 16px}
  .how-section,.features-section,.bottom-cta{padding:40px 16px}
}

/* ── Language Switcher ──────────────────────────────── */
.nav-right{display:flex;align-items:center;gap:10px}
.lang-switcher{display:flex;align-items:center;gap:5px;padding:6px 12px;border:1.5px solid var(--border);border-radius:8px;font-size:12px;font-weight:700;color:var(--dark);background:#fff;transition:border-color .15s,background .15s;white-space:nowrap}
.lang-switcher:hover{border-color:var(--orange);background:var(--gray2);color:var(--orange)}
.lang-flag{font-size:14px;line-height:1}
.lang-label{font-size:11px;font-weight:800;letter-spacing:.05em}

/* ── Tabs ──────────────────────────────────────────────────────── */
.tabs-wrap{margin-bottom:18px}
.tabs-nav{display:flex;gap:4px;border-bottom:2px solid var(--border);margin-bottom:0;overflow-x:auto}
.tab-btn{background:none;border:none;padding:12px 18px;font-family:'Manrope',sans-serif;font-size:13px;font-weight:600;color:var(--gray);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap;transition:color .15s,border-color .15s}
.tab-btn:hover{color:var(--dark)}
.tab-active{color:var(--orange);border-bottom-color:var(--orange)}
.tab-panel{display:none;padding-top:18px}
.tab-panel-active{display:block}

/* ── Core Web Vitals ───────────────────────────────────────────── */
.cwv-loading,.social-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:var(--gray);font-size:14px;gap:12px}
.cwv-spinner{width:40px;height:40px;border-radius:50%;border:3px solid var(--gray3);border-top-color:var(--orange);animation:spin .7s linear infinite}
.cwv-no-key{text-align:center;padding:40px 20px;background:var(--gray2);border-radius:var(--radius);border:1.5px dashed var(--border)}
.cwv-no-key h3{font-size:16px;font-weight:800;color:var(--dark);margin-bottom:8px}
.cwv-no-key p{font-size:13px;color:var(--gray);margin-bottom:16px;line-height:1.6}
.cwv-key-link{display:inline-block;background:var(--orange);color:#fff;padding:10px 20px;border-radius:8px;font-size:13px;font-weight:700;transition:background .15s}
.cwv-key-link:hover{background:#D43F00}

.cwv-devices{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}
@media(max-width:600px){.cwv-devices{grid-template-columns:1fr}}
.cwv-device-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden}
.cwv-device-head{padding:14px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.cwv-device-title{font-size:14px;font-weight:800;color:var(--dark);display:flex;align-items:center;gap:8px}
.cwv-score-badge{font-size:13px;font-weight:900;padding:4px 12px;border-radius:100px}
.cwv-metrics{padding:16px 18px;display:flex;flex-direction:column;gap:12px}
.cwv-metric{display:flex;align-items:center;justify-content:space-between}
.cwv-metric-left{display:flex;flex-direction:column;gap:2px}
.cwv-metric-name{font-size:12px;font-weight:700;color:var(--dark)}
.cwv-metric-desc{font-size:10px;color:var(--gray)}
.cwv-metric-right{display:flex;align-items:center;gap:8px}
.cwv-metric-val{font-size:14px;font-weight:800}
.cwv-pill{font-size:9px;font-weight:700;padding:2px 7px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}
.cwv-good{color:#16A34A;background:#DCFCE7}
.cwv-ni{color:#D97706;background:#FEF9C3}
.cwv-poor{color:#DC2626;background:#FEE2E2}
.cwv-na{color:#6B7280;background:var(--gray2)}

.cwv-opps{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden}
.cwv-opps-head{padding:14px 18px;border-bottom:1px solid var(--border);font-size:14px;font-weight:800;color:var(--dark)}
.cwv-opp{display:flex;align-items:flex-start;gap:10px;padding:12px 18px;border-bottom:1px solid var(--border)}
.cwv-opp:last-child{border-bottom:none}
.cwv-opp-icon{font-size:14px;margin-top:1px;flex-shrink:0}
.cwv-opp-title{font-size:13px;font-weight:700;color:var(--dark);margin-bottom:2px}
.cwv-opp-saving{font-size:11px;color:var(--orange);font-weight:600}

/* ── Social Preview ────────────────────────────────────────────── */
.social-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
@media(max-width:640px){.social-grid{grid-template-columns:1fr}}
.social-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden}
.social-card-head{padding:12px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.social-card-title{font-size:13px;font-weight:800;color:var(--dark);display:flex;align-items:center;gap:7px}
.social-score-pill{font-size:10px;font-weight:700;padding:2px 8px;border-radius:100px}
.social-preview-wrap{padding:14px}

/* Facebook/OG preview */
.fb-preview{border:1px solid #ddd;border-radius:4px;overflow:hidden;font-family:Arial,sans-serif}
.fb-img{width:100%;height:160px;object-fit:cover;background:#f0f2f5;display:flex;align-items:center;justify-content:center;color:#bcc0c4;font-size:13px}
.fb-img img{width:100%;height:160px;object-fit:cover;display:block}
.fb-body{padding:10px 12px;background:#f0f2f5;border-top:1px solid #ddd}
.fb-domain{font-size:11px;color:#606770;text-transform:uppercase;margin-bottom:3px}
.fb-title{font-size:14px;font-weight:700;color:#1c1e21;line-height:1.3;margin-bottom:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.fb-desc{font-size:12px;color:#606770;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* Twitter/X preview */
.tw-preview{border:1px solid #e1e8ed;border-radius:14px;overflow:hidden;font-family:-apple-system,sans-serif}
.tw-img{width:100%;height:150px;object-fit:cover;background:#e1e8ed;display:flex;align-items:center;justify-content:center;color:#8899a6;font-size:13px}
.tw-img img{width:100%;height:150px;object-fit:cover;display:block}
.tw-body{padding:10px 14px;border-top:1px solid #e1e8ed}
.tw-title{font-size:14px;font-weight:700;color:#14171a;margin-bottom:2px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.tw-desc{font-size:13px;color:#657786;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:4px}
.tw-domain{font-size:12px;color:#657786;display:flex;align-items:center;gap:4px}

/* WhatsApp preview */
.wa-preview{background:#fff;border-radius:8px;padding:10px;border-left:4px solid #25D366;box-shadow:0 1px 2px rgba(0,0,0,.1)}
.wa-img{width:100%;height:130px;object-fit:cover;background:#e9ecef;border-radius:4px;margin-bottom:8px;display:flex;align-items:center;justify-content:center;color:#adb5bd;font-size:13px}
.wa-img img{width:100%;height:130px;object-fit:cover;border-radius:4px;display:block}
.wa-title{font-size:13px;font-weight:700;color:#111;margin-bottom:3px}
.wa-desc{font-size:12px;color:#555;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.wa-domain{font-size:11px;color:#25D366;margin-top:4px;font-weight:600}

/* Google preview */
.goo-preview{padding:4px 0}
.goo-title{font-size:18px;color:#1a0dab;font-family:arial,sans-serif;margin-bottom:3px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;cursor:pointer}
.goo-title:hover{text-decoration:underline}
.goo-url{font-size:13px;color:#006621;margin-bottom:5px;display:flex;align-items:center;gap:4px}
.goo-desc{font-size:14px;color:#545454;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

.social-missing{font-size:12px;color:#DC2626;background:#FEE2E2;padding:8px 12px;border-radius:6px;margin-top:8px}
