:root{
  --ppb-navy:#071a33;
  --ppb-navy-2:#0a2d56;
  --ppb-blue:#0b63ce;
  --ppb-blue-2:#1597e5;
  --ppb-cyan:#66d7ff;
  --ppb-ice:#edf7ff;
  --ppb-ink:#10243b;
  --ppb-muted:#65788b;
  --ppb-line:rgba(21,99,165,.14);
  --ppb-shadow:0 26px 70px rgba(18,76,124,.15);
  --ppb-soft-shadow:0 14px 34px rgba(20,80,132,.10);
  --ppb-container:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.ppblog-page{margin:0;min-height:100vh;overflow-x:hidden;color:var(--ppb-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:
  radial-gradient(circle at 8% 5%,rgba(76,188,242,.12),transparent 28rem),
  radial-gradient(circle at 90% 8%,rgba(42,115,220,.10),transparent 32rem),
  linear-gradient(180deg,#f8fcff 0%,#edf7ff 45%,#fff 100%)}
.ppblog-page img{display:block;max-width:100%}
.ppblog-page a{color:inherit;text-decoration:none}
.ppblog-page button,.ppblog-page input{font:inherit}
.ppblog-page button{cursor:pointer}
.ppblog-container{width:min(calc(100% - 48px),var(--ppb-container));margin-inline:auto}
.ppblog-main{overflow:hidden}
.ppblog-reveal{opacity:0;transform:translateY(16px);transition:opacity .58s ease,transform .58s ease}
.ppblog-reveal.is-visible{opacity:1;transform:none}

/* loader */
.ppblog-loader{position:fixed;inset:0;z-index:5000;display:grid;place-items:center;background:linear-gradient(145deg,#f8fcff,#eaf6ff);transition:opacity .38s ease,visibility .38s ease}
.ppblog-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.ppblog-loader-card{width:190px;height:190px;border-radius:42px;display:grid;place-items:center;align-content:center;gap:10px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.96);box-shadow:0 28px 70px rgba(16,78,130,.14),inset 0 1px 0 #fff;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}
.ppblog-loader-card img{width:132px;height:102px;object-fit:contain;animation:ppblogFloat 1.6s ease-in-out infinite}
.ppblog-loader-card span{font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:#5a7892}
@keyframes ppblogFloat{50%{transform:translateY(-5px)}}

/* header */
.ppblog-header{position:sticky;top:0;z-index:1500;padding:12px 0;background:rgba(247,252,255,.72);border-bottom:1px solid rgba(26,97,159,.09);backdrop-filter:blur(26px) saturate(150%);-webkit-backdrop-filter:blur(26px) saturate(150%);transition:.25s ease}
.ppblog-header.is-scrolled{padding:8px 0;background:rgba(248,252,255,.9);box-shadow:0 12px 36px rgba(13,64,108,.08)}
.ppblog-header-inner{min-height:72px;display:flex;align-items:center;gap:18px}
.ppblog-brand{display:flex;align-items:center;gap:11px;min-width:292px}
.ppblog-brand-logo{width:74px;height:62px;flex:0 0 74px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(229,244,255,.72));border:1px solid rgba(255,255,255,.96);box-shadow:0 12px 28px rgba(18,80,134,.10),inset 0 1px 0 #fff;overflow:hidden}
.ppblog-brand-logo img{width:68px;height:68px;object-fit:contain}
.ppblog-brand-copy strong{display:block;font-family:Manrope,Inter,sans-serif;font-size:15px;line-height:1.05;letter-spacing:.015em;color:var(--ppb-navy)}
.ppblog-brand-copy small{display:block;margin-top:5px;color:#688097;font-size:9px;font-weight:600}
.ppblog-desktop-nav{margin-left:auto;display:flex;align-items:center;gap:4px;padding:6px;border-radius:17px;background:rgba(255,255,255,.55);border:1px solid rgba(255,255,255,.9);box-shadow:0 12px 30px rgba(24,86,139,.08),inset 0 1px 0 #fff;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.ppblog-nav-link{padding:11px 14px;border-radius:12px;color:#49647c;font-size:12px;font-weight:800;transition:.2s ease}
.ppblog-nav-link:hover,.ppblog-nav-link.is-active{color:#0b5fc9;background:rgba(255,255,255,.84);box-shadow:0 8px 20px rgba(15,82,142,.08),inset 0 1px 0 #fff}
.ppblog-header-actions{display:flex;gap:8px}
.ppblog-header-btn{min-height:48px;padding:0 16px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:12px;font-weight:800;border:1px solid rgba(255,255,255,.92);box-shadow:0 12px 28px rgba(17,77,127,.08),inset 0 1px 0 #fff;transition:.2s ease}
.ppblog-header-btn:hover{transform:translateY(-2px)}
.ppblog-header-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.ppblog-email-btn{color:#0b5fc8;background:rgba(255,255,255,.7)}
.ppblog-whatsapp-btn{color:#fff;background:linear-gradient(135deg,#2bc767,#13ad50);border-color:rgba(255,255,255,.58);box-shadow:0 12px 28px rgba(18,163,76,.18),inset 0 1px 0 rgba(255,255,255,.35)}
.ppblog-menu-toggle{display:none;width:46px;height:46px;border-radius:15px;border:1px solid rgba(255,255,255,.9);background:rgba(255,255,255,.74);box-shadow:0 12px 28px rgba(20,83,135,.09),inset 0 1px 0 #fff;padding:12px}
.ppblog-menu-toggle span{display:block;width:21px;height:2px;margin:4px auto;border-radius:4px;background:var(--ppb-navy);transition:.2s ease}
.ppblog-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.ppblog-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.ppblog-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.ppblog-mobile-menu{position:fixed;top:96px;left:18px;right:18px;z-index:1600;display:grid;gap:5px;padding:15px;border-radius:24px;background:rgba(249,253,255,.97);border:1px solid rgba(255,255,255,.98);box-shadow:0 30px 72px rgba(10,58,101,.20);backdrop-filter:blur(26px);-webkit-backdrop-filter:blur(26px);opacity:0;visibility:hidden;transform:translateY(-10px);transition:.22s ease}
.ppblog-mobile-menu.is-open{opacity:1;visibility:visible;transform:none}
.ppblog-mobile-menu .ppblog-nav-link{padding:12px 14px}
.ppblog-mobile-menu-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}
.ppblog-mobile-menu-actions a{min-height:44px;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#0b5fc8;background:#fff;border:1px solid #dbeaf6}
.ppblog-mobile-menu-actions a:last-child{color:#fff;background:#16ae51;border-color:#16ae51}

/* common buttons */
.ppblog-btn{min-height:50px;padding:0 20px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;font-size:13px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.ppblog-btn:hover{transform:translateY(-2px)}
.ppblog-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ppblog-btn-primary{color:#fff;background:linear-gradient(135deg,#1597f0,#0a5cc8);box-shadow:0 15px 30px rgba(11,100,205,.25),inset 0 1px 0 rgba(255,255,255,.32)}
.ppblog-btn-light{color:#0a4f9f;background:rgba(255,255,255,.94);border-color:rgba(255,255,255,.85);box-shadow:0 12px 24px rgba(5,44,83,.12),inset 0 1px 0 #fff}
.ppblog-btn-whatsapp{color:#fff;background:linear-gradient(135deg,#2bc767,#13ad50);box-shadow:0 12px 26px rgba(20,163,76,.20)}
.ppblog-btn-outline{color:#0b5fc8;background:rgba(255,255,255,.7);border-color:rgba(15,103,183,.18)}

/* blog hero */
.ppblog-hero{padding:42px 0 28px;position:relative}
.ppblog-hero:before{content:"";position:absolute;inset:0 0 auto;height:560px;background:radial-gradient(circle at 15% 15%,rgba(76,193,246,.14),transparent 34%),radial-gradient(circle at 86% 8%,rgba(24,102,211,.10),transparent 34%);pointer-events:none}
.ppblog-hero-shell{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:18px;padding:18px;border-radius:34px;background:linear-gradient(135deg,#061a33 0%,#0a2e56 52%,#0b4f89 100%);border:1px solid rgba(111,207,255,.18);box-shadow:0 34px 80px rgba(4,40,77,.24),inset 0 1px 0 rgba(255,255,255,.08)}
.ppblog-hero-shell:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-120px;top:-170px;background:radial-gradient(circle,rgba(92,211,255,.16),transparent 67%);pointer-events:none}
.ppblog-hero-copy{position:relative;z-index:2;padding:56px 34px 48px 38px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.ppblog-kicker{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:#9bdfff;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.ppblog-kicker i{width:4px;height:4px;border-radius:50%;background:#73dcff;box-shadow:0 0 12px rgba(115,220,255,.65)}
.ppblog-hero-copy h1{max-width:680px;margin:18px 0 0;color:#fff;font-family:Manrope,Inter,sans-serif;font-size:clamp(46px,5.1vw,70px);line-height:.99;letter-spacing:-.052em}
.ppblog-hero-copy h1 em{font-style:normal;color:#6bd8ff}
.ppblog-hero-copy>p{max-width:640px;margin:24px 0 0;color:rgba(238,248,255,.74);font-size:15px;line-height:1.75}
.ppblog-hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:29px}
.ppblog-hero-link{display:inline-flex;align-items:center;gap:7px;color:#d8efff;font-size:12px;font-weight:800;transition:.2s ease}
.ppblog-hero-link:hover{gap:10px;color:#fff}
.ppblog-hero-link.is-dark{color:#0b63ce}
.ppblog-topic-proof{display:flex;gap:8px;flex-wrap:wrap;margin-top:31px}
.ppblog-topic-proof span{padding:8px 10px;border-radius:11px;color:#c8e7f9;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11);font-size:9px;font-weight:600;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.ppblog-topic-proof strong{color:#fff}
.ppblog-featured{position:relative;z-index:2;overflow:hidden;display:grid;grid-template-rows:minmax(270px,1.05fr) auto;border-radius:27px;background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(231,246,255,.92));border:1px solid rgba(255,255,255,.86);box-shadow:0 24px 58px rgba(2,31,61,.23),inset 0 1px 0 #fff;min-width:0}
.ppblog-featured-image{position:relative;overflow:hidden;background:#0a2d52}
.ppblog-featured-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,26,48,.34),transparent 48%)}
.ppblog-featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.ppblog-featured:hover .ppblog-featured-image img{transform:scale(1.035)}
.ppblog-featured-image>span{position:absolute;left:17px;top:17px;z-index:2;padding:8px 11px;border-radius:999px;color:#fff;background:rgba(5,38,70,.48);border:1px solid rgba(255,255,255,.24);font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.ppblog-featured-body{padding:24px 25px 22px;display:flex;flex-direction:column;min-width:0}
.ppblog-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#71869a;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.ppblog-meta span:not(:last-child):after{content:"";display:inline-block;width:3px;height:3px;border-radius:50%;margin-left:8px;vertical-align:middle;background:#a3bad0}
.ppblog-featured-body h2{margin:11px 0 8px;font-family:Manrope,Inter,sans-serif;font-size:clamp(23px,2vw,31px);line-height:1.08;letter-spacing:-.035em;color:var(--ppb-navy)}
.ppblog-featured-body>p{margin:0;color:var(--ppb-muted);font-size:12px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ppblog-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:19px}
.ppblog-read-link{display:inline-flex;align-items:center;gap:7px;color:#0b63ce;font-size:11px;font-weight:800;transition:.2s ease}
.ppblog-read-link:hover{gap:10px}
.ppblog-mini-actions{display:flex;gap:7px}
.ppblog-icon-btn{min-width:39px;height:39px;padding:0 10px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#0b63ce;background:rgba(255,255,255,.76);border:1px solid rgba(26,106,176,.12);box-shadow:inset 0 1px 0 #fff;transition:.2s ease}
.ppblog-icon-btn:hover{transform:translateY(-2px);background:#fff}
.ppblog-icon-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ppblog-icon-btn.is-liked{color:#fff;background:linear-gradient(135deg,#1686ee,#0b5ecb);border-color:transparent}
.ppblog-icon-btn.is-liked svg{fill:currentColor}
.ppblog-icon-btn .blog-like-count{font-size:10px}
.ppblog-empty-featured{position:relative;z-index:2;min-height:470px;border-radius:27px;padding:32px;display:flex;flex-direction:column;justify-content:end;color:#fff;background:linear-gradient(145deg,rgba(13,72,122,.76),rgba(11,45,82,.96));border:1px solid rgba(255,255,255,.12)}
.ppblog-empty-featured span{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:#8fe1ff}.ppblog-empty-featured h2{margin:10px 0 8px;font:800 30px/1.06 Manrope}.ppblog-empty-featured p{margin:0;color:#c8dfef;font-size:13px;line-height:1.6}

/* discovery */
.ppblog-discovery{padding:76px 0 84px}
.ppblog-section-head{display:flex;align-items:end;justify-content:space-between;gap:42px;margin-bottom:28px}
.ppblog-section-head p{margin:0 0 10px;color:#0b63ce;font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.ppblog-section-head h2{margin:0;font-family:Manrope,Inter,sans-serif;font-size:clamp(34px,4vw,54px);line-height:1.03;letter-spacing:-.045em;color:var(--ppb-navy)}
.ppblog-section-head h2 span{color:#0b63ce}
.ppblog-section-copy{max-width:470px;color:var(--ppb-muted);font-size:13px;line-height:1.7}
.ppblog-filter-panel{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:18px;padding:18px;border-radius:25px;background:rgba(255,255,255,.70);border:1px solid rgba(255,255,255,.95);box-shadow:var(--ppb-soft-shadow),inset 0 1px 0 #fff;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}
.ppblog-search label,.ppblog-category-wrap>span{display:block;margin:0 0 8px;color:#5f758a;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.ppblog-search-control{position:relative;display:flex;align-items:center;min-height:50px;border-radius:15px;background:#fff;border:1px solid rgba(20,97,163,.13);overflow:hidden;box-shadow:inset 0 1px 0 #fff}
.ppblog-search-control svg{width:18px;height:18px;margin-left:15px;flex:0 0 auto;fill:none;stroke:#6d8397;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ppblog-search-control input{min-width:0;flex:1;height:48px;border:0;outline:0;background:transparent;padding:0 12px;color:var(--ppb-ink);font-size:12px}
.ppblog-search-control button{height:40px;margin-right:5px;padding:0 16px;border:0;border-radius:11px;color:#fff;background:linear-gradient(135deg,#168fed,#0a5fc9);font-size:10px;font-weight:800}
.ppblog-category-list{display:flex;gap:7px;flex-wrap:wrap}
.ppblog-category{min-height:38px;padding:0 11px;border-radius:11px;display:inline-flex;align-items:center;gap:7px;color:#557086;background:rgba(245,250,254,.82);border:1px solid rgba(25,100,164,.10);font-size:10px;font-weight:800;transition:.2s ease}
.ppblog-category small{min-width:20px;height:20px;padding:0 5px;border-radius:7px;display:grid;place-items:center;background:rgba(21,99,206,.08);color:#0b63ce;font-size:8px}
.ppblog-category:hover,.ppblog-category.is-active{color:#fff;background:linear-gradient(135deg,#168fea,#0a5ec7);border-color:transparent;box-shadow:0 10px 22px rgba(10,95,198,.18)}
.ppblog-category.is-active small{background:rgba(255,255,255,.18);color:#fff}
.ppblog-results{margin:18px 0 -2px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#5f758a;font-size:11px}.ppblog-results a{color:#0b63ce;font-weight:800}
.ppblog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px}
.ppblog-card{overflow:hidden;min-width:0;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(238,248,255,.80));border:1px solid rgba(255,255,255,.96);box-shadow:0 20px 48px rgba(18,78,128,.10),inset 0 1px 0 #fff;transition:transform .25s ease,box-shadow .25s ease}
.ppblog-card:hover{transform:translateY(-4px);box-shadow:0 28px 62px rgba(18,78,128,.15),inset 0 1px 0 #fff}
.ppblog-card-image{position:relative;display:block;height:225px;overflow:hidden;background:#0a3158}
.ppblog-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,27,50,.3),transparent 50%)}
.ppblog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.ppblog-card:hover .ppblog-card-image img{transform:scale(1.04)}
.ppblog-card-image>span{position:absolute;z-index:2;left:14px;top:14px;padding:7px 10px;border-radius:999px;color:#fff;background:rgba(5,37,68,.52);border:1px solid rgba(255,255,255,.22);font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.ppblog-card-body{padding:21px 20px 18px;display:flex;flex-direction:column;min-height:250px}
.ppblog-card-body h3{margin:11px 0 9px;font-family:Manrope,Inter,sans-serif;font-size:21px;line-height:1.12;letter-spacing:-.025em;color:var(--ppb-navy)}
.ppblog-card-body h3 a:hover{color:#0b63ce}
.ppblog-card-body>p{margin:0;color:var(--ppb-muted);font-size:11px;line-height:1.68;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ppblog-card-body .ppblog-card-bottom{margin-top:auto;padding-top:18px}
.ppblog-empty{margin-top:30px;padding:54px 26px;border-radius:28px;text-align:center;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.95);box-shadow:var(--ppb-soft-shadow)}
.ppblog-empty>span{width:58px;height:58px;margin:0 auto 15px;border-radius:18px;display:grid;place-items:center;color:#0b63ce;background:#e9f6ff}.ppblog-empty svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ppblog-empty h3,.ppblog-empty h1{margin:0;font-family:Manrope;font-size:28px;color:var(--ppb-navy)}.ppblog-empty p{margin:9px auto 20px;max-width:560px;color:var(--ppb-muted);font-size:12px;line-height:1.6}
.ppblog-pagination{display:flex;justify-content:center;gap:8px;margin-top:32px}.ppblog-pagination a{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;color:#557086;background:#fff;border:1px solid rgba(20,97,163,.13);font-size:11px;font-weight:800}.ppblog-pagination a.is-active{color:#fff;background:#0b63ce;border-color:#0b63ce}
.ppblog-cta-section{padding:0 0 82px}.ppblog-cta{display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;padding:38px 42px;border-radius:28px;color:#fff;background:linear-gradient(135deg,#072b52,#0b67b8);box-shadow:0 28px 66px rgba(10,75,133,.22);position:relative;overflow:hidden}.ppblog-cta:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-100px;top:-180px;background:radial-gradient(circle,rgba(105,218,255,.22),transparent 66%)}.ppblog-cta>div{position:relative;z-index:1}.ppblog-cta>div>span{font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#91e3ff}.ppblog-cta h2{margin:8px 0 8px;font:800 clamp(28px,3.2vw,44px)/1.06 Manrope;letter-spacing:-.035em}.ppblog-cta p{margin:0;color:rgba(240,249,255,.72);font-size:12px;line-height:1.65}.ppblog-cta-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}

/* article */
.ppblog-article-hero{padding:30px 0 34px}
.ppblog-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 17px;color:#71859a;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.ppblog-breadcrumb a:hover{color:#0b63ce}.ppblog-breadcrumb span{color:#a7bacb}
.ppblog-article-masthead{overflow:hidden;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);min-height:510px;border-radius:34px;background:linear-gradient(135deg,#061a33 0%,#0a2f57 60%,#0b4b82 100%);border:1px solid rgba(109,207,255,.16);box-shadow:0 34px 80px rgba(4,40,77,.23)}
.ppblog-article-copy{padding:58px 48px 52px;display:flex;flex-direction:column;justify-content:center;color:#fff}
.ppblog-article-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#b8d8eb;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.ppblog-article-meta>span:not(:last-child):after{content:"";display:inline-block;width:3px;height:3px;border-radius:50%;margin-left:10px;background:#6aaed4;vertical-align:middle}.ppblog-article-category{padding:7px 9px;border-radius:999px;background:rgba(102,215,255,.12);border:1px solid rgba(102,215,255,.2);color:#8fe1ff!important}.ppblog-article-category:after{display:none!important}
.ppblog-article-copy h1{margin:20px 0 0;font:800 clamp(42px,4.8vw,66px)/1 Manrope,Inter,sans-serif;letter-spacing:-.05em;max-width:760px}.ppblog-article-deck{margin:23px 0 0;max-width:700px;color:rgba(237,248,255,.74);font-size:15px;line-height:1.72}
.ppblog-author{display:flex;align-items:center;gap:11px;margin-top:30px}.ppblog-author-logo{width:54px;height:48px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.94);overflow:hidden}.ppblog-author-logo img{width:50px;height:50px;object-fit:contain}.ppblog-author strong{display:block;font-size:11px}.ppblog-author small{display:block;margin-top:3px;color:#9fc8de;font-size:9px}
.ppblog-article-image{position:relative;min-height:510px}.ppblog-article-image:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#0a3159 0%,rgba(10,49,89,.08) 26%),linear-gradient(0deg,rgba(2,17,33,.28),transparent 44%)}.ppblog-article-image img{width:100%;height:100%;object-fit:cover}.ppblog-image-badge{position:absolute;z-index:2;right:20px;bottom:20px;padding:12px 14px;border-radius:15px;color:#fff;background:rgba(5,30,57,.54);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.ppblog-image-badge span{display:block;color:#a8d9ef;font-size:8px;text-transform:uppercase;letter-spacing:.1em}.ppblog-image-badge strong{display:block;margin-top:3px;font-size:11px}
.ppblog-article-body-section{padding:18px 0 78px}.ppblog-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:26px;align-items:start}.ppblog-article-main{min-width:0}
.ppblog-engagement{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:15px;padding:12px 13px;border-radius:18px;background:rgba(255,255,255,.74);border:1px solid rgba(255,255,255,.96);box-shadow:var(--ppb-soft-shadow),inset 0 1px 0 #fff}
.ppblog-like-button{min-height:43px;padding:0 14px;border-radius:12px;border:1px solid rgba(20,97,163,.12);display:inline-flex;align-items:center;gap:8px;color:#0b63ce;background:#fff;font-size:10px;font-weight:800}.ppblog-like-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.ppblog-like-button.is-liked{color:#fff;background:linear-gradient(135deg,#168bee,#0b5fca);border-color:transparent}.ppblog-like-button.is-liked svg{fill:currentColor}.ppblog-like-button strong{font-size:9px;opacity:.86}
.ppblog-share-group{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.ppblog-share-label{margin-right:2px;color:#71869a;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.ppblog-share-btn{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;color:#0b63ce;background:#fff;border:1px solid rgba(20,97,163,.12);transition:.2s ease}.ppblog-share-btn:hover{transform:translateY(-2px);background:#eef8ff}.ppblog-share-btn.is-whatsapp{color:#13a84d}.ppblog-share-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.ppblog-share-btn path[d*="M13.5 20"],.ppblog-social-icon path[d*="M13.5 20"],.ppblog-social-icon path[d*="M6.6 8.4"]{fill:currentColor;stroke:none}
.ppblog-article-card{padding:42px 46px;border-radius:28px;background:rgba(255,255,255,.87);border:1px solid rgba(255,255,255,.98);box-shadow:0 24px 58px rgba(20,78,126,.10),inset 0 1px 0 #fff}
.ppblog-article-content{font-size:15px;line-height:1.82;color:#40576d}.ppblog-article-content>p:first-child{font-size:18px;line-height:1.72;color:#28435d}.ppblog-article-content h2{margin:36px 0 12px;font:800 30px/1.14 Manrope;color:var(--ppb-navy);letter-spacing:-.025em}.ppblog-article-content h3{margin:28px 0 10px;font:800 22px/1.2 Manrope;color:var(--ppb-navy)}.ppblog-article-content p{margin:0 0 18px}.ppblog-article-content ul{margin:4px 0 22px;padding-left:20px}.ppblog-article-content li{margin:8px 0;padding-left:4px}.ppblog-article-content li::marker{color:#0b63ce}
.ppblog-tags{margin-top:34px;padding-top:24px;border-top:1px solid rgba(19,93,157,.10)}.ppblog-tags>span{display:block;margin-bottom:9px;color:#687e92;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.ppblog-tags>div{display:flex;gap:7px;flex-wrap:wrap}.ppblog-tags a{padding:8px 10px;border-radius:10px;color:#0b63ce;background:#edf7ff;font-size:9px;font-weight:800}
.ppblog-end-share{margin-top:28px;padding:18px;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(145deg,#eff9ff,#f9fcff);border:1px solid #e4f1fa}.ppblog-end-share strong{display:block;color:var(--ppb-navy);font-size:12px}.ppblog-end-share span{display:block;margin-top:3px;color:#6d8295;font-size:10px}.ppblog-end-share .ppblog-btn{min-height:43px;font-size:10px;padding:0 14px;flex:0 0 auto}
.ppblog-sidebar{position:sticky;top:108px;display:grid;gap:16px}.ppblog-service-card{padding:26px;border-radius:25px;color:#fff;background:linear-gradient(145deg,#072c54,#0b67b8);box-shadow:0 22px 52px rgba(9,71,126,.18)}.ppblog-service-card>span,.ppblog-more-card>span{display:block;color:#8ee2ff;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.ppblog-service-card h2{margin:10px 0 10px;font:800 26px/1.06 Manrope;letter-spacing:-.025em}.ppblog-service-card p{margin:0 0 18px;color:rgba(239,249,255,.72);font-size:11px;line-height:1.65}.ppblog-service-card .ppblog-btn{width:100%;min-height:45px;font-size:10px;margin-top:7px}
.ppblog-more-card{padding:24px;border-radius:24px;background:rgba(255,255,255,.86);border:1px solid rgba(255,255,255,.98);box-shadow:var(--ppb-soft-shadow)}.ppblog-more-card>span{color:#0b63ce}.ppblog-more-card h3{margin:9px 0 15px;font:800 21px/1.1 Manrope;color:var(--ppb-navy)}.ppblog-side-links{display:grid;gap:0}.ppblog-side-links a{padding:12px 0;border-top:1px solid rgba(18,91,151,.09)}.ppblog-side-links a:first-child{border-top:0}.ppblog-side-links strong{display:block;color:#29445f;font-size:11px;line-height:1.35}.ppblog-side-links small{display:block;margin-top:5px;color:#7b8fa1;font-size:8px;text-transform:uppercase;letter-spacing:.05em}.ppblog-side-links a:hover strong{color:#0b63ce}
.ppblog-related{padding:0 0 82px}.ppblog-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ppblog-related-card{overflow:hidden;border-radius:23px;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.98);box-shadow:var(--ppb-soft-shadow)}.ppblog-related-image{height:190px;display:block;overflow:hidden}.ppblog-related-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.ppblog-related-card:hover .ppblog-related-image img{transform:scale(1.04)}.ppblog-related-card>div{padding:18px}.ppblog-related-card>div>span{color:#0b63ce;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.ppblog-related-card h3{margin:8px 0 13px;font:800 18px/1.15 Manrope;color:var(--ppb-navy)}
.ppblog-not-found{padding:80px 0 110px}

/* footer */
.ppblog-footer{position:relative;padding:58px 0 22px;color:#dcecff;background:#06182d}
.ppblog-footer-grid{display:grid;grid-template-columns:1.25fr .75fr .9fr 1.1fr;gap:34px}
.ppblog-footer-brand img{width:104px;height:78px;object-fit:contain;padding:3px;border-radius:16px;background:rgba(255,255,255,.94);margin-bottom:13px}.ppblog-footer-brand strong{display:block;color:#fff;font:800 13px Manrope;letter-spacing:.02em}.ppblog-footer-brand p{max-width:340px;margin:10px 0 0;color:#849fb8;font-size:11px;line-height:1.65}.ppblog-footer h3{margin:4px 0 14px;color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.ppblog-footer-grid>div:not(:first-child) a,.ppblog-footer-grid>div:not(:first-child) p{display:block;margin:0;color:#91a9be;font-size:10px;line-height:1.9}.ppblog-footer-grid>div:not(:first-child) a:hover{color:#6bdcff}.ppblog-social-row{display:flex;gap:7px;margin-top:16px}.ppblog-social-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#bcdcf0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.ppblog-social-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7}.ppblog-footer-bottom{margin-top:38px;padding-top:17px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:20px;color:#6f899f;font-size:9px}
.ppblog-floating-whatsapp{position:fixed;right:20px;bottom:20px;z-index:1000;width:57px;height:57px;border-radius:18px;display:grid;place-items:center;color:#16ad51;background:linear-gradient(145deg,rgba(255,255,255,.48),rgba(232,250,242,.31));border:1px solid rgba(255,255,255,.82);box-shadow:0 20px 40px rgba(15,111,72,.16),inset 0 1px 0 rgba(255,255,255,.94);backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%);overflow:hidden}.ppblog-floating-whatsapp:before{content:"";position:absolute;inset:7px;border-radius:14px;border:1px solid rgba(22,173,81,.16);animation:ppblogPulse 2.5s ease-in-out infinite}.ppblog-floating-whatsapp svg{position:relative;z-index:1;width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@keyframes ppblogPulse{50%{opacity:.35;transform:scale(1.08)}}
.ppblog-mobile-dock{display:none}.ppblog-toast{position:fixed;left:50%;bottom:28px;z-index:3000;transform:translate(-50%,16px);opacity:0;visibility:hidden;padding:11px 14px;border-radius:13px;color:#fff;background:rgba(6,33,61,.91);border:1px solid rgba(255,255,255,.14);box-shadow:0 16px 34px rgba(5,34,64,.22);font-size:10px;font-weight:800;backdrop-filter:blur(16px);transition:.2s ease}.ppblog-toast.is-visible{opacity:1;visibility:visible;transform:translate(-50%,0)}

@media(max-width:1180px){
  .ppblog-container{width:min(calc(100% - 34px),var(--ppb-container))}
  .ppblog-brand{min-width:238px}.ppblog-brand-copy strong{font-size:13px}.ppblog-brand-copy small{font-size:8px}.ppblog-desktop-nav{gap:2px}.ppblog-nav-link{padding-inline:10px}.ppblog-header-actions .ppblog-header-btn{padding-inline:12px}
  .ppblog-hero-shell{grid-template-columns:minmax(0,.95fr) minmax(380px,1.05fr)}.ppblog-hero-copy{padding:46px 24px 44px 26px}.ppblog-hero-copy h1{font-size:clamp(43px,5vw,60px)}
  .ppblog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ppblog-article-masthead{grid-template-columns:1fr 1fr}.ppblog-article-copy{padding:48px 34px 45px}.ppblog-article-copy h1{font-size:clamp(40px,4.5vw,56px)}
}
@media(max-width:1020px){
  .ppblog-desktop-nav,.ppblog-header-actions{display:none}.ppblog-menu-toggle{display:block;margin-left:auto}.ppblog-brand{min-width:0}.ppblog-header-inner{min-height:66px}
  .ppblog-hero{padding-top:28px}.ppblog-hero-shell{grid-template-columns:1fr;padding:20px}.ppblog-hero-copy{padding:44px 32px 37px}.ppblog-featured{grid-template-columns:.95fr 1.05fr;grid-template-rows:none;min-height:320px}.ppblog-featured-image{min-height:320px}
  .ppblog-filter-panel{grid-template-columns:1fr}.ppblog-section-head{align-items:flex-start;flex-direction:column;gap:14px}.ppblog-section-copy{max-width:680px}
  .ppblog-article-masthead{grid-template-columns:1fr;min-height:0}.ppblog-article-copy{padding:44px 36px 40px}.ppblog-article-image{min-height:390px}.ppblog-article-image:before{background:linear-gradient(0deg,rgba(5,31,58,.45),transparent 42%)}
  .ppblog-article-layout{grid-template-columns:1fr}.ppblog-sidebar{position:static;grid-template-columns:1fr 1fr}.ppblog-service-card,.ppblog-more-card{min-height:100%}
  .ppblog-footer-grid{grid-template-columns:1.25fr .75fr .9fr}.ppblog-footer-grid>div:last-child{grid-column:2/4}
}
@media(max-width:760px){
  .ppblog-container{width:min(calc(100% - 24px),var(--ppb-container))}
  .ppblog-page{padding-bottom:86px}
  .ppblog-header{padding-top:max(9px,env(safe-area-inset-top));padding-bottom:8px}.ppblog-header-inner{min-height:58px}.ppblog-brand-logo{width:62px;height:54px;flex-basis:62px;border-radius:15px}.ppblog-brand-logo img{width:58px;height:58px}.ppblog-brand-copy strong{font-size:12px}.ppblog-brand-copy small{display:none}.ppblog-menu-toggle{width:44px;height:44px}
  .ppblog-mobile-menu{top:calc(78px + env(safe-area-inset-top));left:12px;right:12px}
  .ppblog-hero{padding:16px 0 18px}.ppblog-hero-shell{padding:11px;border-radius:26px}.ppblog-hero-copy{padding:32px 17px 29px}.ppblog-kicker{font-size:8px}.ppblog-hero-copy h1{font-size:clamp(38px,11.3vw,50px);line-height:1.01}.ppblog-hero-copy>p{font-size:12px;line-height:1.66;margin-top:18px}.ppblog-hero-actions{display:grid;grid-template-columns:1fr;gap:12px;margin-top:22px}.ppblog-hero-actions .ppblog-btn{width:100%}.ppblog-hero-link{justify-content:center;min-height:38px}.ppblog-topic-proof{gap:5px;margin-top:22px}.ppblog-topic-proof span{font-size:8px;padding:7px 8px}
  .ppblog-featured{grid-template-columns:1fr;grid-template-rows:235px auto;border-radius:20px}.ppblog-featured-image{min-height:235px}.ppblog-featured-body{padding:19px 17px 17px}.ppblog-featured-body h2{font-size:23px}.ppblog-featured-body>p{-webkit-line-clamp:3}
  .ppblog-discovery{padding:58px 0 64px}.ppblog-section-head{margin-bottom:20px}.ppblog-section-head h2{font-size:36px}.ppblog-section-copy{font-size:12px}.ppblog-filter-panel{padding:12px;border-radius:20px}.ppblog-search-control{min-height:48px}.ppblog-search-control button{padding:0 12px}.ppblog-category-list{gap:6px}.ppblog-category{min-height:36px;font-size:9px;padding-inline:10px}
  .ppblog-grid{grid-template-columns:1fr;gap:13px;margin-top:22px}.ppblog-card{border-radius:21px}.ppblog-card-image{height:215px}.ppblog-card-body{min-height:0;padding:18px 17px 16px}.ppblog-card-body h3{font-size:21px}.ppblog-card-body>p{-webkit-line-clamp:3}
  .ppblog-results{align-items:flex-start;flex-direction:column;gap:7px}.ppblog-pagination{margin-top:24px}
  .ppblog-cta-section{padding-bottom:58px}.ppblog-cta{grid-template-columns:1fr;padding:28px 22px;border-radius:23px}.ppblog-cta h2{font-size:30px}.ppblog-cta-actions{justify-content:flex-start;display:grid;grid-template-columns:1fr 1fr}.ppblog-cta-actions .ppblog-btn{width:100%;padding-inline:10px;font-size:10px}
  .ppblog-article-hero{padding:18px 0 22px}.ppblog-breadcrumb{font-size:8px}.ppblog-article-masthead{border-radius:25px}.ppblog-article-copy{padding:34px 22px 30px}.ppblog-article-copy h1{font-size:clamp(38px,10.5vw,50px)}.ppblog-article-deck{font-size:12px;line-height:1.65;margin-top:18px}.ppblog-author{margin-top:24px}.ppblog-article-image{min-height:310px}
  .ppblog-article-body-section{padding:12px 0 58px}.ppblog-engagement{align-items:flex-start}.ppblog-share-group{width:100%}.ppblog-share-label{width:100%;margin-bottom:1px}.ppblog-share-btn{width:40px;height:40px}.ppblog-article-card{padding:27px 20px;border-radius:23px}.ppblog-article-content{font-size:14px;line-height:1.78}.ppblog-article-content>p:first-child{font-size:16px}.ppblog-article-content h2{font-size:26px;margin-top:30px}.ppblog-article-content h3{font-size:20px}.ppblog-end-share{align-items:flex-start;flex-direction:column}.ppblog-end-share .ppblog-btn{width:100%}
  .ppblog-sidebar{grid-template-columns:1fr}.ppblog-service-card,.ppblog-more-card{border-radius:22px}.ppblog-related{padding-bottom:58px}.ppblog-related-grid{grid-template-columns:1fr;gap:13px}.ppblog-related-image{height:210px}
  .ppblog-footer{padding:48px 0 calc(20px + env(safe-area-inset-bottom))}.ppblog-footer-grid{grid-template-columns:1fr 1fr;gap:25px}.ppblog-footer-brand{grid-column:1/-1}.ppblog-footer-grid>div:last-child{grid-column:auto}.ppblog-footer-bottom{flex-direction:column;gap:6px;margin-top:30px}
  .ppblog-floating-whatsapp{display:none}.ppblog-mobile-dock{position:fixed;left:10px;right:10px;bottom:max(9px,env(safe-area-inset-bottom));z-index:2200;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:7px;border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.52),rgba(223,243,255,.30));border:1px solid rgba(255,255,255,.86);box-shadow:0 22px 46px rgba(15,70,116,.16),inset 0 1px 0 rgba(255,255,255,.96);backdrop-filter:blur(26px) saturate(150%);-webkit-backdrop-filter:blur(26px) saturate(150%);overflow:hidden}.ppblog-mobile-dock:after{content:"";position:absolute;left:-25%;top:0;width:45%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.48),transparent);transform:skewX(-18deg);animation:ppblogShimmer 4.8s ease-in-out infinite}.ppblog-mobile-dock a{position:relative;z-index:1;min-height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:7px;color:#0b5fc8;background:rgba(255,255,255,.24);border:1px solid rgba(255,255,255,.64)}.ppblog-mobile-dock a>span{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.45);border:1px solid rgba(255,255,255,.7)}.ppblog-mobile-dock svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ppblog-mobile-dock small{font-size:8px;font-weight:800}.ppblog-mobile-dock .is-whatsapp{color:#11a94c}@keyframes ppblogShimmer{0%,70%,100%{transform:translateX(-120%) skewX(-18deg)}85%{transform:translateX(330%) skewX(-18deg)}}
  .ppblog-toast{bottom:90px}
}
@media(max-width:470px){
  .ppblog-container{width:min(calc(100% - 18px),var(--ppb-container))}.ppblog-brand-copy{display:none}.ppblog-brand-logo{width:66px;height:56px;flex-basis:66px}.ppblog-brand-logo img{width:61px;height:61px}.ppblog-hero-shell{border-radius:23px}.ppblog-hero-copy{padding:29px 14px 26px}.ppblog-hero-copy h1{font-size:39px}.ppblog-featured{grid-template-rows:210px auto}.ppblog-card-image{height:195px}.ppblog-section-head h2{font-size:33px}.ppblog-search-control button{font-size:9px;padding-inline:10px}.ppblog-search-control input{font-size:11px}.ppblog-cta-actions{grid-template-columns:1fr}.ppblog-article-copy{padding:30px 18px 27px}.ppblog-article-copy h1{font-size:38px}.ppblog-article-image{min-height:280px}.ppblog-article-card{padding:24px 17px}.ppblog-share-group{gap:5px}.ppblog-share-btn{width:38px;height:38px}.ppblog-footer-grid{grid-template-columns:1fr}.ppblog-footer-brand{grid-column:auto}.ppblog-footer-grid>div:last-child{grid-column:auto}.ppblog-mobile-dock a{gap:5px}.ppblog-mobile-dock a>span{width:28px;height:28px}.ppblog-mobile-dock small{font-size:7px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.ppblog-reveal{opacity:1!important;transform:none!important;transition:none!important}.ppblog-loader-card img,.ppblog-floating-whatsapp:before,.ppblog-mobile-dock:after{animation:none!important}.ppblog-card,.ppblog-card-image img,.ppblog-featured-image img,.ppblog-related-image img,.ppblog-header-btn,.ppblog-btn,.ppblog-icon-btn,.ppblog-share-btn{transition:none!important}
}

/* V8 adaptive quick-contact glass */
.ppblog-floating-whatsapp,.ppblog-mobile-dock{display:none!important}
.ppblog-adaptive-contact-dock{
  position:fixed;right:16px;bottom:88px;z-index:2400;display:grid;gap:9px;padding:8px;border-radius:25px;
  transition:background .3s ease,border-color .3s ease,box-shadow .3s ease;
  backdrop-filter:blur(30px) saturate(175%);-webkit-backdrop-filter:blur(30px) saturate(175%);isolation:isolate
}
.ppblog-adaptive-contact-dock.is-over-light{background:linear-gradient(145deg,rgba(5,28,53,.86),rgba(10,49,83,.76));border:1px solid rgba(144,208,247,.22);box-shadow:0 22px 54px rgba(3,29,55,.28),inset 0 1px 0 rgba(255,255,255,.13)}
.ppblog-adaptive-contact-dock.is-over-dark{background:linear-gradient(145deg,rgba(248,253,255,.70),rgba(215,239,253,.56));border:1px solid rgba(255,255,255,.84);box-shadow:0 22px 54px rgba(2,30,55,.22),inset 0 1px 0 rgba(255,255,255,.9)}
.ppblog-adaptive-contact-link{position:relative;z-index:1;width:54px;min-height:54px;display:grid;place-items:center;border-radius:18px;text-decoration:none;transition:transform .22s ease,background .28s ease,border-color .28s ease,color .28s ease,box-shadow .28s ease}
.ppblog-adaptive-contact-link.is-over-light{color:#f8fcff;background:rgba(255,255,255,.055);border:1px solid rgba(190,225,248,.17);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 8px 22px rgba(0,14,30,.18)}
.ppblog-adaptive-contact-link.is-over-dark{color:#0a3158;background:linear-gradient(145deg,rgba(255,255,255,.64),rgba(230,246,255,.32));border:1px solid rgba(255,255,255,.82);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 8px 22px rgba(7,57,96,.1)}
.ppblog-adaptive-contact-link:hover{transform:translateY(-3px) scale(1.035)}
.ppblog-adaptive-contact-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:13px;color:#52c9ff;background:rgba(32,142,224,.1);border:1px solid rgba(103,203,255,.17)}
.ppblog-adaptive-contact-link.is-over-dark .ppblog-adaptive-contact-icon{color:#0875d2;background:rgba(255,255,255,.48);border-color:rgba(39,137,211,.12)}
.ppblog-adaptive-contact-link.is-whatsapp .ppblog-adaptive-contact-icon{color:#22c864}
.ppblog-adaptive-contact-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.ppblog-adaptive-contact-link small{display:none}
.ppblog-adaptive-contact-link:after{content:attr(data-label);position:absolute;right:calc(100% + 10px);top:50%;transform:translate(7px,-50%);opacity:0;pointer-events:none;white-space:nowrap;padding:8px 10px;border-radius:11px;font-size:10px;font-weight:800;color:#fff;background:rgba(5,32,59,.9);border:1px solid rgba(255,255,255,.13);box-shadow:0 12px 28px rgba(2,24,45,.22);transition:.18s ease;backdrop-filter:blur(12px)}
.ppblog-adaptive-contact-link:hover:after{opacity:1;transform:translate(0,-50%)}
.ppblog-adaptive-contact-link.is-attention{animation:ppblogContactHalo 1.25s cubic-bezier(.18,.72,.24,1)}
.ppblog-adaptive-contact-link[data-contact-action="call"].is-attention .ppblog-adaptive-contact-icon{animation:ppblogPhoneRing .82s ease-in-out 1}
.ppblog-adaptive-contact-link[data-contact-action="email"].is-attention .ppblog-adaptive-contact-icon{animation:ppblogMailLift .92s cubic-bezier(.2,.8,.2,1) 1}
.ppblog-adaptive-contact-link[data-contact-action="whatsapp"].is-attention .ppblog-adaptive-contact-icon{animation:ppblogChatPulse 1.05s ease-out 1}
@keyframes ppblogContactHalo{0%{box-shadow:0 0 0 0 rgba(49,179,244,0)}32%{box-shadow:0 0 0 7px rgba(49,179,244,.16),0 0 30px rgba(49,179,244,.22)}100%{box-shadow:0 0 0 15px rgba(49,179,244,0)}}
@keyframes ppblogPhoneRing{0%,100%{transform:rotate(0) scale(1)}15%{transform:rotate(-10deg) scale(1.12)}30%{transform:rotate(9deg) scale(1.12)}45%{transform:rotate(-7deg) scale(1.10)}60%{transform:rotate(5deg) scale(1.08)}}
@keyframes ppblogMailLift{0%,100%{transform:translateY(0) scale(1)}35%{transform:translateY(-7px) scale(1.10)}58%{transform:translateY(2px) scale(1.04)}78%{transform:translateY(-2px) scale(1.02)}}
@keyframes ppblogChatPulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(34,200,100,.34)}42%{transform:scale(1.14);box-shadow:0 0 0 9px rgba(34,200,100,.14)}100%{transform:scale(1);box-shadow:0 0 0 17px rgba(34,200,100,0)}}
@media(max-width:760px){
  body{padding-bottom:calc(92px + env(safe-area-inset-bottom))}
  .ppblog-adaptive-contact-dock{left:9px;right:9px;bottom:calc(8px + env(safe-area-inset-bottom));grid-template-columns:repeat(3,1fr);gap:7px;padding:7px;border-radius:24px}
  .ppblog-adaptive-contact-link{width:auto;min-width:0;min-height:60px;display:flex;align-items:center;justify-content:center;gap:8px;padding:7px 8px;border-radius:17px;font-size:11px;font-weight:800}
  .ppblog-adaptive-contact-link small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .ppblog-adaptive-contact-link:after{display:none}
  .ppblog-adaptive-contact-icon{width:34px;height:34px;flex:0 0 34px;border-radius:11px}
}
@media(max-width:390px){
  .ppblog-adaptive-contact-dock{left:6px;right:6px;gap:5px;padding:6px}
  .ppblog-adaptive-contact-link{gap:5px;padding:6px 5px;font-size:10px}
  .ppblog-adaptive-contact-icon{width:31px;height:31px;flex-basis:31px;border-radius:10px}.ppblog-adaptive-contact-icon svg{width:16px;height:16px}
}
@media(prefers-reduced-motion:reduce){.ppblog-adaptive-contact-link,.ppblog-adaptive-contact-icon{animation:none!important;transition:none!important}}
