/*
Theme Name: Primark Insurance
Theme URI: https://primark.co.ke
Author: Primark Insurance Agency (Ke)
Author URI: https://primark.co.ke
Description: A modern, clean, professional WordPress theme built for Primark Insurance Agency (Ke) — Motor, Health, Life & Consultancy cover. Fully responsive, mobile-first, with a customizable homepage slider, services grid, stats, testimonials and a WhatsApp-ready contact experience. Sweet, soft-green / black / white palette designed to feel premium and trustworthy.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: primark
Tags: green, black-and-white, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, footer-widgets, insurance
*/

/* =========================================================
   0. DESIGN TOKENS
   ========================================================= */
:root{
  /* --- Brand color system: soft/modern green, black, white --- */
  --pk-black:        #0B0F0C;   /* primary text / ink, near-black w/ green undertone */
  --pk-ink:           #0E2318;   /* deep panel background (nav-dark, footer) */
  --pk-green-deep:   #0F6B3C;   /* deep brand green (headings on light, borders) */
  --pk-green:        #1FA958;   /* primary brand green — buttons, links, accents */
  --pk-green-light:  #4CCB80;   /* bright interactive green — hovers, highlights */
  --pk-green-soft:   #E9F8EF;   /* sweet soft mint tint — section backgrounds, chips */
  --pk-green-soft-2: #F4FBF6;   /* even softer mint, near-white */
  --pk-white:        #FFFFFF;
  --pk-off-white:    #F8FAF8;
  --pk-line:         #E4EEE8;
  --pk-gray:         #5C6B64;   /* secondary / muted text */
  --pk-gray-light:   #8FA098;

  /* --- Type --- */
  --pk-font-display: "Plus Jakarta Sans", "Helvetica Neue", Arial, sans-serif;
  --pk-font-body:    "Inter", "Helvetica Neue", Arial, sans-serif;

  --pk-size-h1: clamp(2.4rem, 5.4vw, 4.2rem);
  --pk-size-h2: clamp(1.9rem, 3.6vw, 2.85rem);
  --pk-size-h3: clamp(1.2rem, 2vw, 1.5rem);
  --pk-line-tight: 1.12;
  --pk-line-normal: 1.65;

  /* --- Layout --- */
  --pk-maxw: 1240px;
  --pk-gutter: clamp(1.25rem, 4vw, 3rem);
  --pk-radius-sm: 8px;
  --pk-radius: 14px;
  --pk-radius-lg: 26px;
  --pk-shadow-sm: 0 2px 10px rgba(11,15,12,0.06);
  --pk-shadow: 0 18px 40px -12px rgba(15,107,60,0.22);
  --pk-shadow-dark: 0 20px 50px -14px rgba(0,0,0,0.45);
  --pk-header-h: 92px;
}

/* =========================================================
   1. RESET / BASE
   ========================================================= */
*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  background: var(--pk-white);
  color: var(--pk-black);
  font-family: var(--pk-font-body);
  font-size: 1rem;
  line-height: var(--pk-line-normal);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img{ max-width: 100%; height: auto; display: block; }
a{ color: inherit; text-decoration: none; }
ul{ margin: 0; padding: 0; list-style: none; }
h1,h2,h3,h4{ font-family: var(--pk-font-display); line-height: var(--pk-line-tight); margin: 0 0 0.5em; letter-spacing: -0.015em; font-weight: 700; }
h1{ font-size: var(--pk-size-h1); }
h2{ font-size: var(--pk-size-h2); }
h3{ font-size: var(--pk-size-h3); }
p{ margin: 0 0 1.1em; }
button, input, textarea, select{ font-family: inherit; }
svg{ display: block; }

:focus-visible{
  outline: 2px solid var(--pk-green);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{ animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

.screen-reader-text{
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
}
.skip-link{
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--pk-black);
  color: var(--pk-white);
  padding: 0.75em 1.25em;
  z-index: 10000;
  border-radius: 0 0 8px 0;
}
.skip-link:focus{ left: 0; top: 0; }

/* =========================================================
   2. LAYOUT HELPERS
   ========================================================= */
.pk-wrap{
  max-width: var(--pk-maxw);
  margin-inline: auto;
  padding-inline: var(--pk-gutter);
}
.pk-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pk-green-deep);
  background: var(--pk-green-soft);
  padding: 0.4em 0.9em 0.4em 0.7em;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.pk-eyebrow::before{
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: var(--pk-green);
  display: inline-block;
  flex-shrink: 0;
}
.pk-eyebrow--on-dark{ background: rgba(76,203,128,0.16); color: var(--pk-green-light); }

.pk-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  padding: 0.95em 1.7em;
  background: var(--pk-green);
  color: var(--pk-white);
  border: 1px solid var(--pk-green);
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.pk-btn:hover{ background: var(--pk-green-deep); border-color: var(--pk-green-deep); transform: translateY(-2px); box-shadow: var(--pk-shadow); color: var(--pk-white); }
.pk-btn svg{ width: 1.1em; height: 1.1em; flex-shrink: 0; }

.pk-btn--dark{ background: var(--pk-black); border-color: var(--pk-black); }
.pk-btn--dark:hover{ background: var(--pk-green); border-color: var(--pk-green); }

.pk-btn--outline{
  background: transparent;
  color: var(--pk-black);
  border-color: var(--pk-black);
}
.pk-btn--outline:hover{ background: var(--pk-black); color: var(--pk-white); border-color: var(--pk-black); }

.pk-btn--on-dark{
  background: var(--pk-green-light);
  color: var(--pk-black);
  border-color: var(--pk-green-light);
}
.pk-btn--on-dark:hover{ background: var(--pk-white); border-color: var(--pk-white); color: var(--pk-black); }

.pk-btn--ghost-on-dark{
  background: transparent;
  color: var(--pk-white);
  border-color: rgba(255,255,255,0.35);
}
.pk-btn--ghost-on-dark:hover{ background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.6); }

.pk-btn--sm{ padding: 0.7em 1.3em; font-size: 0.86rem; }
.pk-btn--block{ width: 100%; }

/* =========================================================
   3. TOP UTILITY BAR (desktop only)
   ========================================================= */
.pk-topbar{
  background: var(--pk-ink);
  color: rgba(255,255,255,0.78);
  font-size: 0.85rem;
}
.pk-topbar__row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 0.55rem;
}
.pk-topbar__contact{ display: flex; align-items: center; gap: 1.75rem; flex-wrap: wrap; }
.pk-topbar__contact a{ display: inline-flex; align-items: center; gap: 0.5em; transition: color .15s ease; }
.pk-topbar__contact a:hover{ color: var(--pk-green-light); }
.pk-topbar__contact svg{ width: 14px; height: 14px; opacity: 0.85; flex-shrink: 0; }
.pk-topbar__social{ display: flex; align-items: center; gap: 0.9rem; }
.pk-topbar__social a{ display: inline-flex; width: 26px; height: 26px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,0.08); transition: background .15s ease, transform .15s ease; }
.pk-topbar__social a:hover{ background: var(--pk-green); transform: translateY(-1px); }
.pk-topbar__social svg{ width: 13px; height: 13px; }

@media (max-width: 900px){
  .pk-topbar{ display: none; }
}

/* =========================================================
   4. SITE HEADER
   ========================================================= */
.pk-header{
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--pk-line);
  position: sticky;
  top: 0;
  z-index: 500;
  transition: box-shadow .25s ease, padding .25s ease;
}
.pk-header.is-scrolled{ box-shadow: 0 8px 30px -14px rgba(11,15,12,0.18); }
.pk-header__bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 0.9rem;
  min-height: var(--pk-header-h);
}
.pk-logo{
  font-family: var(--pk-font-display);
  font-weight: 800;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.6em;
  flex-shrink: 0;
}
.pk-logo img{ max-height: var(--pk-logo-h, 52px); width: auto; }
.pk-logo__mark{
  width: 2.1em; height: 2.1em;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--pk-green-light), var(--pk-green-deep));
  color: var(--pk-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.pk-logo__text{ display: flex; flex-direction: column; line-height: 1.15; }
.pk-logo__tag{ font-family: var(--pk-font-body); font-weight: 500; font-size: 0.62rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--pk-gray); }

.pk-nav ul{ display: flex; align-items: center; gap: 2.2rem; }
@media (min-width: 1081px){
  .pk-nav{ display: flex; align-items: center; }
}
.pk-nav a{
  font-size: 0.95rem;
  font-weight: 600;
  position: relative;
  padding-block: 0.35em;
}
.pk-nav a::after{
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 2.5px;
  border-radius: 2px;
  background: var(--pk-green);
  transition: width 0.2s ease;
}
.pk-nav a:hover::after, .pk-nav .current-menu-item a::after{ width: 100%; }
.pk-nav .sub-menu{ display: none; }

.pk-header__cta{ display: flex; align-items: center; gap: 0.9rem; flex-shrink: 0; }
.pk-header__whatsapp{
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--pk-green-soft); color: var(--pk-green-deep);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.pk-header__whatsapp:hover{ background: #25D366; color: var(--pk-white); transform: translateY(-2px); }
.pk-header__whatsapp svg{ width: 20px; height: 20px; }

.pk-menu-toggle{
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 46px; height: 46px;
  background: var(--pk-off-white);
  border: 1px solid var(--pk-line);
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
}
.pk-menu-toggle span{ width: 18px; height: 2px; background: var(--pk-black); border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
.pk-menu-toggle[aria-expanded="true"] span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.pk-menu-toggle[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.pk-menu-toggle[aria-expanded="true"] span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1080px){
  .pk-nav{
    position: fixed;
    inset: 0;
    top: 0;
    height: 100vh;
    height: 100dvh;
    background: var(--pk-white);
    padding: calc(var(--pk-header-h, 84px) + 1.1rem) var(--pk-gutter) 2.5rem;
    transform: translateX(100%);
    transition: transform .32s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 499;
  }
  .pk-nav.is-open{ transform: translateX(0); }
  .pk-nav ul{ flex-direction: column; align-items: flex-start; gap: 0.4rem; width: 100%; }
  .pk-nav li{ width: 100%; border-bottom: 1px solid var(--pk-line); }
  .pk-nav a{ display: block; padding-block: 1em; font-size: 1.15rem; }
  .pk-nav__mobile-cta{ display: flex; flex-direction: column; gap: 0.8rem; margin-top: 1.75rem; padding-bottom: 1.5rem; }
  .pk-menu-toggle{ display: inline-flex; position: relative; z-index: 501; }
  .pk-header__cta .pk-btn{ display: none; }

  /* When the menu is open, let the sticky header merge seamlessly into
     the full-height white panel below it instead of reading as a
     separate floating white bar. */
  body.pk-nav-open .pk-header{
    box-shadow: none;
    border-bottom-color: transparent;
    background: var(--pk-white);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media (min-width: 1081px){ .pk-nav__mobile-cta{ display: none; } }
@media (max-width: 480px){
  .pk-header__whatsapp{ width: 40px; height: 40px; }
  .pk-logo img{ max-height: min(var(--pk-logo-h, 60px), 52px); }
}

/* Logo presentation chip — keeps an uploaded logo (often on a white
   background) readable and neat wherever it sits, light or dark. */
.pk-logo__badge{
  display: inline-flex;
  align-items: center;
}

body.pk-nav-open{ overflow: hidden; }

/* =========================================================
   5. HERO SLIDER
   ========================================================= */
.pk-hero{
  position: relative;
  overflow: hidden;
  background: var(--pk-ink);
  min-height: var(--pk-hero-h, 640px);
}
.pk-hero-slider{ position: relative; height: 100%; min-height: var(--pk-hero-h, 640px); }
.pk-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  display: flex;
  align-items: center;
  min-height: var(--pk-hero-h, 640px);
}
.pk-slide.is-active{ opacity: 1; visibility: visible; position: relative; z-index: 2; }
.pk-slide__bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  transition: transform 8s ease;
}
.pk-slide.is-active .pk-slide__bg{ transform: scale(1); }
.pk-slide__bg::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(9,25,17,0.92) 0%, rgba(9,25,17,0.78) 38%, rgba(9,25,17,0.42) 68%, rgba(9,25,17,0.2) 100%),
    linear-gradient(0deg, rgba(9,25,17,0.55), transparent 40%);
}
.pk-slide__inner{
  position: relative;
  z-index: 2;
  padding-block: clamp(6.5rem, 14vw, 8rem) clamp(4rem, 8vw, 5rem);
  width: 100%;
}
.pk-slide__content{ max-width: 620px; }
.pk-slide__content .pk-eyebrow{ opacity: 0; transform: translateY(14px); transition: opacity .6s ease .25s, transform .6s ease .25s; }
.pk-slide__content h1{ color: var(--pk-white); opacity: 0; transform: translateY(18px); transition: opacity .6s ease .38s, transform .6s ease .38s; }
.pk-slide__content p{ color: rgba(255,255,255,0.82); font-size: 1.12rem; max-width: 48ch; opacity: 0; transform: translateY(18px); transition: opacity .6s ease .5s, transform .6s ease .5s; }
.pk-slide__actions{ display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.9rem; opacity: 0; transform: translateY(18px); transition: opacity .6s ease .62s, transform .6s ease .62s; }
.pk-slide.is-active .pk-eyebrow,
.pk-slide.is-active h1,
.pk-slide.is-active p,
.pk-slide.is-active .pk-slide__actions{ opacity: 1; transform: translateY(0); }

.pk-slide__badges{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.75rem;
  opacity: 0; transform: translateY(18px);
  transition: opacity .6s ease .74s, transform .6s ease .74s;
}
.pk-slide.is-active .pk-slide__badges{ opacity: 1; transform: translateY(0); }
.pk-mini-badge{
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(6px);
  color: var(--pk-white);
  padding: 0.6em 1.05em;
  border-radius: 999px;
  font-size: 0.83rem;
  font-weight: 600;
}
.pk-mini-badge svg{ width: 16px; height: 16px; color: var(--pk-green-light); flex-shrink: 0; }

.pk-hero-nav{
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(6px);
  color: var(--pk-white);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.pk-hero-nav:hover{ background: var(--pk-green); border-color: var(--pk-green); }
.pk-hero-nav svg{ width: 20px; height: 20px; }
.pk-hero-nav--prev{ left: clamp(0.75rem, 3vw, 2.5rem); }
.pk-hero-nav--next{ right: clamp(0.75rem, 3vw, 2.5rem); }

.pk-hero-dots{
  position: absolute;
  z-index: 5;
  left: 0; right: 0;
  bottom: clamp(1.25rem, 4vw, 2.25rem);
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}
.pk-hero-dots button{
  width: 30px; height: 4px;
  border-radius: 3px;
  background: rgba(255,255,255,0.35);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background .2s ease, width .2s ease;
}
.pk-hero-dots button.is-active{ background: var(--pk-green-light); width: 46px; }

@media (max-width: 700px){
  .pk-hero, .pk-hero-slider, .pk-slide{ min-height: min(var(--pk-hero-h, 640px), 560px); }
  .pk-hero-nav{ display: none; }
  .pk-slide__actions .pk-btn{ width: 100%; }
  .pk-slide__actions{ flex-direction: column; }
}
@media (min-width: 701px) and (max-width: 1024px){
  .pk-slide__content{ max-width: 74%; }
}

/* =========================================================
   6. TRUST / STATS STRIP
   ========================================================= */
.pk-trust{
  background: var(--pk-white);
  position: relative;
  margin-top: -1px;
}
.pk-trust__row{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--pk-line);
  border: 1px solid var(--pk-line);
  border-radius: var(--pk-radius);
  overflow: hidden;
  transform: translateY(-40px);
  box-shadow: var(--pk-shadow-sm);
}
.pk-stat{
  background: var(--pk-white);
  padding: 1.9rem 1.4rem;
  text-align: center;
}
.pk-stat__num{
  font-family: var(--pk-font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--pk-green-deep);
}
.pk-stat__label{
  font-size: 0.82rem;
  color: var(--pk-gray);
  margin-top: 0.15rem;
}
@media (max-width: 760px){
  .pk-trust__row{ grid-template-columns: repeat(2, 1fr); transform: translateY(-24px); }
}

/* =========================================================
   7. SECTIONS — generic
   ========================================================= */
.pk-section{ padding-block: clamp(3.5rem, 7vw, 6.5rem); }
.pk-section--soft{ background: var(--pk-green-soft-2); }
.pk-section--dark{ background: var(--pk-ink); color: rgba(255,255,255,0.85); }
.pk-section--dark h2, .pk-section--dark h3{ color: var(--pk-white); }
.pk-section__head{
  max-width: 680px;
  margin-bottom: 3rem;
}
.pk-section__head--split{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  max-width: none;
}
.pk-section__head p{ color: var(--pk-gray); margin: 0; font-size: 1.05rem; }
.pk-section--dark .pk-section__head p{ color: rgba(255,255,255,0.68); }
.pk-center{ text-align: center; margin-inline: auto; }
.pk-center .pk-eyebrow{ justify-content: center; }

/* Services grid (Motor / Health / Life / Consultancy) */
.pk-services-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.pk-service-card{
  background: var(--pk-white);
  border: 1px solid var(--pk-line);
  border-radius: var(--pk-radius);
  padding: 2.1rem 1.8rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color .25s ease;
  position: relative;
}
.pk-service-card:hover{ transform: translateY(-6px); box-shadow: var(--pk-shadow); border-color: transparent; }
.pk-service-card__icon{
  width: 3.1rem; height: 3.1rem;
  border-radius: 14px;
  background: var(--pk-green-soft);
  color: var(--pk-green-deep);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.4rem;
  transition: background .25s ease, color .25s ease;
}
.pk-service-card:hover .pk-service-card__icon{ background: var(--pk-green); color: var(--pk-white); }
.pk-service-card__icon svg{ width: 1.6rem; height: 1.6rem; }
.pk-service-card h3{ margin-bottom: 0.5rem; font-size: 1.2rem; }
.pk-service-card p{ color: var(--pk-gray); font-size: 0.95rem; margin-bottom: 1.1rem; }
.pk-service-card a{ font-size: 0.9rem; font-weight: 700; color: var(--pk-green-deep); display: inline-flex; align-items: center; gap: 0.4em; }
.pk-service-card a svg{ width: 14px; height: 14px; transition: transform .2s ease; }
.pk-service-card a:hover svg{ transform: translateX(3px); }

@media (max-width: 1024px){
  .pk-services-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .pk-services-grid{ grid-template-columns: 1fr; }
  .pk-section__head--split{ flex-direction: column; align-items: flex-start; }
}

/* Why-us split */
.pk-why{
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.pk-why__figure{ position: relative; }
.pk-why__figure img{ border-radius: var(--pk-radius-lg); }
.pk-why__badge{
  position: absolute;
  right: -1.25rem;
  bottom: -1.25rem;
  background: var(--pk-white);
  border-radius: var(--pk-radius);
  box-shadow: var(--pk-shadow-dark);
  padding: 1.2rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  max-width: 240px;
}
.pk-why__badge-icon{
  width: 2.6rem; height: 2.6rem; border-radius: 50%;
  background: var(--pk-green); color: var(--pk-white);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.pk-why__badge-icon svg{ width: 1.3rem; height: 1.3rem; }
.pk-why__badge strong{ display: block; font-family: var(--pk-font-display); font-size: 1.1rem; }
.pk-why__badge span{ font-size: 0.78rem; color: var(--pk-gray); }

.pk-why__list{ display: grid; gap: 1.6rem; margin-top: 2rem; }
.pk-why__item{ display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; }
.pk-why__mark{
  width: 2.4rem; height: 2.4rem;
  border-radius: 50%;
  background: var(--pk-green-soft);
  color: var(--pk-green-deep);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pk-why__mark svg{ width: 1.15rem; height: 1.15rem; }
.pk-why__item h3{ font-size: 1.08rem; margin-bottom: 0.25rem; }
.pk-why__item p{ color: var(--pk-gray); font-size: 0.95rem; margin: 0; }
@media (max-width: 900px){
  .pk-why{ grid-template-columns: 1fr; }
  .pk-why__figure{ order: -1; }
  .pk-why__badge{ right: 1rem; }
}

/* Process steps */
.pk-steps{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  counter-reset: pk-step;
}
.pk-step{ position: relative; padding: 2rem 1.6rem 1.6rem; background: var(--pk-white); border-radius: var(--pk-radius); border: 1px solid var(--pk-line); }
.pk-step__num{
  counter-increment: pk-step;
  font-family: var(--pk-font-display);
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--pk-green-deep);
  background: var(--pk-green-soft);
  width: 2.2rem; height: 2.2rem;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.2rem;
}
.pk-step__num::before{ content: counter(pk-step, decimal-leading-zero); }
.pk-step h3{ font-size: 1.05rem; margin-bottom: 0.4rem; }
.pk-step p{ color: var(--pk-gray); font-size: 0.92rem; margin: 0; }
.pk-steps .pk-step:not(:last-child)::after{
  content: "";
  display: none;
}
@media (max-width: 1024px){ .pk-steps{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .pk-steps{ grid-template-columns: 1fr; } }

/* Testimonials */
.pk-testi-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.pk-testi-card{
  background: var(--pk-white);
  border-radius: var(--pk-radius);
  padding: 2.1rem;
  box-shadow: var(--pk-shadow-sm);
}
.pk-testi-card__stars{ display: flex; gap: 0.25rem; margin-bottom: 1rem; color: var(--pk-green); }
.pk-testi-card__stars svg{ width: 16px; height: 16px; }
.pk-testi-card blockquote{ margin: 0 0 1.4rem; font-size: 1.02rem; color: var(--pk-black); }
.pk-testi-card__person{ display: flex; align-items: center; gap: 0.85rem; }
.pk-testi-avatar{
  width: 2.6rem; height: 2.6rem; border-radius: 50%;
  background: var(--pk-green-soft); color: var(--pk-green-deep);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--pk-font-display); font-weight: 700; font-size: 0.95rem;
  flex-shrink: 0;
}
.pk-testi-card cite{ font-style: normal; display: block; }
.pk-testi-card cite strong{ display: block; font-size: 0.94rem; }
.pk-testi-card cite span{ font-size: 0.8rem; color: var(--pk-gray); }
@media (max-width: 900px){ .pk-testi-grid{ grid-template-columns: 1fr; } }

/* CTA band */
.pk-cta-band{
  position: relative;
  background: linear-gradient(135deg, var(--pk-ink) 0%, #123B26 55%, var(--pk-green-deep) 130%);
  color: var(--pk-white);
  border-radius: var(--pk-radius-lg);
  overflow: hidden;
  padding: clamp(3rem, 6vw, 4.5rem) clamp(1.75rem, 6vw, 4rem);
  margin-inline: var(--pk-gutter);
  margin-block: 1rem;
}
.pk-cta-band::before{
  content: "";
  position: absolute;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(76,203,128,0.35), transparent 70%);
  top: -160px; right: -120px;
}
.pk-cta-band__inner{ position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 2.5rem; flex-wrap: wrap; }
.pk-cta-band h2{ color: var(--pk-white); margin-bottom: 0.6rem; max-width: 20ch; }
.pk-cta-band p{ color: rgba(255,255,255,0.72); max-width: 46ch; margin: 0; }
.pk-cta-band__actions{ display: flex; flex-wrap: wrap; gap: 1rem; flex-shrink: 0; }
@media (max-width: 640px){
  .pk-cta-band{ margin-inline: var(--pk-gutter); text-align: left; }
  .pk-cta-band__actions{ width: 100%; }
  .pk-cta-band__actions .pk-btn{ width: 100%; }
}

/* =========================================================
   7b. GET A QUOTE — contact form
   ========================================================= */
.pk-quote__panel{
  position: relative;
  background: linear-gradient(135deg, var(--pk-ink) 0%, #123B26 55%, var(--pk-green-deep) 130%);
  border-radius: var(--pk-radius-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 0;
}
.pk-quote__panel::before{
  content: "";
  position: absolute;
  width: 460px; height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(76,203,128,0.3), transparent 70%);
  top: -180px; left: -140px;
  pointer-events: none;
}
.pk-quote__info{
  position: relative;
  z-index: 2;
  color: var(--pk-white);
  padding: clamp(2.25rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pk-quote__info h2{ color: var(--pk-white); }
.pk-quote__info p{ color: rgba(255,255,255,0.72); }
.pk-quote__actions{ display: flex; flex-wrap: wrap; gap: 0.85rem; margin: 1.5rem 0 2rem; }
.pk-quote__meta{ display: grid; gap: 0.9rem; }
.pk-quote__meta li{ display: flex; align-items: center; gap: 0.65em; font-size: 0.92rem; line-height: 1.4; color: rgba(255,255,255,0.75); }
.pk-quote__meta svg{ width: 16px; height: 16px; color: var(--pk-green-light); flex-shrink: 0; }
.pk-quote__meta li span{ display: block; }

.pk-quote__form-card{
  position: relative;
  z-index: 2;
  background: var(--pk-white);
  padding: clamp(2rem, 4vw, 2.75rem);
  margin: clamp(0.75rem, 2vw, 1.25rem);
  border-radius: var(--pk-radius);
  box-shadow: var(--pk-shadow-dark);
}
.pk-form__row{ display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.pk-form__field{ margin-bottom: 1.1rem; }
.pk-form__field label{ display: block; font-size: 0.82rem; font-weight: 700; color: var(--pk-black); margin-bottom: 0.4rem; }
.pk-form__field input,
.pk-form__field select,
.pk-form__field textarea{
  width: 100%;
  border: 1px solid var(--pk-line);
  border-radius: var(--pk-radius-sm);
  padding: 0.75em 0.9em;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--pk-black);
  background: var(--pk-off-white);
  transition: border-color .2s ease, background .2s ease;
}
.pk-form__field textarea{ resize: vertical; min-height: 96px; }
.pk-form__field input:focus,
.pk-form__field select:focus,
.pk-form__field textarea:focus{
  outline: none;
  border-color: var(--pk-green);
  background: var(--pk-white);
}
.pk-form__hp{ position: absolute; left: -9999px; top: -9999px; opacity: 0; height: 0; overflow: hidden; }
.pk-form-alert{
  display: flex;
  align-items: center;
  gap: 0.6em;
  padding: 0.9em 1.1em;
  border-radius: var(--pk-radius-sm);
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
.pk-form-alert svg{ width: 18px; height: 18px; flex-shrink: 0; }
.pk-form-alert--success{ background: var(--pk-green-soft); color: var(--pk-green-deep); }
.pk-form-alert--error{ background: #FDEDEC; color: #B3261E; }
.pk-form__note{
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.8rem;
  color: var(--pk-gray);
  margin: 0.9rem 0 0;
}
.pk-form__note svg{ width: 14px; height: 14px; color: var(--pk-green-deep); flex-shrink: 0; }

@media (max-width: 900px){
  .pk-quote__panel{ grid-template-columns: 1fr; }
  .pk-quote__form-card{ margin: 1rem; }
}
@media (max-width: 560px){
  .pk-form__row{ grid-template-columns: 1fr; }
  .pk-quote__actions{ flex-direction: column; }
  .pk-quote__actions .pk-btn{ width: 100%; }
}
@media (max-width: 400px){
  .pk-quote__info{ padding: 1.75rem 1.35rem; }
  .pk-quote__form-card{ margin: 0.65rem; padding: 1.5rem 1.25rem; }
  .pk-quote__meta li{ font-size: 0.86rem; }
}

/* Blog preview on front page */
.pk-blog-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.pk-blog-card{
  background: var(--pk-white);
  border: 1px solid var(--pk-line);
  border-radius: var(--pk-radius);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.pk-blog-card:hover{ transform: translateY(-4px); box-shadow: var(--pk-shadow-sm); }
.pk-blog-card__thumb img{ aspect-ratio: 16/10; object-fit: cover; }
.pk-blog-card__thumb{ background: var(--pk-green-soft); }
.pk-blog-card__body{ padding: 1.5rem; }
.pk-blog-card__meta{ font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--pk-green-deep); font-weight: 700; }
.pk-blog-card h3{ font-size: 1.08rem; margin-block: 0.5rem 0.5rem; }
.pk-blog-card p{ color: var(--pk-gray); font-size: 0.92rem; margin-bottom: 0; }
@media (max-width: 900px){ .pk-blog-grid{ grid-template-columns: 1fr; } }

/* =========================================================
   8. BLOG / ARCHIVE / SINGLE (inner pages)
   ========================================================= */
.pk-content-wrap{
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding-block: clamp(2.5rem, 6vw, 4rem);
}
.pk-page-title{
  padding-bottom: 1.75rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--pk-line);
}
.pk-page-title h1{ margin-bottom: 0.4rem; }
.pk-post-list{ display: grid; gap: 2.25rem; }
.pk-post-card{
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 1.85rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid var(--pk-line);
}
.pk-post-card__thumb img{ border-radius: var(--pk-radius); aspect-ratio: 4/3; object-fit: cover; }
.pk-post-card__meta{
  font-size: 0.78rem;
  color: var(--pk-green-deep);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pk-post-card h2{ font-size: 1.35rem; margin-block: 0.4rem 0.5rem; }
.pk-post-card p{ color: var(--pk-gray); }
@media (max-width: 700px){
  .pk-post-card{ grid-template-columns: 1fr; }
}

article.pk-single .entry-content{ max-width: 72ch; font-size: 1.06rem; }
article.pk-single .entry-content h2{ margin-top: 1.6em; }
article.pk-single .entry-content a{ color: var(--pk-green-deep); text-decoration: underline; text-underline-offset: 3px; }
article.pk-single .entry-content blockquote{
  border-left: 3px solid var(--pk-green);
  margin: 1.5em 0;
  padding-left: 1.25em;
  color: var(--pk-gray);
}
.pk-single__thumb img{ border-radius: var(--pk-radius); margin-bottom: 2rem; }

.pk-pagination{ display: flex; gap: 0.75rem; margin-top: 2.5rem; flex-wrap: wrap; }
.pk-pagination a, .pk-pagination span{
  border: 1px solid var(--pk-line);
  padding: 0.55em 1em;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}
.pk-pagination .current{ background: var(--pk-green); color: var(--pk-white); border-color: var(--pk-green); }

/* Comments */
.comment-list{ display: grid; gap: 1.5rem; margin-top: 2rem; }
.comment-body{ border: 1px solid var(--pk-line); border-radius: var(--pk-radius); padding: 1.25rem 1.5rem; background: var(--pk-white); }
.comment-form input, .comment-form textarea{
  width: 100%;
  border: 1px solid var(--pk-line);
  border-radius: var(--pk-radius-sm);
  padding: 0.75em 0.9em;
  margin-bottom: 1rem;
  background: var(--pk-white);
}

/* Widgets / sidebar */
.widget{ margin-bottom: 2.25rem; }
.widget-title{ font-family: var(--pk-font-display); font-size: 1.1rem; margin-bottom: 0.85rem; }

/* Empty state */
.pk-empty-state{ text-align: left; }
.pk-search-form{ display: flex; gap: 0.6rem; max-width: 480px; }
.pk-search-form input[type="search"]{
  flex: 1;
  border: 1px solid var(--pk-line);
  border-radius: 999px;
  padding: 0.75em 1.2em;
}

/* =========================================================
   8b. PLANS & PRICING PAGE
   ========================================================= */
.pk-plans-hero{
  background: linear-gradient(180deg, var(--pk-ink) 0%, var(--pk-green-deep) 160%);
  padding-block: clamp(3.5rem, 7vw, 5.5rem) 2.5rem;
  color: var(--pk-white);
}
.pk-plans-hero h1{ color: var(--pk-white); }
.pk-plans-hero p{ color: rgba(255,255,255,0.72); max-width: 56ch; margin-inline: auto; }
.pk-plan-jump{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
.pk-plan-jump a{
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--pk-white);
  padding: 0.6em 1.1em;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  transition: background .2s ease;
}
.pk-plan-jump a:hover{ background: var(--pk-green); border-color: var(--pk-green); }
.pk-plan-jump svg{ width: 15px; height: 15px; }

.pk-plan-category{ scroll-margin-top: 100px; }
.pk-plan-category:nth-of-type(even){ background: var(--pk-off-white); }
.pk-plan-category__title{ display: flex; align-items: center; gap: 1rem; text-align: left; }
.pk-plan-category__title h2{ margin-bottom: 0.25rem; }
.pk-plan-category__title p{ color: var(--pk-gray); margin: 0; }

.pk-plan-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.pk-plan-card{
  position: relative;
  background: var(--pk-white);
  border: 1px solid var(--pk-line);
  border-radius: var(--pk-radius);
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.pk-plan-card:hover{ transform: translateY(-4px); box-shadow: var(--pk-shadow-sm); }
.pk-plan-card--featured{
  border-color: var(--pk-green);
  box-shadow: var(--pk-shadow);
  transform: scale(1.02);
}
.pk-plan-card__ribbon{
  position: absolute;
  top: -13px;
  left: 1.75rem;
  background: var(--pk-green);
  color: var(--pk-white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.35em 0.9em;
  border-radius: 999px;
}
.pk-plan-card h3{ font-size: 1.08rem; margin-bottom: 0.5rem; }
.pk-plan-card__price{
  font-family: var(--pk-font-display);
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--pk-green-deep);
  margin-bottom: 1.3rem;
}
.pk-plan-card__price span{
  display: block;
  font-family: var(--pk-font-body);
  font-weight: 500;
  font-size: 0.78rem;
  color: var(--pk-gray);
  margin-top: 0.15rem;
}
.pk-plan-features{ display: grid; gap: 0.7rem; margin-bottom: 1.6rem; flex-grow: 1; }
.pk-plan-features li{ display: flex; align-items: flex-start; gap: 0.55em; font-size: 0.9rem; color: var(--pk-black); }
.pk-plan-features svg{ width: 16px; height: 16px; margin-top: 0.15em; color: var(--pk-green); flex-shrink: 0; }

@media (max-width: 980px){
  .pk-plan-grid{ grid-template-columns: 1fr 1fr; }
  .pk-plan-card--featured{ transform: none; grid-column: span 2; }
}
@media (max-width: 640px){
  .pk-plan-grid{ grid-template-columns: 1fr; }
  .pk-plan-card--featured{ grid-column: auto; }
  .pk-plan-category__title{ flex-direction: column; align-items: flex-start; text-align: left; }
}

/* =========================================================
   8c. CTA POP-UP (non-homepage pages)
   ========================================================= */
.pk-cta-toast{
  position: fixed;
  right: 1.4rem;
  bottom: 6rem;
  z-index: 590;
  width: min(320px, calc(100vw - 2.5rem));
  max-height: min(320px, calc(100vh - 8rem));
  overflow-y: auto;
  background: linear-gradient(135deg, var(--pk-ink) 0%, #123B26 55%, var(--pk-green-deep) 130%);
  color: var(--pk-white);
  border-radius: var(--pk-radius);
  box-shadow: var(--pk-shadow-dark);
  padding: 1.4rem 1.5rem 1.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  transition: opacity .4s ease, transform .4s ease, visibility 0s linear .4s;
  box-sizing: border-box;
}
.pk-cta-toast.is-visible{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .4s ease, transform .4s ease;
}
.pk-cta-toast h3{ font-size: 1.02rem; color: var(--pk-white); margin: 0 1.5rem 0.4rem 0; }
.pk-cta-toast p{ font-size: 0.85rem; color: rgba(255,255,255,0.72); margin: 0 0 1.1rem; }
.pk-cta-toast__actions{ display: flex; flex-wrap: wrap; gap: 0.6rem; }
.pk-cta-toast__actions .pk-btn{ flex: 1 1 120px; justify-content: center; }
.pk-cta-toast__close{
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  width: 26px; height: 26px;
  min-width: 26px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.12);
  color: var(--pk-white);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease;
}
.pk-cta-toast__close:hover{ background: rgba(255,255,255,0.28); }
@media (max-width: 560px){
  .pk-cta-toast{
    left: 1rem;
    right: 1rem;
    width: auto;
    bottom: calc(6.5rem + env(safe-area-inset-bottom));
    max-height: min(280px, calc(100vh - 9rem));
  }
}
@media (max-width: 360px){
  .pk-cta-toast{ padding: 1.15rem 1.15rem 1.25rem; }
  .pk-cta-toast h3{ font-size: 0.96rem; }
  .pk-cta-toast p{ font-size: 0.8rem; margin-bottom: 0.85rem; }
  .pk-cta-toast__actions{ gap: 0.5rem; }
  .pk-cta-toast__actions .pk-btn{ flex-basis: 100%; }
}
/* Very short viewports (landscape phones): keep the toast from ever
   growing taller than the screen and colliding with the browser chrome. */
@media (max-height: 480px){
  .pk-cta-toast{ bottom: 1rem; max-height: calc(100vh - 2rem); }
}

/* =========================================================
   9. FOOTER
   ========================================================= */
.pk-footer{
  background: var(--pk-ink);
  color: rgba(255,255,255,0.72);
}
.pk-footer__cta{
  padding-block: 0;
  margin-block: clamp(2rem, 5vw, 3.5rem) 0;
}
.pk-footer__top{
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 2.5rem;
  padding-block: clamp(3rem, 6vw, 4.5rem) 2.5rem;
}
.pk-footer__brand .pk-logo{ color: var(--pk-white); }
.pk-footer__brand p{ max-width: 34ch; color: rgba(255,255,255,0.55); font-size: 0.92rem; margin-top: 1rem; }
.pk-footer__social{ display: flex; gap: 0.7rem; margin-top: 1.4rem; }
.pk-footer__social a{
  width: 2.3rem; height: 2.3rem; border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  transition: background .2s ease, transform .2s ease;
}
.pk-footer__social a:hover{ background: var(--pk-green); transform: translateY(-2px); }
.pk-footer__social svg{ width: 15px; height: 15px; }

.pk-footer h4{
  font-family: var(--pk-font-display);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pk-white);
  margin-bottom: 1.15rem;
}
.pk-footer ul{ display: grid; gap: 0.75rem; }
.pk-footer a{ font-size: 0.92rem; }
.pk-footer a:hover{ color: var(--pk-green-light); }
.pk-footer__contact-item{ display: flex; align-items: center; gap: 0.6em; line-height: 1.4; }
.pk-footer__contact-item svg{ width: 15px; height: 15px; color: var(--pk-green-light); flex-shrink: 0; }
.pk-footer__contact-item span,
.pk-footer__contact-item a{ display: block; }

.pk-footer__bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 1.5rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  border-top: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
  gap: 0.75rem;
}
.pk-footer__bottom-links{ display: flex; gap: 1.5rem; }
@media (max-width: 900px){
  .pk-footer__top{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px){
  .pk-footer__top{ grid-template-columns: 1fr; }
  .pk-footer__bottom{ flex-direction: column; text-align: center; }
}

/* =========================================================
   10. FLOATING WHATSAPP BUTTON
   ========================================================= */
.pk-float-whatsapp{
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 600;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: var(--pk-white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px -8px rgba(37,211,102,0.55);
  transition: transform .2s ease;
  animation: pk-pulse 2.4s ease infinite;
}
.pk-float-whatsapp:hover{ transform: scale(1.08); color: var(--pk-white); }
.pk-float-whatsapp svg{ width: 28px; height: 28px; }
@keyframes pk-pulse{
  0%, 100%{ box-shadow: 0 0 0 0 rgba(37,211,102,0.45), 0 12px 28px -8px rgba(37,211,102,0.55); }
  50%{ box-shadow: 0 0 0 10px rgba(37,211,102,0), 0 12px 28px -8px rgba(37,211,102,0.55); }
}
@media (max-width: 560px){
  .pk-float-whatsapp{ width: 52px; height: 52px; right: 1rem; bottom: 1rem; }
  .pk-float-whatsapp svg{ width: 24px; height: 24px; }
}

/* Alignment / core WP classes kept sane */
.alignwide{ width: 100%; }
.alignfull{ width: 100vw; margin-left: calc(50% - 50vw); }
.wp-caption-text{ font-size: 0.85rem; color: var(--pk-gray); }
