/*
Theme Name: PaylessHost v5
Theme URI: https://payless.host/
Author: Tzachi Zimet
Description: PaylessHost v5 — WOW design with animated hero, floating cards, morphing blobs, mascot support, custom icons.
Version: 5.0
Text Domain: paylesshost-v5
*/

/* ─── VARIABLES ──────────────────────────────────────────── */
:root {
  --teal:#13a7c9; --tl:#e4f5fb; --tm:#b8e5f3; --td:#0a7090;
  --orange:#ed6b0e; --ol:#fef0e6; --om:#fbd5b5; --od:#c95a0a;
  --text:#1a2332; --muted:#5a6478; --subtle:#9aa3b0;
  --white:#fff; --bg:#f4f8fb; --bg2:#edf3f8;
  --border:#dde6ef; --sh:rgba(26,35,50,.08); --sh2:rgba(19,167,201,.15);
  --fh:'Syne',sans-serif; --fb:'Noto Sans',sans-serif;
  --r:14px;
}

/* ─── RESET ──────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--text);font-family:'Noto Sans',sans-serif;font-size:15px;line-height:1.6;overflow-x:hidden}
a{color:var(--teal);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto}
.site-main{min-height:60vh}

/* ─── ANIMATIONS ─────────────────────────────────────────── */
@keyframes plh-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes plh-float2{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes plh-float3{0%,100%{transform:translateY(0)}50%{transform:translateY(-13px)}}
@keyframes plh-pulse{0%,100%{opacity:1}50%{opacity:.3}}
@keyframes plh-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes plh-blink{0%,100%{opacity:1}50%{opacity:0}}
@keyframes plh-blob{0%,100%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30% 60%}}
@keyframes plh-marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@keyframes plh-fade-up{0%{opacity:0;transform:translateY(16px)}100%{opacity:1;transform:translateY(0)}}
@keyframes plh-slide-in{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}

/* ─── NAV ────────────────────────────────────────────────── */
.site-header-wrap{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}
.site-header-inner{max-width:1160px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;height:62px}
.plh-logo{font-family:'Syne',sans-serif;font-size:15px;font-weight:800;color:var(--text);text-decoration:none;display:flex;align-items:center;gap:10px}
.plh-logo-sq{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--teal),var(--td));display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff;font-family:'Syne',sans-serif;overflow:hidden}
.plh-logo-sq img{width:100%;height:100%;object-fit:contain}
.plh-logo .t{color:var(--teal)}.plh-logo .o{color:var(--orange)}
.plh-logo-mark,.plh-logo-sub{display:none}
.main-nav{display:flex;align-items:center}
.main-menu{list-style:none;display:flex;gap:2px}
.main-menu li a{font-size:13px;color:var(--muted);padding:7px 14px;border-radius:8px;transition:all .15s;text-decoration:none;font-weight:500}
.main-menu li a:hover{background:var(--tl);color:var(--teal)}
.plh-header-right{display:flex;align-items:center;gap:10px}
.plh-lang-pill{display:flex;gap:2px;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:3px}
.plh-lang-btn{font-size:11px;padding:4px 9px;border-radius:6px;border:none;background:transparent;color:var(--muted);cursor:pointer;font-family:'Noto Sans',sans-serif;font-weight:600;transition:all .15s;text-decoration:none;display:inline-block}
.plh-lang-btn:hover{color:var(--text)}
.plh-lang-btn.active{background:var(--teal);color:#fff}
.plh-nav-cta{background:var(--orange);color:#fff;font-family:'Syne',sans-serif;font-size:12px;font-weight:700;padding:10px 22px;border-radius:10px;border:none;cursor:pointer;transition:all .2s;box-shadow:0 4px 14px rgba(237,107,14,.3);text-decoration:none;display:inline-block}
.plh-nav-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(237,107,14,.4);text-decoration:none;color:#fff}

/* ─── HERO ───────────────────────────────────────────────── */
.plh-hero{background:var(--white);overflow:hidden;position:relative;min-height:auto;display:flex;align-items:center;padding:40px 0}
.plh-dot-grid{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(19,167,201,.12) 1.5px,transparent 1.5px);background-size:32px 32px;z-index:0;opacity:.6;pointer-events:none}
.plh-blob1{position:absolute;width:500px;height:500px;background:var(--tl);border-radius:60% 40% 30% 70%/60% 30% 70% 40%;top:-100px;right:-80px;animation:plh-blob 8s ease-in-out infinite;z-index:0;opacity:.7;pointer-events:none}
.plh-blob2{position:absolute;width:300px;height:300px;background:var(--ol);border-radius:40% 60% 70% 30%/40% 50% 60% 50%;bottom:-60px;left:10%;animation:plh-blob 10s ease-in-out infinite reverse;z-index:0;opacity:.5;pointer-events:none}
.plh-hero-inner{max-width:1160px;margin:0 auto;padding:60px 40px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;position:relative;z-index:2;width:100%}

/* Hero left */
.plh-hero-tag{display:inline-flex;align-items:center;gap:8px;background:var(--white);border:1px solid var(--border);border-radius:40px;padding:6px 16px;font-size:11px;font-weight:600;color:var(--text);margin-bottom:24px;box-shadow:0 2px 8px var(--sh);animation:plh-fade-up .6s ease both}
.plh-tag-dot{width:8px;height:8px;border-radius:50%;background:var(--teal);animation:plh-pulse 2s infinite;flex-shrink:0}
.plh-tag-hi{color:var(--orange);font-weight:700}
.plh-hero-title{font-family:'Syne',sans-serif;font-size:52px;font-weight:800;line-height:1.05;letter-spacing:-2px;margin-bottom:18px;animation:plh-fade-up .6s ease .1s both;color:var(--text)}
.plh-hero-title .tl{color:var(--teal);display:block}
.plh-hero-title .or{color:var(--orange)}
.plh-cursor{display:inline-block;width:3px;height:.9em;background:var(--orange);margin-left:3px;vertical-align:middle;animation:plh-blink 1s infinite}
.plh-hero-sub{font-size:16px;color:var(--muted);line-height:1.75;max-width:400px;margin-bottom:32px;animation:plh-fade-up .6s ease .2s both}
.plh-hero-btns{display:flex;gap:10px;margin-bottom:40px;animation:plh-fade-up .6s ease .3s both;flex-wrap:wrap}
.plh-btn-primary{background:var(--teal);color:#fff;font-family:'Syne',sans-serif;font-size:12px;font-weight:700;padding:14px 26px;border-radius:12px;border:none;cursor:pointer;box-shadow:0 6px 20px var(--sh2);transition:all .2s;display:inline-flex;align-items:center;gap:8px;text-decoration:none}
.plh-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px var(--sh2);text-decoration:none;color:#fff}
.plh-btn-ghost{background:transparent;color:var(--text);font-size:13px;padding:14px 22px;border-radius:12px;border:1.5px solid var(--border);cursor:pointer;font-weight:600;transition:all .2s;text-decoration:none;display:inline-block}
.plh-btn-ghost:hover{border-color:var(--teal);color:var(--teal);text-decoration:none}

/* Trust row */
.plh-trust{display:flex;align-items:center;gap:20px;flex-wrap:wrap;animation:plh-fade-up .6s ease .4s both}
.plh-trust-avatars{display:flex}
.plh-ta{width:32px;height:32px;border-radius:50%;border:2px solid var(--white);background:var(--tl);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:var(--teal);margin-left:-8px;font-family:'Syne',sans-serif}
.plh-ta:first-child{margin-left:0}
.plh-trust-text{font-size:12px;color:var(--muted)}
.plh-trust-text strong{color:var(--text)}
.plh-trust-divider{width:1px;height:28px;background:var(--border)}
.plh-trust-stat{}
.plh-ts-n{font-family:'Syne',sans-serif;font-size:18px;font-weight:800;color:var(--teal)}
.plh-ts-n.or{color:var(--orange)}
.plh-ts-l{font-size:10px;color:var(--subtle)}

/* Hero right — floating cards */
.plh-hero-right{position:relative;height:560px;display:flex;align-items:center;justify-content:center}
.plh-orbit{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;border:1.5px dashed rgba(19,167,201,.12);border-radius:50%;animation:plh-spin 30s linear infinite;pointer-events:none}
.plh-orbit2{width:280px;height:280px;border-color:rgba(237,107,14,.08);animation-duration:20s;animation-direction:reverse}
.plh-hcard{position:absolute;background:var(--white);border:1px solid var(--border);border-radius:20px;box-shadow:0 20px 60px rgba(26,35,50,.12)}

/* Main deal card */
.plh-hc-main{width:230px;top:40px;left:20px;transform:none;padding:18px;animation:plh-float 4s ease-in-out infinite}
.plh-hcm-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.plh-hcm-label{font-size:10px;font-weight:700;color:var(--teal);letter-spacing:1px;text-transform:uppercase}
.plh-hcm-badge{font-size:10px;padding:3px 8px;border-radius:6px;background:var(--tl);color:var(--teal);font-weight:700}
.plh-hcm-price{font-family:'Syne',sans-serif;font-size:36px;font-weight:800;color:var(--text);line-height:1;margin-bottom:3px}
.plh-hcm-sub{font-size:11px;color:var(--muted);margin-bottom:14px}
.plh-hcm-bar{height:6px;background:var(--tl);border-radius:3px;margin-bottom:10px;overflow:hidden}
.plh-hcm-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--teal),var(--td));width:42%}
.plh-hcm-row{display:flex;align-items:center;gap:6px;padding:5px 8px;background:var(--bg);border-radius:7px;margin-bottom:5px}
.plh-hcm-row:last-child{margin-bottom:0}
.plh-hcm-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}
.plh-hcm-nm{font-size:11px;font-weight:600;flex:1;color:var(--text)}
.plh-hcm-pr{font-size:11px;font-weight:700;font-family:'Syne',sans-serif;color:var(--teal)}

/* Mascot card */
.plh-hc-mascot{position:absolute;bottom:0;right:-10px;width:260px;background:transparent;border:none;box-shadow:none;animation:plh-float2 5s ease-in-out infinite 1s;overflow:visible}
.plh-hc-mascot img{width:100%;height:auto;filter:drop-shadow(0 12px 30px rgba(19,167,201,.25))}
.plh-mascot-placeholder{width:100%;height:200px;background:var(--tl);border-radius:16px;border:2px dashed var(--teal);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer}
.plh-mascot-placeholder-txt{font-size:10px;font-weight:700;color:var(--teal);letter-spacing:1px;text-transform:uppercase;text-align:center}

/* Speech bubble */
.plh-hc-speech{position:absolute;top:160px;left:0;padding:13px 16px;width:185px;border-radius:16px 16px 16px 3px;animation:plh-float3 6s ease-in-out infinite .5s;font-size:12px;line-height:1.6;color:var(--text)}
.plh-hc-speech::after{content:'';position:absolute;bottom:-7px;left:16px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--white)}

/* Score card */
.plh-hc-score{position:absolute;top:20px;right:10px;padding:14px 18px;border-radius:14px;animation:plh-float2 4.5s ease-in-out infinite 2s;text-align:center}
.plh-hcs-n{font-family:'Syne',sans-serif;font-size:26px;font-weight:800;color:var(--teal);line-height:1}
.plh-hcs-stars{color:var(--orange);font-size:12px;margin:3px 0}
.plh-hcs-l{font-size:10px;color:var(--muted);font-weight:600}

/* AI typing card */
.plh-hc-ai{position:absolute;bottom:80px;left:10px;padding:13px 16px;width:195px;border-radius:14px;animation:plh-float 5.5s ease-in-out infinite 1.5s}
.plh-hcai-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.plh-hcai-av{width:26px;height:26px;border-radius:7px;background:var(--teal);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.plh-hcai-av img{width:100%;height:100%;object-fit:contain}
.plh-hcai-name{font-size:11px;font-weight:700;color:var(--text)}
.plh-hcai-dots{margin-left:auto;display:flex;gap:3px;align-items:center}
.plh-hcai-dot{width:5px;height:5px;border-radius:50%;background:var(--teal);animation:plh-pulse 1.5s infinite}
.plh-hcai-dot:nth-child(2){animation-delay:.3s}
.plh-hcai-dot:nth-child(3){animation-delay:.6s}
.plh-hcai-text{font-size:11px;color:var(--muted);line-height:1.5}
.plh-hcai-text strong{color:var(--teal)}

/* ─── MARQUEE ────────────────────────────────────────────── */
.plh-marquee{background:var(--teal);padding:14px 0;overflow:hidden}
.plh-marquee-track{display:flex;gap:0;white-space:nowrap;animation:plh-marquee 20s linear infinite}
.plh-marquee-item{display:inline-flex;align-items:center;gap:10px;padding:0 28px;font-size:12px;font-weight:700;color:rgba(255,255,255,.85);border-right:1px solid rgba(255,255,255,.2);font-family:'Syne',sans-serif;letter-spacing:.5px}
.plh-marquee-dot{width:5px;height:5px;border-radius:50%;background:var(--orange);flex-shrink:0}

/* ─── STATS ──────────────────────────────────────────────── */
.plh-stats{background:var(--white);padding:56px 0;border-bottom:1px solid var(--border)}
.plh-stats-inner{max-width:1160px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:repeat(4,1fr)}
.plh-stat{padding:0 32px;border-right:1px solid var(--border);text-align:center}
.plh-stat:first-child{padding-left:0;text-align:left}
.plh-stat:last-child{border-right:none;text-align:right}
.plh-stat-num{font-family:'Syne',sans-serif;font-size:40px;font-weight:800;color:var(--text);line-height:1;margin-bottom:6px}
.plh-stat-num .t{color:var(--teal)}.plh-stat-num .o{color:var(--orange)}
.plh-stat-num .sm{font-size:.5em;color:var(--muted)}
.plh-stat-label{font-size:13px;color:var(--muted)}

/* ─── SECTIONS ───────────────────────────────────────────── */
.plh-section{padding:72px 0}
.plh-section-inner{max-width:1160px;margin:0 auto;padding:0 40px}
.plh-section-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px}
.plh-section-label{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.plh-section-bar{width:28px;height:3px;border-radius:2px;background:var(--teal)}
.plh-section-kicker{font-size:11px;font-weight:700;letter-spacing:1.5px;color:var(--teal);text-transform:uppercase}
.plh-section-h{font-family:'Syne',sans-serif;font-size:26px;font-weight:800;letter-spacing:-.5px;color:var(--text)}
.plh-section-sub{font-size:13px;color:var(--muted);margin-top:4px}
.plh-section-link{font-size:13px;color:var(--teal);font-weight:600}
.plh-section-link:hover{text-decoration:underline}

/* ─── PROVIDERS ──────────────────────────────────────────── */
.plh-providers-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.plh-provider-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:22px 14px;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;transition:all .25s;box-shadow:0 2px 8px var(--sh);text-decoration:none;color:var(--text)}
.plh-provider-card:hover{border-color:var(--teal);box-shadow:0 12px 32px var(--sh2);transform:translateY(-4px);text-decoration:none}
.plh-provider-logo-box{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-family:'Syne',sans-serif;font-size:13px;font-weight:800;transition:transform .25s;overflow:hidden}
.plh-provider-logo-box img{width:100%;height:100%;object-fit:contain}
.plh-provider-card:hover .plh-provider-logo-box{transform:scale(1.1)}
.plh-provider-logo-box.tl{background:var(--tl);color:var(--teal)}
.plh-provider-logo-box.or{background:var(--ol);color:var(--orange)}
.plh-provider-name{font-size:12px;color:var(--muted);font-weight:600}
.plh-provider-score{font-size:11px;color:var(--teal);font-weight:700}

/* ─── FEATURE SPLIT ──────────────────────────────────────── */
.plh-feat-split{background:var(--white);padding:80px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.plh-feat-inner{max-width:1160px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.plh-feat-cards{display:flex;flex-direction:column;gap:14px;margin-top:28px}
.plh-feat-card{display:flex;gap:16px;padding:20px;background:var(--bg);border:1px solid var(--border);border-radius:14px;transition:all .25s;cursor:pointer}
.plh-feat-card:hover{border-color:var(--teal);background:var(--tl);transform:translateX(6px);box-shadow:0 6px 20px var(--sh2)}
.plh-feat-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;overflow:hidden}
.plh-feat-icon img{width:100%;height:100%;object-fit:contain}
.plh-feat-icon.tl{background:var(--tl)}
.plh-feat-icon.or{background:var(--ol)}
.plh-feat-title{font-size:14px;font-weight:700;color:var(--text);margin-bottom:4px}
.plh-feat-body{font-size:13px;color:var(--muted);line-height:1.6}

/* Feature right card */
.plh-feat-right{position:relative}
.plh-feat-main-card{background:var(--white);border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:0 20px 60px var(--sh)}
.plh-fc-header{background:linear-gradient(135deg,var(--teal) 0%,var(--td) 100%);padding:24px;position:relative;overflow:hidden}
.plh-fc-header::before{content:'';position:absolute;right:-30px;top:-30px;width:140px;height:140px;border-radius:50%;background:rgba(255,255,255,.08)}
.plh-fc-header::after{content:'';position:absolute;left:-20px;bottom:-40px;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.05)}
.plh-fc-h-badge{font-size:10px;font-weight:700;color:rgba(255,255,255,.7);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:8px}
.plh-fc-h-title{font-family:'Syne',sans-serif;font-size:22px;font-weight:800;color:#fff;position:relative;z-index:2;line-height:1.3}
.plh-fc-body{padding:22px}
.plh-fc-step{display:flex;gap:14px;align-items:flex-start;padding:12px;background:var(--bg);border-radius:10px;margin-bottom:10px;transition:all .2s}
.plh-fc-step:last-child{margin-bottom:0}
.plh-fc-step:hover{background:var(--tl)}
.plh-fc-sn{width:28px;height:28px;border-radius:8px;background:var(--teal);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:'Syne',sans-serif}
.plh-fc-st{font-size:13px;font-weight:500;color:var(--text);padding-top:5px}
.plh-feat-float{position:absolute;right:-24px;bottom:-16px;background:var(--white);border:1px solid var(--border);border-radius:14px;padding:14px 18px;box-shadow:0 10px 30px var(--sh);display:flex;align-items:center;gap:12px;animation:plh-float2 4s ease-in-out infinite}
.plh-ff-av{width:36px;height:36px;border-radius:10px;overflow:hidden;background:var(--tl);flex-shrink:0;display:flex;align-items:center;justify-content:center}
.plh-ff-av img{width:100%;height:100%;object-fit:contain}
.plh-ff-name{font-size:12px;font-weight:700;color:var(--text)}
.plh-ff-st{font-size:10px;color:var(--teal);display:flex;align-items:center;gap:4px}
.plh-ff-dot{width:6px;height:6px;border-radius:50%;background:var(--teal);animation:plh-pulse 2s infinite}

/* ─── AI WIDGET ──────────────────────────────────────────── */
.plh-ai-section{background:var(--bg);padding:72px 0}
.plh-ai-inner{max-width:1160px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.plh-ai-kicker{font-size:11px;font-weight:700;letter-spacing:1.5px;color:var(--teal);text-transform:uppercase;margin-bottom:8px}
.plh-ai-title{font-family:'Syne',sans-serif;font-size:26px;font-weight:800;letter-spacing:-.5px;color:var(--text);margin-bottom:10px;line-height:1.25}
.plh-ai-title .tl{color:var(--teal)}
.plh-ai-desc{font-size:14px;color:var(--muted);line-height:1.75;margin-bottom:24px;max-width:380px}
.plh-ai-steps{display:flex;flex-direction:column;gap:12px}
.plh-ai-step{display:flex;gap:14px;align-items:flex-start;padding:14px;background:var(--white);border:1px solid var(--border);border-radius:12px}
.plh-ai-step-n{width:28px;height:28px;border-radius:8px;background:var(--teal);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:'Syne',sans-serif}
.plh-ai-step-t{font-size:13px;font-weight:500;color:var(--text);padding-top:5px}
.plh-chatbox{background:var(--white);border:1px solid var(--border);border-radius:20px;overflow:hidden;box-shadow:0 8px 32px var(--sh)}
.plh-chatbox-header{background:var(--white);border-bottom:1px solid var(--border);padding:14px 18px;display:flex;align-items:center;gap:10px}
.plh-chatbox-av{width:36px;height:36px;border-radius:10px;overflow:hidden;background:var(--tl);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.plh-chatbox-av img{width:100%;height:100%;object-fit:contain}
.plh-chatbox-name{font-size:13px;font-weight:700;color:var(--text)}
.plh-chatbox-status{font-size:11px;color:var(--teal);display:flex;align-items:center;gap:4px}
.plh-chatbox-dot{width:6px;height:6px;border-radius:50%;background:var(--teal);animation:plh-pulse 2s infinite}
.plh-chat-messages{padding:16px;display:flex;flex-direction:column;gap:10px;min-height:180px}
.plh-bubble-ai{background:var(--bg);border:1px solid var(--border);border-radius:14px 14px 14px 3px;padding:10px 14px;font-size:13px;color:var(--text);max-width:92%;line-height:1.5;box-shadow:0 1px 4px var(--sh)}
.plh-bubble-user{background:var(--teal);color:#fff;border-radius:14px 14px 3px 14px;padding:10px 14px;font-size:13px;max-width:88%;align-self:flex-end;line-height:1.5}
.plh-rec-card{margin-top:6px;background:var(--tl);border:1px solid var(--tm);border-radius:10px;padding:12px}
.plh-rec-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
.plh-rec-name{font-family:'Syne',sans-serif;font-size:13px;font-weight:700;color:var(--text)}
.plh-rec-price{font-family:'Syne',sans-serif;font-size:20px;font-weight:800;color:var(--teal)}
.plh-rec-tags{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:6px}
.plh-rec-tag{font-size:10px;padding:2px 8px;border-radius:6px;background:var(--white);border:1px solid var(--tm);color:var(--td)}
.plh-rec-note{font-size:11px;color:var(--muted)}
.plh-rec-cta{display:inline-block;margin-top:8px;background:var(--orange);color:#fff;font-size:11px;font-weight:700;padding:6px 14px;border-radius:8px;font-family:'Syne',sans-serif;text-decoration:none}
.plh-chatbox-footer{background:var(--white);border-top:1px solid var(--border);padding:12px 16px;display:flex;gap:8px}
.plh-chat-input{flex:1;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:9px 14px;font-size:13px;font-family:'Noto Sans',sans-serif;color:var(--text);outline:none}
.plh-chat-input:focus{border-color:var(--teal)}
.plh-chat-send{background:var(--teal);border:none;border-radius:8px;padding:9px 18px;color:#fff;font-weight:700;font-size:12px;cursor:pointer;font-family:'Syne',sans-serif}

/* ─── COMPARISON ─────────────────────────────────────────── */
.plh-comparison{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.plh-comp-card{background:var(--white);border:1px solid var(--border);border-radius:18px;padding:28px;box-shadow:0 2px 12px var(--sh)}
.plh-comp-h{font-family:'Syne',sans-serif;font-size:16px;font-weight:800;margin-bottom:4px;color:var(--text)}
.plh-comp-sub{font-size:12px;color:var(--muted);margin-bottom:20px}
.plh-comp-row{display:flex;align-items:center;padding:10px 0;border-bottom:1px solid var(--bg2);transition:padding-left .2s}
.plh-comp-row:hover{padding-left:4px}
.plh-comp-row:last-child{border-bottom:none}
.plh-comp-name{font-size:13px;min-width:88px;font-weight:600;color:var(--text)}
.plh-comp-bar-wrap{flex:1;margin:0 12px;height:6px;background:var(--bg2);border-radius:3px;overflow:hidden}
.plh-comp-bar{height:6px;border-radius:3px}
.plh-comp-bar.tl{background:linear-gradient(90deg,var(--teal),var(--td))}
.plh-comp-bar.or{background:linear-gradient(90deg,var(--orange),var(--od))}
.plh-comp-price{font-size:13px;font-weight:700;font-family:'Syne',sans-serif;min-width:42px;text-align:right}
.plh-comp-price.tl{color:var(--teal)}.plh-comp-price.or{color:var(--orange)}
.plh-guide-row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid var(--bg2);transition:padding-left .2s}
.plh-guide-row:hover{padding-left:4px}
.plh-guide-row:last-child{border-bottom:none}
.plh-guide-title{font-size:13px;font-weight:500;color:var(--text)}
.plh-guide-views{font-size:11px;color:var(--teal);font-weight:700}

/* ─── MARKETPLACE ────────────────────────────────────────── */
.plh-market-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.plh-market-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:8px;transition:all .25s;box-shadow:0 1px 4px var(--sh);cursor:pointer;text-decoration:none;color:var(--text)}
.plh-market-card:hover{border-color:var(--teal);box-shadow:0 8px 24px var(--sh2);transform:translateY(-2px);text-decoration:none}
.plh-mc-logo{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:'Syne',sans-serif;font-size:12px;font-weight:800;overflow:hidden}
.plh-mc-logo img{width:100%;height:100%;object-fit:contain}
.plh-mc-logo.tl{background:var(--tl);color:var(--teal)}.plh-mc-logo.or{background:var(--ol);color:var(--orange)}
.plh-mc-name{font-size:13px;font-weight:700;color:var(--text)}
.plh-mc-tagline{font-size:12px;color:var(--muted);flex:1;line-height:1.4}
.plh-mc-price{font-size:12px;color:var(--teal);font-weight:700}
.plh-mc-cta{font-size:11px;color:var(--orange);font-weight:600}

/* ─── LANGUAGES ──────────────────────────────────────────── */
.plh-lang-section{background:var(--teal);padding:52px 0;position:relative;overflow:hidden}
.plh-lang-section::before{content:'';position:absolute;top:-60px;right:-60px;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none}
.plh-lang-section::after{content:'';position:absolute;bottom:-80px;left:-40px;width:220px;height:220px;border-radius:50%;background:rgba(237,107,14,.15);pointer-events:none}
.plh-lang-inner{max-width:1160px;margin:0 auto;padding:0 40px;position:relative;z-index:2}
.plh-lang-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:22px}
.plh-lang-title{font-family:'Syne',sans-serif;font-size:22px;font-weight:800;color:#fff}
.plh-lang-sub{font-size:12px;color:rgba(255,255,255,.6);margin-top:4px}
.plh-lang-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}
.plh-lang-item{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:14px 8px;text-align:center;cursor:pointer;transition:all .2s;text-decoration:none;display:block}
.plh-lang-item:hover,.plh-lang-item.active{background:var(--white);border-color:var(--white);transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.1);text-decoration:none}
.plh-lang-flag{font-size:22px;display:block;margin-bottom:4px}
.plh-lang-name{font-size:10px;color:rgba(255,255,255,.7);font-weight:600}
.plh-lang-item.active .plh-lang-name,.plh-lang-item:hover .plh-lang-name{color:var(--teal)}

/* ─── STEPS / HOW IT WORKS ───────────────────────────────── */
.plh-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px}
.plh-step{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:28px 24px;box-shadow:0 2px 8px var(--sh);transition:all .2s}
.plh-step:hover{transform:translateY(-3px);box-shadow:0 12px 32px var(--sh)}
.plh-step-num{font-family:'Syne',sans-serif;font-size:11px;font-weight:700;color:var(--orange);letter-spacing:1px;margin-bottom:12px}
.plh-step-title{font-family:'Syne',sans-serif;font-size:14px;font-weight:700;margin-bottom:8px;color:var(--text)}
.plh-step-body{font-size:13px;color:var(--muted);line-height:1.6}

/* ─── PROVIDER ARCHIVE ───────────────────────────────────── */
.plh-archive-hero{padding:56px 0 40px;border-bottom:1px solid var(--border);background:var(--white)}
.plh-archive-kicker{font-size:10px;letter-spacing:2px;color:var(--teal);text-transform:uppercase;margin-bottom:10px}
.plh-archive-title{font-family:'Syne',sans-serif;font-size:36px;font-weight:800;letter-spacing:-1.5px;margin-bottom:12px;color:var(--text)}
.plh-archive-sub{font-size:15px;color:var(--muted);max-width:520px}
.plh-filter-bar{display:flex;gap:8px;flex-wrap:wrap;padding:20px 0;border-bottom:1px solid var(--border)}
.plh-filter-btn{font-size:12px;padding:6px 16px;border-radius:40px;border:1px solid var(--border);background:var(--white);color:var(--muted);cursor:pointer;font-family:'Noto Sans',sans-serif;transition:all .15s}
.plh-filter-btn:hover,.plh-filter-btn.active{background:var(--tl);border-color:var(--tm);color:var(--teal)}
.plh-providers-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:40px 0}
.plh-provider-list-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:14px;text-decoration:none;color:var(--text);transition:all .2s;box-shadow:0 2px 8px var(--sh)}
.plh-provider-list-card:hover{border-color:var(--teal);box-shadow:0 8px 28px var(--sh2);transform:translateY(-2px);text-decoration:none}
.plh-plc-top{display:flex;align-items:center;gap:14px}
.plh-plc-logo{width:52px;height:52px;border-radius:14px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:'Syne',sans-serif;font-size:13px;font-weight:800;overflow:hidden}
.plh-plc-logo img{width:100%;height:100%;object-fit:contain}
.plh-plc-logo.tl{background:var(--tl);color:var(--teal)}.plh-plc-logo.or{background:var(--ol);color:var(--orange)}
.plh-plc-name{font-family:'Syne',sans-serif;font-size:15px;font-weight:700;color:var(--text)}
.plh-plc-tagline{font-size:12px;color:var(--muted);margin-top:2px}
.plh-plc-score{margin-left:auto;flex-shrink:0;font-family:'Syne',sans-serif;font-size:18px;font-weight:800;color:var(--teal)}
.plh-plc-plans{display:flex;gap:8px;flex-wrap:wrap}
.plh-plc-plan-pill{font-size:11px;padding:4px 10px;border-radius:40px;background:var(--bg);border:1px solid var(--border);color:var(--muted)}
.plh-plc-plan-pill strong{color:var(--teal)}
.plh-plc-cta{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid var(--border);font-size:12px}
.plh-plc-review-link{color:var(--teal)}
.plh-plc-cta-btn{background:var(--orange);color:#fff;font-size:11px;font-weight:700;padding:7px 16px;border-radius:8px;font-family:'Syne',sans-serif;text-decoration:none;border:none;cursor:pointer}

/* ─── SINGLE PROVIDER ────────────────────────────────────── */
.plh-provider-header{background:var(--white);padding:56px 0 48px;border-bottom:1px solid var(--border);position:relative;overflow:hidden}
.plh-ph-glow{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(19,167,201,.1) 0%,transparent 65%);top:-100px;right:-80px;pointer-events:none}
.plh-ph-inner{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:start;position:relative;z-index:2}
.plh-ph-logo-wrap{display:flex;align-items:center;gap:20px;margin-bottom:20px}
.plh-ph-logo{width:72px;height:72px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-family:'Syne',sans-serif;font-size:18px;font-weight:800;overflow:hidden}
.plh-ph-logo img{width:100%;height:100%;object-fit:contain}
.plh-ph-logo.tl{background:var(--tl);color:var(--teal)}.plh-ph-logo.or{background:var(--ol);color:var(--orange)}
.plh-ph-name{font-family:'Syne',sans-serif;font-size:32px;font-weight:800;letter-spacing:-1px;color:var(--text)}
.plh-ph-score-wrap{display:flex;align-items:center;gap:8px;margin-top:4px}
.plh-ph-score{font-family:'Syne',sans-serif;font-size:22px;font-weight:800;color:var(--teal)}
.plh-ph-score-label{font-size:12px;color:var(--muted)}
.plh-ph-tagline{font-size:16px;color:var(--muted);margin-bottom:16px;max-width:560px;line-height:1.6}
.plh-ph-meta{display:flex;gap:20px;flex-wrap:wrap}
.plh-ph-meta-item{font-size:13px;color:var(--muted)}
.plh-ph-meta-item strong{color:var(--text)}
.plh-ph-cta{display:flex;flex-direction:column;gap:10px;min-width:180px}
.plh-ph-btn-main{display:block;text-align:center;background:var(--orange);color:#fff;font-family:'Syne',sans-serif;font-size:12px;font-weight:700;padding:14px 24px;border-radius:12px;text-decoration:none;box-shadow:0 4px 16px rgba(237,107,14,.3)}
.plh-ph-btn-main:hover{background:var(--od);text-decoration:none;color:#fff}
.plh-ph-disclosure{font-size:10px;color:var(--muted);text-align:center}
.plh-plans-section{padding:48px 0;border-bottom:1px solid var(--border);background:var(--bg)}
.plh-plans-title{font-family:'Syne',sans-serif;font-size:18px;font-weight:800;margin-bottom:4px;color:var(--text)}
.plh-plans-sub{font-size:12px;color:var(--muted);margin-bottom:28px}
.plh-plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.plh-plan-c{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:24px;display:flex;flex-direction:column;box-shadow:0 2px 8px var(--sh)}
.plh-plan-c.featured{border-color:var(--teal);box-shadow:0 8px 32px var(--sh2)}
.plh-plan-c.featured::before{content:'Most popular';font-size:10px;font-weight:700;color:var(--teal);letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;display:block}
.plh-plan-name{font-family:'Syne',sans-serif;font-size:14px;font-weight:700;margin-bottom:12px;color:var(--text)}
.plh-plan-intro{font-family:'Syne',sans-serif;font-size:30px;font-weight:800;color:var(--teal);line-height:1}
.plh-plan-period{font-size:11px;color:var(--muted);margin-bottom:4px}
.plh-plan-renewal{font-size:11px;color:var(--orange);margin-bottom:16px;padding:4px 10px;background:var(--ol);border-radius:6px;display:inline-block}
.plh-plan-specs{flex:1;display:flex;flex-direction:column;gap:7px;margin-bottom:16px}
.plh-plan-spec{font-size:12px;color:var(--muted);display:flex;gap:8px}
.plh-plan-spec::before{content:'✓';color:var(--teal);flex-shrink:0}
.plh-plan-btn{display:block;text-align:center;margin-top:auto;background:var(--orange);color:#fff;font-family:'Syne',sans-serif;font-size:11px;font-weight:700;padding:10px;border-radius:10px;text-decoration:none}
.plh-plan-btn:hover{background:var(--od);text-decoration:none;color:#fff}
.plh-review-body{display:grid;grid-template-columns:1fr 300px;gap:48px;padding:48px 0}
.plh-review-content{font-size:15px;color:var(--muted);line-height:1.85}
.plh-review-content h2{font-family:'Syne',sans-serif;font-size:20px;font-weight:800;color:var(--text);margin:36px 0 12px;padding-bottom:10px;border-bottom:2px solid var(--tm)}
.plh-review-content p{margin-bottom:18px}
.plh-review-content a{color:var(--teal)}
.plh-review-sidebar{display:flex;flex-direction:column;gap:16px}
.plh-sidebar-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:20px;box-shadow:0 2px 8px var(--sh)}
.plh-sidebar-card h4{font-size:13px;font-weight:700;margin-bottom:12px;color:var(--text)}
.plh-sw-cta-badge{font-size:10px;font-weight:700;color:var(--orange);letter-spacing:1px;text-transform:uppercase;margin-bottom:8px}
.plh-sw-cta-name{font-family:'Syne',sans-serif;font-size:16px;font-weight:800;margin-bottom:6px;color:var(--text)}
.plh-sw-cta-price{font-family:'Syne',sans-serif;font-size:28px;font-weight:800;color:var(--teal);line-height:1;margin-bottom:4px}
.plh-sw-cta-price span{font-size:12px;color:var(--muted);font-family:'Noto Sans',sans-serif;font-weight:400}
.plh-sw-cta-score{font-size:12px;color:var(--muted);margin-bottom:14px}
.plh-sw-cta-btn{display:block;text-align:center;background:var(--orange);color:#fff;font-family:'Syne',sans-serif;font-size:12px;font-weight:700;padding:11px;border-radius:10px;text-decoration:none;margin-bottom:8px}
.plh-sw-cta-btn:hover{background:var(--od);text-decoration:none;color:#fff}
.plh-sw-review-link{display:block;text-align:center;font-size:12px;color:var(--teal)}
.plh-related-list{display:flex;flex-direction:column;gap:12px}
.plh-related-item{display:flex;gap:10px;text-decoration:none;transition:opacity .15s}
.plh-related-item:hover{opacity:.75}
.plh-related-thumb{width:52px;height:44px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--tl)}
.plh-related-thumb img{width:100%;height:100%;object-fit:cover}
.plh-related-title{font-size:12px;font-weight:500;color:var(--text);line-height:1.4;margin-bottom:3px}
.plh-related-date{font-size:11px;color:var(--muted)}
.plh-toc{display:flex;flex-direction:column;gap:4px}
.plh-toc-link{display:block;color:var(--muted);text-decoration:none;padding:5px 8px;border-radius:6px;transition:all .15s;font-size:13px;line-height:1.4}
.plh-toc-link:hover{background:var(--tl);color:var(--teal)}

/* ─── MARKETPLACE ARCHIVE ────────────────────────────────── */
.plh-market-grid-full{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:40px 0}

/* ─── ARTICLE ────────────────────────────────────────────── */
.plh-article-page{background:var(--bg)}
.plh-article-header{background:var(--white);padding:48px 0 40px;border-bottom:1px solid var(--border);position:relative;overflow:hidden}
.plh-article-header::before{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:rgba(19,167,201,.03);clip-path:polygon(20% 0,100% 0,100% 100%,0 100%);pointer-events:none}
.plh-article-breadcrumb{display:flex;gap:6px;align-items:center;font-size:12px;color:var(--muted);margin-bottom:16px}
.plh-article-breadcrumb a{color:var(--muted)}
.plh-article-breadcrumb a:hover{color:var(--teal)}
.plh-article-cat-badge{display:inline-block;font-size:11px;font-weight:700;padding:4px 12px;border-radius:8px;margin-bottom:14px;background:var(--tl);color:var(--teal);border:1px solid var(--tm);text-transform:uppercase;letter-spacing:1px}
.plh-article-title{font-family:'Syne',sans-serif;font-size:32px;font-weight:800;line-height:1.15;letter-spacing:-1px;color:var(--text);margin-bottom:14px}
.plh-article-excerpt{font-size:16px;color:var(--muted);line-height:1.7;margin-bottom:24px}
.plh-article-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.plh-article-author{display:flex;align-items:center;gap:10px}
.plh-author-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:var(--tl);flex-shrink:0}
.plh-avatar-img{width:100%;height:100%;object-fit:cover}
.plh-author-name{font-size:13px;font-weight:600;color:var(--text)}
.plh-author-role{font-size:11px;color:var(--muted)}
.plh-article-meta-right{display:flex;align-items:center;gap:6px}
.plh-meta-item{font-size:12px;color:var(--muted)}
.plh-meta-dot{color:var(--subtle)}
.plh-article-featured-img{padding:32px 0;background:var(--white);border-bottom:1px solid var(--border)}
.plh-featured-img{width:100%;max-height:460px;object-fit:cover;border-radius:16px;display:block}
.plh-article-layout{display:grid;grid-template-columns:1fr 300px;gap:48px;padding:48px 0 80px}
.plh-disclosure-box{display:flex;gap:10px;align-items:flex-start;background:var(--tl);border:1px solid var(--tm);border-radius:10px;padding:12px 16px;font-size:12px;color:var(--muted);line-height:1.6;margin-bottom:32px}
.plh-disclosure-icon{color:var(--teal);font-size:14px;flex-shrink:0;margin-top:1px}
.plh-post-body{font-size:16px;color:var(--muted);line-height:1.85}
.plh-post-body h2{font-family:'Syne',sans-serif;font-size:22px;font-weight:800;color:var(--text);margin:40px 0 14px;letter-spacing:-.5px;padding-bottom:10px;border-bottom:2px solid var(--tm)}
.plh-post-body h3{font-family:'Syne',sans-serif;font-size:17px;font-weight:700;color:var(--text);margin:28px 0 10px}
.plh-post-body p{margin-bottom:20px}
.plh-post-body a{color:var(--teal)}
.plh-post-body ul,.plh-post-body ol{padding-left:20px;margin-bottom:20px}
.plh-post-body li{margin-bottom:6px}
.plh-post-body strong{color:var(--text);font-weight:600}
.plh-post-body blockquote{border-left:3px solid var(--teal);padding:12px 20px;background:var(--tl);border-radius:0 10px 10px 0;margin:24px 0;font-style:italic}
.plh-post-body table{width:100%;border-collapse:collapse;margin:24px 0;font-size:14px}
.plh-post-body th{background:var(--teal);color:#fff;padding:10px 14px;text-align:left;font-weight:600}
.plh-post-body td{padding:10px 14px;border-bottom:1px solid var(--border)}
.plh-post-body tr:nth-child(even) td{background:var(--tl)}
.plh-post-body img{max-width:100%;border-radius:10px;margin:16px 0}
.plh-post-body code{background:var(--tl);color:var(--teal);font-size:13px;padding:2px 6px;border-radius:4px}
.plh-post-body pre{background:var(--text);color:#e0e0e0;padding:20px;border-radius:10px;overflow-x:auto;margin:20px 0;font-size:13px;line-height:1.7}
.plh-article-tags{display:flex;gap:6px;flex-wrap:wrap;margin:32px 0}
.plh-tag-pill{font-size:12px;padding:4px 12px;border-radius:40px;background:var(--bg);border:1px solid var(--border);color:var(--muted);text-decoration:none;transition:all .15s}
.plh-tag-pill:hover{background:var(--tl);border-color:var(--tm);color:var(--teal)}
.plh-author-box{display:flex;gap:16px;align-items:flex-start;padding:24px;background:var(--bg);border:1px solid var(--border);border-radius:14px;margin-top:40px}
.plh-author-box-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0}
.plh-author-box-label{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:3px}
.plh-author-box-name{font-family:'Syne',sans-serif;font-size:15px;font-weight:700;margin-bottom:6px;color:var(--text)}
.plh-author-box-bio{font-size:13px;color:var(--muted);line-height:1.6}

/* ─── FOOTER ─────────────────────────────────────────────── */
.site-footer{background:var(--text);padding:56px 0 28px}
.site-footer-inner{max-width:1160px;margin:0 auto;padding:0 40px}
.plh-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08)}
.plh-footer-brand{font-family:'Syne',sans-serif;font-size:16px;font-weight:800;color:#fff;margin-bottom:10px;display:flex;align-items:center;gap:8px}
.plh-footer-brand-sq{width:28px;height:28px;border-radius:8px;background:var(--teal);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:#fff;font-family:'Syne',sans-serif}
.plh-footer-about{font-size:13px;color:rgba(255,255,255,.35);line-height:1.7;margin-bottom:16px}
.plh-footer-socials{display:flex;gap:8px}
.plh-footer-social{width:32px;height:32px;border-radius:8px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer;transition:all .2s;color:rgba(255,255,255,.5);text-decoration:none}
.plh-footer-social:hover{background:var(--teal);color:#fff}
.plh-footer-col-title{font-size:10px;font-weight:700;letter-spacing:1.5px;color:rgba(255,255,255,.25);text-transform:uppercase;margin-bottom:14px}
.plh-footer-links{display:flex;flex-direction:column;gap:10px}
.plh-footer-links a{font-size:13px;color:rgba(255,255,255,.45);transition:color .15s;text-decoration:none}
.plh-footer-links a:hover{color:var(--teal)}
.plh-footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.plh-footer-copy{font-size:12px;color:rgba(255,255,255,.2)}

/* ─── CONTAINERS ─────────────────────────────────────────── */
.plh-container{max-width:1160px;margin:0 auto;padding:0 40px}
.plh-container-narrow{max-width:760px;margin:0 auto;padding:0 40px}

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media(max-width:1024px){
  .plh-hero-inner,.plh-feat-inner,.plh-ai-inner{grid-template-columns:1fr;gap:40px}
  .plh-hero-right,.plh-feat-right{display:none}
  .plh-providers-grid{grid-template-columns:repeat(3,1fr)}
  .plh-market-grid,.plh-market-grid-full{grid-template-columns:repeat(2,1fr)}
  .plh-lang-grid{grid-template-columns:repeat(4,1fr)}
  .plh-steps,.plh-comparison{grid-template-columns:1fr}
  .plh-review-body,.plh-article-layout{grid-template-columns:1fr}
  .plh-review-sidebar,.plh-article-sidebar{display:none}
  .plh-footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .plh-container,.plh-container-narrow,.site-header-inner,.plh-section-inner,.plh-stats-inner,.plh-lang-inner,.site-footer-inner{padding-left:24px;padding-right:24px}
  .plh-ai-inner,.plh-feat-inner{padding-left:24px;padding-right:24px}
}
@media(max-width:640px){
  .plh-hero-title{font-size:36px;letter-spacing:-1.5px}
  .plh-providers-grid{grid-template-columns:repeat(2,1fr)}
  .plh-market-grid,.plh-market-grid-full{grid-template-columns:1fr 1fr}
  .plh-lang-grid{grid-template-columns:repeat(3,1fr)}
  .plh-stats-inner{grid-template-columns:repeat(2,1fr)}
  .plh-stat{border-right:none;border-bottom:1px solid var(--border);text-align:left !important;padding:16px 0}
  .plh-article-title{font-size:24px;letter-spacing:-.5px}
  .plh-footer-grid{grid-template-columns:1fr}
  .plh-providers-list{grid-template-columns:1fr}
  .plh-plans-grid{grid-template-columns:1fr}
  .site-header-inner{padding-left:16px;padding-right:16px}
  .main-nav{display:none}
}

/* ─── FONT FORCE ─────────────────────────────────────────── */
html, body, input, button, select, textarea {
  font-family: 'Noto Sans', sans-serif !important;
}
.plh-hero-title,
.plh-section-h,
.plh-section-h,
.plh-logo,
.plh-hcm-price,
.plh-stat-num,
.plh-comp-h,
.plh-feat-title-main,
.plh-ai-title,
.plh-fc-h-title,
.plh-marquee-item,
.plh-btn-primary,
.plh-nav-cta,
.plh-plan-intro,
.plh-rec-price,
.plh-lang-title,
.plh-footer-brand,
.site-footer .plh-footer-brand,
.plh-fc-sn,
.plh-ai-step-n,
.plh-article-title,
.plh-provider-header .plh-ph-name,
.plh-ph-score,
.plh-hcs-n,
.plh-hcm-pr,
.plh-hc-label,
.plh-hcm-label {
  font-family: 'Syne', sans-serif !important;
}

/* ─── HERO RIGHT — stable grid layout ───────────────────── */
.plh-hero-right {
  position: relative;
  height: 580px;
  min-height: 480px;
}
.plh-hc-mascot {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 280px !important;
  z-index: 3;
}
.plh-hc-mascot img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 40px rgba(19,167,201,.25));
}
.plh-hc-main {
  position: absolute;
  top: 30px;
  left: 0;
  width: 220px !important;
  z-index: 4;
}
.plh-hc-score {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
}
.plh-hc-speech {
  position: absolute;
  top: 180px;
  left: 10px;
  z-index: 5;
  width: 180px !important;
}
.plh-hc-ai {
  position: absolute;
  bottom: 90px;
  left: 20px;
  z-index: 5;
  width: 185px !important;
}
.plh-orbit {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ─── FONT EMERGENCY OVERRIDE v5.3 ──────────────────────── */
/* Body — Noto Sans */
body, p, li, td, th, input, button, select, textarea, label,
.plh-section-sub, .plh-feat-body, .plh-ai-desc, .plh-hero-sub,
.plh-provider-name, .plh-mc-tagline, .plh-trust-text,
.plh-comp-sub, .plh-footer-about, .plh-post-body,
.plh-muted, .plh-subtle {
  font-family: 'Noto Sans', Arial, sans-serif !important;
}

/* Headings — Syne */
h1, h2, h3, h4, h5, h6,
.plh-hero-title,
.plh-section-h,
.plh-ai-title,
.plh-fc-h-title,
.plh-comp-h,
.plh-feat-title,
.plh-stat-num,
.plh-hcm-price,
.plh-rec-price,
.plh-lang-title,
.plh-footer-brand,
.plh-article-title,
.plh-ph-name,
.plh-plan-intro,
.plh-hcs-n,
[style*="font-family:'Syne',sans-serif"],
.plh-logo,
.plh-btn-primary,
.plh-nav-cta,
.plh-fc-sn,
.plh-ai-step-n,
.plh-marquee-item {
  font-family: 'Syne', Arial Black, sans-serif !important;
}
